summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-08-30selftests: vDSO: use KHDR_INCLUDES for UAPI headers for getrandom testXi Ruoyao1-0/+1
2024-08-30selftests: vDSO: remove unnecessary command line defs from chacha testJason A. Donenfeld1-2/+1
2024-08-30selftests: vDSO: separate LDLIBS from CFLAGS for libsodiumJason A. Donenfeld1-3/+5
2024-08-30selftests: vDSO: add --cflags for pkg-config command querying libsodiumXi Ruoyao1-1/+1
2024-08-30selftests: vDSO: look for arch-specific function name in getrandom testChristophe Leroy2-7/+9
2024-08-30selftests: vDSO: fix include order in build of test_vdso_chachaChristophe Leroy2-2/+6
2024-08-30selftests: vDSO: don't hard-code location of vDSO sourcesChristophe Leroy2-1/+2
2024-08-30selftests: vDSO: simplify getrandom thread local storage and structsJason A. Donenfeld1-40/+27
2024-08-30perf sched timehist: Fixed timestamp error when unable to confirm event sched...Yang Jihong1-1/+4
2024-08-30perf lock contention: Fix spinlock and rwlock accountingNamhyung Kim1-0/+3
2024-08-30perf lock contention: Do not fail EEXIST for updateNamhyung Kim1-0/+7
2024-08-30perf lock contention: Simplify spinlock checkNamhyung Kim1-2/+1
2024-08-30perf lock contention: Handle error in a single placeNamhyung Kim1-12/+4
2024-08-30perf test: Additional pipe tests with pipe output written to a fileIan Rogers1-0/+26
2024-08-30perf header: Remove repipe optionIan Rogers3-18/+9
2024-08-30perf inject: Overhaul handling of pipe filesIan Rogers5-49/+48
2024-08-30kselftest/arm64: Actually test SME vector length changes via sigreturnMark Brown1-7/+7
2024-08-30crypto: tools/ccp - Remove unused variableZhu Jun1-1/+0
2024-08-30KVM: arm64: selftests: Add arch_timer_edge_cases selftestColton Lewis3-1/+1080
2024-08-30KVM: arm64: selftests: Ensure pending interrupts are handled in arch_timer testColton Lewis3-6/+14
2024-08-29KVM: selftests: Explicitly include committed one-off assets in .gitignoreSean Christopherson1-0/+4
2024-08-29KVM: selftests: Add a test for coalesced MMIO (and PIO on x86)Sean Christopherson3-0/+265
2024-08-29KVM: selftests: Add SEV-ES shutdown testPeter Gonda1-0/+32
2024-08-29KVM: selftests: Always unlink memory regions when deleting (VM free)Sean Christopherson1-9/+6
2024-08-29KVM: selftests: Remove unused kvm_memcmp_hva_gva()Sean Christopherson2-72/+0
2024-08-29selftests/bpf: Add tests for iter next method returning valid pointerJuntong Deng4-1/+154
2024-08-29selftests/bpf: Test epilogue patching when the main prog has multiple BPF_EXITMartin KaFai Lau2-0/+84
2024-08-29selftests/bpf: A pro/epilogue test when the main prog jumps back to the 1st insnMartin KaFai Lau2-0/+151
2024-08-29selftests/bpf: Add tailcall epilogue testMartin KaFai Lau2-0/+104
2024-08-29selftests/bpf: Test gen_prologue and gen_epilogueMartin KaFai Lau5-0/+371
2024-08-29selftests/bpf: attach struct_ops maps before test prog runsEduard Zingerman1-0/+27
2024-08-29KVM: selftests: Play nice with AMD's AVIC errataSean Christopherson1-4/+19
2024-08-29KVM: selftests: Verify the guest can read back the x2APIC ICR it wroteSean Christopherson1-2/+4
2024-08-29KVM: selftests: Test x2APIC ICR reserved bitsSean Christopherson1-13/+10
2024-08-29KVM: selftests: Skip ICR.BUSY test in xapic_state_test if x2APIC is enabledSean Christopherson1-6/+12
2024-08-29KVM: selftests: Add x86 helpers to play nice with x2APIC MSR #GPsSean Christopherson1-1/+20
2024-08-29KVM: selftests: Report unhandled exceptions on x86 as regular guest assertsSean Christopherson1-5/+3
2024-08-29KVM: selftests: Open code vcpu_run() equivalent in guest_printf testSean Christopherson1-2/+17
2024-08-29selftests: add selftest for tcp SO_PEEK_OFF supportJon Maloy2-0/+184
2024-08-29tools: ynl: error check scanf() in a sampleJakub Kicinski1-1/+5
2024-08-29selftests/bpf: Make sure stashed kptr in local kptr is freed recursivelyAmery Hung1-1/+29
2024-08-29perf header: Allow attributes to be written after dataIan Rogers1-39/+67
2024-08-29perf header: Fail read if header sections overlapIan Rogers1-0/+18
2024-08-29perf header: Add kerneldoc to 'struct perf_file_header'Ian Rogers1-1/+15
2024-08-29perf session: Document 'struct perf_session' and constify its 'auxtrace' memberIan Rogers1-1/+47
2024-08-29perf: cs-etm: Print queue number in raw trace dumpJames Clark3-6/+13
2024-08-29perf: cs-etm: Support version 0.1 of HW_ID packetsJames Clark2-14/+103
2024-08-29perf: cs-etm: Only save valid trace IDs into filesJames Clark1-1/+2
2024-08-29perf: cs-etm: Create decoders based on the trace ID mappingsJames Clark4-122/+55
2024-08-29perf: cs-etm: Move traceid_list to each queueJames Clark3-98/+147