summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2026-01-24bpf: use the least significant byte for the nr_args in trampolineMenglong Dong-19/+26
2026-01-24bpf: add fsession supportMenglong Dong-12/+73
2026-01-24Merge tag 'trace-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+21
2026-01-24Merge tag 'timers-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+2
2026-01-24Merge tag 'sched-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-17/+7
2026-01-24Merge tag 'perf-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+9
2026-01-23Merge branch 'for-7.0/cxl-init' into cxl-for-nextDave Jiang-11/+60
2026-01-23Merge branch 'rcu-nocb.20260123a'Boqun Feng-56/+29
2026-01-23rcu/nocb: Extract nocb_defer_wakeup_cancel() helperJoel Fernandes-8/+11
2026-01-23rcu/nocb: Remove dead callback overload handlingJoel Fernandes-12/+0
2026-01-23rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake pathJoel Fernandes-36/+18
2026-01-23function_graph: Fix args pointer mismatch in print_graph_retval()Donglin Peng-1/+1
2026-01-23tracing: Avoid possible signed 64-bit truncationIan Rogers-4/+4
2026-01-23tracing: Fix crash on synthetic stacktrace field usageSteven Rostedt-1/+16
2026-01-23rqspinlock: Fix TAS fallback lock entry creationKumar Kartikeya Dwivedi-3/+4
2026-01-23sched/fair: Revert force wakeup preemptionVincent Guittot-10/+0
2026-01-23sched/fair: Disable scheduler feature NEXT_BUDDYMel Gorman-1/+1
2026-01-23padata: Constify padata_sysfs_entry structsThomas Weißschuh-11/+11
2026-01-22kallsyms: Get rid of kallsyms relative baseArd Biesheuvel-4/+4
2026-01-22cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"Frederic Weisbecker-26/+11
2026-01-22sched: Update rq->avg_idle when a task is moved to an idle CPUShubhang Kaushik-12/+14
2026-01-22hrtimer: Fix trace oddityThomas Gleixner-1/+1
2026-01-22rseq: Lower default slice extensionPeter Zijlstra-1/+1
2026-01-22rseq: Move slice_ext_nsec to debugfsPeter Zijlstra-23/+46
2026-01-22rseq: Allow registering RSEQ with slice extensionPeter Zijlstra-2/+10
2026-01-22entry: Hook up rseq time slice extensionThomas Gleixner-2/+25
2026-01-22rseq: Implement time slice extension enforcement timerThomas Gleixner-3/+129
2026-01-22rseq: Implement syscall entry work for time slice extensionsThomas Gleixner-2/+100
2026-01-22rseq: Implement sys_rseq_slice_yield()Thomas Gleixner-0/+22
2026-01-22rseq: Add prctl() to enable time slice extensionsThomas Gleixner-0/+58
2026-01-22rseq: Add statistics for time slice extensionsThomas Gleixner-0/+14
2026-01-22rseq: Provide static branch for time slice extensionsThomas Gleixner-0/+17
2026-01-22rseq: Add fields and constants for time slice extensionThomas Gleixner-0/+7
2026-01-22sched/debug: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()Fushuai Wang-10/+4
2026-01-21bpf: add bpf_strncasecmp kfuncYuzuki Ishiyama-5/+25
2026-01-21bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TPMenglong Dong-6/+26
2026-01-21sched/fair: Fix pelt clock sync when entering idleVincent Guittot-6/+6
2026-01-21perf: Fix refcount warning on event->mmap_count incrementWill Rosenberg-0/+9
2026-01-21clocksource: Reduce watchdog readout delay limit to prevent false positivesThomas Gleixner-1/+1
2026-01-20bpf, x86: inline bpf_get_current_task() for x86_64Menglong Dong-0/+22
2026-01-20fork-comment-fix: remove ambiguous question mark in CLONE_CHILD_CLEARTID commentMinu Jin-1/+1
2026-01-20kallsyms: prevent module removal when printing module name and buildidPetr Mladek-0/+3
2026-01-20kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()Petr Mladek-3/+6
2026-01-20kallsyms/bpf: rename __bpf_address_lookup() to bpf_address_lookup()Petr Mladek-5/+4
2026-01-20kallsyms: cleanup code for appending the module buildidPetr Mladek-9/+33
2026-01-20module: add helper function for reading module_buildid()Petr Mladek-7/+2
2026-01-20kallsyms: clean up modname and modbuildid initialization in kallsyms_lookup_b...Petr Mladek-4/+8
2026-01-20kallsyms: clean up @namebuf initialization in kallsyms_lookup_buildid()Petr Mladek-1/+6
2026-01-20watchdog: softlockup: panic when lockup duration exceeds N thresholdsLi RongQing-5/+7
2026-01-20kernel/crash: handle multi-page vmcoreinfo in crash kernel copyPnina Feder-4/+13