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
2026-03-25
cgroup: Fix cgroup_drain_dying() testing the wrong condition
Tejun Heo
1
-20
/
+22
2026-03-25
srcu: Use irq_work to start GP in tiny SRCU
Joel Fernandes
1
-1
/
+18
2026-03-25
rcu: Use an intermediate irq_work to start process_srcu()
Boqun Feng
1
-2
/
+28
2026-03-25
srcu: Push srcu_node allocation to GP when non-preemptible
Paul E. McKenney
1
-2
/
+5
2026-03-25
srcu: Use raw spinlocks so call_srcu() can be used under preempt_disable()
Paul E. McKenney
2
-105
/
+78
2026-03-25
workqueue: Better describe stall check
Petr Mladek
1
-7
/
+8
2026-03-24
alarmtimer: Fix argument order in alarm_timer_forward()
Zhan Xusheng
1
-1
/
+1
2026-03-24
cgroup: Wait for dying tasks to leave on rmdir
Tejun Heo
1
-3
/
+83
2026-03-23
PM: sleep: Drop spurious WARN_ON() from pm_restore_gfp_mask()
Youngjun Park
1
-1
/
+1
2026-03-23
PM: hibernate: Drain trailing zero pages on userspace restore
Alberto Garcia
1
-0
/
+11
2026-03-22
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
3
-20
/
+80
2026-03-22
Merge tag 'trace-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
3
-12
/
+30
2026-03-22
Merge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-11
/
+8
2026-03-21
workqueue: Fix false positive stall reports
Song Liu
1
-3
/
+21
2026-03-21
sched_ext: Fix inconsistent NUMA node lookup in scx_select_cpu_dfl()
Cheng-Yang Chou
1
-1
/
+1
2026-03-21
ftrace: Use hash argument for tmp_ops in update_ftrace_direct_mod
Jiri Olsa
1
-2
/
+2
2026-03-21
ring-buffer: Fix to update per-subbuf entries of persistent ring buffer
Masami Hiramatsu (Google)
1
-1
/
+1
2026-03-21
tracing: Fix trace_marker copy link list updates
Steven Rostedt
1
-9
/
+10
2026-03-21
tracing: Fix failure to read user space from system call trace events
Steven Rostedt
1
-0
/
+17
2026-03-21
bpf: Fix sync_linked_regs regarding BPF_ADD_CONST32 zext propagation
Daniel Borkmann
1
-6
/
+15
2026-03-21
bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR
Daniel Wade
1
-1
/
+1
2026-03-21
bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
Jenny Guanni Qu
1
-8
/
+14
2026-03-21
bpf: Fix exception exit lock checking for subprogs
Ihor Solodrai
1
-1
/
+2
2026-03-20
dma-direct: prevent SWIOTLB path when DMA_ATTR_REQUIRE_COHERENT is set
Leon Romanovsky
1
-3
/
+4
2026-03-20
dma-mapping: Introduce DMA require coherency attribute
Leon Romanovsky
2
-1
/
+8
2026-03-20
dma-mapping: Clarify valid conditions for CPU cache line overlap
Leon Romanovsky
1
-1
/
+1
2026-03-20
dma-debug: Allow multiple invocations of overlapping entries
Leon Romanovsky
1
-3
/
+3
2026-03-19
Merge tag 'pm-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-9
/
+21
2026-03-18
bpf: Release module BTF IDR before module unload
Kumar Kartikeya Dwivedi
1
-4
/
+20
2026-03-16
sched: idle: Consolidate the handling of two special cases
Rafael J. Wysocki
1
-9
/
+21
2026-03-16
Merge tag 'mm-hotfixes-stable-2026-03-16-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2026-03-16
dma: swiotlb: add KMSAN annotations to swiotlb_bounce()
Shigeru Yoshida
1
-2
/
+19
2026-03-15
Merge tag 'probes-fixes-v7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-2
/
+6
2026-03-15
Merge tag 'timers-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2026-03-15
Merge tag 'sched-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-53
/
+29
2026-03-13
Merge tag 'wq-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2
-27
/
+29
2026-03-13
Merge tag 'cgroup-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-28
/
+37
2026-03-13
Merge tag 'sched_ext-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
Linus Torvalds
2
-27
/
+109
2026-03-13
kprobes: Remove unneeded warnings from __arm_kprobe_ftrace()
Masami Hiramatsu (Google)
1
-2
/
+2
2026-03-13
kprobes: avoid crash when rmmod/insmod after ftrace killed
Masami Hiramatsu (Google)
1
-0
/
+4
2026-03-12
perf: Make sure to use pmu_ctx->pmu for groups
Peter Zijlstra
1
-11
/
+8
2026-03-11
sched/mmcid: Avoid full tasklist walks
Thomas Gleixner
2
-42
/
+13
2026-03-11
sched/mmcid: Remove pointless preempt guard
Thomas Gleixner
1
-5
/
+7
2026-03-11
sched/mmcid: Handle vfork()/CLONE_VM correctly
Thomas Gleixner
1
-4
/
+1
2026-03-11
sched/mmcid: Prevent CID stalls due to concurrent forks
Thomas Gleixner
2
-9
/
+15
2026-03-11
time/jiffies: Mark jiffies_64_to_clock_t() notrace
Steven Rostedt
1
-1
/
+1
2026-03-10
crash_dump: don't log dm-crypt key bytes in read_key_from_user_keying
Thorsten Blum
1
-2
/
+2
2026-03-10
bpf: Fix constant blinding for PROBE_MEM32 stores
Sachin Kumar
1
-0
/
+21
2026-03-10
bpf: Reset register ID for BPF_END value tracking
Yazhou Tang
1
-0
/
+7
2026-03-10
sched: idle: Make skipping governor callbacks more consistent
Rafael J. Wysocki
1
-1
/
+10
[prev]
[next]