summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2013-03-12workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool()Tejun Heo
2013-03-12workqueue: remove unbound_std_worker_pools[] and related helpersTejun Heo
2013-03-12workqueue: implement attribute-based unbound worker_pool managementTejun Heo
2013-03-12workqueue: introduce workqueue_attrsTejun Heo
2013-03-12workqueue: separate out init_worker_pool() from init_workqueues()Tejun Heo
2013-03-12workqueue: replace POOL_MANAGING_WORKERS flag with worker_pool->manager_arbTejun Heo
2013-03-12workqueue: update synchronization rules on worker_pool_idrTejun Heo
2013-03-12workqueue: update synchronization rules on workqueue->pwqsTejun Heo
2013-03-12workqueue: replace get_pwq() with explicit per_cpu_ptr() accesses and first_p...Tejun Heo
2013-03-12workqueue: remove workqueue_struct->pool_wq.singleTejun Heo
2013-03-12workqueue: consistently use int for @cpu variablesTejun Heo
2013-03-12workqueue: add wokrqueue_struct->maydays list to replace mayday cpu iteratorsTejun Heo
2013-03-12workqueue: restructure pool / pool_workqueue iterations in freeze/thaw functionsTejun Heo
2013-03-12workqueue: introduce for_each_pool()Tejun Heo
2013-03-12workqueue: replace for_each_pwq_cpu() with for_each_pwq()Tejun Heo
2013-03-12workqueue: add workqueue_struct->pwqs listTejun Heo
2013-03-12workqueue: introduce kmem_cache for pool_workqueuesTejun Heo
2013-03-12workqueue: make workqueue_lock irq-safeTejun Heo
2013-03-12workqueue: make sanity checks less punshing using WARN_ON[_ONCE]()sTejun Heo
2013-03-12rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney
2013-03-12tracing: Fix race in snapshot swappingSteven Rostedt (Red Hat)
2013-03-11Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-03-11sched: Spelling fixAndrei Epure
2013-03-11sched: Fix update_group_power() prototype placement to fix build warning when...Li Zefan
2013-03-08workqueue: fix possible pool stall bug in wq_unbind_fn()Lai Jiangshan
2013-03-08Revert parts of "hlist: drop the node parameter from iterators"Arnd Bergmann
2013-03-08Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2013-03-07clockevents: Don't allow dummy broadcast timersMark Rutland
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker
2013-03-07context_tracking: Restore preempted context state after preempt_schedule_irq()Frederic Weisbecker
2013-03-07tracing: Do not return EINVAL in snapshot when not allocatedSteven Rostedt (Red Hat)
2013-03-07tracing: Add help of snapshot feature when snapshot is emptySteven Rostedt (Red Hat)
2013-03-07tick: Dynamically set broadcast irq affinityDaniel Lezcano
2013-03-07tick: Pass broadcast device to tick_broadcast_set_event()Daniel Lezcano
2013-03-07tick: Convert broadcast cpu bitmaps to cpumask_var_tThomas Gleixner
2013-03-06perf: Remove include of cgroup.h from perf_event.hLi Zefan
2013-03-06sched: Remove double declaration of root_task_groupLi Zefan
2013-03-06sched: Move group scheduling functions out of include/linux/sched.hLi Zefan
2013-03-06sched: Make default_scale_freq_power() staticLi Zefan
2013-03-06sched: Move struct sched_class to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move wake flags to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move struct sched_group to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan
2013-03-05Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-03-05Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-03-05cgroup: avoid accessing modular cgroup subsys structure without lockingLi Zefan
2013-03-04cgroup: no need to check css refs for release notificationLi Zefan
2013-03-04cpuset: use cgroup_name() in cpuset_print_task_mems_allowed()Li Zefan
2013-03-04cgroup: fix cgroup_path() vs rename() raceLi Zefan
2013-03-04workqueue: better define synchronization rule around rescuer->pool updatesLai Jiangshan