summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched: fix cid_lock kernel-doc warningsRandy Dunlap2023-05-081-2/+2
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-6/+16
|\
| * trace: Add trace_ipi_send_cpu()Peter Zijlstra2023-03-241-0/+1
| * sched, smp: Trace smp callback causing an IPIValentin Schneider2023-03-241-7/+11
| * sched, smp: Trace IPIs sent via send_call_function_single_ipi()Valentin Schneider2023-03-241-2/+7
* | Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-281-47/+622
|\ \
| * | sched: Fix performance regression introduced by mm_cidMathieu Desnoyers2023-04-211-17/+506
| * | Merge branch 'v6.3-rc7'Peter Zijlstra2023-04-211-0/+3
| |\ \
| * | | sched/core: Make sched_dynamic_mutex staticJosh Poimboeuf2023-04-121-1/+1
| * | | livepatch,sched: Add livepatch task switching to cond_resched()Josh Poimboeuf2023-03-221-8/+56
| * | | sched/core: Reduce cost of sched_move_task when config autogroupwuchi2023-03-221-3/+19
| * | | sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia2023-03-221-19/+41
| | |/ | |/|
* | | Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-271-0/+1
|\ \ \
| * | | delayacct: track delays from IRQ/SOFTIRQYang Yang2023-04-181-0/+1
| | |/ | |/|
* / | lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-281-7/+8
|/ /
* / sched/fair: Sanitize vruntime of entity being migratedVincent Guittot2023-03-211-0/+3
|/
* sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds2023-03-141-2/+2
* Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-211-0/+5
|\
| * sched: Add helper nr_context_switches_cpu()Zhen Lei2023-01-051-0/+5
* | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-201-38/+96
|\ \
| * \ Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar2023-01-311-10/+67
| |\ \
| * | | 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/rseq: Fix concurrency ID handling of usermodehelper kthreadsMathieu Desnoyers2023-01-021-3/+3
| * | | sched/core: Adjusting the order of scanning CPUHao Jia2022-12-271-1/+1
| * | | sched: Make const-safeMatthew Wilcox (Oracle)2022-12-271-3/+5
| * | | sched: Introduce per-memory-map concurrency IDMathieu Desnoyers2022-12-271-0/+51
| | |/ | |/|
* | | 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/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-131-1/+12
|\ \
| * | sched: Move numa_balancing sysctls to its own fileKefeng Wang2022-11-201-1/+12
* | | Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-121-96/+163
|\ \ \
| * | | 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-301-1/+1
| * | | sched: Always clear user_cpus_ptr in do_set_cpus_allowed()Waiman Long2022-10-271-1/+7
| * | | sched: Enforce user requested affinityWaiman Long2022-10-271-0/+10
| * | | sched: Always preserve the user requested cpumaskWaiman Long2022-10-271-55/+64
| * | | sched: Introduce affinity_contextWaiman Long2022-10-271-39/+75
| * | | sched: Add __releases annotations to affine_move_task()Waiman Long2022-10-271-1/+3
| * | | sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef2022-10-271-5/+5
| |/ /
* / / sched: Fix race in task_call_func()Peter Zijlstra2022-11-141-17/+35
|/ /
* / sched: Introduce struct balance_callback to avoid CFI mismatchesKees Cook2022-10-171-12/+12
|/
* Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-0/+1
|\
| * sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou2022-09-091-0/+1
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+15
|\ \