summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'timers-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-264-6/+6
|\
| * timekeeping, clocksource: Fix various typos in commentsIngo Molnar2021-03-224-6/+6
* | Merge tag 'x86_sgx_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-263-36/+61
|\ \
| * | x86/sgx: Expose SGX architectural definitions to the kernelSean Christopherson2021-04-061-1/+1
| * | selftests/sgx: Use getauxval() to simplify test codeTianjia Zhang2021-03-241-20/+4
| * | selftests/sgx: Improve error detection and messagesDave Hansen2021-03-192-15/+56
| |/
* | Merge tag 'x86_misc_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-261-0/+2
|\ \
| * | selftests/x86: Add a missing .note.GNU-stack section to thunks_32.SAndy Lutomirski2021-03-181-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-166-35/+16
|\ \ \
| * | | bpf: Update selftests to reflect new error statesDaniel Borkmann2021-04-166-35/+16
* | | | Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-04-093-1/+75
|\| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-04-022-0/+63
| |\ \ \
| | * | | bpf/selftests: Test that kernel rejects a TCP CC with an invalid licenseToke Høiland-Jørgensen2021-03-262-0/+63
| * | | | selftests: forwarding: vxlan_bridge_1d: Add more ECN decap test casesIdo Schimmel2021-03-291-1/+12
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-04-012-7/+16
|\ \ \ \
| * | | | selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)Vitaly Kuznetsov2021-04-011-2/+11
| * | | | selftests: kvm: make hardware_disable_test less verboseVitaly Kuznetsov2021-03-301-5/+5
| |/ / /
* | | | idr test suite: Improve reporting from idr_find_test_1Matthew Wilcox (Oracle)2021-04-011-1/+10
* | | | idr test suite: Create anchor before launching throbberMatthew Wilcox (Oracle)2021-04-011-2/+2
* | | | idr test suite: Take RCU read lock in idr_find_test_1Matthew Wilcox (Oracle)2021-04-011-0/+4
* | | | radix tree test suite: Register the main thread with the RCU libraryMatthew Wilcox (Oracle)2021-04-013-0/+6
* | | | radix tree test suite: Fix compilationMatthew Wilcox (Oracle)2021-03-301-0/+0
|/ / /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-251-2/+2
|\ \ \
| * | | selftests/vm: fix out-of-tree buildRong Chen2021-03-251-2/+2
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-03-251-5/+17
|\ \ \ \
| * | | | kselftest/arm64: sve: Do not use non-canonical FFR register valueAndre Przywara2021-03-221-5/+17
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-2413-41/+315
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-203-0/+121
| |\ \ \ \
| | * | | | selftests/bpf: Add selftest for pointer-to-array-of-struct BTF dumpJean-Philippe Brucker2021-03-191-0/+8
| | * | | | selftest/bpf: Add a test to check trampoline freeing logic.Alexei Starovoitov2021-03-182-0/+113
| * | | | | selftests: forwarding: vxlan_bridge_1d: Fix vxlan ecn decapsulate valueHangbin Liu2021-03-191-1/+1
| |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-175-14/+61
| |\ \ \ \
| | * | | | bpf, selftests: Fix up some test_verifier cases for unprivilegedPiotr Krysiuk2021-03-174-10/+59
| | * | | | selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failedHangbin Liu2021-03-151-4/+2
| * | | | | selftests/net: fix warnings on reuseaddr_ports_exhaustedCarlos Llamas2021-03-161-16/+16
| |/ / / /
| * | | | selftests: mptcp: Restore packet capture option in join testsMat Martineau2021-03-121-10/+20
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-102-0/+96
| |\ \ \ \
| | * | | | selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len paramJesper Dangaard Brouer2021-03-082-0/+96
* | | | | | Merge tag 'linux-kselftest-kunit-fixes-5.12-rc5.1' of git://git.kernel.org/pu...Linus Torvalds2021-03-232-1/+3
|\ \ \ \ \ \
| * | | | | | kunit: tool: Disable PAGE_POISONING under --alltestsDavid Gow2021-03-111-0/+2
| * | | | | | kunit: tool: Fix a python tuple typing errorDavid Gow2021-03-111-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | selftests: kvm: add set_boot_cpu_id testEmanuele Giuseppe Esposito2021-03-183-0/+168
* | | | | | selftests: kvm: add _vm_ioctlEmanuele Giuseppe Esposito2021-03-182-1/+7
* | | | | | selftests: kvm: add get_msr_index_featuresEmanuele Giuseppe Esposito2021-03-185-2/+137
* | | | | | selftests: kvm: Add basic Hyper-V clocksources testsVitaly Kuznetsov2021-03-183-0/+262
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-03-121-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | kselftest: arm64: Fix exit code of sve-ptraceMark Brown2021-03-101-1/+1
| |/ /
* | | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-0912-11/+206
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-03-062-1/+100
| |\ \ \ | | |_|/ | |/| |
| | * | selftests: netfilter: test nat port clash resolution interaction with tcp ear...Florian Westphal2021-02-282-1/+100