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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
19
-154
/
+477
2025-10-18
Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
9
-145
/
+288
2025-10-17
selftests/bpf: Fix redefinition of 'off' as different kind of symbol
Brahmajit Das
1
-7
/
+7
2025-10-16
Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-16
/
+126
2025-10-16
selftests: arg_parsing: Ensure data is flushed to disk before reading.
Xing Guo
1
-0
/
+3
2025-10-16
Merge branch 'objtool/core' of https://git.kernel.org/pub/scm/linux/kernel/git/jpoimboe/linux
Peter Zijlstra
37
-671
/
+3724
2025-10-16
x86/insn: Simplify for_each_insn_prefix()
Peter Zijlstra
1
-3
/
+2
2025-10-15
selftests: tls: add test for short splice due to full skmsg
Sabrina Dubroca
1
-0
/
+31
2025-10-15
selftests: net: tls: add tests for cmsg vs MSG_MORE
Sabrina Dubroca
1
-0
/
+34
2025-10-15
selftests/hid: add tests for missing release on the Dell Synaptics
Benjamin Tissoires
1
-0
/
+55
2025-10-15
selftests: cgroup: Use values_close_report in test_cpu
Sebastian Chlad
1
-9
/
+9
2025-10-15
selftests: cgroup: add values_close_report helper
Sebastian Chlad
1
-0
/
+20
2025-10-14
selftests/bpf: make arg_parsing.c more robust to crashes
Andrii Nakryiko
1
-3
/
+6
2025-10-14
livepatch/klp-build: Introduce klp-build script for generating livepatch modules
Josh Poimboeuf
1
-2
/
+4
2025-10-14
objtool: Add base objtool support for livepatch modules
Josh Poimboeuf
4
-7
/
+53
2025-10-14
objtool: Refactor prefix symbol creation code
Josh Poimboeuf
3
-31
/
+45
2025-10-14
objtool/klp: Add post-link subcommand to finalize livepatch modules
Josh Poimboeuf
4
-1
/
+174
2025-10-14
objtool/klp: Add --debug option to show cloning decisions
Josh Poimboeuf
3
-0
/
+99
2025-10-14
objtool/klp: Introduce klp diff subcommand for diffing object files
Josh Poimboeuf
18
-31
/
+1999
2025-10-14
objtool/klp: Add --debug-checksum=<funcs> to show per-instruction checksums
Josh Poimboeuf
6
-0
/
+70
2025-10-14
objtool/klp: Add --checksum option to generate per-function checksums
Josh Poimboeuf
9
-28
/
+289
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
-51
/
+74
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
[prev]
[next]