aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-01-26tracing: Check the return value of tracing_update_buffers()Steven Rostedt1-3/+4
2026-01-26tracing: Add show_event_triggers to expose active event triggersAaron Tomlin1-0/+64
2026-01-26tracing: Add show_event_filters to expose active event filtersAaron Tomlin1-0/+58
2026-01-26tracing: Replace use of system_wq with system_dfl_wqMarco Crivellari1-1/+1
2026-01-26tracing: Add bitmask-list option for human-readable bitmask displayAaron Tomlin3-4/+56
2026-01-26tracing: Remove redundant call to event_trigger_reset_filter() in event_hist_trigger_parse()Steven Rostedt1-2/+0
2026-01-26tracing: Properly process error handling in event_hist_trigger_parse()Miaoqian Lin1-1/+1
2026-01-24bpf: support fsession for bpf_session_cookieMenglong Dong1-0/+20
2026-01-24bpf: support fsession for bpf_session_is_returnMenglong Dong2-13/+39
2026-01-24bpf: change prototype of bpf_session_{cookie,is_return}Menglong Dong2-3/+7
2026-01-24bpf: use the least significant byte for the nr_args in trampolineMenglong Dong2-19/+26
2026-01-24bpf: add fsession supportMenglong Dong4-12/+73
2026-01-24Merge tag 'trace-v6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds4-6/+21
2026-01-24Merge tag 'timers-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+2
2026-01-24Merge tag 'sched-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-17/+7
2026-01-24Merge tag 'perf-urgent-2026-01-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2026-01-23Merge branch 'for-7.0/cxl-init' into cxl-for-nextDave Jiang1-11/+60
2026-01-23Merge branch 'rcu-nocb.20260123a'Boqun Feng3-56/+29
2026-01-23rcu/nocb: Extract nocb_defer_wakeup_cancel() helperJoel Fernandes1-8/+11
2026-01-23rcu/nocb: Remove dead callback overload handlingJoel Fernandes1-12/+0
2026-01-23rcu/nocb: Remove unnecessary WakeOvfIsDeferred wake pathJoel Fernandes3-36/+18
2026-01-23function_graph: Fix args pointer mismatch in print_graph_retval()Donglin Peng1-1/+1
2026-01-23tracing: Avoid possible signed 64-bit truncationIan Rogers1-4/+4
2026-01-23tracing: Fix crash on synthetic stacktrace field usageSteven Rostedt2-1/+16
2026-01-23rqspinlock: Fix TAS fallback lock entry creationKumar Kartikeya Dwivedi1-3/+4
2026-01-23sched/fair: Revert force wakeup preemptionVincent Guittot1-10/+0
2026-01-23sched/fair: Disable scheduler feature NEXT_BUDDYMel Gorman1-1/+1
2026-01-23padata: Constify padata_sysfs_entry structsThomas Weißschuh1-11/+11
2026-01-22kallsyms: Get rid of kallsyms relative baseArd Biesheuvel3-4/+4
2026-01-22cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"Frederic Weisbecker1-26/+11
2026-01-22sched: Update rq->avg_idle when a task is moved to an idle CPUShubhang Kaushik3-12/+14
2026-01-22hrtimer: Fix trace oddityThomas Gleixner1-1/+1
2026-01-22rseq: Lower default slice extensionPeter Zijlstra1-1/+1
2026-01-22rseq: Move slice_ext_nsec to debugfsPeter Zijlstra1-23/+46
2026-01-22rseq: Allow registering RSEQ with slice extensionPeter Zijlstra1-2/+10
2026-01-22entry: Hook up rseq time slice extensionThomas Gleixner1-2/+25
2026-01-22rseq: Implement time slice extension enforcement timerThomas Gleixner1-3/+129
2026-01-22rseq: Implement syscall entry work for time slice extensionsThomas Gleixner2-2/+100
2026-01-22rseq: Implement sys_rseq_slice_yield()Thomas Gleixner2-0/+22
2026-01-22rseq: Add prctl() to enable time slice extensionsThomas Gleixner2-0/+58
2026-01-22rseq: Add statistics for time slice extensionsThomas Gleixner1-0/+14
2026-01-22rseq: Provide static branch for time slice extensionsThomas Gleixner1-0/+17
2026-01-22rseq: Add fields and constants for time slice extensionThomas Gleixner1-0/+7
2026-01-22sched/debug: Convert copy_from_user() + kstrtouint() to kstrtouint_from_user()Fushuai Wang1-10/+4
2026-01-21bpf: add bpf_strncasecmp kfuncYuzuki Ishiyama1-5/+25
2026-01-21bpf: support bpf_get_func_arg() for BPF_TRACE_RAW_TPMenglong Dong2-6/+26
2026-01-21sched/fair: Fix pelt clock sync when entering idleVincent Guittot2-6/+6
2026-01-21perf: Fix refcount warning on event->mmap_count incrementWill Rosenberg1-0/+9
2026-01-21clocksource: Reduce watchdog readout delay limit to prevent false positivesThomas Gleixner1-1/+1
2026-01-20bpf, x86: inline bpf_get_current_task() for x86_64Menglong Dong1-0/+22