index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
hashtab.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4
Alexei Starovoitov
1
-1
/
+1
2025-04-25
bpf: fix possible endless loop in BPF map iteration
Brandon Kammerdiener
1
-1
/
+1
2025-04-09
bpf: Don't allocate per-cpu extra_elems for fd htab
Hou Tao
1
-7
/
+6
2025-04-09
bpf: Add is_fd_htab() helper
Hou Tao
1
-3
/
+7
2025-04-09
bpf: Support atomic update for htab of maps
Hou Tao
1
-23
/
+21
2025-04-09
bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_place
Hou Tao
1
-9
/
+8
2025-04-09
bpf: Factor out htab_elem_value helper()
Hou Tao
1
-34
/
+30
2025-03-19
bpf: Convert hashtab.c to rqspinlock
Kumar Kartikeya Dwivedi
1
-70
/
+32
2025-03-15
bpf: Check map->record at the beginning of check_and_free_fields()
Hou Tao
1
-0
/
+3
2025-02-24
bpf: Fix kmemleak warning for percpu hashmap
Yonghong Song
1
-3
/
+3
2025-01-20
bpf: Free element after unlock in __htab_map_lookup_and_delete_elem()
Hou Tao
1
-4
/
+6
2025-01-20
bpf: Bail out early in __htab_map_lookup_and_delete_elem()
Hou Tao
1
-25
/
+26
2025-01-20
bpf: Free special fields after unlock in htab_lru_map_delete_node()
Hou Tao
1
-1
/
+2
2025-01-08
bpf: Disable migration before calling ops->map_free()
Hou Tao
1
-4
/
+2
2025-01-08
bpf: Remove migrate_{disable|enable} in htab_elem_free
Hou Tao
1
-2
/
+0
2025-01-08
bpf: Remove migrate_{disable|enable} in ->map_for_each_callback
Hou Tao
1
-6
/
+5
2024-11-11
bpf: Call free_htab_elem() after htab_unlock_bucket()
Hou Tao
1
-17
/
+39
2024-09-11
bpf: Check percpu map value size first
Tao Chen
1
-0
/
+3
2024-08-22
bpf: Fix percpu address space issues
Uros Bizjak
1
-4
/
+5
2024-07-29
bpf: Replace 8 seq_puts() calls by seq_putc() calls
Markus Elfring
1
-2
/
+2
2024-04-30
bpf: Do not walk twice the hash map on free
Benjamin Tissoires
1
-36
/
+13
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
1
-12
/
+43
2024-04-22
bpf: Fix typos in comments
Rafael Passos
1
-1
/
+1
2024-04-03
bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH map
Andrii Nakryiko
1
-0
/
+21
2024-03-28
bpf: Mitigate latency spikes associated with freeing non-preallocated htab
Yafang Shao
1
-0
/
+1
2024-03-07
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
1
-5
/
+9
2024-01-11
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-3
/
+9
2023-12-27
Kill sched.h dependency on rcupdate.h
Kent Overstreet
1
-0
/
+1
2023-12-13
bpf: Reduce the scope of rcu_read_lock when updating fd map
Hou Tao
1
-0
/
+6
2023-12-04
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
1
-3
/
+3
2023-10-24
bpf: Fix unnecessary -EBUSY from htab_lock_bucket
Song Liu
1
-2
/
+5
2023-07-06
bpf: populate the per-cpu insertions/deletions counters for hashmaps
Anton Protopopov
1
-2
/
+20
2023-06-19
bpf: Centralize permissions checks for all BPF map types
Andrii Nakryiko
1
-6
/
+0
2023-05-22
bpf: fix a memory leak in the LRU and LRU_PERCPU hash maps
Anton Protopopov
1
-2
/
+4
2023-04-01
bpf: optimize hashmap lookups when key_size is divisible by 4
Anton Protopopov
1
-0
/
+2
2023-03-22
bpf: return long from bpf_map_ops funcs
JP Kobryn
1
-18
/
+18
2023-03-07
bpf: hashtab memory usage
Yafang Shao
1
-0
/
+43
2023-03-01
bpf: Support kptrs in percpu hashmap and percpu LRU hashmap
Kumar Kartikeya Dwivedi
1
-22
/
+37
2023-02-15
bpf: Zeroing allocated object from slab in bpf memory allocator
Hou Tao
1
-2
/
+2
2023-01-12
bpf: hash map, avoid deadlock with suitable hash mask
Tonghao Zhang
1
-2
/
+2
2022-11-17
bpf: Do btf_record_free outside map_free callback
Kumar Kartikeya Dwivedi
1
-1
/
+0
2022-11-03
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
1
-16
/
+8
2022-11-03
bpf: Refactor kptr_off_tab into btf_record
Kumar Kartikeya Dwivedi
1
-8
/
+6
2022-10-11
treewide: use get_random_u32() when possible
Jason A. Donenfeld
1
-1
/
+1
2022-09-21
bpf: Always use raw spinlock for hash bucket lock
Hou Tao
1
-52
/
+14
2022-09-10
bpf: add missing percpu_counter_destroy() in htab_map_alloc()
Tetsuo Handa
1
-0
/
+2
2022-09-05
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
1
-3
/
+3
2022-09-05
bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.
Alexei Starovoitov
1
-26
/
+19
2022-09-05
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
1
-1
/
+1
2022-09-05
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
1
-2
/
+6
[next]