aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2014-03-11cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano
2014-02-28Merge branch 'timers/core' into sched/idleIngo Molnar
2014-02-28Merge branch 'timers.2014.02.25a' of git://git.kernel.org/pub/scm/linux/kerne...Thomas Gleixner
2014-02-27trace: Replace hardcoding of 19 with MAX_NICEDongsheng Yang
2014-02-27sched: Guarantee task priority in pick_next_task()Peter Zijlstra
2014-02-27sched/idle: Remove stale old filePeter Zijlstra
2014-02-27sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHEDDietmar Eggemann
2014-02-25timers: Make internal_add_timer() update ->next_timer if ->active_timers == 0Oleg Nesterov
2014-02-25timers: Reduce future __run_timers() latency for first add to empty listPaul E. McKenney
2014-02-25timers: Reduce future __run_timers() latency for newly emptied listPaul E. McKenney
2014-02-25timers: Reduce __run_timers() latency for empty listPaul E. McKenney
2014-02-25timers: Track total number of timers in listPaul E. McKenney
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-14nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker
2014-02-14timer: Spare IPI when deferrable timer is queued on idle remote targetsViresh Kumar
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