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
/
syscall.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-18
bpf: Try harder when allocating memory for large maps
Martynas Pumputis
1
-7
/
+15
2019-03-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2019-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+37
2019-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+3
2019-03-01
bpf: drop refcount if bpf_map_new_fd() fails in map_create()
Peng Sun
1
-2
/
+2
2019-02-28
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
1
-2
/
+10
2019-02-27
bpf: expose program stats via bpf_prog_info
Alexei Starovoitov
1
-0
/
+5
2019-02-27
bpf: enable program stats
Alexei Starovoitov
1
-2
/
+32
2019-02-26
bpf: decrease usercnt if bpf_map_new_fd() fails in bpf_map_get_fd_by_id()
Peng Sun
1
-1
/
+1
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+10
2019-02-01
bpf: introduce BPF_F_LOCK flag
Alexei Starovoitov
1
-2
/
+23
2019-02-01
bpf: add support for bpf_spin_lock to cgroup local storage
Alexei Starovoitov
1
-1
/
+2
2019-02-01
bpf: introduce bpf_spin_lock
Alexei Starovoitov
1
-2
/
+19
2019-02-01
bpf: Fix syscall's stackmap lookup potential deadlock
Martin KaFai Lau
1
-2
/
+10
2019-01-21
perf, bpf: Introduce PERF_RECORD_BPF_EVENT
Song Liu
1
-0
/
+2
2019-01-04
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-1
/
+1
2018-12-19
bpf: support raw tracepoints in modules
Matt Mullins
1
-3
/
+8
2018-12-18
bpf: remove useless version check for prog load
Daniel Borkmann
1
-5
/
+0
2018-12-13
bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump
Daniel Borkmann
1
-7
/
+0
2018-12-13
bpf: include sub program tags in bpf_prog_info
Song Liu
1
-0
/
+22
2018-12-13
bpf: Remove bpf_dump_raw_ok() check for func_info and line_info
Martin KaFai Lau
1
-20
/
+12
2018-12-13
bpf: pass struct btf pointer to the map_check_btf() callback
Roman Gushchin
1
-1
/
+2
2018-12-11
bpf: rename *_info_cnt to nr_*_info in bpf_prog_info
Yonghong Song
1
-19
/
+19
2018-12-11
bpf: clean up bpf_prog_get_info_by_fd()
Song Liu
1
-2
/
+2
2018-12-10
bpf: Add bpf_line_info support
Martin KaFai Lau
1
-6
/
+77
2018-12-06
bpf: Improve the info.func_info and info.func_info_rec_size behavior
Martin KaFai Lau
1
-26
/
+20
2018-12-02
bpf: Fix memleak in aux->func_info and aux->btf
Martin KaFai Lau
1
-0
/
+2
2018-12-01
bpf: Add BPF_F_ANY_ALIGNMENT.
David Miller
1
-1
/
+6
2018-11-27
bpf: btf: support proper non-jit func info
Yonghong Song
1
-25
/
+8
2018-11-20
bpf: Introduce bpf_func_info
Yonghong Song
1
-4
/
+55
2018-11-02
bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv
Daniel Borkmann
1
-0
/
+1
2018-11-02
bpf: show main program address and length in bpf_prog_info
Song Liu
1
-9
/
+24
2018-11-02
bpf: show real jited address in bpf_prog_info->jited_ksyms
Song Liu
1
-1
/
+0
2018-10-19
bpf: remove unused variable
Alexei Starovoitov
1
-1
/
+1
2018-10-19
bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall
Mauricio Vasquez B
1
-0
/
+66
2018-10-19
bpf: add queue and stack maps
Mauricio Vasquez B
1
-0
/
+6
2018-10-19
bpf/syscall: allow key to be null in map functions
Mauricio Vasquez B
1
-4
/
+15
2018-10-15
bpf, sockmap: convert to generic sk_msg interface
Daniel Borkmann
1
-3
/
+3
2018-10-13
bpf: wait for running BPF programs when updating map-in-map
Daniel Colascione
1
-0
/
+13
2018-10-10
bpf: error handling when map_lookup_elem isn't supported
Prashant Bhole
1
-2
/
+7
2018-10-01
bpf: introduce per-cpu cgroup local storage
Roman Gushchin
1
-2
/
+9
2018-10-01
bpf: extend cgroup bpf core to allow multiple cgroup storage types
Roman Gushchin
1
-2
/
+7
2018-09-14
flow_dissector: implements flow dissector BPF hook
Petar Penkov
1
-0
/
+8
2018-08-29
bpf: remove duplicated include from syscall.c
YueHaibing
1
-1
/
+0
2018-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-19
/
+84
2018-08-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-2
/
+2
2018-08-13
bpf: decouple btf from seq bpf fs dump and enable more maps
Daniel Borkmann
1
-4
/
+32
2018-08-11
bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY
Martin KaFai Lau
1
-0
/
+6
2018-08-03
bpf: introduce cgroup storage maps
Roman Gushchin
1
-0
/
+3
2018-08-03
bpf: add ability to charge bpf maps memory dynamically
Roman Gushchin
1
-15
/
+43
[next]