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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-05
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2016-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-36
/
+71
2016-04-29
bpf: fix check_map_func_compatibility logic
Alexei Starovoitov
1
-25
/
+40
2016-04-29
bpf: fix refcnt overflow
Alexei Starovoitov
3
-11
/
+31
2016-04-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2016-04-27
perf core: Allow setting up max frame stack depth via sysctl
Arnaldo Carvalho de Melo
1
-4
/
+4
2016-04-27
bpf: fix double-fdput in replace_map_fd_with_map_ptr()
Jann Horn
1
-1
/
+0
2016-04-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2016-04-20
bpf: add event output helper for notifications/sampling/logging
Daniel Borkmann
1
-0
/
+7
2016-04-15
bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACK
Daniel Borkmann
1
-4
/
+13
2016-04-15
bpf, verifier: add ARG_PTR_TO_RAW_STACK type
Daniel Borkmann
1
-5
/
+54
2016-04-15
bpf, verifier: add bpf_call_arg_meta for passing meta data
Daniel Borkmann
1
-17
/
+23
2016-04-14
bpf/verifier: reject invalid LD_ABS | BPF_DW instruction
Alexei Starovoitov
1
-0
/
+1
2016-04-11
bpf: simplify verifier register state assignments
Alexei Starovoitov
1
-4
/
+2
2016-04-08
bpf, verifier: further improve search pruning
Daniel Borkmann
1
-2
/
+7
2016-04-08
bpf: sanitize bpf tracepoint access
Alexei Starovoitov
1
-1
/
+5
2016-04-08
bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint prog...
Alexei Starovoitov
1
-1
/
+1
2016-03-28
bpf: reject invalid names right in ->lookup()
Al Viro
1
-29
/
+8
2016-03-25
bpf: add missing map_flags to bpf_map_show_fdinfo
Daniel Borkmann
1
-2
/
+4
2016-03-21
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+2
2016-03-10
bpf: avoid copying junk bytes in bpf_get_current_comm()
Alexei Starovoitov
1
-1
/
+1
2016-03-10
bpf: bpf_stackmap_copy depends on CONFIG_PERF_EVENTS
Alexei Starovoitov
1
-0
/
+5
2016-03-08
bpf: convert stackmap to pre-allocation
Alexei Starovoitov
2
-18
/
+70
2016-03-08
bpf: check for reserved flag bits in array and stack maps
Alexei Starovoitov
2
-1
/
+4
2016-03-08
bpf: pre-allocate hash map elements
Alexei Starovoitov
2
-74
/
+181
2016-03-08
bpf: introduce percpu_freelist
Alexei Starovoitov
3
-1
/
+132
2016-03-08
bpf: prevent kprobe+bpf deadlocks
Alexei Starovoitov
1
-0
/
+13
2016-02-29
bpf: Mark __bpf_prog_run() stack frame as non-standard
Josh Poimboeuf
1
-0
/
+2
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-02-22
bpf: add new arg_type that allows for 0 sized stack buffer
Daniel Borkmann
1
-10
/
+32
2016-02-20
bpf: introduce BPF_MAP_TYPE_STACK_TRACE
Alexei Starovoitov
3
-1
/
+245
2016-02-19
bpf: grab rcu read lock for bpf_percpu_hash_update
Sasha Levin
1
-1
/
+7
2016-02-11
bpf: fix branch offset adjustment on backjumps after patching ctx expansion
Daniel Borkmann
1
-1
/
+1
2016-02-06
bpf: add lookup/update support for per-cpu hash and array maps
Alexei Starovoitov
3
-26
/
+178
2016-02-06
bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY map
Alexei Starovoitov
1
-11
/
+91
2016-02-06
bpf: introduce BPF_MAP_TYPE_PERCPU_HASH map
Alexei Starovoitov
1
-47
/
+228
2016-01-29
perf/bpf: Convert perf_event_array to use struct file
Alexei Starovoitov
1
-10
/
+11
2016-01-13
net: bpf: reject invalid shifts
Rabin Vincent
1
-0
/
+10
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-19
bpf: move clearing of A/X into classic to eBPF migration prologue
Daniel Borkmann
1
-4
/
+0
2015-12-13
bpf, inode: allow for rename and link ops
Daniel Borkmann
1
-0
/
+20
2015-12-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-34
/
+69
2015-12-03
bpf: fix allocation warnings in bpf maps and integer overflow
Alexei Starovoitov
3
-12
/
+34
2015-12-02
bpf, array: fix heap out-of-bounds access when updating elements
Daniel Borkmann
1
-1
/
+1
2015-11-25
bpf: fix clearing on persistent program array maps
Daniel Borkmann
3
-16
/
+29
2015-11-20
bpf: add show_fdinfo handler for maps
Daniel Borkmann
1
-1
/
+21
2015-11-03
bpf, verifier: annotate verbose printer with __printf
Daniel Borkmann
1
-1
/
+1
2015-11-03
bpf: add support for persistent maps/progs
Daniel Borkmann
3
-4
/
+417
[prev]
[next]