summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2025-11-12taint/module: remove unnecessary taint_flag.module fieldPetr Pavlu-26/+22
2025-11-12taint: add reminder about updating docs and scriptsRandy Dunlap-0/+6
2025-11-12crash: let architecture decide crash memory export to iomem_resourceSourabh Jain-0/+3
2025-11-12hung_task: panic when there are more than N hung tasks at the same timeLi RongQing-6/+11
2025-11-12scs: fix a wrong parameter in __scs_magicZhichi Lin-1/+1
2025-11-12kexec_core: remove superfluous page offset handling in segment loadingJustinien Bouron-12/+3
2025-11-12sched_ext: Implement load balancer for bypass modeTejun Heo-3/+242
2025-11-12sched_ext: Factor out abbreviated dispatch dequeue into dispatch_dequeue_lock...Tejun Heo-2/+17
2025-11-12sched_ext: Factor out scx_dsq_list_node cursor initialization into INIT_DSQ_L...Tejun Heo-3/+2
2025-11-12sched_ext: Hook up hardlockup detectorTejun Heo-0/+27
2025-11-12sched_ext: Make handle_lockup() propagate scx_verror() resultTejun Heo-2/+3
2025-11-12sched_ext: Refactor lockup handlers into handle_lockup()Tejun Heo-40/+25
2025-11-12sched_ext: Make scx_exit() and scx_vexit() return boolTejun Heo-5/+9
2025-11-12sched_ext: Exit dispatch and move operations immediately when abortingTejun Heo-44/+18
2025-11-12sched_ext: Simplify breather mechanism with scx_aborting flagTejun Heo-29/+25
2025-11-12sched_ext: Use per-CPU DSQs instead of per-node global DSQs in bypass modeTejun Heo-3/+14
2025-11-12sched_ext: Refactor do_enqueue_task() local and global DSQ pathsTejun Heo-9/+12
2025-11-12sched_ext: Use shorter slice in bypass modeTejun Heo-3/+31
2025-11-12sched_ext: Fix unsafe locking in the scx_dump_state()Zqiang-2/+2
2025-11-12tracing: Have function tracer define options per instanceSteven Rostedt-5/+5
2025-11-12tracing: Have tracer option be instance specificSteven Rostedt-74/+186
2025-11-12power: always freeze efivarfsChristian Brauner-8/+4
2025-11-11cpuset: remove need_rebuild_sched_domainsChen Ridong-5/+1
2025-11-11cpuset: remove global remote_children listChen Ridong-12/+11
2025-11-11cpuset: simplify node setting on errorChen Ridong-12/+9
2025-11-11cgroup: include missing header for struct irq_workBert Karwatzki-0/+1
2025-11-11sched/deadline: Minor cleanup in select_task_rq_dl()Shrikanth Hegde-2/+1
2025-11-11sched/deadline: Use cpumask_weight_and() in dl_bw_cpusShrikanth Hegde-10/+1
2025-11-11sched/deadline: Document dl_serverPeter Zijlstra-0/+194
2025-11-11tracing: fprobe: use ftrace if CONFIG_DYNAMIC_FTRACE_WITH_ARGSMenglong Dong-10/+22
2025-11-11tracing: fprobe: optimization for entry only caseMenglong Dong-9/+119
2025-11-11tracing: fprobe: Fix to init fprobe_ip_table earlierMasami Hiramatsu (Google)-1/+1
2025-11-11rv: Add explicit lockdep context for reactorsThomas Weißschuh-0/+4
2025-11-11rv: Make rv_reacting_on() staticThomas Weißschuh-1/+1
2025-11-11rv: Pass va_list to reactorsThomas Weißschuh-11/+17
2025-11-11sched/deadline: Fix dl_server stop conditionPeter Zijlstra-2/+38
2025-11-11sched/deadline: Fix dl_server time accountingPeter Zijlstra-35/+33
2025-11-11sched/core: Remove double update_rq_clock() in __set_cpus_allowed_ptr_locked()Hao Jia-2/+0
2025-11-11sched/eevdf: Fix min_vruntime vs avg_vruntimePeter Zijlstra-95/+31
2025-11-11sched/core: Add comment explaining force-idle vruntime snapshotsPeter Zijlstra-0/+181
2025-11-11sched/core: Optimize core cookie matching checkFernand Sieber-1/+4
2025-11-11sched/proxy: Yield the donor taskFernand Sieber-7/+8
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner-4/+4
2025-11-11pid: rely on common reference count behaviorChristian Brauner-1/+1
2025-11-11ns: rename is_initial_namespace()Christian Brauner-1/+1
2025-11-11nstree: use guards for ns_tree_lockChristian Brauner-7/+13
2025-11-11nstree: simplify owner list iterationChristian Brauner-3/+7
2025-11-11nstree: switch to new structuresChristian Brauner-131/+81
2025-11-11nstree: add helper to operate on struct ns_tree_{node,root}Christian Brauner-0/+85
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner-14/+28