aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-03-12cpumask: implement cpumask_parse()Tejun Heo1-0/+15
2013-03-12workqueue: reject adjusting max_active or applying attrs to ordered workqueuesTejun Heo2-1/+11
2013-03-12workqueue: make it clear that WQ_DRAINING is an internal flagTejun Heo2-5/+5
2013-03-12workqueue: implement apply_workqueue_attrs()Tejun Heo2-20/+73
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 unbound pool_workqueuesTejun 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 Heo2-13/+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 Heo2-22/+94
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_pwq()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 Heo3-19/+16
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-04workqueue: allow more off-queue flag spaceLai Jiangshan1-1/+1
2013-03-03Linux 3.9-rc1Linus Torvalds1-2/+2
2013-03-03Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds8-254/+284
2013-03-03Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds5-49/+57
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds26-171/+108
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds1-0/+1
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds17-144/+172
2013-03-03Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds8-13/+21
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metagLinus Torvalds200-8/+26934
2013-03-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds9-29/+36
2013-03-03Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-8/+10
2013-03-03Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-15/+14
2013-03-03Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds31-856/+888
2013-03-03Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds5-116/+127
2013-03-03Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds15-273/+1375
2013-03-03btrfs/raid56: Add missing #include <linux/vmalloc.h>Geert Uytterhoeven1-0/+1
2013-03-02Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds9-82/+79
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+1