summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-11-034-4/+113
|\
| * tracing/selftests: Update kprobe args char/string to match new functionsSteven Rostedt (Google)2023-10-042-2/+6
| * selftests/user_events: Test persist flag casesBeau Belgrave2023-10-032-2/+107
* | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-022-25/+158
|\ \
| * | tools/testing/selftests/mm/run_vmtests.sh: lower the ptrace permissionsItaru Kitayama2023-11-011-0/+1
| * | proc: test ProtectionKey in proc-empty-vm testSwarup Laxman Kotiaklapudi2023-11-011-18/+61
| * | proc: fix proc-empty-vm test with vsyscallAlexey Dobriyan2023-11-011-4/+6
| * | proc: test /proc/${pid}/statmSwarup Laxman Kotiaklapudi2023-10-181-5/+92
| |/
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-0220-83/+2514
|\ \
| * | selftests: add a sanity check for zswapNhat Pham2023-11-011-0/+48
| * | selftests: add a selftest to verify hugetlb usage in memcgNhat Pham2023-10-183-0/+237
| * | selftests/mm: add a new test for madv and hugetlbBreno Leitao2023-10-183-0/+78
| * | selftests/mm: export get_free_hugepages()Breno Leitao2023-10-183-19/+20
| * | radix tree test suite: fix allocation calculation in kmem_cache_alloc_bulk()Liam R. Howlett2023-10-181-2/+2
| * | selftests: mm: add pagemap ioctl testsMuhammad Usama Anjum2023-10-185-1/+1669
| * | Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-10-182-1/+7
| |\ \
| | * | selftests/clone3: Fix broken test under !CONFIG_TIME_NSTiezhu Yang2023-10-181-1/+6
| * | | mm/ksm: test case for prctl fork/exec workflowStefan Roesch2023-10-161-1/+65
| * | | kselftest: vm: add tests for no-inherit memory-deny-write-executeFlorent Revest2023-10-061-6/+108
| * | | kselftest: vm: check errnos in mdwe_testFlorent Revest2023-10-061-0/+8
| * | | kselftest: vm: fix mdwe's mmap_FIXED test caseFlorent Revest2023-10-061-6/+3
| * | | kselftest: vm: fix tabs/spaces inconsistency in the mdwe testFlorent Revest2023-10-061-3/+3
| * | | selftests/damon/sysfs: test DAMOS apply intervalsSeongJae Park2023-10-041-0/+1
| * | | selftests: mm: add a test for moving from an offset from start of mappingJoel Fernandes2023-10-041-55/+134
| * | | selftests: mm: add a test for remapping within a rangeJoel Fernandes (Google)2023-10-041-1/+78
| * | | selftests: mm: add a test for remapping to area immediately after existing ma...Joel Fernandes (Google)2023-10-041-5/+52
| * | | selftests: mm: add a test for mutually aligned moves > PMD sizeJoel Fernandes (Google)2023-10-041-1/+11
| * | | selftests: mm: fix failure case when new remap region was not foundJoel Fernandes (Google)2023-10-041-1/+1
| * | | selftests/mm: gup_longterm: fix a resource leakDing Xiang2023-10-041-1/+2
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-11-0210-107/+1383
|\ \ \
| * \ \ Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-10-318-18/+1191
| |\ \ \
| | * \ \ Merge branch kvm-arm64/pmu_pmcr_n into kvmarm/nextOliver Upton2023-10-303-0/+672
| | |\ \ \
| | | * | | KVM: selftests: aarch64: vPMU test for validating user accessesRaghavendra Rao Ananta2023-10-241-1/+86
| | | * | | KVM: selftests: aarch64: vPMU register test for unimplemented countersReiji Watanabe2023-10-242-7/+76
| | | * | | KVM: selftests: aarch64: vPMU register test for implemented countersReiji Watanabe2023-10-241-4/+266
| | | * | | KVM: selftests: aarch64: Introduce vpmu_counter_access testReiji Watanabe2023-10-242-0/+256
| | * | | | Merge branch kvm-arm64/writable-id-regs into kvmarm/nextOliver Upton2023-10-306-17/+515
| | |\ \ \ \
| | | * | | | KVM: selftests: Avoid using forced target for generating arm64 headersOliver Upton2023-10-301-6/+5
| | | * | | | KVM: arm64: selftests: Test for setting ID register from usersapceJing Zhang2023-10-182-0/+482
| | | * | | | tools headers arm64: Update sysreg.h with kernel sourcesJing Zhang2023-10-184-14/+14
| | | * | | | KVM: selftests: Generate sysreg-defs.h and add to include pathOliver Upton2023-10-181-3/+20
| | | |/ / /
| | * | | | Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton2023-10-301-1/+4
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | KVM: arm64: selftest: Perform ISB before reading PAR_EL1Zenghui Yu2023-10-301-1/+1
| | | * | | KVM: arm64: selftest: Add the missing .guest_prepare()Zenghui Yu2023-10-301-0/+3
| * | | | | Merge tag 'kvm-x86-misc-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-312-0/+48
| |\ \ \ \ \
| | * | | | | KVM: selftests: Test behavior of HWCR, a.k.a. MSR_K7_HWCRJim Mattson2023-10-092-0/+48
| * | | | | | Merge tag 'kvm-riscv-6.7-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2023-10-311-89/+144
| |\ \ \ \ \ \
| | * | | | | | KVM: riscv: selftests: Add SBI DBCN extension to get-reg-list testAnup Patel2023-10-201-0/+2
| | * | | | | | KVM: riscv: selftests: get-reg-list print_reg should never failAndrew Jones2023-10-121-51/+42
| | * | | | | | KVM: riscv: selftests: Add condops extensions to get-reg-list testAnup Patel2023-10-121-0/+17