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
2022-04-21
selftest/vm: add skip support to mremap_test
Sidhartha Kumar
1
-3
/
+8
2022-04-21
selftest/vm: support xfail in mremap_test
Sidhartha Kumar
1
-1
/
+1
2022-04-21
selftest/vm: verify remap destination address in mremap_test
Sidhartha Kumar
1
-3
/
+39
2022-04-21
selftest/vm: verify mmap addr in mremap_test
Sidhartha Kumar
1
-1
/
+40
2022-04-21
kvm: selftests: introduce and use more page size-related constants
Paolo Bonzini
8
-13
/
+8
2022-04-21
kvm: selftests: do not use bitfields larger than 32-bits for PTEs
Paolo Bonzini
2
-115
/
+92
2022-04-21
Merge tag 'net-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-0
/
+34
2022-04-21
KVM: selftests: Silence compiler warning in the kvm_page_table_test
Thomas Huth
1
-1
/
+1
2022-04-21
selftests/bpf: Fix map tests errno checks
Artem Savkov
2
-68
/
+37
2022-04-21
selftests/bpf: Fix prog_tests uprobe_autoattach compilation error
Artem Savkov
1
-1
/
+2
2022-04-21
selftests/bpf: Fix attach tests retcode checks
Artem Savkov
2
-2
/
+2
2022-04-20
rcutorture: Make torture.sh allow for --kasan
Paul E. McKenney
1
-2
/
+2
2022-04-20
rcutorture: Make torture.sh refscale and rcuscale specify Tasks Trace RCU
Paul E. McKenney
1
-2
/
+2
2022-04-20
rcutorture: Make kvm.sh allow more memory for --kasan runs
Paul E. McKenney
1
-0
/
+6
2022-04-20
torture: Save "make allmodconfig" .config file
Paul E. McKenney
1
-0
/
+1
2022-04-20
scftorture: Remove extraneous "scf" from per_version_boot_params
Paul E. McKenney
1
-2
/
+1
2022-04-20
rcutorture: Adjust scenarios' Kconfig options for CONFIG_PREEMPT_DYNAMIC
Paul E. McKenney
4
-2
/
+6
2022-04-20
torture: Enable CSD-lock stall reports for scftorture
Paul E. McKenney
1
-1
/
+1
2022-04-20
torture: Skip vmlinux check for kvm-again.sh runs
Paul E. McKenney
1
-1
/
+1
2022-04-20
scftorture: Adjust for TASKS_RCU Kconfig option being selected
Paul E. McKenney
2
-0
/
+3
2022-04-20
rcuscale: Allow rcuscale without RCU Tasks Rude/Trace
Paul E. McKenney
1
-1
/
+2
2022-04-20
rcuscale: Allow rcuscale without RCU Tasks
Paul E. McKenney
2
-2
/
+4
2022-04-20
refscale: Allow refscale without RCU Tasks Rude/Trace
Paul E. McKenney
1
-0
/
+2
2022-04-20
refscale: Allow refscale without RCU Tasks
Paul E. McKenney
2
-0
/
+4
2022-04-20
rcutorture: Allow specifying per-scenario stat_interval
Paul E. McKenney
2
-2
/
+15
2022-04-20
rcutorture: Add CONFIG_PREEMPT_DYNAMIC=n to TASKS02 scenario
Paul E. McKenney
1
-0
/
+1
2022-04-20
rcutorture: Allow rcutorture without RCU Tasks Rude
Paul E. McKenney
1
-0
/
+2
2022-04-20
rcutorture: Allow rcutorture without RCU Tasks
Paul E. McKenney
3
-0
/
+6
2022-04-20
rcutorture: Allow rcutorture without RCU Tasks Trace
Paul E. McKenney
2
-0
/
+4
2022-04-20
rcu: Make the TASKS_RCU Kconfig option be selected
Paul E. McKenney
2
-0
/
+4
2022-04-20
selftests/bpf: Add test for skb_load_bytes
Liu Jian
2
-0
/
+64
2022-04-20
selftests: mlxsw: vxlan_flooding_ipv6: Prevent flooding of unwanted packets
Ido Schimmel
1
-0
/
+17
2022-04-20
selftests: mlxsw: vxlan_flooding: Prevent flooding of unwanted packets
Ido Schimmel
1
-0
/
+17
2022-04-19
selftests: mqueue: drop duplicate min definition
Geliang Tang
1
-2
/
+2
2022-04-19
selftests/ftrace: add mips support for kprobe args syntax tests
Ze Zhang
1
-0
/
+4
2022-04-19
selftests/ftrace: add mips support for kprobe args string tests
Ze Zhang
1
-0
/
+3
2022-04-19
selftests/bpf: Add tests for type tag order validation
Kumar Kartikeya Dwivedi
1
-0
/
+99
2022-04-19
selftests/bpf: Use non-autoloaded programs in few tests
Andrii Nakryiko
6
-65
/
+35
2022-04-19
selftests/bpf: Workaround a verifier issue for test exhandler
Yonghong Song
1
-2
/
+13
2022-04-19
selftests/bpf: Limit unroll_count for pyperf600 test
Yonghong Song
2
-4
/
+11
2022-04-18
selftests/bpf: Refactor prog_tests logging and test execution
Mykola Lysenko
4
-221
/
+202
2022-04-18
selftests: mlxsw: Introduce devlink line card provision/unprovision/activation tests
Jiri Pirko
1
-0
/
+280
2022-04-17
net/ipv6: Introduce accept_unsolicited_na knob to implement router-side changes for RFC9131
Arun Ajith S
2
-0
/
+256
2022-04-16
lkdtm: Add CFI_BACKWARD to test ROP mitigations
Kees Cook
1
-0
/
+1
2022-04-15
Merge tag 'linux-kselftest-fixes-5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-8
/
+17
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
15
-46
/
+237
2022-04-13
selftests: kvm/x86/xen: Replace a comma in the xen_shinfo_test with semicolon
Like Xu
1
-1
/
+1
2022-04-13
Merge branch 'kvm-older-features' into HEAD
Paolo Bonzini
5
-12
/
+646
2022-04-13
selftests: net: fib_rule_tests: add support to select a test to run
Alaa Mohamed
1
-1
/
+11
2022-04-12
cxl/mem: Rename cxl_dvsec_decode_init() to cxl_hdm_decode_init()
Dan Williams
1
-1
/
+1
[prev]
[next]