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