aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2023-12-08KVM: selftests: fix supported_flags for aarch64Paolo Bonzini1-1/+3
2023-12-08KVM: selftests: add -MP to CFLAGSDavid Woodhouse1-1/+1
2023-12-08KVM: selftests: Actually print out magic token in NX hugepages skip messageangquan yu1-1/+1
2023-12-08selftests/sgx: Skip non X86_64 platformZhao Mengmeng1-1/+1
2023-12-08selftests/sgx: Remove incomplete ABI sanitization code in test enclaveJo Van Bulck1-13/+3
2023-12-08selftests/sgx: Discard unsupported ELF sectionsJo Van Bulck1-0/+2
2023-12-08selftests/sgx: Ensure expected location of test enclave bufferJo Van Bulck3-4/+6
2023-12-08selftests/sgx: Ensure test enclave buffer is entirely preservedJo Van Bulck2-4/+6
2023-12-08selftests/sgx: Fix linker script assertsJo Van Bulck1-5/+1
2023-12-08selftests/sgx: Handle relocations in test enclaveJo Van Bulck1-15/+35
2023-12-08selftests/sgx: Produce static-pie executable for test enclaveJo Van Bulck3-4/+8
2023-12-08selftests/sgx: Remove redundant enclave base address save/restoreJo Van Bulck1-3/+0
2023-12-08selftests/sgx: Specify freestanding environment for enclave compilationJo Van Bulck1-1/+1
2023-12-08selftests/sgx: Separate linker optionsJo Van Bulck1-5/+7
2023-12-08selftests/sgx: Include memory clobber for inline asm in test enclaveJo Van Bulck1-3/+5
2023-12-08selftests/sgx: Fix uninitialized pointer dereferences in encl_get_entryJo Van Bulck1-3/+6
2023-12-08selftests/sgx: Fix uninitialized pointer dereference in error pathJo Van Bulck1-2/+3
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds2-5/+8
2023-12-08selftests/net: convert vrf-xfrm-tests.sh to run it in unique namespaceHangbin Liu1-41/+36
2023-12-08selftests/net: convert vrf_strict_mode_test.sh to run it in unique namespaceHangbin Liu1-25/+22
2023-12-08selftests/net: convert vrf_route_leaking.sh to run it in unique namespaceHangbin Liu1-105/+96
2023-12-08selftests/net: convert test_vxlan_vnifiltering.sh to run it in unique namespaceHangbin Liu1-59/+95
2023-12-08selftests/net: convert test_vxlan_under_vrf.sh to run it in unique namespaceHangbin Liu1-34/+36
2023-12-08selftests/net: convert test_vxlan_nolocalbypass.sh to run it in unique namespaceHangbin Liu1-25/+23
2023-12-08selftests/net: convert test_vxlan_mdb.sh to run it in unique namespaceHangbin Liu1-103/+99
2023-12-08selftests/net: convert test_bridge_neigh_suppress.sh to run it in unique name...Hangbin Liu1-169/+162
2023-12-08selftests/net: convert test_bridge_backup_port.sh to run it in unique namespaceHangbin Liu1-189/+182
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+125
2023-12-07Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-0/+116
2023-12-07bpf: Add verifier regression test for previous patchAndrei Matei1-0/+29
2023-12-07KVM: selftests: Fix vmxon_pa == vmcs12_pa == -1ull nVMX testcase for !eVMCSVitaly Kuznetsov1-6/+10
2023-12-07KVM: selftests: Make Hyper-V tests explicitly require KVM Hyper-V supportVitaly Kuznetsov7-2/+14
2023-12-07selftests/hid: fix failing tablet button testsBenjamin Tissoires1-2/+2
2023-12-07selftests/hid: fix ruff linter complainsBenjamin Tissoires2-10/+10
2023-12-07selftests/hid: fix mypy complainsBenjamin Tissoires2-7/+7
2023-12-07selftests/hid: tablets: be stricter for some transitionsBenjamin Tissoires1-19/+113
2023-12-07selftests/hid: tablets: add a secondary barrel switch testBenjamin Tissoires1-0/+67
2023-12-07selftests/hid: tablets: convert the primary button testsBenjamin Tissoires1-95/+65
2023-12-07selftests/hid: tablets: add variants of states with buttonsBenjamin Tissoires1-13/+160
2023-12-07selftests/hid: tablets: define the elements of PenStateBenjamin Tissoires1-12/+24
2023-12-07selftests/hid: tablets: set initial data for tilt/twistBenjamin Tissoires1-7/+7
2023-12-07selftests/hid: tablets: do not set invert when the eraser is usedBenjamin Tissoires1-1/+1
2023-12-07selftests/hid: tablets: move move_to function to PenDigitizerBenjamin Tissoires1-47/+50
2023-12-07selftests/hid: tablets: move the transitions to PenStateBenjamin Tissoires1-106/+109
2023-12-07selftests/hid: tablets: remove unused classBenjamin Tissoires1-4/+0
2023-12-07selftests/hid: base: allow for multiple skip_if_uhdevBenjamin Tissoires1-2/+1
2023-12-07selftests/hid: vmtest.sh: allow finer control on the build stepsBenjamin Tissoires1-18/+24
2023-12-07selftests/hid: vmtest.sh: update vm2c and containerBenjamin Tissoires1-2/+2
2023-12-06Merge branch 'master' into mm-hotfixes-stableAndrew Morton9-32/+62
2023-12-06selftests/mm: prevent duplicate runs caused by TEST_GEN_PROGSNico Pache1-2/+2