summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched,dl: Fix sched class hopping CBS holePeter Zijlstra2015-06-191-66/+86
* sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra2015-06-191-21/+24
* sched,dl: Remove return value from pull_dl_task()Peter Zijlstra2015-06-191-10/+10
* sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra2015-06-191-16/+19
* sched,rt: Remove return value from pull_rt_task()Peter Zijlstra2015-06-191-11/+11
* sched: Allow balance callbacks for check_class_changed()Peter Zijlstra2015-06-191-3/+22
* sched: Use replace normalize_task() with __sched_setscheduler()Peter Zijlstra2015-06-191-42/+23
* sched: Replace post_schedule with a balance callback listPeter Zijlstra2015-06-194-38/+63
* Merge branch 'timers/core' into sched/hrtimersThomas Gleixner2015-06-196-102/+52
|\
| * Merge branch 'linus' into timers/coreThomas Gleixner2015-05-192-57/+28
| |\
| * | sched,perf: Fix periodic timersPeter Zijlstra2015-05-184-20/+22
| * | sched: debug: Remove the cfs bandwidth timer_active printoutThomas Gleixner2015-04-231-2/+0
| * | sched: Cleanup bandwidth timersPeter Zijlstra2015-04-224-61/+31
| * | sched: deadline: Use hrtimer_start()Thomas Gleixner2015-04-221-10/+2
| * | sched: core: Use hrtimer_start[_expires]()Thomas Gleixner2015-04-222-21/+9
* | | sched/numa: Only consider less busy nodes as numa balancing destinationsRik van Riel2015-06-071-2/+28
* | | Revert 095bebf61a46 ("sched/numa: Do not move past the balance point if unbal...Rik van Riel2015-06-071-26/+15
* | | sched/fair: Prevent throttling in early pick_next_task_fair()Ben Segall2015-06-071-11/+14
* | | preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker2015-06-071-5/+3
* | | sched: Make preempt_schedule_context() function-tracing safeFrederic Weisbecker2015-06-071-2/+9
* | | Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar2015-06-021-4/+1
|\ \ \
| * \ \ Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-05-221-4/+1
| |\ \ \ | | |_|/ | |/| |
| | * | sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li2015-05-181-4/+1
* | | | sched/numa: Reduce conflict between fbq_classify_rq() and migrationRik van Riel2015-05-191-27/+33
* | | | sched/preempt: Optimize preemption operations on __schedule() callersFrederic Weisbecker2015-05-191-20/+9
* | | | sched: Fix function declaration return type mismatchNicholas Mc Guire2015-05-171-3/+3
* | | | sched: Implement lockless wake-queuesPeter Zijlstra2015-05-081-0/+46
* | | | sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low2015-05-081-3/+3
* | | | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-081-10/+5
* | | | sched/numa: Document usages of mm->numa_scan_seqJason Low2015-05-081-0/+13
* | | | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-089-19/+19
* | | | sched/core: Remove unnecessary down/up conversionNicholas Mc Guire2015-05-081-2/+2
* | | | sched: Move the loadavg code to a more obvious locationPeter Zijlstra2015-05-085-219/+217
* | | | Merge branch 'sched/urgent' into sched/core, before applying new patchesIngo Molnar2015-05-081-28/+26
|\ \ \ \ | |/ / /
| * | | sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval2015-05-081-16/+12
| * | | sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-081-12/+14
| |/ /
* | | sched/core: Remove __cpuinit section tag that crept back inPaul Gortmaker2015-05-081-1/+1
* | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2015-05-081-4/+0
|\ \ \ | |/ / |/| |
| * | sched/autogroup: Remove unnecessary #ifdef guardsTobias Klauser2015-04-161-4/+0
* | | Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-301-14/+2
|\ \ \
| * | | cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki2015-04-291-14/+2
| | |/ | |/|
* | | x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2015-04-271-15/+0
|/ /
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-141-1/+1
|\ \
| * | context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker2015-03-091-1/+1
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-141-1/+8
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-03-271-1/+8
| |\ \ \
| | * | | rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney2015-03-121-0/+2
| | * | | cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney2015-03-121-1/+6
| | |/ /
* | | | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-04-131-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel2015-03-191-3/+3
| | |/ | |/|
OpenPOWER on IntegriCloud