index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-14
objtool: Add ANNOTATE_DATA_SPECIAL
Josh Poimboeuf
1
-0
/
+2
2025-10-14
objtool: Add annotype() helper
Josh Poimboeuf
10
-16
/
+18
2025-10-14
objtool: Add elf_create_file()
Josh Poimboeuf
3
-4
/
+147
2025-10-14
objtool: Add elf_create_reloc() and elf_init_reloc()
Josh Poimboeuf
2
-14
/
+165
2025-10-14
objtool: Add elf_create_data()
Josh Poimboeuf
2
-22
/
+54
2025-10-14
objtool: Generalize elf_create_section()
Josh Poimboeuf
3
-52
/
+75
2025-10-14
objtool: Generalize elf_create_symbol()
Josh Poimboeuf
2
-53
/
+69
2025-10-14
objtool: Simplify special symbol handling in elf_update_symbol()
Josh Poimboeuf
1
-3
/
+2
2025-10-14
objtool: Refactor add_jump_destinations()
Josh Poimboeuf
2
-115
/
+101
2025-10-14
objtool: Reindent check_options[]
Josh Poimboeuf
1
-27
/
+27
2025-10-14
objtool: Resurrect --backup option
Josh Poimboeuf
3
-16
/
+16
2025-10-14
objtool: Rename --Werror to --werror
Josh Poimboeuf
1
-1
/
+1
2025-10-14
objtool: Avoid emptying lists for duplicate sections
Josh Poimboeuf
1
-4
/
+0
2025-10-14
objtool: Simplify reloc offset calculation in unwind_read_hints()
Josh Poimboeuf
1
-8
/
+1
2025-10-14
objtool: Mark prefix functions
Josh Poimboeuf
3
-4
/
+14
2025-10-14
objtool: Fix weak symbol hole detection for .cold functions
Josh Poimboeuf
2
-42
/
+45
2025-10-14
objtool: Mark .cold subfunctions
Josh Poimboeuf
3
-17
/
+17
2025-10-14
objtool: Add section/symbol type helpers
Josh Poimboeuf
5
-42
/
+108
2025-10-14
objtool: Convert elf iterator macros to use 'struct elf'
Josh Poimboeuf
3
-17
/
+17
2025-10-14
objtool: Remove .parainstructions reference
Josh Poimboeuf
1
-1
/
+0
2025-10-14
objtool: Clean up compiler flag usage
Josh Poimboeuf
3
-8
/
+13
2025-10-14
objtool: Const string cleanup
Josh Poimboeuf
6
-10
/
+10
2025-10-14
objtool: Check for missing annotation entries in read_annotate()
Josh Poimboeuf
1
-0
/
+5
2025-10-14
objtool: Fix "unexpected end of section" warning for alternatives
Josh Poimboeuf
1
-4
/
+1
2025-10-14
objtool: Fix __pa_symbol() relocation handling
Josh Poimboeuf
1
-1
/
+12
2025-10-14
objtool: Fix x86 addend calculation
Josh Poimboeuf
5
-17
/
+17
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: Fix ITSTATIC usage for *_subtree_search()
Josh Poimboeuf
1
-1
/
+1
2025-10-14
interval_tree: Sync interval_tree_generic.h with tools
Josh Poimboeuf
2
-6
/
+3
2025-10-14
objtool: Fix standalone --hacks=jump_label
Dylan Hatch
1
-1
/
+2
2025-10-14
tools build: Fix fixdep dependencies
Josh Poimboeuf
2
-2
/
+23
2025-10-14
objtool: Remove unneeded semicolon
Chen Ni
1
-1
/
+1
2025-10-14
selftests: net: check jq command is supported
Wang Liang
2
-0
/
+4
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-13
sched_ext/tools: Add compat wrapper for scx_bpf_task_set_slice/dsq_vtime()
Tejun Heo
2
-2
/
+24
2025-10-13
sched_ext: Make scx_bpf_dsq_insert*() return bool
Tejun Heo
2
-4
/
+22
2025-10-13
sched_ext: Wrap kfunc args in struct to prepare for aux__prog
Tejun Heo
2
-3
/
+75
2025-10-13
sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()
Tejun Heo
1
-0
/
+2
2025-10-13
tools/sched_ext: Strip compatibility macros for cgroup and dispatch APIs
Tejun Heo
3
-120
/
+12
2025-10-13
x86/cpufeatures: Make X86_FEATURE leaf 17 Linux-specific
Borislav Petkov (AMD)
1
-1
/
+4
2025-10-13
KVM: arm64: selftests: Fix misleading comment about virtual timer encoding
Marc Zyngier
1
-3
/
+14
2025-10-13
KVM: arm64: selftests: Add an E2H=0-specific configuration to get_reg_list
Marc Zyngier
1
-0
/
+79
[prev]
[next]