aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2016-11-07hotplug: Call mmdrop_delayed() in sched_cpu_dying() if PREEMPT_RT_FULLMike Galbraith
2016-10-20rt: relocate accounting before mmdrop in cpu unplugPaul Gortmaker
2016-10-20rt: sync trivial whitespace deltas with linutronix 4.8 versionPaul Gortmaker
2016-09-19workqueue: Prevent deadlock/stall on RTThomas Gleixner
2016-09-19sched: lazy_preempt: avoid a warning in the !RT caseSebastian Andrzej Siewior
2016-09-19preempt-lazy: Add the lazy-preemption check to preempt_schedule()Sebastian Andrzej Siewior
2016-09-19sched: Add support for lazy preemptionThomas Gleixner
2016-09-19cpu/rt: Rework cpu down for PREEMPT_RTSteven Rostedt
2016-09-19sched: Distangle worker accounting from rqlockThomas Gleixner
2016-09-19completion: Use simple wait queuesThomas Gleixner
2016-09-19ptrace: fix ptrace vs tasklist_lock raceSebastian Andrzej Siewior
2016-09-19rt: Add the preempt-rt lock replacement APIsThomas Gleixner
2016-09-19kernel: migrate_disable() do fastpath in atomic & irqs-offSebastian Andrzej Siewior
2016-09-19sched/workqueue: Only wake up idle workers if not blocked on sleeping spin lockSteven Rostedt
2016-09-19sched: ttwu: Return success when only changing the saved_state valueThomas Gleixner
2016-09-19sched: Take RT softirq semantics into account in cond_resched()Thomas Gleixner
2016-09-19sched: Do not account rcu_preempt_depth on RT in might_sleep()Thomas Gleixner
2016-09-19sched: Add saved_state for tasks blocked on sleeping locksThomas Gleixner
2016-09-19sched: Move mmdrop to RCU on RTThomas Gleixner
2016-09-19sched: Limit the number of task migrations per batchThomas Gleixner
2016-09-19hrtimer: Fixup hrtimer callback changes for preempt-rtThomas Gleixner
2016-09-19timers: Prepare for full preemptionIngo Molnar
2016-09-19Intrduce migrate_disable() + cpu_light()Thomas Gleixner
2016-09-19tracing: Account for preempt off in preempt_schedule()Steven Rostedt
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