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
starfive-6.6.48-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
2020-10-11
bpf: Allow for map-in-map with dynamic inner array map entries
Daniel Borkmann
1
-3
/
+3
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-11
/
+4
2020-09-04
bpf: Do not use bucket_lock for hashmap iterator
Yonghong Song
1
-11
/
+4
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
1
-6
/
+6
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
1
-0
/
+4
2020-08-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+194
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+9
2020-07-30
bpf: Fix map leak in HASH_OF_MAPS map
Andrii Nakryiko
1
-3
/
+9
2020-07-26
bpf: Implement bpf iterator for hash maps
Yonghong Song
1
-0
/
+194
2020-07-01
bpf: Remove redundant synchronize_rcu.
Alexei Starovoitov
1
-5
/
+3
2020-06-22
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
1
-0
/
+12
2020-06-22
bpf: Support access to bpf map fields
Andrey Ignatov
1
-0
/
+3
2020-05-15
bpf: Implement CAP_BPF
Alexei Starovoitov
1
-2
/
+2
2020-02-28
bpf: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-02-25
bpf: Prepare hashtab locking for PREEMPT_RT
Thomas Gleixner
1
-9
/
+56
2020-02-25
bpf: Factor out hashtab bucket lock operations
Thomas Gleixner
1
-23
/
+46
2020-02-25
bpf: Use recursion prevention helpers in hashtab code
Thomas Gleixner
1
-8
/
+4
2020-02-25
bpf: Remove recursion prevention from rcu free callback
Thomas Gleixner
1
-8
/
+0
2020-02-25
bpf: Update locking comment in hashtab code
Thomas Gleixner
1
-4
/
+20
2020-02-20
bpf: Fix a potential deadlock with bpf_map_do_batch
Yonghong Song
1
-3
/
+31
2020-02-20
bpf: Do not grab the bucket spinlock by default on htab batch ops
Brian Vazquez
1
-2
/
+22
2020-01-16
bpf: Add batch ops to all htab bpf map
Yonghong Song
1
-0
/
+264
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
1
-9
/
+1
2019-06-01
bpf: move memory size checks to bpf_map_charge_init()
Roman Gushchin
1
-6
/
+1
2019-06-01
bpf: rework memlock-based memory accounting for maps
Roman Gushchin
1
-5
/
+6
2019-06-01
bpf: group memory related fields in struct bpf_map_memory
Roman Gushchin
1
-2
/
+2
2019-05-14
bpf, lru: avoid messing with eviction heuristics upon syscall lookup
Daniel Borkmann
1
-5
/
+18
2019-04-10
bpf: add program side {rd, wr}only support for maps
Daniel Borkmann
1
-3
/
+3
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
[next]