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
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-13
mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversion
Ye Liu
2
-4
/
+3
2025-09-13
mm: memory-tiering: fix PGPROMOTE_CANDIDATE counting
Ruan Shiyang
1
-2
/
+3
2025-09-13
rseq: Protect event mask against membarrier IPI
Thomas Gleixner
1
-5
/
+5
2025-09-13
padata: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-2
/
+3
2025-09-13
padata: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
1
-2
/
+2
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-38
/
+169
2025-09-12
dma-mapping: export new dma_*map_phys() interface
Leon Romanovsky
4
-112
/
+37
2025-09-12
dma-mapping: implement DMA_ATTR_MMIO for dma_(un)map_page_attrs()
Leon Romanovsky
1
-5
/
+21
2025-09-12
kmsan: convert kmsan_handle_dma to use physical addresses
Leon Romanovsky
1
-1
/
+2
2025-09-12
dma-mapping: convert dma_direct_*map_page to be phys_addr_t based
Leon Romanovsky
3
-28
/
+43
2025-09-12
iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_phys
Leon Romanovsky
2
-5
/
+5
2025-09-12
dma-mapping: rename trace_dma_*map_page to trace_dma_*map_phys
Leon Romanovsky
1
-2
/
+2
2025-09-12
dma-debug: refactor to use physical addresses for page mapping
Leon Romanovsky
3
-33
/
+32
2025-09-12
Merge tag 'dma-mapping-6.17-2025-09-09' into HEAD
Marek Szyprowski
5
-7
/
+71
2025-09-11
bpf: Report arena faults to BPF stderr
Puranjay Mohan
1
-0
/
+30
2025-09-11
bpf: core: introduce main_prog_aux for stream access
Puranjay Mohan
2
-3
/
+4
2025-09-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5
Alexei Starovoitov
44
-97
/
+307
2025-09-11
Merge tag 'pm-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
2
-4
/
+26
2025-09-11
entry: Add arch_irqentry_exit_need_resched() for arm64
Jinjie Ruan
1
-1
/
+15
2025-09-11
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
7
-16
/
+36
2025-09-11
Merge branches 'pm-sleep' and 'pm-em'
Rafael J. Wysocki
2
-4
/
+26
2025-09-10
audit: fix skb leak when audit rate limit is exceeded
Gerald Yang
1
-1
/
+3
2025-09-10
bpf: Reject bpf_timer for PREEMPT_RT
Leon Hwang
1
-0
/
+4
2025-09-10
Merge tag 'trace-v6.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
4
-5
/
+13
2025-09-10
PM: hibernate: Restrict GFP mask in hibernation_snapshot()
Rafael J. Wysocki
1
-0
/
+1
2025-09-10
cgroup: replace global percpu_rwsem with per threadgroup resem when writing to cgroup.procs
Yi Tao
4
-21
/
+70
2025-09-10
cgroup: relocate cgroup_attach_lock within cgroup_procs_write_start
Yi Tao
1
-23
/
+35
2025-09-10
cgroup: refactor the cgroup_attach_lock code to make it clearer
Yi Tao
3
-29
/
+61
2025-09-10
printk: kunit: support offstack cpumask
Arnd Bergmann
1
-6
/
+18
2025-09-10
PM: EM: Add function for registering a PD without capacity update
Rafael J. Wysocki
1
-4
/
+25
2025-09-09
bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init()
Peilin Ye
1
-2
/
+5
2025-09-09
bpf: Allow fall back to interpreter for programs with stack size <= 512
KaFai Wan
1
-7
/
+9
2025-09-09
rqspinlock: Choose trylock fallback for NMI waiters
Kumar Kartikeya Dwivedi
2
-1
/
+2
2025-09-09
bpf: Fix bpf_strnstr() to handle suffix match cases better
Rong Tao
1
-1
/
+8
2025-09-09
bpf: Fix out-of-bounds dynptr write in bpf_crypto_crypt
Daniel Borkmann
1
-1
/
+1
2025-09-09
Merge tag 'dma-mapping-6.17-2025-09-09' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux
Linus Torvalds
3
-3
/
+69
2025-09-09
clocksource: Print durations for sync check unconditionally
Jiri Wiesner
1
-3
/
+2
2025-09-09
hrtimers: Unconditionally update target CPU base after offline timer migration
Xiongfeng Wang
1
-8
/
+3
2025-09-09
tick: Do not set device to detached state in tick_shutdown()
Bibo Mao
3
-13
/
+7
2025-09-09
hrtimer: Reorder branches in hrtimer_clockid_to_base()
Thomas Weißschuh
1
-2
/
+2
2025-09-09
hrtimer: Remove hrtimer_clock_base:: Get_time
Thomas Weißschuh
2
-11
/
+25
2025-09-09
sched/core: Avoid direct access to hrtimer clockbase
Thomas Weißschuh
1
-1
/
+1
2025-09-09
timers/itimer: Avoid direct access to hrtimer clockbase
Thomas Weißschuh
1
-2
/
+1
2025-09-09
posix-timers: Avoid direct access to hrtimer clockbase
Thomas Weißschuh
1
-3
/
+2
2025-09-08
tracing: Silence warning when chunk allocation fails in trace_pid_write
Pu Lehui
1
-1
/
+5
2025-09-08
bpf: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+2
2025-09-08
bpf: replace use of system_unbound_wq with system_dfl_wq
Marco Crivellari
3
-4
/
+4
2025-09-08
bpf: replace use of system_wq with system_percpu_wq
Marco Crivellari
2
-2
/
+2
2025-09-07
Merge tag 'timers-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-4
/
+10
2025-09-07
Merge tag 'locking-urgent-2025-09-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-5
/
+13
[prev]
[next]