summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-02-22sched, nohz: Exclude isolated cores from load balancingMike Galbraith
2014-02-22sched: Fix select_task_rq_fair() description commentsMorten Rasmussen
2014-02-22workqueue: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang
2014-02-22sys: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang
2014-02-22sched: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang
2014-02-22rcu: Use MAX_NICE to replace hardcoding of 19Dongsheng Yang
2014-02-22sched/rt: Make init_sched_rt_calss() __initLi Zefan
2014-02-22sched/rt: Remove 'leaf_rt_rq_list' from 'struct rq'Li Zefan
2014-02-22sched: Consider pi boosting in setscheduler()Thomas Gleixner
2014-02-22sched: Queue RT tasks to head when prio dropsThomas Gleixner
2014-02-22sched: Adjust p->sched_reset_on_fork when nothing else changesThomas Gleixner
2014-02-22sched: Add better debug output for might_sleep()Thomas Gleixner
2014-02-22sched: Check for idle task in might_sleep()Thomas Gleixner
2014-02-22sched: Init idle->on_rq in init_idle()Thomas Gleixner
2014-02-21sched: Remove some #ifdefferyPeter Zijlstra
2014-02-21sched: Fix hotplug task migrationPeter Zijlstra
2014-02-21sched/fair: Remove idle_balance() declaration in sched.hPeter Zijlstra
2014-02-21sched/fair: Reset se-depth when task switched to FAIRMichael wang
2014-02-21Merge branch 'linus' into sched/coreThomas Gleixner
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-02-20user_namespace.c: Remove duplicated word in commentBrian Campbell
2014-02-18cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo
2014-02-18workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan
2014-02-17printk: fix syslog() overflowing user bufferLinus Torvalds
2014-02-15Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.k...Linus Torvalds
2014-02-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-02-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner
2014-02-12Revert "cgroup: use an ordered workqueue for cgroup destruction"Tejun Heo
2014-02-11ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)
2014-02-11cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan
2014-02-11genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker
2014-02-11sched/idle: Move cpu/idle.c to sched/idle.cNicolas Pitre
2014-02-11sched/idle: Move the cpuidle entry point to the generic idle loopNicolas Pitre
2014-02-11sched: Add statistic for newidle load balance costAlex Shi
2014-02-11sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann
2014-02-11sched: Push down pre_schedule() and idle_balance()Peter Zijlstra
2014-02-10sched: Clean up idle task SMP logicPeter Zijlstra
2014-02-10sched/fair: Optimize cgroup pick_next_task_fair()Peter Zijlstra
2014-02-10sched/fair: Clean up the __clear_buddies_*() functionsPeter Zijlstra
2014-02-10sched: Push put_prev_task() into pick_next_task()Peter Zijlstra
2014-02-10sched/fair: Track cgroup depthPeter Zijlstra
2014-02-10sched: Move rq->idle_stamp up to the coreDaniel Lezcano
2014-02-10sched: Fix race in idle_balance()Daniel Lezcano
2014-02-10sched: Remove 'cpu' parameter from idle_balance()Daniel Lezcano
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang
2014-02-09genirq: Add devm_request_any_context_irq()Stephen Boyd
2014-02-09sched: Expose some macros related to priorityDongsheng Yang
2014-02-09sched/deadline: Skip in switched_to_dl() if task is currentKirill Tkhai
2014-02-08Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds