summaryrefslogtreecommitdiffstats
path: root/tools/objtool
AgeCommit message (Expand)AuthorLines
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
2025-03-25objtool: Warn when disabling unreachable warningsJosh Poimboeuf-1/+4
2025-03-25objtool: Fix detection of consecutive jump tables on Clang 20Josh Poimboeuf-22/+37
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-10/+5
2025-03-17objtool: Use O_CREAT with explicit mode maskIngo Molnar-1/+1
2025-03-17objtool: Create backup on error and print argsJosh Poimboeuf-67/+65
2025-03-17objtool: Change "warning:" to "error:" for --WerrorJosh Poimboeuf-2/+4
2025-03-17objtool: Add --Werror optionJosh Poimboeuf-3/+14
2025-03-17objtool: Add --output optionJosh Poimboeuf-35/+89
2025-03-17objtool: Upgrade "Linked object detected" warning to errorJosh Poimboeuf-2/+2
2025-03-17objtool: Consolidate option validationJosh Poimboeuf-44/+24
2025-03-17objtool: Remove --unret dependency on --rethunkJosh Poimboeuf-5/+0
2025-03-17objtool: Increase per-function WARN_FUNC() rate limitJosh Poimboeuf-5/+13
2025-03-17objtool: Update documentationJosh Poimboeuf-42/+53
2025-03-17objtool: Improve __noreturn annotation warningJosh Poimboeuf-8/+6
2025-03-17objtool: Fix error handling inconsistencies in check()Josh Poimboeuf-4/+6
2025-03-17x86/traps: Make exc_double_fault() consistently noreturnJosh Poimboeuf-30/+1
2025-03-12objtool/LoongArch: Add support for goto tableTiezhu Yang-2/+30
2025-03-12objtool/LoongArch: Add support for switch tableTiezhu Yang-1/+130
2025-03-12objtool: Handle PC relative relocation typeTiezhu Yang-5/+27
2025-03-12objtool: Handle different entry size of rodataTiezhu Yang-1/+41
2025-03-12objtool: Handle various symbol types of rodataTiezhu Yang-5/+11
2025-03-12objtool: Hide unnecessary compiler error messageDavid Engraf-1/+1
2025-03-04Merge branch 'x86/asm' into x86/core, to pick up dependent commitsIngo Molnar-0/+2
2025-03-04Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commitsIngo Molnar-11/+6
2025-03-04x86/smp: Fix mwait_play_dead() and acpi_processor_ffh_play_dead() noreturn be...Josh Poimboeuf-0/+2
2025-03-03Merge tag 'v6.14-rc5' into x86/core, to pick up fixesIngo Molnar-11/+6
2025-02-28Merge tag 'objtool-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+6
2025-02-26objtool/powerpc: Add support for decoding all types of uncond branchesChristophe Leroy-1/+9
2025-02-25Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p...Linus Torvalds-6/+0
2025-02-25objtool: Add bch2_trans_unlocked_or_in_restart_error() to bcachefs noreturnsYouling Tang-1/+1
2025-02-25objtool: Fix C jump table annotations for ClangArd Biesheuvel-4/+5
2025-02-18tools: Remove redundant quiet setupCharlie Jenkins-6/+0
2025-02-18Merge tag 'v6.14-rc3' into x86/core, to pick up fixesIngo Molnar-1/+11
2025-02-16Merge tag 'objtool_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+10
2025-02-14x86/alternative: Simplify callthunk patchingPeter Zijlstra-10/+3
2025-02-12objtool/rust: add one more `noreturn` Rust functionMiguel Ojeda-0/+1
2025-02-08objtool: Move dodgy linker warn to verbosePeter Zijlstra-1/+1
2025-02-08objtool: Ignore dangling jump table entriesJosh Poimboeuf-0/+9
2025-01-21Merge tag 'objtool-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-310/+134
2024-12-29Merge tag 'objtool-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2024-12-29objtool: Add bch2_trans_unlocked_error() to bcachefs noreturnschenchangcheng-0/+1
2024-12-13objtool/x86: allow syscall instructionJuergen Gross-3/+6