summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-08cgroup: fix error return from cgroup_create()Tejun Heo1-3/+7
2014-02-08cgroup: fix error return value in cgroup_mount()Tejun Heo1-3/+3
2014-02-07cgroup: use an ordered workqueue for cgroup destructionHugh Dickins1-2/+6
2014-02-06time: Fix overflow when HZ is smaller than 60Mikulas Patocka1-0/+6
2014-02-06execve: use 'struct filename *' for executable name passingLinus Torvalds2-2/+2
2014-02-05genirq: Generic irq chip requires IRQ_DOMAINNitin A Kamble1-0/+1
2014-02-03arm, pm, vmpressure: add missing slab.h includesTejun Heo1-0/+1
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsIngo Molnar50-2150/+4197
2014-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-15/+16
2014-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+5
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-8/+12
2014-01-31kernel/smp.c: remove cpumask_ipiRoman Gushchin1-16/+1
2014-01-31kernel: use lockless list for smp_call_function_singleChristoph Hellwig1-38/+13