summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-05-21sched/uclamp: Align uclamp and util_est and call before freq updateXuewen Yan
2025-05-21sched/util_est: Simplify condition for util_est_{en,de}queue()Xuewen Yan
2025-05-21sched/fair: Fixup wake_up_sync() vs DELAYED_DEQUEUEXuewen Yan
2025-05-20Merge tag 'v6.15-p7' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-05-20sched_ext: idle: Allow scx_bpf_select_cpu_and() from unlocked contextAndrea Righi
2025-05-20sched_ext: idle: Validate locking correctness in scx_bpf_select_cpu_and()Andrea Righi
2025-05-20sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.cAndrea Righi
2025-05-19cgroup: helper for checking rstat participation of cssJP Kobryn
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn
2025-05-19cgroup: use separate rstat trees for each subsystemJP Kobryn
2025-05-19cgroup: compare css to cgroup::self in helper for distingushing cssJP Kobryn
2025-05-19cgroup: warn on rstat usage by early init subsystemsJP Kobryn
2025-05-19bpf: WARN_ONCE on verifier bugsPaul Chaignon
2025-05-19padata: do not leak refcount in reorder_workDominik Grzegorzek
2025-05-18module: Remove outdated comment about text_sizeValentin Schneider
2025-05-18module: Make .static_call_sites read-only after initPetr Pavlu
2025-05-18module: Add a separate function to mark sections as read-only after initPetr Pavlu
2025-05-18module: Constify parameters of module_enforce_rwx_sections()Petr Pavlu
2025-05-17Merge tag 'mm-hotfixes-stable-2025-05-17-09-41' of git://git.kernel.org/pub/s...Linus Torvalds
2025-05-17perf/core: Add the is_event_in_freq_mode() helper to simplify the codeKan Liang
2025-05-16PM: freezer: Rewrite restarting tasks log to remove stray *done.*Paul Menzel
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