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
/
testing
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-27
selftests/bpf: convert send_signal.c to use subtests
Andrii Nakryiko
1
-3
/
+6
2019-07-27
selftests/bpf: convert bpf_verif_scale.c to sub-tests API
Andrii Nakryiko
1
-37
/
+40
2019-07-27
selftests/bpf: add sub-tests support for test_progs
Andrii Nakryiko
2
-29
/
+185
2019-07-27
selftests/bpf: abstract away test log output
Andrii Nakryiko
12
-73
/
+183
2019-07-27
selftest/bpf: centralize libbpf logging management for test_progs
Andrii Nakryiko
3
-12
/
+38
2019-07-27
selftests/bpf: add test selectors by number and name to test_progs
Andrii Nakryiko
1
-4
/
+39
2019-07-27
selftests/bpf: revamp test_progs to allow more control
Andrii Nakryiko
2
-15
/
+77
2019-07-27
selftests/bpf: prevent headers to be compiled as C code
Andrii Nakryiko
1
-3
/
+3
2019-07-25
selftests/bpf: support BPF_FLOW_DISSECTOR_F_STOP_AT_ENCAP
Stanislav Fomichev
2
-0
/
+72
2019-07-25
bpf/flow_dissector: support ipv6 flow_label and BPF_FLOW_DISSECTOR_F_STOP_AT_...
Stanislav Fomichev
2
-0
/
+56
2019-07-25
selftests/bpf: support BPF_FLOW_DISSECTOR_F_PARSE_1ST_FRAG
Stanislav Fomichev
2
-7
/
+155
2019-07-25
selftests/bpf: Add selftests for bpf_perf_event_output
Allan Zhang
2
-1
/
+105
2019-07-23
selftests/bpf: remove perf buffer helpers
Andrii Nakryiko
2
-134
/
+0
2019-07-23
selftests/bpf: switch test_tcpnotify to perf_buffer API
Andrii Nakryiko
1
-54
/
+36
2019-07-23
selftests/bpf: convert test_get_stack_raw_tp to perf_buffer API
Andrii Nakryiko
2
-36
/
+44
2019-07-23
tc-testing: added tdc tests for [b|p]fifo qdisc
Roman Mashak
1
-0
/
+304
2019-07-21
Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb
Linus Torvalds
1
-2
/
+52
2019-07-20
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-18
/
+4
2019-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
10
-12
/
+492
2019-07-20
KVM: selftests: Remove superfluous define from vmx.c
Thomas Huth
1
-2
/
+0
2019-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
20
-148
/
+366
2019-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
19
-147
/
+332
2019-07-18
selftests/bpf: fix test_xdp_noinline on s390
Ilya Leoshkevich
1
-8
/
+9
2019-07-18
selftests/bpf: fix "valid read map access into a read-only array 1" on s390
Ilya Leoshkevich
1
-1
/
+1
2019-07-18
Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
3
-8
/
+66
2019-07-17
selftests: add a test case for rp_filter
Cong Wang
1
-1
/
+34
2019-07-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
8
-7
/
+432
2019-07-16
selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFO
Dmitry V. Levin
3
-1
/
+273
2019-07-16
ptrace: add PTRACE_GET_SYSCALL_INFO request
Elvira Khabirova
1
-4
/
+9
2019-07-16
proc: test /proc/sysvipc vs setns(CLONE_NEWIPC)
Alexey Dobriyan
3
-0
/
+135
2019-07-16
tools/testing/selftests/proc/proc-pid-vm.c: hide "segfault at ffffffffff60000...
Alexey Dobriyan
1
-2
/
+15
2019-07-16
selftests/bpf: fix perf_buffer on s390
Ilya Leoshkevich
3
-17
/
+11
2019-07-16
selftests/bpf: structure test_{progs, maps, verifier} test runners uniformly
Andrii Nakryiko
1
-14
/
+10
2019-07-16
selftests/bpf: fix test_verifier/test_maps make dependencies
Andrii Nakryiko
1
-3
/
+3
2019-07-16
Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...
Linus Torvalds
1
-1
/
+1
2019-07-16
ftrace/selftest: Test if set_event/ftrace_pid exists before writing
Steven Rostedt (VMware)
1
-2
/
+2
2019-07-16
ftrace/selftests: Return the skip code when tracing directory not configured ...
Steven Rostedt (VMware)
1
-6
/
+32
2019-07-16
selftests/bpf: skip nmi test when perf hw events are disabled
Ilya Leoshkevich
1
-1
/
+32
2019-07-16
selftests/bpf: fix "alu with different scalars 1" on s390
Ilya Leoshkevich
1
-1
/
+1
2019-07-16
selftests/bpf: remove logic duplication in test_verifier
Andrii Nakryiko
1
-20
/
+15
2019-07-15
selftests/bpf: add selftests for wide loads
Stanislav Fomichev
1
-0
/
+37
2019-07-15
selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.c
Stanislav Fomichev
2
-36
/
+36
2019-07-15
selftests/bpf: put test_stub.o into $(OUTPUT)
Ilya Leoshkevich
1
-2
/
+5
2019-07-15
selftests/bpf: make directory prerequisites order-only
Ilya Leoshkevich
1
-8
/
+8
2019-07-15
selftests/bpf: fix attach_probe on s390
Ilya Leoshkevich
1
-0
/
+2
2019-07-15
selftests/bpf: use typedef'ed arrays as map values
Andrii Nakryiko
3
-4
/
+4
2019-07-15
selftests/bpf: add trickier size resolution tests
Andrii Nakryiko
1
-0
/
+88
2019-07-15
Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix ...
Andy Lutomirski
1
-18
/
+4
2019-07-15
LSM: SafeSetID: verify transitive constrainedness
Jann Horn
1
-1
/
+3
2019-07-15
LSM: SafeSetID: rewrite userspace API to atomic updates
Jann Horn
1
-11
/
+5
[next]