summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-03-12workqueue: reject adjusting max_active or applying attrs to ordered workqueuesTejun Heo1-0/+9
2013-03-12workqueue: make it clear that WQ_DRAINING is an internal flagTejun Heo1-4/+4
2013-03-12workqueue: implement apply_workqueue_attrs()Tejun Heo1-20/+71
2013-03-12workqueue: perform non-reentrancy test when queueing to unbound workqueues tooTejun Heo1-23/+19
2013-03-12workqueue: prepare flush_workqueue() for dynamic creation and destrucion of u...Tejun Heo1-2/+23
2013-03-12workqueue: implement get/put_pwq()Tejun Heo1-23/+114
2013-03-12workqueue: restructure __alloc_workqueue_key()Tejun Heo1-29/+38
2013-03-12workqueue: drop WQ_RESCUER and test workqueue->rescuer for NULL insteadTejun Heo1-12/+10
2013-03-12workqueue: add pool ID to the names of unbound kworkersTejun Heo1-1/+2
2013-03-12workqueue: drop "std" from cpu_std_worker_pools and for_each_std_worker_pool()Tejun Heo1-11/+11
2013-03-12workqueue: remove unbound_std_worker_pools[] and related helpersTejun Heo1-60/+6
2013-03-12workqueue: implement attribute-based unbound worker_pool managementTejun Heo1-13/+224
2013-03-12workqueue: introduce workqueue_attrsTejun Heo1-22/+81
2013-03-12workqueue: separate out init_worker_pool() from init_workqueues()Tejun Heo1-16/+21
2013-03-12workqueue: replace POOL_MANAGING_WORKERS flag with worker_pool->manager_arbTejun Heo1-11/+10
2013-03-12workqueue: update synchronization rules on worker_pool_idrTejun Heo1-25/+46
2013-03-12workqueue: update synchronization rules on workqueue->pwqsTejun Heo1-17/+70
2013-03-12workqueue: replace get_pwq() with explicit per_cpu_ptr() accesses and first_p...Tejun Heo1-15/+14
2013-03-12workqueue: remove workqueue_struct->pool_wq.singleTejun Heo1-14/+12
2013-03-12workqueue: consistently use int for @cpu variablesTejun Heo2-16/+13
2013-03-12workqueue: add wokrqueue_struct->maydays list to replace mayday cpu iteratorsTejun Heo1-49/+28
2013-03-12workqueue: restructure pool / pool_workqueue iterations in freeze/thaw functionsTejun Heo1-42/+45
2013-03-12workqueue: introduce for_each_pool()Tejun Heo1-15/+21
2013-03-12workqueue: replace for_each_pwq_cpu() with for_each_pwq()Tejun Heo1-31/+22
2013-03-12workqueue: add workqueue_struct->pwqs listTejun Heo1-6/+27
2013-03-12workqueue: introduce kmem_cache for pool_workqueuesTejun Heo1-31/+12
2013-03-12workqueue: make workqueue_lock irq-safeTejun Heo1-22/+22
2013-03-12workqueue: make sanity checks less punshing using WARN_ON[_ONCE]()sTejun Heo1-39/+46
2013-03-04workqueue: better define synchronization rule around rescuer->pool updatesLai Jiangshan2-1/+3
2013-03-04workqueue: change argument of worker_maybe_bind_and_lock() to @poolLai Jiangshan1-9/+9
2013-03-04workqueue: use %current instead of worker->task in worker_maybe_bind_and_lock()Lai Jiangshan1-4/+3
2013-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-03-04Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+4
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-03-03fix compat_sys_rt_sigprocmask()Al Viro1-1/+1
2013-03-03trace/ring_buffer: handle 64bit aligned structsJames Hogan1-2/+4
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds6-127/+62
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2013-03-02kdb: Remove unhandled ssb commandVincent4-39/+2
2013-03-02kdb: Prevent kernel oops with kdb_defcmdJason Wessel1-2/+6
2013-03-02kdb: Remove the ll commandJason Wessel1-65/+0
2013-03-02kdb_main: fix help printJason Wessel1-3/+7
2013-03-02kdb: Fix overlap in buffers with strcpyJason Wessel1-9/+21
2013-03-02kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein3-6/+23
2013-03-02kdb: use ARRAY_SIZE where possibleSasha Levin1-2/+2
2013-03-02kdb: A fix for kdb command table expansionJohn Blackwood1-1/+1
2013-03-01Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds1-0/+2
2013-03-01Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+77
2013-02-28Merge branch 'akpm' (final batch from Andrew)Linus Torvalds25-779/+120
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin12-71/+46