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
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-09-21
bpf: Always use raw spinlock for hash bucket lock
Hou Tao
2022-09-10
bpf: add missing percpu_counter_destroy() in htab_map_alloc()
Tetsuo Handa
2022-09-05
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
bpf: Optimize element count in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
bpf: Convert hash map to bpf_mem_alloc.
Alexei Starovoitov
2022-08-31
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
2022-08-31
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
2022-08-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-08-10
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
2022-08-10
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
2022-08-10
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
2022-08-09
bpf: Don't reinit map value in prealloc_lru_pop
Kumar Kartikeya Dwivedi
2022-07-12
bpf: Make non-preallocated allocation low priority
Yafang Shao
2022-05-11
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
2022-05-10
bpf: Extend batch operations for map-in-map bpf-maps
Takshak Chahande
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-25
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
2022-04-14
bpf: Remove unnecessary type castings
Yu Zhe
2022-02-23
bpf: Cleanup comments
Tom Rix
2021-09-28
bpf: Replace callers of BPF_CAST_CALL with proper function typedef
Kees Cook
2021-09-28
bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
Kees Cook
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-07
bpf: Fix integer overflow involving bucket_size
Tatsuhiko Yasumatsu
2021-07-15
bpf: Add map side support for bpf timers.
Alexei Starovoitov
2021-06-24
bpf: Allow RCU-protected lookups to happen from bh context
Toke Høiland-Jørgensen
2021-05-24
bpf: Fix spelling mistakes
Zhen Lei
2021-05-24
bpf: Add lookup_and_delete_elem support to hashtab
Denis Salopek
2021-03-16
kernel/bpf/: Fix misspellings using codespell tool
Liu xuzhi
2021-02-26
bpf: Add hashtab support for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-11
bpf: Allows per-cpu maps and map-in-map in sleepable programs
Alexei Starovoitov
2020-12-22
bpf: Add schedule point in htab_init_buckets()
Eric Dumazet
2020-12-07
bpf: Propagate __user annotations properly
Lukas Bulwahn
2020-12-07
bpf: Avoid overflows involving hash elem_size
Eric Dumazet
2020-12-02
bpf: Eliminate rlimit-based memory accounting for hashtab maps
Roman Gushchin
2020-12-02
bpf: Refine memcg-based memory accounting for hashtab maps
Roman Gushchin
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-05
bpf: Lift hashtab key_size limit
Florian Lehner
2020-11-05
bpf: Zero-fill re-used per-cpu map element
David Verbeiren
2020-11-02
bpf: Fix error path in htab_map_alloc()
Eric Dumazet
2020-10-30
bpf: Avoid hashtab deadlock with map_locked
Song Liu
2020-10-30
bpf: Use separate lockdep class for each hashtab
Song Liu
2020-10-11
bpf: Allow for map-in-map with dynamic inner array map entries
Daniel Borkmann
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-03
bpf: Do not use bucket_lock for hashmap iterator
Yonghong Song
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
[next]