index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-31
x86/insn: Add some Intel instructions to the opcode map
Adrian Hunter
1
-6
/
+12
2019-12-01
x86/insn: Fix awk regexp warnings
Alexander Kapshuk
1
-2
/
+2
2019-10-05
objtool: Clobber user CFLAGS variable
Josh Poimboeuf
1
-1
/
+1
2019-10-05
objtool: Query pkg-config for libelf location
Rolf Eike Beer
1
-2
/
+5
2019-08-09
objtool: Add rewind_stack_do_exit() to the noreturn list
Josh Poimboeuf
1
-0
/
+1
2019-08-09
objtool: Add machine_real_restart() to the noreturn list
Josh Poimboeuf
1
-0
/
+1
2019-08-06
objtool: Support GCC 9 cold subfunction naming scheme
Josh Poimboeuf
1
-1
/
+1
2019-06-25
objtool: Support per-function rodata sections
Allan Xavier
4
-9
/
+37
2019-06-15
objtool: Don't use ignore flag for fake jumps
Josh Poimboeuf
1
-3
/
+5
2019-05-25
objtool: Allow AR to be overridden with HOSTAR
Nathan Chancellor
1
-1
/
+2
2019-05-21
objtool: Fix function fallthrough detection
Josh Poimboeuf
1
-1
/
+2
2019-03-27
objtool: Move objtool_file struct off the stack
Josh Poimboeuf
1
-1
/
+2
2018-12-17
objtool: Fix segfault in .cold detection with -ffunction-sections
Artem Savkov
1
-3
/
+14
2018-12-17
objtool: Fix double-free in .cold detection error path
Artem Savkov
1
-1
/
+1
2018-08-24
objtool: Support GCC 8 '-fnoreorder-functions'
Josh Poimboeuf
1
-13
/
+28
2018-07-11
Kbuild: fix # escaping in .cmd files for future Make
Rasmus Villemoes
1
-1
/
+1
2018-06-21
objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...
Ingo Molnar
1
-0
/
+18
2018-06-05
objtool: Fix "noreturn" detection for recursive sibling calls
Josh Poimboeuf
1
-3
/
+7
2018-06-05
objtool: Detect RIP-relative switch table references, part 2
Josh Poimboeuf
1
-25
/
+12
2018-06-05
objtool: Detect RIP-relative switch table references
Josh Poimboeuf
1
-15
/
+18
2018-06-05
objtool: Support GCC 8 switch tables
Josh Poimboeuf
1
-2
/
+22
2018-06-05
objtool: Support GCC 8's cold subfunctions
Josh Poimboeuf
3
-44
/
+93
2018-04-12
objtool: Add Clang support
Josh Poimboeuf
1
-0
/
+11
2018-03-15
objtool: Fix 32-bit build
Josh Poimboeuf
1
-20
/
+7
2018-03-15
objtool: Fix another switch table detection issue
Josh Poimboeuf
1
-1
/
+5
2018-03-15
objtool: Add module specific retpoline rules
Peter Zijlstra
3
-2
/
+12
2018-03-15
objtool: Add retpoline validation
Peter Zijlstra
4
-3
/
+89
2018-03-15
objtool: Use existing global variables for options
Peter Zijlstra
5
-10
/
+10
2018-02-22
objtool: Fix segfault in ignore_unreachable_insn()
Josh Poimboeuf
1
-3
/
+9
2018-02-16
objtool: Fix switch-table detection
Peter Zijlstra
2
-2
/
+40
2018-02-07
objtool: Warn on stripped section symbol
Josh Poimboeuf
1
-0
/
+5
2018-02-07
objtool: Add support for alternatives at the end of a section
Josh Poimboeuf
1
-22
/
+31
2018-02-07
objtool: Improve retpoline alternative handling
Josh Poimboeuf
1
-20
/
+16
2018-01-23
objtool: Improve error message for bad file argument
Josh Poimboeuf
1
-1
/
+3
2018-01-23
objtool: Fix seg fault caused by missing parameter
Simon Ser
1
-1
/
+3
2018-01-23
objtool: Fix Clang enum conversion warning
Lukas Bulwahn
1
-1
/
+1
2018-01-23
objtool: Fix seg fault with clang-compiled objects
Simon Ser
1
-0
/
+2
2018-01-23
tools/objtool/Makefile: don't assume sync-check.sh is executable
Andrew Morton
1
-1
/
+1
2018-01-17
objtool: Allow alternatives to be ignored
Josh Poimboeuf
2
-7
/
+57
2018-01-17
objtool: Detect jumps to retpoline thunks
Josh Poimboeuf
1
-0
/
+7
2017-12-29
x86/decoder: Fix and update the opcodes map
Randy Dunlap
1
-3
/
+12
2017-12-29
objtool: Fix 64-bit build on 32-bit host
Mikulas Patocka
2
-6
/
+9
2017-12-29
tools/headers: Sync objtool UAPI header
Ingo Molnar
1
-0
/
+10
2017-12-29
objtool: Fix cross-build
Josh Poimboeuf
1
-1
/
+1
2017-12-29
objtool: Move kernel headers/code sync check to a script
Josh Poimboeuf
2
-15
/
+30
2017-12-29
objtool: Move synced files to their original relative locations
Josh Poimboeuf
13
-25
/
+27
2017-12-25
objtool: Print top level commands on incorrect usage
Kamalesh Babulal
1
-4
/
+2
2017-12-25
objtool: Don't report end of section error after an empty unwind hint
Josh Poimboeuf
1
-2
/
+5
2017-11-04
objtool: Resync objtool's instruction decoder source code copy with the kerne...
Josh Poimboeuf
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
[next]