summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-03-20selftests/pidfd: first test for multi-threaded exec pollingChristian Brauner-7/+31
2025-03-20tools headers: Sync uapi/asm-generic/socket.h with the kernel sourcesAlexander Mikhalitsyn-2/+19
2025-03-20selftests: net: test for lwtunnel dst ref loopsJustin Iurman-0/+249
2025-03-20selftests: mptcp: add pm sysctl mapping testsGeliang Tang-1/+29
2025-03-19libperf: Don't remove -g when EXTRA_CFLAGS are usedJames Clark-9/+3
2025-03-19perf pmu: Handle memory failure in tool_pmu__new()Thomas Richter-1/+10
2025-03-19perf: intel-tpebs: Fix incorrect usage of zfree()James Clark-1/+1
2025-03-19perf cpumap: Increment reference count for online cpumapIan Rogers-9/+15
2025-03-19perf dso: fix dso__is_kallsyms() checkStephen Brennan-1/+3
2025-03-19selftests/bpf: Migrate test_xdp_vlan.sh into test_progsBastien Curutchet (eBPF Foundation)-254/+176
2025-03-19selftests/bpf: test_xdp_vlan: Rename BPF sectionsBastien Curutchet (eBPF Foundation)-13/+13
2025-03-19Merge branch 'kvm-arm64/writable-midr' into kvmarm/nextOliver Upton-7/+30
2025-03-19Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/nextOliver Upton-10/+49
2025-03-19Merge branch 'kvm-arm64/nv-idregs' into kvmarm/nextOliver Upton-0/+3
2025-03-19Merge branch 'kvm-arm64/nv-vgic' into kvmarm/nextOliver Upton-30/+1
2025-03-19sched/debug: Remove CONFIG_SCHED_DEBUG from self-test config filesIngo Molnar-3/+1
2025-03-19rseq/selftests: Fix namespace collision with rseq UAPI headerMichael Jeanson-2/+2
2025-03-19tc-tests: Update tc police action tests for tc buffer size rounding fixes.Jonathan Lennox-5/+5
2025-03-19selftests: drv-net: use defer in the ping testJakub Kicinski-8/+8
2025-03-19selftests/bpf: Add tests for rqspinlockKumar Kartikeya Dwivedi-0/+538
2025-03-19Merge tag 'kvm-x86-selftests-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-356/+370
2025-03-19Merge tag 'kvm-x86-selftests_6.15-1' of https://github.com/kvm-x86/linux into...Paolo Bonzini-83/+151
2025-03-19Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini-0/+147
2025-03-19KVM: riscv: selftests: Add Zaamo/Zalrsc extensions to get-reg-list testClément Léger-0/+8
2025-03-19x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headersThomas Huth-9/+9
2025-03-19x86/cpufeatures: Remove {disabled,required}-features.hXin Li (Intel)-276/+0
2025-03-19x86/mm: Enable AMD translation cache extensionsRik van Riel-0/+2
2025-03-19Merge tag 'v6.14-rc7' into x86/core, to pick up fixesIngo Molnar-42/+504
2025-03-18selftests/bpf: Add selftest for attaching fexit to __noreturn functionsYafang Shao-0/+24
2025-03-18perf kwork: Remove unreachable judgmentsFeng Yang-1/+1
2025-03-18perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo-0/+5
2025-03-18perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo-3/+1
2025-03-18perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo-1/+5
2025-03-18perf python tracepoint.py: Change the COMM using setproctitle if availableArnaldo Carvalho de Melo-0/+8
2025-03-18perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)Arnaldo Carvalho de Melo-7/+0
2025-03-18perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo-1/+1
2025-03-18iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverageNicolin Chen-0/+153
2025-03-18iommufd/selftest: Require vdev_id when attaching to a nested domainNicolin Chen-0/+5
2025-03-18RISC-V: selftests: Add TEST_ZICBOM into CBO testsYunhui Cui-11/+55
2025-03-17Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds-1/+3
2025-03-17perf test dso-data: Correctly free test file in read testIan Rogers-12/+12
2025-03-17perf dso: Use lock annotations to fix asan deadlockIan Rogers-43/+66
2025-03-17perf mutex: Add annotations for LOCKS_EXCLUDED and LOCKS_RETURNEDIan Rogers-0/+8
2025-03-17selftests/mm/cow: fix the incorrect error handlingCyan Yang-1/+1
2025-03-17selftests/mm: add tests for folio_split(), buddy allocator like splitZi Yan-7/+27
2025-03-17xarray: add xas_try_split() to split a multi-index entryZi Yan-0/+1
2025-03-17bpftool: Using the right format specifiersJiayuan Chen-30/+31
2025-03-17bpftool: Add -Wformat-signedness flag to detect format errorsJiayuan Chen-1/+6
2025-03-17selftests/bpf: Test freplace from user namespaceMykyta Yatsenko-4/+112
2025-03-17libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_IDMykyta Yatsenko-9/+23