summaryrefslogtreecommitdiffstats
path: root/tools/objtool (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'objtool-urgent-2024-12-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-12-291-0/+1
|\
| * objtool: Add bch2_trans_unlocked_error() to bcachefs noreturnschenchangcheng2024-12-291-0/+1
* | objtool/x86: allow syscall instructionJuergen Gross2024-12-131-3/+6
|/
* Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-11-302-5/+12
|\
| * kbuild: Add Propeller configuration for kernel buildRong Xu2024-11-271-0/+1
| * objtool: Fix unreachable instruction warnings for weak functionsRong Xu2024-11-061-5/+10
| * kbuild: Add AutoFDO support for Clang buildRong Xu2024-11-061-0/+1
* | Merge tag 'reiserfs_delete' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-211-1/+0
|\ \
| * | reiserfs: The last commitJan Kara2024-10-211-1/+0
| |/
* | objtool: Exclude __tracepoints data from ENDBR checksPeter Zijlstra2024-11-111-0/+1
* | objtool: Also include tools/include/uapiHONG Yifan2024-10-181-0/+1
* | objtool: Detect non-relocated text referencesJosh Poimboeuf2024-10-183-53/+75
|/
* Merge tag 'loongarch-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds2024-09-273-4/+31
|\
| * objtool: Handle frame pointer related instructionsTiezhu Yang2024-09-173-4/+31
* | objtool/rust: list `noreturn` Rust functionsMiguel Ojeda2024-08-182-1/+53
|/
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-0/+2
|\
| * kmsan: allow disabling KMSAN checks for the current taskIlya Leoshkevich2024-07-041-0/+2
* | Merge tag 'objtool-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-07-172-3/+9
|\ \
| * | objtool/x86: objtool can confuse memory and stack accessAlexandre Chartre2024-07-031-1/+7
| * | objtool: Use "action" in error message to be consistent with helpSiddh Raman Pant2024-07-031-2/+2
| |/
* | Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-07-161-0/+4
|\ \
| * | x86/syscall: Mark exit[_group] syscall handlers __noreturnJosh Poimboeuf2024-06-281-0/+4
| |/
* | x86/alternatives, kvm: Fix a couple of CALLs without a frame pointerBorislav Petkov (AMD)2024-07-011-0/+19
* | x86/alternatives: Add nested alternatives macrosPeter Zijlstra2024-06-112-8/+31
|/
* objtool: Fix compile failure when using the x32 compilerMikulas Patocka2024-03-301-1/+1
* Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2024-03-2215-197/+875
|\
| * objtool: Check local label in read_unwind_hints()Tiezhu Yang2024-03-111-1/+11
| * objtool: Check local label in add_dead_ends()Tiezhu Yang2024-03-112-17/+24
| * objtool/LoongArch: Enable orc to be builtTiezhu Yang2024-03-114-0/+192
| * objtool/x86: Separate arch-specific and generic partsTiezhu Yang2024-03-115-179/+206
| * objtool/LoongArch: Implement instruction decoderTiezhu Yang2024-03-111-2/+271
| * objtool/LoongArch: Enable objtool to be builtTiezhu Yang2024-03-116-0/+173
* | Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-151-1/+0
|\ \
| * | init: remove obsolete arch_call_rest_init() wrapperGeert Uytterhoeven2024-02-231-1/+0
| |/
* | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-122-1/+13
|\ \
| * | objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocksJosh Poimboeuf2024-03-011-0/+12
| * | fortify: Split reporting and avoid passing string pointerKees Cook2024-02-291-1/+1
| |/
* | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-122-3/+3
|\ \
| * | x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao2024-01-101-1/+1
| * | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao2024-01-102-2/+2
| |/
* / x86/objtool: Teach objtool about ERET[US]H. Peter Anvin (Intel)2024-01-311-5/+14
|/
* Merge tag 'objtool-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-091-1/+1
|\
| * objtool: Fix calloc call for new -Walloc-sizeSam James2023-11-171-1/+1
* | cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-151-1/+0
|/
* Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-0/+1
|\
| * x86/tdx: Fix __noreturn build warning around __tdx_hypercall_failed()Kai Huang2023-09-181-0/+1
* | Merge tag 'objtool-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-313-14/+10
|\ \
| * | objtool: Remove max symbol name length limitationAaron Plattner2023-10-061-8/+6
| * | objtool: Propagate early errorsAaron Plattner2023-10-061-3/+1
| * | objtool: Use 'the fallthrough' pseudo-keywordRuan Jinjie2023-10-031-3/+3