summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2014-03-11sched/clock: Prevent tracing recursion in sched_clock_cpu()Fernando Luis Vazquez Cao-2/+2
2014-03-11sched/deadline: Deny unprivileged users to set/change SCHED_DEADLINE policyJuri Lelli-0/+9
2014-02-27sched/deadline: Prevent rt_time growth to infinityJuri Lelli-2/+14
2014-02-27sched/deadline: Switch CPU's presence test orderJuri Lelli-2/+2
2014-02-27sched/deadline: Cleanup RT leftovers from {inc/dec}_dl_migrationKirill Tkhai-2/+0
2014-02-27sched: Fix double normalization of vruntimeGeorge McCollister-4/+4
2014-02-21sched/deadline: Remove useless dl_nr_totalKirill Tkhai-4/+1
2014-02-21sched/deadline: Test for CPU's presence explicitlyBoris Ostrovsky-3/+3
2014-02-21sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra-5/+6
2014-02-21sched: Fix information leak in sys_sched_getattr()Vegard Nossum-1/+1
2014-02-21sched,numa: add cond_resched to task_numa_workRik van Riel-0/+2
2014-02-21sched/core: Make dl_b->lock IRQ safeJuri Lelli-4/+6
2014-02-21sched/core: Fix sched_rt_global_validateJuri Lelli-1/+2
2014-02-21sched/deadline: Fix overflow to handle period==0 and deadline!=0Steven Rostedt-1/+1
2014-02-21sched/deadline: Fix bad accounting of nr_runningJuri Lelli-4/+2
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+5
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra-1/+3
2014-01-28sched/deadline: Add sched_dl documentationDario Faggioli-1/+2
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-19/+42
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar-1/+1
2014-01-23numa: add a sysctl for numa_balancingAndi Kleen-1/+23
2014-01-23sched/clock: Fixup early initializationPeter Zijlstra-12/+41
2014-01-23Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot-7/+1
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-1/+7
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-17/+14
2014-01-21sched: add tracepoints related to NUMA task migrationMel Gorman-1/+7
2014-01-16sched: Fix __sched_setscheduler() nice testPeter Zijlstra-1/+2
2014-01-16sched: Move SCHED_RESET_ON_FORK into attr::sched_flagsPeter Zijlstra-14/+28
2014-01-16sched: Fix up attr::sched_priority warningPeter Zijlstra-2/+1
2014-01-16sched: Fix up scheduler syscall LTP failsPeter Zijlstra-3/+11
2014-01-16sched: Preserve the nice level over sched_setscheduler() and sched_setparam()...Peter Zijlstra-2/+4
2014-01-16sched/core: Fix htmldocs warningsJuri Lelli-2/+2
2014-01-16sched/deadline: No need to check p if dl_se is validJuri Lelli-2/+1
2014-01-16sched/deadline: Remove unused variablesPeter Zijlstra-11/+0
2014-01-16sched/deadline: Fix sparse static warningsFengguang Wu-3/+3
2014-01-16sched/nohz: Fix overflow error in scheduler_tick_max_deferment()Kevin Hilman-1/+1
2014-01-13sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra-2/+1
2014-01-13sched/clock: Fix up clear_sched_clock_stable()Peter Zijlstra-1/+12
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra-8/+35
2014-01-13sched/clock: Remove local_irq_disable() from the clocksPeter Zijlstra-28/+6
2014-01-13sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano-3/+5
2014-01-13sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano-6/+5
2014-01-13sched: Pass 'struct rq' to rebalance_domains()Daniel Lezcano-4/+4
2014-01-13sched: Remove unused parameter from nohz_balancer_kick()Daniel Lezcano-4/+2
2014-01-13sched: Remove unused parameter from find_new_ilb()Daniel Lezcano-2/+2
2014-01-13sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano-4/+4
2014-01-13sched: Reduce nohz_kick_needed() parametersDaniel Lezcano-4/+4
2014-01-13sched: Reduce trigger_load_balance() parametersDaniel Lezcano-3/+5
2014-01-13sched/deadline: Fix hotplug admission controlPeter Zijlstra-51/+32