aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-01-26PM / tracing: remove deprecated power trace APIPaul Gortmaker2-18/+0
2013-01-26PM: don't use [delayed_]work_pending()Tejun Heo2-7/+4
2013-01-25async: initialise list heads to fix crashJames Hogan1-0/+2
2013-01-25sched/debug: Fix format string for 32-bit platformsArnd Bergmann1-2/+2
2013-01-25sched: Fix warning in kernel/sched/fair.cArnd Bergmann1-1/+1
2013-01-25sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue1-1/+5
2013-01-25sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer1-1/+1
2013-01-25MODSIGN: Simplify Makefile with a Kconfig helperMichal Marek1-19/+3
2013-01-24tracing: Mark tracing_dentry_percpu() staticJosh Triplett1-1/+1
2013-01-24cgroup: remove bogus comments in cgroup_diput()Li Zefan1-6/+0
2013-01-24cgroup: remove synchronize_rcu() from cgroup_diput()Li Zefan1-29/+43
2013-01-24cgroup: remove duplicate RCU free on struct cgroupLi Zefan1-1/+1
2013-01-24sched: remove redundant NULL cgroup check in task_group_path()Li Zefan1-7/+0
2013-01-24sched: split out css_online/css_offline from tg creation/destructionLi Zefan2-10/+42
2013-01-24cgroup: initialize cgrp->dentry before css_alloc()Li Zefan1-3/+4
2013-01-24uprobes: remove redundant checkSasha Levin1-2/+1
2013-01-24workqueue: post global_cwq removal cleanupsTejun Heo1-52/+52
2013-01-24workqueue: rename nr_running variablesTejun Heo1-4/+5
2013-01-24workqueue: remove global_cwqTejun Heo2-30/+17
2013-01-24workqueue: remove worker_pool->gcwqTejun Heo1-7/+5
2013-01-24workqueue: replace for_each_worker_pool() with for_each_std_worker_pool()Tejun Heo1-22/+17
2013-01-24workqueue: make freezing/thawing per-poolTejun Heo1-26/+20
2013-01-24workqueue: make hotplug processing per-poolTejun Heo1-87/+62
2013-01-24workqueue: move global_cwq->lock to worker_poolTejun Heo1-162/+154
2013-01-24workqueue: move global_cwq->cpu to worker_poolTejun Heo1-21/+21
2013-01-24workqueue: move busy_hash from global_cwq to worker_poolTejun Heo1-52/+59
2013-01-24workqueue: record pool ID instead of CPU in work->data when off-queueTejun Heo1-44/+67
2013-01-24workqueue: add worker_pool->idTejun Heo1-0/+21
2013-01-24workqueue: introduce WORK_OFFQ_CPU_NONETejun Heo1-2/+2
2013-01-24workqueue: make GCWQ_FREEZING a pool flagTejun Heo1-13/+15
2013-01-24workqueue: make GCWQ_DISASSOCIATED a pool flagTejun Heo1-31/+35
2013-01-24workqueue: use std_ prefix for the standard per-cpu poolsTejun Heo1-11/+11
2013-01-24workqueue: unexport work_cpu()Tejun Heo1-2/+2
2013-01-24cgroup: remove a NULL check in cgroup_exit()Li Zefan1-2/+1
2013-01-24sched/fair: Set se->vruntime directly in place_entity()Viresh Kumar1-3/+1
2013-01-24x86/MSI: Support multiple MSIs in presense of IRQ remappingAlexander Gordeev1-8/+22
2013-01-24sched/rt: Add reschedule check to switched_from_rt()Kirill Tkhai1-2/+5
2013-01-24profiling: Remove unused timer hookFrederic Weisbecker1-24/+0
2013-01-24sched: Fix the broken sched_rr_get_interval()Zhu Yanhai1-1/+1
2013-01-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-1/+1
2013-01-24tracing: Fix unsigned int compare of zero in recursion checkSteven Rostedt1-1/+1
2013-01-24Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar14-169/+373
2013-01-24Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar1-3/+10
2013-01-24Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-6/+15
2013-01-24Merge tag 'v3.8-rc4' into irq/coreIngo Molnar102-2841/+4991
2013-01-23async: replace list of active domains with global list of pending itemsTejun Heo1-34/+29
2013-01-23async: keep pending tasks on async_domain and remove async_pendingTejun Heo1-49/+14
2013-01-23async: use ULLONG_MAX for infinity cookie valueTejun Heo1-5/+6
2013-01-23async: bring sanity to the use of words domain and runningTejun Heo1-34/+34
2013-01-23Merge branch 'master' into for-3.9-asyncTejun Heo34-389/+832