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-11-06
torture: Add kvm-series.sh to test commit/scenario combination
Paul E. McKenney
-0
/
+116
2025-11-05
iommufd: Make vfio_compat's unmap succeed if the range is already empty
Jason Gunthorpe
-0
/
+2
2025-11-05
vfio: selftests: Store libvfio build outputs in $(OUTPUT)/libvfio
David Matlack
-9
/
+11
2025-11-05
tools/power/cpupower: Support building libcpupower statically
Zuo An
-11
/
+21
2025-11-05
iommufd: Change the selftest to use iommupt instead of xarray
Jason Gunthorpe
-22
/
+50
2025-11-04
net: Convert struct sockaddr to fixed-size "sa_data[14]"
Kees Cook
-4
/
+1
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
-1
/
+1
2025-11-04
bpf: add _impl suffix for bpf_stream_vprintk() kfunc
Mykyta Yatsenko
-18
/
+18
2025-11-04
bpf:add _impl suffix for bpf_task_work_schedule* kfuncs
Mykyta Yatsenko
-9
/
+9
2025-11-04
selftests: mptcp: join: validate extra bind cases
Matthieu Baerts (NGI0)
-2
/
+161
2025-11-04
selftests: mptcp: join: do_transfer: reduce code dup
Matthieu Baerts (NGI0)
-19
/
+11
2025-11-04
mptcp: pm: in kernel: only use fullmesh endp if any
Matthieu Baerts (NGI0)
-1
/
+5
2025-11-04
x86/cpufeatures: Correct LKGS feature flag description
Borislav Petkov (AMD)
-1
/
+1
2025-11-04
selftests/bpf: Test parsing of (multi-)split BTF
Alan Maguire
-2
/
+85
2025-11-04
libbpf: Fix parsing of multi-split BTF
Alan Maguire
-2
/
+2
2025-11-04
selftests/coredump: add second PIDFD_INFO_COREDUMP_SIGNAL test
Christian Brauner
-0
/
+146
2025-11-04
selftests/coredump: add first PIDFD_INFO_COREDUMP_SIGNAL test
Christian Brauner
-0
/
+146
2025-11-04
selftests/coredump: ignore ENOSPC errors
Christian Brauner
-2
/
+9
2025-11-04
selftests/coredump: add debug logging to coredump socket protocol tests
Christian Brauner
-118
/
+367
2025-11-04
selftests/coredump: add debug logging to coredump socket tests
Christian Brauner
-22
/
+71
2025-11-04
selftests/coredump: add debug logging to test helpers
Christian Brauner
-11
/
+44
2025-11-04
selftests/coredump: handle edge-triggered epoll correctly
Christian Brauner
-0
/
+8
2025-11-04
selftests/coredump: fix userspace coredump client detection
Christian Brauner
-4
/
+8
2025-11-04
selftests/coredump: fix userspace client detection
Christian Brauner
-1
/
+3
2025-11-04
selftests/coredump: split out coredump socket tests
Christian Brauner
-1661
/
+1722
2025-11-04
selftests/coredump: split out common helpers
Christian Brauner
-0
/
+399
2025-11-04
selftests/pidfd: add second supported_mask test
Christian Brauner
-0
/
+32
2025-11-04
selftests/pidfd: add first supported_mask test
Christian Brauner
-0
/
+41
2025-11-04
selftests/pidfd: update pidfd header
Christian Brauner
-2
/
+13
2025-11-04
libbpf: Update the comment to remove the reference to the deprecated interfac...
Jianyun Gao
-2
/
+2
2025-11-04
libbpf: Complete the missing @param and @return tags in btf.h
Jianyun Gao
-0
/
+8
2025-11-03
perf jevents: Make all tables static
Ian Rogers
-8
/
+8
2025-11-03
perf metricgroup: When copy metrics copy default information
Ian Rogers
-0
/
+2
2025-11-03
perf metricgroup: Missed free on error path
Ian Rogers
-0
/
+1
2025-11-03
perf metricgroup: Update comment on location of metric_event list
Ian Rogers
-1
/
+1
2025-11-03
perf evsel: Remove unused metric_events variable
Ian Rogers
-3
/
+0
2025-11-03
selftests: Add napi threaded busy poll test in `busy_poller`
Samiullah Khawaja
-4
/
+36
2025-11-03
net: Extend NAPI threaded polling to allow kthread based busy polling
Samiullah Khawaja
-0
/
+1
2025-11-03
selftests/bpf: Add test for conditional jumps on same scalar register
KaFai Wan
-0
/
+154
2025-11-03
selftests/bpf: Add tests for livepatch + bpf trampoline
Song Liu
-0
/
+140
2025-11-03
Merge branch 'tools-final2' into docs-mw
Jonathan Corbet
-1
/
+2092
2025-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4
Alexei Starovoitov
-98
/
+300
2025-11-03
tools/testing/nvdimm: Use per-DIMM device handle
Alison Schofield
-1
/
+6
2025-11-03
sched_ext: Merge branch 'for-6.19' of git://git.kernel.org/pub/scm/linux/kern...
Tejun Heo
-180
/
+674
2025-11-03
KVM: selftests: Rename "guest_paddr" variables to "gpa"
Sean Christopherson
-30
/
+26
2025-11-03
perf symbols: Handle '1' symbols in /proc/kallsyms
Arnaldo Carvalho de Melo
-1
/
+5
2025-11-03
selftests/namespace: test listns() pagination
Christian Brauner
-1
/
+142
2025-11-03
selftests/namespace: add stress test
Christian Brauner
-1
/
+630
2025-11-03
selftests/namespace: commit_creds() active reference tests
Christian Brauner
-1
/
+818
[prev]
[next]