summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2014-02-21sched/core: Make dl_b->lock IRQ safeJuri Lelli1-4/+6
2014-02-21sched/core: Fix sched_rt_global_validateJuri Lelli1-1/+2
2014-02-21sched/deadline: Fix overflow to handle period==0 and deadline!=0Steven Rostedt1-1/+1
2014-02-21sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mmMartin Schwidefsky1-1/+3
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo1-2/+2
2014-02-11sched: Add statistic for newidle load balance costAlex Shi1-3/+6
2014-02-11sched: Push down pre_schedule() and idle_balance()Peter Zijlstra1-24/+2
2014-02-10sched: Push put_prev_task() into pick_next_task()Peter Zijlstra1-13/+8
2014-02-10sched: Move rq->idle_stamp up to the coreDaniel Lezcano1-2/+9
2014-02-10sched: Remove 'cpu' parameter from idle_balance()Daniel Lezcano1-1/+1
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang1-19/+7
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo1-4/+2
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar1-9/+32
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
2014-01-28sched/numa: Normalize faults_cpu stats and weigh by CPU useRik van Riel1-0/+2
2014-01-28sched/numa: Rename p->numa_faults to numa_faults_memoryRik van Riel1-2/+2
2014-01-28sched: Make sched_class::get_rr_interval() optionalPeter Zijlstra1-1/+3
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar1-1/+1
2014-01-23numa: add a sysctl for numa_balancingAndi Kleen1-1/+23
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+2
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-7/+6
2014-01-21sched: add tracepoints related to NUMA task migrationMel Gorman1-0/+2
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()...Peter Zijlstra1-2/+4
2014-01-16sched/core: Fix htmldocs warningsJuri Lelli1-2/+2
2014-01-16sched/deadline: Remove unused variablesPeter Zijlstra1-11/+0
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: Reduce trigger_load_balance() parametersDaniel Lezcano1-1/+1
2014-01-13sched/deadline: Fix hotplug admission controlPeter Zijlstra1-51/+32
2014-01-13sched/deadline: Remove the sysctl_sched_dl knobsPeter Zijlstra1-188/+71
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 Lelli1-0/+3
2014-01-13sched/deadline: Add bandwidth management for SCHED_DEADLINE tasksDario Faggioli1-27/+414
2014-01-13sched/deadline: Add SCHED_DEADLINE inheritance logicDario Faggioli1-6/+30
2014-01-13rtmutex: Turn the plist into an rb-treePeter Zijlstra1-4/+0
2014-01-13sched/deadline: Add period support for SCHED_DEADLINE tasksHarald Gustafsson1-2/+8
2014-01-13sched/deadline: Add SCHED_DEADLINE SMP-related data structures & logicJuri Lelli1-1/+8
2014-01-13sched/deadline: Add SCHED_DEADLINE structures & implementationDario Faggioli1-15/+94
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli1-20/+243
2013-12-17Merge branch 'sched/urgent' into sched/coreIngo Molnar1-4/+6
2013-12-17sched: Assign correct scheduling domain to 'sd_llc'Mel Gorman1-2/+3
2013-12-11sched: Initialize power_orig for overlapping groupsPeter Zijlstra1-0/+1
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo1-4/+3
2013-12-05cgroup, sched: convert away from cftype->read_map()Tejun Heo1-5/+5
2013-11-27sched: Add sched_class->task_dead() methodDario Faggioli1-0/+3