summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-6/+30
|\
| * sched_rr_get_interval(): move compat to native, get rid of set_fs()Al Viro2017-09-201-6/+30
* | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-151-4/+170
|\ \
| * | cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo2017-10-261-9/+4
| * | sched: Implement interface for cgroup unified hierarchyTejun Heo2017-09-291-0/+171
| * | sched: Misc preps for cgroup unified hierarchy interfaceTejun Heo2017-09-291-4/+4
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-29/+27
|\ \
| * | sched/core: Optimize sched_feat() for !CONFIG_SCHED_DEBUG buildsPatrick Bellasi2017-11-091-3/+6
| * | sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker2017-10-271-15/+1
| * | sched/isolation: Introduce housekeeping flagsFrederic Weisbecker2017-10-271-4/+4
| * | sched/isolation: Rename is_housekeeping_cpu() to housekeeping_cpu()Frederic Weisbecker2017-10-271-3/+3
| * | sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-271-0/+1
| * | sched/fair: Use reweight_entity() for set_user_nice()Vincent Guittot2017-09-291-7/+15
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney2017-10-201-2/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | * | rcutorture: Dump writer stack if stalledPaul E. McKenney2017-10-091-0/+1
| |_|/ / |/| | |
| | * | sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney2017-10-091-0/+1
| |/ / |/| |
| * | sched: Make resched_cpu() unconditionalPaul E. McKenney2017-10-091-2/+1
|/ /
* | sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra2017-09-291-1/+23
|/
* sched/core: WARN() when migrating to an offline CPUPeter Zijlstra2017-09-121-0/+4
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-09-071-4/+3
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-2/+2
|\
| * locking: Introduce smp_mb__after_spinlock()Peter Zijlstra2017-08-101-2/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-041-17/+5
|\ \
| * | sched/debug: Intruduce task_state_to_char() helper functionXie XiuQi2017-08-101-11/+4
| * | sched/core: Remove unnecessary initialization init_idle_bootup_task()Cheng Jian2017-08-101-5/+0
| * | sched/core: Reuse put_prev_task()Viresh Kumar2017-08-101-1/+1
| |/
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-211-4/+34
|\ \ | |/ |/|
| *-. Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',...Paul E. McKenney2017-08-171-4/+34
| |\ \
| | | * sched: Replace spin_unlock_wait() with lock/unlock pairPaul E. McKenney2017-08-111-2/+2
| | |/ | |/|
| | * membarrier: Provide expedited private commandMathieu Desnoyers2017-08-171-0/+25
| | * sched: Allow migrating kthreads into online but inactive CPUsTejun Heo2017-07-281-2/+7
| |/
* | sched/core: Fix some documentation build warningsJonathan Corbet2017-07-251-1/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-717/+55
|\
| * sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre2017-06-231-315/+0
| * sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre2017-06-231-337/+6
| * sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre2017-06-231-4/+3
| * Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-201-18/+4
| |\
| | * sched/wait: Move bit_wait_table[] and related functionality from sched/core.c...Ingo Molnar2017-06-201-16/+2
| | * sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
| * | sched/core: Omit building stop_sched_class when !SMPNicolas Pitre2017-06-081-30/+30
| * | sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2017-06-081-0/+2
| * | sched/deadline: Reclaim bandwidth not used by dl tasksLuca Abeni2017-06-081-7/+10
| * | sched/deadline: Make GRUB a task's flagLuca Abeni2017-06-081-1/+2
| * | sched/deadline: Do not reclaim the whole CPU bandwidthLuca Abeni2017-06-081-0/+11
| * | sched/deadline: Implement GRUB accountingLuca Abeni2017-06-081-2/+2
| * | sched/deadline: Fix the update of the total -deadline utilizationLuca Abeni2017-06-081-24/+14
| * | sched/deadline: Improve the tracking of active utilizationLuca Abeni2017-06-081-0/+3
| * | sched/core: Enable might_sleep() and smp_processor_id() checks earlyThomas Gleixner2017-05-231-1/+3
| * | sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)2017-05-231-2/+2
| * | sched/core: Use the new llist_for_each_entry_safe() primitiveByungchul Park2017-05-231-12/+3
OpenPOWER on IntegriCloud