aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-21sched/util_est: Simplify condition for util_est_{en,de}queue()Xuewen Yan1-2/+2
2025-05-21sched/fair: Fixup wake_up_sync() vs DELAYED_DEQUEUEXuewen Yan1-2/+11
2025-05-20Merge tag 'v6.15-p7' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+2
2025-05-20sched_ext: idle: Allow scx_bpf_select_cpu_and() from unlocked contextAndrea Righi1-10/+27
2025-05-20sched_ext: idle: Validate locking correctness in scx_bpf_select_cpu_and()Andrea Righi1-0/+10
2025-05-20sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.cAndrea Righi2-5/+5
2025-05-19cgroup: helper for checking rstat participation of cssJP Kobryn1-3/+14
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn3-32/+71
2025-05-19cgroup: use separate rstat trees for each subsystemJP Kobryn2-111/+129
2025-05-19cgroup: compare css to cgroup::self in helper for distingushing cssJP Kobryn1-4/+4
2025-05-19cgroup: warn on rstat usage by early init subsystemsJP Kobryn1-0/+2
2025-05-19bpf: WARN_ONCE on verifier bugsPaul Chaignon2-83/+62
2025-05-19padata: do not leak refcount in reorder_workDominik Grzegorzek1-1/+2
2025-05-18module: Remove outdated comment about text_sizeValentin Schneider1-5/+4
2025-05-18module: Make .static_call_sites read-only after initPetr Pavlu1-0/+9
2025-05-18module: Add a separate function to mark sections as read-only after initPetr Pavlu3-15/+38
2025-05-18module: Constify parameters of module_enforce_rwx_sections()Petr Pavlu2-4/+6
2025-05-17Merge tag 'mm-hotfixes-stable-2025-05-17-09-41' of git://git.kernel.org/pub/s...Linus Torvalds1-4/+5
2025-05-17perf/core: Add the is_event_in_freq_mode() helper to simplify the codeKan Liang1-5/+10
2025-05-16PM: freezer: Rewrite restarting tasks log to remove stray *done.*Paul Menzel1-2/+2
2025-05-16genirq/msi: Add helper for creating MSI-parent irq domainsMarc Zyngier1-0/+26
2025-05-16irqdomain: Fix kernel-doc and add it to DocumentationJiri Slaby (SUSE)1-2/+2
2025-05-16irqdomain: Drop irq_domain_add_*() functionsJiri Slaby (SUSE)1-27/+0
2025-05-16irqdomain: Make irq_domain_create_hierarchy() an inlineJiri Slaby (SUSE)1-41/+0
2025-05-16irqdomain: Drop of_node_to_fwnode()Jiri Slaby (SUSE)1-2/+2
2025-05-16Merge branches 'rcu/misc-for-6.16', 'rcu/seq-counters-for-6.16' and 'rcu/tort...Joel Fernandes5-51/+216
2025-05-16rcutorture: Perform more frequent testing of ->gpwrapJoel Fernandes4-4/+113
2025-05-16rcutorture: Comment invocations of tick_dep_set_task()Paul E. McKenney1-2/+2
2025-05-16rcu/nocb: Add Safe checks for access offloaded rdpZqiang1-1/+1
2025-05-16rcuscale: using kcalloc() to relpace kmalloc()Su Hui1-1/+1
2025-05-16Revert "rcu/nocb: Fix rcuog wake-up from offline softirq"Frederic Weisbecker1-7/+1
2025-05-16rcu/cpu_stall_cputime: fix the hardirq count for x86 architectureYongliang Gao3-6/+10
2025-05-16rcu: Remove swake_up_one_online() bandaidFrederic Weisbecker3-35/+3
2025-05-16futex: Fix kernel-doc commentsBorislav Petkov (AMD)2-3/+3
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-95/+219
2025-05-15perf/aux: Allocate non-contiguous AUX pages by defaultYabin Cui1-9/+20
2025-05-15genirq: Retain disable depth for managed interrupts across CPU hotplugBrian Norris3-2/+23
2025-05-15genirq: Bump the size of the local variable for sprintf()Andy Shevchenko1-1/+1
2025-05-14Merge tag 'kbuild-fixes-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2025-05-14bpf: Pass the same orig_call value to trampoline functionsIlya Leoshkevich1-1/+1
2025-05-14Merge tag 'trace-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-9/+7
2025-05-14ring-buffer: Fix persistent buffer when commit page is the reader pageSteven Rostedt1-3/+5
2025-05-14ftrace: Fix preemption accounting for stacktrace filter commandpengdonglin1-5/+1
2025-05-14ftrace: Fix preemption accounting for stacktrace trigger commandpengdonglin1-1/+1
2025-05-14sched_ext: Explain the temporary situation around scx_root dereferencesTejun Heo1-0/+8
2025-05-14tracing: Record trace_clock and recover when rebootMasami Hiramatsu (Google)1-0/+17
2025-05-14tracing: Cleanup upper_empty() in pid_listYury Norov1-6/+2
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo2-121/+187
2025-05-14sched_ext: Cleanup [__]scx_exit/error*()Tejun Heo1-23/+25
2025-05-14sched_ext: Add @sch to SCX_CALL_OP*()Tejun Heo2-59/+75