summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2023-04-05KVM: selftests: Close opened file descriptor in stable_tsc_check_supported()Hao Ge
2023-03-24KVM: selftests: Check that XTILEDATA supports XFDAaron Lewis
2023-03-24KVM: selftests: Check that the palette table exists before using itAaron Lewis
2023-03-24KVM: selftests: Move XSAVE and OSXSAVE CPUID checks into AMX's init_regs()Aaron Lewis
2023-03-24KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabledAaron Lewis
2023-03-24KVM: selftests: Assert that XTILE is XSAVE-enabledAaron Lewis
2023-03-24KVM: selftests: Verify XTILE_DATA in XSTATE isn't affected by IA32_XFDMingwei Zhang
2023-03-24KVM: selftests: Assert that XTILE_DATA is set in IA32_XFD on #NMMingwei Zhang
2023-03-24KVM: selftests: Add check of CR0.TS in the #NM handler in amx_testMingwei Zhang
2023-03-24KVM: selftests: Enable checking on xcomp_bv in amx_testMingwei Zhang
2023-03-24KVM: selftests: Fix an error in comment of amx_testMingwei Zhang
2023-03-24KVM: selftests: Add a fully functional "struct xstate" for x86Mingwei Zhang
2023-03-24KVM: selftests: Add 'malloc' failure check in vcpu_save_stateIvan Orlov
2023-03-24KVM: selftests: Adjust VM's initial stack address to align with SysV ABI specAckerley Tng
2023-03-24KVM: selftests: Report enable_pmu module value when test is skippedLike Xu
2023-03-24KVM: selftests: Add a helper to read kvm boolean module parametersLike Xu
2023-03-24KVM: selftests: Fix nsec to sec conversion in demand_paging_testAnish Moorthy
2023-03-16KVM: x86: Remove the KVM_GET_NR_MMU_PAGES ioctlThomas Huth
2023-03-14KVM: selftests: Sync KVM exit reasons in selftestsVipin Sharma
2023-03-14KVM: selftests: Add macro to generate KVM exit reason stringsSean Christopherson
2023-03-14KVM: selftests: Print expected and actual exit reason in KVM exit reason assertVipin Sharma
2023-03-14KVM: selftests: Make vCPU exit reason test assertion commonVipin Sharma
2023-03-14KVM: selftests: Add EVTCHNOP_send slow path test to xen_shinfo_testDavid Woodhouse
2023-03-14KVM: selftests: Use enum for test numbers in xen_shinfo_testDavid Woodhouse
2023-03-14KVM: selftests: Add helpers to make Xen-style VMCALL/VMMCALL hypercallsSean Christopherson
2023-03-14KVM: selftests: Move the guts of kvm_hypercall() to a separate macroSean Christopherson
2023-03-14selftests: KVM: skip hugetlb tests if huge pages are not availablePaolo Bonzini
2023-03-12Merge tag 'kernel.fork.v6.3-rc2' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds
2023-03-10Merge tag 'perf-tools-fixes-for-v6.3-1-2023-03-09' of git://git.kernel.org/pu...Linus Torvalds
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-03-09Merge tag 'for-linus-2023030901' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-03-08tools: ynl: fix enum-as-flags in the generic CLIJakub Kicinski
2023-03-08tools: ynl: move the enum classes to shared codeJakub Kicinski
2023-03-08selftests/clone3: test clone3 with CLONE_NEWTIMETobias Klauser
2023-03-07ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski
2023-03-06Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-03-06tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo
2023-03-06selftests/bpf: check that modifier resolves after pointerLorenz Bauer
2023-03-06bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMESAlexander Lobakin
2023-03-06tools headers x86 cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo
2023-03-06tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo
2023-03-03tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo
2023-03-03tools headers kvm: Sync uapi/{asm/linux} kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo
2023-03-03tools include UAPI: Synchronize linux/fcntl.h with the kernel sourcesArnaldo Carvalho de Melo
2023-03-03tools headers: Synchronize {linux,vdso}/bits.h with the kernel sourcesArnaldo Carvalho de Melo
2023-03-03tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo
2023-03-03tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo
2023-03-03tools: ynl: use 1 as the default for first entry in attrs/opsJakub Kicinski
2023-03-03tools: ynl: fully inherit attrs in subsetsJakub Kicinski
2023-03-02perf stat: Fix counting when initial delay configuredChangbin Du