index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-08
objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRET
Josh Poimboeuf
1
-1
/
+2
2025-04-01
objtool: Change "warning:" to "error: " for fatal errors
Josh Poimboeuf
1
-16
/
+35
2025-04-01
Revert "objtool: Increase per-function WARN_FUNC() rate limit"
Josh Poimboeuf
2
-12
/
+4
2025-03-25
objtool: Reduce CONFIG_OBJTOOL_WERROR verbosity
Josh Poimboeuf
1
-2
/
+4
2025-03-25
objtool: Improve error handling
Josh Poimboeuf
2
-5
/
+10
2025-03-25
objtool: Fix X86_FEATURE_SMAP alternative handling
Josh Poimboeuf
2
-4
/
+3
2025-03-25
objtool: Ignore entire functions rather than instructions
Josh Poimboeuf
1
-0
/
+1
2025-03-25
objtool: Fix detection of consecutive jump tables on Clang 20
Josh Poimboeuf
1
-1
/
+26
2025-03-17
objtool: Create backup on error and print args
Josh Poimboeuf
1
-1
/
+0
2025-03-17
objtool: Change "warning:" to "error:" for --Werror
Josh Poimboeuf
1
-2
/
+4
2025-03-17
objtool: Add --Werror option
Josh Poimboeuf
1
-0
/
+1
2025-03-17
objtool: Add --output option
Josh Poimboeuf
1
-0
/
+1
2025-03-17
objtool: Increase per-function WARN_FUNC() rate limit
Josh Poimboeuf
2
-4
/
+12
2025-03-12
objtool: Handle PC relative relocation type
Tiezhu Yang
1
-0
/
+1
2025-03-12
objtool: Handle different entry size of rodata
Tiezhu Yang
1
-0
/
+2
2025-02-25
objtool: Fix C jump table annotations for Clang
Ard Biesheuvel
1
-1
/
+1
2024-12-02
objtool: Allow arch code to discover jump table size
Ard Biesheuvel
2
-2
/
+6
2024-10-17
objtool: Detect non-relocated text references
Josh Poimboeuf
1
-0
/
+1
2024-09-17
objtool: Handle frame pointer related instructions
Tiezhu Yang
1
-0
/
+1
2024-03-11
objtool: Check local label in add_dead_ends()
Tiezhu Yang
1
-0
/
+1
2024-03-11
objtool/x86: Separate arch-specific and generic parts
Tiezhu Yang
1
-0
/
+14
2023-08-16
objtool/x86: Fix SRSO mess
Peter Zijlstra
2
-0
/
+2
2023-06-07
objtool: Get rid of reloc->rel[a]
Josh Poimboeuf
1
-12
/
+82
2023-06-07
objtool: Shrink elf hash nodes
Josh Poimboeuf
1
-10
/
+14
2023-06-07
objtool: Shrink reloc->sym_reloc_entry
Josh Poimboeuf
1
-2
/
+2
2023-06-07
objtool: Get rid of reloc->jump_table_start
Josh Poimboeuf
1
-1
/
+0
2023-06-07
objtool: Get rid of reloc->addend
Josh Poimboeuf
1
-1
/
+5
2023-06-07
objtool: Get rid of reloc->type
Josh Poimboeuf
1
-1
/
+10
2023-06-07
objtool: Get rid of reloc->offset
Josh Poimboeuf
1
-2
/
+6
2023-06-07
objtool: Get rid of reloc->idx
Josh Poimboeuf
1
-3
/
+7
2023-06-07
objtool: Get rid of reloc->list
Josh Poimboeuf
1
-5
/
+13
2023-06-07
objtool: Add for_each_reloc()
Josh Poimboeuf
1
-0
/
+6
2023-06-07
objtool: Add elf_create_section_pair()
Josh Poimboeuf
1
-6
/
+27
2023-06-07
objtool: Add mark_sec_changed()
Josh Poimboeuf
1
-1
/
+13
2023-06-07
objtool: Fix reloc_hash size
Josh Poimboeuf
1
-1
/
+7
2023-06-07
objtool: Consolidate rel/rela handling
Josh Poimboeuf
1
-5
/
+8
2023-06-07
objtool: Improve reloc naming
Josh Poimboeuf
1
-1
/
+1
2023-06-07
objtool: Remove flags argument from elf_create_section()
Josh Poimboeuf
1
-1
/
+1
2023-06-07
objtool: Tidy elf.h
Josh Poimboeuf
1
-49
/
+47
2023-06-07
objtool: Allow stack operations in UNWIND_HINT_UNDEFINED regions
Josh Poimboeuf
1
-0
/
+1
2023-05-16
objtool: Include backtrace in verbose mode
Josh Poimboeuf
1
-6
/
+8
2023-05-16
objtool: Add verbose option for disassembling affected functions
Josh Poimboeuf
1
-0
/
+1
2023-05-16
objtool: Limit unreachable warnings to once per function
Josh Poimboeuf
2
-1
/
+7
2023-04-14
objtool: Add symbol iteration helpers
Josh Poimboeuf
1
-0
/
+9
2023-04-14
objtool: Add WARN_INSN()
Josh Poimboeuf
1
-0
/
+5
2023-03-23
x86,objtool: Separate unret validation from unwind hints
Josh Poimboeuf
1
-2
/
+2
2023-02-23
objtool: Fix ORC 'signal' propagation
Josh Poimboeuf
1
-0
/
+1
2023-02-23
objtool: Remove instruction::list
Peter Zijlstra
2
-25
/
+27
2023-02-23
objtool: Union instruction::{call_dest,jump_table}
Peter Zijlstra
1
-2
/
+4
2023-02-23
objtool: Remove instruction::reloc
Peter Zijlstra
1
-3
/
+3
[next]