index
:
linux/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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
hashtab.c
Age
Commit message (
Expand
)
Author
2025-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4
Alexei Starovoitov
2025-04-25
bpf: fix possible endless loop in BPF map iteration
Brandon Kammerdiener
2025-04-09
bpf: Don't allocate per-cpu extra_elems for fd htab
Hou Tao
2025-04-09
bpf: Add is_fd_htab() helper
Hou Tao
2025-04-09
bpf: Support atomic update for htab of maps
Hou Tao
2025-04-09
bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_place
Hou Tao
2025-04-09
bpf: Factor out htab_elem_value helper()
Hou Tao
2025-03-19
bpf: Convert hashtab.c to rqspinlock
Kumar Kartikeya Dwivedi
2025-03-15
bpf: Check map->record at the beginning of check_and_free_fields()
Hou Tao
2025-02-24
bpf: Fix kmemleak warning for percpu hashmap
Yonghong Song
2025-01-20
bpf: Free element after unlock in __htab_map_lookup_and_delete_elem()
Hou Tao
2025-01-20
bpf: Bail out early in __htab_map_lookup_and_delete_elem()
Hou Tao
2025-01-20
bpf: Free special fields after unlock in htab_lru_map_delete_node()
Hou Tao
2025-01-08
bpf: Disable migration before calling ops->map_free()
Hou Tao
2025-01-08
bpf: Remove migrate_{disable|enable} in htab_elem_free
Hou Tao
2025-01-08
bpf: Remove migrate_{disable|enable} in ->map_for_each_callback
Hou Tao
2024-11-11
bpf: Call free_htab_elem() after htab_unlock_bucket()
Hou Tao
2024-09-11
bpf: Check percpu map value size first
Tao Chen
2024-08-22
bpf: Fix percpu address space issues
Uros Bizjak
2024-07-29
bpf: Replace 8 seq_puts() calls by seq_putc() calls
Markus Elfring
2024-04-30
bpf: Do not walk twice the hash map on free
Benjamin Tissoires
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
2024-04-22
bpf: Fix typos in comments
Rafael Passos
2024-04-03
bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH map
Andrii Nakryiko
2024-03-28
bpf: Mitigate latency spikes associated with freeing non-preallocated htab
Yafang Shao
2024-03-07
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2023-12-27
Kill sched.h dependency on rcupdate.h
Kent Overstreet
2023-12-13
bpf: Reduce the scope of rcu_read_lock when updating fd map
Hou Tao
2023-12-04
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
2023-10-24
bpf: Fix unnecessary -EBUSY from htab_lock_bucket
Song Liu
2023-07-06
bpf: populate the per-cpu insertions/deletions counters for hashmaps
Anton Protopopov
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
2023-05-22
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
2023-04-01
bpf: optimize hashmap lookups when key_size is divisible by 4
Anton Protopopov
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
2023-03-07
bpf: hashtab memory usage
Yafang Shao
2023-03-01
bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
Kumar Kartikeya Dwivedi
2023-02-15
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
2023-01-12
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
2022-11-17
bpf: Do btf_record_free outside map_free callback
Kumar Kartikeya Dwivedi
2022-11-03
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
2022-11-03
bpf: Refactor kptr_off_tab into btf_record
Kumar Kartikeya Dwivedi
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
[next]