index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-27
KVM: selftests: trivial comment/logging fixes
Axel Rasmussen
2
-3
/
+3
2021-05-27
KVM: selftests: Fix hang in hardware_disable_test
David Matlack
1
-1
/
+31
2021-05-27
KVM: selftests: Ignore CPUID.0DH.1H in get_cpuid_test
David Matlack
1
-0
/
+5
2021-05-27
KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn()
David Matlack
4
-10
/
+16
2021-05-27
KVM: selftests: add a memslot-related performance benchmark
Maciej S. Szmigiero
3
-0
/
+1039
2021-05-27
KVM: selftests: Keep track of memslots more efficiently
Maciej S. Szmigiero
4
-35
/
+124
2021-05-27
selftests: kvm: fix potential issue with ELF loading
Paolo Bonzini
1
-5
/
+4
2021-05-27
selftests: kvm: make allocation of extra memory take effect
Zhenzhong Duan
1
-1
/
+1
2021-05-26
Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
12
-277
/
+893
2021-05-26
libbpf: Move BPF_SEQ_PRINTF and BPF_SNPRINTF to bpf_helpers.h
Florent Revest
14
-14
/
+0
2021-05-26
selftests/bpf: Add xdp_redirect_multi test
Hangbin Liu
4
-1
/
+526
2021-05-25
selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checks
Andrii Nakryiko
56
-425
/
+347
2021-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
6
-193
/
+457
2021-05-25
bpf, selftests: Adjust few selftest result_unpriv outcomes
Daniel Borkmann
2
-10
/
+0
2021-05-25
kselftest/arm64: Add missing newline to SVE test skipping output
Mark Brown
1
-1
/
+1
2021-05-25
selftests/bpf: Add test for l3 use of bpf_redirect_peer
Jussi Maki
2
-178
/
+405
2021-05-24
selftests/bpf: Add bpf_lookup_and_delete_elem tests
Denis Salopek
4
-0
/
+339
2021-05-24
Merge branch 'for-5.13-fixes' into for-5.14
Tejun Heo
5
-38
/
+99
2021-05-23
net/sched: fq_pie: re-factor fix for fq_pie endless loop
Davide Caratti
1
-4
/
+4
2021-05-23
Merge tag 'powerpc-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-9
/
+18
2021-05-23
selftests/powerpc: Fix duplicate included pthread.h
Jiapeng Chong
1
-1
/
+0
2021-05-22
tools/testing/selftests/exec: fix link error
Yang Yingliang
1
-3
/
+3
2021-05-21
Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
1
-7
/
+7
2021-05-20
selftests: net: devlink_port_split.py: skip the test if no devlink device
Po-Hsu Lin
1
-1
/
+7
2021-05-20
selftests/bpf: Test ringbuf mmap read-only and read-write restrictions
Andrii Nakryiko
1
-1
/
+48
2021-05-20
selftests/bpf: Convert static to global in tc_redirect progs
Stanislav Fomichev
2
-4
/
+4
2021-05-20
selftests: Add .gitignore for nci test suite
David Matlack
1
-0
/
+1
2021-05-21
powerpc/64s/syscall: Use pt_regs.trap to distinguish syscall ABI difference between sc and scv syscalls
Nicholas Piggin
1
-9
/
+18
2021-05-20
selftests/x86/syscall: Add tests under ptrace to syscall_numbering_64
H. Peter Anvin (Intel)
1
-25
/
+207
2021-05-20
selftests/x86/syscall: Simplify message reporting in syscall_numbering
H. Peter Anvin (Intel)
1
-31
/
+72
2021-05-20
selftests/x86/syscall: Update and extend syscall_numbering_64
H. Peter Anvin (Intel)
1
-52
/
+222
2021-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
38
-113
/
+718
2021-05-19
selftests: lib: Add wrapper script for test_scanf
Richard Fitzgerald
3
-1
/
+6
2021-05-19
selftest/x86/signal: Include test cases for validating sigaltstack
Chang S. Bae
2
-1
/
+129
2021-05-19
selftest/sigaltstack: Use the AT_MINSIGSTKSZ aux vector if available
Chang S. Bae
1
-5
/
+15
2021-05-19
selftests/bpf: Convert test trace_printk to lskel.
Alexei Starovoitov
2
-2
/
+2
2021-05-19
selftests/bpf: Convert test printk to use rodata.
Alexei Starovoitov
2
-3
/
+6
2021-05-19
selftests/bpf: Convert atomics test to light skeleton.
Alexei Starovoitov
2
-37
/
+37
2021-05-19
selftests/bpf: Convert few tests to light skeleton.
Alexei Starovoitov
10
-28
/
+41
2021-05-19
libbpf: Change the order of data and text relocations.
Alexei Starovoitov
1
-0
/
+13
2021-05-19
selftests/bpf: Test for btf_load command.
Alexei Starovoitov
2
-0
/
+53
2021-05-19
selftests/bpf: Test for syscall program type
Alexei Starovoitov
2
-0
/
+123
2021-05-18
signal: Deliver all of the siginfo perf data in _perf
Eric W. Biederman
1
-7
/
+7
2021-05-18
selftests: forwarding: Add test for custom multipath hash with IPv6 GRE
Ido Schimmel
1
-0
/
+458
2021-05-18
selftests: forwarding: Add test for custom multipath hash with IPv4 GRE
Ido Schimmel
1
-0
/
+456
2021-05-18
selftests: forwarding: Add test for custom multipath hash
Ido Schimmel
1
-0
/
+364
2021-05-18
Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.13a', 'kvfree_rcu.2021.05.10c', 'mmdumpobj.2021.05.10c', 'nocb.2021.05.12a', 'srcu.2021.05.12a', 'tasks.2021.05.18a' and 'torture.2021.05.10c' into HEAD
Paul E. McKenney
15
-54
/
+376
2021-05-17
selftests: mlxsw: qos_lib: Drop __mlnx_qos
Petr Machata
1
-14
/
+0
2021-05-17
selftests: mlxsw: qos_pfc: Convert to iproute2 dcb
Petr Machata
1
-12
/
+12
2021-05-17
selftests: mlxsw: qos_headroom: Convert to iproute2 dcb
Petr Machata
1
-34
/
+35
[prev]
[next]