index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
hashtab.c
Age
Commit message (
Expand
)
Author
Lines
2026-02-27
bpf: Lose const-ness of map in map_check_btf()
Kumar Kartikeya Dwivedi
-5
/
+4
2026-02-27
bpf: Register dtor for freeing special fields
Kumar Kartikeya Dwivedi
-0
/
+87
2026-01-20
bpf: Remove leftover accounting in htab_map_mem_usage after rqspinlock
Daniel Borkmann
-7
/
+4
2026-01-06
bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...
Leon Hwang
-30
/
+64
2025-11-13
bpf: Free special fields when update [lru_,]percpu_hash maps
Leon Hwang
-2
/
+8
2025-10-15
bpf: Consistently use bpf_rcu_lock_held() everywhere
Andrii Nakryiko
-14
/
+7
2025-10-10
bpf: Extract internal structs validation logic into helpers
Mykyta Yatsenko
-23
/
+13
2025-09-23
bpf: bpf task work plumbing
Mykyta Yatsenko
-8
/
+11
2025-09-23
bpf: htab: extract helper for freeing special structs
Mykyta Yatsenko
-12
/
+12
2025-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4
Alexei Starovoitov
-1
/
+1
2025-04-25
bpf: fix possible endless loop in BPF map iteration
Brandon Kammerdiener
-1
/
+1
2025-04-09
bpf: Don't allocate per-cpu extra_elems for fd htab
Hou Tao
-7
/
+6
2025-04-09
bpf: Add is_fd_htab() helper
Hou Tao
-3
/
+7
2025-04-09
bpf: Support atomic update for htab of maps
Hou Tao
-23
/
+21
2025-04-09
bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_place
Hou Tao
-9
/
+8
2025-04-09
bpf: Factor out htab_elem_value helper()
Hou Tao
-34
/
+30
2025-03-19
bpf: Convert hashtab.c to rqspinlock
Kumar Kartikeya Dwivedi
-70
/
+32
2025-03-15
bpf: Check map->record at the beginning of check_and_free_fields()
Hou Tao
-0
/
+3
2025-02-24
bpf: Fix kmemleak warning for percpu hashmap
Yonghong Song
-3
/
+3
2025-01-20
bpf: Free element after unlock in __htab_map_lookup_and_delete_elem()
Hou Tao
-4
/
+6
2025-01-20
bpf: Bail out early in __htab_map_lookup_and_delete_elem()
Hou Tao
-25
/
+26
2025-01-20
bpf: Free special fields after unlock in htab_lru_map_delete_node()
Hou Tao
-1
/
+2
2025-01-08
bpf: Disable migration before calling ops->map_free()
Hou Tao
-4
/
+2
2025-01-08
bpf: Remove migrate_{disable|enable} in htab_elem_free
Hou Tao
-2
/
+0
2025-01-08
bpf: Remove migrate_{disable|enable} in ->map_for_each_callback
Hou Tao
-6
/
+5
2024-11-11
bpf: Call free_htab_elem() after htab_unlock_bucket()
Hou Tao
-17
/
+39
2024-09-11
bpf: Check percpu map value size first
Tao Chen
-0
/
+3
2024-08-22
bpf: Fix percpu address space issues
Uros Bizjak
-4
/
+5
2024-07-29
bpf: Replace 8 seq_puts() calls by seq_putc() calls
Markus Elfring
-2
/
+2
2024-04-30
bpf: Do not walk twice the hash map on free
Benjamin Tissoires
-36
/
+13
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
-12
/
+43
2024-04-22
bpf: Fix typos in comments
Rafael Passos
-1
/
+1
2024-04-03
bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH map
Andrii Nakryiko
-0
/
+21
2024-03-28
bpf: Mitigate latency spikes associated with freeing non-preallocated htab
Yafang Shao
-0
/
+1
2024-03-07
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
-5
/
+9
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-3
/
+9
2023-12-27
Kill sched.h dependency on rcupdate.h
Kent Overstreet
-0
/
+1
2023-12-13
bpf: Reduce the scope of rcu_read_lock when updating fd map
Hou Tao
-0
/
+6
2023-12-04
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
-3
/
+3
2023-10-24
bpf: Fix unnecessary -EBUSY from htab_lock_bucket
Song Liu
-2
/
+5
2023-07-06
bpf: populate the per-cpu insertions/deletions counters for hashmaps
Anton Protopopov
-2
/
+20
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
-6
/
+0
2023-05-22
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
-2
/
+4
2023-04-01
bpf: optimize hashmap lookups when key_size is divisible by 4
Anton Protopopov
-0
/
+2
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
-18
/
+18
2023-03-07
bpf: hashtab memory usage
Yafang Shao
-0
/
+43
2023-03-01
bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
Kumar Kartikeya Dwivedi
-22
/
+37
2023-02-15
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
-2
/
+2
2023-01-12
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
-2
/
+2
2022-11-17
bpf: Do btf_record_free outside map_free callback
Kumar Kartikeya Dwivedi
-1
/
+0
[next]