aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2014-01-13sched: Remove unused parameter from find_new_ilb()Daniel Lezcano
2014-01-13sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano
2014-01-13sched: Reduce nohz_kick_needed() parametersDaniel Lezcano
2014-01-13sched: Reduce trigger_load_balance() parametersDaniel Lezcano
2014-01-13sched/deadline: Fix hotplug admission controlPeter Zijlstra
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra
2014-01-13sched/deadline: Fix up the smp-affinity mask testsPeter Zijlstra
2014-01-13sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra
2014-01-13sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson
2014-01-13sched/deadline: Add SCHED_DEADLINE avg_update accountingDario Faggioli
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli
2014-01-13Merge branch 'sched/urgent' into sched/coreIngo Molnar
2014-01-12sched: Calculate effective load even if local weight is 0Rik van Riel
2013-12-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-12-18sched: numa: skip inaccessible VMAsMel Gorman
2013-12-17sched/numa: Fix period_slot recalculationWanpeng Li
2013-12-17sched/numa: Use wrapper function task_faults_idx to calculate index in group_...Wanpeng Li
2013-12-17sched/numa: Use wrapper function task_node to get node which task is onWanpeng Li
2013-12-17sched/numa: Drop sysctl_numa_balancing_settle_count sysctlWanpeng Li
2013-12-17Merge branch 'sched/urgent' into sched/coreIngo Molnar
2013-12-17sched/rt: Fix rq's cpupri leak while enqueue/dequeue child RT entitiesKirill Tkhai
2013-12-17sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman
2013-12-11sched/fair: Rework sched_fair time accountingPeter Zijlstra
2013-12-11sched: Initialize power_orig for overlapping groupsPeter Zijlstra
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo
2013-12-05cgroup, sched: convert away from cftype->read_map()Tejun Heo
2013-12-05sched/numa: Drop idx field of task_numa_env structWanpeng Li
2013-11-27sched: Add sched_class->task_dead() methodDario Faggioli
2013-11-27sched/fair: Clean up update_sg_lb_stats() a bitKamalesh Babulal
2013-11-27sched/fair: Move load idx selection in find_idlest_groupVincent Guittot
2013-11-27sched: Check TASK_DEAD rather than EXIT_DEAD in schedule_debug()Oleg Nesterov
2013-11-27sched: Expose preempt_schedule_irq()Thomas Gleixner
2013-11-26sched: Fix a trivial syntax misuseShigeru Yoshida
2013-11-19sched: Fix a trivial typo in commentsShigeru Yoshida
2013-11-19sched: Avoid NULL dereference on sd_busyPeter Zijlstra
2013-11-19sched: Check sched_domain before computing group powerSrikar Dronamraju
2013-11-13sched/fair: Avoid integer overflowMichal Nazarewicz
2013-11-13sched: Optimize task_sched_runtime()Peter Zijlstra
2013-11-13sched/numa: Cure update_numa_stats() vs. hotplugPeter Zijlstra
2013-11-13sched/numa: Fix NULL pointer dereference in task_numa_migrate()Rik van Riel
2013-11-06sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy
2013-11-06sched: Fix asymmetric scheduling for POWER7Vaidyanathan Srinivasan
2013-11-06sched: Move completion code from core.c to completion.cPeter Zijlstra
2013-11-06sched: Move wait code from core.c to wait.cPeter Zijlstra
2013-11-06sched: Move wait.c into kernel/sched/Peter Zijlstra