aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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: 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
2014-01-23numa: add a sysctl for numa_balancingAndi Kleen1-1/+23
2014-01-23sched/clock: Fixup early initializationPeter Zijlstra1-12/+41
2014-01-23Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot1-7/+1
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2-1/+7
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-17/+14
2014-01-21sched: add tracepoints related to NUMA task migrationMel Gorman2-1/+7
2014-01-16sched: Fix __sched_setscheduler() nice testPeter Zijlstra1-1/+2
2014-01-16sched: Move SCHED_RESET_ON_FORK into attr::sched_flagsPeter Zijlstra1-14/+28
2014-01-16sched: Fix up attr::sched_priority warningPeter Zijlstra1-2/+1
2014-01-16sched: Fix up scheduler syscall LTP failsPeter Zijlstra1-3/+11
2014-01-16sched: Preserve the nice level over sched_setscheduler() and sched_setparam() callsPeter Zijlstra1-2/+4
2014-01-16sched/core: Fix htmldocs warningsJuri Lelli1-2/+2
2014-01-16sched/deadline: No need to check p if dl_se is validJuri Lelli1-2/+1
2014-01-16sched/deadline: Remove unused variablesPeter Zijlstra1-11/+0
2014-01-16sched/deadline: Fix sparse static warningsFengguang Wu1-3/+3
2014-01-16sched/nohz: Fix overflow error in scheduler_tick_max_deferment()Kevin Hilman1-1/+1
2014-01-13sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra1-2/+1
2014-01-13sched/clock: Fix up clear_sched_clock_stable()Peter Zijlstra1-1/+12
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2-8/+35
2014-01-13sched/clock: Remove local_irq_disable() from the clocksPeter Zijlstra1-28/+6
2014-01-13sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano1-3/+5
2014-01-13sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano1-6/+5
2014-01-13sched: Pass 'struct rq' to rebalance_domains()Daniel Lezcano1-4/+4
2014-01-13sched: Remove unused parameter from nohz_balancer_kick()Daniel Lezcano1-4/+2
2014-01-13sched: Remove unused parameter from find_new_ilb()Daniel Lezcano1-2/+2
2014-01-13sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano1-4/+4
2014-01-13sched: Reduce nohz_kick_needed() parametersDaniel Lezcano1-4/+4
2014-01-13sched: Reduce trigger_load_balance() parametersDaniel Lezcano3-3/+5
2014-01-13sched/deadline: Fix hotplug admission controlPeter Zijlstra1-51/+32
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra3-207/+97
2014-01-13sched/deadline: Fix up the smp-affinity mask testsPeter Zijlstra1-19/+9
2014-01-13sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli6-40/+269
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli3-36/+527
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli3-44/+97
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra1-4/+0
2014-01-13sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson2-5/+15
2014-01-13sched/deadline: Add SCHED_DEADLINE avg_update accountingDario Faggioli1-0/+2
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli4-17/+962
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli5-17/+807
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameters ABIDario Faggioli2-23/+249
2014-01-13Merge branch 'sched/urgent' into sched/coreIngo Molnar1-1/+8
2014-01-12sched: Calculate effective load even if local weight is 0Rik van Riel1-1/+1
2013-12-19Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+17
2013-12-18sched: numa: skip inaccessible VMAsMel Gorman1-0/+7