summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-1/+1
* 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
* | | sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli2014-01-133-44/+97
* | | rtmutex: Turn the plist into an rb-treePeter Zijlstra2014-01-131-4/+0
* | | sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson2014-01-132-5/+15
* | | sched/deadline: Add SCHED_DEADLINE avg_update accountingDario Faggioli2014-01-131-0/+2
* | | sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli2014-01-134-17/+962
* | | sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli2014-01-135-17/+807
* | | sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli2014-01-132-23/+249
* | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-01-131-1/+8
|\ \ \