summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-052-7/+10
|\
| * selftests: netfilter: fix libmnl pkg-config usageJeremy Sowden2023-05-031-2/+5
| * selftests: srv6: make srv6_end_dt46_l3vpn_test more robustAndrea Mayer2023-04-281-5/+5
* | Merge tag 'mm-stable-2023-05-03-16-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-05-041-6/+40
|\ \
| * | selftests/ksm: ksm_functional_tests: add prctl unmerge testDavid Hildenbrand2023-05-021-6/+40
* | | Merge tag 'loongarch-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-05-0421-3/+518
|\ \ \
| * | | tools/perf: Add basic support for LoongArchHuacai Chen2023-05-0121-3/+518
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-0118-297/+1061
|\ \ \ \
| * \ \ \ Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-2611-93/+295
| |\ \ \ \
| | * | | | KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"Colin Ian King2023-04-141-1/+1
| | * | | | KVM: selftests: Add test to verify KVM's supported XCR0Aaron Lewis2023-04-113-0/+153
| | * | | | KVM: selftests: Add all known XFEATURE masks to common codeAaron Lewis2023-04-112-30/+33
| | * | | | KVM: selftests: Rework dynamic XFeature helper to take mask, not bitSean Christopherson2023-04-113-11/+14
| | * | | | KVM: selftests: Move XGETBV and XSETBV helpers to common codeAaron Lewis2023-04-112-21/+21
| | * | | | KVM: selftests: Close opened file descriptor in stable_tsc_check_supported()Hao Ge2023-04-051-2/+6
| | * | | | KVM: selftests: Check that XTILEDATA supports XFDAaron Lewis2023-03-242-0/+2
| | * | | | KVM: selftests: Check that the palette table exists before using itAaron Lewis2023-03-242-0/+6
| | * | | | KVM: selftests: Move XSAVE and OSXSAVE CPUID checks into AMX's init_regs()Aaron Lewis2023-03-241-7/+3
| | * | | | KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabledAaron Lewis2023-03-241-1/+1
| | * | | | KVM: selftests: Assert that XTILE is XSAVE-enabledAaron Lewis2023-03-241-6/+1
| | * | | | KVM: selftests: Verify XTILE_DATA in XSTATE isn't affected by IA32_XFDMingwei Zhang2023-03-241-0/+10
| | * | | | KVM: selftests: Assert that XTILE_DATA is set in IA32_XFD on #NMMingwei Zhang2023-03-241-0/+2
| | * | | | KVM: selftests: Add check of CR0.TS in the #NM handler in amx_testMingwei Zhang2023-03-241-0/+1
| | * | | | KVM: selftests: Enable checking on xcomp_bv in amx_testMingwei Zhang2023-03-241-0/+1
| | * | | | KVM: selftests: Fix an error in comment of amx_testMingwei Zhang2023-03-241-1/+4
| | * | | | KVM: selftests: Add a fully functional "struct xstate" for x86Mingwei Zhang2023-03-242-25/+23
| | * | | | KVM: selftests: Add 'malloc' failure check in vcpu_save_stateIvan Orlov2023-03-241-0/+1
| | * | | | KVM: selftests: Adjust VM's initial stack address to align with SysV ABI specAckerley Tng2023-03-241-1/+17
| | * | | | KVM: selftests: Report enable_pmu module value when test is skippedLike Xu2023-03-242-0/+2
| | * | | | KVM: selftests: Add a helper to read kvm boolean module parametersLike Xu2023-03-242-0/+6
| | * | | | KVM: selftests: Fix nsec to sec conversion in demand_paging_testAnish Moorthy2023-03-241-1/+1
| * | | | | Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-04-263-154/+373
| |\ \ \ \ \
| | * | | | | KVM: selftests: Test the PMU event "Instructions retired"Aaron Lewis2023-04-141-2/+32
| | * | | | | KVM: selftests: Copy full counter values from guest in PMU event filter testSean Christopherson2023-04-141-90/+80
| | * | | | | KVM: selftests: Use error codes to signal errors in PMU event filter testSean Christopherson2023-04-141-8/+8
| | * | | | | KVM: selftests: Print detailed info in PMU event filter assertsAaron Lewis2023-04-141-6/+5
| | * | | | | KVM: selftests: Add helpers for PMC asserts in PMU event filter testAaron Lewis2023-04-141-25/+27
| | * | | | | KVM: selftests: Add a common helper for the PMU event filter guest codeAaron Lewis2023-04-141-11/+18
| | * | | | | KVM: selftests: Verify LBRs are disabled if vPMU is disabledSean Christopherson2023-04-061-0/+29
| | * | | | | KVM: selftests: Add negative testcase for PEBS format in PERF_CAPABILITIESSean Christopherson2023-04-061-0/+10
| | * | | | | KVM: selftests: Refactor LBR_FMT test to avoid use of separate macroSean Christopherson2023-04-061-7/+6
| | * | | | | KVM: selftests: Drop "all done!" printf() from PERF_CAPABILITIES testSean Christopherson2023-04-061-2/+0
| | * | | | | KVM: selftests: Test post-KVM_RUN writes to PERF_CAPABILITIESSean Christopherson2023-04-061-0/+13
| | * | | | | KVM: selftests: Expand negative testing of guest writes to PERF_CAPABILITIESSean Christopherson2023-04-061-7/+54
| | * | | | | KVM: selftests: Test all immutable non-format bits in PERF_CAPABILITIESSean Christopherson2023-04-061-3/+27
| | * | | | | KVM: selftests: Test all fungible features in PERF_CAPABILITIESSean Christopherson2023-04-061-5/+24
| | * | | | | KVM: selftests: Drop now-redundant checks on PERF_CAPABILITIES writesSean Christopherson2023-04-061-6/+0
| | * | | | | KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRsSean Christopherson2023-04-061-1/+16
| | * | | | | KVM: selftests: Print out failing MSR and value in vcpu_set_msr()Sean Christopherson2023-04-061-8/+24
| | * | | | | KVM: selftests: Assert that full-width PMC writes are supported if PDCM=1Sean Christopherson2023-04-061-0/+3