index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
hashtab.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
2023-02-15
1
-2
/
+2
*
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
2023-01-12
1
-2
/
+2
*
bpf: Do btf_record_free outside map_free callback
Kumar Kartikeya Dwivedi
2022-11-17
1
-1
/
+0
*
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
1
-16
/
+8
*
bpf: Refactor kptr_off_tab into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
1
-8
/
+6
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
*
bpf: Always use raw spinlock for hash bucket lock
Hou Tao
2022-09-21
1
-52
/
+14
*
bpf: add missing percpu_counter_destroy() in htab_map_alloc()
Tetsuo Handa
2022-09-10
1
-0
/
+2
*
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-3
/
+3
*
bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-26
/
+19
*
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-1
/
+1
*
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
1
-2
/
+6
*
bpf: Optimize element count in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
1
-8
/
+62
*
bpf: Convert hash map to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-5
/
+16
*
bpf: Propagate error from htab_lock_bucket() to userspace
Hou Tao
2022-08-31
1
-2
/
+5
*
bpf: Disable preemption when increasing per-cpu map_locked
Hou Tao
2022-08-31
1
-5
/
+18
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-08-17
1
-3
/
+3
|
\
|
*
bpf: Use bpf_map_area_alloc consistently on bpf map creation
Yafang Shao
2022-08-10
1
-3
/
+3
|
*
bpf: Make __GFP_NOWARN consistent in bpf map creation
Yafang Shao
2022-08-10
1
-1
/
+1
*
|
bpf: Acquire map uref in .init_seq_private for hash map iterator
Hou Tao
2022-08-10
1
-0
/
+2
*
|
bpf: Don't reinit map value in prealloc_lru_pop
Kumar Kartikeya Dwivedi
2022-08-09
1
-5
/
+1
|
/
*
bpf: Make non-preallocated allocation low priority
Yafang Shao
2022-07-12
1
-3
/
+3
*
bpf: add bpf_map_lookup_percpu_elem for percpu map
Feng Zhou
2022-05-11
1
-0
/
+32
*
bpf: Extend batch operations for map-in-map bpf-maps
Takshak Chahande
2022-05-10
1
-2
/
+11
*
bpf: Compute map_btf_id during build time
Menglong Dong
2022-04-26
1
-15
/
+7
*
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
2022-04-25
1
-16
/
+48
*
bpf: Remove unnecessary type castings
Yu Zhe
2022-04-14
1
-1
/
+1
*
bpf: Cleanup comments
Tom Rix
2022-02-23
1
-1
/
+1
*
bpf: Replace callers of BPF_CAST_CALL with proper function typedef
Kees Cook
2021-09-28
1
-4
/
+3
*
bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMM
Kees Cook
2021-09-28
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
1
-2
/
+2
|
\
|
*
bpf: Fix integer overflow involving bucket_size
Tatsuhiko Yasumatsu
2021-08-07
1
-2
/
+2
*
|
bpf: Add map side support for bpf timers.
Alexei Starovoitov
2021-07-15
1
-12
/
+93
|
/
*
bpf: Allow RCU-protected lookups to happen from bh context
Toke Høiland-Jørgensen
2021-06-24
1
-7
/
+14
*
bpf: Fix spelling mistakes
Zhen Lei
2021-05-24
1
-2
/
+2
*
bpf: Add lookup_and_delete_elem support to hashtab
Denis Salopek
2021-05-24
1
-0
/
+98
*
kernel/bpf/: Fix misspellings using codespell tool
Liu xuzhi
2021-03-16
1
-1
/
+1
*
bpf: Add hashtab support for bpf_for_each_map_elem() helper
Yonghong Song
2021-02-26
1
-0
/
+65
*
bpf: Allows per-cpu maps and map-in-map in sleepable programs
Alexei Starovoitov
2021-02-11
1
-2
/
+2
*
bpf: Add schedule point in htab_init_buckets()
Eric Dumazet
2020-12-22
1
-0
/
+1
*
bpf: Propagate __user annotations properly
Lukas Bulwahn
2020-12-07
1
-1
/
+1
*
bpf: Avoid overflows involving hash elem_size
Eric Dumazet
2020-12-07
1
-2
/
+2
*
bpf: Eliminate rlimit-based memory accounting for hashtab maps
Roman Gushchin
2020-12-02
1
-18
/
+1
*
bpf: Refine memcg-based memory accounting for hashtab maps
Roman Gushchin
2020-12-02
1
-10
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2020-11-14
1
-45
/
+99
|
\
|
*
bpf: Lift hashtab key_size limit
Florian Lehner
2020-11-05
1
-11
/
+5
|
*
bpf: Fix error path in htab_map_alloc()
Eric Dumazet
2020-11-02
1
-2
/
+4
|
*
bpf: Avoid hashtab deadlock with map_locked
Song Liu
2020-10-30
1
-32
/
+82
|
*
bpf: Use separate lockdep class for each hashtab
Song Liu
2020-10-30
1
-2
/
+10
*
|
bpf: Zero-fill re-used per-cpu map element
David Verbeiren
2020-11-05
1
-2
/
+28
|
/
[next]