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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-21
slip: reject VJ receive packets on instances with no rstate array
Weiming Shi
1
-0
/
+6
2026-04-20
rhashtable: Bounce deferred worker kick through irq_work
Tejun Heo
3
-4
/
+33
2026-04-21
btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()
Mark Harmstone
1
-1
/
+1
2026-04-21
btrfs: check return value of btrfs_partially_delete_raid_extent()
robbieko
1
-7
/
+12
2026-04-21
btrfs: handle -EAGAIN from btrfs_duplicate_item and refresh stale leaf pointer
robbieko
1
-0
/
+10
2026-04-21
btrfs: replace ASSERT with proper error handling in stripe lookup fallback
robbieko
1
-1
/
+4
2026-04-21
btrfs: fix wrong min_objectid in btrfs_previous_item() call
robbieko
1
-1
/
+1
2026-04-21
btrfs: fix raid stripe search missing entries at leaf boundaries
robbieko
1
-3
/
+15
2026-04-21
btrfs: copy devid in btrfs_partially_delete_raid_extent()
robbieko
1
-0
/
+3
2026-04-21
btrfs: handle unexpected free-space-tree key types
David Sterba
1
-3
/
+15
2026-04-21
btrfs: fix missing last_unlink_trans update when removing a directory
Filipe Manana
1
-0
/
+2
2026-04-21
btrfs: don't clobber errors in add_remap_tree_entries()
Mark Harmstone
1
-1
/
+1
2026-04-21
btrfs: enable shutdown ioctl for non-experimental builds
Qu Wenruo
1
-4
/
+3
2026-04-21
btrfs: apply first key check for readahead when possible
Qu Wenruo
3
-4
/
+15
2026-04-21
btrfs: abort transaction in do_remap_reloc_trans() on failure
Mark Harmstone
1
-4
/
+10
2026-04-21
btrfs: fix bytes_may_use leak in do_remap_reloc_trans()
Mark Harmstone
1
-0
/
+6
2026-04-21
btrfs: fix bytes_may_use leak in move_existing_remap()
Mark Harmstone
1
-0
/
+6
2026-04-20
tracing: tell git to ignore the generated 'undefsyms_base.c' file
Linus Torvalds
1
-0
/
+1
2026-04-20
Merge tag 'linux_kselftest-next-7.1-next-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Linus Torvalds
2
-29
/
+28
2026-04-20
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
16
-13
/
+297
2026-04-20
Merge tag 'sh-for-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/glaubitz/sh-linux
Linus Torvalds
8
-11
/
+5
2026-04-20
Merge tag 'uml-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/uml/linux
Linus Torvalds
12
-16
/
+33
2026-04-20
Merge tag 'printk-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
6
-18
/
+46
2026-04-20
Merge tag 'timers-urgent-2026-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+7
2026-04-21
rtmutex: Use waiter::task instead of current in remove_waiter()
Keenan Dong
1
-5
/
+8
2026-04-20
Merge tag 'core-urgent-2026-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-15
/
+5
2026-04-20
KVM: selftests: Replace "paddr" with "gpa" throughout
Sean Christopherson
9
-100
/
+98
2026-04-20
KVM: selftests: Replace "u64 nested_paddr" with "gpa_t l2_gpa"
Sean Christopherson
2
-9
/
+7
2026-04-20
KVM: selftests: Replace "u64 gpa" with "gpa_t" throughout
Sean Christopherson
15
-55
/
+55
2026-04-20
KVM: selftests: Replace "vaddr" with "gva" throughout
Sean Christopherson
16
-182
/
+150
2026-04-20
KVM: selftests: Clarify that arm64's inject_uer() takes a host PA, not a guest PA
Sean Christopherson
1
-2
/
+2
2026-04-20
KVM: selftests: Rename translate_to_host_paddr() => translate_hva_to_hpa()
Sean Christopherson
1
-8
/
+5
2026-04-20
KVM: selftests: Rename vm_vaddr_populate_bitmap() => vm_populate_gva_bitmap()
Sean Christopherson
3
-4
/
+4
2026-04-20
KVM: selftests: Rename vm_vaddr_unused_gap() => vm_unused_gva_gap()
Sean Christopherson
5
-23
/
+9
2026-04-20
KVM: selftests: Drop "vaddr_" from APIs that allocate memory for a given VM
Sean Christopherson
28
-142
/
+102
2026-04-20
KVM: selftests: Use u8 instead of uint8_t
David Matlack
49
-205
/
+201
2026-04-20
KVM: selftests: Use s16 instead of int16_t
David Matlack
1
-1
/
+1
2026-04-20
KVM: selftests: Use u16 instead of uint16_t
David Matlack
11
-42
/
+42
2026-04-20
KVM: selftests: Use s32 instead of int32_t
David Matlack
2
-14
/
+14
2026-04-20
KVM: selftests: Use u32 instead of uint32_t
David Matlack
87
-646
/
+642
2026-04-20
KVM: selftests: Use s64 instead of int64_t
David Matlack
11
-22
/
+22
2026-04-20
KVM: selftests: Use u64 instead of uint64_t
David Matlack
142
-1415
/
+1415
2026-04-20
KVM: selftests: Use gpa_t for GPAs in Hyper-V selftests
David Matlack
4
-6
/
+6
2026-04-20
KVM: selftests: Use gpa_t instead of vm_paddr_t
David Matlack
35
-96
/
+92
2026-04-20
KVM: selftests: Use gva_t instead of vm_vaddr_t
David Matlack
71
-178
/
+172
2026-04-20
netfilter: nfnetlink_osf: fix potential NULL dereference in ttl check
Fernando Fernandez Mancera
1
-15
/
+7
2026-04-20
netfilter: nfnetlink_osf: fix out-of-bounds read on option matching
Fernando Fernandez Mancera
1
-11
/
+8
2026-04-20
ipvs: fix MTU check for GSO packets in tunnel mode
Yingnan Zhang
1
-4
/
+15
2026-04-20
netfilter: nat: use kfree_rcu to release ops
Pablo Neira Ayuso
3
-8
/
+10
2026-04-20
netfilter: xtables: restrict several matches to inet family
Pablo Neira Ayuso
4
-34
/
+68
[prev]
[next]