aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2014-02-21sched/deadline: Remove useless dl_nr_totalKirill Tkhai
2014-02-21sched/deadline: Test for CPU's presence explicitlyBoris Ostrovsky
2014-02-21sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra
2014-02-21sched: Fix information leak in sys_sched_getattr()Vegard Nossum
2014-02-21sched,numa: add cond_resched to task_numa_workRik van Riel
2014-02-21sched/core: Make dl_b->lock IRQ safeJuri Lelli
2014-02-21sched/core: Fix sched_rt_global_validateJuri Lelli
2014-02-21sched/deadline: Fix overflow to handle period==0 and deadline!=0Steven Rostedt
2014-02-21sched/deadline: Fix bad accounting of nr_runningJuri Lelli
2014-02-21sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mmMartin Schwidefsky
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo
2014-02-12cgroup: remove cgroup->nameTejun Heo
2014-02-11sched/idle: Move cpu/idle.c to sched/idle.cNicolas Pitre
2014-02-11sched: Add statistic for newidle load balance costAlex Shi
2014-02-11sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann
2014-02-11sched: Push down pre_schedule() and idle_balance()Peter Zijlstra
2014-02-10sched: Clean up idle task SMP logicPeter Zijlstra
2014-02-10sched/fair: Optimize cgroup pick_next_task_fair()Peter Zijlstra
2014-02-10sched/fair: Clean up the __clear_buddies_*() functionsPeter Zijlstra
2014-02-10sched: Push put_prev_task() into pick_next_task()Peter Zijlstra
2014-02-10sched/fair: Track cgroup depthPeter Zijlstra
2014-02-10sched: Move rq->idle_stamp up to the coreDaniel Lezcano
2014-02-10sched: Fix race in idle_balance()Daniel Lezcano
2014-02-10sched: Remove 'cpu' parameter from idle_balance()Daniel Lezcano
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang
2014-02-09sched: Expose some macros related to priorityDongsheng Yang
2014-02-09sched/deadline: Skip in switched_to_dl() if task is currentKirill Tkhai
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-28sched/numa: Turn some magic numbers into #definesRik van Riel
2014-01-28sched/numa: Rename variables in task_numa_fault()Rik van Riel
2014-01-28sched/numa: Do statistics calculation using local variables onlyRik van Riel
2014-01-28sched/numa: Normalize faults_cpu stats and weigh by CPU useRik van Riel
2014-01-28sched/numa, mm: Use active_nodes nodemask to limit numa migrationsRik van Riel
2014-01-28sched/numa: Build per numa_group active node mask from numa_faults_cpu statis...Rik van Riel
2014-01-28sched/numa: Track from which nodes NUMA faults are triggeredRik van Riel
2014-01-28sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel
2014-01-28sched/numa, mm: Remove p->numa_migrate_deferredRik van Riel
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2014-01-23numa: add a sysctl for numa_balancingAndi Kleen
2014-01-23sched/clock: Fixup early initializationPeter Zijlstra
2014-01-23Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-01-21sched: add tracepoints related to NUMA task migrationMel Gorman