summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | KVM: riscv: selftests: Generate ISA extension reg_list using macrosAnup Patel2023-12-291-255/+76
| | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2024-01-0243-351/+985
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge tag 'kvm-x86-selftests-6.7-rcN' of https://github.com/kvm-x86/linux int...Paolo Bonzini2023-12-0814-167/+73
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | KVM: selftests: Annotate guest ucall, printf, and assert helpers with __printf()Sean Christopherson2023-12-012-4/+5
| | * | | | | | | | | | | KVM: selftests: Fix broken assert messages in Hyper-V features testSean Christopherson2023-12-011-4/+4
| | * | | | | | | | | | | KVM: selftests: Fix benign %llx vs. %lx issues in guest assertsSean Christopherson2023-12-016-12/+12
| | * | | | | | | | | | | KVM: selftests: Fix MWAIT error message when guest assertion failsSean Christopherson2023-12-011-2/+4
| | * | | | | | | | | | | KVM: selftests: Remove x86's so called "MMIO warning" testSean Christopherson2023-11-292-122/+0
| | * | | | | | | | | | | KVM: selftests: Add logic to detect if ioctl() failed because VM was killedSean Christopherson2023-11-292-6/+35
| | * | | | | | | | | | | KVM: selftests: Drop the single-underscore ioctl() helpersSean Christopherson2023-11-291-17/+13
| | * | | | | | | | | | | KVM: selftests: add -MP to CFLAGSDavid Woodhouse2023-11-291-1/+1
| | * | | | | | | | | | | KVM: selftests: Actually print out magic token in NX hugepages skip messageangquan yu2023-11-281-1/+1
| | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * / | | | | | | | | | KVM: selftests: fix supported_flags for aarch64Paolo Bonzini2023-12-081-1/+3
| |/ / / / / / / / / /
| * | | | | | | | | | selftests/kvm: fix compilation on non-x86_64 platformsPaolo Bonzini2023-11-212-8/+6
| * | | | | | | | | | Merge branch 'kvm-guestmemfd' into HEADPaolo Bonzini2023-11-1416-119/+1266
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| | * | | | | | | | | KVM: selftests: Add a memory region subtest to validate invalid flagsSean Christopherson2023-11-142-8/+50
| | * | | | | | | | | KVM: selftests: Test KVM exit behavior for private memory/accessAckerley Tng2023-11-142-0/+121
| | * | | | | | | | | KVM: selftests: Add basic selftest for guest_memfd()Chao Peng2023-11-142-0/+208
| | * | | | | | | | | KVM: selftests: Expand set_memory_region_test to validate guest_memfd()Chao Peng2023-11-142-2/+114
| | * | | | | | | | | KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helperChao Peng2023-11-142-0/+36
| | * | | | | | | | | KVM: selftests: Add x86-only selftest for private memory conversionsVishal Annapurve2023-11-142-0/+483
| | * | | | | | | | | KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more dataSean Christopherson2023-11-141-0/+11
| | * | | | | | | | | KVM: selftests: Introduce VM "shape" to allow tests to specify the VM typeSean Christopherson2023-11-147-35/+73
| | * | | | | | | | | KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)Vishal Annapurve2023-11-141-0/+15
| | * | | | | | | | | KVM: selftests: Add helpers to convert guest memory b/w private and sharedVishal Annapurve2023-11-142-0/+76
| | * | | | | | | | | KVM: selftests: Add support for creating private memslotsSean Christopherson2023-11-143-31/+73
| | * | | | | | | | | KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2Sean Christopherson2023-11-142-10/+11
| | * | | | | | | | | KVM: selftests: Drop unused kvm_userspace_memory_region_find() helperSean Christopherson2023-11-142-33/+0
| | * | | | | | | | | selftests: kvm/s390x: use vm_create_barebones()Paolo Bonzini2023-11-081-8/+3
* | | | | | | | | | | Merge tag 'riscv-for-linus-6.8-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-175-12/+161
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | RISC-V: selftests: Add which-cpus hwprobe testAndrew Jones2024-01-032-1/+158
| * | | | | | | | | | RISC-V: hwprobe: Clarify cpus size parameterAndrew Jones2024-01-033-11/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge tag 'mm-hotfixes-stable-2024-01-12-16-52' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-171-11/+18
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | selftests: mm: hugepage-vmemmap fails on 64K page size systemsDonet Tom2024-01-121-11/+18
* | | | | | | | | | | Merge tag 'rcu.release.v6.8' of https://github.com/neeraju/linuxLinus Torvalds2024-01-122-1/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | rcutorture: Add mid-sized stall to TREE07Paul E. McKenney2023-11-231-0/+3
| * | | | | | | | | | | rcutorture: add nolibc init support for mips, ppc and rv64Thomas Weißschuh2023-11-231-1/+4
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'hid-for-linus-2024010801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-01-125-270/+843
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'for-6.8/wacom' into for-linusJiri Kosina2024-01-081-0/+276
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | HID: wacom: Add additional tests of confidence behaviorJason Gerecke2023-12-201-1/+277
| * | | | | | | | | | | | Merge branch 'for-6.8/selftests' into for-linusJiri Kosina2024-01-085-270/+567
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | selftests/hid: fix failing tablet button testsBenjamin Tissoires2023-12-071-2/+2
| | * | | | | | | | | | | selftests/hid: fix ruff linter complainsBenjamin Tissoires2023-12-072-10/+10
| | * | | | | | | | | | | selftests/hid: fix mypy complainsBenjamin Tissoires2023-12-072-7/+7
| | * | | | | | | | | | | selftests/hid: tablets: be stricter for some transitionsBenjamin Tissoires2023-12-071-19/+113
| | * | | | | | | | | | | selftests/hid: tablets: add a secondary barrel switch testBenjamin Tissoires2023-12-071-0/+67
| | * | | | | | | | | | | selftests/hid: tablets: convert the primary button testsBenjamin Tissoires2023-12-071-95/+65
| | * | | | | | | | | | | selftests/hid: tablets: add variants of states with buttonsBenjamin Tissoires2023-12-071-13/+160
| | * | | | | | | | | | | selftests/hid: tablets: define the elements of PenStateBenjamin Tissoires2023-12-071-12/+24
| | * | | | | | | | | | | selftests/hid: tablets: set initial data for tilt/twistBenjamin Tissoires2023-12-071-7/+7