summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-10-16sched/psi: Update poll => rtpoll in relevant commentsFan Yu-16/+16
2023-10-13sched: Make PELT acronym definition searchableMathieu Desnoyers-1/+1
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra-3/+17
2023-10-13sched/psi: Bail out early from irq time accountingHaifeng Xu-0/+3
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra-5/+5
2023-10-11sched/psi: Delete the 'update_total' function parameter from update_triggers()Yang Yang-14/+3
2023-10-11sched/psi: Avoid updating PSI triggers and ->rtpoll_total when there are no s...Yang Yang-3/+4
2023-10-10sched/headers: Remove comment referring to rq::cpu_load, since this has been ...Colin Ian King-4/+0
2023-10-10sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman-3/+52
2023-10-10sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman-3/+15
2023-10-10sched/numa: Move up the access pid reset logicRaghavendra K T-10/+7
2023-10-10sched/numa: Trace decisions related to skipping VMAsMel Gorman-4/+13
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman-6/+6
2023-10-09sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.hIngo Molnar-1/+2
2023-10-09sched/topology: Change behaviour of the 'sched_energy_aware' sysctl, based on...Shrikanth Hegde-38/+74
2023-10-09sched/psi: Change update_triggers() to a 'void' functionYang Yang-4/+3
2023-10-09sched/topology: Remove the EM_MAX_COMPLEXITY limitPierre Gondois-36/+3
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot-23/+18
2023-10-09sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ...Yajun Deng-4/+4
2023-10-09sched/nohz: Remove unnecessarily complex error handling pattern from find_new...Ingo Molnar-3/+2
2023-10-09sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()Ingo Molnar-5/+5
2023-10-09sched/nohz: Update idle load-balancing (ILB) commentsIngo Molnar-14/+16
2023-10-07sched/debug: Print 'tgid' in sched_show_task()Yajun Deng-3/+3
2023-10-07sched/core: Update stale comment in try_to_wake_up()Ingo Molnar-1/+1
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar-107/+404
2023-10-05cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan-1/+2
2023-10-03sched/headers: Remove duplicate header inclusionsYu Liao-2/+0
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra-1/+9
2023-10-03sched/eevdf: Also update slice on placementPeter Zijlstra-2/+4
2023-10-02sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis-4/+5
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds-0/+17
2023-10-01Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+1
2023-09-30Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-7/+55
2023-09-30tracing/user_events: Align set_bit() address for all archsBeau Belgrave-7/+51
2023-09-30tracing: relax trace_event_eval_update() execution with cond_resched()Clément Léger-0/+1
2023-09-30ring-buffer: Update "shortest_full" in pollingSteven Rostedt (Google)-0/+3
2023-09-30Merge tag 'dma-mapping-6.6-2023-09-30' of git://git.infradead.org/users/hch/d...Linus Torvalds-9/+22
2023-09-29Crash: add lock to serialize crash hotplug handlingBaoquan He-0/+17
2023-09-29sched/debug: Add new tracepoint to track compute energy computationQais Yousef-1/+7
2023-09-29sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef-17/+1
2023-09-29sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef-6/+5
2023-09-29sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloadedValentin Schneider-45/+14
2023-09-28sched/rt: Fix live lock between select_fallback_rq() and RT pushJoel Fernandes (Google)-0/+1
2023-09-27swiotlb: fix the check whether a device has used software IO TLBPetr Tesarik-6/+20
2023-09-26Merge tag 'wq-for-6.6-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+3
2023-09-25sched/rt: Make rt_rq->pushable_tasks updates drive rto_maskValentin Schneider-65/+10
2023-09-24Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-13/+15
2023-09-24sched/core: Refactor the task_flags check for worker sleeping in sched_submit...Wang Jinchao-6/+4
2023-09-24sched/fair: Fix warning in bandwidth distributionJosh Don-11/+25
2023-09-24sched/fair: Make cfs_rq->throttled_csd_list available on !SMPJosh Don-6/+0