summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sched/fair: sanitize vruntime of entity being placedZhang Qiao2023-02-111-2/+13
| * | | | sched/fair: Remove capacity inversion detectionVincent Guittot2023-02-112-98/+5
| * | | | sched/fair: unlink misfit task from cpu overutilizedVincent Guittot2023-02-111-23/+82
| * | | | sched/clock: Make local_clock() noinstrPeter Zijlstra2023-01-311-6/+21
| * | | | Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-312-31/+94
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched/fair: Limit sched slice durationVincent Guittot2023-01-151-1/+7
| * | | | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-131-2/+0
| * | | | cpuidle: Fix ct_idle_*() usagePeter Zijlstra2023-01-131-32/+13
| * | | | sched/membarrier: Introduce MEMBARRIER_CMD_GET_REGISTRATIONSMichal Clapinski2023-01-071-1/+38
| * | | | cpufreq, sched/util: Optimize operations with single CPU capacity lookupLukasz Luba2023-01-071-20/+23
| * | | | sched/core: Reorganize ttwu_do_wakeup() and ttwu_do_activate()Chengming Zhou2023-01-071-33/+31
| * | | | sched/core: Micro-optimize ttwu_runnable()Chengming Zhou2023-01-071-3/+10
| * | | | sched/topology: Add __init for sched_init_domains()Bing Huang2023-01-051-1/+1
| * | | | sched/rseq: Fix concurrency ID handling of usermodehelper kthreadsMathieu Desnoyers2023-01-021-3/+3
| * | | | cputime: remove cputime_to_nsecs fallbackNicholas Piggin2022-12-271-0/+4
| * | | | sched/core: Adjusting the order of scanning CPUHao Jia2022-12-272-3/+3
| * | | | sched/numa: Stop an exhastive search if an idle core is foundHao Jia2022-12-271-1/+1
| * | | | sched: Make const-safeMatthew Wilcox (Oracle)2022-12-273-22/+24
| * | | | sched: Introduce per-memory-map concurrency IDMathieu Desnoyers2022-12-272-0/+109
| * | | | sched: Async unthrottling for cfs bandwidthJosh Don2022-12-272-13/+150
| * | | | sched/topology: Add __init for init_defrootdomainBing Huang2022-12-271-1/+1
| | |/ / | |/| |
* | | | sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata2023-02-151-3/+4
* | | | sched/core: Fix a missed update of user_cpus_ptrWaiman Long2023-02-131-1/+4
| |/ / |/| |
* | | sched/core: Fix NULL pointer access fault in sched_setaffinity() with non-SMP...Waiman Long2023-01-161-2/+8
* | | sched/fair: Fixes for capacity inversion detectionQais Yousef2023-01-131-2/+11
* | | sched/uclamp: Fix a uninitialized variable warningsQais Yousef2023-01-131-19/+16
| |/ |/|
* | sched/core: Use kfree_rcu() in do_set_cpus_allowed()Waiman Long2023-01-091-4/+29
* | sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long2023-01-091-5/+29
* | sched/core: Fix arch_scale_freq_tick() on tickless systemsYair Podemsky2023-01-071-1/+3
|/
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-2/+1
|\
| * panic: Consolidate open-coded panic_on_warn checksKees Cook2022-12-021-2/+1
* | Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-12-132-4/+27
|\ \
| * | sched: Move numa_balancing sysctls to its own fileKefeng Wang2022-11-202-4/+27
* | | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-7/+11
|\ \ \
| * | | wait: Return number of exclusive waiters awakenGabriel Krisman Bertazi2022-11-161-7/+11
| |/ /
* | | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-1/+1
|\ \ \
| * | | sched/fair: use try_cmpxchg in task_numa_workUros Bizjak2022-11-181-1/+1
| |/ /
* | | Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-126-180/+603
|\ \ \
| * | | sched: Clear ttwu_pending after enqueue_task()Tianchen Ding2022-11-161-7/+11
| * | | sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou2022-10-302-19/+5
| * | | sched/psi: Stop relying on timer_pending() for poll_work reschedulingSuren Baghdasaryan2022-10-301-10/+52
| * | | sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou2022-10-301-3/+27
| * | | sched/psi: Fix possible missing or delayed pending eventHao Lee2022-10-301-3/+5
| * | | sched: Always clear user_cpus_ptr in do_set_cpus_allowed()Waiman Long2022-10-271-1/+7
| * | | sched: Enforce user requested affinityWaiman Long2022-10-272-0/+13
| * | | sched: Always preserve the user requested cpumaskWaiman Long2022-10-272-55/+72
| * | | sched: Introduce affinity_contextWaiman Long2022-10-273-47/+85
| * | | sched: Add __releases annotations to affine_move_task()Waiman Long2022-10-271-1/+3
| * | | sched/fair: Check if prev_cpu has highest spare cap in feec()Pierre Gondois2022-10-271-6/+7
| * | | sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef2022-10-271-5/+9