summaryrefslogtreecommitdiff
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds1-1/+2
6 daysMerge tag 'kbuild-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
13 dayskbuild: Add objtool to top-level clean targetJosh Poimboeuf1-0/+2
2026-02-11Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-21/+66
2026-02-10objtool/rust: add one more `noreturn` Rust functionMiguel Ojeda1-1/+2
2026-02-07Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-13/+42
2026-02-05objtool/klp: Fix unexported static call key access for manually built livepat...Josh Poimboeuf1-1/+1
2026-02-05objtool/klp: Fix symbol correlation for orphaned local symbolsJosh Poimboeuf1-5/+34
2026-02-05livepatch: Free klp_{object,func}_ext data after initializationPetr Pavlu3-7/+7
2026-02-01Merge tag 'objtool-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-16/+25
2026-01-31Merge tag 'rust-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2026-01-27objtool/klp: Fix bug table handling for __WARN_printf()Josh Poimboeuf1-3/+11
2026-01-27objtool: Replace custom macros in elf.c with shared onesPetr Pavlu1-7/+6
2026-01-27objtool: Print bfd_vma as unsigned long long on ia32-x86_64 cross buildDmitry Safonov1-6/+8
2026-01-21objtool: Fix libopcodes linking with static librariesSasha Levin1-4/+17
2026-01-13x86/pvlocks: Move paravirt spinlock functions into own headerJuergen Gross1-0/+1
2026-01-13objtool: Allow multiple pv_ops arraysJuergen Gross3-18/+65
2026-01-13objtool: fix build failure due to missing libopcodes checkSasha Levin1-10/+14
2026-01-13objtool: fix compilation failure with the x32 toolchainMikulas Patocka1-2/+2
2026-01-12x86/xen: Drop xen_mmu_opsJuergen Gross1-1/+0
2026-01-12x86/xen: Drop xen_cpu_opsJuergen Gross1-1/+0
2026-01-12x86/xen: Drop xen_irq_opsJuergen Gross1-1/+0
2026-01-05objtool/rust: add one more `noreturn` Rust functionFUJITA Tomonori1-1/+2
2025-12-03objtool: Add more robust signal error handling, detect and warn about stack o...Josh Poimboeuf4-1/+141
2025-12-02objtool: Fix stack overflow in validate_branch()Josh Poimboeuf1-14/+13
2025-12-01objtool: Fix segfault on unknown alternativesIngo Molnar1-0/+3
2025-11-27objtool: Build with disassembly can fail when including bdf.hAlexandre Chartre1-1/+1
2025-11-24objtool: Trim trailing NOPs in alternativeAlexandre Chartre1-5/+73
2025-11-24objtool: Add wide output for disassemblyAlexandre Chartre3-1/+96
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 Chartre7-1/+36
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