index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-12-08
ynl: add regen hint to new headers
Jakub Kicinski
2
-0
/
+2
2025-12-08
workqueue: Process extra works in rescuer on memory pressure
Lai Jiangshan
1
-2
/
+29
2025-12-08
workqueue: Process rescuer work items one-by-one using a cursor
Lai Jiangshan
1
-16
/
+59
2025-12-08
workqueue: Make send_mayday() take a PWQ argument directly
Lai Jiangshan
1
-10
/
+3
2025-12-08
cpuset: Remove unnecessary checks in rebuild_sched_domains_locked
Chen Ridong
1
-35
/
+15
2025-12-08
cgroup: switch to css_is_online() helper
Chen Ridong
1
-2
/
+2
2025-12-08
cgroup: rstat: use LOCK CMPXCHG in css_rstat_updated
Shakeel Butt
1
-5
/
+8
2025-12-08
sched/ext: Avoid null ptr traversal when ->put_prev_task() is called with NULL next
John Stultz
1
-1
/
+1
2025-12-08
sched_ext: Fix the memleak for sch->helper objects
Zqiang
1
-2
/
+2
2025-12-08
dma/pool: eliminate alloc_pages warning in atomic_pool_expand
Dave Kleikamp
1
-1
/
+1
2025-12-07
genirq: Change hwirq parameter to irq_hw_number_t
Tobias Schumacher
1
-3
/
+3
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
26
-571
/
+3134
2025-12-06
Merge tag 'trace-v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
14
-32
/
+33
2025-12-06
Merge tag 'sched-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-7
/
+12
2025-12-06
Merge tag 'objtool-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+1
2025-12-06
Merge tag 'dma-mapping-6.19-2025-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linux
Linus Torvalds
4
-34
/
+19
2025-12-06
sched/core: Fix psi_dequeue() for Proxy Execution
John Stultz
1
-1
/
+6
2025-12-06
sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the last task migrates out
xupengbo
1
-0
/
+3
2025-12-06
sched/rt: Remove a preempt-disable section in rt_mutex_setprio()
Sebastian Andrzej Siewior
1
-4
/
+1
2025-12-06
sched/hrtick: Fix hrtick() vs. scheduling context
Peter Zijlstra
1
-1
/
+1
2025-12-06
sched/headers: Remove whitespace noise from kernel/sched/sched.h
Ingo Molnar
1
-1
/
+1
2025-12-05
Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
6
-23
/
+69
2025-12-05
bpf: Support associating BPF program with struct_ops
Amery Hung
3
-0
/
+137
2025-12-05
bpf: Allow verifier to fixup kernel module kfuncs
Amery Hung
1
-2
/
+1
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-10
/
+5
2025-12-05
Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
6
-24
/
+24
[prev]
[next]