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
/
tools
/
include
/
uapi
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-28
bpf: Make bpf_link_info.iter similar to bpf_iter_link_info
Yonghong Song
1
-2
/
+4
2020-08-26
bpf: Add d_path helper
Jiri Olsa
1
-0
/
+14
2020-08-26
bpf: Allow local storage to be used from LSM programs
KP Singh
1
-2
/
+5
2020-08-26
bpf: Implement bpf_local_storage for inodes
KP Singh
1
-1
/
+39
2020-08-26
bpf: Generalize bpf_sk_storage
KP Singh
1
-2
/
+6
2020-08-25
tcp: bpf: Optionally store mac header in TCP_SAVE_SYN
Martin KaFai Lau
1
-0
/
+1
2020-08-25
bpf: tcp: Allow bpf prog to write and parse TCP header option
Martin KaFai Lau
1
-1
/
+299
2020-08-25
bpf: tcp: Add bpf_skops_hdr_opt_len() and bpf_skops_write_hdr_opt()
Martin KaFai Lau
1
-1
/
+2
2020-08-25
bpf: tcp: Add bpf_skops_parse_hdr()
Martin KaFai Lau
1
-1
/
+3
2020-08-25
tcp: bpf: Add TCP_BPF_RTO_MIN for bpf_setsockopt
Martin KaFai Lau
1
-0
/
+1
2020-08-25
tcp: bpf: Add TCP_BPF_DELACK_MAX setsockopt
Martin KaFai Lau
1
-0
/
+1
2020-08-22
bpf: Implement link_query for bpf iterators
Yonghong Song
1
-0
/
+7
2020-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-5
/
+5
2020-08-21
bpf: Fix two typos in uapi/linux/bpf.h
Tobias Klauser
1
-5
/
+5
2020-08-15
Merge tag 'perf-tools-2020-08-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-0
/
+6
2020-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-7
/
+8
2020-08-12
tools headers UAPI: Sync kvm.h headers with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+4
2020-08-12
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-08-07
tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+2
2020-08-07
tools headers UAPI: update linux/in.h copy
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-08-07
tools/bpf: Support new uapi for map element bpf iterator
Yonghong Song
1
-7
/
+8
2020-08-06
tools headers API: Update close_range affected files
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-08-06
Mgerge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
6
-110
/
+406
2020-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
4
-107
/
+296
2020-08-04
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-3
/
+110
2020-08-03
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-20
/
+21
2020-08-02
libbpf: Add bpf_link detach APIs
Andrii Nakryiko
1
-0
/
+5
2020-07-31
Merge branch 'for-next/read-barrier-depends' into for-next/core
Catalin Marinas
1
-0
/
+90
2020-07-28
bpf: Fix bpf_ringbuf_output() signature to return long
Andrii Nakryiko
1
-1
/
+1
2020-07-26
libbpf: Add support for BPF XDP link
Andrii Nakryiko
1
-1
/
+9
2020-07-26
bpf: Implement bpf iterator for map elements
Yonghong Song
1
-0
/
+7
2020-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+94
2020-07-21
tools: bpf: Use local copy of headers including uapi/linux/filter.h
Will Deacon
1
-0
/
+90
2020-07-20
tools headers UAPI: Update tools's copy of linux/perf_event.h
Leo Yan
1
-3
/
+20
2020-07-20
net: remove compat_sys_{get,set}sockopt
Christoph Hellwig
1
-2
/
+2
2020-07-18
bpf: Sync linux/bpf.h to tools/
Jakub Sitnicki
1
-0
/
+77
2020-07-16
bpf: Drop duplicated words in uapi helper comments
Randy Dunlap
1
-3
/
+3
2020-07-16
bpf: cpumap: Add the possibility to attach an eBPF program to cpumap
Lorenzo Bianconi
1
-0
/
+5
2020-07-16
cpumap: Formalize map value as a named struct
Lorenzo Bianconi
1
-0
/
+9
2020-07-14
net: bridge: Add port attribute IFLA_BRPORT_MRP_IN_OPEN
Horatiu Vultur
1
-0
/
+1
2020-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-1
/
+5
2020-07-14
xsk: Add new statistics
Ciara Loftus
1
-1
/
+4
2020-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-20
/
+21
2020-07-10
perf tools: Add support for PERF_RECORD_KSYMBOL_TYPE_OOL
Adrian Hunter
1
-0
/
+5
2020-07-10
perf tools: Add support for PERF_RECORD_TEXT_POKE
Adrian Hunter
1
-1
/
+20
2020-07-08
libbpf: Add support for BPF_CGROUP_INET_SOCK_RELEASE
Stanislav Fomichev
1
-0
/
+1
2020-07-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-99
/
+172
2020-07-01
bpf: Introduce helper bpf_get_task_stack()
Song Liu
1
-1
/
+36
2020-07-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-20
/
+21
2020-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+1
[prev]
[next]