summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/idle: Move idle conditions in cpuidle_idle main functionDaniel Lezcano2014-03-111-34/+44
* sched/idle: Reorganize the idle loopDaniel Lezcano2014-03-111-18/+15
* cpuidle/idle: Move the cpuidle_idle_call function to idle.cDaniel Lezcano2014-03-111-0/+56
* Merge branch 'timers/core' into sched/idleIngo Molnar2014-02-288-31/+262
|\
| * Merge branch 'timers.2014.02.25a' of git://git.kernel.org/pub/scm/linux/kerne...Thomas Gleixner2014-02-281-2/+28
| |\
| | * timers: Make internal_add_timer() update ->next_timer if ->active_timers == 0Oleg Nesterov2014-02-251-2/+2
| | * timers: Reduce future __run_timers() latency for first add to empty listPaul E. McKenney2014-02-251-0/+1
| | * timers: Reduce future __run_timers() latency for newly emptied listPaul E. McKenney2014-02-251-0/+2
| | * timers: Reduce __run_timers() latency for empty listPaul E. McKenney2014-02-251-0/+18
| | * timers: Track total number of timers in listPaul E. McKenney2014-02-251-0/+5
| * | nohz: ensure users are aware boot CPU is not NO_HZ_FULLPaul Gortmaker2014-02-141-1/+1
| * | timer: Spare IPI when deferrable timer is queued on idle remote targetsViresh Kumar2014-02-141-1/+8
| |/
| * tick: Fixup more fallout from hrtimer broadcast modePreeti U Murthy2014-02-092-2/+5
| * time: Fixup fallout from recent clockevent/tick changesThomas Gleixner2014-02-071-1/+2
| * tick: Introduce hrtimer based broadcastPreeti U Murthy2014-02-073-4/+158
| * time: Change the return type of clockevents_notify() to integerPreeti U Murthy2014-02-073-8/+12
| * clockevents: Adjust timer interval when frequency changesSoren Brinkmann2014-02-071-3/+6
| * clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner2014-02-073-13/+45
| * timekeeping: Move clock sync work to power efficient workqueueShaibal Dutta2014-02-071-2/+3
* | trace: Replace hardcoding of 19 with MAX_NICEDongsheng Yang2014-02-271-3/+3
* | 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