summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2015-07-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+15
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2015-07-04sched/stat: Simplify the sched_info accounting dependencyNaveen N. Rao-1/+1
2015-07-03sched, preempt_notifier: separate notifier registration from static_key inc/decPeter Zijlstra-2/+15
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-254/+286
2015-06-22Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+3
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-35/+9
2015-06-22Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-39/+97
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner-6/+3
2015-06-19sched: Remove superfluous resetting of the p->dl_throttled flagWanpeng Li-1/+0
2015-06-19sched/preempt: Add static_key() to preempt_notifiersPeter Zijlstra-5/+23
2015-06-19sched/preempt: Fix preempt notifiers documentation about hlist_del() within u...Mathieu Desnoyers-1/+1
2015-06-19sched,lockdep: Employ lock pinningPeter Zijlstra-3/+39
2015-06-19sched: Streamline the task migration locking a littlePeter Zijlstra-42/+34
2015-06-19sched: Move code aroundPeter Zijlstra-186/+178
2015-06-19sched: Allow balance callbacks for check_class_changed()Peter Zijlstra-3/+22
2015-06-19sched: Use replace normalize_task() with __sched_setscheduler()Peter Zijlstra-42/+23
2015-06-19sched: Replace post_schedule with a balance callback listPeter Zijlstra-12/+24
2015-06-19Merge branch 'timers/core' into sched/hrtimersThomas Gleixner-29/+6
2015-06-07preempt: Use preempt_schedule_context() as the official tracing preemption pointFrederic Weisbecker-5/+3
2015-06-07sched: Make preempt_schedule_context() function-tracing safeFrederic Weisbecker-2/+9
2015-06-02Merge branch 'linus' into sched/core, to resolve conflictIngo Molnar-4/+1
2015-05-27Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar-32/+27
2015-05-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+1
2015-05-19Merge branch 'linus' into timers/coreThomas Gleixner-43/+26
2015-05-19sched/preempt: Optimize preemption operations on __schedule() callersFrederic Weisbecker-20/+9
2015-05-18sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li-4/+1
2015-05-18sched,perf: Fix periodic timersPeter Zijlstra-12/+0
2015-05-08perf: Fix software migrate eventsPeter Zijlstra-1/+1
2015-05-08sched: Implement lockless wake-queuesPeter Zijlstra-0/+46
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low-2/+2
2015-05-08sched/core: Remove unnecessary down/up conversionNicholas Mc Guire-2/+2
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra-3/+4
2015-05-08Merge branch 'sched/urgent' into sched/core, before applying new patchesIngo Molnar-28/+26
2015-05-08sched/core: Remove __cpuinit section tag that crept back inPaul Gortmaker-1/+1
2015-05-08sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval-16/+12
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner-12/+14
2015-05-07nohz: Set isolcpus when nohz_full is setChris Metcalf-0/+3
2015-05-07context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker-1/+0
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini-15/+0
2015-04-22sched: Cleanup bandwidth timersPeter Zijlstra-7/+8
2015-04-22sched: core: Use hrtimer_start[_expires]()Thomas Gleixner-20/+8
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-3/+3
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-46/+50
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+15
2015-04-03sched/core: Drop debugging leftover trace_printk callBorislav Petkov-3/+1
2015-04-02sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli-28/+28
2015-04-02sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa-2/+2
2015-03-27sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li-3/+3