aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-22sched: Check for idle task in might_sleep()Thomas Gleixner1-1/+2
2014-02-22sched: Init idle->on_rq in init_idle()Thomas Gleixner1-0/+1
2014-02-21sched: Remove some #ifdefferyPeter Zijlstra4-21/+60
2014-02-21sched: Fix hotplug task migrationPeter Zijlstra7-12/+28
2014-02-21sched/fair: Remove idle_balance() declaration in sched.hPeter Zijlstra2-25/+29
2014-02-21sched/fair: Reset se-depth when task switched to FAIRMichael wang1-1/+9
2014-02-21sched/deadline: Remove useless dl_nr_totalKirill Tkhai2-4/+1
2014-02-21sched/deadline: Test for CPU's presence explicitlyBoris Ostrovsky1-3/+3
2014-02-21sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra1-5/+6
2014-02-21sched: Fix information leak in sys_sched_getattr()Vegard Nossum1-1/+1
2014-02-21sched,numa: add cond_resched to task_numa_workRik van Riel1-0/+2
2014-02-21sched/core: Make dl_b->lock IRQ safeJuri Lelli1-4/+6
2014-02-21sched/core: Fix sched_rt_global_validateJuri Lelli1-1/+2
2014-02-21sched/deadline: Fix overflow to handle period==0 and deadline!=0Steven Rostedt1-1/+1
2014-02-21sched/deadline: Fix bad accounting of nr_runningJuri Lelli1-4/+2
2014-02-21sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mmMartin Schwidefsky1-1/+3
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo1-2/+2
2014-02-12cgroup: remove cgroup->nameTejun Heo1-2/+1
2014-02-11sched/idle: Move cpu/idle.c to sched/idle.cNicolas Pitre2-1/+145
2014-02-11sched: Add statistic for newidle load balance costAlex Shi2-3/+7
2014-02-11sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann1-6/+0
2014-02-11sched: Push down pre_schedule() and idle_balance()Peter Zijlstra6-52/+44
2014-02-10sched: Clean up idle task SMP logicPeter Zijlstra1-8/+1
2014-02-10sched/fair: Optimize cgroup pick_next_task_fair()Peter Zijlstra1-12/+110
2014-02-10sched/fair: Clean up the __clear_buddies_*() functionsPeter Zijlstra1-9/+9
2014-02-10sched: Push put_prev_task() into pick_next_task()Peter Zijlstra7-34/+55
2014-02-10sched/fair: Track cgroup depthPeter Zijlstra1-26/+21
2014-02-10sched: Move rq->idle_stamp up to the coreDaniel Lezcano3-11/+16
2014-02-10sched: Fix race in idle_balance()Daniel Lezcano1-0/+7
2014-02-10sched: Remove 'cpu' parameter from idle_balance()Daniel Lezcano3-3/+4
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang2-21/+9
2014-02-09sched: Expose some macros related to priorityDongsheng Yang1-18/+0
2014-02-09sched/deadline: Skip in switched_to_dl() if task is currentKirill Tkhai1-1/+1
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo2-8/+4
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar3-20/+45
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+5
2014-01-28sched/numa: Turn some magic numbers into #definesRik van Riel1-9/+25
2014-01-28sched/numa: Rename variables in task_numa_fault()Rik van Riel1-4/+4
2014-01-28sched/numa: Do statistics calculation using local variables onlyRik van Riel1-8/+4
2014-01-28sched/numa: Normalize faults_cpu stats and weigh by CPU useRik van Riel2-2/+53
2014-01-28sched/numa, mm: Use active_nodes nodemask to limit numa migrationsRik van Riel1-0/+63
2014-01-28sched/numa: Build per numa_group active node mask from numa_faults_cpu statisticsRik van Riel1-0/+42
2014-01-28sched/numa: Track from which nodes NUMA faults are triggeredRik van Riel1-7/+23
2014-01-28sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel3-33/+33
2014-01-28sched/numa, mm: Remove p->numa_migrate_deferredRik van Riel1-8/+0
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra1-1/+3
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli1-1/+2
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-19/+42
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgentIngo Molnar1-1/+1