aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-11-13Merge tag 'pm-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-9/+13
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-62/+158
2025-11-13trace/pid_list: optimize pid_list->lock contentionYongliang Gao2-9/+22
2025-11-13tracing: Have function graph tracer define options per instanceSteven Rostedt1-7/+11
2025-11-13Merge branch 'pm-sleep'Rafael J. Wysocki1-9/+13
2025-11-13sched_ext: Fix possible deadlock in the deferred_irq_workfn()Zqiang1-1/+1
2025-11-13bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang1-2/+8
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar26-95/+261
2025-11-12bpf: Adjust return value for queue destruction in rqspinlockKumar Kartikeya Dwivedi1-1/+1
2025-11-12sched_ext: Update comments replacing breather with aborting mechanismAndrea Righi1-4/+4
2025-11-12sched/ext: convert scx_tasks_lock to raw spinlockEmil Tsalapatis1-8/+8
2025-11-12release_task: kill unnecessary rcu_read_lock() around dec_rlimit_ucounts()Oleg Nesterov1-3/+1
2025-11-12taint/module: remove unnecessary taint_flag.module fieldPetr Pavlu2-26/+22
2025-11-12taint: add reminder about updating docs and scriptsRandy Dunlap1-0/+6
2025-11-12crash: let architecture decide crash memory export to iomem_resourceSourabh Jain1-0/+3
2025-11-12hung_task: panic when there are more than N hung tasks at the same timeLi RongQing2-6/+11
2025-11-12scs: fix a wrong parameter in __scs_magicZhichi Lin1-1/+1
2025-11-12kexec_core: remove superfluous page offset handling in segment loadingJustinien Bouron1-12/+3
2025-11-12sched_ext: Implement load balancer for bypass modeTejun Heo2-3/+242
2025-11-12sched_ext: Factor out abbreviated dispatch dequeue into dispatch_dequeue_locked()Tejun Heo1-2/+17
2025-11-12sched_ext: Factor out scx_dsq_list_node cursor initialization into INIT_DSQ_LIST_CURSORTejun Heo1-3/+2
2025-11-12sched_ext: Hook up hardlockup detectorTejun Heo2-0/+27
2025-11-12sched_ext: Make handle_lockup() propagate scx_verror() resultTejun Heo1-2/+3
2025-11-12sched_ext: Refactor lockup handlers into handle_lockup()Tejun Heo1-40/+25
2025-11-12sched_ext: Make scx_exit() and scx_vexit() return boolTejun Heo1-5/+9
2025-11-12sched_ext: Exit dispatch and move operations immediately when abortingTejun Heo1-44/+18
2025-11-12sched_ext: Simplify breather mechanism with scx_aborting flagTejun Heo1-29/+25
2025-11-12sched_ext: Use per-CPU DSQs instead of per-node global DSQs in bypass modeTejun Heo2-3/+14
2025-11-12sched_ext: Refactor do_enqueue_task() local and global DSQ pathsTejun Heo1-9/+12
2025-11-12sched_ext: Use shorter slice in bypass modeTejun Heo1-3/+31
2025-11-12sched_ext: Fix unsafe locking in the scx_dump_state()Zqiang1-2/+2
2025-11-12tracing: Have function tracer define options per instanceSteven Rostedt1-5/+5
2025-11-12tracing: Have tracer option be instance specificSteven Rostedt2-74/+186
2025-11-12power: always freeze efivarfsChristian Brauner2-8/+4
2025-11-11cpuset: remove need_rebuild_sched_domainsChen Ridong1-5/+1
2025-11-11cpuset: remove global remote_children listChen Ridong2-12/+11
2025-11-11cpuset: simplify node setting on errorChen Ridong1-12/+9
2025-11-11cgroup: include missing header for struct irq_workBert Karwatzki1-0/+1
2025-11-11sched/deadline: Minor cleanup in select_task_rq_dl()Shrikanth Hegde1-2/+1
2025-11-11sched/deadline: Use cpumask_weight_and() in dl_bw_cpusShrikanth Hegde1-10/+1
2025-11-11sched/deadline: Document dl_serverPeter Zijlstra1-0/+194
2025-11-11tracing: fprobe: use ftrace if CONFIG_DYNAMIC_FTRACE_WITH_ARGSMenglong Dong1-10/+22
2025-11-11tracing: fprobe: optimization for entry only caseMenglong Dong1-9/+119
2025-11-11tracing: fprobe: Fix to init fprobe_ip_table earlierMasami Hiramatsu (Google)1-1/+1
2025-11-11rv: Add explicit lockdep context for reactorsThomas Weißschuh1-0/+4
2025-11-11rv: Make rv_reacting_on() staticThomas Weißschuh1-1/+1
2025-11-11rv: Pass va_list to reactorsThomas Weißschuh3-11/+17
2025-11-11sched/deadline: Fix dl_server stop conditionPeter Zijlstra1-2/+38
2025-11-11sched/deadline: Fix dl_server time accountingPeter Zijlstra4-35/+33
2025-11-11sched/core: Remove double update_rq_clock() in __set_cpus_allowed_ptr_locked()Hao Jia1-2/+0