index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Lines
2022-02-10
Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-0
/
+1
2022-02-10
Merge tag 'linux-kselftest-fixes-5.17-rc4' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-15
/
+43
2022-02-10
Merge tag 'linux-kselftest-kunit-fixes-5.17-rc4' of git://git.kernel.org/pub/...
Linus Torvalds
-1
/
+1
2022-02-09
selftests: mptcp: add missing join check
Matthieu Baerts
-0
/
+1
2022-02-06
Merge tag 'perf_urgent_for_v5.17_rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-8
/
+9
2022-02-04
selftests/ir: fix build with ancient kernel headers
Sean Young
-0
/
+10
2022-02-04
selftests: fixup build warnings in pidfd / clone3 tests
Axel Rasmussen
-8
/
+5
2022-02-04
pidfd: fix test failure due to stack overflow on some arches
Axel Rasmussen
-7
/
+28
2022-02-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-2
/
+7
2022-02-04
kselftest/vm: revert "tools/testing/selftests/vm/userfaultfd.c: use swap() to...
Shuah Khan
-2
/
+7
2022-02-03
Merge tag 'net-5.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-8
/
+229
2022-02-03
Merge tag 'linux-kselftest-fixes-5.17-rc3' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
-177
/
+201
2022-02-03
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
-1
/
+0
2022-02-02
kunit: fix missing f in f-string in run_checks.py
Daniel Latypov
-1
/
+1
2022-02-02
Merge tag 'linux-kselftest-kunit-fixes-5.17-rc3' of git://git.kernel.org/pub/...
Linus Torvalds
-0
/
+1
2022-02-02
selftests/perf_events: Test modification of perf_event_attr::sig_data
Marco Elver
-8
/
+9
2022-01-31
kselftest: Fix vdso_test_abi return status
Vincenzo Frascino
-73
/
+62
2022-01-30
tools/testing/scatterlist: add missing defines
Maor Gottlieb
-1
/
+2
2022-01-29
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-2
/
+9
2022-01-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-15
/
+25
2022-01-28
selftests: kvm: check dynamic bits against KVM_X86_XCOMP_GUEST_SUPP
Paolo Bonzini
-0
/
+15
2022-01-28
kselftest/arm64: Correct logging of FPSIMD register read via ptrace
Mark Brown
-1
/
+1
2022-01-28
kselftest/arm64: Skip VL_INHERIT tests for unsupported vector types
Mark Brown
-1
/
+8
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
-7
/
+229
2022-01-27
selftests: skip mincore.check_file_mmap when fs lacks needed support
Cristian Marussi
-6
/
+14
2022-01-27
selftests: openat2: Skip testcases that fail with EOPNOTSUPP
Cristian Marussi
-1
/
+11
2022-01-27
selftests: openat2: Add missing dependency in Makefile
Cristian Marussi
-1
/
+2
2022-01-27
selftests: openat2: Print also errno in failure messages
Cristian Marussi
-5
/
+6
2022-01-27
selftests: futex: Use variable MAKE instead of make
Muhammad Usama Anjum
-2
/
+2
2022-01-27
Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-6
/
+4
2022-01-27
selftests/exec: Remove pipe from TEST_GEN_FILES
Muhammad Usama Anjum
-1
/
+1
2022-01-27
selftests/zram: Adapt the situation that /dev/zram0 is being used
Yang Xu
-63
/
+66
2022-01-27
selftests/zram01.sh: Fix compression ratio calculation
Yang Xu
-22
/
+8
2022-01-27
selftests/zram: Skip max_comp_streams interface on newer kernel
Yang Xu
-0
/
+24
2022-01-27
selftests: nft_concat_range: add test for reload with no element add/del
Florian Westphal
-1
/
+71
2022-01-27
selftests: netfilter: check stateless nat udp checksum fixup
Florian Westphal
-0
/
+152
2022-01-27
selftests: netfilter: reduce zone stress test running time
Florian Westphal
-6
/
+6
2022-01-26
selftests: kvm: move vm_xsave_req_perm call to amx_test
Paolo Bonzini
-14
/
+9
2022-01-26
KVM: selftests: Don't skip L2's VMCALL in SMM test for SVM guest
Sean Christopherson
-1
/
+0
2022-01-25
tools headers UAPI: remove stale lirc.h
Sean Young
-1
/
+0
2022-01-25
kselftest: signal all child processes
Li Zhijian
-1
/
+3
2022-01-25
selftests: cpufreq: Write test output to stdout as well
Nícolas F. R. A. Prado
-1
/
+1
2022-01-25
selftests: rtc: Increase test timeout so that all tests run
Nícolas F. R. A. Prado
-1
/
+1
2022-01-25
kunit: tool: Import missing importlib.abc
Michał Winiarski
-0
/
+1
2022-01-25
KVM: selftests: Re-enable access_tracking_perf_test
David Matlack
-0
/
+1
2022-01-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-85
/
+740
2022-01-21
selftests: net: ioam: expect support for Queue depth data
Justin Iurman
-4
/
+1
2022-01-20
selftests: mptcp: fix ipv6 routing setup
Paolo Abeni
-2
/
+3
2022-01-20
selftests: kvm/x86: Fix the warning in lib/x86_64/processor.c
Jinrong Liang
-0
/
+1
2022-01-20
selftests: kvm/x86: Fix the warning in pmu_event_filter_test.c
Jinrong Liang
-4
/
+0
[next]