diff options
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 119 |
1 files changed, 63 insertions, 56 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 16a5c5f2c6a6..49a0bf3a5b97 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -405,8 +405,8 @@ S: Maintained | |||
405 | F: sound/oss/aedsp16.c | 405 | F: sound/oss/aedsp16.c |
406 | 406 | ||
407 | AFFS FILE SYSTEM | 407 | AFFS FILE SYSTEM |
408 | M: Roman Zippel <zippel@linux-m68k.org> | 408 | L: linux-fsdevel@vger.kernel.org |
409 | S: Maintained | 409 | S: Orphan |
410 | F: Documentation/filesystems/affs.txt | 410 | F: Documentation/filesystems/affs.txt |
411 | F: fs/affs/ | 411 | F: fs/affs/ |
412 | 412 | ||
@@ -1232,13 +1232,6 @@ W: http://wireless.kernel.org/en/users/Drivers/ath9k | |||
1232 | S: Supported | 1232 | S: Supported |
1233 | F: drivers/net/wireless/ath/ath9k/ | 1233 | F: drivers/net/wireless/ath/ath9k/ |
1234 | 1234 | ||
1235 | ATHEROS AR9170 WIRELESS DRIVER | ||
1236 | M: Christian Lamparter <chunkeey@web.de> | ||
1237 | L: linux-wireless@vger.kernel.org | ||
1238 | W: http://wireless.kernel.org/en/users/Drivers/ar9170 | ||
1239 | S: Obsolete | ||
1240 | F: drivers/net/wireless/ath/ar9170/ | ||
1241 | |||
1242 | CARL9170 LINUX COMMUNITY WIRELESS DRIVER | 1235 | CARL9170 LINUX COMMUNITY WIRELESS DRIVER |
1243 | M: Christian Lamparter <chunkeey@googlemail.com> | 1236 | M: Christian Lamparter <chunkeey@googlemail.com> |
1244 | L: linux-wireless@vger.kernel.org | 1237 | L: linux-wireless@vger.kernel.org |
@@ -2813,38 +2806,19 @@ F: Documentation/gpio.txt | |||
2813 | F: drivers/gpio/ | 2806 | F: drivers/gpio/ |
2814 | F: include/linux/gpio* | 2807 | F: include/linux/gpio* |
2815 | 2808 | ||
2809 | GRE DEMULTIPLEXER DRIVER | ||
2810 | M: Dmitry Kozlov <xeb@mail.ru> | ||
2811 | L: netdev@vger.kernel.org | ||
2812 | S: Maintained | ||
2813 | F: net/ipv4/gre.c | ||
2814 | F: include/net/gre.h | ||
2815 | |||
2816 | GRETH 10/100/1G Ethernet MAC device driver | 2816 | GRETH 10/100/1G Ethernet MAC device driver |
2817 | M: Kristoffer Glembo <kristoffer@gaisler.com> | 2817 | M: Kristoffer Glembo <kristoffer@gaisler.com> |
2818 | L: netdev@vger.kernel.org | 2818 | L: netdev@vger.kernel.org |
2819 | S: Maintained | 2819 | S: Maintained |
2820 | F: drivers/net/greth* | 2820 | F: drivers/net/greth* |
2821 | 2821 | ||
2822 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER | ||
2823 | M: Frank Seidel <frank@f-seidel.de> | ||
2824 | L: platform-driver-x86@vger.kernel.org | ||
2825 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | ||
2826 | S: Maintained | ||
2827 | F: drivers/platform/x86/hdaps.c | ||
2828 | |||
2829 | HWPOISON MEMORY FAILURE HANDLING | ||
2830 | M: Andi Kleen <andi@firstfloor.org> | ||
2831 | L: linux-mm@kvack.org | ||
2832 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison | ||
2833 | S: Maintained | ||
2834 | F: mm/memory-failure.c | ||
2835 | F: mm/hwpoison-inject.c | ||
2836 | |||
2837 | HYPERVISOR VIRTUAL CONSOLE DRIVER | ||
2838 | L: linuxppc-dev@lists.ozlabs.org | ||
2839 | S: Odd Fixes | ||
2840 | F: drivers/tty/hvc/ | ||
2841 | |||
2842 | iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER | ||
2843 | M: Peter Jones <pjones@redhat.com> | ||
2844 | M: Konrad Rzeszutek Wilk <konrad@kernel.org> | ||
2845 | S: Maintained | ||
2846 | F: drivers/firmware/iscsi_ibft* | ||
2847 | |||
2848 | GSPCA FINEPIX SUBDRIVER | 2822 | GSPCA FINEPIX SUBDRIVER |
2849 | M: Frank Zago <frank@zago.net> | 2823 | M: Frank Zago <frank@zago.net> |
2850 | L: linux-media@vger.kernel.org | 2824 | L: linux-media@vger.kernel.org |
@@ -2895,6 +2869,26 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git | |||
2895 | S: Maintained | 2869 | S: Maintained |
2896 | F: drivers/media/video/gspca/ | 2870 | F: drivers/media/video/gspca/ |
2897 | 2871 | ||
2872 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER | ||
2873 | M: Frank Seidel <frank@f-seidel.de> | ||
2874 | L: platform-driver-x86@vger.kernel.org | ||
2875 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ | ||
2876 | S: Maintained | ||
2877 | F: drivers/platform/x86/hdaps.c | ||
2878 | |||
2879 | HWPOISON MEMORY FAILURE HANDLING | ||
2880 | M: Andi Kleen <andi@firstfloor.org> | ||
2881 | L: linux-mm@kvack.org | ||
2882 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison | ||
2883 | S: Maintained | ||
2884 | F: mm/memory-failure.c | ||
2885 | F: mm/hwpoison-inject.c | ||
2886 | |||
2887 | HYPERVISOR VIRTUAL CONSOLE DRIVER | ||
2888 | L: linuxppc-dev@lists.ozlabs.org | ||
2889 | S: Odd Fixes | ||
2890 | F: drivers/tty/hvc/ | ||
2891 | |||
2898 | HARDWARE MONITORING | 2892 | HARDWARE MONITORING |
2899 | M: Jean Delvare <khali@linux-fr.org> | 2893 | M: Jean Delvare <khali@linux-fr.org> |
2900 | M: Guenter Roeck <guenter.roeck@ericsson.com> | 2894 | M: Guenter Roeck <guenter.roeck@ericsson.com> |
@@ -2945,8 +2939,8 @@ F: drivers/block/cciss* | |||
2945 | F: include/linux/cciss_ioctl.h | 2939 | F: include/linux/cciss_ioctl.h |
2946 | 2940 | ||
2947 | HFS FILESYSTEM | 2941 | HFS FILESYSTEM |
2948 | M: Roman Zippel <zippel@linux-m68k.org> | 2942 | L: linux-fsdevel@vger.kernel.org |
2949 | S: Maintained | 2943 | S: Orphan |
2950 | F: Documentation/filesystems/hfs.txt | 2944 | F: Documentation/filesystems/hfs.txt |
2951 | F: fs/hfs/ | 2945 | F: fs/hfs/ |
2952 | 2946 | ||
@@ -3362,6 +3356,12 @@ F: Documentation/wimax/README.i2400m | |||
3362 | F: drivers/net/wimax/i2400m/ | 3356 | F: drivers/net/wimax/i2400m/ |
3363 | F: include/linux/wimax/i2400m.h | 3357 | F: include/linux/wimax/i2400m.h |
3364 | 3358 | ||
3359 | INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy) | ||
3360 | M: Stanislaw Gruszka <sgruszka@redhat.com> | ||
3361 | L: linux-wireless@vger.kernel.org | ||
3362 | S: Supported | ||
3363 | F: drivers/net/wireless/iwlegacy/ | ||
3364 | |||
3365 | INTEL WIRELESS WIFI LINK (iwlwifi) | 3365 | INTEL WIRELESS WIFI LINK (iwlwifi) |
3366 | M: Wey-Yi Guy <wey-yi.w.guy@intel.com> | 3366 | M: Wey-Yi Guy <wey-yi.w.guy@intel.com> |
3367 | M: Intel Linux Wireless <ilw@linux.intel.com> | 3367 | M: Intel Linux Wireless <ilw@linux.intel.com> |
@@ -3478,6 +3478,12 @@ F: Documentation/isapnp.txt | |||
3478 | F: drivers/pnp/isapnp/ | 3478 | F: drivers/pnp/isapnp/ |
3479 | F: include/linux/isapnp.h | 3479 | F: include/linux/isapnp.h |
3480 | 3480 | ||
3481 | iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER | ||
3482 | M: Peter Jones <pjones@redhat.com> | ||
3483 | M: Konrad Rzeszutek Wilk <konrad@kernel.org> | ||
3484 | S: Maintained | ||
3485 | F: drivers/firmware/iscsi_ibft* | ||
3486 | |||
3481 | ISCSI | 3487 | ISCSI |
3482 | M: Mike Christie <michaelc@cs.wisc.edu> | 3488 | M: Mike Christie <michaelc@cs.wisc.edu> |
3483 | L: open-iscsi@googlegroups.com | 3489 | L: open-iscsi@googlegroups.com |
@@ -3807,7 +3813,7 @@ M: Rusty Russell <rusty@rustcorp.com.au> | |||
3807 | L: lguest@lists.ozlabs.org | 3813 | L: lguest@lists.ozlabs.org |
3808 | W: http://lguest.ozlabs.org/ | 3814 | W: http://lguest.ozlabs.org/ |
3809 | S: Odd Fixes | 3815 | S: Odd Fixes |
3810 | F: Documentation/lguest/ | 3816 | F: Documentation/virtual/lguest/ |
3811 | F: arch/x86/lguest/ | 3817 | F: arch/x86/lguest/ |
3812 | F: drivers/lguest/ | 3818 | F: drivers/lguest/ |
3813 | F: include/linux/lguest*.h | 3819 | F: include/linux/lguest*.h |
@@ -3994,7 +4000,6 @@ F: arch/m32r/ | |||
3994 | 4000 | ||
3995 | M68K ARCHITECTURE | 4001 | M68K ARCHITECTURE |
3996 | M: Geert Uytterhoeven <geert@linux-m68k.org> | 4002 | M: Geert Uytterhoeven <geert@linux-m68k.org> |
3997 | M: Roman Zippel <zippel@linux-m68k.org> | ||
3998 | L: linux-m68k@lists.linux-m68k.org | 4003 | L: linux-m68k@lists.linux-m68k.org |
3999 | W: http://www.linux-m68k.org/ | 4004 | W: http://www.linux-m68k.org/ |
4000 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git | 4005 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git |
@@ -4379,6 +4384,7 @@ S: Maintained | |||
4379 | F: net/ipv4/ | 4384 | F: net/ipv4/ |
4380 | F: net/ipv6/ | 4385 | F: net/ipv6/ |
4381 | F: include/net/ip* | 4386 | F: include/net/ip* |
4387 | F: arch/x86/net/* | ||
4382 | 4388 | ||
4383 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) | 4389 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
4384 | M: Paul Moore <paul.moore@hp.com> | 4390 | M: Paul Moore <paul.moore@hp.com> |
@@ -4989,6 +4995,13 @@ F: Documentation/pps/ | |||
4989 | F: drivers/pps/ | 4995 | F: drivers/pps/ |
4990 | F: include/linux/pps*.h | 4996 | F: include/linux/pps*.h |
4991 | 4997 | ||
4998 | PPTP DRIVER | ||
4999 | M: Dmitry Kozlov <xeb@mail.ru> | ||
5000 | L: netdev@vger.kernel.org | ||
5001 | S: Maintained | ||
5002 | F: drivers/net/pptp.c | ||
5003 | W: http://sourceforge.net/projects/accel-pptp | ||
5004 | |||
4992 | PREEMPTIBLE KERNEL | 5005 | PREEMPTIBLE KERNEL |
4993 | M: Robert Love <rml@tech9.net> | 5006 | M: Robert Love <rml@tech9.net> |
4994 | L: kpreempt-tech@lists.sourceforge.net | 5007 | L: kpreempt-tech@lists.sourceforge.net |
@@ -5418,6 +5431,7 @@ F: include/linux/timex.h | |||
5418 | F: kernel/time/clocksource.c | 5431 | F: kernel/time/clocksource.c |
5419 | F: kernel/time/time*.c | 5432 | F: kernel/time/time*.c |
5420 | F: kernel/time/ntp.c | 5433 | F: kernel/time/ntp.c |
5434 | F: drivers/clocksource | ||
5421 | 5435 | ||
5422 | TLG2300 VIDEO4LINUX-2 DRIVER | 5436 | TLG2300 VIDEO4LINUX-2 DRIVER |
5423 | M: Huang Shijie <shijie8@gmail.com> | 5437 | M: Huang Shijie <shijie8@gmail.com> |
@@ -5598,9 +5612,9 @@ F: include/linux/ata.h | |||
5598 | F: include/linux/libata.h | 5612 | F: include/linux/libata.h |
5599 | 5613 | ||
5600 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER | 5614 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER |
5601 | M: Jayamohan Kallickal <jayamohank@serverengines.com> | 5615 | M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com> |
5602 | L: linux-scsi@vger.kernel.org | 5616 | L: linux-scsi@vger.kernel.org |
5603 | W: http://www.serverengines.com | 5617 | W: http://www.emulex.com |
5604 | S: Supported | 5618 | S: Supported |
5605 | F: drivers/scsi/be2iscsi/ | 5619 | F: drivers/scsi/be2iscsi/ |
5606 | 5620 | ||
@@ -5818,6 +5832,13 @@ S: Maintained | |||
5818 | F: drivers/ssb/ | 5832 | F: drivers/ssb/ |
5819 | F: include/linux/ssb/ | 5833 | F: include/linux/ssb/ |
5820 | 5834 | ||
5835 | BROADCOM SPECIFIC AMBA DRIVER (BCMA) | ||
5836 | M: Rafał Miłecki <zajec5@gmail.com> | ||
5837 | L: linux-wireless@vger.kernel.org | ||
5838 | S: Maintained | ||
5839 | F: drivers/bcma/ | ||
5840 | F: include/linux/bcma/ | ||
5841 | |||
5821 | SONY VAIO CONTROL DEVICE DRIVER | 5842 | SONY VAIO CONTROL DEVICE DRIVER |
5822 | M: Mattia Dongili <malattia@linux.it> | 5843 | M: Mattia Dongili <malattia@linux.it> |
5823 | L: platform-driver-x86@vger.kernel.org | 5844 | L: platform-driver-x86@vger.kernel.org |
@@ -6618,7 +6639,7 @@ L: user-mode-linux-devel@lists.sourceforge.net | |||
6618 | L: user-mode-linux-user@lists.sourceforge.net | 6639 | L: user-mode-linux-user@lists.sourceforge.net |
6619 | W: http://user-mode-linux.sourceforge.net | 6640 | W: http://user-mode-linux.sourceforge.net |
6620 | S: Maintained | 6641 | S: Maintained |
6621 | F: Documentation/uml/ | 6642 | F: Documentation/virtual/uml/ |
6622 | F: arch/um/ | 6643 | F: arch/um/ |
6623 | F: fs/hostfs/ | 6644 | F: fs/hostfs/ |
6624 | F: fs/hppfs/ | 6645 | F: fs/hppfs/ |
@@ -7024,20 +7045,6 @@ M: "Maciej W. Rozycki" <macro@linux-mips.org> | |||
7024 | S: Maintained | 7045 | S: Maintained |
7025 | F: drivers/tty/serial/zs.* | 7046 | F: drivers/tty/serial/zs.* |
7026 | 7047 | ||
7027 | GRE DEMULTIPLEXER DRIVER | ||
7028 | M: Dmitry Kozlov <xeb@mail.ru> | ||
7029 | L: netdev@vger.kernel.org | ||
7030 | S: Maintained | ||
7031 | F: net/ipv4/gre.c | ||
7032 | F: include/net/gre.h | ||
7033 | |||
7034 | PPTP DRIVER | ||
7035 | M: Dmitry Kozlov <xeb@mail.ru> | ||
7036 | L: netdev@vger.kernel.org | ||
7037 | S: Maintained | ||
7038 | F: drivers/net/pptp.c | ||
7039 | W: http://sourceforge.net/projects/accel-pptp | ||
7040 | |||
7041 | THE REST | 7048 | THE REST |
7042 | M: Linus Torvalds <torvalds@linux-foundation.org> | 7049 | M: Linus Torvalds <torvalds@linux-foundation.org> |
7043 | L: linux-kernel@vger.kernel.org | 7050 | L: linux-kernel@vger.kernel.org |