summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorLines
2025-08-20objtool/LoongArch: Get table size correctly if LTO is enabledTiezhu Yang-0/+23
2025-07-30Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds-0/+1
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2025-07-21stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depthKees Cook-1/+1
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook-1/+1
2025-07-19Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2025-07-14objtool/rust: add one more `noreturn` Rust function for Rust 1.89.0Miguel Ojeda-0/+1
2025-07-11objtool: Add vpanic() to the noreturn listNam Cao-0/+1
2025-07-01objtool: Add missing endian conversion to read_annotate()Heiko Carstens-0/+1
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/...Linus Torvalds-1/+2
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+4
2025-05-26Merge tag 'objtool-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+38
2025-05-22objtool/rust: relax slice condition to cover more `noreturn` Rust functionsMiguel Ojeda-1/+2
2025-05-14objtool: Speed up SHT_GROUP reindexingJosh Poimboeuf-18/+30
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar-0/+9
2025-05-13Merge branch 'x86/boot' into x86/core, to merge dependent commitsIngo Molnar-2/+4
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+9
2025-05-09x86/its: FineIBT-paranoid vs ITSPeter Zijlstra-0/+9
2025-05-07objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0Miguel Ojeda-0/+1
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel-2/+4
2025-04-30objtool: Fix up st_info in COMDAT group sectionRong Xu-1/+26
2025-04-19Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+1
2025-04-14objtool/rust: add one more `noreturn` Rust function for Rust 1.86.0Miguel Ojeda-0/+1
2025-04-10objtool: Fix false-positive "ignoring unreachables" warningJosh Poimboeuf-1/+1
2025-04-08objtool: Remove ANNOTATE_IGNORE_ALTERNATIVE from CLAC/STACJosh Poimboeuf-1/+29
2025-04-08objtool, xen: Fix INSN_SYSCALL / INSN_SYSRET semanticsJosh Poimboeuf-8/+13
2025-04-08objtool: Stop UNRET validation on UD2Josh Poimboeuf-0/+3
2025-04-08objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRETJosh Poimboeuf-10/+17
2025-04-08objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret()Josh Poimboeuf-0/+5
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-606/+597
2025-04-01objtool: Fix verbose disassembly if CROSS_COMPILE isn't setDavid Laight-0/+2
2025-04-01objtool: Change "warning:" to "error: " for fatal errorsJosh Poimboeuf-222/+226
2025-04-01objtool: Always fail on fatal errorsJosh Poimboeuf-11/+4
2025-04-01Revert "objtool: Increase per-function WARN_FUNC() rate limit"Josh Poimboeuf-14/+6
2025-04-01objtool: Append "()" to function name in "unexpected end of section" warningJosh Poimboeuf-1/+1
2025-04-01objtool: Ignore end-of-section jumps for KCOV/GCOVJosh Poimboeuf-6/+16
2025-03-28objtool: Fix STACK_FRAME_NON_STANDARD for cold subfunctionsJosh Poimboeuf-0/+2
2025-03-28objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf-1/+1
2025-03-28objtool: Fix NULL printf() '%s' argument in builtin-check.c:save_argv()Josh Poimboeuf-1/+1
2025-03-27Merge tag 'powerpc-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+9
2025-03-25objtool, panic: Disable SMAP in __stack_chk_fail()Josh Poimboeuf-1/+4
2025-03-25objtool: Remove redundant opts.noinstr dependencyJosh Poimboeuf-6/+1
2025-03-25objtool: Fix up some outdated references to ENTRY/ENDPROCJosh Poimboeuf-5/+5
2025-03-25objtool: Reduce CONFIG_OBJTOOL_WERROR verbosityJosh Poimboeuf-70/+72
2025-03-25objtool: Improve error handlingJosh Poimboeuf-221/+232
2025-03-25objtool: Properly disable uaccess validationJosh Poimboeuf-2/+9
2025-03-25objtool: Silence more KCOV warningsJosh Poimboeuf-0/+6
2025-03-25objtool: Fix init_module() handlingJosh Poimboeuf-2/+5
2025-03-25objtool: Fix X86_FEATURE_SMAP alternative handlingJosh Poimboeuf-75/+16
2025-03-25objtool: Ignore entire functions rather than instructionsJosh Poimboeuf-17/+19