diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-23 19:59:10 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-03-23 19:59:10 -0400 |
commit | 8e3ade251bc7c0a4f0777df4dd34343a03efadba (patch) | |
tree | 6c0b78731e3d6609057951d07660efbd90992ad0 /MAINTAINERS | |
parent | e317234975cb7463b8ca21a93bb6862d9dcf113f (diff) | |
parent | e075f59152890ffd7e3d704afc997dd686c8a781 (diff) |
Merge branch 'akpm' (Andrew's patch-bomb)
Merge second batch of patches from Andrew Morton:
- various misc things
- core kernel changes to prctl, exit, exec, init, etc.
- kernel/watchdog.c updates
- get_maintainer
- MAINTAINERS
- the backlight driver queue
- core bitops code cleanups
- the led driver queue
- some core prio_tree work
- checkpatch udpates
- largeish crc32 update
- a new poll() feature for the v4l guys
- the rtc driver queue
- fatfs
- ptrace
- signals
- kmod/usermodehelper updates
- coredump
- procfs updates
* emailed from Andrew Morton <akpm@linux-foundation.org>: (141 commits)
seq_file: add seq_set_overflow(), seq_overflow()
proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().
procfs: speed up /proc/pid/stat, statm
procfs: add num_to_str() to speed up /proc/stat
proc: speed up /proc/stat handling
fs/proc/kcore.c: make get_sparsemem_vmemmap_info() static
coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP
coredump: remove VM_ALWAYSDUMP flag
kmod: make __request_module() killable
kmod: introduce call_modprobe() helper
usermodehelper: ____call_usermodehelper() doesn't need do_exit()
usermodehelper: kill umh_wait, renumber UMH_* constants
usermodehelper: implement UMH_KILLABLE
usermodehelper: introduce umh_complete(sub_info)
usermodehelper: use UMH_WAIT_PROC consistently
signal: zap_pid_ns_processes: s/SEND_SIG_NOINFO/SEND_SIG_FORCED/
signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig()
signal: cosmetic, s/from_ancestor_ns/force/ in prepare_signal() paths
signal: give SEND_SIG_FORCED more power to beat SIGNAL_UNKILLABLE
Hexagon: use set_current_blocked() and block_sigmask()
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 124 |
1 files changed, 64 insertions, 60 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ec9bcb17c572..f47091abb8f7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -163,7 +163,7 @@ M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | |||
163 | L: linux-serial@vger.kernel.org | 163 | L: linux-serial@vger.kernel.org |
164 | W: http://serial.sourceforge.net | 164 | W: http://serial.sourceforge.net |
165 | S: Maintained | 165 | S: Maintained |
166 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git | 166 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git |
167 | F: drivers/tty/serial/8250* | 167 | F: drivers/tty/serial/8250* |
168 | F: include/linux/serial_8250.h | 168 | F: include/linux/serial_8250.h |
169 | 169 | ||
@@ -464,6 +464,7 @@ ALPHA PORT | |||
464 | M: Richard Henderson <rth@twiddle.net> | 464 | M: Richard Henderson <rth@twiddle.net> |
465 | M: Ivan Kokshaysky <ink@jurassic.park.msu.ru> | 465 | M: Ivan Kokshaysky <ink@jurassic.park.msu.ru> |
466 | M: Matt Turner <mattst88@gmail.com> | 466 | M: Matt Turner <mattst88@gmail.com> |
467 | S: Odd Fixes | ||
467 | L: linux-alpha@vger.kernel.org | 468 | L: linux-alpha@vger.kernel.org |
468 | F: arch/alpha/ | 469 | F: arch/alpha/ |
469 | 470 | ||
@@ -715,6 +716,7 @@ S: Maintained | |||
715 | ARM/CLKDEV SUPPORT | 716 | ARM/CLKDEV SUPPORT |
716 | M: Russell King <linux@arm.linux.org.uk> | 717 | M: Russell King <linux@arm.linux.org.uk> |
717 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 718 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
719 | S: Maintained | ||
718 | F: arch/arm/include/asm/clkdev.h | 720 | F: arch/arm/include/asm/clkdev.h |
719 | F: drivers/clk/clkdev.c | 721 | F: drivers/clk/clkdev.c |
720 | 722 | ||
@@ -1502,7 +1504,7 @@ F: drivers/i2c/busses/i2c-bfin-twi.c | |||
1502 | 1504 | ||
1503 | BLOCK LAYER | 1505 | BLOCK LAYER |
1504 | M: Jens Axboe <axboe@kernel.dk> | 1506 | M: Jens Axboe <axboe@kernel.dk> |
1505 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git | 1507 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git |
1506 | S: Maintained | 1508 | S: Maintained |
1507 | F: block/ | 1509 | F: block/ |
1508 | 1510 | ||
@@ -1640,7 +1642,7 @@ BTTV VIDEO4LINUX DRIVER | |||
1640 | M: Mauro Carvalho Chehab <mchehab@infradead.org> | 1642 | M: Mauro Carvalho Chehab <mchehab@infradead.org> |
1641 | L: linux-media@vger.kernel.org | 1643 | L: linux-media@vger.kernel.org |
1642 | W: http://linuxtv.org | 1644 | W: http://linuxtv.org |
1643 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 1645 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
1644 | S: Maintained | 1646 | S: Maintained |
1645 | F: Documentation/video4linux/bttv/ | 1647 | F: Documentation/video4linux/bttv/ |
1646 | F: drivers/media/video/bt8xx/bttv* | 1648 | F: drivers/media/video/bt8xx/bttv* |
@@ -1670,7 +1672,7 @@ F: fs/cachefiles/ | |||
1670 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER | 1672 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
1671 | M: Jonathan Corbet <corbet@lwn.net> | 1673 | M: Jonathan Corbet <corbet@lwn.net> |
1672 | L: linux-media@vger.kernel.org | 1674 | L: linux-media@vger.kernel.org |
1673 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 1675 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
1674 | S: Maintained | 1676 | S: Maintained |
1675 | F: Documentation/video4linux/cafe_ccic | 1677 | F: Documentation/video4linux/cafe_ccic |
1676 | F: drivers/media/video/marvell-ccic/ | 1678 | F: drivers/media/video/marvell-ccic/ |
@@ -1841,6 +1843,7 @@ F: include/linux/cleancache.h | |||
1841 | 1843 | ||
1842 | CLK API | 1844 | CLK API |
1843 | M: Russell King <linux@arm.linux.org.uk> | 1845 | M: Russell King <linux@arm.linux.org.uk> |
1846 | S: Maintained | ||
1844 | F: include/linux/clk.h | 1847 | F: include/linux/clk.h |
1845 | 1848 | ||
1846 | CISCO FCOE HBA DRIVER | 1849 | CISCO FCOE HBA DRIVER |
@@ -2036,7 +2039,7 @@ CX18 VIDEO4LINUX DRIVER | |||
2036 | M: Andy Walls <awalls@md.metrocast.net> | 2039 | M: Andy Walls <awalls@md.metrocast.net> |
2037 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) | 2040 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) |
2038 | L: linux-media@vger.kernel.org | 2041 | L: linux-media@vger.kernel.org |
2039 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 2042 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
2040 | W: http://linuxtv.org | 2043 | W: http://linuxtv.org |
2041 | W: http://www.ivtvdriver.org/index.php/Cx18 | 2044 | W: http://www.ivtvdriver.org/index.php/Cx18 |
2042 | S: Maintained | 2045 | S: Maintained |
@@ -2350,7 +2353,7 @@ F: Documentation/blockdev/drbd/ | |||
2350 | 2353 | ||
2351 | DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS | 2354 | DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS |
2352 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2355 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
2353 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git | 2356 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git |
2354 | S: Supported | 2357 | S: Supported |
2355 | F: Documentation/kobject.txt | 2358 | F: Documentation/kobject.txt |
2356 | F: drivers/base/ | 2359 | F: drivers/base/ |
@@ -2372,7 +2375,7 @@ INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets) | |||
2372 | M: Keith Packard <keithp@keithp.com> | 2375 | M: Keith Packard <keithp@keithp.com> |
2373 | L: intel-gfx@lists.freedesktop.org (subscribers-only) | 2376 | L: intel-gfx@lists.freedesktop.org (subscribers-only) |
2374 | L: dri-devel@lists.freedesktop.org | 2377 | L: dri-devel@lists.freedesktop.org |
2375 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6.git | 2378 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux.git |
2376 | S: Supported | 2379 | S: Supported |
2377 | F: drivers/gpu/drm/i915 | 2380 | F: drivers/gpu/drm/i915 |
2378 | F: include/drm/i915* | 2381 | F: include/drm/i915* |
@@ -2966,8 +2969,8 @@ GFS2 FILE SYSTEM | |||
2966 | M: Steven Whitehouse <swhiteho@redhat.com> | 2969 | M: Steven Whitehouse <swhiteho@redhat.com> |
2967 | L: cluster-devel@redhat.com | 2970 | L: cluster-devel@redhat.com |
2968 | W: http://sources.redhat.com/cluster/ | 2971 | W: http://sources.redhat.com/cluster/ |
2969 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git | 2972 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git |
2970 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git | 2973 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git |
2971 | S: Supported | 2974 | S: Supported |
2972 | F: Documentation/filesystems/gfs2*.txt | 2975 | F: Documentation/filesystems/gfs2*.txt |
2973 | F: fs/gfs2/ | 2976 | F: fs/gfs2/ |
@@ -3008,42 +3011,42 @@ F: drivers/net/ethernet/aeroflex/ | |||
3008 | GSPCA FINEPIX SUBDRIVER | 3011 | GSPCA FINEPIX SUBDRIVER |
3009 | M: Frank Zago <frank@zago.net> | 3012 | M: Frank Zago <frank@zago.net> |
3010 | L: linux-media@vger.kernel.org | 3013 | L: linux-media@vger.kernel.org |
3011 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 3014 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
3012 | S: Maintained | 3015 | S: Maintained |
3013 | F: drivers/media/video/gspca/finepix.c | 3016 | F: drivers/media/video/gspca/finepix.c |
3014 | 3017 | ||
3015 | GSPCA GL860 SUBDRIVER | 3018 | GSPCA GL860 SUBDRIVER |
3016 | M: Olivier Lorin <o.lorin@laposte.net> | 3019 | M: Olivier Lorin <o.lorin@laposte.net> |
3017 | L: linux-media@vger.kernel.org | 3020 | L: linux-media@vger.kernel.org |
3018 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 3021 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
3019 | S: Maintained | 3022 | S: Maintained |
3020 | F: drivers/media/video/gspca/gl860/ | 3023 | F: drivers/media/video/gspca/gl860/ |
3021 | 3024 | ||
3022 | GSPCA M5602 SUBDRIVER | 3025 | GSPCA M5602 SUBDRIVER |
3023 | M: Erik Andren <erik.andren@gmail.com> | 3026 | M: Erik Andren <erik.andren@gmail.com> |
3024 | L: linux-media@vger.kernel.org | 3027 | L: linux-media@vger.kernel.org |
3025 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 3028 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
3026 | S: Maintained | 3029 | S: Maintained |
3027 | F: drivers/media/video/gspca/m5602/ | 3030 | F: drivers/media/video/gspca/m5602/ |
3028 | 3031 | ||
3029 | GSPCA PAC207 SONIXB SUBDRIVER | 3032 | GSPCA PAC207 SONIXB SUBDRIVER |
3030 | M: Hans de Goede <hdegoede@redhat.com> | 3033 | M: Hans de Goede <hdegoede@redhat.com> |
3031 | L: linux-media@vger.kernel.org | 3034 | L: linux-media@vger.kernel.org |
3032 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 3035 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
3033 | S: Maintained | 3036 | S: Maintained |
3034 | F: drivers/media/video/gspca/pac207.c | 3037 | F: drivers/media/video/gspca/pac207.c |
3035 | 3038 | ||
3036 | GSPCA SN9C20X SUBDRIVER | 3039 | GSPCA SN9C20X SUBDRIVER |
3037 | M: Brian Johnson <brijohn@gmail.com> | 3040 | M: Brian Johnson <brijohn@gmail.com> |
3038 | L: linux-media@vger.kernel.org | 3041 | L: linux-media@vger.kernel.org |
3039 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 3042 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
3040 | S: Maintained | 3043 | S: Maintained |
3041 | F: drivers/media/video/gspca/sn9c20x.c | 3044 | F: drivers/media/video/gspca/sn9c20x.c |
3042 | 3045 | ||
3043 | GSPCA T613 SUBDRIVER | 3046 | GSPCA T613 SUBDRIVER |
3044 | M: Leandro Costantino <lcostantino@gmail.com> | 3047 | M: Leandro Costantino <lcostantino@gmail.com> |
3045 | L: linux-media@vger.kernel.org | 3048 | L: linux-media@vger.kernel.org |
3046 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 3049 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
3047 | S: Maintained | 3050 | S: Maintained |
3048 | F: drivers/media/video/gspca/t613.c | 3051 | F: drivers/media/video/gspca/t613.c |
3049 | 3052 | ||
@@ -3051,7 +3054,7 @@ GSPCA USB WEBCAM DRIVER | |||
3051 | M: Jean-Francois Moine <moinejf@free.fr> | 3054 | M: Jean-Francois Moine <moinejf@free.fr> |
3052 | W: http://moinejf.free.fr | 3055 | W: http://moinejf.free.fr |
3053 | L: linux-media@vger.kernel.org | 3056 | L: linux-media@vger.kernel.org |
3054 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 3057 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
3055 | S: Maintained | 3058 | S: Maintained |
3056 | F: drivers/media/video/gspca/ | 3059 | F: drivers/media/video/gspca/ |
3057 | 3060 | ||
@@ -3337,7 +3340,7 @@ IDE SUBSYSTEM | |||
3337 | M: "David S. Miller" <davem@davemloft.net> | 3340 | M: "David S. Miller" <davem@davemloft.net> |
3338 | L: linux-ide@vger.kernel.org | 3341 | L: linux-ide@vger.kernel.org |
3339 | Q: http://patchwork.ozlabs.org/project/linux-ide/list/ | 3342 | Q: http://patchwork.ozlabs.org/project/linux-ide/list/ |
3340 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git | 3343 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git |
3341 | S: Maintained | 3344 | S: Maintained |
3342 | F: Documentation/ide/ | 3345 | F: Documentation/ide/ |
3343 | F: drivers/ide/ | 3346 | F: drivers/ide/ |
@@ -3449,7 +3452,7 @@ F: firmware/isci/ | |||
3449 | INTEL IDLE DRIVER | 3452 | INTEL IDLE DRIVER |
3450 | M: Len Brown <lenb@kernel.org> | 3453 | M: Len Brown <lenb@kernel.org> |
3451 | L: linux-pm@vger.kernel.org | 3454 | L: linux-pm@vger.kernel.org |
3452 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git | 3455 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git |
3453 | S: Supported | 3456 | S: Supported |
3454 | F: drivers/idle/intel_idle.c | 3457 | F: drivers/idle/intel_idle.c |
3455 | 3458 | ||
@@ -3756,7 +3759,7 @@ IVTV VIDEO4LINUX DRIVER | |||
3756 | M: Andy Walls <awalls@md.metrocast.net> | 3759 | M: Andy Walls <awalls@md.metrocast.net> |
3757 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) | 3760 | L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers) |
3758 | L: linux-media@vger.kernel.org | 3761 | L: linux-media@vger.kernel.org |
3759 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 3762 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
3760 | W: http://www.ivtvdriver.org | 3763 | W: http://www.ivtvdriver.org |
3761 | S: Maintained | 3764 | S: Maintained |
3762 | F: Documentation/video4linux/*.ivtv | 3765 | F: Documentation/video4linux/*.ivtv |
@@ -3852,8 +3855,8 @@ F: fs/autofs4/ | |||
3852 | 3855 | ||
3853 | KERNEL BUILD + files below scripts/ (unless maintained elsewhere) | 3856 | KERNEL BUILD + files below scripts/ (unless maintained elsewhere) |
3854 | M: Michal Marek <mmarek@suse.cz> | 3857 | M: Michal Marek <mmarek@suse.cz> |
3855 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git for-next | 3858 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next |
3856 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes | 3859 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes |
3857 | L: linux-kbuild@vger.kernel.org | 3860 | L: linux-kbuild@vger.kernel.org |
3858 | S: Maintained | 3861 | S: Maintained |
3859 | F: Documentation/kbuild/ | 3862 | F: Documentation/kbuild/ |
@@ -4233,12 +4236,14 @@ F: Documentation/hwmon/ltc4261 | |||
4233 | F: drivers/hwmon/ltc4261.c | 4236 | F: drivers/hwmon/ltc4261.c |
4234 | 4237 | ||
4235 | LTP (Linux Test Project) | 4238 | LTP (Linux Test Project) |
4236 | M: Rishikesh K Rajak <risrajak@linux.vnet.ibm.com> | 4239 | M: Shubham Goyal <shubham@linux.vnet.ibm.com> |
4237 | M: Garrett Cooper <yanegomi@gmail.com> | ||
4238 | M: Mike Frysinger <vapier@gentoo.org> | 4240 | M: Mike Frysinger <vapier@gentoo.org> |
4239 | M: Subrata Modak <subrata@linux.vnet.ibm.com> | 4241 | M: Cyril Hrubis <chrubis@suse.cz> |
4242 | M: Caspar Zhang <caspar@casparzhang.com> | ||
4243 | M: Wanlong Gao <gaowanlong@cn.fujitsu.com> | ||
4240 | L: ltp-list@lists.sourceforge.net (subscribers-only) | 4244 | L: ltp-list@lists.sourceforge.net (subscribers-only) |
4241 | W: http://ltp.sourceforge.net/ | 4245 | W: http://ltp.sourceforge.net/ |
4246 | T: git git://github.com/linux-test-project/ltp.git | ||
4242 | T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev | 4247 | T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev |
4243 | S: Maintained | 4248 | S: Maintained |
4244 | 4249 | ||
@@ -4276,7 +4281,7 @@ MAC80211 | |||
4276 | M: Johannes Berg <johannes@sipsolutions.net> | 4281 | M: Johannes Berg <johannes@sipsolutions.net> |
4277 | L: linux-wireless@vger.kernel.org | 4282 | L: linux-wireless@vger.kernel.org |
4278 | W: http://linuxwireless.org/ | 4283 | W: http://linuxwireless.org/ |
4279 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git | 4284 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git |
4280 | S: Maintained | 4285 | S: Maintained |
4281 | F: Documentation/networking/mac80211-injection.txt | 4286 | F: Documentation/networking/mac80211-injection.txt |
4282 | F: include/net/mac80211.h | 4287 | F: include/net/mac80211.h |
@@ -4287,7 +4292,7 @@ M: Stefano Brivio <stefano.brivio@polimi.it> | |||
4287 | M: Mattias Nissler <mattias.nissler@gmx.de> | 4292 | M: Mattias Nissler <mattias.nissler@gmx.de> |
4288 | L: linux-wireless@vger.kernel.org | 4293 | L: linux-wireless@vger.kernel.org |
4289 | W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID | 4294 | W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID |
4290 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git | 4295 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git |
4291 | S: Maintained | 4296 | S: Maintained |
4292 | F: net/mac80211/rc80211_pid* | 4297 | F: net/mac80211/rc80211_pid* |
4293 | 4298 | ||
@@ -4359,7 +4364,7 @@ P: LinuxTV.org Project | |||
4359 | L: linux-media@vger.kernel.org | 4364 | L: linux-media@vger.kernel.org |
4360 | W: http://linuxtv.org | 4365 | W: http://linuxtv.org |
4361 | Q: http://patchwork.kernel.org/project/linux-media/list/ | 4366 | Q: http://patchwork.kernel.org/project/linux-media/list/ |
4362 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 4367 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
4363 | S: Maintained | 4368 | S: Maintained |
4364 | F: Documentation/dvb/ | 4369 | F: Documentation/dvb/ |
4365 | F: Documentation/video4linux/ | 4370 | F: Documentation/video4linux/ |
@@ -4416,6 +4421,13 @@ T: git git://git.monstr.eu/linux-2.6-microblaze.git | |||
4416 | S: Supported | 4421 | S: Supported |
4417 | F: arch/microblaze/ | 4422 | F: arch/microblaze/ |
4418 | 4423 | ||
4424 | MICROCHANNEL ARCHITECTURE (MCA) | ||
4425 | M: James Bottomley <James.Bottomley@HansenPartnership.com> | ||
4426 | S: Maintained | ||
4427 | F: Documentation/mca.txt | ||
4428 | F: drivers/mca/ | ||
4429 | F: include/linux/mca* | ||
4430 | |||
4419 | MICROTEK X6 SCANNER | 4431 | MICROTEK X6 SCANNER |
4420 | M: Oliver Neukum <oliver@neukum.name> | 4432 | M: Oliver Neukum <oliver@neukum.name> |
4421 | S: Maintained | 4433 | S: Maintained |
@@ -4431,14 +4443,6 @@ S: Supported | |||
4431 | F: Documentation/mips/ | 4443 | F: Documentation/mips/ |
4432 | F: arch/mips/ | 4444 | F: arch/mips/ |
4433 | 4445 | ||
4434 | MISCELLANEOUS MCA-SUPPORT | ||
4435 | M: James Bottomley <James.Bottomley@HansenPartnership.com> | ||
4436 | S: Maintained | ||
4437 | F: Documentation/ia64/mca.txt | ||
4438 | F: Documentation/mca.txt | ||
4439 | F: drivers/mca/ | ||
4440 | F: include/linux/mca* | ||
4441 | |||
4442 | MODULE SUPPORT | 4446 | MODULE SUPPORT |
4443 | M: Rusty Russell <rusty@rustcorp.com.au> | 4447 | M: Rusty Russell <rusty@rustcorp.com.au> |
4444 | S: Maintained | 4448 | S: Maintained |
@@ -4646,7 +4650,7 @@ M: James Morris <jmorris@namei.org> | |||
4646 | M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> | 4650 | M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> |
4647 | M: Patrick McHardy <kaber@trash.net> | 4651 | M: Patrick McHardy <kaber@trash.net> |
4648 | L: netdev@vger.kernel.org | 4652 | L: netdev@vger.kernel.org |
4649 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | 4653 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
4650 | S: Maintained | 4654 | S: Maintained |
4651 | F: net/ipv4/ | 4655 | F: net/ipv4/ |
4652 | F: net/ipv6/ | 4656 | F: net/ipv6/ |
@@ -4662,7 +4666,7 @@ NETWORKING [WIRELESS] | |||
4662 | M: "John W. Linville" <linville@tuxdriver.com> | 4666 | M: "John W. Linville" <linville@tuxdriver.com> |
4663 | L: linux-wireless@vger.kernel.org | 4667 | L: linux-wireless@vger.kernel.org |
4664 | Q: http://patchwork.kernel.org/project/linux-wireless/list/ | 4668 | Q: http://patchwork.kernel.org/project/linux-wireless/list/ |
4665 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git | 4669 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git |
4666 | S: Maintained | 4670 | S: Maintained |
4667 | F: net/mac80211/ | 4671 | F: net/mac80211/ |
4668 | F: net/rfkill/ | 4672 | F: net/rfkill/ |
@@ -4675,8 +4679,8 @@ F: drivers/net/wireless/ | |||
4675 | NETWORKING DRIVERS | 4679 | NETWORKING DRIVERS |
4676 | L: netdev@vger.kernel.org | 4680 | L: netdev@vger.kernel.org |
4677 | W: http://www.linuxfoundation.org/en/Net | 4681 | W: http://www.linuxfoundation.org/en/Net |
4678 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git | 4682 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git |
4679 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git | 4683 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git |
4680 | S: Odd Fixes | 4684 | S: Odd Fixes |
4681 | F: drivers/net/ | 4685 | F: drivers/net/ |
4682 | F: include/linux/if_* | 4686 | F: include/linux/if_* |
@@ -4892,7 +4896,7 @@ F: drivers/char/pcmcia/cm4040_cs.* | |||
4892 | OMNIVISION OV7670 SENSOR DRIVER | 4896 | OMNIVISION OV7670 SENSOR DRIVER |
4893 | M: Jonathan Corbet <corbet@lwn.net> | 4897 | M: Jonathan Corbet <corbet@lwn.net> |
4894 | L: linux-media@vger.kernel.org | 4898 | L: linux-media@vger.kernel.org |
4895 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 4899 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
4896 | S: Maintained | 4900 | S: Maintained |
4897 | F: drivers/media/video/ov7670.c | 4901 | F: drivers/media/video/ov7670.c |
4898 | 4902 | ||
@@ -5067,7 +5071,7 @@ M: Helge Deller <deller@gmx.de> | |||
5067 | L: linux-parisc@vger.kernel.org | 5071 | L: linux-parisc@vger.kernel.org |
5068 | W: http://www.parisc-linux.org/ | 5072 | W: http://www.parisc-linux.org/ |
5069 | Q: http://patchwork.kernel.org/project/linux-parisc/list/ | 5073 | Q: http://patchwork.kernel.org/project/linux-parisc/list/ |
5070 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git | 5074 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git |
5071 | S: Maintained | 5075 | S: Maintained |
5072 | F: arch/parisc/ | 5076 | F: arch/parisc/ |
5073 | F: drivers/parisc/ | 5077 | F: drivers/parisc/ |
@@ -5123,7 +5127,7 @@ PCI SUBSYSTEM | |||
5123 | M: Bjorn Helgaas <bhelgaas@google.com> | 5127 | M: Bjorn Helgaas <bhelgaas@google.com> |
5124 | L: linux-pci@vger.kernel.org | 5128 | L: linux-pci@vger.kernel.org |
5125 | Q: http://patchwork.kernel.org/project/linux-pci/list/ | 5129 | Q: http://patchwork.kernel.org/project/linux-pci/list/ |
5126 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git | 5130 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci.git |
5127 | S: Supported | 5131 | S: Supported |
5128 | F: Documentation/PCI/ | 5132 | F: Documentation/PCI/ |
5129 | F: drivers/pci/ | 5133 | F: drivers/pci/ |
@@ -5408,7 +5412,7 @@ M: Mike Isely <isely@pobox.com> | |||
5408 | L: pvrusb2@isely.net (subscribers-only) | 5412 | L: pvrusb2@isely.net (subscribers-only) |
5409 | L: linux-media@vger.kernel.org | 5413 | L: linux-media@vger.kernel.org |
5410 | W: http://www.isely.net/pvrusb2/ | 5414 | W: http://www.isely.net/pvrusb2/ |
5411 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5415 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
5412 | S: Maintained | 5416 | S: Maintained |
5413 | F: Documentation/video4linux/README.pvrusb2 | 5417 | F: Documentation/video4linux/README.pvrusb2 |
5414 | F: drivers/media/video/pvrusb2/ | 5418 | F: drivers/media/video/pvrusb2/ |
@@ -5574,7 +5578,7 @@ RCUTORTURE MODULE | |||
5574 | M: Josh Triplett <josh@freedesktop.org> | 5578 | M: Josh Triplett <josh@freedesktop.org> |
5575 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> | 5579 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
5576 | S: Supported | 5580 | S: Supported |
5577 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git | 5581 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
5578 | F: Documentation/RCU/torture.txt | 5582 | F: Documentation/RCU/torture.txt |
5579 | F: kernel/rcutorture.c | 5583 | F: kernel/rcutorture.c |
5580 | 5584 | ||
@@ -5599,7 +5603,7 @@ M: Dipankar Sarma <dipankar@in.ibm.com> | |||
5599 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> | 5603 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
5600 | W: http://www.rdrop.com/users/paulmck/rclock/ | 5604 | W: http://www.rdrop.com/users/paulmck/rclock/ |
5601 | S: Supported | 5605 | S: Supported |
5602 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git | 5606 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git |
5603 | F: Documentation/RCU/ | 5607 | F: Documentation/RCU/ |
5604 | F: include/linux/rcu* | 5608 | F: include/linux/rcu* |
5605 | F: include/linux/srcu* | 5609 | F: include/linux/srcu* |
@@ -5753,7 +5757,7 @@ F: drivers/mmc/host/s3cmci.* | |||
5753 | SAA7146 VIDEO4LINUX-2 DRIVER | 5757 | SAA7146 VIDEO4LINUX-2 DRIVER |
5754 | M: Michael Hunold <michael@mihu.de> | 5758 | M: Michael Hunold <michael@mihu.de> |
5755 | L: linux-media@vger.kernel.org | 5759 | L: linux-media@vger.kernel.org |
5756 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 5760 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
5757 | W: http://www.mihu.de/linux/saa7146 | 5761 | W: http://www.mihu.de/linux/saa7146 |
5758 | S: Maintained | 5762 | S: Maintained |
5759 | F: drivers/media/common/saa7146* | 5763 | F: drivers/media/common/saa7146* |
@@ -6176,7 +6180,7 @@ F: arch/ia64/sn/ | |||
6176 | SOC-CAMERA V4L2 SUBSYSTEM | 6180 | SOC-CAMERA V4L2 SUBSYSTEM |
6177 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 6181 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
6178 | L: linux-media@vger.kernel.org | 6182 | L: linux-media@vger.kernel.org |
6179 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 6183 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
6180 | S: Maintained | 6184 | S: Maintained |
6181 | F: include/media/v4l2* | 6185 | F: include/media/v4l2* |
6182 | F: drivers/media/video/v4l2* | 6186 | F: drivers/media/video/v4l2* |
@@ -6248,8 +6252,8 @@ SPARC + UltraSPARC (sparc/sparc64) | |||
6248 | M: "David S. Miller" <davem@davemloft.net> | 6252 | M: "David S. Miller" <davem@davemloft.net> |
6249 | L: sparclinux@vger.kernel.org | 6253 | L: sparclinux@vger.kernel.org |
6250 | Q: http://patchwork.ozlabs.org/project/sparclinux/list/ | 6254 | Q: http://patchwork.ozlabs.org/project/sparclinux/list/ |
6251 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git | 6255 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git |
6252 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git | 6256 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git |
6253 | S: Maintained | 6257 | S: Maintained |
6254 | F: arch/sparc/ | 6258 | F: arch/sparc/ |
6255 | F: drivers/sbus/ | 6259 | F: drivers/sbus/ |
@@ -6257,8 +6261,8 @@ F: drivers/sbus/ | |||
6257 | SPARC SERIAL DRIVERS | 6261 | SPARC SERIAL DRIVERS |
6258 | M: "David S. Miller" <davem@davemloft.net> | 6262 | M: "David S. Miller" <davem@davemloft.net> |
6259 | L: sparclinux@vger.kernel.org | 6263 | L: sparclinux@vger.kernel.org |
6260 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git | 6264 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git |
6261 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git | 6265 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git |
6262 | S: Maintained | 6266 | S: Maintained |
6263 | F: include/linux/sunserialcore.h | 6267 | F: include/linux/sunserialcore.h |
6264 | F: drivers/tty/serial/suncore.c | 6268 | F: drivers/tty/serial/suncore.c |
@@ -6563,7 +6567,7 @@ L: linux-scsi@vger.kernel.org | |||
6563 | L: target-devel@vger.kernel.org | 6567 | L: target-devel@vger.kernel.org |
6564 | L: http://groups.google.com/group/linux-iscsi-target-dev | 6568 | L: http://groups.google.com/group/linux-iscsi-target-dev |
6565 | W: http://www.linux-iscsi.org | 6569 | W: http://www.linux-iscsi.org |
6566 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master | 6570 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master |
6567 | S: Supported | 6571 | S: Supported |
6568 | F: drivers/target/ | 6572 | F: drivers/target/ |
6569 | F: include/target/ | 6573 | F: include/target/ |
@@ -6754,7 +6758,7 @@ K: ^Subject:.*(?i)trivial | |||
6754 | TTY LAYER | 6758 | TTY LAYER |
6755 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 6759 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
6756 | S: Supported | 6760 | S: Supported |
6757 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git | 6761 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git |
6758 | F: drivers/tty/ | 6762 | F: drivers/tty/ |
6759 | F: drivers/tty/serial/serial_core.c | 6763 | F: drivers/tty/serial/serial_core.c |
6760 | F: include/linux/serial_core.h | 6764 | F: include/linux/serial_core.h |
@@ -6922,7 +6926,7 @@ USB ET61X[12]51 DRIVER | |||
6922 | M: Luca Risolia <luca.risolia@studio.unibo.it> | 6926 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
6923 | L: linux-usb@vger.kernel.org | 6927 | L: linux-usb@vger.kernel.org |
6924 | L: linux-media@vger.kernel.org | 6928 | L: linux-media@vger.kernel.org |
6925 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 6929 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
6926 | W: http://www.linux-projects.org | 6930 | W: http://www.linux-projects.org |
6927 | S: Maintained | 6931 | S: Maintained |
6928 | F: drivers/media/video/et61x251/ | 6932 | F: drivers/media/video/et61x251/ |
@@ -7078,7 +7082,7 @@ USB SN9C1xx DRIVER | |||
7078 | M: Luca Risolia <luca.risolia@studio.unibo.it> | 7082 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
7079 | L: linux-usb@vger.kernel.org | 7083 | L: linux-usb@vger.kernel.org |
7080 | L: linux-media@vger.kernel.org | 7084 | L: linux-media@vger.kernel.org |
7081 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 7085 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
7082 | W: http://www.linux-projects.org | 7086 | W: http://www.linux-projects.org |
7083 | S: Maintained | 7087 | S: Maintained |
7084 | F: Documentation/video4linux/sn9c102.txt | 7088 | F: Documentation/video4linux/sn9c102.txt |
@@ -7088,7 +7092,7 @@ USB SUBSYSTEM | |||
7088 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 7092 | M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
7089 | L: linux-usb@vger.kernel.org | 7093 | L: linux-usb@vger.kernel.org |
7090 | W: http://www.linux-usb.org | 7094 | W: http://www.linux-usb.org |
7091 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git | 7095 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git |
7092 | S: Supported | 7096 | S: Supported |
7093 | F: Documentation/usb/ | 7097 | F: Documentation/usb/ |
7094 | F: drivers/net/usb/ | 7098 | F: drivers/net/usb/ |
@@ -7114,7 +7118,7 @@ USB VIDEO CLASS | |||
7114 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 7118 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
7115 | L: linux-uvc-devel@lists.berlios.de (subscribers-only) | 7119 | L: linux-uvc-devel@lists.berlios.de (subscribers-only) |
7116 | L: linux-media@vger.kernel.org | 7120 | L: linux-media@vger.kernel.org |
7117 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 7121 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
7118 | W: http://www.ideasonboard.org/uvc/ | 7122 | W: http://www.ideasonboard.org/uvc/ |
7119 | S: Maintained | 7123 | S: Maintained |
7120 | F: drivers/media/video/uvc/ | 7124 | F: drivers/media/video/uvc/ |
@@ -7123,7 +7127,7 @@ USB W996[87]CF DRIVER | |||
7123 | M: Luca Risolia <luca.risolia@studio.unibo.it> | 7127 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
7124 | L: linux-usb@vger.kernel.org | 7128 | L: linux-usb@vger.kernel.org |
7125 | L: linux-media@vger.kernel.org | 7129 | L: linux-media@vger.kernel.org |
7126 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 7130 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
7127 | W: http://www.linux-projects.org | 7131 | W: http://www.linux-projects.org |
7128 | S: Maintained | 7132 | S: Maintained |
7129 | F: Documentation/video4linux/w9968cf.txt | 7133 | F: Documentation/video4linux/w9968cf.txt |
@@ -7152,7 +7156,7 @@ USB ZR364XX DRIVER | |||
7152 | M: Antoine Jacquet <royale@zerezo.com> | 7156 | M: Antoine Jacquet <royale@zerezo.com> |
7153 | L: linux-usb@vger.kernel.org | 7157 | L: linux-usb@vger.kernel.org |
7154 | L: linux-media@vger.kernel.org | 7158 | L: linux-media@vger.kernel.org |
7155 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | 7159 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git |
7156 | W: http://royale.zerezo.com/zr364xx/ | 7160 | W: http://royale.zerezo.com/zr364xx/ |
7157 | S: Maintained | 7161 | S: Maintained |
7158 | F: Documentation/video4linux/zr364xx.txt | 7162 | F: Documentation/video4linux/zr364xx.txt |
@@ -7302,7 +7306,7 @@ M: Liam Girdwood <lrg@ti.com> | |||
7302 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> | 7306 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
7303 | W: http://opensource.wolfsonmicro.com/node/15 | 7307 | W: http://opensource.wolfsonmicro.com/node/15 |
7304 | W: http://www.slimlogic.co.uk/?p=48 | 7308 | W: http://www.slimlogic.co.uk/?p=48 |
7305 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git | 7309 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git |
7306 | S: Supported | 7310 | S: Supported |
7307 | F: drivers/regulator/ | 7311 | F: drivers/regulator/ |
7308 | F: include/linux/regulator/ | 7312 | F: include/linux/regulator/ |