index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
check.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
objtool: Fix compile failure when using the x32 compiler
Mikulas Patocka
2024-03-30
1
-1
/
+1
*
Merge tag 'loongarch-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
2024-03-22
1
-18
/
+34
|
\
|
*
objtool: Check local label in read_unwind_hints()
Tiezhu Yang
2024-03-11
1
-1
/
+11
|
*
objtool: Check local label in add_dead_ends()
Tiezhu Yang
2024-03-11
1
-17
/
+23
*
|
Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-03-12
1
-0
/
+12
|
\
\
|
*
|
objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocks
Josh Poimboeuf
2024-02-29
1
-0
/
+12
|
|
/
*
|
x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNK
Breno Leitao
2024-01-10
1
-1
/
+1
*
|
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
2024-01-10
1
-1
/
+1
|
/
*
objtool: Fix calloc call for new -Walloc-size
Sam James
2023-11-17
1
-1
/
+1
*
objtool: Fix return thunk patching in retpolines
Josh Poimboeuf
2023-10-20
1
-0
/
+16
*
objtool: Fix _THIS_IP_ detection for cold functions
Josh Poimboeuf
2023-09-12
1
-1
/
+2
*
objtool/x86: Fixup frame-pointer vs rethunk
Peter Zijlstra
2023-08-17
1
-6
/
+11
*
x86/cpu: Rename original retbleed methods
Peter Zijlstra
2023-08-16
1
-1
/
+1
*
objtool/x86: Fix SRSO mess
Peter Zijlstra
2023-08-16
1
-2
/
+22
*
x86/retpoline,kprobes: Fix position of thunk sections with CONFIG_LTO_CLANG
Petr Pavlu
2023-08-14
1
-1
/
+1
*
objtool: Free insns when done
Josh Poimboeuf
2023-06-07
1
-0
/
+30
*
objtool: Get rid of reloc->rel[a]
Josh Poimboeuf
2023-06-07
1
-13
/
+7
*
objtool: Get rid of reloc->jump_table_start
Josh Poimboeuf
2023-06-07
1
-12
/
+23
*
objtool: Get rid of reloc->addend
Josh Poimboeuf
2023-06-07
1
-29
/
+40
*
objtool: Get rid of reloc->type
Josh Poimboeuf
2023-06-07
1
-5
/
+6
*
objtool: Get rid of reloc->offset
Josh Poimboeuf
2023-06-07
1
-7
/
+7
*
objtool: Add for_each_reloc()
Josh Poimboeuf
2023-06-07
1
-12
/
+12
*
objtool: Add elf_create_section_pair()
Josh Poimboeuf
2023-06-07
1
-81
/
+48
*
objtool: Consolidate rel/rela handling
Josh Poimboeuf
2023-06-07
1
-6
/
+6
*
objtool: Improve reloc naming
Josh Poimboeuf
2023-06-07
1
-67
/
+67
*
objtool: Remove flags argument from elf_create_section()
Josh Poimboeuf
2023-06-07
1
-7
/
+10
*
objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regions
Josh Poimboeuf
2023-06-07
1
-0
/
+12
*
tools: Remove unnecessary variables
Lu Hongfei
2023-06-07
1
-4
/
+3
*
objtool: Move noreturn function list to separate file
Josh Poimboeuf
2023-05-16
1
-41
/
+3
*
objtool: Remove superfluous global_noreturns entries
Josh Poimboeuf
2023-05-16
1
-2
/
+0
*
objtool: Ignore exc_double_fault() __noreturn warnings
Josh Poimboeuf
2023-05-16
1
-1
/
+30
*
objtool: Detect missing __noreturn annotations
Josh Poimboeuf
2023-05-16
1
-1
/
+13
*
objtool: Include backtrace in verbose mode
Josh Poimboeuf
2023-05-16
1
-16
/
+10
*
objtool: Add verbose option for disassembling affected functions
Josh Poimboeuf
2023-05-16
1
-0
/
+77
*
objtool: Limit unreachable warnings to once per function
Josh Poimboeuf
2023-05-16
1
-2
/
+3
*
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-04-28
1
-243
/
+233
|
\
|
*
x86/hyperv: Mark hv_ghcb_terminate() as noreturn
Guilherme G. Piccoli
2023-04-14
1
-0
/
+1
|
*
scsi: message: fusion: Mark mpt_halt_firmware() __noreturn
Josh Poimboeuf
2023-04-14
1
-0
/
+1
|
*
x86/cpu: Mark {hlt,resume}_play_dead() __noreturn
Josh Poimboeuf
2023-04-14
1
-0
/
+2
|
*
btrfs: Mark btrfs_assertfail() __noreturn
Josh Poimboeuf
2023-04-14
1
-0
/
+1
|
*
objtool: Include weak functions in global_noreturns check
Josh Poimboeuf
2023-04-14
1
-4
/
+4
|
*
cpu: Mark nmi_panic_self_stop() __noreturn
Josh Poimboeuf
2023-04-14
1
-0
/
+1
|
*
cpu: Mark panic_smp_self_stop() __noreturn
Josh Poimboeuf
2023-04-14
1
-0
/
+1
|
*
x86/head: Mark *_start_kernel() __noreturn
Josh Poimboeuf
2023-04-14
1
-0
/
+2
|
*
init: Mark start_kernel() __noreturn
Josh Poimboeuf
2023-04-14
1
-0
/
+1
|
*
init: Mark [arch_call_]rest_init() __noreturn
Josh Poimboeuf
2023-04-14
1
-0
/
+2
|
*
objtool: Generate ORC data for __pfx code
Josh Poimboeuf
2023-04-14
1
-0
/
+14
|
*
objtool: Separate prefix code from stack validation code
Josh Poimboeuf
2023-04-14
1
-38
/
+50
|
*
objtool: Remove superfluous dead_end_function() check
Josh Poimboeuf
2023-04-14
1
-2
/
+1
|
*
objtool: Add symbol iteration helpers
Josh Poimboeuf
2023-04-14
1
-57
/
+41
[next]