aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-26tracing: Add boot-time backup of persistent ring bufferMasami Hiramatsu (Google)2-6/+58
2025-11-26ftrace: Allow tracing of some of the tracing codeSteven Rostedt2-0/+31
2025-11-26tracing: Use strim() in trigger_process_regex() instead of skip_spaces()Steven Rostedt1-3/+2
2025-11-26tracing: Add bulk garbage collection of freeing event_trigger_dataSteven Rostedt2-3/+54
2025-11-26tracing: Remove unneeded event_mutex lock in event_trigger_regex_release()Steven Rostedt1-4/+0
2025-11-26tracing: Merge struct event_trigger_ops into struct event_commandSteven Rostedt4-202/+151
2025-11-26tracing: Remove get_trigger_ops() and add count_func() from trigger opsSteven Rostedt4-235/+116
2025-11-26tracing: Show the tracer options in boot-time created instanceMasami Hiramatsu (Google)1-3/+6
2025-11-26ftrace: Avoid redundant initialization in register_ftrace_directMenglong Dong1-1/+1
2025-11-26tracing: Remove unused variable in tracing_trace_options_show()Steven Rostedt1-3/+0
2025-11-26fgraph: Make fgraph_no_sleep_time signedSteven Rostedt2-2/+2
2025-11-26bpf: Fix exclusive map memory leakEdward Adam Davis1-1/+2
2025-11-25bpf: Introduce internal bpf_map_check_op_flags helper functionLeon Hwang1-23/+11
2025-11-25tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey1-0/+10
2025-11-25sched/mmcid: Switch over to the new mechanismThomas Gleixner3-93/+99
2025-11-25sched/mmcid: Implement deferred mode changeThomas Gleixner1-7/+51
2025-11-25sched/mmcid: Provide CID ownership mode fixup functionsThomas Gleixner1-24/+254
2025-11-25sched/mmcid: Provide new scheduler CID mechanismThomas Gleixner2-1/+151
2025-11-25sched/mmcid: Introduce per task/CPU ownership infrastructureThomas Gleixner2-0/+69
2025-11-25sched/mmcid: Serialize sched_mm_cid_fork()/exit() with a mutexThomas Gleixner1-0/+22
2025-11-25sched/mmcid: Provide precomputed maximal valueThomas Gleixner3-19/+44
2025-11-25sched/mmcid: Move initialization out of lineThomas Gleixner1-0/+14
2025-11-25signal: Move MMCID exit out of sighand lockThomas Gleixner3-4/+3
2025-11-25sched/mmcid: Convert mm CID mask to a bitmapThomas Gleixner2-4/+4
2025-11-25cpumask: Cache num_possible_cpus()Thomas Gleixner1-0/+19
2025-11-25sched: idle: Respect the CPU system wakeup QoS limit for s2idleUlf Hansson1-5/+7
2025-11-25PM: QoS: Introduce a CPU system wakeup QoS limitUlf Hansson2-0/+117
2025-11-25timekeeping: Fix error code in tk_aux_sysfs_init()Dan Carpenter1-1/+3
2025-11-24PM: hibernate: Extra cleanup of comments in swap handling codeRafael J. Wysocki1-48/+33
2025-11-24bpf: implement "jmp" mode for trampolineMenglong Dong1-17/+58
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong2-8/+17
2025-11-24ftrace: Introduce FTRACE_OPS_FL_JMPMenglong Dong2-1/+28
2025-11-24bpf: cleanup aux->used_maps after jitAnton Protopopov1-0/+9
2025-11-24kallsyms: Fix wrong "big" kernel symbol type read from procfsZheng Yejian1-1/+4
2025-11-24printk: Avoid irq_work for printk_deferred() on suspendJohn Ogness1-1/+1
2025-11-23Merge tag 'timers-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-18/+21
2025-11-23Merge tag 'perf-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-11-22timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou1-3/+4
2025-11-22Merge tag 'v6.18-rc3' into irq/msiThomas Gleixner16-46/+85
2025-11-22genirq: Remove cpumask availability check on kthread affinity settingFrederic Weisbecker1-13/+4
2025-11-22genirq: Fix interrupt threads affinity vs. cpuset isolated partitionsFrederic Weisbecker1-8/+15
2025-11-22genirq: Prevent early spurious wake-ups of interrupt threadsFrederic Weisbecker1-1/+9
2025-11-21bpf: support nested rcu critical sectionsPuranjay Mohan1-25/+22
2025-11-21bpf: correct stack liveness for tail callsEduard Zingerman2-5/+31
2025-11-21bpf: properly verify tail call behaviorMartin Teichmann1-3/+28
2025-11-21bpf: Add a check to make static analysers happyAnton Protopopov1-1/+7
2025-11-21workqueue: Don't rely on wq->rescuer to stop rescuerLai Jiangshan1-12/+5
2025-11-21workqueue: Only assign rescuer work when really neededLai Jiangshan1-0/+4
2025-11-21workqueue: Factor out assign_rescuer_work()Lai Jiangshan1-11/+18
2025-11-21Merge branch 'objtool/core'Peter Zijlstra224-5155/+9809