summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-03-13workqueue: fix max_active handling in init_and_link_pwq()Tejun Heo
2013-03-13workqueue: implement and use pwq_adjust_max_active()Tejun Heo
2013-03-13workqueue: relocate pwq_set_max_active()Tejun Heo
2013-03-13Merge branch 'akpm' (fixes from Andrew)Linus Torvalds
2013-03-13workqueue: convert to idr_alloc()Tejun Heo
2013-03-13kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORERAndrew Morton
2013-03-13signal: always clear sa_restorer on execveKees Cook
2013-03-13userns: Don't allow CLONE_NEWUSER | CLONE_FSEric W. Biederman
2013-03-13tracing: Fix free of probe entry by calling call_rcu_sched()Steven Rostedt (Red Hat)
2013-03-13rcu: Tone down debugging during boot-up and shutdown.Paul E. McKenney
2013-03-13rcu: Add softirq-stall indications to stall-warning messagesPaul E. McKenney
2013-03-13sched: Lower chances of cputime scaling overflowFrederic Weisbecker
2013-03-13tick: Provide a check for a forced broadcast pendingThomas Gleixner
2013-03-13tick: Handle broadcast wakeup of multiple cpusThomas Gleixner
2013-03-13tick: Avoid programming the local cpu timer if broadcast pendingThomas Gleixner
2013-03-13Merge commit 'v3.9-rc2' into timers/coreThomas Gleixner
2013-03-12futex: fix kernel-doc notation and spelloRandy Dunlap
2013-03-12signals: fix new kernel-doc warningsRandy Dunlap
2013-03-12workqueue: implement current_is_workqueue_rescuer()Tejun Heo
2013-03-12cgroup: remove useless code in cgroup_write_event_control()Li Zefan
2013-03-12cgroup: don't bother to resize pid arrayLi Zefan
2013-03-12cgroup: hold cgroup_mutex before calling css_offline()Li Zefan
2013-03-12cgroup: remove unused variables in cgroup_destroy_locked()Li Zefan
2013-03-12cgroup: remove cgroup_is_descendant()Li Zefan
2013-03-12cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed()Li Zefan
2013-03-12rcu: Delete unused rcu_node "wakemask" fieldPaul E. McKenney
2013-03-12rcu: Remove comment referring to __stop_machine()Srivatsa S. Bhat
2013-03-12rcu: Avoid invoking RCU core on offline CPUsPaul E. McKenney
2013-03-12rcu: Fix spacing problemJiang Fang
2013-03-12async: rename and redefine async_func_ptrLai Jiangshan
2013-03-12async: simplify lowest_in_progress()Lai Jiangshan
2013-03-12workqueue: implement sysfs interface for workqueuesTejun Heo
2013-03-12workqueue: reject adjusting max_active or applying attrs to ordered workqueuesTejun Heo
2013-03-12workqueue: make it clear that WQ_DRAINING is an internal flagTejun Heo
2013-03-12workqueue: implement apply_workqueue_attrs()Tejun Heo
2013-03-12workqueue: perform non-reentrancy test when queueing to unbound workqueues tooTejun Heo
2013-03-12workqueue: prepare flush_workqueue() for dynamic creation and destrucion of u...Tejun Heo
2013-03-12workqueue: implement get/put_pwq()Tejun Heo
2013-03-12workqueue: restructure __alloc_workqueue_key()Tejun Heo
2013-03-12workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL insteadTejun Heo
2013-03-12workqueue: add pool ID to the names of unbound kworkersTejun Heo
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