index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
hashtab.c
Age
Commit message (
Expand
)
Author
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
2019-05-14
bpf, lru: avoid messing with eviction heuristics upon syscall lookup
Daniel Borkmann
2019-04-09
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
2019-02-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-01
bpf: introduce BPF_F_LOCK flag
Alexei Starovoitov
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
2019-01-31
bpf: fix lockdep false positive in percpu_freelist
Alexei Starovoitov
2018-11-20
bpf: allow zero-initializing hash map seed
Lorenz Bauer
2018-08-30
bpf: add bpffs pretty print for percpu arraymap/hash/lru_hash
Yonghong Song
2018-08-23
bpf: use per htab salt for bucket hash
Daniel Borkmann
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
2018-08-10
bpf: btf: add pretty print for hash/lru_hash maps
Yonghong Song
2018-07-03
bpf: hash map: decrement counter on error
Mauricio Vasquez B
2018-06-03
bpf: avoid retpoline for lookup/update/delete calls on maps
Daniel Borkmann
2018-01-14
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
2018-01-14
bpf: hashtab: move checks out of alloc function
Jakub Kicinski
2018-01-14
bpf: hashtab: move attribute validation before allocation
Jakub Kicinski
2017-12-12
bpf: add schedule points to map alloc/free
Eric Dumazet
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
2017-10-19
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
2017-09-01
bpf: Only set node->ref = 1 if it has not been set
Martin KaFai Lau
2017-09-01
bpf: Inline LRU map lookup
Martin KaFai Lau
2017-08-22
bpf: fix map value attribute for hash of maps
Daniel Borkmann
2017-08-19
bpf: inline map in map lookup functions for array and htab
Daniel Borkmann
2017-08-19
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
2017-06-29
bpf: Add syscall lookup support for fd array and htab
Martin KaFai Lau
2017-04-25
bpf: map_get_next_key to return first key on NULL
Teng Qin
2017-04-11
bpf: remove struct bpf_map_type_list
Johannes Berg
2017-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-22
bpf: Add hash of maps support
Martin KaFai Lau
2017-03-22
bpf: fix hashmap extra_elems logic
Alexei Starovoitov
2017-03-16
bpf: inline htab_map_lookup_elem()
Alexei Starovoitov
2017-03-09
bpf: convert htab map to hlist_nulls
Alexei Starovoitov
2017-03-09
bpf: fix struct htab_elem layout
Alexei Starovoitov
2017-02-17
bpf: mark all registered map/prog types as __ro_after_init
Daniel Borkmann
2017-01-18
bpf: don't trigger OOM killer under pressure with map alloc
Daniel Borkmann
2017-01-10
bpf: do not use KMALLOC_SHIFT_MAX
Michal Hocko
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH
Martin KaFai Lau
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_HASH
Martin KaFai Lau
2016-11-15
bpf: Refactor codes handling percpu map
Martin KaFai Lau
2016-11-07
bpf: fix htab map destruction when extra reserve is in use
Daniel Borkmann
2016-08-06
bpf: restore behavior of bpf_map_update_elem
Alexei Starovoitov
2016-03-08
bpf: pre-allocate hash map elements
Alexei Starovoitov
2016-02-19
bpf: grab rcu read lock for bpf_percpu_hash_update
Sasha Levin
2016-02-06
bpf: add lookup/update support for per-cpu hash and array maps
Alexei Starovoitov
2016-02-06
bpf: introduce BPF_MAP_TYPE_PERCPU_HASH map
Alexei Starovoitov
2015-12-29
bpf: hash: use per-bucket spinlock
tom.leiming@gmail.com
2015-12-29
bpf: hash: move select_bucket() out of htab's spinlock
tom.leiming@gmail.com
2015-12-29
bpf: hash: use atomic count
tom.leiming@gmail.com
[next]