aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-10-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds19-154/+477
2025-10-18Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini9-145/+288
2025-10-17selftests/bpf: Fix redefinition of 'off' as different kind of symbolBrahmajit Das1-7/+7
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-16/+126
2025-10-16selftests: arg_parsing: Ensure data is flushed to disk before reading.Xing Guo1-0/+3
2025-10-16Merge branch 'objtool/core' of https://git.kernel.org/pub/scm/linux/kernel/git/jpoimboe/linuxPeter Zijlstra37-671/+3724
2025-10-16x86/insn: Simplify for_each_insn_prefix()Peter Zijlstra1-3/+2
2025-10-15selftests: tls: add test for short splice due to full skmsgSabrina Dubroca1-0/+31
2025-10-15selftests: net: tls: add tests for cmsg vs MSG_MORESabrina Dubroca1-0/+34
2025-10-15selftests/hid: add tests for missing release on the Dell SynapticsBenjamin Tissoires1-0/+55
2025-10-15selftests: cgroup: Use values_close_report in test_cpuSebastian Chlad1-9/+9
2025-10-15selftests: cgroup: add values_close_report helperSebastian Chlad1-0/+20
2025-10-14selftests/bpf: make arg_parsing.c more robust to crashesAndrii Nakryiko1-3/+6
2025-10-14livepatch/klp-build: Introduce klp-build script for generating livepatch modulesJosh Poimboeuf1-2/+4
2025-10-14objtool: Add base objtool support for livepatch modulesJosh Poimboeuf4-7/+53
2025-10-14objtool: Refactor prefix symbol creation codeJosh Poimboeuf3-31/+45
2025-10-14objtool/klp: Add post-link subcommand to finalize livepatch modulesJosh Poimboeuf4-1/+174
2025-10-14objtool/klp: Add --debug option to show cloning decisionsJosh Poimboeuf3-0/+99
2025-10-14objtool/klp: Introduce klp diff subcommand for diffing object filesJosh Poimboeuf18-31/+1999
2025-10-14objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksumsJosh Poimboeuf6-0/+70
2025-10-14objtool/klp: Add --checksum option to generate per-function checksumsJosh Poimboeuf9-28/+289
2025-10-14objtool: Add ANNOTATE_DATA_SPECIALJosh Poimboeuf1-0/+2
2025-10-14objtool: Add annotype() helperJosh Poimboeuf10-16/+18
2025-10-14objtool: Add elf_create_file()Josh Poimboeuf3-4/+147
2025-10-14objtool: Add elf_create_reloc() and elf_init_reloc()Josh Poimboeuf2-14/+165
2025-10-14objtool: Add elf_create_data()Josh Poimboeuf2-22/+54
2025-10-14objtool: Generalize elf_create_section()Josh Poimboeuf3-51/+74
2025-10-14objtool: Generalize elf_create_symbol()Josh Poimboeuf2-53/+69
2025-10-14objtool: Simplify special symbol handling in elf_update_symbol()Josh Poimboeuf1-3/+2
2025-10-14objtool: Refactor add_jump_destinations()Josh Poimboeuf2-115/+101
2025-10-14objtool: Reindent check_options[]Josh Poimboeuf1-27/+27
2025-10-14objtool: Resurrect --backup optionJosh Poimboeuf3-16/+16
2025-10-14objtool: Rename --Werror to --werrorJosh Poimboeuf1-1/+1
2025-10-14objtool: Avoid emptying lists for duplicate sectionsJosh Poimboeuf1-4/+0
2025-10-14objtool: Simplify reloc offset calculation in unwind_read_hints()Josh Poimboeuf1-8/+1
2025-10-14objtool: Mark prefix functionsJosh Poimboeuf3-4/+14
2025-10-14objtool: Fix weak symbol hole detection for .cold functionsJosh Poimboeuf2-42/+45
2025-10-14objtool: Mark .cold subfunctionsJosh Poimboeuf3-17/+17
2025-10-14objtool: Add section/symbol type helpersJosh Poimboeuf5-42/+108
2025-10-14objtool: Convert elf iterator macros to use 'struct elf'Josh Poimboeuf3-17/+17
2025-10-14objtool: Remove .parainstructions referenceJosh Poimboeuf1-1/+0
2025-10-14objtool: Clean up compiler flag usageJosh Poimboeuf3-8/+13
2025-10-14objtool: Const string cleanupJosh Poimboeuf6-10/+10
2025-10-14objtool: Check for missing annotation entries in read_annotate()Josh Poimboeuf1-0/+5
2025-10-14objtool: Fix "unexpected end of section" warning for alternativesJosh Poimboeuf1-4/+1
2025-10-14objtool: Fix __pa_symbol() relocation handlingJosh Poimboeuf1-1/+12
2025-10-14objtool: Fix x86 addend calculationJosh Poimboeuf5-17/+17
2025-10-14objtool: Fix weak symbol detectionJosh Poimboeuf1-4/+4
2025-10-14objtool: Fix interval tree insertion for zero-length symbolsJosh Poimboeuf1-1/+1
2025-10-14objtool: Add empty symbols to the symbol tree againJosh Poimboeuf1-8/+2