summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-11-14syscore: Pass context data to callbacksThierry Reding
2025-11-13Merge tag 'pm-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-13trace/pid_list: optimize pid_list->lock contentionYongliang Gao
2025-11-13tracing: Have function graph tracer define options per instanceSteven Rostedt
2025-11-13Merge branch 'pm-sleep'Rafael J. Wysocki
2025-11-13sched_ext: Fix possible deadlock in the deferred_irq_workfn()Zqiang
2025-11-13bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar
2025-11-12bpf: Adjust return value for queue destruction in rqspinlockKumar Kartikeya Dwivedi
2025-11-12sched_ext: Update comments replacing breather with aborting mechanismAndrea Righi
2025-11-12sched/ext: convert scx_tasks_lock to raw spinlockEmil Tsalapatis
2025-11-12release_task: kill unnecessary rcu_read_lock() around dec_rlimit_ucounts()Oleg Nesterov
2025-11-12taint/module: remove unnecessary taint_flag.module fieldPetr Pavlu
2025-11-12taint: add reminder about updating docs and scriptsRandy Dunlap
2025-11-12crash: let architecture decide crash memory export to iomem_resourceSourabh Jain
2025-11-12hung_task: panic when there are more than N hung tasks at the same timeLi RongQing
2025-11-12scs: fix a wrong parameter in __scs_magicZhichi Lin
2025-11-12kexec_core: remove superfluous page offset handling in segment loadingJustinien Bouron
2025-11-12sched_ext: Implement load balancer for bypass modeTejun Heo
2025-11-12sched_ext: Factor out abbreviated dispatch dequeue into dispatch_dequeue_lock...Tejun Heo
2025-11-12sched_ext: Factor out scx_dsq_list_node cursor initialization into INIT_DSQ_L...Tejun Heo
2025-11-12sched_ext: Hook up hardlockup detectorTejun Heo
2025-11-12sched_ext: Make handle_lockup() propagate scx_verror() resultTejun Heo
2025-11-12sched_ext: Refactor lockup handlers into handle_lockup()Tejun Heo
2025-11-12sched_ext: Make scx_exit() and scx_vexit() return boolTejun Heo
2025-11-12sched_ext: Exit dispatch and move operations immediately when abortingTejun Heo
2025-11-12sched_ext: Simplify breather mechanism with scx_aborting flagTejun Heo
2025-11-12sched_ext: Use per-CPU DSQs instead of per-node global DSQs in bypass modeTejun Heo
2025-11-12sched_ext: Refactor do_enqueue_task() local and global DSQ pathsTejun Heo
2025-11-12sched_ext: Use shorter slice in bypass modeTejun Heo
2025-11-12sched_ext: Fix unsafe locking in the scx_dump_state()Zqiang
2025-11-12tracing: Have function tracer define options per instanceSteven Rostedt
2025-11-12tracing: Have tracer option be instance specificSteven Rostedt
2025-11-12power: always freeze efivarfsChristian Brauner
2025-11-11cpuset: remove need_rebuild_sched_domainsChen Ridong
2025-11-11cpuset: remove global remote_children listChen Ridong
2025-11-11cpuset: simplify node setting on errorChen Ridong
2025-11-11cgroup: include missing header for struct irq_workBert Karwatzki
2025-11-11sched/deadline: Minor cleanup in select_task_rq_dl()Shrikanth Hegde
2025-11-11sched/deadline: Use cpumask_weight_and() in dl_bw_cpusShrikanth Hegde
2025-11-11sched/deadline: Document dl_serverPeter Zijlstra
2025-11-11tracing: fprobe: use ftrace if CONFIG_DYNAMIC_FTRACE_WITH_ARGSMenglong Dong
2025-11-11tracing: fprobe: optimization for entry only caseMenglong Dong
2025-11-11tracing: fprobe: Fix to init fprobe_ip_table earlierMasami Hiramatsu (Google)
2025-11-11rv: Add explicit lockdep context for reactorsThomas Weißschuh
2025-11-11rv: Make rv_reacting_on() staticThomas Weißschuh
2025-11-11rv: Pass va_list to reactorsThomas Weißschuh
2025-11-11sched/deadline: Fix dl_server stop conditionPeter Zijlstra
2025-11-11sched/deadline: Fix dl_server time accountingPeter Zijlstra