diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-12-14 18:50:10 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-12-14 18:50:10 -0800 |
commit | 0fcdcfbbc98f70f559e4b36773a69972489a6d8f (patch) | |
tree | 108d532e9c79b76c6adaf8b564749a19ffbbce66 /MAINTAINERS | |
parent | 6d5e93c2aa1248b25f9de0eaca1dca038e31d79d (diff) | |
parent | 2d64672ed38721b7a3815009d79bfb90a1f34a17 (diff) | |
download | linux-3.10-0fcdcfbbc98f70f559e4b36773a69972489a6d8f.tar.gz linux-3.10-0fcdcfbbc98f70f559e4b36773a69972489a6d8f.tar.bz2 linux-3.10-0fcdcfbbc98f70f559e4b36773a69972489a6d8f.zip |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
workqueue: It is likely that WORKER_NOT_RUNNING is true
MAINTAINERS: Add workqueue entry
workqueue: check the allocation of system_unbound_wq
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9b952c5495b..0b0d2ba69a8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6583,6 +6583,15 @@ F: include/linux/mfd/wm8400* F: include/sound/wm????.h F: sound/soc/codecs/wm* +WORKQUEUE +M: Tejun Heo <tj@kernel.org> +L: linux-kernel@vger.kernel.org +T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git +S: Maintained +F: include/linux/workqueue.h +F: kernel/workqueue.c +F: Documentation/workqueue.txt + X.25 NETWORK LAYER M: Andrew Hendry <andrew.hendry@gmail.com> L: linux-x25@vger.kernel.org |