summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-05-21crash_dump: store dm crypt keys in kdump reserved memoryCoiby Xu-0/+133
2025-05-21crash_dump: make dm crypt keys persist for the kdump kernelCoiby Xu-0/+166
2025-05-21kexec_file: allow to place kexec_buf randomlyCoiby Xu-0/+3
2025-05-21sched_ext: idle: Consolidate default idle CPU selection kfuncsAndrea Righi-85/+71
2025-05-21genirq/irqdesc: Remove double locking in hwirq_show()Claudiu Beznea-1/+0
2025-05-21perf: Only dump the throttle log for the leaderKan Liang-2/+4
2025-05-21perf: Fix the throttle logic for a groupKan Liang-20/+46
2025-05-21futex: Correct the kernedoc return value for futex_wait_setup().Sebastian Andrzej Siewior-1/+2
2025-05-21sched/uclamp: Align uclamp and util_est and call before freq updateXuewen Yan-7/+10
2025-05-21sched/util_est: Simplify condition for util_est_{en,de}queue()Xuewen Yan-2/+2
2025-05-21sched/fair: Fixup wake_up_sync() vs DELAYED_DEQUEUEXuewen Yan-2/+11
2025-05-20Merge tag 'v6.15-p7' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+2
2025-05-20sched_ext: idle: Allow scx_bpf_select_cpu_and() from unlocked contextAndrea Righi-10/+27
2025-05-20sched_ext: idle: Validate locking correctness in scx_bpf_select_cpu_and()Andrea Righi-0/+10
2025-05-20sched_ext: Make scx_kf_allowed_if_unlocked() available outside ext.cAndrea Righi-5/+5
2025-05-19cgroup: helper for checking rstat participation of cssJP Kobryn-3/+14
2025-05-19cgroup: use subsystem-specific rstat locks to avoid contentionJP Kobryn-32/+71
2025-05-19cgroup: use separate rstat trees for each subsystemJP Kobryn-111/+129
2025-05-19cgroup: compare css to cgroup::self in helper for distingushing cssJP Kobryn-4/+4
2025-05-19cgroup: warn on rstat usage by early init subsystemsJP Kobryn-0/+2
2025-05-19bpf: WARN_ONCE on verifier bugsPaul Chaignon-83/+62
2025-05-19padata: do not leak refcount in reorder_workDominik Grzegorzek-1/+2
2025-05-18module: Remove outdated comment about text_sizeValentin Schneider-5/+4
2025-05-18module: Make .static_call_sites read-only after initPetr Pavlu-0/+9
2025-05-18module: Add a separate function to mark sections as read-only after initPetr Pavlu-15/+38
2025-05-18module: Constify parameters of module_enforce_rwx_sections()Petr Pavlu-4/+6
2025-05-17Merge tag 'mm-hotfixes-stable-2025-05-17-09-41' of git://git.kernel.org/pub/s...Linus Torvalds-4/+5
2025-05-17perf/core: Add the is_event_in_freq_mode() helper to simplify the codeKan Liang-5/+10
2025-05-16PM: freezer: Rewrite restarting tasks log to remove stray *done.*Paul Menzel-2/+2
2025-05-16genirq/msi: Add helper for creating MSI-parent irq domainsMarc Zyngier-0/+26
2025-05-16irqdomain: Fix kernel-doc and add it to DocumentationJiri Slaby (SUSE)-2/+2
2025-05-16irqdomain: Drop irq_domain_add_*() functionsJiri Slaby (SUSE)-27/+0
2025-05-16irqdomain: Make irq_domain_create_hierarchy() an inlineJiri Slaby (SUSE)-41/+0
2025-05-16irqdomain: Drop of_node_to_fwnode()Jiri Slaby (SUSE)-2/+2
2025-05-16Merge branches 'rcu/misc-for-6.16', 'rcu/seq-counters-for-6.16' and 'rcu/tort...Joel Fernandes-51/+216
2025-05-16rcutorture: Perform more frequent testing of ->gpwrapJoel Fernandes-4/+113
2025-05-16rcutorture: Comment invocations of tick_dep_set_task()Paul E. McKenney-2/+2
2025-05-16rcu/nocb: Add Safe checks for access offloaded rdpZqiang-1/+1
2025-05-16rcuscale: using kcalloc() to relpace kmalloc()Su Hui-1/+1
2025-05-16Revert "rcu/nocb: Fix rcuog wake-up from offline softirq"Frederic Weisbecker-7/+1
2025-05-16rcu/cpu_stall_cputime: fix the hardirq count for x86 architectureYongliang Gao-6/+10
2025-05-16rcu: Remove swake_up_one_online() bandaidFrederic Weisbecker-35/+3
2025-05-16futex: Fix kernel-doc commentsBorislav Petkov (AMD)-3/+3
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-95/+219
2025-05-15perf/aux: Allocate non-contiguous AUX pages by defaultYabin Cui-9/+20
2025-05-15genirq: Retain disable depth for managed interrupts across CPU hotplugBrian Norris-2/+23
2025-05-15genirq: Bump the size of the local variable for sprintf()Andy Shevchenko-1/+1
2025-05-14Merge tag 'kbuild-fixes-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+5
2025-05-14bpf: Pass the same orig_call value to trampoline functionsIlya Leoshkevich-1/+1
2025-05-14Merge tag 'trace-v6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-9/+7