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-01-23
sched/fair: Disable scheduler feature NEXT_BUDDY
Mel Gorman
1
-1
/
+1
2026-01-23
padata: Constify padata_sysfs_entry structs
Thomas Weißschuh
1
-11
/
+11
2026-01-22
kallsyms: Get rid of kallsyms relative base
Ard Biesheuvel
3
-4
/
+4
2026-01-22
cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
Frederic Weisbecker
1
-26
/
+11
2026-01-22
sched: Update rq->avg_idle when a task is moved to an idle CPU
Shubhang Kaushik
3
-12
/
+14
2026-01-22
hrtimer: Fix trace oddity
Thomas Gleixner
1
-1
/
+1
2026-01-22
rseq: Lower default slice extension
Peter Zijlstra
1
-1
/
+1
2026-01-22
rseq: Move slice_ext_nsec to debugfs
Peter Zijlstra
1
-23
/
+46
2026-01-22
rseq: Allow registering RSEQ with slice extension
Peter Zijlstra
1
-2
/
+10
2026-01-22
entry: Hook up rseq time slice extension
Thomas Gleixner
1
-2
/
+25
2026-01-22
rseq: Implement time slice extension enforcement timer
Thomas Gleixner
1
-3
/
+129
2026-01-22
rseq: Implement syscall entry work for time slice extensions
Thomas Gleixner
2
-2
/
+100
2026-01-22
rseq: Implement sys_rseq_slice_yield()
Thomas Gleixner
2
-0
/
+22
2026-01-22
rseq: Add prctl() to enable time slice extensions
Thomas Gleixner
2
-0
/
+58
2026-01-22
rseq: Add statistics for time slice extensions
Thomas Gleixner
1
-0
/
+14
2026-01-22
rseq: Provide static branch for time slice extensions
Thomas Gleixner
1
-0
/
+17
2026-01-22
rseq: Add fields and constants for time slice extension
Thomas Gleixner
1
-0
/
+7
2026-01-22
sched/debug: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()
Fushuai Wang
1
-10
/
+4
2026-01-21
bpf: add bpf_strncasecmp kfunc
Yuzuki Ishiyama
1
-5
/
+25
2026-01-21
bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
Menglong Dong
2
-6
/
+26
2026-01-21
sched/fair: Fix pelt clock sync when entering idle
Vincent Guittot
2
-6
/
+6
2026-01-21
perf: Fix refcount warning on event->mmap_count increment
Will Rosenberg
1
-0
/
+9
2026-01-21
clocksource: Reduce watchdog readout delay limit to prevent false positives
Thomas Gleixner
1
-1
/
+1
2026-01-20
bpf, x86: inline bpf_get_current_task() for x86_64
Menglong Dong
1
-0
/
+22
2026-01-20
fork-comment-fix: remove ambiguous question mark in CLONE_CHILD_CLEARTID comment
Minu Jin
1
-1
/
+1
2026-01-20
kallsyms: prevent module removal when printing module name and buildid
Petr Mladek
1
-0
/
+3
2026-01-20
kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()
Petr Mladek
2
-3
/
+6
2026-01-20
kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()
Petr Mladek
2
-5
/
+4
2026-01-20
kallsyms: cleanup code for appending the module buildid
Petr Mladek
1
-9
/
+33
2026-01-20
module: add helper function for reading module_buildid()
Petr Mladek
1
-7
/
+2
2026-01-20
kallsyms: clean up modname and modbuildid initialization in kallsyms_lookup_buildid()
Petr Mladek
1
-4
/
+8
2026-01-20
kallsyms: clean up @namebuf initialization in kallsyms_lookup_buildid()
Petr Mladek
1
-1
/
+6
2026-01-20
watchdog: softlockup: panic when lockup duration exceeds N thresholds
Li RongQing
2
-5
/
+7
2026-01-20
kernel/crash: handle multi-page vmcoreinfo in crash kernel copy
Pnina Feder
1
-4
/
+13
2026-01-20
kernel: vmcoreinfo: allocate vmcoreinfo_data based on VMCOREINFO_BYTES
Pnina Feder
1
-2
/
+4
2026-01-20
kernel: fix off-by-one benign bugs
Alejandro Colomar
1
-2
/
+2
2026-01-20
kernel.h: drop hex.h and update all hex.h users
Randy Dunlap
4
-0
/
+4
2026-01-20
crash_dump: constify struct configfs_item_operations and configfs_group_operations
Christophe JAILLET
1
-2
/
+2
2026-01-20
bpf: Simplify bpf_timer_cancel()
Mykyta Yatsenko
1
-16
/
+11
2026-01-20
bpf: Introduce lock-free bpf_async_update_prog_callback()
Mykyta Yatsenko
1
-30
/
+37
2026-01-20
bpf: Remove unnecessary arguments from bpf_async_set_callback()
Mykyta Yatsenko
1
-5
/
+4
2026-01-20
bpf: Factor out timer deletion helper
Mykyta Yatsenko
1
-11
/
+18
2026-01-20
bpf: Require ARG_PTR_TO_MEM with memory flag
Zesen Liu
1
-0
/
+17
2026-01-20
bpf: Fix memory access flags in helper prototypes
Zesen Liu
3
-5
/
+5
2026-01-20
bpf: Add range tracking for BPF_DIV and BPF_MOD
Yazhou Tang
1
-0
/
+299
2026-01-20
bpf: Remove __prog kfunc arg annotation
Ihor Solodrai
1
-9
/
+2
2026-01-20
bpf: Migrate bpf_stream_vprintk() to KF_IMPLICIT_ARGS
Ihor Solodrai
2
-4
/
+3
2026-01-20
bpf: Migrate bpf_task_work_schedule_* kfuncs to KF_IMPLICIT_ARGS
Ihor Solodrai
2
-22
/
+20
2026-01-20
bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGS
Ihor Solodrai
2
-14
/
+13
2026-01-20
bpf: Verifier support for KF_IMPLICIT_ARGS
Ihor Solodrai
1
-4
/
+54
[prev]
[next]