summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney2018-03-221-1/+2
* sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)2017-12-201-4/+4
* sched: Make resched_cpu() unconditionalPaul E. McKenney2017-11-301-2/+1
* 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: panic on corrupted stack endJann Horn2017-05-201-1/+2
* perf: Avoid horrible stack usagePeter Zijlstra (Intel)2017-04-301-1/+1
* sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-10-051-0/+22
* kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-07-121-2/+4
* sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsSasha Levin2016-06-061-4/+7
* sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen2016-04-181-7/+7
* sched: Fix crash in sched_init_numa()Raghavendra K T2016-04-121-1/+1
* sched: Fix cpu_active_mask/cpu_online_mask raceJan H. Schönherr2015-12-021-0/+8
* sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall2015-10-271-11/+14
* sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-10-272-7/+8
* sched: access local runqueue directly in single_task_runningDominik Dingel2015-10-271-4/+11
* sched, numa: Do not hint for NUMA balancing on VM_MIXEDMAP mappingsMel Gorman2015-06-221-1/+3
* sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-06-101-12/+14
* sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman2015-04-241-0/+2
* sched/wait: Provide infrastructure to deal with nested blockingPeter Zijlstra2015-04-161-0/+61
* sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-03-232-5/+7
* sched: Fix hrtick_start() on UPWanpeng Li2015-03-231-0/+5
* sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski2015-01-161-2/+7
* sched/deadline: Avoid double-accounting in case of missed deadlinesLuca Abeni2015-01-161-18/+1
* sched/deadline: Fix migration of SCHED_DEADLINE tasksLuca Abeni2015-01-161-3/+3
* context_tracking: Restore previous state in schedule_userAndy Lutomirski2014-12-031-2/+6
* sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2014-11-232-0/+10
* sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka2014-11-165-27/+24
* sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra2014-11-161-13/+0
* sched/numa: Avoid selecting oneself as swap targetPeter Zijlstra2014-11-161-0/+7
* sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin2014-11-101-0/+4
* sched: Remove lockdep check in sched_move_task()Kirill Tkhai2014-11-041-2/+6
* sched/dl: Fix preemption checksKirill Tkhai2014-10-281-3/+7
* sched: stop the unbound recursion in preempt_schedule_context()Oleg Nesterov2014-10-281-0/+41
* sched/fair: Fix division by zero sysctl_numa_balancing_scan_sizeKirill Tkhai2014-10-281-2/+3
* sched/fair: Care divide error in update_task_scan_period()Yasuaki Ishimatsu2014-10-281-1/+1
* sched/numa: Fix unsafe get_task_struct() in task_numa_assign()Kirill Tkhai2014-10-281-2/+12
* sched/deadline: Fix races between rt_mutex_setprio() and dl_task_timer()Juri Lelli2014-10-281-5/+13
* sched/deadline: Don't replenish from a !SCHED_DEADLINE entityJuri Lelli2014-10-281-1/+12
* sched: Fix race between task_group and sched_task_groupKirill Tkhai2014-10-281-0/+6
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-155-6/+6
|\
| * percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_tChristoph Lameter2014-08-283-3/+3
| * scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter2014-08-261-2/+2
| * time: Replace __get_cpu_var usesChristoph Lameter2014-08-261-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-1311-393/+609
|\ \
| * | sched/dl: Use dl_bw_of() under rcu_read_lock_sched()Kirill Tkhai2014-10-031-9/+16
| * | sched/fair: Delete resched_cpu() from idle_balance()Kirill Tkhai2014-10-031-6/+0
| * | sched, time: Fix build error with 64 bit cputime_t on 32 bit systemsRik van Riel2014-10-031-10/+19
| * | sched: Improve sysbench performance by fixing spurious active migrationVincent Guittot2014-10-031-6/+7
| * | sched/rt: Use resched_curr() in task_tick_rt()Kirill Tkhai2014-09-241-1/+1