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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-16
audit: include source and destination ports to NETFILTER_PKT
Ricardo Robaina
1
-4
/
+99
2025-12-16
audit: add audit_log_nf_skb helper function
Ricardo Robaina
1
-0
/
+64
2025-12-16
Merge tag 'sched_ext-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
1
-24
/
+48
2025-12-16
Merge tag 'cgroup-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
1
-5
/
+8
2025-12-15
genirq: Add interrupt redirection infrastructure
Radu Rendec
3
-5
/
+118
2025-12-15
genirq: Remove setup_percpu_irq()
Marc Zyngier
1
-30
/
+0
2025-12-15
genirq: Remove __request_percpu_irq() helper
Marc Zyngier
1
-10
/
+5
2025-12-15
genirq: Remove IRQ timing tracking infrastructure
Marc Zyngier
6
-1081
/
+0
2025-12-15
time/timecounter: Inline timecounter_cyc2time()
Eric Dumazet
1
-35
/
+0
2025-12-15
sched_ext: Remove unused code in the do_pick_task_scx()
Zqiang
1
-6
/
+2
2025-12-15
printk/nbcon: Restore IRQ in atomic flush after each emitted record
Petr Mladek
1
-20
/
+18
2025-12-15
printk: nbcon: Check for device_{lock,unlock} callbacks
Marcos Paulo de Souza
1
-2
/
+5
2025-12-15
pid: only take pidmap_lock once on alloc
Mateusz Guzik
1
-46
/
+85
2025-12-15
PM: sleep: Do not flag runtime PM workqueue as freezable
Rafael J. Wysocki
1
-1
/
+1
2025-12-15
sched/fair: Sort out 'blocked_load*' namespace noise
Ingo Molnar
1
-20
/
+20
2025-12-15
sched/fair: Introduce and use the vruntime_cmp() and vruntime_op() wrappers for wrapped-signed aritmetics
Ingo Molnar
1
-15
/
+51
2025-12-15
sched/fair: Rename cfs_rq::avg_vruntime to ::sum_w_vruntime, and helper functions
Ingo Molnar
2
-14
/
+14
2025-12-15
sched/fair: Rename cfs_rq::avg_load to cfs_rq::sum_weight
Ingo Molnar
2
-9
/
+9
2025-12-15
sched/fair: Clean up comments in 'struct cfs_rq'
Ingo Molnar
1
-6
/
+6
2025-12-15
sched/fair: Join two #ifdef CONFIG_FAIR_GROUP_SCHED blocks
Ingo Molnar
1
-6
/
+4
2025-12-14
sched/core: Add assertions to QUEUE_CLASS
Peter Zijlstra
2
-0
/
+14
2025-12-14
sched/fair: Limit hrtick work
Peter Zijlstra
1
-0
/
+6
2025-12-14
sched/fair: Remove superfluous rcu_read_lock()
Peter Zijlstra
1
-8
/
+1
2025-12-14
sched/fair: Switch to rcu_dereference_all()
Peter Zijlstra
2
-25
/
+25
2025-12-14
sched/headers: Rename rcu_dereference_check_sched_domain() => rcu_dereference_sched_domain()
Peter Zijlstra
2
-3
/
+3
2025-12-14
sched/fair: Avoid rq->lock bouncing in sched_balance_newidle()
Peter Zijlstra
1
-9
/
+18
2025-12-14
sched/fair: Fold the sched_avg update
Peter Zijlstra
1
-76
/
+32
2025-12-13
bpf: Fix bpf_seq_read docs for increased buffer size
T.J. Mercier
1
-1
/
+1
2025-12-14
Merge tag 'smp-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-9
/
+16
2025-12-14
Merge tag 'perf-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-14
/
+16
2025-12-14
Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+3
2025-12-13
Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-5
/
+7
2025-12-13
genirq: Don't overwrite interrupt thread flags on setup
Thomas Gleixner
1
-1
/
+1
2025-12-12
sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()
Tejun Heo
1
-0
/
+10
2025-12-12
sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()
Tejun Heo
1
-15
/
+19
2025-12-11
sched_ext: Fix bypass depth leak on scx_enable() failure
Tejun Heo
1
-0
/
+14
2025-12-10
mm: memfd_luo: add CONFIG_SHMEM dependency
Arnd Bergmann
1
-0
/
+1
2025-12-10
liveupdate: luo_core: fix redundant bound check in luo_ioctl()
Pasha Tatashin
1
-3
/
+1
2025-12-10
liveupdate: luo_file: don't use invalid list iterator
Dan Carpenter
1
-2
/
+5
2025-12-11
Merge tag 's390-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-3
/
+3
2025-12-11
Merge tag 'dma-mapping-6.19-2025-12-10' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux
Linus Torvalds
1
-1
/
+1
2025-12-10
bpf: Fix verifier assumptions of bpf_d_path's output buffer
Shuran Liu
1
-1
/
+1
2025-12-10
Merge tag 'locking-futex-2025-12-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+4
2025-12-10
bpf: verifier improvement in 32bit shift sign extension pattern
Cupertino Miranda
1
-11
/
+7
2025-12-09
bpf: cpumap: propagate underlying error in cpu_map_update_elem()
Kohei Enju
1
-8
/
+13
2025-12-09
bpf: Fix truncated dmabuf iterator reads
T.J. Mercier
1
-7
/
+49
2025-12-09
bpf: Add bpf_has_frame_pointer()
Josh Poimboeuf
1
-0
/
+16
2025-12-10
cpu: Make atomic hotplug callbacks run with interrupts disabled on UP
Sebastian Andrzej Siewior
1
-9
/
+16
2025-12-10
genirq: Allow NULL affinity for setup_percpu_irq()
Marc Zyngier
1
-0
/
+3
2025-12-09
perf/core: Fix missing read event generation on task exit
Thaumy Cheng
1
-10
/
+12
[prev]
[next]