summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2013-03-13workqueue: separate out pool_workqueue locking into pwq_lockTejun Heo
2013-03-13workqueue: separate out pool and workqueue locking into wq_mutexTejun Heo
2013-03-13workqueue: relocate global variable defs and function decls in workqueue.cTejun Heo
2013-03-13workqueue: better define locking rules around worker creation / destructionTejun Heo
2013-03-13workqueue: factor out initial worker creation into create_and_start_worker()Tejun Heo
2013-03-13workqueue: rename worker_pool->assoc_mutex to ->manager_mutexTejun Heo
2013-03-13workqueue: inline trivial wrappersTejun Heo
2013-03-13workqueue: rename @id to @pi in for_each_each_pool()Tejun Heo
2013-03-13workqueue: update comments and a warning messageTejun Heo
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