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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-21
objtool: Print symbol during disassembly
Alexandre Chartre
3
-9
/
+143
2025-11-21
tool build: Remove annoying newline in build output
Alexandre Chartre
1
-1
/
+3
2025-11-21
objtool: Disassemble code with libopcodes instead of running objdump
Alexandre Chartre
11
-72
/
+238
2025-11-21
objtool: Create disassembly context
Alexandre Chartre
4
-5
/
+49
2025-11-21
objtool: Move disassembly functions to a separated file
Alexandre Chartre
4
-81
/
+93
2025-11-21
Revert "objtool: Warn on functions with ambiguous -ffunction-sections section names"
Josh Poimboeuf
2
-40
/
+0
2025-11-21
objtool: Remove second pass of .cold function correlation
Josh Poimboeuf
2
-23
/
+3
2025-11-21
objtool: Skip non-canonical aliased symbols in add_jump_table_alts()
Josh Poimboeuf
1
-1
/
+1
2025-11-21
objtool: Return canonical symbol when aliases exist in symbol finding helpers
Josh Poimboeuf
1
-13
/
+13
2025-11-21
objtool: Don't alias undefined symbols
Josh Poimboeuf
1
-2
/
+2
2025-11-21
objtool: Fix .cold function detection for duplicate symbols
Josh Poimboeuf
2
-3
/
+27
2025-11-21
objtool: Support Clang AUTOFDO .cold functions
Josh Poimboeuf
1
-1
/
+9
2025-11-20
Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-12
/
+188
2025-11-19
selftests: mptcp: add a check for 'add_addr_accepted'
Gang Yan
1
-0
/
+7
2025-11-19
selftests: mptcp: join: userspace: longer timeout
Matthieu Baerts (NGI0)
1
-5
/
+5
2025-11-19
selftests: mptcp: join: endpoints: longer timeout
Matthieu Baerts (NGI0)
1
-4
/
+4
2025-11-19
selftests: mptcp: join: fastclose: remove flaky marks
Matthieu Baerts (NGI0)
1
-2
/
+0
2025-11-18
selftest: af_unix: Add test for SO_PEEK_OFF.
Kuniyuki Iwashima
3
-0
/
+164
2025-11-18
selftests/x86: Update the negative vsyscall tests to expect a #GP
Sohil Mehta
1
-9
/
+12
2025-11-18
objtool: Set minimum xxhash version to 0.8
Josh Poimboeuf
2
-2
/
+2
2025-11-17
selftests: net: lib: Do not overwrite error messages
Ido Schimmel
2
-1
/
+8
2025-11-17
kselftest/arm64: Cover disabling streaming mode without SVE in fp-ptrace
Mark Brown
1
-4
/
+1
2025-11-17
kselftst/arm64: Test NT_ARM_SVE FPSIMD format writes on non-SVE systems
Mark Brown
1
-0
/
+61
2025-11-17
tools: Remove s390 compat support
Heiko Carstens
9
-69
/
+2
2025-11-16
Merge tag 'perf-tools-fixes-for-v6.18-2-2025-11-16' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
9
-22
/
+68
2025-11-16
Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-1
/
+1
2025-11-16
tools: riscv: Fixed misalignment of CSR related definitions
Chen Pei
1
-2
/
+3
2025-11-15
selftests/user_events: fix type cast for write_index packed member in perf_test
Ankit Khushwaha
1
-1
/
+1
2025-11-14
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
15
-27
/
+628
2025-11-14
selftests/timers/nanosleep: Add tests for return of remaining time
Thomas Weißschuh
1
-0
/
+55
2025-11-14
selftests/timers: Clean up kernel version check in posix_timers
Wake Liu
1
-10
/
+22
2025-11-14
selftests/bpf: Test widen_imprecise_scalars() with different stack depth
Eduard Zingerman
1
-0
/
+53
2025-11-13
Merge tag 'vfio-v6.18-rc6' of https://github.com/awilliam/linux-vfio
Linus Torvalds
4
-9
/
+288
2025-11-13
selftests/bpf: Add mptcp test with sockmap
Jiayuan Chen
2
-0
/
+183
2025-11-13
perf libbfd: Ensure libbfd is initialized prior to use
Ian Rogers
3
-4
/
+50
2025-11-13
perf test: Fix lock contention test
Ravi Bangoria
1
-5
/
+9
2025-11-13
perf lock: Fix segfault due to missing kernel map
Ravi Bangoria
1
-0
/
+2
2025-11-13
tools headers UAPI: Sync KVM's vmx.h with the kernel to pick SEAMCALL exit reason
Arnaldo Carvalho de Melo
1
-0
/
+1
2025-11-13
perf build: Don't fail fast path feature detection when binutils-devel is not available
Arnaldo Carvalho de Melo
2
-5
/
+4
2025-11-13
perf header: Write bpf_prog (infos|btfs)_cnt to data file
Thomas Falcon
1
-8
/
+2
2025-11-13
Merge tag 'linux_kselftest-fixes-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
1
-0
/
+4
2025-11-13
Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
13
-66
/
+699
2025-11-13
objtool: Warn on functions with ambiguous -ffunction-sections section names
Josh Poimboeuf
2
-0
/
+40
2025-11-13
Merge tag 'v6.18-rc5' into objtool/core, to pick up fixes
Ingo Molnar
64
-307
/
+1143
2025-11-12
vfio: selftests: replace iova=vaddr with allocated iovas
Alex Mastro
2
-5
/
+12
2025-11-12
vfio: selftests: add iova allocator
Alex Mastro
2
-1
/
+84
2025-11-12
vfio: selftests: fix map limit tests to use last available iova
Alex Mastro
1
-2
/
+13
2025-11-12
vfio: selftests: add iova range query helpers
Alex Mastro
2
-1
/
+179
2025-11-11
selftests: mptcp: join: properly kill background tasks
Matthieu Baerts (NGI0)
2
-9
/
+30
2025-11-11
selftests: mptcp: connect: trunc: read all recv data
Matthieu Baerts (NGI0)
1
-5
/
+13
[prev]
[next]