summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang2020-07-091-2/+3
* sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-301-1/+2
* sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi2019-10-171-2/+2
* sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-10-051-4/+0
* sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-05-311-0/+2
* sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-05-311-1/+6
* sched: Add sched_smt_active()Ben Hutchings2019-05-141-0/+19
* sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)2018-12-011-2/+2
* sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2018-04-131-0/+2
* sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney2018-03-221-1/+2
* sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-171-0/+13
* sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-11-301-0/+6
* sched: Make resched_cpu() unconditionalPaul E. McKenney2017-11-301-2/+1
* sched/core: Add missing update_rq_clock() call in sched_move_task()Peter Zijlstra2017-11-151-0/+1
* sched/fair: Update rq clock before changing a task's CPU affinityWanpeng Li2017-10-211-0/+1
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-10-121-4/+3
* sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov2017-08-061-2/+12
* sched/topology: Fix overlapping sched_group_maskPeter Zijlstra2017-07-211-1/+17
* sched/topology: Optimize build_group_mask()Lauro Ramos Venancio2017-07-211-2/+2
* sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra2017-07-211-1/+1
* Revert "sched/core: Optimize SCHED_SMT"Greg Kroah-Hartman2017-07-211-19/+0
* sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2017-06-241-1/+1
* sched/core: Remove pointless printout in sched_show_task()Linus Torvalds2016-11-031-9/+0
* sched/core: Fix oops in sched_show_task()Tetsuo Handa2016-11-031-0/+3
* mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds2016-10-271-0/+16
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-031-1/+4
|\
| * sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski2016-09-161-0/+4
| * Merge branch 'linus' into x86/asm, to pick up recent fixesIngo Molnar2016-09-151-0/+22
| |\
| * | sched: Remove __schedule() non-standard frame annotationBrian Gerst2016-08-241-1/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-031-104/+218
|\ \ \
| * | | sched/core: Fix set_user_nice()Peter Zijlstra2016-09-301-1/+7
| * | | sched/fair: Introduce set_curr_task() helperPeter Zijlstra2016-09-301-5/+5
| * | | sched/core, ia64: Rename set_curr_task()Peter Zijlstra2016-09-301-1/+1
| * | | sched/core: Fix incorrect utilization accounting when switching to fair classVincent Guittot2016-09-301-10/+10
| * | | sched/core: Optimize SCHED_SMTPeter Zijlstra2016-09-301-0/+19
| * | | sched/core: Rewrite and improve select_idle_siblings()Peter Zijlstra2016-09-301-0/+3
| * | | sched/core: Replace sd_busy/nr_busy_cpus with sched_domain_sharedPeter Zijlstra2016-09-301-5/+5
| * | | sched/core: Introduce 'struct sched_domain_shared'Peter Zijlstra2016-09-301-5/+39
| * | | sched/core: Restructure destroy_sched_domain()Peter Zijlstra2016-09-301-7/+11
| * | | sched/core: Remove unused @cpu argument from destroy_sched_domain*()Peter Zijlstra2016-09-301-6/+6
| * | | sched/core, x86/topology: Fix NUMA in package topology bugTim Chen2016-09-301-0/+3
| * | | sched/debug: Hide printk() by defaultPeter Zijlstra2016-09-221-1/+3
| * | | sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra2016-09-221-0/+2
| * | | sched/core: Optimize __schedule()Peter Zijlstra2016-09-221-11/+27
| * | | stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao2016-09-221-2/+6
| * | | sched/core: Remove unnecessary initialization in sched_init()Cheng Chao2016-09-221-5/+0
| * | | sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf2016-09-051-19/+14
| * | | sched/debug: Clean up schedstat macrosJosh Poimboeuf2016-09-051-11/+11
| * | | schedcore: Remove duplicated init_task's preempt_notifiers initseokhoon.yoon2016-09-051-4/+0
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-09-051-0/+22
| |\ \ \ | | | |/ | | |/|