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-17
selftests: mlxsw: Make sampling test more robust
Ido Schimmel
1
-6
/
+6
2021-05-17
selftests: mlxsw: Make the unsplit array global in port_scale test
Danielle Ratson
1
-1
/
+3
2021-05-17
selftests: Lowest IPv4 address in a subnet is valid
Seth David Schoen
1
-8
/
+9
2021-05-17
libbpf: Add selftests for TC-BPF management API
Kumar Kartikeya Dwivedi
2
-0
/
+407
2021-05-17
Merge tag 'kvmarm-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
18
-304
/
+1200
2021-05-17
selftests/powerpc: Add test of mitigation patching
Michael Ellerman
2
-0
/
+77
2021-05-15
Merge tag 'libnvdimm-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2
-18
/
+26
2021-05-14
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-0
/
+1
2021-05-13
selftests/bpf: Validate skeleton gen handles skipped fields
Andrii Nakryiko
4
-5
/
+5
2021-05-12
ACPI: NFIT: Fix support for variable 'SPA' structure size
Dan Williams
1
-17
/
+25
2021-05-12
tools/testing/nvdimm: Make symbol '__nfit_test_ioremap' static
Zou Wei
1
-1
/
+1
2021-05-12
rcu: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-05-12
selftests: futex: Expand timeout test
André Almeida
1
-16
/
+110
2021-05-12
selftests: futex: Correctly include headers dirs
André Almeida
1
-1
/
+2
2021-05-12
kselftest: Add test for core sched prctl interface
Chris Hyser
4
-0
/
+354
2021-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
7
-266
/
+617
2021-05-11
selftests/bpf: Stop using static variables for passing data to/from user-space
Andrii Nakryiko
19
-40
/
+33
2021-05-11
selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.c
Jussi Maki
7
-266
/
+617
2021-05-10
torture: Don't cap remote runs by build-system number of CPUs
Paul E. McKenney
2
-4
/
+12
2021-05-10
torture: Make kvm-remote.sh account for network failure in pathname checks
Paul E. McKenney
1
-2
/
+24
2021-05-10
rcutorture: Add BUSTED-BOOST to test RCU priority boosting tests
Paul E. McKenney
2
-0
/
+25
2021-05-10
torture: Set kvm.sh language to English
Paul E. McKenney
1
-0
/
+3
2021-05-10
torture: Correctly fetch number of CPUs for non-English languages
Frederic Weisbecker
2
-2
/
+2
2021-05-10
torture: Make kvm-find-errors.sh account for kvm-remote.sh
Paul E. McKenney
1
-1
/
+1
2021-05-10
torture: Make the build machine control N in "make -jN"
Paul E. McKenney
1
-2
/
+4
2021-05-10
torture: Make kvm.sh use abstracted kvm-end-run-stats.sh
Paul E. McKenney
1
-15
/
+1
2021-05-10
torture: Abstract end-of-run summary
Paul E. McKenney
2
-8
/
+43
2021-05-10
torture: Fix grace-period rate output
Paul E. McKenney
1
-1
/
+1
2021-05-10
torture: Add kvm-remote.sh script for distributed rcutorture test runs
Paul E. McKenney
1
-0
/
+227
2021-05-10
rcuscale: Allow CPU hotplug to be enabled
Paul E. McKenney
2
-2
/
+2
2021-05-10
refscale: Allow CPU hotplug to be enabled
Paul E. McKenney
2
-2
/
+2
2021-05-10
torture: Make kvm-again.sh use "scenarios" rather than "batches" file
Paul E. McKenney
1
-16
/
+6
2021-05-10
torture: Add "scenarios" option to kvm.sh --dryrun parameter
Paul E. McKenney
1
-2
/
+26
2021-05-10
torture: Fix remaining erroneous torture.sh instance of $*
Paul E. McKenney
1
-1
/
+1
2021-05-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-20
/
+72
2021-05-10
tests/cgroup: test cgroup.kill
Christian Brauner
3
-1
/
+301
2021-05-10
tests/cgroup: move cg_wait_for(), cg_prepare_for_wait()
Christian Brauner
3
-57
/
+49
2021-05-10
tests/cgroup: use cgroup.kill in cg_killall()
Christian Brauner
1
-0
/
+4
2021-05-10
kselftest/arm64: Add missing stddef.h include to BTI tests
Mark Brown
1
-0
/
+1
2021-05-08
Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+1
2021-05-08
Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-0
/
+7
2021-05-07
selftests: kvm: remove reassignment of non-absolute variables
Bill Wendling
1
-2
/
+2
2021-05-07
KVM: selftests: evmcs_test: Check that VMCS12 is alway properly synced to eVMCS after restore
Vitaly Kuznetsov
1
-11
/
+55
2021-05-07
KVM: selftests: evmcs_test: Check that VMLAUNCH with bogus EVMPTR is causing #UD
Vitaly Kuznetsov
1
-8
/
+16
2021-05-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
7
-4
/
+169
2021-05-07
selftests: remove duplicate include
Zhang Yunkai
3
-3
/
+0
2021-05-06
kselftest: introduce new epoll test case
Davidlohr Bueso
1
-0
/
+44
2021-05-06
selftests: proc: test subset=pid
Alexey Dobriyan
2
-0
/
+122
2021-05-06
proc: mandate ->proc_lseek in "struct proc_ops"
Alexey Dobriyan
1
-1
/
+3
2021-05-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-13
/
+579
[prev]
[next]