aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/deadline: Remove useless dl_nr_totalKirill Tkhai2014-02-212-4/+1
* sched/deadline: Test for CPU's presence explicitlyBoris Ostrovsky2014-02-211-3/+3
* sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra2014-02-211-5/+6
* sched: Fix information leak in sys_sched_getattr()Vegard Nossum2014-02-211-1/+1
* sched,numa: add cond_resched to task_numa_workRik van Riel2014-02-211-0/+2
* sched/core: Make dl_b->lock IRQ safeJuri Lelli2014-02-211-4/+6
* sched/core: Fix sched_rt_global_validateJuri Lelli2014-02-211-1/+2
* sched/deadline: Fix overflow to handle period==0 and deadline!=0Steven Rostedt2014-02-211-1/+1
* sched/deadline: Fix bad accounting of nr_runningJuri Lelli2014-02-211-4/+2
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-311-1/+1
|\
| * Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2014-01-251-1/+1
| |\
| | * sched/nohz: Fix overflow error in scheduler_tick_max_deferment()Kevin Hilman2014-01-161-1/+1
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-312-2/+5
|\ \ \
| * | | sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra2014-01-281-1/+3
| * | | sched/deadline: Add sched_dl documentationDario Faggioli2014-01-281-1/+2
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-252-19/+42
|\| | |
| * | | sched/clock: Fixup early initializationPeter Zijlstra2014-01-231-12/+41
| * | | Revert "sched: Fix sleep time double accounting in enqueue entity"Vincent Guittot2014-01-231-7/+1
| |/ /
* | | numa: add a sysctl for numa_balancingAndi Kleen2014-01-231-1/+23
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-01-212-1/+7
|\ \ \
| * | | sched: add tracepoints related to NUMA task migrationMel Gorman2014-01-212-1/+7
| |/ /
* | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-01-212-17/+14
|\ \ \ | |/ / |/| |
| * | cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-052-12/+9
| * | cgroup, sched: convert away from cftype->read_map()Tejun Heo2013-12-052-9/+9
* | | sched: Fix __sched_setscheduler() nice testPeter Zijlstra2014-01-161-1/+2
* | | sched: Move SCHED_RESET_ON_FORK into attr::sched_flagsPeter Zijlstra2014-01-161-14/+28
* | | sched: Fix up attr::sched_priority warningPeter Zijlstra2014-01-161-2/+1
* | | sched: Fix up scheduler syscall LTP failsPeter Zijlstra2014-01-161-3/+11
* | | sched: Preserve the nice level over sched_setscheduler() and sched_setparam()...Peter Zijlstra2014-01-161-2/+4
* | | sched/core: Fix htmldocs warningsJuri Lelli2014-01-161-2/+2
* | | sched/deadline: No need to check p if dl_se is validJuri Lelli2014-01-161-2/+1
* | | sched/deadline: Remove unused variablesPeter Zijlstra2014-01-161-11/+0
* | | sched/deadline: Fix sparse static warningsFengguang Wu2014-01-161-3/+3
* | | sched/preempt: Fix up missed PREEMPT_NEED_RESCHED foldingPeter Zijlstra2014-01-131-2/+1
* | | sched/clock: Fix up clear_sched_clock_stable()Peter Zijlstra2014-01-131-1/+12
* | | sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra2014-01-132-8/+35
* | | sched/clock: Remove local_irq_disable() from the clocksPeter Zijlstra2014-01-131-28/+6
* | | sched: Factor out the on_null_domain() checks in trigger_load_balance()Daniel Lezcano2014-01-131-3/+5
* | | sched: Pass 'struct rq' to nohz_idle_balance()Daniel Lezcano2014-01-131-6/+5
* | | sched: Pass 'struct rq' to rebalance_domains()Daniel Lezcano2014-01-131-4/+4
* | | sched: Remove unused parameter from nohz_balancer_kick()Daniel Lezcano2014-01-131-4/+2
* | | sched: Remove unused parameter from find_new_ilb()Daniel Lezcano2014-01-131-2/+2
* | | sched: Pass 'struct rq' to on_null_domain()Daniel Lezcano2014-01-131-4/+4
* | | sched: Reduce nohz_kick_needed() parametersDaniel Lezcano2014-01-131-4/+4
* | | sched: Reduce trigger_load_balance() parametersDaniel Lezcano2014-01-133-3/+5
* | | sched/deadline: Fix hotplug admission controlPeter Zijlstra2014-01-131-51/+32
* | | sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra2014-01-133-207/+97
* | | sched/deadline: Fix up the smp-affinity mask testsPeter Zijlstra2014-01-131-19/+9
* | | sched/deadline: speed up SCHED_DEADLINE pushes with a push-heapJuri Lelli2014-01-136-40/+269
* | | sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli2014-01-133-36/+527