summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-04-29KVM: selftests: Allocate x86's TSS at VM creationSean Christopherson
2024-04-29KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()Sean Christopherson
2024-04-29KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()Sean Christopherson
2024-04-29KVM: selftests: Allocate x86's GDT during VM creationSean Christopherson
2024-04-29KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setupSean Christopherson
2024-04-29KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86Sean Christopherson
2024-04-29KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()Sean Christopherson
2024-04-29KVM: selftests: Move x86's descriptor table helpers "up" in processor.cSean Christopherson
2024-04-29KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcaseSean Christopherson
2024-04-29KVM: selftests: Rework platform_info_test to actually verify #GPSean Christopherson
2024-04-29KVM: selftests: Move platform_info_test's main assert into guest codeSean Christopherson
2024-04-29KVM: selftests: Fix off-by-one initialization of GDT limitAckerley Tng
2024-04-29KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_archSean Christopherson
2024-04-29KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_tSean Christopherson
2024-04-29Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"Sean Christopherson
2024-04-29KVM: selftests: Randomly force emulation on x86 writes from guest codeSean Christopherson
2024-04-29KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest codeSean Christopherson
2024-04-29KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()Sean Christopherson
2024-04-29KVM: selftests: Provide an API for getting a random bool from an RNGSean Christopherson
2024-04-29KVM: selftests: Provide a global pseudo-RNG instance for all testsSean Christopherson
2024-04-29KVM: selftests: Define _GNU_SOURCE for all selftests codeSean Christopherson
2024-04-29KVM: selftests: Avoid assuming "sudo" exists in NX hugepage testBrendan Jackman
2024-04-29cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCHDave Jiang
2024-04-30ASoC: Merge up fixesMark Brown
2024-04-29selftests/powerpc: Install tests in sub-directoriesMichael Ellerman
2024-04-29selftests/powerpc: Convert pmu Makefile to for loop styleMichael Ellerman
2024-04-29selftests/powerpc: make sub-folders buildable on their ownMadhavan Srinivasan
2024-04-29selftests/powerpc: Add flags.mk to support pmu buildableMadhavan Srinivasan
2024-04-29selftests/powerpc: Re-order *FLAGS to follow lib.mkMadhavan Srinivasan
2024-04-29tools/power/x86/intel-speed-select: v1.19 releaseSrinivas Pandruvada
2024-04-29tools/power/x86/intel-speed-select: Display CPU as None for -1Srinivas Pandruvada
2024-04-29tools/power/x86/intel-speed-select: SST BF/TF support per levelSrinivas Pandruvada
2024-04-29tools/power/x86/intel-speed-select: Increase number of CPUs displayedSrinivas Pandruvada
2024-04-29tools/power/x86/intel-speed-select: Present all TRL levels for turbo-freqSrinivas Pandruvada
2024-04-29tools/power/x86/intel-speed-select: Fix display for unsupported levelsSrinivas Pandruvada
2024-04-29tools/power/x86/intel-speed-select: Support multiple diesSrinivas Pandruvada
2024-04-29tools/power/x86/intel-speed-select: Increase die countSrinivas Pandruvada
2024-04-29tools/arch/x86/intel_sdsi: Add current meter supportDavid E. Box
2024-04-29tools/arch/x86/intel_sdsi: Simplify ascii printingDavid E. Box
2024-04-29tools/arch/x86/intel_sdsi: Fix meter_certificate decodingDavid E. Box
2024-04-29tools/arch/x86/intel_sdsi: Fix meter_show displayDavid E. Box
2024-04-29tools/arch/x86/intel_sdsi: Fix maximum meter bundle lengthDavid E. Box
2024-04-28kselftest: arm64: Add a null pointer checkKunwu Chan
2024-04-28arm64/sysreg: Update PIE permission encodingsShiqi Liu
2024-04-28kselftest/arm64: Remove unused parameters in abi testxieming
2024-04-27Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-04-26perf test: Reintroduce -p/--parallel and make -S/--sequential the defaultArnaldo Carvalho de Melo
2024-04-26tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo
2024-04-26tools headers x86 cpufeatures: Sync with the kernel sources to pick BHI mitig...Arnaldo Carvalho de Melo
2024-04-26perf annotate: Fix data type profiling on stdioNamhyung Kim