summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/cputime: Mitigate performance regression in times()/clock_gettime()Giovanni Gherdovich2016-08-101-0/+19
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-07-251-33/+81
|\
| * sched/core: Panic on scheduling while atomic bugs if kernel.panic_on_warn is setDaniel Bristot de Oliveira2016-07-101-0/+3
| * sched/core: Fix sched_getaffinity() return value kerneldoc commentZev Weiss2016-06-271-1/+2
| * sched/fair: Reorder cgroup creation codePeter Zijlstra2016-06-271-0/+2
| * sched/fair: Fix PELT integrity for new tasksPeter Zijlstra2016-06-271-5/+23
| * sched/cgroup: Fix cpu_cgroup_fork() handlingVincent Guittot2016-06-271-22/+41
| * sched/fair: Fix and optimize the fork() pathPeter Zijlstra2016-06-271-5/+11
| * Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-06-271-3/+7
| |\
| * | sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2016-06-141-1/+0
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-07-251-4/+4
|\ \ \
| * | | locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra2016-06-141-4/+4
* | | | sched/core: Correct off by one bug in load migration calculationThomas Gleixner2016-07-131-2/+4
| |_|/ |/| |
* | | sched/core: Allow kthreads to fall back to online && !active cpusTejun Heo2016-06-241-1/+3
* | | kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-06-141-2/+4
| |/ |/|
* | sched/fair: Fix post_init_entity_util_avg() serializationPeter Zijlstra2016-06-141-2/+1
|/
* Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)Linus Torvalds2016-06-101-1/+2
|\
| * sched: panic on corrupted stack endJann Horn2016-06-101-1/+2
* | sched/debug: Fix 'schedstats=enable' cmdline optionJosh Poimboeuf2016-06-081-5/+21
* | sched/core: Fix remote wakeupsPeter Zijlstra2016-05-251-7/+11
* | sched/core: Provide a tsk_nr_cpus_allowed() helperThomas Gleixner2016-05-121-1/+1
* | sched/nohz: Fix affine unpinned timers messWanpeng Li2016-05-121-1/+4
* | sched/core: Kill sched_class::task_waking to clean up the migration logicPeter Zijlstra2016-05-121-8/+1
* | sched/fair: Prepare to fix fairness problems on migrationPeter Zijlstra2016-05-121-8/+21
* | Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar2016-05-121-224/+175
|\ \
| * | sched: Make hrtick_notifier an explicit callThomas Gleixner2016-05-061-33/+1
| * | sched/fair: Make ilb_notifier an explicit callThomas Gleixner2016-05-061-0/+1
| * | sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner2016-05-061-50/+22
| * | sched/migration: Move CPU_ONLINE into scheduler stateThomas Gleixner2016-05-061-11/+22
| * | sched/migration: Move calc_load_migrate() into CPU_DYINGThomas Gleixner2016-05-061-3/+0
| * | sched/migration: Move prepare transition to SCHED_STARTING stateThomas Gleixner2016-05-061-9/+11
| * | sched/hotplug: Move sync_rcu to be with set_cpu_active(false)Peter Zijlstra2016-05-061-0/+14
| * | sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner2016-05-061-46/+21
| * | sched: Move sched_domains_numa_masks_clear() to DOWN_PREPAREThomas Gleixner2016-05-061-3/+0
| * | sched: Consolidate the notifier mazeThomas Gleixner2016-05-061-105/+69
| * | sched: Allow hotplug notifiers to be setup earlyThomas Gleixner2016-05-061-23/+36
| * | sched: Make set_cpu_rq_start_time() a built in hotplug stateThomas Gleixner2016-05-061-7/+9
| * | sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)2016-05-061-7/+42
* | | sched/core: Fix comment typo in wake_q_add()Davidlohr Bueso2016-05-091-1/+1
* | | sched/core: Remove unused variableMuhammad Falak R Wani2016-05-091-2/+2
* | | locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra2016-05-051-37/+42
* | | sched/core: Introduce 'struct rq_flags'Peter Zijlstra2016-05-051-48/+50
* | | sched/core: Move task_rq_lock() out of linePeter Zijlstra2016-05-051-0/+65
* | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-05-051-13/+16
|\ \ \ | | |/ | |/|
| * | nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra2016-04-281-13/+16
| |/
* | sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2016-04-281-3/+3
* | sched/deadline: Fix a bug in dl_overflow()Xunlei Pang2016-04-231-1/+2
* | sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker2016-04-231-3/+2
* | sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker2016-04-231-1/+1
* | sched/debug: Don't dump sched debug info in SysRq-WRabin Vincent2016-04-131-1/+2