summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-11-24Merge branch 'mm-hotfixes-stable' into mm-stable in order to mergeAndrew Morton-8/+7
2025-11-24KVM: arm64: selftests: vgic_irq: Add timer deactivation testMarc Zyngier-0/+65
2025-11-24KVM: arm64: selftests: vgic_irq: Add Group-0 enable testMarc Zyngier-0/+49
2025-11-24KVM: arm64: selftests: vgic_irq: Add asymmetric SPI deaectivation testMarc Zyngier-0/+105
2025-11-24KVM: arm64: selftests: vgic_irq: Perform EOImode==1 deactivation in ack orderMarc Zyngier-2/+12
2025-11-24KVM: arm64: selftests: vgic_irq: Remove LR-bound limitationMarc Zyngier-13/+6
2025-11-24KVM: arm64: selftests: vgic_irq: Exclude timer-controlled interruptsMarc Zyngier-6/+25
2025-11-24KVM: arm64: selftests: vgic_irq: Change configuration before enabling interruptMarc Zyngier-3/+3
2025-11-24KVM: arm64: selftests: vgic_irq: Fix GUEST_ASSERT_IAR_EMPTY() helperMarc Zyngier-1/+1
2025-11-24KVM: arm64: selftests: gic_v3: Disable Group-0 interrupts by defaultMarc Zyngier-0/+2
2025-11-24KVM: arm64: selftests: gic_v3: Add irq group setting helperMarc Zyngier-0/+23
2025-11-24selftests/mm: fix division-by-zero in uffd-unit-testsCarlos Llamas-8/+7
2025-11-24perf docs: arm-spe: Document new SPE filtering featuresJames Clark-9/+95
2025-11-24perf tools: Add support for perf_event_attr::config4James Clark-1/+34
2025-11-24tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesJames Clark-0/+2
2025-11-24ACPI: tools: pfrut: fix memory leak and resource leak in pfrut.cMalaya Kumar Rout-2/+5
2025-11-24objtool: Trim trailing NOPs in alternativeAlexandre Chartre-5/+73
2025-11-24objtool: Add wide output for disassemblyAlexandre Chartre-1/+96
2025-11-24objtool: Compact output for alternatives with one instructionAlexandre Chartre-0/+22
2025-11-24objtool: Improve naming of group alternativesAlexandre Chartre-6/+52
2025-11-24objtool: Add Function to get the name of a CPU featureAlexandre Chartre-1/+70
2025-11-24selftests/bpf: Allow selftests to build with older xxdAlan Maguire-2/+5
2025-11-24bpftool: Allow bpftool to build with openssl < 3Alan Maguire-0/+6
2025-11-24KVM: riscv: selftests: Add SBI MPXY extension to get-reg-listAnup Patel-0/+4
2025-11-22Merge tag 'riscv-for-linus-6.18-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+3
2025-11-22selftests/nolibc: error out on linker warningsThomas Weißschuh-1/+1
2025-11-22selftests/nolibc: use lld to link loongarch binariesThomas Weißschuh-0/+1
2025-11-21selftests: bpf: Add tests for unbalanced rcu_read_lockPuranjay Mohan-0/+42
2025-11-21bpf: support nested rcu critical sectionsPuranjay Mohan-1/+1
2025-11-21bpf: test the correct stack liveness of tail callsEduard Zingerman-0/+50
2025-11-21bpf: test the proper verification of tail callsMartin Teichmann-2/+90
2025-11-21selftests/bpf: Update test_tag to use sha256Xing Guo-1/+1
2025-11-21selftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski-2/+17
2025-11-21selftests/bpf: skip test_perf_branches_hw() on unsupported platformsMatt Bobrowski-3/+3
2025-11-21selftests: bpf: Enable gotox tests from arm64Puranjay Mohan-2/+2
2025-11-21selftests/bpf: Use sockaddr_storage instead of sa46 in select_reuseport testHoyeon Lee-33/+34
2025-11-21selftests/bpf: Use sockaddr_storage directly in cls_redirect testHoyeon Lee-79/+43
2025-11-21KVM: selftests: Make sure vm->vpages_mapped is always up-to-dateYosry Ahmed-3/+3
2025-11-21KVM: selftests: Stop using __virt_pg_map() directly in testsYosry Ahmed-5/+3
2025-11-21get_feat.pl: remove it, as it got replaced by get_feat.pyMauro Carvalho Chehab-641/+0
2025-11-21tools/docs/get_feat.py: convert get_feat.pl to PythonMauro Carvalho Chehab-0/+719
2025-11-21objtool: Provide access to feature and flags of group alternativesAlexandre Chartre-1/+6
2025-11-21objtool: Fix address references in alternativesAlexandre Chartre-4/+66
2025-11-21objtool: Disassemble jump table alternativesAlexandre Chartre-6/+32
2025-11-21objtool: Disassemble exception table alternativesAlexandre Chartre-1/+25
2025-11-21objtool: Print addresses with alternative instructionsAlexandre Chartre-12/+23
2025-11-21objtool: Disassemble group alternativesAlexandre Chartre-17/+149
2025-11-21objtool: Print headers for alternativesAlexandre Chartre-6/+182
2025-11-21objtool: Preserve alternatives orderAlexandre Chartre-2/+14
2025-11-21objtool: Add the --disas=<function-pattern> actionAlexandre Chartre-17/+53