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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
13
-34
/
+610
2018-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+152
2018-01-20
bpf: add couple of test cases for div/mod by zero
Daniel Borkmann
1
-0
/
+87
2018-01-20
tools/bpf: add a testcase for MAP_GET_NEXT_KEY command of LPM_TRIE map
Yonghong Song
1
-0
/
+122
2018-01-20
selftests: bpf: update .gitignore with missing generated files
Shuah Khan
1
-0
/
+7
2018-01-20
bpftool: recognize BPF_MAP_TYPE_CPUMAP maps
Roman Gushchin
1
-0
/
+1
2018-01-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+149
2018-01-19
selftest/bpf: extend the offload test with map checks
Jakub Kicinski
3
-25
/
+218
2018-01-19
tools: bpftool: report device information for offloaded maps
Jakub Kicinski
1
-1
/
+6
2018-01-19
bpf: offload: report device information about offloaded maps
Jakub Kicinski
1
-0
/
+3
2018-01-19
selftests/bpf: make test_verifier run most programs
Alexei Starovoitov
1
-1
/
+49
2018-01-19
bpf: Sync kernel ABI header with tooling header
Jesper Dangaard Brouer
1
-1
/
+11
2018-01-19
tools/bpf_jit_disasm: silence a static checker warning
Dan Carpenter
1
-3
/
+4
2018-01-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-3
/
+149
2018-01-18
tools: bpftool: improve architecture detection by using ifindex
Jiong Wang
4
-3
/
+102
2018-01-18
bpf: mark dst unknown on inconsistent {s, u}bounds adjustments
Daniel Borkmann
1
-1
/
+122
2018-01-17
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+3
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-9
/
+606
2018-01-17
libbpf: Makefile set specified permission mode
Jesper Dangaard Brouer
1
-1
/
+1
2018-01-17
libbpf: cleanup Makefile, remove unused elements
Jesper Dangaard Brouer
1
-13
/
+2
2018-01-17
libbpf: install the header file libbpf.h
Jesper Dangaard Brouer
1
-1
/
+2
2018-01-17
libbpf: fix string comparison for guessing eBPF program type
Quentin Monnet
1
-1
/
+1
2018-01-17
tools: bpftool: add -DPACKAGE when including bfd.h
Jiong Wang
2
-2
/
+2
2018-01-17
bpf: reject stores into ctx via st and xadd
Daniel Borkmann
1
-2
/
+27
2018-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+40
2018-01-16
bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programs
Roman Gushchin
1
-0
/
+1
2018-01-16
objtool: Improve error message for bad file argument
Josh Poimboeuf
1
-1
/
+3
2018-01-15
bpf: offload: add map offload infrastructure
Jakub Kicinski
1
-0
/
+1
2018-01-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-8
/
+565
2018-01-13
tools/objtool/Makefile: don't assume sync-check.sh is executable
Andrew Morton
1
-1
/
+1
2018-01-13
selftests/x86: Add test_vsyscall
Andy Lutomirski
2
-1
/
+501
2018-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-21
/
+1
2018-01-12
objtool: Allow alternatives to be ignored
Josh Poimboeuf
2
-7
/
+57
2018-01-12
objtool: Detect jumps to retpoline thunks
Josh Poimboeuf
1
-0
/
+7
2018-01-11
bpf: arsh is not supported in 32 bit alu thus reject it
Daniel Borkmann
1
-0
/
+40
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-21
/
+1
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
12
-49
/
+197
2018-01-08
selftests: fib_tests: Add test cases for netdev carrier change
Ido Schimmel
1
-0
/
+142
2018-01-08
selftests: fib_tests: Add test cases for netdev down
Ido Schimmel
1
-0
/
+141
2018-01-08
selftests: fib_tests: Add test cases for IPv4/IPv6 FIB
Ido Schimmel
2
-0
/
+147
2018-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
22
-60
/
+482
2018-01-07
selftests/bpf: fix test_align
Alexei Starovoitov
1
-21
/
+1
2018-01-07
tools/bpf: add a bpf selftest for stacktrace
Yonghong Song
3
-1
/
+190
2018-01-04
tools: bpftool: remove new lines from errors
Jakub Kicinski
2
-11
/
+11
2018-01-04
tools: bpftool: alias show and list commands
Jakub Kicinski
8
-19
/
+22
2018-01-04
tools: bpftool: rename cgroup list -> show in the code
Jakub Kicinski
1
-9
/
+9
2018-01-02
selftests: rtnetlink: add erspan and ip6erspan
William Tu
1
-0
/
+131
2018-01-02
selftests/net: fix bugs in address and port initialization
Sowmini Varadhan
1
-6
/
+15
2017-12-31
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-42
/
+184
2017-12-31
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-2
/
+6
[next]