index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
objtool
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-14
objtool: Fix weak symbol detection
Josh Poimboeuf
1
-4
/
+4
2025-10-14
objtool: Fix interval tree insertion for zero-length symbols
Josh Poimboeuf
1
-1
/
+1
2025-10-14
objtool: Add empty symbols to the symbol tree again
Josh Poimboeuf
1
-8
/
+2
2025-10-14
objtool: Remove error handling boilerplate
Josh Poimboeuf
2
-101
/
+59
2025-10-14
objtool: Propagate elf_truncate_section() error in elf_write()
Josh Poimboeuf
1
-3
/
+2
2025-10-14
objtool: Fix broken error handling in read_symbols()
Josh Poimboeuf
1
-7
/
+3
2025-10-14
objtool: Make find_symbol_containing() less arbitrary
Josh Poimboeuf
1
-5
/
+20
2025-10-14
interval_tree: Sync interval_tree_generic.h with tools
Josh Poimboeuf
1
-0
/
+1
2025-10-14
objtool: Fix standalone --hacks=jump_label
Dylan Hatch
1
-1
/
+2
2025-10-14
objtool: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
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-10-11
Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-0
/
+43
2025-10-01
Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux
Linus Torvalds
1
-10
/
+0
2025-09-30
Merge tag 'x86_apic_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
6
-2
/
+63
2025-09-19
Merge 6.17-rc6 into kbuild-next
Nathan Chancellor
1
-0
/
+23
2025-09-18
objtool/LoongArch: Mark special atomic instruction as INSN_BUG type
Tiezhu Yang
1
-0
/
+21
2025-09-18
objtool/LoongArch: Mark types based on break immediate code
Tiezhu Yang
1
-3
/
+9
2025-09-09
objtool: Ignore __pi___cfi_ prefixed symbols
Nathan Chancellor
1
-0
/
+1
2025-09-04
x86/sev: Zap snp_abort()
Borislav Petkov (AMD)
1
-1
/
+0
2025-09-03
x86/boot: Create a confined code area for startup code
Ard Biesheuvel
1
-1
/
+2
2025-09-03
objtool: Add action to check for absence of absolute relocations
Ard Biesheuvel
5
-0
/
+60
2025-08-28
objtool: Drop noinstr hack for KCSAN_WEAK_MEMORY
Nathan Chancellor
1
-10
/
+0
2025-08-20
objtool/LoongArch: Get table size correctly if LTO is enabled
Tiezhu Yang
1
-0
/
+23
2025-08-18
objtool: Validate kCFI calls
Peter Zijlstra
2
-0
/
+43
2025-07-30
Merge tag 'trace-rv-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+1
2025-07-28
Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-2
/
+2
2025-07-21
stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
Kees Cook
1
-1
/
+1
2025-07-21
stackleak: Rename STACKLEAK to KSTACK_ERASE
Kees Cook
1
-1
/
+1
2025-07-19
Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-0
/
+1
2025-07-14
objtool/rust: add one more `noreturn` Rust function for Rust 1.89.0
Miguel Ojeda
1
-0
/
+1
2025-07-11
objtool: Add vpanic() to the noreturn list
Nam Cao
1
-0
/
+1
2025-07-01
objtool: Add missing endian conversion to read_annotate()
Heiko Carstens
1
-0
/
+1
2025-06-04
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-1
/
+2
2025-05-26
Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+4
2025-05-26
Merge tag 'objtool-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+38
2025-05-22
objtool/rust: relax slice condition to cover more `noreturn` Rust functions
Miguel Ojeda
1
-1
/
+2
2025-05-14
objtool: Speed up SHT_GROUP reindexing
Josh Poimboeuf
2
-18
/
+30
2025-05-13
Merge commit 'its-for-linus-20250509-merge' into x86/core, to resolve conflicts
Ingo Molnar
1
-0
/
+9
2025-05-13
Merge branch 'x86/boot' into x86/core, to merge dependent commits
Ingo Molnar
1
-2
/
+4
2025-05-11
Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+9
2025-05-09
x86/its: FineIBT-paranoid vs ITS
Peter Zijlstra
1
-0
/
+9
2025-05-07
objtool/rust: add one more `noreturn` Rust function for Rust 1.87.0
Miguel Ojeda
1
-0
/
+1
2025-05-04
x86/boot: Add a bunch of PIC aliases
Ard Biesheuvel
1
-2
/
+4
2025-04-30
objtool: Fix up st_info in COMDAT group section
Rong Xu
1
-1
/
+26
2025-04-19
Merge tag 'rust-fixes-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-0
/
+1
2025-04-14
objtool/rust: add one more `noreturn` Rust function for Rust 1.86.0
Miguel Ojeda
1
-0
/
+1
2025-04-10
objtool: Fix false-positive "ignoring unreachables" warning
Josh Poimboeuf
1
-1
/
+1
2025-04-08
objtool: Remove ANNOTATE_IGNORE_ALTERNATIVE from CLAC/STAC
Josh Poimboeuf
1
-1
/
+29
[prev]
[next]