summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | sched/idle: Reflow cpuidle_idle_call()Peter Zijlstra2014-05-081-73/+58
| | * | | | | | sched/idle: Delay clearing the polling bitPeter Zijlstra2014-05-081-7/+10
| | * | | | | | sched/idle: Avoid spurious wakeup IPIsPeter Zijlstra2014-05-081-5/+36
| | * | | | | | sched/fair: Stop searching for tasks in newidle balance if there are runnable...Jason Low2014-05-071-2/+6
| | * | | | | | sched: Add a new SD_SHARE_POWERDOMAIN for sched_domainVincent Guittot2014-05-071-3/+7
| | * | | | | | sched, powerpc: Create a dedicated topology tableVincent Guittot2014-05-071-6/+0
| | * | | | | | sched, s390: Create a dedicated topology tableVincent Guittot2014-05-071-3/+0
| | * | | | | | sched: Rework sched_domain topology definitionVincent Guittot2014-05-071-113/+120
| | * | | | | | sched/numa: Do not set preferred_node on migration to a second choice nodeRik van Riel2014-05-071-1/+10
| | * | | | | | sched/numa: Retry placement more frequently when misplacedRik van Riel2014-05-071-1/+4
| | * | | | | | sched/numa: Count pages on active node as localRik van Riel2014-05-071-1/+13
| | * | | | | | Merge branch 'sched/urgent' into sched/core, to avoid conflictsIngo Molnar2014-05-0711-110/+188
| | |\ \ \ \ \ \
| | * | | | | | | sched: Revert commit 4c6c4e38c4e9 ("sched/core: Fix endless loop in pick_next...Kirill Tkhai2014-04-183-16/+11
| | * | | | | | | sched/rt: Substract number of tasks of throttled queues from rq->nr_runningKirill Tkhai2014-04-182-12/+63
| | * | | | | | | sched/rt: Add accessors rq_of_rt_se()Kirill Tkhai2014-04-181-2/+15
| | * | | | | | | sched/rt: Sum number of all children tasks in hierarhy at ->rt_nr_runningKirill Tkhai2014-04-181-2/+13
| | * | | | | | | sched/rt: Do not try to push tasks if pinned task switches to RTKirill V Tkhai2014-04-181-2/+2
| | * | | | | | | sched: Make scale_rt_power() deal with backward clocksPeter Zijlstra2014-04-181-1/+6
| * | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-033-4/+20
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-182-4/+4
| | * | | | | | | arch: Prepare for smp_mb__{before,after}_atomic()Peter Zijlstra2014-04-181-0/+16
| * | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-031-1/+6
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-05-221-1/+6
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | sched,rcu: Make cond_resched() report RCU quiescent statesPaul E. McKenney2014-05-141-1/+6
| | | |/ / / / /
* | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-064-12/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | sched/fair: Fix tg_set_cfs_bandwidth() deadlock on rq->lockRoman Gushchin2014-06-053-7/+6
| * | | | | | | sched/dl: Fix race in dl_task_timer()Kirill Tkhai2014-06-051-1/+9
| * | | | | | | sched: Fix sched_policy < 0 comparisonRichard Weinberger2014-06-051-1/+1
| * | | | | | | sched/numa: Fix use of spin_{un}lock_irq() when interrupts are disabledSteven Rostedt2014-06-051-3/+4
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-015-29/+74
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan2014-05-221-1/+0
| * | | | | | sched/cpupri: Replace NR_CPUS arraysPeter Zijlstra2014-05-222-1/+8
| * | | | | | sched/deadline: Replace NR_CPUS arraysPeter Zijlstra2014-05-222-12/+27
| * | | | | | sched/deadline: Restrict user params max value to 2^63 nsJuri Lelli2014-05-221-7/+30
| * | | | | | sched/deadline: Change sched_getparam() behaviour vs SCHED_DEADLINEPeter Zijlstra2014-05-221-6/+3
| * | | | | | sched: Disallow sched_attr::sched_policy < 0Peter Zijlstra2014-05-221-0/+3
| * | | | | | sched: Make sched_setattr() correctly return -EFBIGMichael Kerrisk2014-05-221-2/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-05-236-33/+42
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | |
| * | | | sched/numa: Initialize newidle balance stats in sd_numa_init()Jason Low2014-05-071-0/+2
| * | | | sched: Fix updating rq->max_idle_balance_cost and rq->next_balance in idle_ba...Jason Low2014-05-071-8/+8
| * | | | sched: Skip double execution of pick_next_task_fair()Peter Zijlstra2014-05-071-2/+8
| * | | | sched: Use CPUPRI_NR_PRIORITIES instead of MAX_RT_PRIO in cpupri checkSteven Rostedt (Red Hat)2014-05-071-2/+1
| * | | | sched/deadline: Fix memory leakLi Zefan2014-05-071-3/+1
| * | | | sched/deadline: Fix sched_yield() behaviorJuri Lelli2014-05-072-2/+4
| * | | | sched: Sanitize irq accounting madnessThomas Gleixner2014-05-071-16/+16
| * | | | sched/docbook: Fix 'make htmldocs' warnings caused by missing descriptionMasanari Iida2014-04-241-0/+2
| | |_|/ | |/| |
* | | | asmlinkage: Add explicit __visible to drivers/*, lib/*, kernel/*Andi Kleen2014-05-051-5/+5
|/ / /
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-04-194-11/+32
|\ \ \ | |/ / |/| / | |/
| * sched: Check for stop task appearance when balancing happensKirill Tkhai2014-04-173-5/+16
| * sched/numa: Fix task_numa_free() lockdep splatMike Galbraith2014-04-112-6/+16
OpenPOWER on IntegriCloud