summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2016-09-05sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh-0/+22
2016-08-10sched/cputime: Mitigate performance regression in times()/clock_gettime()Giovanni Gherdovich-0/+19
2016-07-25Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-33/+81
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+4
2016-07-13sched/core: Correct off by one bug in load migration calculationThomas Gleixner-2/+4
2016-07-10sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is setDaniel Bristot de Oliveira-0/+3
2016-06-27sched/core: Fix sched_getaffinity() return value kerneldoc commentZev Weiss-1/+2
2016-06-27sched/fair: Reorder cgroup creation codePeter Zijlstra-0/+2
2016-06-27sched/fair: Fix PELT integrity for new tasksPeter Zijlstra-5/+23
2016-06-27sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot-22/+41
2016-06-27sched/fair: Fix and optimize the fork() pathPeter Zijlstra-5/+11
2016-06-27Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-3/+7
2016-06-24sched/core: Allow kthreads to fall back to online && !active cpusTejun Heo-1/+3
2016-06-14kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin-2/+4
2016-06-14locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra-4/+4
2016-06-14sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li-1/+0
2016-06-14sched/fair: Fix post_init_entity_util_avg() serializationPeter Zijlstra-2/+1
2016-06-10Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds-1/+2
2016-06-10sched: panic on corrupted stack endJann Horn-1/+2
2016-06-08sched/debug: Fix 'schedstats=enable' cmdline optionJosh Poimboeuf-5/+21
2016-05-25sched/core: Fix remote wakeupsPeter Zijlstra-7/+11
2016-05-12sched/core: Provide a tsk_nr_cpus_allowed() helperThomas Gleixner-1/+1
2016-05-12sched/nohz: Fix affine unpinned timers messWanpeng Li-1/+4
2016-05-12sched/core: Kill sched_class::task_waking to clean up the migration logicPeter Zijlstra-8/+1
2016-05-12sched/fair: Prepare to fix fairness problems on migrationPeter Zijlstra-8/+21
2016-05-12Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar-224/+175
2016-05-09sched/core: Fix comment typo in wake_q_add()Davidlohr Bueso-1/+1
2016-05-09sched/core: Remove unused variableMuhammad Falak R Wani-2/+2
2016-05-06sched: Make hrtick_notifier an explicit callThomas Gleixner-33/+1
2016-05-06sched/fair: Make ilb_notifier an explicit callThomas Gleixner-0/+1
2016-05-06sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner-50/+22
2016-05-06sched/migration: Move CPU_ONLINE into scheduler stateThomas Gleixner-11/+22
2016-05-06sched/migration: Move calc_load_migrate() into CPU_DYINGThomas Gleixner-3/+0
2016-05-06sched/migration: Move prepare transition to SCHED_STARTING stateThomas Gleixner-9/+11
2016-05-06sched/hotplug: Move sync_rcu to be with set_cpu_active(false)Peter Zijlstra-0/+14
2016-05-06sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner-46/+21
2016-05-06sched: Move sched_domains_numa_masks_clear() to DOWN_PREPAREThomas Gleixner-3/+0
2016-05-06sched: Consolidate the notifier mazeThomas Gleixner-105/+69
2016-05-06sched: Allow hotplug notifiers to be setup earlyThomas Gleixner-23/+36
2016-05-06sched: Make set_cpu_rq_start_time() a built in hotplug stateThomas Gleixner-7/+9
2016-05-06sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)-7/+42
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra-37/+42
2016-05-05sched/core: Introduce 'struct rq_flags'Peter Zijlstra-48/+50
2016-05-05sched/core: Move task_rq_lock() out of linePeter Zijlstra-0/+65
2016-05-05Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-13/+16
2016-04-28sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski-3/+3
2016-04-28nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra-13/+16
2016-04-23sched/deadline: Fix a bug in dl_overflow()Xunlei Pang-1/+2
2016-04-23sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker-3/+2
2016-04-23sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker-1/+1