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
/
check.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-11
objtool/rust: add one more `noreturn` Rust function for Rust 1.99.0
Miguel Ojeda
1
-0
/
+1
2026-05-04
objtool: Improve and simplify prefix symbol detection
Josh Poimboeuf
1
-68
/
+20
2026-05-04
objtool: Grow __cfi_* prefix symbols for all CFI+CALL_PADDING
Josh Poimboeuf
1
-9
/
+40
2026-05-04
objtool: Add insn_sym() helper
Josh Poimboeuf
1
-17
/
+14
2026-05-04
objtool/klp: Remove "objtool --checksum"
Josh Poimboeuf
1
-10
/
+0
2026-05-04
objtool/klp: Add "objtool klp checksum" subcommand
Josh Poimboeuf
1
-203
/
+2
2026-05-04
objtool: Consolidate file decoding into decode_file()
Josh Poimboeuf
1
-19
/
+17
2026-05-04
objtool/klp: Extricate checksum calculation from validate_branch()
Josh Poimboeuf
1
-27
/
+79
2026-05-04
objtool: Add is_cold_func() helper
Josh Poimboeuf
1
-3
/
+3
2026-05-04
objtool: Add is_alias_sym() helper
Josh Poimboeuf
1
-3
/
+3
2026-05-04
objtool/klp: Create empty checksum sections for function-less object files
Josh Poimboeuf
1
-3
/
+0
2026-05-04
objtool: Move mark_rodata() to elf.c
Josh Poimboeuf
1
-8
/
+3
2026-05-04
objtool/klp: Fix --debug-checksum for duplicate symbol names
Josh Poimboeuf
1
-5
/
+10
2026-04-14
Merge tag 'objtool-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2026-04-13
Merge branch 'nocache-cleanup'
Linus Torvalds
1
-1
/
+1
2026-03-30
x86-64: rename misleadingly named '__copy_user_nocache()' function
Linus Torvalds
1
-1
/
+1
2026-03-16
objtool: Fix Clang jump table detection
Josh Poimboeuf
1
-3
/
+2
2026-03-09
objtool: Fix another stack overflow in validate_branch()
Josh Poimboeuf
1
-5
/
+5
2026-03-09
objtool: Handle Clang RSP musical chairs
Josh Poimboeuf
1
-0
/
+14
2026-03-06
objtool: Use section/symbol type helpers
Wentong Tian
1
-2
/
+2
2026-02-22
Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-1
/
+2
2026-02-10
Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-19
/
+59
2026-02-10
objtool/rust: add one more `noreturn` Rust function
Miguel Ojeda
1
-1
/
+2
2026-02-07
Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+2
2026-02-05
objtool/klp: Fix unexported static call key access for manually built livepatch modules
Josh Poimboeuf
1
-1
/
+1
2026-02-05
livepatch: Free klp_{object,func}_ext data after initialization
Petr Pavlu
1
-1
/
+1
2026-01-13
x86/pvlocks: Move paravirt spinlock functions into own header
Juergen Gross
1
-0
/
+1
2026-01-13
objtool: Allow multiple pv_ops arrays
Juergen Gross
1
-16
/
+58
2026-01-12
x86/xen: Drop xen_mmu_ops
Juergen Gross
1
-1
/
+0
2026-01-12
x86/xen: Drop xen_cpu_ops
Juergen Gross
1
-1
/
+0
2026-01-12
x86/xen: Drop xen_irq_ops
Juergen Gross
1
-1
/
+0
2026-01-04
objtool/rust: add one more `noreturn` Rust function
FUJITA Tomonori
1
-1
/
+2
2025-12-02
objtool: Fix stack overflow in validate_branch()
Josh Poimboeuf
1
-14
/
+13
2025-11-21
objtool: Provide access to feature and flags of group alternatives
Alexandre Chartre
1
-0
/
+2
2025-11-21
objtool: Preserve alternatives order
Alexandre Chartre
1
-2
/
+14
2025-11-21
objtool: Add the --disas=<function-pattern> action
Alexandre Chartre
1
-17
/
+21
2025-11-21
objtool: Do not validate IBT for .return_sites and .call_sites
Alexandre Chartre
1
-0
/
+2
2025-11-21
objtool: Improve tracing of alternative instructions
Alexandre Chartre
1
-12
/
+6
2025-11-21
objtool: Identify the different types of alternatives
Alexandre Chartre
1
-5
/
+8
2025-11-21
objtool: Trace instruction state changes during function validation
Alexandre Chartre
1
-1
/
+7
2025-11-21
objtool: Add option to trace function validation
Alexandre Chartre
1
-17
/
+87
2025-11-21
objtool: Record symbol name max length
Alexandre Chartre
1
-0
/
+7
2025-11-21
objtool: Extract code to validate instruction from the validate branch loop
Alexandre Chartre
1
-181
/
+205
2025-11-21
objtool: Disassemble instruction on warning or backtrace
Alexandre Chartre
1
-6
/
+30
2025-11-21
objtool: Print symbol during disassembly
Alexandre Chartre
1
-9
/
+0
2025-11-21
objtool: Disassemble code with libopcodes instead of running objdump
Alexandre Chartre
1
-5
/
+9
2025-11-21
objtool: Create disassembly context
Alexandre Chartre
1
-1
/
+5
2025-11-21
objtool: Move disassembly functions to a separated file
Alexandre Chartre
1
-81
/
+0
2025-11-21
Revert "objtool: Warn on functions with ambiguous -ffunction-sections section names"
Josh Poimboeuf
1
-33
/
+0
2025-11-21
objtool: Remove second pass of .cold function correlation
Josh Poimboeuf
1
-22
/
+1
[next]