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