summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-27Broken, but working, ptregs system call conversion for x86-64WIP-syscallLinus Torvalds1-3/+8
2018-02-13sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra1-11/+16
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan1-1/+1
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman1-0/+1
2018-02-06sched/core: Optimize ttwu_stat()Peter Zijlstra1-8/+8
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers1-5/+13
2018-02-05membarrier: Document scheduler barrier requirementsMathieu Desnoyers1-11/+26
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers1-10/+0
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+60
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2018-01-16delayacct: Account blkio completion on the correct taskJosh Snyder1-3/+3
2018-01-10sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli1-2/+11
2018-01-10sched/deadline: Implement "runtime overrun signal" supportJuri Lelli1-2/+1
2018-01-10sched/core: Rework and clarify prepare_lock_switch()rodrigosiqueira1-4/+49
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+2
2017-12-11sched/core: Fix kernel-doc warnings after code movementRandy Dunlap1-11/+11
2017-11-28sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney1-1/+2
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+30
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-4/+170
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-29/+27
2017-11-09sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi1-3/+6
2017-10-27sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker1-15/+1
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker1-4/+4
2017-10-27sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker1-3/+3
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker1-0/+1
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo1-9/+4
2017-10-20Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney1-2/+3
2017-10-09rcutorture: Dump writer stack if stalledPaul E. McKenney1-0/+1
2017-10-09sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney1-0/+1
2017-10-09sched: Make resched_cpu() unconditionalPaul E. McKenney1-2/+1
2017-09-29sched: Implement interface for cgroup unified hierarchyTejun Heo1-0/+171
2017-09-29sched: Misc preps for cgroup unified hierarchy interfaceTejun Heo1-4/+4
2017-09-29sched/fair: Use reweight_entity() for set_user_nice()Vincent Guittot1-7/+15
2017-09-29sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra1-1/+23
2017-09-20sched_rr_get_interval(): move compat to native, get rid of set_fs()Al Viro1-6/+30
2017-09-12sched/core: WARN() when migrating to an offline CPUPeter Zijlstra1-0/+4
2017-09-07sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra1-4/+3
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2017-09-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-17/+5
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-4/+34
2017-08-17Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney1-4/+34
2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers1-0/+25
2017-08-11sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney1-2/+2
2017-08-10locking: Introduce smp_mb__after_spinlock()Peter Zijlstra1-2/+2
2017-08-10sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi1-11/+4
2017-08-10sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian1-5/+0
2017-08-10sched/core: Reuse put_prev_task()Viresh Kumar1-1/+1
2017-07-28sched: Allow migrating kthreads into online but inactive CPUsTejun Heo1-2/+7
2017-07-25sched/core: Fix some documentation build warningsJonathan Corbet1-1/+1