summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | sched/debug: Update stale reference to sched_debug.cSebastian Andrzej Siewior2023-09-211-1/+1
| * | | | sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctlSebastian Andrzej Siewior2023-09-213-16/+0
| * | | | sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar2023-09-197-26/+26
| * | | | sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()Ingo Molnar2023-09-191-2/+2
| * | | | sched/headers: Remove duplicated includes in kernel/sched/sched.hGUO Zihua2023-09-181-9/+0
| * | | | sched/fair: Ratelimit update to tg->load_avgAaron Lu2023-09-182-1/+13
| * | | | freezer,sched: Use saved_state to reduce some spurious wakeupsElliot Berman2023-09-182-31/+33
| * | | | sched/core: Remove ifdeffery for saved_stateElliot Berman2023-09-182-8/+2
| * | | | sched/core: Use do-while instead of for loop in set_nr_if_polling()Uros Bizjak2023-09-151-4/+3
| * | | | sched/fair: Fix cfs_rq_is_decayed() on !SMPChengming Zhou2023-09-151-1/+1
| * | | | sched/topology: Fix sched_numa_find_nth_cpu() commentYury Norov2023-09-151-7/+9
| * | | | sched/topology: Handle NUMA_NO_NODE in sched_numa_find_nth_cpu()Yury Norov2023-09-152-3/+4
| * | | | sched/topology: Fix sched_numa_find_nth_cpu() in non-NUMA caseYury Norov2023-09-151-1/+1
| * | | | sched/topology: Fix sched_numa_find_nth_cpu() in CPU-less caseYury Norov2023-09-151-1/+5
| * | | | sched/fair: Fix open-coded numa_nearest_node()Yury Norov2023-09-151-13/+1
| * | | | numa: Generalize numa_map_to_online_node()Yury Norov2023-09-152-9/+16
| * | | | sched: Assert for_each_thread() is properly lockedMatthew Wilcox (Oracle)2023-09-151-1/+2
| * | | | sched: Misc cleanupsPeter Zijlstra2023-09-131-104/+63
| * | | | sched: Simplify tg_set_cfs_bandwidth()Peter Zijlstra2023-09-132-19/+21
| * | | | sched: Simplify sched_move_task()Peter Zijlstra2023-09-131-6/+4
| * | | | sched: Simplify sched_rr_get_interval()Peter Zijlstra2023-09-131-22/+14
| * | | | sched: Simplify yield_to()Peter Zijlstra2023-09-131-38/+29
| * | | | sched: Simplify sched_{set,get}affinity()Peter Zijlstra2023-09-131-39/+14
| * | | | sched: Simplify syscallsPeter Zijlstra2023-09-131-86/+68
| * | | | sched: Simplify set_user_nice()Peter Zijlstra2023-09-132-7/+11