summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-01-27Merge tag 'v3.8-rc5' into next/cleanupOlof Johansson
2013-01-27cputime: Safely read cputime of full dynticks CPUsFrederic Weisbecker
2013-01-27kvm: Prepare to add generic guest entry/exit callbacksFrederic Weisbecker
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker
2013-01-27cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker
2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker
2013-01-27cputime: Move default nsecs_to_cputime() to jiffies based cputime fileFrederic Weisbecker
2013-01-27cputime: Avoid multiplication overflow on utime scalingFrederic Weisbecker
2013-01-26userns: Allow any uid or gid mappings that don't overlap.Eric W. Biederman
2013-01-26userns: Avoid recursion in put_user_nsEric W. Biederman
2013-01-26context_tracking: Add comments on interface and internalsFrederic Weisbecker
2013-01-26rcu: Remove unused code originally used for context trackingLi Zhong
2013-01-26rcu: Correct 'optimized' to 'optimize' in header commentCody P Schafer
2013-01-26context_tracking: Export context state for generic vtimeFrederic Weisbecker
2013-01-25Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman
2013-01-25tracing: Use __this_cpu_inc/dec operation instead of __get_cpu_varShan Wei
2013-01-26PM / tracing: remove deprecated power trace APIPaul Gortmaker
2013-01-26PM: don't use [delayed_]work_pending()Tejun Heo
2013-01-25async: initialise list heads to fix crashJames Hogan
2013-01-25sched/debug: Fix format string for 32-bit platformsArnd Bergmann
2013-01-25sched: Fix warning in kernel/sched/fair.cArnd Bergmann
2013-01-25sched/rt: Avoid updating RT entry timeout twice within one tick periodYing Xue
2013-01-25sched/rt: Use root_domain of rt_rq not current processorShawn Bohrer
2013-01-25MODSIGN: Simplify Makefile with a Kconfig helperMichal Marek
2013-01-24tracing: Mark tracing_dentry_percpu() staticJosh Triplett
2013-01-24cgroup: remove bogus comments in cgroup_diput()Li Zefan
2013-01-24cgroup: remove synchronize_rcu() from cgroup_diput()Li Zefan
2013-01-24cgroup: remove duplicate RCU free on struct cgroupLi Zefan
2013-01-24sched: remove redundant NULL cgroup check in task_group_path()Li Zefan
2013-01-24sched: split out css_online/css_offline from tg creation/destructionLi Zefan
2013-01-24cgroup: initialize cgrp->dentry before css_alloc()Li Zefan
2013-01-24uprobes: remove redundant checkSasha Levin
2013-01-24workqueue: post global_cwq removal cleanupsTejun Heo
2013-01-24workqueue: rename nr_running variablesTejun Heo
2013-01-24workqueue: remove global_cwqTejun Heo
2013-01-24workqueue: remove worker_pool->gcwqTejun Heo
2013-01-24workqueue: replace for_each_worker_pool() with for_each_std_worker_pool()Tejun Heo
2013-01-24workqueue: make freezing/thawing per-poolTejun Heo
2013-01-24workqueue: make hotplug processing per-poolTejun Heo
2013-01-24workqueue: move global_cwq->lock to worker_poolTejun Heo
2013-01-24workqueue: move global_cwq->cpu to worker_poolTejun Heo
2013-01-24workqueue: move busy_hash from global_cwq to worker_poolTejun Heo
2013-01-24workqueue: record pool ID instead of CPU in work->data when off-queueTejun Heo
2013-01-24workqueue: add worker_pool->idTejun Heo
2013-01-24workqueue: introduce WORK_OFFQ_CPU_NONETejun Heo
2013-01-24workqueue: make GCWQ_FREEZING a pool flagTejun Heo
2013-01-24workqueue: make GCWQ_DISASSOCIATED a pool flagTejun Heo
2013-01-24workqueue: use std_ prefix for the standard per-cpu poolsTejun Heo
2013-01-24workqueue: unexport work_cpu()Tejun Heo
2013-01-24cgroup: remove a NULL check in cgroup_exit()Li Zefan