summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-255-402/+500
|\
| * sched,lockdep: Employ lock pinningPeter Zijlstra2015-06-195-8/+71
| * sched: Streamline the task migration locking a littlePeter Zijlstra2015-06-191-42/+34Star
| * sched: Move code aroundPeter Zijlstra2015-06-191-186/+178Star
| * 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/+23Star
| * 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/+52Star
| |\
* | \ Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-231-55/+59
|\ \ \
| * \ \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2015-06-191-55/+59
| |\ \ \
| | * | | sched / idle: Call default_idle_call() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-13/+7Star
| | * | | sched / idle: Call idle_set_state() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-6/+9
| | * | | sched / idle: Eliminate the "reflect" check from cpuidle_idle_call()Rafael J. Wysocki2015-05-041-44/+46
| | * | | sched / idle: Move the default idle call code to a separate functionRafael J. Wysocki2015-05-041-19/+24
* | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-231-1/+3
|\ \ \ \ \
| * | | | | nohz: Set isolcpus when nohz_full is setChris Metcalf2015-05-071-0/+3
| * | | | | context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker2015-05-071-1/+0Star
| | |/ / / | |/| | |
* | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-236-108/+55Star
|\ \ \ \ \
| * | | | | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-191-6/+3Star
| | |_|_|/ | |/| | |
| * | | | Merge branch 'linus' into timers/coreThomas Gleixner2015-05-192-57/+28Star
| |\ \ \ \
| * | | | | sched,perf: Fix periodic timersPeter Zijlstra2015-05-184-20/+22
| * | | | | sched: debug: Remove the cfs bandwidth timer_active printoutThomas Gleixner2015-04-231-2/+0Star
| * | | | | sched: Cleanup bandwidth timersPeter Zijlstra2015-04-224-61/+31Star
| * | | | | sched: deadline: Use hrtimer_start()Thomas Gleixner2015-04-221-10/+2Star
| * | | | | sched: core: Use hrtimer_start[_expires]()Thomas Gleixner2015-04-222-21/+9Star
* | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-06-2313-363/+487
|\ \ \ \ \ \
| * | | | | | sched/deadline: Remove needless parameter in dl_runtime_exceeded()Zhiqiang Zhang2015-06-191-2/+2
| * | | | | | sched: Remove superfluous resetting of the p->dl_throttled flagWanpeng Li2015-06-191-1/+0Star
| * | | | | | sched/deadline: Drop duplicate init_sched_dl_class() declarationWanpeng Li2015-06-191-1/+0Star
| * | | | | | sched/deadline: Reduce rq lock contention by eliminating locking of non-feasi...Wanpeng Li2015-06-191-1/+14
| * | | | | | sched/deadline: Make init_sched_dl_class() __initWanpeng Li2015-06-191-1/+1
| * | | | | | sched/deadline: Optimize pull_dl_task()Wanpeng Li2015-06-191-1/+27
| * | | | | | sched/preempt: Add static_key() to preempt_notifiersPeter Zijlstra2015-06-191-5/+23
| * | | | | | sched/preempt: Fix preempt notifiers documentation about hlist_del() within u...Mathieu Desnoyers2015-06-191-1/+1
| * | | | | | sched/debug: Add sum_sleep_runtime to /proc/<pid>/schedSrikar Dronamraju2015-06-191-0/+1
| * | | | | | sched/debug: Replace vruntime with wait_sum in /proc/sched_debugSrikar Dronamraju2015-06-191-2/+2
| * | | | | | sched/debug: Properly format runnable tasks in /proc/sched_debugSrikar Dronamraju2015-06-191-2/+4
| | |_|_|_|/ | |/| | | |
| * | | | | 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/+15Star
| * | | | | 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/+3Star
| * | | | | 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/+1Star
| |\ \ \ \ \
| * | | | | | 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/+9Star