index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
objtool
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
objtool: Extract elf_symbol_add()
Peter Zijlstra
2021-04-02
1
-25
/
+31
*
|
objtool: Extract elf_strtab_concat()
Peter Zijlstra
2021-04-02
1
-22
/
+38
*
|
objtool: Create reloc sections implicitly
Peter Zijlstra
2021-04-02
4
-10
/
+8
*
|
objtool: Add elf_create_reloc() helper
Peter Zijlstra
2021-04-02
4
-119
/
+85
*
|
objtool: Rework the elf_rebuild_reloc_section() logic
Peter Zijlstra
2021-04-02
4
-16
/
+14
*
|
objtool: Fix static_call list generation
Peter Zijlstra
2021-04-02
1
-5
/
+12
*
|
objtool: Handle per arch retpoline naming
Peter Zijlstra
2021-04-02
3
-2
/
+14
*
|
objtool: Correctly handle retpoline thunk calls
Peter Zijlstra
2021-04-02
1
-0
/
+12
*
|
x86/retpoline: Simplify retpolines
Peter Zijlstra
2021-04-02
1
-2
/
+1
*
|
x86/alternatives: Optimize optimize_nops()
Peter Zijlstra
2021-04-02
1
-1
/
+1
*
|
Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...
Ingo Molnar
2021-04-02
2
-5
/
+9
|
\
\
|
*
|
objtool/x86: Use asm/nops.h
Peter Zijlstra
2021-03-15
2
-5
/
+9
|
|
/
*
|
tools/objtool: Convert to insn_decode()
Borislav Petkov
2021-03-15
1
-5
/
+4
*
|
x86/insn: Add a __ignore_sync_check__ marker
Borislav Petkov
2021-03-15
1
-4
/
+13
*
|
objtool,x86: Fix uaccess PUSHF/POPF validation
Peter Zijlstra
2021-03-12
1
-0
/
+3
|
/
*
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2021-02-25
1
-0
/
+14
|
\
|
*
objtool: Fix stack-swizzle for FRAME_POINTER=y
Peter Zijlstra
2021-02-22
1
-0
/
+14
|
*
Merge branch 'x86/paravirt' into x86/entry
Ingo Molnar
2021-02-12
2
-11
/
+17
|
|
\
*
|
|
kasan: prefix global functions with kasan_
Andrey Konovalov
2021-02-24
1
-1
/
+1
*
|
|
Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-02-24
6
-8
/
+104
|
\
\
\
|
*
|
|
objtool: Split noinstr validation from --vmlinux
Sami Tolvanen
2021-02-23
3
-3
/
+4
|
*
|
|
objtool: Don't autodetect vmlinux.o
Sami Tolvanen
2021-02-23
1
-5
/
+1
|
*
|
|
objtool: Fix __mcount_loc generation with Clang's assembler
Sami Tolvanen
2021-02-23
1
-2
/
+15
|
*
|
|
objtool: Add a pass for generating __mcount_loc
Peter Zijlstra
2021-02-23
6
-2
/
+88
*
|
|
|
Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-02-23
27
-379
/
+621
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
objtool: Support stack-swizzle
Peter Zijlstra
2021-02-10
1
-0
/
+45
|
*
|
|
objtool,x86: Additionally decode: mov %rsp, (%reg)
Peter Zijlstra
2021-02-10
1
-8
/
+34
|
*
|
|
x86/unwind/orc: Change REG_SP_INDIRECT
Peter Zijlstra
2021-02-10
1
-1
/
+1
|
*
|
|
objtool: Add xen_start_kernel() to noreturn list
Josh Poimboeuf
2021-01-26
1
-0
/
+1
|
*
|
|
objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNC
Josh Poimboeuf
2021-01-26
3
-25
/
+17
|
*
|
|
objtool: Assume only ELF functions do sibling calls
Josh Poimboeuf
2021-01-26
1
-14
/
+22
|
*
|
|
objtool: Support retpoline jump detection for vmlinux.o
Josh Poimboeuf
2021-01-26
1
-4
/
+4
|
*
|
|
objtool: Fix ".cold" section suffix check for newer versions of GCC
Josh Poimboeuf
2021-01-26
1
-2
/
+2
|
*
|
|
objtool: Fix retpoline detection in asm code
Josh Poimboeuf
2021-01-26
3
-2
/
+14
|
*
|
|
objtool: Fix error handling for STD/CLD warnings
Josh Poimboeuf
2021-01-26
1
-2
/
+6
|
*
|
|
objtool: Support stack layout changes in alternatives
Josh Poimboeuf
2021-01-14
4
-111
/
+159
|
*
|
|
objtool: Add 'alt_group' struct
Josh Poimboeuf
2021-01-14
2
-7
/
+35
|
*
|
|
objtool: Refactor ORC section generation
Josh Poimboeuf
2021-01-14
7
-159
/
+140
|
*
|
|
objtool: Rework header include paths
Vasily Gorbik
2021-01-14
26
-47
/
+48
|
*
|
|
objtool: Fix x86 orc generation on big endian cross-compiles
Vasily Gorbik
2021-01-14
6
-6
/
+60
|
*
|
|
objtool: Fix reloc generation on big endian cross-compiles
Martin Schwidefsky
2021-01-14
1
-15
/
+19
|
*
|
|
objtool: Make SP memory operation match PUSH/POP semantics
Julien Thierry
2021-01-14
1
-0
/
+20
|
*
|
|
objtool: Support addition to set CFA base
Julien Thierry
2021-01-14
1
-0
/
+11
|
*
|
|
objtool: Fully validate the stack frame
Julien Thierry
2021-01-14
1
-4
/
+11
|
|
/
/
*
|
|
static_call: Allow module use without exposing static_call_key
Josh Poimboeuf
2021-02-17
1
-2
/
+15
*
|
|
rbtree: Add generic add and find helpers
Peter Zijlstra
2021-02-17
1
-62
/
+11
|
|
/
|
/
|
*
|
objtool: Don't fail on missing symbol table
Josh Poimboeuf
2021-01-21
1
-2
/
+5
*
|
objtool: Don't fail the kernel build on fatal errors
Josh Poimboeuf
2021-01-21
1
-9
/
+5
*
|
objtool: Don't add empty symbols to the rbtree
Josh Poimboeuf
2021-01-13
1
-0
/
+7
|
/
*
Merge tag 'objtool-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-12-27
4
-26
/
+42
|
\
[prev]
[next]