index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
objtool.h
Age
Commit message (
Expand
)
Author
2025-03-25
objtool: Fix up some outdated references to ENTRY/ENDPROC
Josh Poimboeuf
2025-02-14
x86/boot: Mark start_secondary() with __noendbr
Peter Zijlstra
2024-12-02
objtool: Fix ANNOTATE_REACHABLE to be a normal annotation
Peter Zijlstra
2024-12-02
objtool: Convert {.UN}REACHABLE to ANNOTATE
Peter Zijlstra
2024-12-02
objtool: Collect more annotations in objtool.h
Peter Zijlstra
2024-12-02
objtool: Convert ANNOTATE_INTRA_FUNCTION_CALL to ANNOTATE
Peter Zijlstra
2024-12-02
objtool: Convert VALIDATE_UNRET_BEGIN to ANNOTATE
Peter Zijlstra
2024-12-02
objtool: Convert instrumentation_{begin,end}() to ANNOTATE
Peter Zijlstra
2024-12-02
objtool: Convert ANNOTATE_NOENDBR to ANNOTATE
Peter Zijlstra
2024-12-02
objtool: Generic annotation infrastructure
Peter Zijlstra
2024-01-10
x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSO
Breno Leitao
2024-01-10
x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRY
Breno Leitao
2023-10-30
Merge tag 'objtool-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-10-20
x86/srso: Fix unret validation dependencies
Josh Poimboeuf
2023-09-22
x86/speculation, objtool: Use absolute relocations for annotations
Fangrui Song
2023-03-23
x86,objtool: Split UNWIND_HINT_EMPTY in two
Josh Poimboeuf
2023-03-23
x86,objtool: Separate unret validation from unwind hints
Josh Poimboeuf
2023-03-23
objtool: Change UNWIND_HINT() argument order
Josh Poimboeuf
2023-03-23
objtool: Use relative pointers for annotations
Josh Poimboeuf
2023-03-23
objtool: Add objtool_types.h
Josh Poimboeuf
2023-02-11
x86/unwind/orc: Add 'signal' field to ORC metadata
Josh Poimboeuf
2022-08-02
Merge tag 'docs-6.0' of git://git.lwn.net/linux
Linus Torvalds
2022-07-07
objtool: update objtool.txt references
Mauro Carvalho Chehab
2022-06-27
objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
Josh Poimboeuf
2022-06-27
objtool: Add entry UNRET validation
Peter Zijlstra
2022-06-06
x86/ftrace: Remove OBJECT_FILES_NON_STANDARD usage
Josh Poimboeuf
2022-05-24
Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-05-06
objtool: Fix STACK_FRAME_NON_STANDARD reloc type
Peter Zijlstra
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
2022-03-15
x86,objtool: Move the ASM_REACHABLE annotation to objtool.h
Peter Zijlstra
2022-03-15
x86/ibt: Add ANNOTATE_NOENDBR
Peter Zijlstra
2021-09-30
objtool: Add frame-pointer-specific function ignore
Josh Poimboeuf
2021-01-26
objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
Josh Poimboeuf
2021-01-26
objtool: Add asm version of STACK_FRAME_NON_STANDARD
Josh Poimboeuf
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-09-10
objtool: Make unwind hint definitions available to other architectures
Julien Thierry
2020-09-10
objtool: Only include valid definitions depending on source file type
Julien Thierry
2020-09-10
objtool: Rename frame.h -> objtool.h
Julien Thierry