aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2015-05-19sched/numa: Reduce conflict between fbq_classify_rq() and migrationRik van Riel
2015-05-19sched/preempt: Optimize preemption operations on __schedule() callersFrederic Weisbecker
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra
2015-05-18sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li
2015-05-18sched,perf: Fix periodic timersPeter Zijlstra
2015-05-17sched: Fix function declaration return type mismatchNicholas Mc Guire
2015-05-14sched / idle: Call default_idle_call() from cpuidle_enter_state()Rafael J. Wysocki
2015-05-14sched / idle: Call idle_set_state() from cpuidle_enter_state()Rafael J. Wysocki
2015-05-08perf: Fix software migrate eventsPeter Zijlstra
2015-05-08sched: Implement lockless wake-queuesPeter Zijlstra
2015-05-08sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low
2015-05-08sched/numa: Document usages of mm->numa_scan_seqJason Low
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low
2015-05-08sched/core: Remove unnecessary down/up conversionNicholas Mc Guire
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra
2015-05-08Merge branch 'sched/urgent' into sched/core, before applying new patchesIngo Molnar
2015-05-08sched/core: Remove __cpuinit section tag that crept back inPaul Gortmaker
2015-05-08sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner
2015-05-08Merge branch 'sched/urgent' into sched/coreIngo Molnar
2015-05-07nohz: Set isolcpus when nohz_full is setChris Metcalf
2015-05-07context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker
2015-05-04sched / idle: Eliminate the "reflect" check from cpuidle_idle_call()Rafael J. Wysocki
2015-05-04sched / idle: Move the default idle call code to a separate functionRafael J. Wysocki
2015-04-30Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-04-29cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini
2015-04-23sched: debug: Remove the cfs bandwidth timer_active printoutThomas Gleixner
2015-04-22sched: Cleanup bandwidth timersPeter Zijlstra
2015-04-22sched: deadline: Use hrtimer_start()Thomas Gleixner
2015-04-22sched: core: Use hrtimer_start[_expires]()Thomas Gleixner
2015-04-16sched/autogroup: Remove unnecessary #ifdef guardsTobias Klauser
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-04-07mm: numa: disable change protection for vma(VM_HUGETLB)Naoya Horiguchi
2015-04-03sched/core: Drop debugging leftover trace_printk callBorislav Petkov
2015-04-03sched/idle: Use explicit broadcast oneshot control functionThomas Gleixner
2015-04-02sched/deadline: Support DL task migration during CPU hotplugWanpeng Li
2015-04-02sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli
2015-04-02sched/deadline: Always enqueue on previous rq when dl_task_timer() firesJuri Lelli
2015-04-02sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa
2015-03-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-03-27sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li
2015-03-27sched/deadline: Avoid a superfluous checkWanpeng Li