index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-20
perf trace: Reorganize syscalls
Ian Rogers
1
-65
/
+132
2025-03-20
perf syscalltbl: Remove syscall_table.h
Ian Rogers
16
-67
/
+7
2025-03-20
perf dso: kernel-doc for enum dso_binary_type
Ian Rogers
1
-0
/
+57
2025-03-20
perf dso: Move libunwind dso_data variables into ifdef
Ian Rogers
1
-0
/
+2
2025-03-20
selftests: ublk: fix write cache implementation
Ming Lei
1
-4
/
+2
2025-03-20
selftests: ublk: add variable for user to not show test result
Ming Lei
1
-6
/
+10
2025-03-20
selftests: ublk: don't show `modprobe` failure
Ming Lei
1
-2
/
+2
2025-03-20
selftests: ublk: add one dependency header
Ming Lei
2
-0
/
+19
2025-03-20
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
1
-0
/
+2
2025-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
7
-189
/
+279
2025-03-20
selftests/bpf: Sanitize pointer prior fclose()
Björn Töpel
1
-2
/
+4
2025-03-20
Merge tag 'kvmarm-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
6
-47
/
+83
2025-03-20
Merge tag 'kvm-riscv-6.15-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
1
-25
/
+56
2025-03-20
Merge tag 'net-6.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-188
/
+276
2025-03-20
perf report: Disable children column for data type profiling
Namhyung Kim
1
-0
/
+3
2025-03-20
perf report: Allow hierarchy mode for --children
Namhyung Kim
1
-2
/
+0
2025-03-20
perf sort: Keep output fields in the same level
Namhyung Kim
1
-0
/
+44
2025-03-20
Revert "selftests: Add IPv6 link-local address generation tests for GRE devices."
Guillaume Nault
2
-178
/
+0
2025-03-20
selftests/pidfd: third test for multi-threaded exec polling
Christian Brauner
1
-0
/
+147
2025-03-20
selftests/pidfd: second test for multi-threaded exec polling
Christian Brauner
1
-24
/
+48
2025-03-20
selftests/pidfd: first test for multi-threaded exec polling
Christian Brauner
1
-7
/
+31
2025-03-20
tools headers: Sync uapi/asm-generic/socket.h with the kernel sources
Alexander Mikhalitsyn
1
-2
/
+19
2025-03-20
selftests: net: test for lwtunnel dst ref loops
Justin Iurman
3
-0
/
+249
2025-03-20
selftests: mptcp: add pm sysctl mapping tests
Geliang Tang
1
-1
/
+29
2025-03-19
libperf: Don't remove -g when EXTRA_CFLAGS are used
James Clark
1
-9
/
+3
2025-03-19
perf pmu: Handle memory failure in tool_pmu__new()
Thomas Richter
2
-1
/
+10
2025-03-19
perf: intel-tpebs: Fix incorrect usage of zfree()
James Clark
1
-1
/
+1
2025-03-19
perf cpumap: Increment reference count for online cpumap
Ian Rogers
7
-9
/
+15
2025-03-19
perf dso: fix dso__is_kallsyms() check
Stephen Brennan
1
-1
/
+3
2025-03-19
selftests/bpf: Migrate test_xdp_vlan.sh into test_progs
Bastien Curutchet (eBPF Foundation)
5
-254
/
+176
2025-03-19
selftests/bpf: test_xdp_vlan: Rename BPF sections
Bastien Curutchet (eBPF Foundation)
2
-13
/
+13
2025-03-19
Merge branch 'kvm-arm64/writable-midr' into kvmarm/next
Oliver Upton
1
-7
/
+30
2025-03-19
Merge branch 'kvm-arm64/pv-cpuid' into kvmarm/next
Oliver Upton
3
-10
/
+49
2025-03-19
Merge branch 'kvm-arm64/nv-idregs' into kvmarm/next
Oliver Upton
1
-0
/
+3
2025-03-19
Merge branch 'kvm-arm64/nv-vgic' into kvmarm/next
Oliver Upton
2
-30
/
+1
2025-03-19
sched/debug: Remove CONFIG_SCHED_DEBUG from self-test config files
Ingo Molnar
3
-3
/
+1
2025-03-19
rseq/selftests: Fix namespace collision with rseq UAPI header
Michael Jeanson
1
-2
/
+2
2025-03-19
tc-tests: Update tc police action tests for tc buffer size rounding fixes.
Jonathan Lennox
1
-5
/
+5
2025-03-19
selftests: drv-net: use defer in the ping test
Jakub Kicinski
1
-8
/
+8
2025-03-19
selftests/bpf: Add tests for rqspinlock
Kumar Kartikeya Dwivedi
4
-0
/
+538
2025-03-19
Merge tag 'kvm-x86-selftests-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
9
-355
/
+369
2025-03-19
Merge tag 'kvm-x86-selftests_6.15-1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
10
-83
/
+151
2025-03-19
Merge tag 'kvm-x86-misc-6.15' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2
-0
/
+147
2025-03-19
KVM: riscv: selftests: Add Zaamo/Zalrsc extensions to get-reg-list test
Clément Léger
1
-0
/
+8
2025-03-19
x86/headers: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-UAPI headers
Thomas Huth
4
-9
/
+9
2025-03-19
x86/cpufeatures: Remove {disabled,required}-features.h
Xin Li (Intel)
4
-276
/
+0
2025-03-19
x86/mm: Enable AMD translation cache extensions
Rik van Riel
1
-0
/
+2
2025-03-19
Merge tag 'v6.14-rc7' into x86/core, to pick up fixes
Ingo Molnar
25
-41
/
+503
2025-03-18
selftests/bpf: Add selftest for attaching fexit to __noreturn functions
Yafang Shao
2
-0
/
+24
2025-03-18
perf kwork: Remove unreachable judgments
Feng Yang
1
-1
/
+1
[prev]
[next]