aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorFilesLines
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
2025-10-14objtool: Remove error handling boilerplateJosh Poimboeuf2-101/+59
2025-10-14objtool: Propagate elf_truncate_section() error in elf_write()Josh Poimboeuf1-3/+2
2025-10-14objtool: Fix broken error handling in read_symbols()Josh Poimboeuf1-7/+3
2025-10-14objtool: Make find_symbol_containing() less arbitraryJosh Poimboeuf1-5/+20
2025-10-14interval_tree: Sync interval_tree_generic.h with toolsJosh Poimboeuf1-0/+1
2025-10-14objtool: Fix standalone --hacks=jump_labelDylan Hatch1-1/+2
2025-10-14objtool: Remove unneeded semicolonChen Ni1-1/+1
2025-10-14objtool/x86: Fix NOP decodePeter Zijlstra1-4/+11
2025-10-14objtool/x86: Add UDB supportPeter Zijlstra1-0/+4
2025-10-14objtool/x86: Remove 0xea hackPeter Zijlstra1-9/+0
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+43
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-10/+0
2025-09-30Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-2/+63
2025-09-19Merge 6.17-rc6 into kbuild-nextNathan Chancellor1-0/+23
2025-09-18objtool/LoongArch: Mark special atomic instruction as INSN_BUG typeTiezhu Yang1-0/+21
2025-09-18objtool/LoongArch: Mark types based on break immediate codeTiezhu Yang1-3/+9
2025-09-09objtool: Ignore __pi___cfi_ prefixed symbolsNathan Chancellor1-0/+1
2025-09-04x86/sev: Zap snp_abort()Borislav Petkov (AMD)1-1/+0
2025-09-03x86/boot: Create a confined code area for startup codeArd Biesheuvel1-1/+2
2025-09-03objtool: Add action to check for absence of absolute relocationsArd Biesheuvel5-0/+60
2025-08-28objtool: Drop noinstr hack for KCSAN_WEAK_MEMORYNathan Chancellor1-10/+0
2025-08-20objtool/LoongArch: Get table size correctly if LTO is enabledTiezhu Yang1-0/+23
2025-08-18objtool: Validate kCFI callsPeter Zijlstra2-0/+43
2025-07-30Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+1
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2025-07-21stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depthKees Cook1-1/+1
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-1/+1
2025-07-19Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-0/+1
2025-07-14objtool/rust: add one more `noreturn` Rust function for Rust 1.89.0Miguel Ojeda1-0/+1
2025-07-11objtool: Add vpanic() to the noreturn listNam Cao1-0/+1
2025-07-01objtool: Add missing endian conversion to read_annotate()Heiko Carstens1-0/+1
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-1/+2
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+4
2025-05-26Merge tag 'objtool-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+38
2025-05-22objtool/rust: relax slice condition to cover more `noreturn` Rust functionsMiguel Ojeda1-1/+2
2025-05-14objtool: Speed up SHT_GROUP reindexingJosh Poimboeuf2-18/+30
2025-05-13Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflictsIngo Molnar1-0/+9
2025-05-13Merge branch 'x86/boot' into x86/core, to merge dependent commitsIngo Molnar1-2/+4
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2025-05-09x86/its: FineIBT-paranoid vs ITSPeter Zijlstra1-0/+9
2025-05-07objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0Miguel Ojeda1-0/+1
2025-05-04x86/boot: Add a bunch of PIC aliasesArd Biesheuvel1-2/+4
2025-04-30objtool: Fix up st_info in COMDAT group sectionRong Xu1-1/+26
2025-04-19Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-0/+1
2025-04-14objtool/rust: add one more `noreturn` Rust function for Rust 1.86.0Miguel Ojeda1-0/+1
2025-04-10objtool: Fix false-positive "ignoring unreachables" warningJosh Poimboeuf1-1/+1
2025-04-08objtool: Remove ANNOTATE_IGNORE_ALTERNATIVE from CLAC/STACJosh Poimboeuf1-1/+29