index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
objtool
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-28
Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...
Linus Torvalds
8
-51
/
+136
2021-06-24
objtool: Don't make .altinstructions writable
Josh Poimboeuf
1
-1
/
+1
2021-06-14
objtool: Improve reloc hash size guestimate
Peter Zijlstra
2
-7
/
+5
2021-06-11
objtool: Only rewrite unconditional retpoline thunk calls
Peter Zijlstra
1
-0
/
+4
2021-06-10
objtool: Fix .symtab_shndx handling for elf_create_undef_symbol()
Peter Zijlstra
1
-1
/
+24
2021-05-14
objtool: Reflow handle_jump_alt()
Peter Zijlstra
1
-11
/
+11
2021-05-12
objtool/x86: Fix elf_add_alternative() endianness
Vasily Gorbik
1
-1
/
+2
2021-05-12
objtool: Fix elf_create_undef_symbol() endianness
Vasily Gorbik
1
-0
/
+1
2021-05-12
objtool: Provide stats for jump_labels
Peter Zijlstra
2
-2
/
+23
2021-05-12
objtool: Rewrite jump_label instructions
Peter Zijlstra
1
-0
/
+14
2021-05-12
objtool: Decode jump_entry::key addend
Peter Zijlstra
3
-0
/
+16
2021-05-12
objtool: Rewrite hashtable sizing
Peter Zijlstra
2
-47
/
+83
2021-04-28
Merge tag 'objtool-core-2021-04-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
8
-166
/
+299
2021-04-19
objtool: Support asm jump tables
Josh Poimboeuf
1
-1
/
+13
2021-04-02
objtool/x86: Rewrite retpoline thunk calls
Peter Zijlstra
1
-0
/
+117
2021-04-02
objtool: Skip magical retpoline .altinstr_replacement
Peter Zijlstra
1
-1
/
+11
2021-04-02
objtool: Cache instruction relocs
Peter Zijlstra
2
-6
/
+23
2021-04-02
objtool: Keep track of retpoline call sites
Peter Zijlstra
5
-6
/
+34
2021-04-02
objtool: Add elf_create_undef_symbol()
Peter Zijlstra
2
-0
/
+61
2021-04-02
objtool: Extract elf_symbol_add()
Peter Zijlstra
1
-25
/
+31
2021-04-02
objtool: Extract elf_strtab_concat()
Peter Zijlstra
1
-22
/
+38
2021-04-02
objtool: Create reloc sections implicitly
Peter Zijlstra
4
-10
/
+8
2021-04-02
objtool: Add elf_create_reloc() helper
Peter Zijlstra
4
-119
/
+85
2021-04-02
objtool: Rework the elf_rebuild_reloc_section() logic
Peter Zijlstra
4
-16
/
+14
2021-04-02
objtool: Fix static_call list generation
Peter Zijlstra
1
-5
/
+12
2021-04-02
objtool: Handle per arch retpoline naming
Peter Zijlstra
3
-2
/
+14
2021-04-02
objtool: Correctly handle retpoline thunk calls
Peter Zijlstra
1
-0
/
+12
2021-04-02
x86/retpoline: Simplify retpolines
Peter Zijlstra
1
-2
/
+1
2021-04-02
x86/alternatives: Optimize optimize_nops()
Peter Zijlstra
1
-1
/
+1
2021-04-02
Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve ...
Ingo Molnar
2
-5
/
+9
2021-03-15
objtool/x86: Use asm/nops.h
Peter Zijlstra
2
-5
/
+9
2021-03-15
tools/objtool: Convert to insn_decode()
Borislav Petkov
1
-5
/
+4
2021-03-15
x86/insn: Add a __ignore_sync_check__ marker
Borislav Petkov
1
-4
/
+13
2021-03-12
objtool,x86: Fix uaccess PUSHF/POPF validation
Peter Zijlstra
1
-0
/
+3
2021-03-06
objtool: Parse options from OBJTOOL_ARGS
Peter Zijlstra
1
-0
/
+25
2021-03-06
objtool: Collate parse_options() users
Peter Zijlstra
3
-9
/
+12
2021-03-06
objtool: Add --backup
Peter Zijlstra
3
-2
/
+69
2021-03-06
objtool,x86: More ModRM sugar
Peter Zijlstra
1
-11
/
+17
2021-03-06
objtool,x86: Rewrite ADD/SUB/AND
Peter Zijlstra
1
-19
/
+51
2021-03-06
objtool,x86: Support %riz encodings
Peter Zijlstra
1
-19
/
+48
2021-03-06
objtool,x86: Simplify register decode
Peter Zijlstra
1
-40
/
+39
2021-03-06
objtool,x86: Rewrite LEAVE
Peter Zijlstra
3
-26
/
+13
2021-03-06
objtool,x86: Rewrite LEA decode
Peter Zijlstra
1
-58
/
+28
2021-03-06
objtool,x86: Renumber CFI_reg
Peter Zijlstra
1
-6
/
+6
2021-03-06
objtool: Allow UNWIND_HINT to suppress dodgy stack modifications
Peter Zijlstra
1
-6
/
+9
2021-02-24
Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+14
2021-02-24
kasan: prefix global functions with kasan_
Andrey Konovalov
1
-1
/
+1
2021-02-23
Merge tag 'clang-lto-v5.12-rc1-part2' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-8
/
+104
2021-02-23
objtool: Split noinstr validation from --vmlinux
Sami Tolvanen
3
-3
/
+4
2021-02-23
objtool: Don't autodetect vmlinux.o
Sami Tolvanen
1
-5
/
+1
[next]