summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-11-24objtool: Compact output for alternatives with one instructionAlexandre Chartre1-0/+22
2025-11-24objtool: Improve naming of group alternativesAlexandre Chartre1-6/+52
2025-11-24objtool: Add Function to get the name of a CPU featureAlexandre Chartre8-1/+70
2025-11-24selftests/bpf: Allow selftests to build with older xxdAlan Maguire2-2/+5
2025-11-24bpftool: Allow bpftool to build with openssl < 3Alan Maguire1-0/+6
2025-11-24KVM: riscv: selftests: Add SBI MPXY extension to get-reg-listAnup Patel1-0/+4
2025-11-22Merge tag 'riscv-for-linus-6.18-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+3
2025-11-22selftests/nolibc: error out on linker warningsThomas Weißschuh1-1/+1
2025-11-22selftests/nolibc: use lld to link loongarch binariesThomas Weißschuh1-0/+1
2025-11-22selftests: bpf: Add tests for unbalanced rcu_read_lockPuranjay Mohan2-0/+42
2025-11-22bpf: support nested rcu critical sectionsPuranjay Mohan1-1/+1
2025-11-22bpf: test the correct stack liveness of tail callsEduard Zingerman1-0/+50
2025-11-22bpf: test the proper verification of tail callsMartin Teichmann2-2/+90
2025-11-22selftests/bpf: Update test_tag to use sha256Xing Guo1-1/+1
2025-11-22selftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski2-2/+17
2025-11-22selftests/bpf: skip test_perf_branches_hw() on unsupported platformsMatt Bobrowski1-3/+3
2025-11-22selftests: bpf: Enable gotox tests from arm64Puranjay Mohan1-2/+2
2025-11-21selftests/bpf: Use sockaddr_storage instead of sa46 in select_reuseport testHoyeon Lee1-33/+34
2025-11-21selftests/bpf: Use sockaddr_storage directly in cls_redirect testHoyeon Lee1-79/+43
2025-11-21KVM: selftests: Make sure vm->vpages_mapped is always up-to-dateYosry Ahmed3-3/+3
2025-11-21KVM: selftests: Stop using __virt_pg_map() directly in testsYosry Ahmed2-5/+3
2025-11-21get_feat.pl: remove it, as it got replaced by get_feat.pyMauro Carvalho Chehab1-641/+0
2025-11-21tools/docs/get_feat.py: convert get_feat.pl to PythonMauro Carvalho Chehab2-0/+719
2025-11-21objtool: Provide access to feature and flags of group alternativesAlexandre Chartre4-1/+6
2025-11-21objtool: Fix address references in alternativesAlexandre Chartre1-4/+66
2025-11-21objtool: Disassemble jump table alternativesAlexandre Chartre1-6/+32
2025-11-21objtool: Disassemble exception table alternativesAlexandre Chartre1-1/+25
2025-11-21objtool: Print addresses with alternative instructionsAlexandre Chartre1-12/+23
2025-11-21objtool: Disassemble group alternativesAlexandre Chartre1-17/+149
2025-11-21objtool: Print headers for alternativesAlexandre Chartre1-6/+182
2025-11-21objtool: Preserve alternatives orderAlexandre Chartre1-2/+14
2025-11-21objtool: Add the --disas=<function-pattern> actionAlexandre Chartre5-17/+53
2025-11-21objtool: Do not validate IBT for .return_sites and .call_sitesAlexandre Chartre1-0/+2
2025-11-21objtool: Improve tracing of alternative instructionsAlexandre Chartre3-13/+125
2025-11-21objtool: Add functions to better name alternativesAlexandre Chartre2-0/+84
2025-11-21objtool: Identify the different types of alternativesAlexandre Chartre2-5/+20
2025-11-21objtool: Improve register reporting during function validationAlexandre Chartre5-0/+40
2025-11-21objtool: Trace instruction state changes during function validationAlexandre Chartre3-1/+149
2025-11-21objtool: Add option to trace function validationAlexandre Chartre10-18/+299
2025-11-21objtool: Record symbol name max lengthAlexandre Chartre1-0/+7
2025-11-21objtool: Extract code to validate instruction from the validate branch loopAlexandre Chartre1-181/+205
2025-11-21objtool: Disassemble instruction on warning or backtraceAlexandre Chartre5-14/+58
2025-11-21objtool: Store instruction disassembly resultAlexandre Chartre1-6/+71
2025-11-21objtool: Print symbol during disassemblyAlexandre Chartre3-9/+143
2025-11-21tool build: Remove annoying newline in build outputAlexandre Chartre1-1/+3
2025-11-21objtool: Disassemble code with libopcodes instead of running objdumpAlexandre Chartre11-72/+238
2025-11-21objtool: Create disassembly contextAlexandre Chartre4-5/+49
2025-11-21objtool: Move disassembly functions to a separated fileAlexandre Chartre4-81/+93
2025-11-21rtla/timerlat: Exit top main loop on any non-zero wait_retvalCrystal Wood1-1/+1
2025-11-21rtla/tests: Don't rely on matching ^1ALLCrystal Wood1-1/+1