index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Lines
2025-08-20
libbpf: Export bpf_object__prepare symbol
Mykyta Yatsenko
-1
/
+1
2025-08-19
selftests: net: Explicitly enable CONFIG_CRYPTO_SHA1 for IPsec
Eric Biggers
-0
/
+2
2025-08-19
selftests: drv-net: ncdevmem: make configure_channels() support combined chan...
Jakub Kicinski
-2
/
+76
2025-08-19
selftests: drv-net: tso: increase the retransmit threshold
Jakub Kicinski
-5
/
+6
2025-08-19
rtla: Check pkg-config install
Tao Chen
-0
/
+8
2025-08-19
tools/latency-collector: Check pkg-config install
Tao Chen
-0
/
+8
2025-08-19
selftests/damon: fix selftests by installing drgn related script
Sang-Heon Jeon
-0
/
+1
2025-08-19
selftests/mm: add test for invalid multi VMA operations
Lorenzo Stoakes
-3
/
+261
2025-08-19
tools/testing: add linux/args.h header and fix radix, VMA tests
Lorenzo Stoakes
-0
/
+32
2025-08-19
KVM: selftests: fix minor typo in cpumodel_subfuncs
Gopi Krishna Menon
-1
/
+1
2025-08-19
Merge tag 'vfs-6.17-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-16
/
+64
2025-08-19
KVM: selftests: Move Intel and AMD module param helpers to x86/processor.h
Sean Christopherson
-38
/
+33
2025-08-19
KVM: selftests: Fix signedness issue with vCPU mmap size check
James Houghton
-4
/
+4
2025-08-19
selftests: drv-net: test the napi init state
Jakub Kicinski
-1
/
+30
2025-08-19
binder: add transaction_report feature entry
Li Li
-0
/
+1
2025-08-19
bpftool: Add kernel.kptr_restrict hint for no instructions
Vincent Li
-1
/
+1
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/master'
Martin KaFai Lau
-24
/
+932
2025-08-18
Merge branch 'bpf-next/skb-meta-dynptr' into 'bpf-next/net'
Martin KaFai Lau
-24
/
+932
2025-08-18
selftests: mptcp: sockopt: fix C23 extension warning
Matthieu Baerts (NGI0)
-4
/
+6
2025-08-18
selftests: mptcp: connect: fix C23 extension warning
Matthieu Baerts (NGI0)
-2
/
+3
2025-08-18
selftests: mptcp: disable add_addr retrans in endpoint_tests
Geliang Tang
-0
/
+1
2025-08-18
selftests: mptcp: pm: check flush doesn't reset limits
Matthieu Baerts (NGI0)
-0
/
+1
2025-08-18
tools headers: Sync uapi/linux/vhost.h with the kernel source
Namhyung Kim
-0
/
+35
2025-08-18
tools headers: Sync uapi/linux/prctl.h with the kernel source
Namhyung Kim
-1
/
+8
2025-08-18
tools headers: Sync uapi/linux/fs.h with the kernel source
Namhyung Kim
-0
/
+88
2025-08-18
tools headers: Sync uapi/linux/fcntl.h with the kernel source
Namhyung Kim
-0
/
+18
2025-08-18
tools headers: Sync syscall tables with the kernel source
Namhyung Kim
-1
/
+27
2025-08-18
tools headers: Sync powerpc headers with the kernel source
Namhyung Kim
-13
/
+0
2025-08-18
tools headers: Sync arm64 headers with the kernel source
Namhyung Kim
-0
/
+28
2025-08-18
tools headers: Sync x86 headers with the kernel source
Namhyung Kim
-1
/
+16
2025-08-18
tools headers: Sync linux/cfi_types.h with the kernel source
Namhyung Kim
-0
/
+23
2025-08-18
tools headers: Sync linux/bits.h with the kernel source
Namhyung Kim
-23
/
+6
2025-08-18
tools headers: Sync KVM headers with the kernel source
Namhyung Kim
-1
/
+34
2025-08-18
perf test: Fix a build error in x86 topdown test
Namhyung Kim
-0
/
+1
2025-08-18
selftests/bpf: Cover metadata access from a modified skb clone
Jakub Sitnicki
-10
/
+305
2025-08-18
selftests/bpf: Cover read/write to skb metadata at an offset
Jakub Sitnicki
-0
/
+129
2025-08-18
selftests/bpf: Cover write access to skb metadata via dynptr
Jakub Sitnicki
-5
/
+98
2025-08-18
selftests/bpf: Cover read access to skb metadata via dynptr
Jakub Sitnicki
-0
/
+66
2025-08-18
selftests/bpf: Parametrize test_xdp_context_tuntap
Jakub Sitnicki
-10
/
+21
2025-08-18
selftests/bpf: Pass just bpf_map to xdp_context_test helper
Jakub Sitnicki
-6
/
+5
2025-08-18
selftests/bpf: Cover verifier checks for skb_meta dynptr type
Jakub Sitnicki
-0
/
+315
2025-08-18
Merge tag 'linux-cpupower-6.17-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Rafael J. Wysocki
-35
/
+83
2025-08-18
x86/insn: Add XOP prefix instructions decoder support
Masami Hiramatsu (Google)
-14
/
+257
2025-08-18
selftests/nolibc: always compile the kernel with GCC
Thomas Weißschuh
-3
/
+3
2025-08-18
selftests/nolibc: don't pass CC to toplevel Makefile
Thomas Weißschuh
-1
/
+1
2025-08-18
selftests/nolibc: deduplicate invocations of toplevel Makefile
Thomas Weißschuh
-4
/
+7
2025-08-18
selftests/nolibc: be more specific about variables affecting nolibc-test
Thomas Weißschuh
-1
/
+1
2025-08-18
selftests/bpf: Clobber a lot of registers in tailcall_bpf2bpf_hierarchy tests
Ilya Leoshkevich
-0
/
+30
2025-08-18
objtool: Validate kCFI calls
Peter Zijlstra
-0
/
+44
2025-08-18
selftests: ublk: Use ARRAY_SIZE() macro to improve code
Akhilesh Patil
-2
/
+2
[prev]
[next]