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-11-11
sched/eevdf: Fix min_vruntime vs avg_vruntime
Peter Zijlstra
3
-95
/
+31
2025-11-11
sched/core: Add comment explaining force-idle vruntime snapshots
Peter Zijlstra
1
-0
/
+181
2025-11-11
sched/core: Optimize core cookie matching check
Fernand Sieber
1
-1
/
+4
2025-11-11
sched/proxy: Yield the donor task
Fernand Sieber
5
-7
/
+8
2025-11-11
ns: drop custom reference count initialization for initial namespaces
Christian Brauner
4
-4
/
+4
2025-11-11
pid: rely on common reference count behavior
Christian Brauner
1
-1
/
+1
2025-11-11
ns: rename is_initial_namespace()
Christian Brauner
1
-1
/
+1
2025-11-11
nstree: use guards for ns_tree_lock
Christian Brauner
1
-7
/
+13
2025-11-11
nstree: simplify owner list iteration
Christian Brauner
1
-3
/
+7
2025-11-11
nstree: switch to new structures
Christian Brauner
2
-131
/
+81
2025-11-11
nstree: add helper to operate on struct ns_tree_{node,root}
Christian Brauner
1
-0
/
+85
2025-11-11
Merge branch 'kbuild-6.19.fms.extension'
Christian Brauner
9
-14
/
+28
2025-11-10
tracing: Report wrong dynamic event command
Masami Hiramatsu (Google)
1
-2
/
+9
2025-11-10
tracing: Use switch statement instead of ifs in set_tracer_flag()
Steven Rostedt
1
-15
/
+23
2025-11-10
tracing: Exit out immediately after update_marker_trace()
Steven Rostedt
1
-1
/
+4
2025-11-10
tracing: Have add_tracer_options() error pass up to callers
Steven Rostedt
1
-21
/
+34
2025-11-10
tracing: Remove dummy options and flags
Steven Rostedt
1
-32
/
+16
2025-11-10
tracing: Hide __NR_utimensat and _NR_mq_timedsend when not defined
Steven Rostedt
1
-0
/
+4
2025-11-10
bpf: Export necessary symbols for modules with struct_ops
D. Wythe
2
-0
/
+3
2025-11-10
bpf: Unclone skb head on bpf_dynptr_write to skb metadata
Jakub Sitnicki
1
-4
/
+2
2025-11-10
workqueue: Remove unused assert_rcu_or_wq_mutex_or_pool_mutex
zhang jiao
1
-6
/
+0
2025-11-10
printk_ringbuffer: Create a helper function to decide whether more space is needed
Petr Mladek
1
-4
/
+28
2025-11-10
printk_ringbuffer: Fix check of valid data size when blk_lpos overflows
Petr Mladek
1
-3
/
+6
2025-11-10
ns: add asserts for active refcount underflow
Christian Brauner
1
-4
/
+14
2025-11-10
ns: handle setns(pidfd, ...) cleanly
Christian Brauner
2
-17
/
+12
2025-11-10
ns: return EFAULT on put_user() error
Christian Brauner
1
-2
/
+2
2025-11-10
ns: make sure reference are dropped outside of rcu lock
Christian Brauner
1
-9
/
+23
2025-11-10
ns: don't increment or decrement initial namespaces
Christian Brauner
1
-0
/
+6
2025-11-10
ns: don't skip active reference count initialization
Christian Brauner
1
-5
/
+4
2025-11-09
kho: warn and exit when unpreserved page wasn't preserved
Pratyush Yadav
1
-4
/
+4
2025-11-09
kho: fix unpreservation of higher-order vmalloc preservations
Pratyush Yadav
1
-3
/
+4
2025-11-09
kho: fix out-of-bounds access of vmalloc chunk
Pratyush Yadav
1
-2
/
+2
2025-11-09
gcov: add support for GCC 15
Peter Oberparleiter
1
-1
/
+3
2025-11-09
kho: allocate metadata directly from the buddy allocator
Pasha Tatashin
1
-3
/
+3
2025-11-09
kho: increase metadata bitmap size to PAGE_SIZE
Pasha Tatashin
1
-10
/
+11
2025-11-09
kho: warn and fail on metadata or preserved memory in scratch area
Pasha Tatashin
5
-19
/
+93
2025-11-08
Merge tag 'sched-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-10
/
+7
2025-11-08
Merge tag 'perf-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+15
2025-11-08
Merge tag 'locking-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-6
/
+6
2025-11-07
audit: merge loops in __audit_inode_child()
Ricardo Robaina
1
-24
/
+19
2025-11-07
audit: Use kzalloc() instead of kmalloc()/memset() in audit_krule_to_data()
Gongwei Li
1
-2
/
+1
2025-11-07
Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
2
-2
/
+8
2025-11-07
PM: hibernate: Fix style issues in save_compressed_image()
Mario Limonciello (AMD)
1
-2
/
+3
2025-11-07
PM: hibernate: Use atomic64_t for compressed_size variable
Mario Limonciello (AMD)
1
-5
/
+5
2025-11-07
PM: hibernate: Emit an error when image writing fails
Mario Limonciello (AMD)
1
-4
/
+7
2025-11-07
refscale: Do not disable interrupts for tests involving local_bh_enable()
Paul E. McKenney
1
-4
/
+10
2025-11-07
refscale: Add non-atomic per-CPU increment readers
Paul E. McKenney
1
-2
/
+153
2025-11-07
refscale: Add this_cpu_inc() readers
Paul E. McKenney
1
-4
/
+32
2025-11-07
refscale: Add preempt_disable() readers
Paul E. McKenney
1
-1
/
+32
2025-11-07
refscale: Add local_bh_disable() readers
Paul E. McKenney
1
-1
/
+33
[prev]
[next]