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
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-24
MAINTAINERS: remove myself as reviewer
Darrick J. Wong
1
-1
/
+0
2025-03-24
Linux 6.14
Linus Torvalds
1
-1
/
+1
2025-03-22
io_uring/net: fix sendzc double notif flush
Pavel Begunkov
1
-0
/
+2
2025-03-22
PM: sleep: Fix bit masking operation
Colin Ian King
1
-1
/
+1
2025-03-22
keys: Fix UAF in key_put()
David Howells
3
-1
/
+6
2025-03-22
tracing: Disable branch profiling in noinstr code
Josh Poimboeuf
14
-10
/
+39
2025-03-22
perf/amd/ibs: Prevent leaking sensitive data to userspace
Namhyung Kim
1
-6
/
+78
2025-03-21
x86/hyperv: fix an indentation issue in mshyperv.h
Wei Liu
1
-1
/
+1
2025-03-21
x86/hyperv: Add comments about hv_vpset and var size hypercall input args
Michael Kelley
3
-1
/
+17
2025-03-21
Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs
Nuno Das Neves
14
-1
/
+5732
2025-03-21
selftests/timers: Improve skew_consistency by testing with other clockids
John Stultz
1
-1
/
+1
2025-03-21
timekeeping: Fix possible inconsistencies in _COARSE clockids
John Stultz
1
-25
/
+69
2025-03-21
PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flag
Roger Pau Monne
4
-24
/
+26
2025-03-21
PCI: vmd: Disable MSI remapping bypass under Xen
Roger Pau Monne
1
-0
/
+20
2025-03-21
zstd: Increase DYNAMIC_BMI2 GCC version cutoff from 4.8 to 11.0 to work around compiler segfault
Ingo Molnar
1
-1
/
+1
2025-03-21
x86/asm: Make asm export of __ref_stack_chk_guard unconditional
Ard Biesheuvel
1
-1
/
+1
2025-03-21
xen/pci: Do not register devices with segments >= 0x10000
Roger Pau Monne
1
-0
/
+32
2025-03-20
cpumask: align text in comment
Joel Savitz
1
-1
/
+1
2025-03-20
hyperv: Add definitions for root partition driver to hv headers
Nuno Das Neves
3
-11
/
+284
2025-03-20
x86: hyperv: Add mshv_handler() irq handler and setup function
Nuno Das Neves
3
-0
/
+15
2025-03-20
Drivers: hv: Introduce per-cpu event ring tail
Nuno Das Neves
1
-4
/
+37
2025-03-20
Drivers: hv: Export some functions for use by root partition module
Nuno Das Neves
3
-1
/
+4
2025-03-20
acpi: numa: Export node_to_pxm()
Nuno Das Neves
1
-0
/
+1
2025-03-20
hyperv: Introduce hv_recommend_using_aeoi()
Nuno Das Neves
2
-11
/
+14
2025-03-20
arm64/hyperv: Add some missing functions to arm64
Nuno Das Neves
3
-2
/
+34
2025-03-20
x86/mshyperv: Add support for extended Hyper-V features
Stanislav Kinsburskii
2
-2
/
+5
2025-03-20
hyperv: Log hypercall status codes as strings
Nuno Das Neves
5
-44
/
+118
2025-03-20
x86/hyperv: Fix check of return value from snp_set_vmsa()
Tianyu Lan
1
-1
/
+1
2025-03-20
x86/hyperv: Add VTL mode callback for restarting the system
Roman Kisel
1
-0
/
+11
2025-03-20
x86/hyperv: Add VTL mode emergency restart callback
Roman Kisel
1
-0
/
+23
2025-03-20
hyperv: Remove unused union and structs
Thorsten Blum
1
-56
/
+0
2025-03-20
hyperv: Add CONFIG_MSHV_ROOT to gate root partition support
Nuno Das Neves
4
-6
/
+42
2025-03-20
perf/x86/rapl: Fix error handling in init_rapl_pmus()
Dhananjay Ugwekar
1
-1
/
+6
2025-03-20
io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionally
Jens Axboe
1
-2
/
+1
2025-03-20
drm/xe: Fix exporting xe buffers multiple times
Tomasz Rusinowicz
2
-3
/
+1
2025-03-20
cgroup: rstat: Cleanup flushing functions and locking
Yosry Ahmed
2
-61
/
+20
2025-03-20
arm64: mm: Don't use %pK through printk
Thomas Weißschuh
1
-1
/
+1
2025-03-20
MAINTAINERS: Add Andrea Mayer as a maintainer of SRv6
David Ahern
1
-0
/
+11
2025-03-20
Revert "gre: Fix IPv6 link-local address generation."
Guillaume Nault
1
-9
/
+6
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
pidfs: improve multi-threaded exec and premature thread-group leader exit polling
Christian Brauner
3
-9
/
+9
2025-03-20
net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES
Lin Ma
1
-0
/
+1
2025-03-20
fs: sort out fd allocation vs dup2 race commentary, take 2
Mateusz Guzik
1
-14
/
+26
2025-03-20
iomap: rework IOMAP atomic flags
John Garry
6
-30
/
+37
2025-03-20
iomap: comment on atomic write checks in iomap_dio_bio_iter()
John Garry
1
-1
/
+6
2025-03-20
iomap: inline iomap_dio_bio_opflags()
John Garry
1
-63
/
+49
2025-03-20
tools headers: Sync uapi/asm-generic/socket.h with the kernel sources
Alexander Mikhalitsyn
1
-2
/
+19
[next]