index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-24
selftests/bpf: Add BPF trampoline performance test
Alexei Starovoitov
2
-0
/
+185
2019-11-24
selftests/bpf: Add verifier tests for better jmp32 register bounds
Yonghong Song
1
-0
/
+83
2019-11-24
selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only
Andrii Nakryiko
2
-5
/
+15
2019-11-24
libbpf: Fix bpf_object name determination for bpf_object__open_file()
Andrii Nakryiko
1
-1
/
+1
2019-11-24
libbpf: Support initialized global variables
Andrii Nakryiko
14
-33
/
+28
2019-11-24
libbpf: Fix various errors and warning reported by checkpatch.pl
Andrii Nakryiko
1
-17
/
+21
2019-11-24
libbpf: Refactor relocation handling
Andrii Nakryiko
1
-118
/
+143
2019-11-24
selftests/bpf: Ensure no DWARF relocations for BPF object files
Andrii Nakryiko
1
-1
/
+1
2019-11-24
selftests/bpf: Integrate verbose verifier log into test_progs
Andrii Nakryiko
4
-9
/
+27
2019-11-24
selftests, bpftool: Skip the build test if not in tree
Jakub Kicinski
1
-0
/
+4
2019-11-24
selftests, bpftool: Set EXIT trap after usage function
Quentin Monnet
1
-13
/
+13
2019-11-24
tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'
Quentin Monnet
1
-0
/
+6
2019-11-24
tools, bpftool: Fix warning on ignored return value for 'read'
Quentin Monnet
1
-3
/
+3
2019-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-3
/
+8
2019-11-21
Merge tag 'gpio-v5.4-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2
-3
/
+8
2019-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
58
-340
/
+2225
2019-11-19
selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32
Andrii Nakryiko
1
-0
/
+7
2019-11-19
libbpf: Fix call relocation offset calculation bug
Andrii Nakryiko
4
-8
/
+12
2019-11-19
net-af_xdp: Use correct number of channels from ethtool
Luigi Rizzo
1
-3
/
+8
2019-11-18
selftests: forwarding: Add speed and auto-negotiation test
Amit Cohen
1
-0
/
+318
2019-11-18
selftests: forwarding: lib.sh: Add wait for dev with timeout
Amit Cohen
1
-3
/
+26
2019-11-18
selftests: forwarding: Add ethtool_lib.sh
Amit Cohen
1
-0
/
+69
2019-11-18
selftests: mlxsw: Check devlink device before running test
Danielle Ratson
1
-0
/
+5
2019-11-18
selftests: mlxsw: Add router scale test for Spectrum-2
Danielle Ratson
2
-1
/
+22
2019-11-18
selftests, bpf: Workaround an alu32 sub-register spilling issue
Yonghong Song
1
-1
/
+3
2019-11-18
selftests, bpf: Fix test_tc_tunnel hanging
Jiri Benc
1
-0
/
+5
2019-11-18
selftests, bpf: xdping is not meant to be run standalone
Jiri Benc
1
-2
/
+2
2019-11-18
selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests
Andrii Nakryiko
3
-18
/
+292
2019-11-18
libbpf: Make global data internal arrays mmap()-able, if possible
Andrii Nakryiko
1
-2
/
+30
2019-11-18
bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY
Andrii Nakryiko
1
-0
/
+3
2019-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
8
-44
/
+73
2019-11-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-4
/
+57
2019-11-16
selftests: net: avoid ptl lock contention in tcp_mmap
Eric Dumazet
1
-5
/
+53
2019-11-15
selftests/bpf: Add a test for attaching BPF prog to another BPF prog and subprog
Alexei Starovoitov
2
-0
/
+167
2019-11-15
selftests/bpf: Extend test_pkt_access test
Alexei Starovoitov
1
-2
/
+36
2019-11-15
libbpf: Add support for attaching BPF programs to other BPF programs
Alexei Starovoitov
5
-17
/
+71
2019-11-15
selftests/bpf: Add stress test for maximum number of progs
Alexei Starovoitov
1
-0
/
+76
2019-11-15
selftests/bpf: Add combined fentry/fexit test
Alexei Starovoitov
1
-0
/
+90
2019-11-15
selftests/bpf: Add fexit tests for BPF trampoline
Alexei Starovoitov
2
-0
/
+162
2019-11-15
selftests/bpf: Add test for BPF trampoline
Alexei Starovoitov
3
-0
/
+167
2019-11-15
selftest/bpf: Simple test for fentry/fexit
Alexei Starovoitov
2
-3
/
+88
2019-11-15
libbpf: Add support to attach to fentry/fexit tracing progs
Alexei Starovoitov
4
-25
/
+82
2019-11-15
libbpf: Introduce btf__find_by_name_kind()
Alexei Starovoitov
3
-0
/
+25
2019-11-15
ptp: Extend the test program to check the external time stamp flags.
Richard Cochran
1
-2
/
+51
2019-11-15
selftests: net: tcp_mmap should create detached threads
Eric Dumazet
1
-1
/
+6
2019-11-15
selftests: mlxsw: Adjust test to recent changes
Ido Schimmel
1
-2
/
+6
2019-11-13
selftests: kvm: fix build with glibc >= 2.30
Vitaly Kuznetsov
1
-2
/
+2
2019-11-13
tools: gpio: Correctly add make dependencies for gpio_utils
Laura Abbott
2
-3
/
+8
2019-11-12
tc-testing: Introduced tdc tests for basic filter
Roman Mashak
1
-0
/
+325
2019-11-12
selftests: Add a test of large binary to devlink health test
Aya Levin
1
-0
/
+9
[next]