summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2024-08-31Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+3
2024-08-30selftests/bpf: Check if distilled base inherits source endiannessEduard Zingerman-0/+68
2024-08-30libbpf: Ensure new BTF objects inherit input endiannessTony Ambardar-0/+4
2024-08-30selftests: vDSO: quash clang omitted parameter warning in getrandom testJason A. Donenfeld-3/+3
2024-08-30kselftest/arm64: Fix build warnings for ptraceDev Jain-2/+2
2024-08-30selftests: vDSO: use parse_vdso.h in vdso_test_abiChristophe Leroy-4/+1
2024-08-30selftests: vDSO: fix the way vDSO functions are called for powerpcChristophe Leroy-15/+90
2024-08-30selftests: vDSO: fix vDSO symbols lookup for powerpc64Christophe Leroy-1/+2
2024-08-30selftests: vDSO: fix vdso_config for powerpcChristophe Leroy-3/+3
2024-08-30selftests: vDSO: fix vDSO name for powerpcChristophe Leroy-0/+6
2024-08-30selftests: vDSO: skip getrandom test if architecture is unsupportedJason A. Donenfeld-1/+6
2024-08-30selftests: vDSO: use KHDR_INCLUDES for UAPI headers for getrandom testXi Ruoyao-0/+1
2024-08-30selftests: vDSO: remove unnecessary command line defs from chacha testJason A. Donenfeld-2/+1
2024-08-30selftests: vDSO: separate LDLIBS from CFLAGS for libsodiumJason A. Donenfeld-3/+5
2024-08-30selftests: vDSO: add --cflags for pkg-config command querying libsodiumXi Ruoyao-1/+1
2024-08-30selftests: vDSO: look for arch-specific function name in getrandom testChristophe Leroy-7/+9
2024-08-30selftests: vDSO: fix include order in build of test_vdso_chachaChristophe Leroy-2/+6
2024-08-30selftests: vDSO: don't hard-code location of vDSO sourcesChristophe Leroy-1/+2
2024-08-30selftests: vDSO: simplify getrandom thread local storage and structsJason A. Donenfeld-40/+27
2024-08-30perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong-1/+4
2024-08-30perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim-0/+3
2024-08-30perf lock contention: Do not fail EEXIST for updateNamhyung Kim-0/+7
2024-08-30perf lock contention: Simplify spinlock checkNamhyung Kim-2/+1
2024-08-30perf lock contention: Handle error in a single placeNamhyung Kim-12/+4
2024-08-30perf test: Additional pipe tests with pipe output written to a fileIan Rogers-0/+26
2024-08-30perf header: Remove repipe optionIan Rogers-18/+9
2024-08-30perf inject: Overhaul handling of pipe filesIan Rogers-49/+48
2024-08-30kselftest/arm64: Actually test SME vector length changes via sigreturnMark Brown-7/+7
2024-08-30crypto: tools/ccp - Remove unused variableZhu Jun-1/+0
2024-08-30KVM: arm64: selftests: Add arch_timer_edge_cases selftestColton Lewis-1/+1080
2024-08-30KVM: arm64: selftests: Ensure pending interrupts are handled in arch_timer testColton Lewis-6/+14
2024-08-29KVM: selftests: Explicitly include committed one-off assets in .gitignoreSean Christopherson-0/+4
2024-08-29KVM: selftests: Add a test for coalesced MMIO (and PIO on x86)Sean Christopherson-0/+265
2024-08-29KVM: selftests: Add SEV-ES shutdown testPeter Gonda-0/+32
2024-08-29KVM: selftests: Always unlink memory regions when deleting (VM free)Sean Christopherson-9/+6
2024-08-29KVM: selftests: Remove unused kvm_memcmp_hva_gva()Sean Christopherson-72/+0
2024-08-29selftests/bpf: Add tests for iter next method returning valid pointerJuntong Deng-1/+154
2024-08-29selftests/bpf: Test epilogue patching when the main prog has multiple BPF_EXITMartin KaFai Lau-0/+84
2024-08-29selftests/bpf: A pro/epilogue test when the main prog jumps back to the 1st insnMartin KaFai Lau-0/+151
2024-08-29selftests/bpf: Add tailcall epilogue testMartin KaFai Lau-0/+104
2024-08-29selftests/bpf: Test gen_prologue and gen_epilogueMartin KaFai Lau-0/+371
2024-08-29selftests/bpf: attach struct_ops maps before test prog runsEduard Zingerman-0/+27
2024-08-29KVM: selftests: Play nice with AMD's AVIC errataSean Christopherson-4/+19
2024-08-29KVM: selftests: Verify the guest can read back the x2APIC ICR it wroteSean Christopherson-2/+4
2024-08-29KVM: selftests: Test x2APIC ICR reserved bitsSean Christopherson-13/+10
2024-08-29KVM: selftests: Skip ICR.BUSY test in xapic_state_test if x2APIC is enabledSean Christopherson-6/+12
2024-08-29KVM: selftests: Add x86 helpers to play nice with x2APIC MSR #GPsSean Christopherson-1/+20
2024-08-29KVM: selftests: Report unhandled exceptions on x86 as regular guest assertsSean Christopherson-5/+3
2024-08-29KVM: selftests: Open code vcpu_run() equivalent in guest_printf testSean Christopherson-2/+17
2024-08-29selftests: add selftest for tcp SO_PEEK_OFF supportJon Maloy-0/+184