summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-05-09tracing: Use atomic_inc_return() for updating "disabled" counter in irqsoff t...Steven Rostedt-11/+18
2025-05-09tracing: Convert the per CPU "disabled" counter to local from atomicSteven Rostedt-25/+25
2025-05-09tracing: branch: Use trace_tracing_is_on_cpu() instead of "disabled" fieldSteven Rostedt-3/+1
2025-05-09ring-buffer: Add ring_buffer_record_is_on_cpu()Steven Rostedt-0/+33
2025-05-09tracing: Do not use per CPU array_buffer.data->disabled for cpumaskSteven Rostedt-2/+0
2025-05-09ftrace: Do not disabled function graph based on "disabled" fieldSteven Rostedt-29/+9
2025-05-09tracing: kdb: Use tracer_tracing_on/off() instead of setting per CPU disabledSteven Rostedt-7/+2
2025-05-09tracing: Use tracer_tracing_disable() instead of "disabled" field for ftrace_...Steven Rostedt-7/+4
2025-05-09tracing: Add tracer_tracing_disable/enable() functionsSteven Rostedt-0/+35
2025-05-09genirq: Fix inverted condition in handle_nested_irq()Thomas Gleixner-1/+1
2025-05-09sched_ext: Remove bpf_scx_get_func_protoFeng Yang-14/+1
2025-05-09bpf: Allow some trace helpers for all prog typesFeng Yang-69/+46
2025-05-09cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasksWaiman Long-2/+4
2025-05-09cgroup/cpuset: drop useless cpumask_empty() in compute_effective_exclusive_cp...Yury Norov-4/+2
2025-05-09bpf/verifier: Handle BPF_LOAD_ACQ instructions in insn_def_regno()Peilin Ye-6/+6
2025-05-09PM: hibernate: add configurable delay for pm_testZihuan Zhang-2/+7
2025-05-09PM: wakeup: Delete space in the end of string shown by pm_show_wakelocks()Zijun Hu-0/+3
2025-05-09kernel/nsproxy: remove unnecessary guardsJoel Savitz-20/+10
2025-05-09power: freeze filesystems during suspend/resumeChristian Brauner-1/+57
2025-05-08perf: Fix confusing aux iterationFrederic Weisbecker-1/+1
2025-05-08perf: Remove too early and redundant CPU hotplug handlingFrederic Weisbecker-5/+0
2025-05-08perf: Fix irq work dereferencing garbageFrederic Weisbecker-16/+15
2025-05-08perf: Fix failing inherit_event() doing extra refcount decrement on parentFrederic Weisbecker-2/+18
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar-6/+6
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar-3/+3
2025-05-08timers: Rename init_timers() as timers_init()Ingo Molnar-1/+1
2025-05-08timers: Rename NEXT_TIMER_MAX_DELTA as TIMER_NEXT_MAX_DELTAIngo Molnar-6/+6
2025-05-08timers: Rename init_timer_on_stack_key() as timer_init_key_on_stack()Ingo Molnar-2/+2
2025-05-08timers: Rename init_timer_key() as timer_init_key()Ingo Molnar-4/+4
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+10
2025-05-08tracing: Just use this_cpu_read() to access ignore_pidSteven Rostedt-4/+5
2025-05-08ftrace: Do not bother checking per CPU "disabled" flagSteven Rostedt-13/+3
2025-05-08tracing/mmiotrace: Remove reference to unused per CPU data pointerSteven Rostedt-10/+2
2025-05-08tracing/osnoise: Allow arbitrarily long CPU stringTomas Glozar-4/+5
2025-05-08ftrace: Comment that ftrace_func_mapper is freed with free_ftrace_hash()Steven Rostedt-1/+6
2025-05-08ftrace: Expose call graph depth as unsigned intIlya Leoshkevich-6/+6
2025-05-08ftrace: Show subops in enabled_functionsSteven Rostedt-0/+40
2025-05-08genirq/cpuhotplug: Fix up lock guards conversion brainf..tThomas Gleixner-1/+1
2025-05-07cpufreq/sched: Move cpufreq-specific EAS checks to cpufreqRafael J. Wysocki-20/+5
2025-05-07cpufreq/sched: schedutil: Add helper for governor checksRafael J. Wysocki-7/+10
2025-05-07module: ensure that kobject_put() is safe for module type kobjectsDmitry Antipov-1/+3
2025-05-07Merge branch 'for-6.15-fixes' into for-6.16Tejun Heo-0/+6
2025-05-07sched_ext: bpf_iter_scx_dsq_new() should always initialize iteratorTejun Heo-0/+6
2025-05-07genirq: Use scoped_guard() to shut clang upThomas Gleixner-2/+2
2025-05-07PM: hibernate: split and simplify hib_submit_ioChristoph Hellwig-58/+45
2025-05-07genirq: Remove unused remove_percpu_irq()Dr. David Alan Gilbert-15/+0
2025-05-07genirq: Remove irq_[get|put]_desc*()Thomas Gleixner-24/+0
2025-05-07genirq/manage: Rework irq_set_irqchip_state()Thomas Gleixner-28/+15
2025-05-07genirq/manage: Rework irq_get_irqchip_state()Thomas Gleixner-16/+6
2025-05-07genirq/manage: Rework teardown_percpu_nmi()Thomas Gleixner-14/+5