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-05-03
tools headers: Synchronize prctl.h ABI header
Sebastian Andrzej Siewior
1
-1
/
+43
2025-05-03
futex: Implement FUTEX2_MPOL
Peter Zijlstra
5
-18
/
+115
2025-05-03
futex: Implement FUTEX2_NUMA
Peter Zijlstra
4
-20
/
+123
2025-05-03
futex: Allow to make the private hash immutable
Sebastian Andrzej Siewior
2
-6
/
+45
2025-05-03
futex: Allow to resize the private local hash
Sebastian Andrzej Siewior
4
-21
/
+281
2025-05-03
futex: Allow automatic allocation of process wide futex hash
Sebastian Andrzej Siewior
3
-0
/
+39
2025-05-03
futex: Add basic infrastructure for local task local hash
Sebastian Andrzej Siewior
8
-21
/
+244
2025-05-03
futex: Create helper function to initialize a hash slot
Sebastian Andrzej Siewior
1
-5
/
+9
2025-05-03
futex: Introduce futex_q_lockptr_lock()
Sebastian Andrzej Siewior
4
-6
/
+53
2025-05-03
futex: Decrease the waiter count before the unlock operation
Sebastian Andrzej Siewior
2
-5
/
+5
2025-05-03
futex: Acquire a hash reference in futex_wait_multiple_setup()
Sebastian Andrzej Siewior
1
-0
/
+6
2025-05-03
futex: Create private_hash() get/put class
Peter Zijlstra
2
-0
/
+20
2025-05-03
futex: Create futex_hash() get/put class
Peter Zijlstra
5
-24
/
+30
2025-05-03
futex: Create hb scopes
Peter Zijlstra
4
-474
/
+493
2025-05-03
futex: Pull futex_hash() out of futex_q_lock()
Peter Zijlstra
4
-10
/
+8
2025-05-03
futex: Move futex_queue() into futex_wait_setup()
Peter Zijlstra
4
-43
/
+42
2025-05-03
mm: Add vmalloc_huge_node()
Peter Zijlstra
3
-8
/
+30
2025-05-03
rcuref: Provide rcuref_is_dead()
Sebastian Andrzej Siewior
1
-1
/
+21
2025-04-27
Linux 6.15-rc4
Linus Torvalds
1
-1
/
+1
2025-04-26
Revert "sunrpc: clean cache_detail immediately when flush is written frequently"
Chuck Lever
1
-5
/
+1
2025-04-26
sched/eevdf: Fix se->slice being set to U64_MAX and resulting crash
Omar Sandoval
1
-3
/
+1
2025-04-26
irqchip/gic-v2m: Prevent use after free of gicv2m_get_fwnode()
Suzuki K Poulose
1
-1
/
+1
2025-04-26
LoongArch: KVM: Fix PMU pass-through issue if VM exits to host finally
Bibo Mao
1
-0
/
+1
2025-04-26
LoongArch: KVM: Fully clear some CSRs when VM reboot
Bibo Mao
1
-0
/
+7
2025-04-26
LoongArch: KVM: Fix multiple typos of KVM code
Yulong Han
2
-4
/
+4
2025-04-26
LoongArch: Return NULL from huge_pte_offset() for invalid PMD
Ming Wang
1
-1
/
+1
2025-04-26
LoongArch: Remove a bogus reference to ZONE_DMA
Petr Tesarik
1
-3
/
+0
2025-04-26
LoongArch: Handle fp, lsx, lasx and lbt assembly symbols
Tiezhu Yang
5
-40
/
+40
2025-04-26
LoongArch: Make do_xyz() exception handlers more robust
Tiezhu Yang
1
-8
/
+12
2025-04-26
LoongArch: Make regs_irqs_disabled() more clear
Tiezhu Yang
1
-2
/
+2
2025-04-26
LoongArch: Select ARCH_USE_MEMTEST
Yuli Wang
1
-0
/
+1
2025-04-25
selftests/bpf: Correct typo in __clang_major__ macro
Peilin Ye
1
-1
/
+1
2025-04-25
samples/bpf: Fix compilation failure for samples/bpf on LoongArch Fedora
Haoran Jiang
1
-1
/
+1
2025-04-25
bpf: Add namespace to BPF internal symbols
Alexei Starovoitov
3
-3
/
+12
2025-04-25
selftests/bpf: add test for softlock when modifying hashmap while iterating
Brandon Kammerdiener
2
-0
/
+67
2025-04-25
bpf: fix possible endless loop in BPF map iteration
Brandon Kammerdiener
1
-1
/
+1
2025-04-25
MAINTAINERS: Assign maintainer for the port controller drivers
Heikki Krogerus
1
-2
/
+6
2025-04-25
fs/xattr: Fix handling of AT_FDCWD in setxattrat(2) and getxattrat(2)
Jan Kara
1
-2
/
+2
2025-04-25
MAINTAINERS: hfs/hfsplus: add myself as maintainer
Yangtao Li
1
-0
/
+2
2025-04-25
splice: remove duplicate noinline from pipe_clear_nowait
T.J. Mercier
1
-1
/
+1
2025-04-25
devtmpfs: don't use vfs_getattr_nosec to query i_mode
Christoph Hellwig
1
-13
/
+9
2025-04-24
ublk: fix race between io_uring_cmd_complete_in_task and ublk_cancel_cmd
Ming Lei
1
-6
/
+21
2025-04-24
ublk: call ublk_dispatch_req() for handling UBLK_U_IO_NEED_GET_DATA
Ming Lei
1
-11
/
+3
2025-04-24
bcachefs: Rework fiemap transaction restart handling
Kent Overstreet
1
-113
/
+112
2025-04-24
bcachefs: add fiemap delalloc extent detection
Brian Foster
1
-7
/
+112
2025-04-24
bcachefs: refactor fiemap processing into extent helper and struct
Brian Foster
1
-34
/
+53
2025-04-24
bcachefs: track current fiemap offset in start variable
Brian Foster
1
-2
/
+2
2025-04-24
bcachefs: drop duplicate fiemap sync flag
Brian Foster
1
-1
/
+1
2025-04-24
bcachefs: Fix btree_iter_peek_prev() at end of inode
Kent Overstreet
1
-1
/
+4
2025-04-24
bcachefs: Make btree_iter_peek_prev() assert more precise
Kent Overstreet
1
-1
/
+1
[next]