summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched: Guarantee task priority in pick_next_task()Peter Zijlstra2014-02-274-6/+34
* sched/idle: Remove stale old filePeter Zijlstra2014-02-272-154/+10
* sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann2014-02-272-8/+9
* sched, nohz: Exclude isolated cores from load balancingMike Galbraith2014-02-221-7/+18
* sched: Fix select_task_rq_fair() description commentsMorten Rasmussen2014-02-221-5/+6
* workqueue: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang2014-02-221-1/+1
* sys: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang2014-02-221-4/+4
* sched: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang2014-02-222-7/+7
* rcu: Use MAX_NICE to replace hardcoding of 19Dongsheng Yang2014-02-221-4/+4
* sched/rt: Make init_sched_rt_calss() __initLi Zefan2014-02-221-1/+1
* sched/rt: Remove 'leaf_rt_rq_list' from 'struct rq'Li Zefan2014-02-222-5/+0
* sched: Consider pi boosting in setscheduler()Thomas Gleixner2014-02-222-11/+42
* sched: Queue RT tasks to head when prio dropsThomas Gleixner2014-02-221-2/+7
* sched: Adjust p->sched_reset_on_fork when nothing else changesThomas Gleixner2014-02-221-1/+3
* sched: Add better debug output for might_sleep()Thomas Gleixner2014-02-221-2/+21
* sched: Check for idle task in might_sleep()Thomas Gleixner2014-02-221-1/+2
* sched: Init idle->on_rq in init_idle()Thomas Gleixner2014-02-221-0/+1
* sched: Remove some #ifdefferyPeter Zijlstra2014-02-214-21/+60
* sched: Fix hotplug task migrationPeter Zijlstra2014-02-217-12/+28
* sched/fair: Remove idle_balance() declaration in sched.hPeter Zijlstra2014-02-212-25/+29
* sched/fair: Reset se-depth when task switched to FAIRMichael wang2014-02-211-1/+9
* Merge branch 'linus' into sched/coreThomas Gleixner2014-02-2113-33/+104
|\
| * Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-202-28/+33
| |\
| | * cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo2014-02-181-0/+5
| | * Revert "cgroup: use an ordered workqueue for cgroup destruction"Tejun Heo2014-02-121-6/+2
| | * cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan2014-02-111-16/+18
| | * cgroup: fix locking in cgroup_cfts_commit()Tejun Heo2014-02-081-9/+2
| | * cgroup: fix error return from cgroup_create()Tejun Heo2014-02-081-3/+7
| | * cgroup: fix error return value in cgroup_mount()Tejun Heo2014-02-081-3/+3
| | * cgroup: use an ordered workqueue for cgroup destructionHugh Dickins2014-02-071-2/+6
| | * arm, pm, vmpressure: add missing slab.h includesTejun Heo2014-02-031-0/+1
| * | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-201-0/+7
| |\ \
| | * | workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan2014-02-181-0/+7
| | |/
| * | user_namespace.c: Remove duplicated word in commentBrian Campbell2014-02-201-1/+1
| * | printk: fix syslog() overflowing user bufferLinus Torvalds2014-02-171-2/+0
| | |
| | \
| *-. \ Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.k...Linus Torvalds2014-02-152-0/+46
| |\ \ \
| | | * | genirq: Add devm_request_any_context_irq()Stephen Boyd2014-02-091-0/+45
| | * | | genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker2014-02-111-0/+1
| | |/ /
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-02-152-0/+7
| |\ \ \
| | * | | tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner2014-02-131-0/+1
| | * | | time: Fix overflow when HZ is smaller than 60Mikulas Patocka2014-02-061-0/+6
| | | |/ | | |/|
| * | | ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)2014-02-111-0/+7
| | |/ | |/|
| * | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-081-0/+1
| |\ \
| | * | genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble2014-02-051-0/+1
| | |/
| * | execve: use 'struct filename *' for executable name passingLinus Torvalds2014-02-052-2/+2
| |/
* | sched/idle: Move cpu/idle.c to sched/idle.cNicolas Pitre2014-02-114-3/+145
* | sched/idle: Move the cpuidle entry point to the generic idle loopNicolas Pitre2014-02-111-2/+5
* | sched: Add statistic for newidle load balance costAlex Shi2014-02-112-3/+7
* | sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann2014-02-111-6/+0
* | sched: Push down pre_schedule() and idle_balance()Peter Zijlstra2014-02-116-52/+44
OpenPOWER on IntegriCloud