summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sched/psi: Update poll => rtpoll in relevant commentsFan Yu2023-10-161-16/+16
| * | | sched: Make PELT acronym definition searchableMathieu Desnoyers2023-10-131-1/+1
| * | | sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra2023-10-134-3/+17
| * | | sched/psi: Bail out early from irq time accountingHaifeng Xu2023-10-131-0/+3
| * | | sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra2023-10-125-10/+10
| * | | sched/psi: Delete the 'update_total' function parameter from update_triggers()Yang Yang2023-10-111-14/+3
| * | | sched/psi: Avoid updating PSI triggers and ->rtpoll_total when there are no s...Yang Yang2023-10-111-3/+4
| * | | sched/headers: Remove comment referring to rq::cpu_load, since this has been ...Colin Ian King2023-10-101-4/+0
| * | | sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman2023-10-104-4/+61
| * | | sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman2023-10-103-4/+18
| * | | sched/numa: Move up the access pid reset logicRaghavendra K T2023-10-101-10/+7
| * | | sched/numa: Trace decisions related to skipping VMAsMel Gorman2023-10-103-4/+71
| * | | sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman2023-10-103-11/+11
| * | | sched/numa: Document vma_numab_state fieldsMel Gorman2023-10-101-0/+21
| * | | sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.hIngo Molnar2023-10-092-1/+2
| * | | sched/topology: Change behaviour of the 'sched_energy_aware' sysctl, based on...Shrikanth Hegde2023-10-092-39/+76
| * | | sched/psi: Change update_triggers() to a 'void' functionYang Yang2023-10-091-4/+3
| * | | sched/topology: Remove the EM_MAX_COMPLEXITY limitPierre Gondois2023-10-092-62/+6
| * | | sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot2023-10-098-29/+25
| * | | sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ...Yajun Deng2023-10-092-4/+4
| * | | sched/nohz: Remove unnecessarily complex error handling pattern from find_new...Ingo Molnar2023-10-091-3/+2
| * | | sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()Ingo Molnar2023-10-091-5/+5
| * | | sched/nohz: Update idle load-balancing (ILB) commentsIngo Molnar2023-10-091-14/+16
| * | | sched/debug: Print 'tgid' in sched_show_task()Yajun Deng2023-10-071-3/+3
| * | | intel_idle: Add ibrs_off module parameter to force-disable IBRSWaiman Long2023-10-072-2/+26
| * | | intel_idle: Use __update_spec_ctrl() in intel_idle_ibrs()Waiman Long2023-10-071-4/+3
| * | | x86/idle: Disable IBRS when CPU is offline to improve single-threaded perform...Waiman Long2023-10-071-0/+8
| * | | x86/speculation: Add __update_spec_ctrl() helperWaiman Long2023-10-071-0/+11
| * | | sched/core: Update stale comment in try_to_wake_up()Ingo Molnar2023-10-071-1/+1
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar2023-10-07950-5075/+8547
| |\ \ \
| * | | | sched/headers: Remove duplicate header inclusionsYu Liao2023-10-032-2/+0
| * | | | sched/headers: Move 'struct sched_param' out of uapi, to work around glibc/mu...Kir Kolyshkin2023-10-022-5/+4
| * | | | sched/rt/docs: Use 'real-time' instead of 'realtime'Cyril Hrubis2023-10-021-17/+17
| * | | | sched/rt/docs: Clarify & fix sched_rt_* sysctl docsCyril Hrubis2023-10-021-6/+8
| * | | | sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis2023-10-021-4/+5
| * | | | sched/debug: Add new tracepoint to track compute energy computationQais Yousef2023-09-293-1/+12
| * | | | sched/uclamp: Ignore (util == 0) optimization in feec() when p_util_max = 0Qais Yousef2023-09-291-17/+1
| * | | | sched/uclamp: Set max_spare_cap_cpu even if max_spare_cap is 0Qais Yousef2023-09-291-6/+5
| * | | | sched/deadline: Make dl_rq->pushable_dl_tasks update drive dl_rq->overloadedValentin Schneider2023-09-293-45/+14
| * | | | sched/rt: Make rt_rq->pushable_tasks updates drive rto_maskValentin Schneider2023-09-253-65/+10
| * | | | sched/core: Refactor the task_flags check for worker sleeping in sched_submit...Wang Jinchao2023-09-241-6/+4
| * | | | sched/fair: Fix warning in bandwidth distributionJosh Don2023-09-241-11/+25
| * | | | sched/fair: Make cfs_rq->throttled_csd_list available on !SMPJosh Don2023-09-242-6/+0
| * | | | sched/debug: Avoid checking in_atomic_preempt_off() twice in schedule_debug()Liming Wu2023-09-221-2/+1
| * | | | <linux/list.h>: Introduce the list_for_each_reverse() methodIngo Molnar2023-09-221-0/+8
| * | | | sched/headers: Standardize the <linux/sched/smt.h> header guard #endifIngo Molnar2023-09-211-1/+1
| * | | | sched/headers: Standardize the <linux/sched/type.h> header guard #endifIngo Molnar2023-09-211-1/+1
| * | | | sched/headers: Standardize the <linux/sched/vhost_task.h> header guard nameIngo Molnar2023-09-211-4/+3
| * | | | sched/headers: Add header guard to <linux/sched/deadline.h>Ingo Molnar2023-09-211-0/+4
| * | | | sched/core: Optimize in_task() and in_interrupt() a bitFinn Thain2023-09-211-2/+13