summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-05-16genirq/msi: Add helper for creating MSI-parent irq domainsMarc Zyngier
2025-05-16irqdomain: Fix kernel-doc and add it to DocumentationJiri Slaby (SUSE)
2025-05-16irqdomain: Drop irq_domain_add_*() functionsJiri Slaby (SUSE)
2025-05-16irqdomain: Make irq_domain_create_hierarchy() an inlineJiri Slaby (SUSE)
2025-05-16irqdomain: Drop of_node_to_fwnode()Jiri Slaby (SUSE)
2025-05-16Merge branches 'rcu/misc-for-6.16', 'rcu/seq-counters-for-6.16' and 'rcu/tort...Joel Fernandes
2025-05-16rcutorture: Perform more frequent testing of ->gpwrapJoel Fernandes
2025-05-16rcutorture: Comment invocations of tick_dep_set_task()Paul E. McKenney
2025-05-16rcu/nocb: Add Safe checks for access offloaded rdpZqiang
2025-05-16rcuscale: using kcalloc() to relpace kmalloc()Su Hui
2025-05-16Revert "rcu/nocb: Fix rcuog wake-up from offline softirq"Frederic Weisbecker
2025-05-16rcu/cpu_stall_cputime: fix the hardirq count for x86 architectureYongliang Gao
2025-05-16rcu: Remove swake_up_one_online() bandaidFrederic Weisbecker
2025-05-16futex: Fix kernel-doc commentsBorislav Petkov (AMD)
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-15perf/aux: Allocate non-contiguous AUX pages by defaultYabin Cui
2025-05-15genirq: Retain disable depth for managed interrupts across CPU hotplugBrian Norris
2025-05-15genirq: Bump the size of the local variable for sprintf()Andy Shevchenko
2025-05-14Merge tag 'kbuild-fixes-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-14bpf: Pass the same orig_call value to trampoline functionsIlya Leoshkevich
2025-05-14Merge tag 'trace-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-14ring-buffer: Fix persistent buffer when commit page is the reader pageSteven Rostedt
2025-05-14ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin
2025-05-14ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin
2025-05-14sched_ext: Explain the temporary situation around scx_root dereferencesTejun Heo
2025-05-14tracing: Record trace_clock and recover when rebootMasami Hiramatsu (Google)
2025-05-14tracing: Cleanup upper_empty() in pid_listYury Norov
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo
2025-05-14sched_ext: Cleanup [__]scx_exit/error*()Tejun Heo
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo
2025-05-14sched_ext: Clean up scx_root usagesTejun Heo
2025-05-14sched,livepatch: Untangle cond_resched() and live-patchingPeter Zijlstra
2025-05-14genirq/msi: Engage the .msi_teardown() callback on domain removalMarc Zyngier
2025-05-14genirq/msi: Move prepare() call to per-device allocationMarc Zyngier
2025-05-14irqchip/gic-v3-its: Implement .msi_teardown() callbackMarc Zyngier
2025-05-14genirq/msi: Add .msi_teardown() callback as the reverse of .msi_prepare()Marc Zyngier
2025-05-14genirq/manage: Use the correct lock guard in irq_set_irq_wake()Jon Hunter
2025-05-13bpf: Add support for __prog argument suffix to pass in prog->auxKumar Kartikeya Dwivedi
2025-05-13PM: sleep: Introduce pm_sleep_transition_in_progress()Rafael J. Wysocki
2025-05-13Merge tag 'probes-fixes-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-05-13bpf: Fix WARN() in get_bpf_raw_tp_regsTao Chen
2025-05-13clocksource: Fix the CPUs' choice in the watchdog per CPU verificationGuilherme G. Piccoli
2025-05-13tracing: probes: Fix a possible race in trace_probe_log APIsMasami Hiramatsu (Google)
2025-05-13Merge Energy Model management code changes for 6.16Rafael J. Wysocki
2025-05-13PM: EM: Introduce em_adjust_cpu_capacity()Rafael J. Wysocki
2025-05-13PM: EM: Move CPU capacity check to em_adjust_new_capacity()Rafael J. Wysocki
2025-05-13PM: sleep: Introduce pm_suspend_in_progress()Rafael J. Wysocki
2025-05-13PM: sleep: Print PM debug messages during hibernationRafael J. Wysocki
2025-05-13genirq: Consistently use '%u' format specifier for unsigned int variablesAndy Shevchenko
2025-05-13genirq: Ensure flags in lock guard is consistently initializedNathan Chancellor