aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-19sched/preempt: Optimize preemption operations on __schedule() callersFrederic Weisbecker1-20/+9
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra1-2/+2
2015-05-18sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li1-4/+1
2015-05-18sched,perf: Fix periodic timersPeter Zijlstra4-20/+22
2015-05-17sched: Fix function declaration return type mismatchNicholas Mc Guire1-3/+3
2015-05-14sched / idle: Call default_idle_call() from cpuidle_enter_state()Rafael J. Wysocki1-13/+7
2015-05-14sched / idle: Call idle_set_state() from cpuidle_enter_state()Rafael J. Wysocki1-6/+9
2015-05-08perf: Fix software migrate eventsPeter Zijlstra1-1/+1
2015-05-08sched: Implement lockless wake-queuesPeter Zijlstra1-0/+46
2015-05-08sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low1-3/+3
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalabilityJason Low1-10/+5
2015-05-08sched/numa: Document usages of mm->numa_scan_seqJason Low1-0/+13
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()Jason Low9-19/+19
2015-05-08sched/core: Remove unnecessary down/up conversionNicholas Mc Guire1-2/+2
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra5-219/+217
2015-05-08Merge branch 'sched/urgent' into sched/core, before applying new patchesIngo Molnar1-28/+26
2015-05-08sched/core: Remove __cpuinit section tag that crept back inPaul Gortmaker1-1/+1
2015-05-08sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval1-16/+12
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner1-12/+14
2015-05-08Merge branch 'sched/urgent' into sched/coreIngo Molnar1-4/+0
2015-05-07nohz: Set isolcpus when nohz_full is setChris Metcalf1-0/+3
2015-05-07context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker1-1/+0
2015-05-04sched / idle: Eliminate the "reflect" check from cpuidle_idle_call()Rafael J. Wysocki1-44/+46
2015-05-04sched / idle: Move the default idle call code to a separate functionRafael J. Wysocki1-19/+24
2015-04-30Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-14/+2
2015-04-29cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki1-14/+2
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini1-15/+0
2015-04-23sched: debug: Remove the cfs bandwidth timer_active printoutThomas Gleixner1-2/+0
2015-04-22sched: Cleanup bandwidth timersPeter Zijlstra4-61/+31
2015-04-22sched: deadline: Use hrtimer_start()Thomas Gleixner1-10/+2
2015-04-22sched: core: Use hrtimer_start[_expires]()Thomas Gleixner2-21/+9
2015-04-16sched/autogroup: Remove unnecessary #ifdef guardsTobias Klauser1-4/+0
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+8
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-3/+3
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-230/+612
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+15
2015-04-07mm: numa: disable change protection for vma(VM_HUGETLB)Naoya Horiguchi1-1/+3
2015-04-03sched/core: Drop debugging leftover trace_printk callBorislav Petkov1-3/+1
2015-04-03sched/idle: Use explicit broadcast oneshot control functionThomas Gleixner1-3/+2
2015-04-02sched/deadline: Support DL task migration during CPU hotplugWanpeng Li1-0/+57
2015-04-02sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli1-28/+28
2015-04-02sched/deadline: Always enqueue on previous rq when dl_task_timer() firesJuri Lelli1-2/+2
2015-04-02sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa4-7/+7
2015-03-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+8
2015-03-27sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li1-3/+3
2015-03-27sched/deadline: Avoid a superfluous checkWanpeng Li1-8/+0
2015-03-27sched: Improve load balancing in the presence of idle CPUsPreeti U Murthy1-3/+5