index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
/
hashtab.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2019-02-01
bpf: introduce BPF_F_LOCK flag
Alexei Starovoitov
1
-3
/
+39
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
1
-11
/
+10
2019-02-01
bpf: fix lockdep false positive in percpu_freelist
Alexei Starovoitov
1
-2
/
+2
2018-11-20
bpf: allow zero-initializing hash map seed
Lorenz Bauer
1
-2
/
+11
2018-08-30
bpf: add bpffs pretty print for percpu arraymap/hash/lru_hash
Yonghong Song
1
-0
/
+31
2018-08-23
bpf: use per htab salt for bucket hash
Daniel Borkmann
1
-10
/
+13
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
1
-19
/
+1
2018-08-10
bpf: btf: add pretty print for hash/lru_hash maps
Yonghong Song
1
-0
/
+44
2018-07-04
bpf: hash map: decrement counter on error
Mauricio Vasquez B
1
-5
/
+11
2018-06-03
bpf: avoid retpoline for lookup/update/delete calls on maps
Daniel Borkmann
1
-3
/
+9
2018-01-15
bpf: add helper for copying attrs to struct bpf_map
Jakub Kicinski
1
-8
/
+1
2018-01-15
bpf: hashtab: move checks out of alloc function
Jakub Kicinski
1
-16
/
+39
2018-01-15
bpf: hashtab: move attribute validation before allocation
Jakub Kicinski
1
-24
/
+23
2017-12-13
bpf: add schedule points to map alloc/free
Eric Dumazet
1
-0
/
+2
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+0
2017-10-20
bpf: Add file mode configuration into bpf maps
Chenbo Feng
1
-2
/
+3
2017-10-19
bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocations
Daniel Borkmann
1
-4
/
+0
2017-09-01
bpf: Only set node->ref = 1 if it has not been set
Martin KaFai Lau
1
-1
/
+6
2017-09-01
bpf: Inline LRU map lookup
Martin KaFai Lau
1
-0
/
+19
2017-08-23
bpf: fix map value attribute for hash of maps
Daniel Borkmann
1
-13
/
+17
2017-08-20
bpf: inline map in map lookup functions for array and htab
Daniel Borkmann
1
-0
/
+17
2017-08-20
bpf: Allow selecting numa node during map creation
Martin KaFai Lau
1
-4
/
+15
2017-06-29
bpf: Add syscall lookup support for fd array and htab
Martin KaFai Lau
1
-0
/
+21
2017-04-25
bpf: map_get_next_key to return first key on NULL
Teng Qin
1
-4
/
+5
2017-04-11
bpf: remove struct bpf_map_type_list
Johannes Berg
1
-41
/
+5
2017-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-73
/
+71
2017-03-23
bpf: Add hash of maps support
Martin KaFai Lau
1
-0
/
+121
2017-03-23
bpf: fix hashmap extra_elems logic
Alexei Starovoitov
1
-73
/
+71
2017-03-17
bpf: inline htab_map_lookup_elem()
Alexei Starovoitov
1
-1
/
+30
2017-03-10
bpf: convert htab map to hlist_nulls
Alexei Starovoitov
1
-34
/
+60
2017-03-10
bpf: fix struct htab_elem layout
Alexei Starovoitov
1
-5
/
+20
2017-02-17
bpf: mark all registered map/prog types as __ro_after_init
Daniel Borkmann
1
-4
/
+4
2017-01-19
bpf: don't trigger OOM killer under pressure with map alloc
Daniel Borkmann
1
-13
/
+9
2017-01-11
bpf: do not use KMALLOC_SHIFT_MAX
Michal Hocko
1
-1
/
+1
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_PERCPU_HASH
Martin KaFai Lau
1
-6
/
+123
2016-11-15
bpf: Add BPF_MAP_TYPE_LRU_HASH
Martin KaFai Lau
1
-14
/
+252
2016-11-15
bpf: Refactor codes handling percpu map
Martin KaFai Lau
1
-26
/
+21
2016-11-07
bpf: fix htab map destruction when extra reserve is in use
Daniel Borkmann
1
-1
/
+2
2016-08-07
bpf: restore behavior of bpf_map_update_elem
Alexei Starovoitov
1
-11
/
+73
2016-03-08
bpf: pre-allocate hash map elements
Alexei Starovoitov
1
-73
/
+167
2016-02-19
bpf: grab rcu read lock for bpf_percpu_hash_update
Sasha Levin
1
-1
/
+7
2016-02-06
bpf: add lookup/update support for per-cpu hash and array maps
Alexei Starovoitov
1
-9
/
+74
2016-02-06
bpf: introduce BPF_MAP_TYPE_PERCPU_HASH map
Alexei Starovoitov
1
-47
/
+228
2015-12-29
bpf: hash: use per-bucket spinlock
tom.leiming@gmail.com
1
-18
/
+32
2015-12-29
bpf: hash: move select_bucket() out of htab's spinlock
tom.leiming@gmail.com
1
-4
/
+2
2015-12-29
bpf: hash: use atomic count
tom.leiming@gmail.com
1
-6
/
+6
2015-12-03
bpf: fix allocation warnings in bpf maps and integer overflow
Alexei Starovoitov
1
-9
/
+25
2015-11-02
bpf: convert hashtab lock to raw lock
Yang Shi
1
-7
/
+7
2015-10-13
bpf: charge user for creation of BPF maps and programs
Alexei Starovoitov
1
-0
/
+4
[next]