summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-02-22sched: Fix select_task_rq_fair() description commentsMorten Rasmussen1-5/+6
2014-02-22workqueue: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang1-1/+1
2014-02-22sys: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang1-4/+4
2014-02-22sched: Replace hardcoding of -20 and 19 with MIN_NICE and MAX_NICEDongsheng Yang2-7/+7
2014-02-22rcu: Use MAX_NICE to replace hardcoding of 19Dongsheng Yang1-4/+4
2014-02-22sched/rt: Make init_sched_rt_calss() __initLi Zefan1-1/+1
2014-02-22sched/rt: Remove 'leaf_rt_rq_list' from 'struct rq'Li Zefan2-5/+0
2014-02-22sched: Consider pi boosting in setscheduler()Thomas Gleixner2-11/+42
2014-02-22sched: Queue RT tasks to head when prio dropsThomas Gleixner1-2/+7
2014-02-22sched: Adjust p->sched_reset_on_fork when nothing else changesThomas Gleixner1-1/+3
2014-02-22sched: Add better debug output for might_sleep()Thomas Gleixner1-2/+21
2014-02-22sched: Check for idle task in might_sleep()Thomas Gleixner1-1/+2
2014-02-22sched: Init idle->on_rq in init_idle()Thomas Gleixner1-0/+1
2014-02-22sched: Remove some #ifdefferyPeter Zijlstra4-21/+60
2014-02-22sched: Fix hotplug task migrationPeter Zijlstra7-12/+28
2014-02-22sched/fair: Remove idle_balance() declaration in sched.hPeter Zijlstra2-25/+29
2014-02-22sched/fair: Reset se-depth when task switched to FAIRMichael wang1-1/+9
2014-02-22Merge branch 'linus' into sched/coreThomas Gleixner13-33/+104
2014-02-21Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-28/+33
2014-02-21Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2014-02-20user_namespace.c: Remove duplicated word in commentBrian Campbell1-1/+1
2014-02-19cgroup: update cgroup_enable_task_cg_lists() to grab siglockTejun Heo1-0/+5
2014-02-19workqueue: ensure @task is valid across kthread_stop()Lai Jiangshan1-0/+7
2014-02-18printk: fix syslog() overflowing user bufferLinus Torvalds1-2/+0
2014-02-16Merge branches 'irq-urgent-for-linus' and 'irq-core-for-linus' of git://git.k...Linus Torvalds2-0/+46
2014-02-16Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+7
2014-02-14tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner1-0/+1
2014-02-13Revert "cgroup: use an ordered workqueue for cgroup destruction"Tejun Heo1-6/+2
2014-02-11ring-buffer: Fix first commit on sub-buffer having non-zero deltaSteven Rostedt (Red Hat)1-0/+7
2014-02-11cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan1-16/+18
2014-02-11genirq: Add missing irq_to_desc export for CONFIG_SPARSE_IRQ=nPaul Gortmaker1-0/+1
2014-02-11sched/idle: Move cpu/idle.c to sched/idle.cNicolas Pitre4-3/+145
2014-02-11sched/idle: Move the cpuidle entry point to the generic idle loopNicolas Pitre1-2/+5
2014-02-11sched: Add statistic for newidle load balance costAlex Shi2-3/+7
2014-02-11sched: Delete is_same_group() outside CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann1-6/+0
2014-02-11sched: Push down pre_schedule() and idle_balance()Peter Zijlstra6-52/+44
2014-02-10sched: Clean up idle task SMP logicPeter Zijlstra1-8/+1
2014-02-10sched/fair: Optimize cgroup pick_next_task_fair()Peter Zijlstra1-12/+110
2014-02-10sched/fair: Clean up the __clear_buddies_*() functionsPeter Zijlstra1-9/+9
2014-02-10sched: Push put_prev_task() into pick_next_task()Peter Zijlstra7-34/+55
2014-02-10sched/fair: Track cgroup depthPeter Zijlstra1-26/+21
2014-02-10sched: Move rq->idle_stamp up to the coreDaniel Lezcano3-11/+16
2014-02-10sched: Fix race in idle_balance()Daniel Lezcano1-0/+7
2014-02-10sched: Remove 'cpu' parameter from idle_balance()Daniel Lezcano3-3/+4
2014-02-09sched: Implement task_nice() as static inline functionDongsheng Yang2-21/+9
2014-02-09genirq: Add devm_request_any_context_irq()Stephen Boyd1-0/+45
2014-02-09sched: Expose some macros related to priorityDongsheng Yang1-18/+0
2014-02-09sched/deadline: Skip in switched_to_dl() if task is currentKirill Tkhai1-1/+1
2014-02-09Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2014-02-08cgroup: fix locking in cgroup_cfts_commit()Tejun Heo1-9/+2