index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
objtool
/
arch
/
x86
/
decode.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-14
Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+12
2026-03-18
objtool/x86: Reorder ORC register numbering
Josh Poimboeuf
1
-9
/
+12
2026-03-18
objtool: Support Clang RAX DRAP sequence
Josh Poimboeuf
1
-0
/
+3
2026-03-09
objtool: Handle Clang RSP musical chairs
Josh Poimboeuf
1
-39
/
+23
2026-01-13
objtool: Allow multiple pv_ops arrays
Juergen Gross
1
-2
/
+6
2025-11-21
objtool: Improve register reporting during function validation
Alexandre Chartre
1
-0
/
+8
2025-11-21
objtool: Disassemble code with libopcodes instead of running objdump
Alexandre Chartre
1
-0
/
+12
2025-10-16
Merge branch 'objtool/core' of https://git.kernel.org/pub/scm/linux/kernel/gi...
Peter Zijlstra
1
-4
/
+59
2025-10-14
objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf
1
-0
/
+40
2025-10-14
objtool: Add annotype() helper
Josh Poimboeuf
1
-1
/
+0
2025-10-14
objtool: Const string cleanup
Josh Poimboeuf
1
-1
/
+1
2025-10-14
objtool: Fix __pa_symbol() relocation handling
Josh Poimboeuf
1
-1
/
+12
2025-10-14
objtool: Fix x86 addend calculation
Josh Poimboeuf
1
-2
/
+7
2025-10-14
objtool/x86: Fix NOP decode
Peter Zijlstra
1
-4
/
+11
2025-10-14
objtool/x86: Add UDB support
Peter Zijlstra
1
-0
/
+4
2025-10-14
objtool/x86: Remove 0xea hack
Peter Zijlstra
1
-9
/
+0
2025-09-03
objtool: Add action to check for absence of absolute relocations
Ard Biesheuvel
1
-0
/
+12
2025-05-13
Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflicts
Ingo Molnar
1
-0
/
+9
2025-05-09
x86/its: FineIBT-paranoid vs ITS
Peter Zijlstra
1
-0
/
+9
2025-05-04
x86/boot: Add a bunch of PIC aliases
Ard Biesheuvel
1
-2
/
+4
2025-04-08
objtool: Split INSN_CONTEXT_SWITCH into INSN_SYSCALL and INSN_SYSRET
Josh Poimboeuf
1
-7
/
+11
2025-04-01
objtool: Change "warning:" to "error: " for fatal errors
Josh Poimboeuf
1
-8
/
+7
2025-03-24
Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2025-03-12
objtool: Handle different entry size of rodata
Tiezhu Yang
1
-0
/
+13
2025-02-14
x86/alternative: Simplify callthunk patching
Peter Zijlstra
1
-0
/
+1
2024-10-17
objtool: Detect non-relocated text references
Josh Poimboeuf
1
-5
/
+10
2024-07-02
objtool/x86: objtool can confuse memory and stack access
Alexandre Chartre
1
-1
/
+7
2024-01-31
x86/objtool: Teach objtool about ERET[US]
H. Peter Anvin (Intel)
1
-5
/
+14
2023-10-03
objtool: Use 'the fallthrough' pseudo-keyword
Ruan Jinjie
1
-3
/
+3
2023-08-16
x86/cpu: Rename original retbleed methods
Peter Zijlstra
1
-1
/
+1
2023-08-16
x86/cpu: Clean up SRSO return thunk mess
Peter Zijlstra
1
-1
/
+1
2023-08-16
objtool/x86: Fix SRSO mess
Peter Zijlstra
1
-4
/
+7
2023-07-27
x86/srso: Add a Speculative RAS Overflow mitigation
Borislav Petkov (AMD)
1
-1
/
+4
2023-06-07
objtool: Get rid of reloc->addend
Josh Poimboeuf
1
-2
/
+2
2023-06-07
objtool: Get rid of reloc->type
Josh Poimboeuf
1
-1
/
+1
2023-02-23
objtool: Make instruction::stack_ops a single-linked list
Peter Zijlstra
1
-2
/
+2
2023-02-23
objtool: Change arch_decode_instruction() signature
Peter Zijlstra
1
-53
/
+52
2022-12-19
Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-0
/
+5
2022-11-18
objtool: Add arch specific function arch_ftrace_match()
Sathvika Vasireddy
1
-0
/
+5
2022-10-17
objtool: Allow !PC relative relocations
Peter Zijlstra
1
-0
/
+24
2022-09-15
objtool,x86: Teach decode about LOOP* instructions
Peter Zijlstra
1
-0
/
+6
2022-06-27
x86,objtool: Create .return_sites
Peter Zijlstra
1
-0
/
+5
2022-04-22
objtool: Reorganize cmdline options
Josh Poimboeuf
1
-1
/
+1
2022-03-15
objtool: Add IBT/ENDBR decoding
Peter Zijlstra
1
-5
/
+29
2022-03-15
tools/objtool: Check for use of the ENQCMD instruction in the kernel
Fenghua Yu
1
-1
/
+10
2021-12-08
objtool: Add straight-line-speculation validation
Peter Zijlstra
1
-4
/
+9
2021-10-28
objtool,x86: Replace alternatives with .retpoline_sites
Peter Zijlstra
1
-120
/
+0
2021-10-07
Merge branch 'objtool/urgent'
Peter Zijlstra
1
-1
/
+1
2021-10-05
objtool: Make .altinstructions section entry size consistent
Joe Lawrence
1
-1
/
+1
2021-09-17
objtool: Support pv_opsindirect calls for noinstr
Peter Zijlstra
1
-1
/
+33
[next]