summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-173-2/+22
* sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)2018-02-171-7/+8
* sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang2018-01-231-0/+2
* sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)2017-12-201-4/+4
* sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira2017-12-201-0/+45
* sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira2017-12-201-2/+7
* sched/deadline: Add missing update_rq_clock() in dl_task_timer()Wanpeng Li2017-12-201-0/+1
* sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-201-1/+7
* sched/fair: Make select_idle_cpu() more aggressivePeter Zijlstra2017-12-142-1/+6
* sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-11-303-127/+138
* 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
* sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra2017-07-211-41/+4
* Revert "sched/core: Optimize SCHED_SMT"Greg Kroah-Hartman2017-07-213-43/+7
* sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming2017-07-051-2/+2
* sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2017-06-241-1/+1
* cpufreq: schedutil: Fix per-CPU structure initialization in sugov_start()Rafael J. Wysocki2017-06-141-13/+7
* cpufreq: schedutil: move cached_raw_freq to struct sugov_policyViresh Kumar2017-06-141-4/+4
* sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior2017-03-312-4/+2
* sched/autogroup: Fix 64-bit kernel nice level adjustmentMike Galbraith2016-11-241-1/+3
* sched/autogroup: Do not use autogroup->tg in zombie threadsOleg Nesterov2016-11-221-0/+19
* sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov2016-11-221-11/+12
* 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
*-. Merge branches 'core-urgent-for-linus', 'irq-urgent-for-linus' and 'sched-urg...Linus Torvalds2016-10-281-3/+0
|\ \
| | * sched/fair: Remove unused but set variable 'rq'Tobias Klauser2016-10-271-3/+0
| |/
* / mm: remove per-zone hashtable of bitlock waitqueuesLinus Torvalds2016-10-272-10/+16
|/
* sched/fair: Fix incorrect task group ->load_avgVincent Guittot2016-10-191-1/+8
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-10-181-3/+8
|\
| * sched/fair: Fix sched domains NULL dereference in select_idle_sibling()Wanpeng Li2016-10-111-3/+8
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-1/+1
|\ \
| * | latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-1/+1
* | | Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-10-141-1/+2
|\ \ \
| * | | cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo2016-08-101-1/+2
* | | | nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-2/+11
| |_|/ |/| |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-032-1/+8
|\ \ \
| * | | sched/core: Free the stack early if CONFIG_THREAD_INFO_IN_TASKAndy Lutomirski2016-09-161-0/+4
| * | | sched/core: Allow putting thread_info into task_structAndy Lutomirski2016-09-151-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-0311-656/+1075
|\ \ \ \
| * | | | sched/irqtime: Consolidate irqtime flushing codeFrederic Weisbecker2016-09-301-15/+11
| * | | | sched/irqtime: Consolidate accounting synchronization with u64_stats APIFrederic Weisbecker2016-09-302-55/+29
| * | | | sched/irqtime: Remove needless IRQs disablement on kcpustat updateFrederic Weisbecker2016-09-301-6/+5