index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2026-01-24
bpf: use the least significant byte for the nr_args in trampoline
Menglong Dong
-19
/
+26
2026-01-24
bpf: add fsession support
Menglong Dong
-12
/
+73
2026-01-24
Merge tag 'trace-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-6
/
+21
2026-01-24
Merge tag 'timers-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+2
2026-01-24
Merge tag 'sched-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-17
/
+7
2026-01-24
Merge tag 'perf-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-0
/
+9
2026-01-23
Merge branch 'for-7.0/cxl-init' into cxl-for-next
Dave Jiang
-11
/
+60
2026-01-23
Merge branch 'rcu-nocb.20260123a'
Boqun Feng
-56
/
+29
2026-01-23
rcu/nocb: Extract nocb_defer_wakeup_cancel() helper
Joel Fernandes
-8
/
+11
2026-01-23
rcu/nocb: Remove dead callback overload handling
Joel Fernandes
-12
/
+0
2026-01-23
rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake path
Joel Fernandes
-36
/
+18
2026-01-23
function_graph: Fix args pointer mismatch in print_graph_retval()
Donglin Peng
-1
/
+1
2026-01-23
tracing: Avoid possible signed 64-bit truncation
Ian Rogers
-4
/
+4
2026-01-23
tracing: Fix crash on synthetic stacktrace field usage
Steven Rostedt
-1
/
+16
2026-01-23
rqspinlock: Fix TAS fallback lock entry creation
Kumar Kartikeya Dwivedi
-3
/
+4
2026-01-23
sched/fair: Revert force wakeup preemption
Vincent Guittot
-10
/
+0
2026-01-23
sched/fair: Disable scheduler feature NEXT_BUDDY
Mel Gorman
-1
/
+1
2026-01-23
padata: Constify padata_sysfs_entry structs
Thomas Weißschuh
-11
/
+11
2026-01-22
kallsyms: Get rid of kallsyms relative base
Ard Biesheuvel
-4
/
+4
2026-01-22
cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
Frederic Weisbecker
-26
/
+11
2026-01-22
sched: Update rq->avg_idle when a task is moved to an idle CPU
Shubhang Kaushik
-12
/
+14
2026-01-22
hrtimer: Fix trace oddity
Thomas Gleixner
-1
/
+1
2026-01-22
rseq: Lower default slice extension
Peter Zijlstra
-1
/
+1
2026-01-22
rseq: Move slice_ext_nsec to debugfs
Peter Zijlstra
-23
/
+46
2026-01-22
rseq: Allow registering RSEQ with slice extension
Peter Zijlstra
-2
/
+10
2026-01-22
entry: Hook up rseq time slice extension
Thomas Gleixner
-2
/
+25
2026-01-22
rseq: Implement time slice extension enforcement timer
Thomas Gleixner
-3
/
+129
2026-01-22
rseq: Implement syscall entry work for time slice extensions
Thomas Gleixner
-2
/
+100
2026-01-22
rseq: Implement sys_rseq_slice_yield()
Thomas Gleixner
-0
/
+22
2026-01-22
rseq: Add prctl() to enable time slice extensions
Thomas Gleixner
-0
/
+58
2026-01-22
rseq: Add statistics for time slice extensions
Thomas Gleixner
-0
/
+14
2026-01-22
rseq: Provide static branch for time slice extensions
Thomas Gleixner
-0
/
+17
2026-01-22
rseq: Add fields and constants for time slice extension
Thomas Gleixner
-0
/
+7
2026-01-22
sched/debug: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()
Fushuai Wang
-10
/
+4
2026-01-21
bpf: add bpf_strncasecmp kfunc
Yuzuki Ishiyama
-5
/
+25
2026-01-21
bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TP
Menglong Dong
-6
/
+26
2026-01-21
sched/fair: Fix pelt clock sync when entering idle
Vincent Guittot
-6
/
+6
2026-01-21
perf: Fix refcount warning on event->mmap_count increment
Will Rosenberg
-0
/
+9
2026-01-21
clocksource: Reduce watchdog readout delay limit to prevent false positives
Thomas Gleixner
-1
/
+1
2026-01-20
bpf, x86: inline bpf_get_current_task() for x86_64
Menglong Dong
-0
/
+22
2026-01-20
fork-comment-fix: remove ambiguous question mark in CLONE_CHILD_CLEARTID comment
Minu Jin
-1
/
+1
2026-01-20
kallsyms: prevent module removal when printing module name and buildid
Petr Mladek
-0
/
+3
2026-01-20
kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()
Petr Mladek
-3
/
+6
2026-01-20
kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()
Petr Mladek
-5
/
+4
2026-01-20
kallsyms: cleanup code for appending the module buildid
Petr Mladek
-9
/
+33
2026-01-20
module: add helper function for reading module_buildid()
Petr Mladek
-7
/
+2
2026-01-20
kallsyms: clean up modname and modbuildid initialization in kallsyms_lookup_b...
Petr Mladek
-4
/
+8
2026-01-20
kallsyms: clean up @namebuf initialization in kallsyms_lookup_buildid()
Petr Mladek
-1
/
+6
2026-01-20
watchdog: softlockup: panic when lockup duration exceeds N thresholds
Li RongQing
-5
/
+7
2026-01-20
kernel/crash: handle multi-page vmcoreinfo in crash kernel copy
Pnina Feder
-4
/
+13
[prev]
[next]