diff options
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 418 |
1 files changed, 282 insertions, 136 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e9457feb7eba..7d9d3745aab9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -36,6 +36,12 @@ trivial patch so apply some common sense. | |||
36 | (scripts/checkpatch.pl) to catch trival style violations. | 36 | (scripts/checkpatch.pl) to catch trival style violations. |
37 | See Documentation/CodingStyle for guidance here. | 37 | See Documentation/CodingStyle for guidance here. |
38 | 38 | ||
39 | PLEASE CC: the maintainers and mailing lists that are generated | ||
40 | by scripts/get_maintainer.pl. The results returned by the | ||
41 | script will be best if you have git installed and are making | ||
42 | your changes in a branch derived from Linus' latest git tree. | ||
43 | See Documentation/SubmittingPatches for details. | ||
44 | |||
39 | PLEASE try to include any credit lines you want added with the | 45 | PLEASE try to include any credit lines you want added with the |
40 | patch. It avoids people being missed off by mistake and makes | 46 | patch. It avoids people being missed off by mistake and makes |
41 | it easier to know who wants adding and who doesn't. | 47 | it easier to know who wants adding and who doesn't. |
@@ -71,7 +77,7 @@ P: Person | |||
71 | M: Mail patches to | 77 | M: Mail patches to |
72 | L: Mailing list that is relevant to this area | 78 | L: Mailing list that is relevant to this area |
73 | W: Web-page with status/info | 79 | W: Web-page with status/info |
74 | T: SCM tree type and location. Type is one of: git, hg, quilt. | 80 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. |
75 | S: Status, one of the following: | 81 | S: Status, one of the following: |
76 | 82 | ||
77 | Supported: Someone is actually paid to look after this. | 83 | Supported: Someone is actually paid to look after this. |
@@ -157,9 +163,11 @@ S: Maintained | |||
157 | F: drivers/net/r8169.c | 163 | F: drivers/net/r8169.c |
158 | 164 | ||
159 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER | 165 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER |
166 | P: Alan Cox | ||
167 | M: alan@lxorguk.ukuu.org.uk | ||
160 | L: linux-serial@vger.kernel.org | 168 | L: linux-serial@vger.kernel.org |
161 | W: http://serial.sourceforge.net | 169 | W: http://serial.sourceforge.net |
162 | S: Orphan | 170 | S: Odd Fixes |
163 | F: drivers/serial/8250* | 171 | F: drivers/serial/8250* |
164 | F: include/linux/serial_8250.h | 172 | F: include/linux/serial_8250.h |
165 | 173 | ||
@@ -494,7 +502,7 @@ AOA (Apple Onboard Audio) ALSA DRIVER | |||
494 | P: Johannes Berg | 502 | P: Johannes Berg |
495 | M: johannes@sipsolutions.net | 503 | M: johannes@sipsolutions.net |
496 | L: linuxppc-dev@ozlabs.org | 504 | L: linuxppc-dev@ozlabs.org |
497 | L: alsa-devel@alsa-project.org (subscribers-only) | 505 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
498 | S: Maintained | 506 | S: Maintained |
499 | F: sound/aoa/ | 507 | F: sound/aoa/ |
500 | 508 | ||
@@ -652,6 +660,8 @@ M: laforge@openezx.org | |||
652 | L: openezx-devel@lists.openezx.org (subscribers-only) | 660 | L: openezx-devel@lists.openezx.org (subscribers-only) |
653 | W: http://www.openezx.org/ | 661 | W: http://www.openezx.org/ |
654 | S: Maintained | 662 | S: Maintained |
663 | T: topgit git://git.openezx.org/openezx.git | ||
664 | F: arch/arm/mach-pxa/ezx.c | ||
655 | 665 | ||
656 | ARM/FARADAY FA526 PORT | 666 | ARM/FARADAY FA526 PORT |
657 | P: Paulius Zaleckas | 667 | P: Paulius Zaleckas |
@@ -687,6 +697,13 @@ M: sakoman@gmail.com | |||
687 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 697 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
688 | S: Maintained | 698 | S: Maintained |
689 | 699 | ||
700 | ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT | ||
701 | P: Philipp Zabel | ||
702 | M: philipp.zabel@gmail.com | ||
703 | S: Maintained | ||
704 | F: arch/arm/mach-pxa/hx4700.c | ||
705 | F: arch/arm/mach-pxa/include/mach/hx4700.h | ||
706 | |||
690 | ARM/HP JORNADA 7XX MACHINE SUPPORT | 707 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
691 | P: Kristoffer Ericson | 708 | P: Kristoffer Ericson |
692 | M: kristoffer.ericson@gmail.com | 709 | M: kristoffer.ericson@gmail.com |
@@ -766,11 +783,25 @@ P: Philipp Zabel | |||
766 | M: philipp.zabel@gmail.com | 783 | M: philipp.zabel@gmail.com |
767 | S: Maintained | 784 | S: Maintained |
768 | 785 | ||
786 | ARM/MIOA701 MACHINE SUPPORT | ||
787 | P: Robert Jarzmik | ||
788 | M: robert.jarzmik@free.fr | ||
789 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | ||
790 | F: arch/arm/mach-pxa/mioa701.c | ||
791 | S: Maintained | ||
792 | |||
769 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT | 793 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT |
770 | P: Michael Petchkovsky | 794 | P: Michael Petchkovsky |
771 | M: mkpetch@internode.on.net | 795 | M: mkpetch@internode.on.net |
772 | S: Maintained | 796 | S: Maintained |
773 | 797 | ||
798 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT | ||
799 | P: Nelson Castillo | ||
800 | M: arhuaco@freaks-unidos.net | ||
801 | L: openmoko-kernel@lists.openmoko.org (subscribers-only) | ||
802 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner | ||
803 | S: Supported | ||
804 | |||
774 | ARM/TOSA MACHINE SUPPORT | 805 | ARM/TOSA MACHINE SUPPORT |
775 | P: Dmitry Eremin-Solenikov | 806 | P: Dmitry Eremin-Solenikov |
776 | M: dbaryshkov@gmail.com | 807 | M: dbaryshkov@gmail.com |
@@ -784,6 +815,12 @@ M: marek.vasut@gmail.com | |||
784 | W: http://hackndev.com | 815 | W: http://hackndev.com |
785 | S: Maintained | 816 | S: Maintained |
786 | 817 | ||
818 | ARM/PALM TREO 680 SUPPORT | ||
819 | P: Tomas Cech | ||
820 | M: sleep_walker@suse.cz | ||
821 | W: http://hackndev.com | ||
822 | S: Maintained | ||
823 | |||
787 | ARM/PALMZ72 SUPPORT | 824 | ARM/PALMZ72 SUPPORT |
788 | P: Sergey Lapin | 825 | P: Sergey Lapin |
789 | M: slapin@ossfans.org | 826 | M: slapin@ossfans.org |
@@ -910,7 +947,6 @@ P: Dan Williams | |||
910 | M: dan.j.williams@intel.com | 947 | M: dan.j.williams@intel.com |
911 | P: Maciej Sosnowski | 948 | P: Maciej Sosnowski |
912 | M: maciej.sosnowski@intel.com | 949 | M: maciej.sosnowski@intel.com |
913 | L: linux-kernel@vger.kernel.org | ||
914 | W: http://sourceforge.net/projects/xscaleiop | 950 | W: http://sourceforge.net/projects/xscaleiop |
915 | S: Supported | 951 | S: Supported |
916 | F: Documentation/crypto/async-tx-api.txt | 952 | F: Documentation/crypto/async-tx-api.txt |
@@ -939,17 +975,23 @@ M: me@bobcopeland.com | |||
939 | L: linux-wireless@vger.kernel.org | 975 | L: linux-wireless@vger.kernel.org |
940 | L: ath5k-devel@lists.ath5k.org | 976 | L: ath5k-devel@lists.ath5k.org |
941 | S: Maintained | 977 | S: Maintained |
942 | F: drivers/net/wireless/ath5k/ | 978 | F: drivers/net/wireless/ath/ath5k/ |
943 | 979 | ||
944 | ATHEROS ATH9K WIRELESS DRIVER | 980 | ATHEROS ATH9K WIRELESS DRIVER |
945 | P: Luis R. Rodriguez | 981 | P: Luis R. Rodriguez |
946 | M: lrodriguez@atheros.com | 982 | M: lrodriguez@atheros.com |
947 | P: Jouni Malinen | 983 | P: Jouni Malinen |
948 | M: jmalinen@atheros.com | 984 | M: jmalinen@atheros.com |
985 | P: Sujith Manoharan | ||
986 | M: Sujith.Manoharan@atheros.com | ||
987 | P: Vasanthakumar Thiagarajan | ||
988 | M: vasanth@atheros.com | ||
989 | P: Senthil Balasubramanian | ||
990 | M: senthilkumar@atheros.com | ||
949 | L: linux-wireless@vger.kernel.org | 991 | L: linux-wireless@vger.kernel.org |
950 | L: ath9k-devel@lists.ath9k.org | 992 | L: ath9k-devel@lists.ath9k.org |
951 | S: Supported | 993 | S: Supported |
952 | F: drivers/net/wireless/ath9k/ | 994 | F: drivers/net/wireless/ath/ath9k/ |
953 | 995 | ||
954 | ATHEROS AR9170 WIRELESS DRIVER | 996 | ATHEROS AR9170 WIRELESS DRIVER |
955 | P: Christian Lamparter | 997 | P: Christian Lamparter |
@@ -957,7 +999,7 @@ M: chunkeey@web.de | |||
957 | L: linux-wireless@vger.kernel.org | 999 | L: linux-wireless@vger.kernel.org |
958 | W: http://wireless.kernel.org/en/users/Drivers/ar9170 | 1000 | W: http://wireless.kernel.org/en/users/Drivers/ar9170 |
959 | S: Maintained | 1001 | S: Maintained |
960 | F: drivers/net/wireless/ar9170/ | 1002 | F: drivers/net/wireless/ath/ar9170/ |
961 | 1003 | ||
962 | ATI_REMOTE2 DRIVER | 1004 | ATI_REMOTE2 DRIVER |
963 | P: Ville Syrjala | 1005 | P: Ville Syrjala |
@@ -997,10 +1039,16 @@ W: http://www.at91.com/ | |||
997 | S: Maintained | 1039 | S: Maintained |
998 | F: drivers/mmc/host/at91_mci.c | 1040 | F: drivers/mmc/host/at91_mci.c |
999 | 1041 | ||
1042 | ATMEL AT91 / AT32 MCI DRIVER | ||
1043 | P: Nicolas Ferre | ||
1044 | M: nicolas.ferre@atmel.com | ||
1045 | S: Maintained | ||
1046 | F: drivers/mmc/host/atmel-mci.c | ||
1047 | F: drivers/mmc/host/atmel-mci-regs.h | ||
1048 | |||
1000 | ATMEL AT91 / AT32 SERIAL DRIVER | 1049 | ATMEL AT91 / AT32 SERIAL DRIVER |
1001 | P: Haavard Skinnemoen | 1050 | P: Haavard Skinnemoen |
1002 | M: hskinnemoen@atmel.com | 1051 | M: hskinnemoen@atmel.com |
1003 | L: linux-kernel@vger.kernel.org | ||
1004 | S: Supported | 1052 | S: Supported |
1005 | F: drivers/serial/atmel_serial.c | 1053 | F: drivers/serial/atmel_serial.c |
1006 | 1054 | ||
@@ -1056,7 +1104,6 @@ F: kernel/audit* | |||
1056 | AUXILIARY DISPLAY DRIVERS | 1104 | AUXILIARY DISPLAY DRIVERS |
1057 | P: Miguel Ojeda Sandonis | 1105 | P: Miguel Ojeda Sandonis |
1058 | M: miguel.ojeda.sandonis@gmail.com | 1106 | M: miguel.ojeda.sandonis@gmail.com |
1059 | L: linux-kernel@vger.kernel.org | ||
1060 | W: http://miguelojeda.es/auxdisplay.htm | 1107 | W: http://miguelojeda.es/auxdisplay.htm |
1061 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | 1108 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
1062 | S: Maintained | 1109 | S: Maintained |
@@ -1126,7 +1173,6 @@ F: drivers/net/hamradio/baycom* | |||
1126 | BEFS FILE SYSTEM | 1173 | BEFS FILE SYSTEM |
1127 | P: Sergey S. Kostyliov | 1174 | P: Sergey S. Kostyliov |
1128 | M: rathamahata@php4.ru | 1175 | M: rathamahata@php4.ru |
1129 | L: linux-kernel@vger.kernel.org | ||
1130 | S: Maintained | 1176 | S: Maintained |
1131 | F: Documentation/filesystems/befs.txt | 1177 | F: Documentation/filesystems/befs.txt |
1132 | F: fs/befs/ | 1178 | F: fs/befs/ |
@@ -1134,7 +1180,6 @@ F: fs/befs/ | |||
1134 | BFS FILE SYSTEM | 1180 | BFS FILE SYSTEM |
1135 | P: Tigran A. Aivazian | 1181 | P: Tigran A. Aivazian |
1136 | M: tigran@aivazian.fsnet.co.uk | 1182 | M: tigran@aivazian.fsnet.co.uk |
1137 | L: linux-kernel@vger.kernel.org | ||
1138 | S: Maintained | 1183 | S: Maintained |
1139 | F: Documentation/filesystems/bfs.txt | 1184 | F: Documentation/filesystems/bfs.txt |
1140 | F: fs/bfs/ | 1185 | F: fs/bfs/ |
@@ -1191,7 +1236,6 @@ F: drivers/i2c/busses/i2c-bfin-twi.c | |||
1191 | BLOCK LAYER | 1236 | BLOCK LAYER |
1192 | P: Jens Axboe | 1237 | P: Jens Axboe |
1193 | M: axboe@kernel.dk | 1238 | M: axboe@kernel.dk |
1194 | L: linux-kernel@vger.kernel.org | ||
1195 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git | 1239 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git |
1196 | S: Maintained | 1240 | S: Maintained |
1197 | F: block/ | 1241 | F: block/ |
@@ -1318,7 +1362,6 @@ P: Muli Ben-Yehuda | |||
1318 | M: muli@il.ibm.com | 1362 | M: muli@il.ibm.com |
1319 | P: Jon D. Mason | 1363 | P: Jon D. Mason |
1320 | M: jdmason@kudzu.us | 1364 | M: jdmason@kudzu.us |
1321 | L: linux-kernel@vger.kernel.org | ||
1322 | L: discuss@x86-64.org | 1365 | L: discuss@x86-64.org |
1323 | S: Maintained | 1366 | S: Maintained |
1324 | F: arch/x86/kernel/pci-calgary_64.c | 1367 | F: arch/x86/kernel/pci-calgary_64.c |
@@ -1338,6 +1381,13 @@ F: drivers/net/can/ | |||
1338 | F: include/linux/can/ | 1381 | F: include/linux/can/ |
1339 | F: include/linux/can.h | 1382 | F: include/linux/can.h |
1340 | 1383 | ||
1384 | CAN NETWORK DRIVERS | ||
1385 | P: Wolfgang Grandegger | ||
1386 | M: wg@grandegger.com | ||
1387 | L: socketcan-core@lists.berlios.de (subscribers-only) | ||
1388 | W: http://developer.berlios.de/projects/socketcan/ | ||
1389 | S: Maintained | ||
1390 | |||
1341 | CELL BROADBAND ENGINE ARCHITECTURE | 1391 | CELL BROADBAND ENGINE ARCHITECTURE |
1342 | P: Arnd Bergmann | 1392 | P: Arnd Bergmann |
1343 | M: arnd@arndb.de | 1393 | M: arnd@arndb.de |
@@ -1363,7 +1413,6 @@ F: include/linux/usb/wusb* | |||
1363 | CFAG12864B LCD DRIVER | 1413 | CFAG12864B LCD DRIVER |
1364 | P: Miguel Ojeda Sandonis | 1414 | P: Miguel Ojeda Sandonis |
1365 | M: miguel.ojeda.sandonis@gmail.com | 1415 | M: miguel.ojeda.sandonis@gmail.com |
1366 | L: linux-kernel@vger.kernel.org | ||
1367 | W: http://miguelojeda.es/auxdisplay.htm | 1416 | W: http://miguelojeda.es/auxdisplay.htm |
1368 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | 1417 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
1369 | S: Maintained | 1418 | S: Maintained |
@@ -1373,7 +1422,6 @@ F: include/linux/cfag12864b.h | |||
1373 | CFAG12864BFB LCD FRAMEBUFFER DRIVER | 1422 | CFAG12864BFB LCD FRAMEBUFFER DRIVER |
1374 | P: Miguel Ojeda Sandonis | 1423 | P: Miguel Ojeda Sandonis |
1375 | M: miguel.ojeda.sandonis@gmail.com | 1424 | M: miguel.ojeda.sandonis@gmail.com |
1376 | L: linux-kernel@vger.kernel.org | ||
1377 | W: http://miguelojeda.es/auxdisplay.htm | 1425 | W: http://miguelojeda.es/auxdisplay.htm |
1378 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | 1426 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
1379 | S: Maintained | 1427 | S: Maintained |
@@ -1393,7 +1441,6 @@ X: net/wireless/wext* | |||
1393 | CHECKPATCH | 1441 | CHECKPATCH |
1394 | P: Andy Whitcroft | 1442 | P: Andy Whitcroft |
1395 | M: apw@canonical.com | 1443 | M: apw@canonical.com |
1396 | L: linux-kernel@vger.kernel.org | ||
1397 | S: Supported | 1444 | S: Supported |
1398 | F: scripts/checkpatch.pl | 1445 | F: scripts/checkpatch.pl |
1399 | 1446 | ||
@@ -1422,7 +1469,7 @@ F: drivers/usb/host/ohci-ep93xx.c | |||
1422 | CIRRUS LOGIC CS4270 SOUND DRIVER | 1469 | CIRRUS LOGIC CS4270 SOUND DRIVER |
1423 | P: Timur Tabi | 1470 | P: Timur Tabi |
1424 | M: timur@freescale.com | 1471 | M: timur@freescale.com |
1425 | L: alsa-devel@alsa-project.org | 1472 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
1426 | S: Supported | 1473 | S: Supported |
1427 | F: sound/soc/codecs/cs4270* | 1474 | F: sound/soc/codecs/cs4270* |
1428 | 1475 | ||
@@ -1447,6 +1494,7 @@ P: Joe Eykholt | |||
1447 | M: jeykholt@cisco.com | 1494 | M: jeykholt@cisco.com |
1448 | L: linux-scsi@vger.kernel.org | 1495 | L: linux-scsi@vger.kernel.org |
1449 | S: Supported | 1496 | S: Supported |
1497 | F: drivers/scsi/fnic/ | ||
1450 | 1498 | ||
1451 | CODA FILE SYSTEM | 1499 | CODA FILE SYSTEM |
1452 | P: Jan Harkes | 1500 | P: Jan Harkes |
@@ -1519,7 +1567,6 @@ F: drivers/usb/atm/cxacru.c | |||
1519 | CONFIGFS | 1567 | CONFIGFS |
1520 | P: Joel Becker | 1568 | P: Joel Becker |
1521 | M: joel.becker@oracle.com | 1569 | M: joel.becker@oracle.com |
1522 | L: linux-kernel@vger.kernel.org | ||
1523 | S: Supported | 1570 | S: Supported |
1524 | F: fs/configfs/ | 1571 | F: fs/configfs/ |
1525 | F: include/linux/configfs.h | 1572 | F: include/linux/configfs.h |
@@ -1533,6 +1580,7 @@ L: containers@lists.linux-foundation.org | |||
1533 | S: Maintained | 1580 | S: Maintained |
1534 | F: include/linux/cgroup* | 1581 | F: include/linux/cgroup* |
1535 | F: kernel/cgroup* | 1582 | F: kernel/cgroup* |
1583 | F: mm/*cgroup* | ||
1536 | 1584 | ||
1537 | CORETEMP HARDWARE MONITORING DRIVER | 1585 | CORETEMP HARDWARE MONITORING DRIVER |
1538 | P: Rudolf Marek | 1586 | P: Rudolf Marek |
@@ -1577,7 +1625,6 @@ F: arch/x86/kernel/msr.c | |||
1577 | CPUSETS | 1625 | CPUSETS |
1578 | P: Paul Menage | 1626 | P: Paul Menage |
1579 | M: menage@google.com | 1627 | M: menage@google.com |
1580 | L: linux-kernel@vger.kernel.org | ||
1581 | W: http://www.bullopensource.org/cpuset/ | 1628 | W: http://www.bullopensource.org/cpuset/ |
1582 | W: http://oss.sgi.com/projects/cpusets/ | 1629 | W: http://oss.sgi.com/projects/cpusets/ |
1583 | S: Supported | 1630 | S: Supported |
@@ -1784,7 +1831,6 @@ DEVICE NUMBER REGISTRY | |||
1784 | P: Torben Mathiasen | 1831 | P: Torben Mathiasen |
1785 | M: device@lanana.org | 1832 | M: device@lanana.org |
1786 | W: http://lanana.org/docs/device-list/index.html | 1833 | W: http://lanana.org/docs/device-list/index.html |
1787 | L: linux-kernel@vger.kernel.org | ||
1788 | S: Maintained | 1834 | S: Maintained |
1789 | 1835 | ||
1790 | DEVICE-MAPPER (LVM) | 1836 | DEVICE-MAPPER (LVM) |
@@ -1808,10 +1854,9 @@ F: drivers/char/epca* | |||
1808 | F: drivers/char/digi* | 1854 | F: drivers/char/digi* |
1809 | 1855 | ||
1810 | DIRECTORY NOTIFICATION (DNOTIFY) | 1856 | DIRECTORY NOTIFICATION (DNOTIFY) |
1811 | P: Stephen Rothwell | 1857 | P: Eric Paris |
1812 | M: sfr@canb.auug.org.au | 1858 | M: eparis@parisplace.org |
1813 | L: linux-kernel@vger.kernel.org | 1859 | S: Maintained |
1814 | S: Supported | ||
1815 | F: Documentation/filesystems/dnotify.txt | 1860 | F: Documentation/filesystems/dnotify.txt |
1816 | F: fs/notify/dnotify/ | 1861 | F: fs/notify/dnotify/ |
1817 | F: include/linux/dnotify.h | 1862 | F: include/linux/dnotify.h |
@@ -1827,7 +1872,6 @@ S: Maintained | |||
1827 | DISKQUOTA | 1872 | DISKQUOTA |
1828 | P: Jan Kara | 1873 | P: Jan Kara |
1829 | M: jack@suse.cz | 1874 | M: jack@suse.cz |
1830 | L: linux-kernel@vger.kernel.org | ||
1831 | S: Maintained | 1875 | S: Maintained |
1832 | F: Documentation/filesystems/quota.txt | 1876 | F: Documentation/filesystems/quota.txt |
1833 | F: fs/quota/ | 1877 | F: fs/quota/ |
@@ -1849,7 +1893,6 @@ P: Maciej Sosnowski | |||
1849 | M: maciej.sosnowski@intel.com | 1893 | M: maciej.sosnowski@intel.com |
1850 | P: Dan Williams | 1894 | P: Dan Williams |
1851 | M: dan.j.williams@intel.com | 1895 | M: dan.j.williams@intel.com |
1852 | L: linux-kernel@vger.kernel.org | ||
1853 | S: Supported | 1896 | S: Supported |
1854 | F: drivers/dma/ | 1897 | F: drivers/dma/ |
1855 | F: include/linux/dma* | 1898 | F: include/linux/dma* |
@@ -1901,7 +1944,6 @@ F: drivers/scsi/dpt/ | |||
1901 | DRIVER CORE, KOBJECTS, AND SYSFS | 1944 | DRIVER CORE, KOBJECTS, AND SYSFS |
1902 | P: Greg Kroah-Hartman | 1945 | P: Greg Kroah-Hartman |
1903 | M: gregkh@suse.de | 1946 | M: gregkh@suse.de |
1904 | L: linux-kernel@vger.kernel.org | ||
1905 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | 1947 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
1906 | S: Supported | 1948 | S: Supported |
1907 | F: Documentation/kobject.txt | 1949 | F: Documentation/kobject.txt |
@@ -1967,8 +2009,8 @@ F: net/bridge/netfilter/ebt*.c | |||
1967 | ECRYPT FILE SYSTEM | 2009 | ECRYPT FILE SYSTEM |
1968 | P: Tyler Hicks | 2010 | P: Tyler Hicks |
1969 | M: tyhicks@linux.vnet.ibm.com | 2011 | M: tyhicks@linux.vnet.ibm.com |
1970 | M: Dustin Kirkland | 2012 | P: Dustin Kirkland |
1971 | P: kirkland@canonical.com | 2013 | M: kirkland@canonical.com |
1972 | L: ecryptfs-devel@lists.launchpad.net | 2014 | L: ecryptfs-devel@lists.launchpad.net |
1973 | W: https://launchpad.net/ecryptfs | 2015 | W: https://launchpad.net/ecryptfs |
1974 | S: Supported | 2016 | S: Supported |
@@ -1985,6 +2027,16 @@ F: Documentation/edac.txt | |||
1985 | F: drivers/edac/edac_* | 2027 | F: drivers/edac/edac_* |
1986 | F: include/linux/edac.h | 2028 | F: include/linux/edac.h |
1987 | 2029 | ||
2030 | EDAC-AMD64 | ||
2031 | P: Doug Thompson | ||
2032 | M: dougthompson@xmission.com | ||
2033 | P: Borislav Petkov | ||
2034 | M: borislav.petkov@amd.com | ||
2035 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
2036 | W: bluesmoke.sourceforge.net | ||
2037 | S: Supported | ||
2038 | F: drivers/edac/amd64_edac* | ||
2039 | |||
1988 | EDAC-E752X | 2040 | EDAC-E752X |
1989 | P: Mark Gross | 2041 | P: Mark Gross |
1990 | M: mark.gross@intel.com | 2042 | M: mark.gross@intel.com |
@@ -2037,8 +2089,8 @@ F: drivers/edac/i5400_edac.c | |||
2037 | 2089 | ||
2038 | EDAC-I82975X | 2090 | EDAC-I82975X |
2039 | P: Ranganathan Desikan | 2091 | P: Ranganathan Desikan |
2040 | P: Arvind R. | ||
2041 | M: rdesikan@jetzbroadband.com | 2092 | M: rdesikan@jetzbroadband.com |
2093 | P: Arvind R. | ||
2042 | M: arvind@acarlab.com | 2094 | M: arvind@acarlab.com |
2043 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) | 2095 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
2044 | W: bluesmoke.sourceforge.net | 2096 | W: bluesmoke.sourceforge.net |
@@ -2101,6 +2153,15 @@ W: http://sourceforge.net/projects/lpfcxxxx | |||
2101 | S: Supported | 2153 | S: Supported |
2102 | F: drivers/scsi/lpfc/ | 2154 | F: drivers/scsi/lpfc/ |
2103 | 2155 | ||
2156 | ENE CB710 FLASH CARD READER DRIVER | ||
2157 | P: Michał Mirosław | ||
2158 | M: mirq-linux@rere.qmqm.pl | ||
2159 | L: linux-kernel@vger.kernel.org | ||
2160 | S: Maintained | ||
2161 | F: drivers/misc/cb710/ | ||
2162 | F: drivers/mmc/host/cb710-mmc.* | ||
2163 | F: include/linux/cb710.h | ||
2164 | |||
2104 | EPSON 1355 FRAMEBUFFER DRIVER | 2165 | EPSON 1355 FRAMEBUFFER DRIVER |
2105 | P: Christopher Hoover | 2166 | P: Christopher Hoover |
2106 | M: ch@murgatroid.com | 2167 | M: ch@murgatroid.com |
@@ -2229,7 +2290,6 @@ F: drivers/firewire/ | |||
2229 | F: include/linux/firewire*.h | 2290 | F: include/linux/firewire*.h |
2230 | 2291 | ||
2231 | FIRMWARE LOADER (request_firmware) | 2292 | FIRMWARE LOADER (request_firmware) |
2232 | L: linux-kernel@vger.kernel.org | ||
2233 | S: Orphan | 2293 | S: Orphan |
2234 | F: Documentation/firmware_class/ | 2294 | F: Documentation/firmware_class/ |
2235 | F: drivers/base/firmware*.c | 2295 | F: drivers/base/firmware*.c |
@@ -2251,11 +2311,9 @@ F: drivers/net/wan/dlci.c | |||
2251 | F: drivers/net/wan/sdla.c | 2311 | F: drivers/net/wan/sdla.c |
2252 | 2312 | ||
2253 | FRAMEBUFFER LAYER | 2313 | FRAMEBUFFER LAYER |
2254 | P: Antonino Daplas | ||
2255 | M: adaplas@gmail.com | ||
2256 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | 2314 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
2257 | W: http://linux-fbdev.sourceforge.net/ | 2315 | W: http://linux-fbdev.sourceforge.net/ |
2258 | S: Maintained | 2316 | S: Orphan |
2259 | F: Documentation/fb/ | 2317 | F: Documentation/fb/ |
2260 | F: drivers/video/fb* | 2318 | F: drivers/video/fb* |
2261 | F: include/linux/fb.h | 2319 | F: include/linux/fb.h |
@@ -2266,7 +2324,6 @@ M: leoli@freescale.com | |||
2266 | P: Zhang Wei | 2324 | P: Zhang Wei |
2267 | M: zw@zh-kernel.org | 2325 | M: zw@zh-kernel.org |
2268 | L: linuxppc-dev@ozlabs.org | 2326 | L: linuxppc-dev@ozlabs.org |
2269 | L: linux-kernel@vger.kernel.org | ||
2270 | S: Maintained | 2327 | S: Maintained |
2271 | F: drivers/dma/fsldma.* | 2328 | F: drivers/dma/fsldma.* |
2272 | 2329 | ||
@@ -2332,7 +2389,7 @@ F: drivers/serial/ucc_uart.c | |||
2332 | FREESCALE SOC SOUND DRIVERS | 2389 | FREESCALE SOC SOUND DRIVERS |
2333 | P: Timur Tabi | 2390 | P: Timur Tabi |
2334 | M: timur@freescale.com | 2391 | M: timur@freescale.com |
2335 | L: alsa-devel@alsa-project.org | 2392 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
2336 | L: linuxppc-dev@ozlabs.org | 2393 | L: linuxppc-dev@ozlabs.org |
2337 | S: Supported | 2394 | S: Supported |
2338 | F: sound/soc/fsl/fsl* | 2395 | F: sound/soc/fsl/fsl* |
@@ -2347,7 +2404,7 @@ F: fs/freevxfs/ | |||
2347 | 2404 | ||
2348 | FREEZER | 2405 | FREEZER |
2349 | P: Pavel Machek | 2406 | P: Pavel Machek |
2350 | M: pavel@suse.cz | 2407 | M: pavel@ucw.cz |
2351 | P: Rafael J. Wysocki | 2408 | P: Rafael J. Wysocki |
2352 | M: rjw@sisk.pl | 2409 | M: rjw@sisk.pl |
2353 | L: linux-pm@lists.linux-foundation.org | 2410 | L: linux-pm@lists.linux-foundation.org |
@@ -2369,7 +2426,7 @@ FTRACE | |||
2369 | P: Steven Rostedt | 2426 | P: Steven Rostedt |
2370 | M: rostedt@goodmis.org | 2427 | M: rostedt@goodmis.org |
2371 | S: Maintained | 2428 | S: Maintained |
2372 | F: Documentation/ftrace.txt | 2429 | F: Documentation/trace/ftrace.txt |
2373 | F: arch/*/*/*/ftrace.h | 2430 | F: arch/*/*/*/ftrace.h |
2374 | F: arch/*/kernel/ftrace.c | 2431 | F: arch/*/kernel/ftrace.c |
2375 | F: include/*/ftrace.h | 2432 | F: include/*/ftrace.h |
@@ -2432,6 +2489,14 @@ F: drivers/net/wan/pc300too.c | |||
2432 | F: drivers/net/wan/pci200syn.c | 2489 | F: drivers/net/wan/pci200syn.c |
2433 | F: drivers/net/wan/wanxl* | 2490 | F: drivers/net/wan/wanxl* |
2434 | 2491 | ||
2492 | GENERIC INCLUDE/ASM HEADER FILES | ||
2493 | P: Arnd Bergmann | ||
2494 | M: arnd@arndb.de | ||
2495 | L: linux-arch@vger.kernel.org | ||
2496 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git | ||
2497 | S: Maintained | ||
2498 | F: include/asm-generic | ||
2499 | |||
2435 | GFS2 FILE SYSTEM | 2500 | GFS2 FILE SYSTEM |
2436 | P: Steven Whitehouse | 2501 | P: Steven Whitehouse |
2437 | M: swhiteho@redhat.com | 2502 | M: swhiteho@redhat.com |
@@ -2466,7 +2531,6 @@ F: drivers/hwmon/hdaps.c | |||
2466 | 2531 | ||
2467 | HYPERVISOR VIRTUAL CONSOLE DRIVER | 2532 | HYPERVISOR VIRTUAL CONSOLE DRIVER |
2468 | L: linuxppc-dev@ozlabs.org | 2533 | L: linuxppc-dev@ozlabs.org |
2469 | L: linux-kernel@vger.kernel.org | ||
2470 | S: Odd Fixes | 2534 | S: Odd Fixes |
2471 | F: drivers/char/hvc_* | 2535 | F: drivers/char/hvc_* |
2472 | 2536 | ||
@@ -2533,7 +2597,6 @@ F: sound/parisc/harmony.* | |||
2533 | HAYES ESP SERIAL DRIVER | 2597 | HAYES ESP SERIAL DRIVER |
2534 | P: Andrew J. Robinson | 2598 | P: Andrew J. Robinson |
2535 | M: arobinso@nyx.net | 2599 | M: arobinso@nyx.net |
2536 | L: linux-kernel@vger.kernel.org | ||
2537 | W: http://www.nyx.net/~arobinso | 2600 | W: http://www.nyx.net/~arobinso |
2538 | S: Maintained | 2601 | S: Maintained |
2539 | F: Documentation/serial/hayes-esp.txt | 2602 | F: Documentation/serial/hayes-esp.txt |
@@ -2559,7 +2622,6 @@ F: include/linux/cciss_ioctl.h | |||
2559 | HFS FILESYSTEM | 2622 | HFS FILESYSTEM |
2560 | P: Roman Zippel | 2623 | P: Roman Zippel |
2561 | M: zippel@linux-m68k.org | 2624 | M: zippel@linux-m68k.org |
2562 | L: linux-kernel@vger.kernel.org | ||
2563 | S: Maintained | 2625 | S: Maintained |
2564 | F: Documentation/filesystems/hfs.txt | 2626 | F: Documentation/filesystems/hfs.txt |
2565 | F: fs/hfs/ | 2627 | F: fs/hfs/ |
@@ -2599,7 +2661,6 @@ F: include/linux/hid* | |||
2599 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS | 2661 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
2600 | P: Thomas Gleixner | 2662 | P: Thomas Gleixner |
2601 | M: tglx@linutronix.de | 2663 | M: tglx@linutronix.de |
2602 | L: linux-kernel@vger.kernel.org | ||
2603 | S: Maintained | 2664 | S: Maintained |
2604 | F: Documentation/timers/ | 2665 | F: Documentation/timers/ |
2605 | F: kernel/hrtimer.c | 2666 | F: kernel/hrtimer.c |
@@ -2738,7 +2799,6 @@ F: drivers/i2c/busses/i2c-tiny-usb.c | |||
2738 | i386 BOOT CODE | 2799 | i386 BOOT CODE |
2739 | P: H. Peter Anvin | 2800 | P: H. Peter Anvin |
2740 | M: hpa@zytor.com | 2801 | M: hpa@zytor.com |
2741 | L: Linux-Kernel@vger.kernel.org | ||
2742 | S: Maintained | 2802 | S: Maintained |
2743 | F: arch/x86/boot/ | 2803 | F: arch/x86/boot/ |
2744 | 2804 | ||
@@ -2779,10 +2839,10 @@ S: Supported | |||
2779 | F: drivers/scsi/ips.* | 2839 | F: drivers/scsi/ips.* |
2780 | 2840 | ||
2781 | IDE SUBSYSTEM | 2841 | IDE SUBSYSTEM |
2782 | P: Bartlomiej Zolnierkiewicz | 2842 | P: David S. Miller |
2783 | M: bzolnier@gmail.com | 2843 | M: davem@davemloft.net |
2784 | L: linux-ide@vger.kernel.org | 2844 | L: linux-ide@vger.kernel.org |
2785 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git | 2845 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git |
2786 | S: Maintained | 2846 | S: Maintained |
2787 | F: Documentation/ide/ | 2847 | F: Documentation/ide/ |
2788 | F: drivers/ide/ | 2848 | F: drivers/ide/ |
@@ -2823,6 +2883,18 @@ L: linux1394-devel@lists.sourceforge.net | |||
2823 | S: Maintained | 2883 | S: Maintained |
2824 | F: drivers/ieee1394/raw1394* | 2884 | F: drivers/ieee1394/raw1394* |
2825 | 2885 | ||
2886 | IEEE 802.15.4 SUBSYSTEM | ||
2887 | P: Dmitry Eremin-Solenikov | ||
2888 | M: dbaryshkov@gmail.com | ||
2889 | P: Sergey Lapin | ||
2890 | M: slapin@ossfans.org | ||
2891 | L: linux-zigbee-devel@lists.sourceforge.net | ||
2892 | W: http://apps.sourceforge.net/trac/linux-zigbee | ||
2893 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git | ||
2894 | S: Maintained | ||
2895 | F: net/ieee802154/ | ||
2896 | F: drivers/ieee802154/ | ||
2897 | |||
2826 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) | 2898 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
2827 | P: Mimi Zohar | 2899 | P: Mimi Zohar |
2828 | M: zohar@us.ibm.com | 2900 | M: zohar@us.ibm.com |
@@ -2854,7 +2926,8 @@ P: John McCutchan | |||
2854 | M: john@johnmccutchan.com | 2926 | M: john@johnmccutchan.com |
2855 | P: Robert Love | 2927 | P: Robert Love |
2856 | M: rlove@rlove.org | 2928 | M: rlove@rlove.org |
2857 | L: linux-kernel@vger.kernel.org | 2929 | P: Eric Paris |
2930 | M: eparis@parisplace.org | ||
2858 | S: Maintained | 2931 | S: Maintained |
2859 | F: Documentation/filesystems/inotify.txt | 2932 | F: Documentation/filesystems/inotify.txt |
2860 | F: fs/notify/inotify/ | 2933 | F: fs/notify/inotify/ |
@@ -2902,7 +2975,6 @@ F: arch/x86/kernel/microcode_intel.c | |||
2902 | INTEL I/OAT DMA DRIVER | 2975 | INTEL I/OAT DMA DRIVER |
2903 | P: Maciej Sosnowski | 2976 | P: Maciej Sosnowski |
2904 | M: maciej.sosnowski@intel.com | 2977 | M: maciej.sosnowski@intel.com |
2905 | L: linux-kernel@vger.kernel.org | ||
2906 | S: Supported | 2978 | S: Supported |
2907 | F: drivers/dma/ioat* | 2979 | F: drivers/dma/ioat* |
2908 | 2980 | ||
@@ -2918,7 +2990,6 @@ F: include/linux/intel-iommu.h | |||
2918 | INTEL IOP-ADMA DMA DRIVER | 2990 | INTEL IOP-ADMA DMA DRIVER |
2919 | P: Dan Williams | 2991 | P: Dan Williams |
2920 | M: dan.j.williams@intel.com | 2992 | M: dan.j.williams@intel.com |
2921 | L: linux-kernel@vger.kernel.org | ||
2922 | S: Supported | 2993 | S: Supported |
2923 | F: drivers/dma/iop-adma.c | 2994 | F: drivers/dma/iop-adma.c |
2924 | 2995 | ||
@@ -3114,6 +3185,7 @@ M: samuel@sortiz.org | |||
3114 | L: irda-users@lists.sourceforge.net (subscribers-only) | 3185 | L: irda-users@lists.sourceforge.net (subscribers-only) |
3115 | W: http://irda.sourceforge.net/ | 3186 | W: http://irda.sourceforge.net/ |
3116 | S: Maintained | 3187 | S: Maintained |
3188 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git | ||
3117 | F: Documentation/networking/irda.txt | 3189 | F: Documentation/networking/irda.txt |
3118 | F: drivers/net/irda/ | 3190 | F: drivers/net/irda/ |
3119 | F: include/net/irda/ | 3191 | F: include/net/irda/ |
@@ -3195,7 +3267,6 @@ W: http://www.linux-mtd.infradead.org/doc/jffs2.html | |||
3195 | S: Maintained | 3267 | S: Maintained |
3196 | F: fs/jffs2/ | 3268 | F: fs/jffs2/ |
3197 | F: include/linux/jffs2.h | 3269 | F: include/linux/jffs2.h |
3198 | F: include/mtd/jffs2-user.h | ||
3199 | 3270 | ||
3200 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) | 3271 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
3201 | P: Stephen Tweedie | 3272 | P: Stephen Tweedie |
@@ -3230,7 +3301,6 @@ M: vgoyal@redhat.com | |||
3230 | P: Haren Myneni | 3301 | P: Haren Myneni |
3231 | M: hbabu@us.ibm.com | 3302 | M: hbabu@us.ibm.com |
3232 | L: kexec@lists.infradead.org | 3303 | L: kexec@lists.infradead.org |
3233 | L: linux-kernel@vger.kernel.org | ||
3234 | W: http://lse.sourceforge.net/kdump/ | 3304 | W: http://lse.sourceforge.net/kdump/ |
3235 | S: Maintained | 3305 | S: Maintained |
3236 | F: Documentation/kdump/ | 3306 | F: Documentation/kdump/ |
@@ -3340,7 +3410,6 @@ KEXEC | |||
3340 | P: Eric Biederman | 3410 | P: Eric Biederman |
3341 | M: ebiederm@xmission.com | 3411 | M: ebiederm@xmission.com |
3342 | W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ | 3412 | W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ |
3343 | L: linux-kernel@vger.kernel.org | ||
3344 | L: kexec@lists.infradead.org | 3413 | L: kexec@lists.infradead.org |
3345 | S: Maintained | 3414 | S: Maintained |
3346 | F: include/linux/kexec.h | 3415 | F: include/linux/kexec.h |
@@ -3357,13 +3426,30 @@ F: drivers/serial/kgdboc.c | |||
3357 | F: include/linux/kgdb.h | 3426 | F: include/linux/kgdb.h |
3358 | F: kernel/kgdb.c | 3427 | F: kernel/kgdb.c |
3359 | 3428 | ||
3429 | KMEMCHECK | ||
3430 | P: Vegard Nossum | ||
3431 | M: vegardno@ifi.uio.no | ||
3432 | P Pekka Enberg | ||
3433 | M: penberg@cs.helsinki.fi | ||
3434 | L: linux-kernel@vger.kernel.org | ||
3435 | S: Maintained | ||
3436 | |||
3437 | KMEMLEAK | ||
3438 | P: Catalin Marinas | ||
3439 | M: catalin.marinas@arm.com | ||
3440 | L: linux-kernel@vger.kernel.org | ||
3441 | S: Maintained | ||
3442 | F: Documentation/kmemleak.txt | ||
3443 | F: include/linux/kmemleak.h | ||
3444 | F: mm/kmemleak.c | ||
3445 | F: mm/kmemleak-test.c | ||
3446 | |||
3360 | KMEMTRACE | 3447 | KMEMTRACE |
3361 | P: Eduard - Gabriel Munteanu | 3448 | P: Eduard - Gabriel Munteanu |
3362 | M: eduard.munteanu@linux360.ro | 3449 | M: eduard.munteanu@linux360.ro |
3363 | L: linux-kernel@vger.kernel.org | ||
3364 | S: Maintained | 3450 | S: Maintained |
3365 | F: Documentation/trace/kmemtrace.txt | 3451 | F: Documentation/trace/kmemtrace.txt |
3366 | F: include/trace/kmemtrace.h | 3452 | F: include/linux/kmemtrace.h |
3367 | F: kernel/trace/kmemtrace.c | 3453 | F: kernel/trace/kmemtrace.c |
3368 | 3454 | ||
3369 | KPROBES | 3455 | KPROBES |
@@ -3375,7 +3461,6 @@ P: David S. Miller | |||
3375 | M: davem@davemloft.net | 3461 | M: davem@davemloft.net |
3376 | P: Masami Hiramatsu | 3462 | P: Masami Hiramatsu |
3377 | M: mhiramat@redhat.com | 3463 | M: mhiramat@redhat.com |
3378 | L: linux-kernel@vger.kernel.org | ||
3379 | S: Maintained | 3464 | S: Maintained |
3380 | F: Documentation/kprobes.txt | 3465 | F: Documentation/kprobes.txt |
3381 | F: include/linux/kprobes.h | 3466 | F: include/linux/kprobes.h |
@@ -3384,7 +3469,6 @@ F: kernel/kprobes.c | |||
3384 | KS0108 LCD CONTROLLER DRIVER | 3469 | KS0108 LCD CONTROLLER DRIVER |
3385 | P: Miguel Ojeda Sandonis | 3470 | P: Miguel Ojeda Sandonis |
3386 | M: miguel.ojeda.sandonis@gmail.com | 3471 | M: miguel.ojeda.sandonis@gmail.com |
3387 | L: linux-kernel@vger.kernel.org | ||
3388 | W: http://miguelojeda.es/auxdisplay.htm | 3472 | W: http://miguelojeda.es/auxdisplay.htm |
3389 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm | 3473 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
3390 | S: Maintained | 3474 | S: Maintained |
@@ -3548,7 +3632,6 @@ P: Peter Zijlstra | |||
3548 | M: peterz@infradead.org | 3632 | M: peterz@infradead.org |
3549 | P: Ingo Molnar | 3633 | P: Ingo Molnar |
3550 | M: mingo@redhat.com | 3634 | M: mingo@redhat.com |
3551 | L: linux-kernel@vger.kernel.org | ||
3552 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git | 3635 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git |
3553 | S: Maintained | 3636 | S: Maintained |
3554 | F: Documentation/lockdep*.txt | 3637 | F: Documentation/lockdep*.txt |
@@ -3600,7 +3683,6 @@ L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) | |||
3600 | W: http://www.linux-m32r.org/ | 3683 | W: http://www.linux-m32r.org/ |
3601 | S: Maintained | 3684 | S: Maintained |
3602 | F: arch/m32r/ | 3685 | F: arch/m32r/ |
3603 | F: include/asm-m32r/ | ||
3604 | 3686 | ||
3605 | M68K ARCHITECTURE | 3687 | M68K ARCHITECTURE |
3606 | P: Geert Uytterhoeven | 3688 | P: Geert Uytterhoeven |
@@ -3684,7 +3766,6 @@ F: include/linux/mv643xx.h | |||
3684 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER | 3766 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER |
3685 | P: Nicolas Pitre | 3767 | P: Nicolas Pitre |
3686 | M: nico@cam.org | 3768 | M: nico@cam.org |
3687 | L: linux-kernel@vger.kernel.org | ||
3688 | S: Maintained | 3769 | S: Maintained |
3689 | 3770 | ||
3690 | MARVELL YUKON / SYSKONNECT DRIVER | 3771 | MARVELL YUKON / SYSKONNECT DRIVER |
@@ -3738,7 +3819,6 @@ F: drivers/scsi/megaraid/ | |||
3738 | 3819 | ||
3739 | MEMORY MANAGEMENT | 3820 | MEMORY MANAGEMENT |
3740 | L: linux-mm@kvack.org | 3821 | L: linux-mm@kvack.org |
3741 | L: linux-kernel@vger.kernel.org | ||
3742 | W: http://www.linux-mm.org | 3822 | W: http://www.linux-mm.org |
3743 | S: Maintained | 3823 | S: Maintained |
3744 | F: include/linux/mm.h | 3824 | F: include/linux/mm.h |
@@ -3752,7 +3832,6 @@ M: xemul@openvz.org | |||
3752 | P: KAMEZAWA Hiroyuki | 3832 | P: KAMEZAWA Hiroyuki |
3753 | M: kamezawa.hiroyu@jp.fujitsu.com | 3833 | M: kamezawa.hiroyu@jp.fujitsu.com |
3754 | L: linux-mm@kvack.org | 3834 | L: linux-mm@kvack.org |
3755 | L: linux-kernel@vger.kernel.org | ||
3756 | S: Maintained | 3835 | S: Maintained |
3757 | F: mm/memcontrol.c | 3836 | F: mm/memcontrol.c |
3758 | 3837 | ||
@@ -3795,7 +3874,6 @@ F: arch/mips/ | |||
3795 | MISCELLANEOUS MCA-SUPPORT | 3874 | MISCELLANEOUS MCA-SUPPORT |
3796 | P: James Bottomley | 3875 | P: James Bottomley |
3797 | M: James.Bottomley@HansenPartnership.com | 3876 | M: James.Bottomley@HansenPartnership.com |
3798 | L: linux-kernel@vger.kernel.org | ||
3799 | S: Maintained | 3877 | S: Maintained |
3800 | F: Documentation/ia64/mca.txt | 3878 | F: Documentation/ia64/mca.txt |
3801 | F: Documentation/mca.txt | 3879 | F: Documentation/mca.txt |
@@ -3805,7 +3883,6 @@ F: include/linux/mca* | |||
3805 | MODULE SUPPORT | 3883 | MODULE SUPPORT |
3806 | P: Rusty Russell | 3884 | P: Rusty Russell |
3807 | M: rusty@rustcorp.com.au | 3885 | M: rusty@rustcorp.com.au |
3808 | L: linux-kernel@vger.kernel.org | ||
3809 | S: Maintained | 3886 | S: Maintained |
3810 | F: include/linux/module.h | 3887 | F: include/linux/module.h |
3811 | F: kernel/module.c | 3888 | F: kernel/module.c |
@@ -3829,7 +3906,6 @@ F: drivers/mmc/host/imxmmc.* | |||
3829 | MOUSE AND MISC DEVICES [GENERAL] | 3906 | MOUSE AND MISC DEVICES [GENERAL] |
3830 | P: Alessandro Rubini | 3907 | P: Alessandro Rubini |
3831 | M: rubini@ipvvis.unipv.it | 3908 | M: rubini@ipvvis.unipv.it |
3832 | L: linux-kernel@vger.kernel.org | ||
3833 | S: Maintained | 3909 | S: Maintained |
3834 | F: drivers/input/mouse/ | 3910 | F: drivers/input/mouse/ |
3835 | F: include/linux/gpio_mouse.h | 3911 | F: include/linux/gpio_mouse.h |
@@ -3837,7 +3913,6 @@ F: include/linux/gpio_mouse.h | |||
3837 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD | 3913 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
3838 | P: Jiri Slaby | 3914 | P: Jiri Slaby |
3839 | M: jirislaby@gmail.com | 3915 | M: jirislaby@gmail.com |
3840 | L: linux-kernel@vger.kernel.org | ||
3841 | S: Maintained | 3916 | S: Maintained |
3842 | F: Documentation/serial/moxa-smartio | 3917 | F: Documentation/serial/moxa-smartio |
3843 | F: drivers/char/mxser.* | 3918 | F: drivers/char/mxser.* |
@@ -3853,7 +3928,6 @@ F: drivers/platform/x86/msi-laptop.c | |||
3853 | MULTIFUNCTION DEVICES (MFD) | 3928 | MULTIFUNCTION DEVICES (MFD) |
3854 | P: Samuel Ortiz | 3929 | P: Samuel Ortiz |
3855 | M: sameo@linux.intel.com | 3930 | M: sameo@linux.intel.com |
3856 | L: linux-kernel@vger.kernel.org | ||
3857 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git | 3931 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git |
3858 | S: Supported | 3932 | S: Supported |
3859 | F: drivers/mfd/ | 3933 | F: drivers/mfd/ |
@@ -3861,7 +3935,6 @@ F: drivers/mfd/ | |||
3861 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM | 3935 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
3862 | P: Pierre Ossman | 3936 | P: Pierre Ossman |
3863 | M: pierre@ossman.eu | 3937 | M: pierre@ossman.eu |
3864 | L: linux-kernel@vger.kernel.org | ||
3865 | S: Maintained | 3938 | S: Maintained |
3866 | F: drivers/mmc/ | 3939 | F: drivers/mmc/ |
3867 | F: include/linux/mmc/ | 3940 | F: include/linux/mmc/ |
@@ -3869,7 +3942,6 @@ F: include/linux/mmc/ | |||
3869 | MULTIMEDIA CARD (MMC) ETC. OVER SPI | 3942 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
3870 | P: David Brownell | 3943 | P: David Brownell |
3871 | M: dbrownell@users.sourceforge.net | 3944 | M: dbrownell@users.sourceforge.net |
3872 | L: linux-kernel@vger.kernel.org | ||
3873 | S: Odd Fixes | 3945 | S: Odd Fixes |
3874 | F: drivers/mmc/host/mmc_spi.c | 3946 | F: drivers/mmc/host/mmc_spi.c |
3875 | F: include/linux/spi/mmc_spi.h | 3947 | F: include/linux/spi/mmc_spi.h |
@@ -3884,7 +3956,6 @@ F: sound/oss/msnd* | |||
3884 | MULTITECH MULTIPORT CARD (ISICOM) | 3956 | MULTITECH MULTIPORT CARD (ISICOM) |
3885 | P: Jiri Slaby | 3957 | P: Jiri Slaby |
3886 | M: jirislaby@gmail.com | 3958 | M: jirislaby@gmail.com |
3887 | L: linux-kernel@vger.kernel.org | ||
3888 | S: Maintained | 3959 | S: Maintained |
3889 | F: drivers/char/isicom.c | 3960 | F: drivers/char/isicom.c |
3890 | F: include/linux/isicom.h | 3961 | F: include/linux/isicom.h |
@@ -4055,7 +4126,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git | |||
4055 | S: Maintained | 4126 | S: Maintained |
4056 | F: net/wireless/ | 4127 | F: net/wireless/ |
4057 | F: include/net/ieee80211* | 4128 | F: include/net/ieee80211* |
4058 | F: include/net/wireless.h | 4129 | F: include/linux/wireless.h |
4059 | 4130 | ||
4060 | NETWORKING DRIVERS | 4131 | NETWORKING DRIVERS |
4061 | L: netdev@vger.kernel.org | 4132 | L: netdev@vger.kernel.org |
@@ -4128,7 +4199,6 @@ NTFS FILESYSTEM | |||
4128 | P: Anton Altaparmakov | 4199 | P: Anton Altaparmakov |
4129 | M: aia21@cantab.net | 4200 | M: aia21@cantab.net |
4130 | L: linux-ntfs-dev@lists.sourceforge.net | 4201 | L: linux-ntfs-dev@lists.sourceforge.net |
4131 | L: linux-kernel@vger.kernel.org | ||
4132 | W: http://www.linux-ntfs.org/ | 4202 | W: http://www.linux-ntfs.org/ |
4133 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git | 4203 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git |
4134 | S: Maintained | 4204 | S: Maintained |
@@ -4143,6 +4213,69 @@ S: Maintained | |||
4143 | F: drivers/video/riva/ | 4213 | F: drivers/video/riva/ |
4144 | F: drivers/video/nvidia/ | 4214 | F: drivers/video/nvidia/ |
4145 | 4215 | ||
4216 | OMAP SUPPORT | ||
4217 | P: Tony Lindgren <tony@atomide.com> | ||
4218 | M: tony@atomide.com | ||
4219 | L: linux-omap@vger.kernel.org | ||
4220 | W: http://www.muru.com/linux/omap/ | ||
4221 | W: http://linux.omap.com/ | ||
4222 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git | ||
4223 | S: Maintained | ||
4224 | F: arch/arm/*omap* | ||
4225 | |||
4226 | OMAP CLOCK FRAMEWORK SUPPORT | ||
4227 | P: Paul Walmsley | ||
4228 | M: paul@pwsan.com | ||
4229 | L: linux-omap@vger.kernel.org | ||
4230 | S: Maintained | ||
4231 | F: arch/arm/*omap*/*clock* | ||
4232 | |||
4233 | OMAP POWER MANAGEMENT SUPPORT | ||
4234 | P: Kevin Hilman | ||
4235 | M: khilman@deeprootsystems.com | ||
4236 | L: linux-omap@vger.kernel.org | ||
4237 | S: Maintained | ||
4238 | F: arch/arm/*omap*/*pm* | ||
4239 | |||
4240 | OMAP AUDIO SUPPORT | ||
4241 | P: Jarkko Nikula | ||
4242 | M: jhnikula@gmail.com | ||
4243 | L: alsa-devel@alsa-project.org (subscribers-only) | ||
4244 | L: linux-omap@vger.kernel.org | ||
4245 | S: Maintained | ||
4246 | F: sound/soc/omap/ | ||
4247 | |||
4248 | OMAP FRAMEBUFFER SUPPORT | ||
4249 | P: Imre Deak | ||
4250 | M: imre.deak@nokia.com | ||
4251 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) | ||
4252 | L: linux-omap@vger.kernel.org | ||
4253 | S: Maintained | ||
4254 | F: drivers/video/omap/ | ||
4255 | |||
4256 | OMAP MMC SUPPORT | ||
4257 | P: Jarkko Lavinen | ||
4258 | M: jarkko.lavinen@nokia.com | ||
4259 | L: linux-kernel@vger.kernel.org | ||
4260 | L: linux-omap@vger.kernel.org | ||
4261 | S: Maintained | ||
4262 | F: drivers/mmc/host/*omap* | ||
4263 | |||
4264 | OMAP RANDOM NUMBER GENERATOR SUPPORT | ||
4265 | P: Deepak Saxena | ||
4266 | M: dsaxena@plexity.net | ||
4267 | S: Maintained | ||
4268 | F: drivers/char/hw_random/omap-rng.c | ||
4269 | |||
4270 | OMAP USB SUPPORT | ||
4271 | P: Felipe Balbi | ||
4272 | M: felipe.balbi@nokia.com | ||
4273 | P: David Brownell | ||
4274 | M: dbrownell@users.sourceforge.net | ||
4275 | L: linux-usb@vger.kernel.org | ||
4276 | L: linux-omap@vger.kernel.org | ||
4277 | S: Maintained | ||
4278 | |||
4146 | OMFS FILESYSTEM | 4279 | OMFS FILESYSTEM |
4147 | P: Bob Copeland | 4280 | P: Bob Copeland |
4148 | M: me@bobcopeland.com | 4281 | M: me@bobcopeland.com |
@@ -4299,7 +4432,6 @@ M: akataria@vmware.com | |||
4299 | P: Rusty Russell | 4432 | P: Rusty Russell |
4300 | M: rusty@rustcorp.com.au | 4433 | M: rusty@rustcorp.com.au |
4301 | L: virtualization@lists.osdl.org | 4434 | L: virtualization@lists.osdl.org |
4302 | L: linux-kernel@vger.kernel.org | ||
4303 | S: Supported | 4435 | S: Supported |
4304 | F: Documentation/ia64/paravirt_ops.txt | 4436 | F: Documentation/ia64/paravirt_ops.txt |
4305 | F: arch/*/kernel/paravirt* | 4437 | F: arch/*/kernel/paravirt* |
@@ -4350,7 +4482,6 @@ F: include/linux/leds-pca9532.h | |||
4350 | PCI ERROR RECOVERY | 4482 | PCI ERROR RECOVERY |
4351 | P: Linas Vepstas | 4483 | P: Linas Vepstas |
4352 | M: linas@austin.ibm.com | 4484 | M: linas@austin.ibm.com |
4353 | L: linux-kernel@vger.kernel.org | ||
4354 | L: linux-pci@vger.kernel.org | 4485 | L: linux-pci@vger.kernel.org |
4355 | S: Supported | 4486 | S: Supported |
4356 | F: Documentation/PCI/pci-error-recovery.txt | 4487 | F: Documentation/PCI/pci-error-recovery.txt |
@@ -4359,7 +4490,6 @@ F: Documentation/powerpc/eeh-pci-error-recovery.txt | |||
4359 | PCI SUBSYSTEM | 4490 | PCI SUBSYSTEM |
4360 | P: Jesse Barnes | 4491 | P: Jesse Barnes |
4361 | M: jbarnes@virtuousgeek.org | 4492 | M: jbarnes@virtuousgeek.org |
4362 | L: linux-kernel@vger.kernel.org | ||
4363 | L: linux-pci@vger.kernel.org | 4493 | L: linux-pci@vger.kernel.org |
4364 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git | 4494 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git |
4365 | S: Supported | 4495 | S: Supported |
@@ -4394,11 +4524,20 @@ F: drivers/net/pcnet32.c | |||
4394 | PER-TASK DELAY ACCOUNTING | 4524 | PER-TASK DELAY ACCOUNTING |
4395 | P: Balbir Singh | 4525 | P: Balbir Singh |
4396 | M: balbir@linux.vnet.ibm.com | 4526 | M: balbir@linux.vnet.ibm.com |
4397 | L: linux-kernel@vger.kernel.org | ||
4398 | S: Maintained | 4527 | S: Maintained |
4399 | F: include/linux/delayacct.h | 4528 | F: include/linux/delayacct.h |
4400 | F: kernel/delayacct.c | 4529 | F: kernel/delayacct.c |
4401 | 4530 | ||
4531 | PERFORMANCE COUNTER SUBSYSTEM | ||
4532 | P: Peter Zijlstra | ||
4533 | M: a.p.zijlstra@chello.nl | ||
4534 | P: Paul Mackerras | ||
4535 | M: paulus@samba.org | ||
4536 | P: Ingo Molnar | ||
4537 | M: mingo@elte.hu | ||
4538 | L: linux-kernel@vger.kernel.org | ||
4539 | S: Supported | ||
4540 | |||
4402 | PERSONALITY HANDLING | 4541 | PERSONALITY HANDLING |
4403 | P: Christoph Hellwig | 4542 | P: Christoph Hellwig |
4404 | M: hch@infradead.org | 4543 | M: hch@infradead.org |
@@ -4416,7 +4555,6 @@ F: drivers/mtd/devices/phram.c | |||
4416 | PKTCDVD DRIVER | 4555 | PKTCDVD DRIVER |
4417 | P: Peter Osterlund | 4556 | P: Peter Osterlund |
4418 | M: petero2@telia.com | 4557 | M: petero2@telia.com |
4419 | L: linux-kernel@vger.kernel.org | ||
4420 | S: Maintained | 4558 | S: Maintained |
4421 | F: drivers/block/pktcdvd.c | 4559 | F: drivers/block/pktcdvd.c |
4422 | F: include/linux/pktcdvd.h | 4560 | F: include/linux/pktcdvd.h |
@@ -4424,7 +4562,6 @@ F: include/linux/pktcdvd.h | |||
4424 | POSIX CLOCKS and TIMERS | 4562 | POSIX CLOCKS and TIMERS |
4425 | P: Thomas Gleixner | 4563 | P: Thomas Gleixner |
4426 | M: tglx@linutronix.de | 4564 | M: tglx@linutronix.de |
4427 | L: linux-kernel@vger.kernel.org | ||
4428 | S: Supported | 4565 | S: Supported |
4429 | F: fs/timerfd.c | 4566 | F: fs/timerfd.c |
4430 | F: include/linux/timer* | 4567 | F: include/linux/timer* |
@@ -4435,7 +4572,6 @@ P: Anton Vorontsov | |||
4435 | M: cbou@mail.ru | 4572 | M: cbou@mail.ru |
4436 | P: David Woodhouse | 4573 | P: David Woodhouse |
4437 | M: dwmw2@infradead.org | 4574 | M: dwmw2@infradead.org |
4438 | L: linux-kernel@vger.kernel.org | ||
4439 | T: git git://git.infradead.org/battery-2.6.git | 4575 | T: git git://git.infradead.org/battery-2.6.git |
4440 | S: Maintained | 4576 | S: Maintained |
4441 | F: include/linux/power_supply.h | 4577 | F: include/linux/power_supply.h |
@@ -4484,10 +4620,16 @@ S: Maintained | |||
4484 | F: drivers/net/pppol2tp.c | 4620 | F: drivers/net/pppol2tp.c |
4485 | F: include/linux/if_pppol2tp.h | 4621 | F: include/linux/if_pppol2tp.h |
4486 | 4622 | ||
4623 | PPS SUPPORT | ||
4624 | P: Rodolfo Giometti | ||
4625 | M: giometti@enneenne.com | ||
4626 | W: http://wiki.enneenne.com/index.php/LinuxPPS_support | ||
4627 | L: linuxpps@ml.enneenne.com (subscribers-only) | ||
4628 | S: Maintained | ||
4629 | |||
4487 | PREEMPTIBLE KERNEL | 4630 | PREEMPTIBLE KERNEL |
4488 | P: Robert Love | 4631 | P: Robert Love |
4489 | M: rml@tech9.net | 4632 | M: rml@tech9.net |
4490 | L: linux-kernel@vger.kernel.org | ||
4491 | L: kpreempt-tech@lists.sourceforge.net | 4633 | L: kpreempt-tech@lists.sourceforge.net |
4492 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel | 4634 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel |
4493 | S: Supported | 4635 | S: Supported |
@@ -4516,8 +4658,8 @@ S: Maintained | |||
4516 | F: drivers/ata/sata_promise.* | 4658 | F: drivers/ata/sata_promise.* |
4517 | 4659 | ||
4518 | PS3 NETWORK SUPPORT | 4660 | PS3 NETWORK SUPPORT |
4519 | P: Masakazu Mokuno | 4661 | P: Geoff Levand |
4520 | M: mokuno@sm.sony.co.jp | 4662 | M: geoffrey.levand@am.sony.com |
4521 | L: netdev@vger.kernel.org | 4663 | L: netdev@vger.kernel.org |
4522 | L: cbe-oss-dev@ozlabs.org | 4664 | L: cbe-oss-dev@ozlabs.org |
4523 | S: Supported | 4665 | S: Supported |
@@ -4550,7 +4692,6 @@ P: Roland McGrath | |||
4550 | M: roland@redhat.com | 4692 | M: roland@redhat.com |
4551 | P: Oleg Nesterov | 4693 | P: Oleg Nesterov |
4552 | M: oleg@redhat.com | 4694 | M: oleg@redhat.com |
4553 | L: linux-kernel@vger.kernel.org | ||
4554 | S: Maintained | 4695 | S: Maintained |
4555 | F: include/asm-generic/syscall.h | 4696 | F: include/asm-generic/syscall.h |
4556 | F: include/linux/ptrace.h | 4697 | F: include/linux/ptrace.h |
@@ -4571,7 +4712,7 @@ F: drivers/media/video/pvrusb2/ | |||
4571 | 4712 | ||
4572 | PXA2xx/PXA3xx SUPPORT | 4713 | PXA2xx/PXA3xx SUPPORT |
4573 | P: Eric Miao | 4714 | P: Eric Miao |
4574 | M: eric.miao@marvell.com | 4715 | M: eric.y.miao@gmail.com |
4575 | P: Russell King | 4716 | P: Russell King |
4576 | M: linux@arm.linux.org.uk | 4717 | M: linux@arm.linux.org.uk |
4577 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 4718 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
@@ -4581,23 +4722,24 @@ F: drivers/pcmcia/pxa2xx* | |||
4581 | F: drivers/spi/pxa2xx* | 4722 | F: drivers/spi/pxa2xx* |
4582 | F: drivers/usb/gadget/pxa2* | 4723 | F: drivers/usb/gadget/pxa2* |
4583 | F: include/sound/pxa2xx-lib.h | 4724 | F: include/sound/pxa2xx-lib.h |
4584 | F: sound/soc/pxa/pxa2xx* | 4725 | F: sound/arm/pxa* |
4726 | F: sound/soc/pxa | ||
4585 | 4727 | ||
4586 | PXA168 SUPPORT | 4728 | PXA168 SUPPORT |
4587 | P: Eric Miao | 4729 | P: Eric Miao |
4588 | M: eric.miao@marvell.com | 4730 | M: eric.y.miao@gmail.com |
4589 | P: Jason Chagas | 4731 | P: Jason Chagas |
4590 | M: jason.chagas@marvell.com | 4732 | M: jason.chagas@marvell.com |
4591 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 4733 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
4592 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git | 4734 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
4593 | S: Supported | 4735 | S: Maintained |
4594 | 4736 | ||
4595 | PXA910 SUPPORT | 4737 | PXA910 SUPPORT |
4596 | P: Eric Miao | 4738 | P: Eric Miao |
4597 | M: eric.miao@marvell.com | 4739 | M: eric.y.miao@gmail.com |
4598 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 4740 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
4599 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git | 4741 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
4600 | S: Supported | 4742 | S: Maintained |
4601 | 4743 | ||
4602 | PXA MMCI DRIVER | 4744 | PXA MMCI DRIVER |
4603 | S: Orphan | 4745 | S: Orphan |
@@ -4635,7 +4777,6 @@ F: drivers/net/qlge/ | |||
4635 | QNX4 FILESYSTEM | 4777 | QNX4 FILESYSTEM |
4636 | P: Anders Larsen | 4778 | P: Anders Larsen |
4637 | M: al@alarsen.net | 4779 | M: al@alarsen.net |
4638 | L: linux-kernel@vger.kernel.org | ||
4639 | W: http://www.alarsen.net/linux/qnx4fs/ | 4780 | W: http://www.alarsen.net/linux/qnx4fs/ |
4640 | S: Maintained | 4781 | S: Maintained |
4641 | F: fs/qnx4/ | 4782 | F: fs/qnx4/ |
@@ -4682,7 +4823,6 @@ F: drivers/char/random.c | |||
4682 | RAPIDIO SUBSYSTEM | 4823 | RAPIDIO SUBSYSTEM |
4683 | P: Matt Porter | 4824 | P: Matt Porter |
4684 | M: mporter@kernel.crashing.org | 4825 | M: mporter@kernel.crashing.org |
4685 | L: linux-kernel@vger.kernel.org | ||
4686 | S: Maintained | 4826 | S: Maintained |
4687 | F: drivers/rapidio/ | 4827 | F: drivers/rapidio/ |
4688 | 4828 | ||
@@ -4696,7 +4836,8 @@ F: drivers/net/wireless/ray* | |||
4696 | RCUTORTURE MODULE | 4836 | RCUTORTURE MODULE |
4697 | P: Josh Triplett | 4837 | P: Josh Triplett |
4698 | M: josh@freedesktop.org | 4838 | M: josh@freedesktop.org |
4699 | L: linux-kernel@vger.kernel.org | 4839 | P: Paul E. McKenney |
4840 | M: paulmck@linux.vnet.ibm.com | ||
4700 | S: Maintained | 4841 | S: Maintained |
4701 | F: Documentation/RCU/torture.txt | 4842 | F: Documentation/RCU/torture.txt |
4702 | F: kernel/rcutorture.c | 4843 | F: kernel/rcutorture.c |
@@ -4704,7 +4845,6 @@ F: kernel/rcutorture.c | |||
4704 | RDC R-321X SoC | 4845 | RDC R-321X SoC |
4705 | P: Florian Fainelli | 4846 | P: Florian Fainelli |
4706 | M: florian@openwrt.org | 4847 | M: florian@openwrt.org |
4707 | L: linux-kernel@vger.kernel.org | ||
4708 | S: Maintained | 4848 | S: Maintained |
4709 | 4849 | ||
4710 | RDC R6040 FAST ETHERNET DRIVER | 4850 | RDC R6040 FAST ETHERNET DRIVER |
@@ -4717,15 +4857,16 @@ F: drivers/net/r6040.c | |||
4717 | RDS - RELIABLE DATAGRAM SOCKETS | 4857 | RDS - RELIABLE DATAGRAM SOCKETS |
4718 | P: Andy Grover | 4858 | P: Andy Grover |
4719 | M: andy.grover@oracle.com | 4859 | M: andy.grover@oracle.com |
4720 | L: rds-devel@oss.oracle.com | 4860 | L: rds-devel@oss.oracle.com (moderated for non-subscribers) |
4721 | S: Supported | 4861 | S: Supported |
4722 | F: net/rds/ | 4862 | F: net/rds/ |
4723 | 4863 | ||
4724 | READ-COPY UPDATE (RCU) | 4864 | READ-COPY UPDATE (RCU) |
4725 | P: Dipankar Sarma | 4865 | P: Dipankar Sarma |
4726 | M: dipankar@in.ibm.com | 4866 | M: dipankar@in.ibm.com |
4867 | P: Paul E. McKenney | ||
4868 | M: paulmck@linux.vnet.ibm.com | ||
4727 | W: http://www.rdrop.com/users/paulmck/rclock/ | 4869 | W: http://www.rdrop.com/users/paulmck/rclock/ |
4728 | L: linux-kernel@vger.kernel.org | ||
4729 | S: Supported | 4870 | S: Supported |
4730 | F: Documentation/RCU/rcu.txt | 4871 | F: Documentation/RCU/rcu.txt |
4731 | F: Documentation/RCU/rcuref.txt | 4872 | F: Documentation/RCU/rcuref.txt |
@@ -4736,7 +4877,6 @@ F: kernel/rcupdate.c | |||
4736 | REAL TIME CLOCK DRIVER | 4877 | REAL TIME CLOCK DRIVER |
4737 | P: Paul Gortmaker | 4878 | P: Paul Gortmaker |
4738 | M: p_gortmaker@yahoo.com | 4879 | M: p_gortmaker@yahoo.com |
4739 | L: linux-kernel@vger.kernel.org | ||
4740 | S: Maintained | 4880 | S: Maintained |
4741 | F: Documentation/rtc.txt | 4881 | F: Documentation/rtc.txt |
4742 | F: drivers/rtc/ | 4882 | F: drivers/rtc/ |
@@ -4757,9 +4897,9 @@ S: Supported | |||
4757 | F: fs/reiserfs/ | 4897 | F: fs/reiserfs/ |
4758 | 4898 | ||
4759 | RFKILL | 4899 | RFKILL |
4760 | P: Ivo van Doorn | 4900 | P: Johannes Berg |
4761 | M: IvDoorn@gmail.com | 4901 | M: johannes@sipsolutions.net |
4762 | L: netdev@vger.kernel.org | 4902 | L: linux-wireless@vger.kernel.org |
4763 | S: Maintained | 4903 | S: Maintained |
4764 | F Documentation/rfkill.txt | 4904 | F Documentation/rfkill.txt |
4765 | F: net/rfkill/ | 4905 | F: net/rfkill/ |
@@ -4874,7 +5014,6 @@ S3C24XX SD/MMC Driver | |||
4874 | P: Ben Dooks | 5014 | P: Ben Dooks |
4875 | M: ben-linux@fluff.org | 5015 | M: ben-linux@fluff.org |
4876 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) | 5016 | L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) |
4877 | L: linux-kernel@vger.kernel.org | ||
4878 | S: Supported | 5017 | S: Supported |
4879 | F: drivers/mmc/host/s3cmci.* | 5018 | F: drivers/mmc/host/s3cmci.* |
4880 | 5019 | ||
@@ -4900,7 +5039,6 @@ P: Ingo Molnar | |||
4900 | M: mingo@elte.hu | 5039 | M: mingo@elte.hu |
4901 | P: Peter Zijlstra | 5040 | P: Peter Zijlstra |
4902 | M: peterz@infradead.org | 5041 | M: peterz@infradead.org |
4903 | L: linux-kernel@vger.kernel.org | ||
4904 | S: Maintained | 5042 | S: Maintained |
4905 | F: kernel/sched* | 5043 | F: kernel/sched* |
4906 | F: include/linux/sched.h | 5044 | F: include/linux/sched.h |
@@ -4999,10 +5137,16 @@ L: sdhci-devel@lists.ossman.eu | |||
4999 | S: Maintained | 5137 | S: Maintained |
5000 | F: drivers/mmc/host/sdhci.* | 5138 | F: drivers/mmc/host/sdhci.* |
5001 | 5139 | ||
5140 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER | ||
5141 | P: Ben Dooks | ||
5142 | M: ben-linux@fluff.org | ||
5143 | L: sdhci-devel@lists.ossman.eu | ||
5144 | S: Maintained | ||
5145 | F: drivers/mmc/host/sdhci-s3c.c | ||
5146 | |||
5002 | SECURITY SUBSYSTEM | 5147 | SECURITY SUBSYSTEM |
5003 | P: James Morris | 5148 | P: James Morris |
5004 | M: jmorris@namei.org | 5149 | M: jmorris@namei.org |
5005 | L: linux-kernel@vger.kernel.org | ||
5006 | L: linux-security-module@vger.kernel.org (suggested Cc:) | 5150 | L: linux-security-module@vger.kernel.org (suggested Cc:) |
5007 | T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git | 5151 | T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
5008 | W: http://security.wiki.kernel.org/ | 5152 | W: http://security.wiki.kernel.org/ |
@@ -5021,7 +5165,6 @@ P: James Morris | |||
5021 | M: jmorris@namei.org | 5165 | M: jmorris@namei.org |
5022 | P: Eric Paris | 5166 | P: Eric Paris |
5023 | M: eparis@parisplace.org | 5167 | M: eparis@parisplace.org |
5024 | L: linux-kernel@vger.kernel.org (kernel issues) | ||
5025 | L: selinux@tycho.nsa.gov (subscribers-only, general discussion) | 5168 | L: selinux@tycho.nsa.gov (subscribers-only, general discussion) |
5026 | W: http://selinuxproject.org | 5169 | W: http://selinuxproject.org |
5027 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git | 5170 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
@@ -5118,7 +5261,6 @@ P: Vincent Sanders | |||
5118 | M: support@simtec.co.uk | 5261 | M: support@simtec.co.uk |
5119 | W: http://www.simtec.co.uk/products/EB110ATX/ | 5262 | W: http://www.simtec.co.uk/products/EB110ATX/ |
5120 | S: Supported | 5263 | S: Supported |
5121 | F: arch/arm/mach-ebsa110/ | ||
5122 | 5264 | ||
5123 | SIMTEC EB2410ITX (BAST) | 5265 | SIMTEC EB2410ITX (BAST) |
5124 | P: Ben Dooks | 5266 | P: Ben Dooks |
@@ -5285,7 +5427,6 @@ F: include/linux/sony-laptop.h | |||
5285 | SONY MEMORYSTICK CARD SUPPORT | 5427 | SONY MEMORYSTICK CARD SUPPORT |
5286 | P: Alex Dubov | 5428 | P: Alex Dubov |
5287 | M: oakad@yahoo.com | 5429 | M: oakad@yahoo.com |
5288 | L: linux-kernel@vger.kernel.org | ||
5289 | W: http://tifmxx.berlios.de/ | 5430 | W: http://tifmxx.berlios.de/ |
5290 | S: Maintained | 5431 | S: Maintained |
5291 | F: drivers/memstick/host/tifm_ms.c | 5432 | F: drivers/memstick/host/tifm_ms.c |
@@ -5295,7 +5436,7 @@ P: Jaroslav Kysela | |||
5295 | M: perex@perex.cz | 5436 | M: perex@perex.cz |
5296 | P: Takashi Iwai | 5437 | P: Takashi Iwai |
5297 | M: tiwai@suse.de | 5438 | M: tiwai@suse.de |
5298 | L: alsa-devel@alsa-project.org (subscribers-only) | 5439 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
5299 | W: http://www.alsa-project.org/ | 5440 | W: http://www.alsa-project.org/ |
5300 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git | 5441 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git |
5301 | T: git git://git.alsa-project.org/alsa-kernel.git | 5442 | T: git git://git.alsa-project.org/alsa-kernel.git |
@@ -5309,11 +5450,12 @@ P: Liam Girdwood | |||
5309 | M: lrg@slimlogic.co.uk | 5450 | M: lrg@slimlogic.co.uk |
5310 | P: Mark Brown | 5451 | P: Mark Brown |
5311 | M: broonie@opensource.wolfsonmicro.com | 5452 | M: broonie@opensource.wolfsonmicro.com |
5312 | T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc | 5453 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git |
5313 | L: alsa-devel@alsa-project.org (subscribers-only) | 5454 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
5314 | W: http://alsa-project.org/main/index.php/ASoC | 5455 | W: http://alsa-project.org/main/index.php/ASoC |
5315 | S: Supported | 5456 | S: Supported |
5316 | F: sound/soc/ | 5457 | F: sound/soc/ |
5458 | F: include/sound/soc* | ||
5317 | 5459 | ||
5318 | SPARC + UltraSPARC (sparc/sparc64) | 5460 | SPARC + UltraSPARC (sparc/sparc64) |
5319 | P: David S. Miller | 5461 | P: David S. Miller |
@@ -5327,7 +5469,6 @@ F: arch/sparc/ | |||
5327 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER | 5469 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER |
5328 | P: Roger Wolff | 5470 | P: Roger Wolff |
5329 | M: R.E.Wolff@BitWizard.nl | 5471 | M: R.E.Wolff@BitWizard.nl |
5330 | L: linux-kernel@vger.kernel.org | ||
5331 | S: Supported | 5472 | S: Supported |
5332 | F: Documentation/serial/specialix.txt | 5473 | F: Documentation/serial/specialix.txt |
5333 | F: drivers/char/specialix* | 5474 | F: drivers/char/specialix* |
@@ -5373,7 +5514,6 @@ F: fs/squashfs/ | |||
5373 | SRM (Alpha) environment access | 5514 | SRM (Alpha) environment access |
5374 | P: Jan-Benedict Glaw | 5515 | P: Jan-Benedict Glaw |
5375 | M: jbglaw@lug-owl.de | 5516 | M: jbglaw@lug-owl.de |
5376 | L: linux-kernel@vger.kernel.org | ||
5377 | S: Maintained | 5517 | S: Maintained |
5378 | F: arch/alpha/kernel/srm_env.c | 5518 | F: arch/alpha/kernel/srm_env.c |
5379 | 5519 | ||
@@ -5388,8 +5528,8 @@ S: Maintained | |||
5388 | STAGING SUBSYSTEM | 5528 | STAGING SUBSYSTEM |
5389 | P: Greg Kroah-Hartman | 5529 | P: Greg Kroah-Hartman |
5390 | M: gregkh@suse.de | 5530 | M: gregkh@suse.de |
5391 | L: linux-kernel@vger.kernel.org | ||
5392 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ | 5531 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
5532 | L: devel@driverdev.osuosl.org | ||
5393 | S: Maintained | 5533 | S: Maintained |
5394 | F: drivers/staging/ | 5534 | F: drivers/staging/ |
5395 | 5535 | ||
@@ -5468,7 +5608,6 @@ F: include/linux/sysv_fs.h | |||
5468 | TASKSTATS STATISTICS INTERFACE | 5608 | TASKSTATS STATISTICS INTERFACE |
5469 | P: Balbir Singh | 5609 | P: Balbir Singh |
5470 | M: balbir@linux.vnet.ibm.com | 5610 | M: balbir@linux.vnet.ibm.com |
5471 | L: linux-kernel@vger.kernel.org | ||
5472 | S: Maintained | 5611 | S: Maintained |
5473 | F: Documentation/accounting/taskstats* | 5612 | F: Documentation/accounting/taskstats* |
5474 | F: include/linux/taskstats* | 5613 | F: include/linux/taskstats* |
@@ -5531,20 +5670,6 @@ F: drivers/misc/tifm* | |||
5531 | F: drivers/mmc/host/tifm_sd.c | 5670 | F: drivers/mmc/host/tifm_sd.c |
5532 | F: include/linux/tifm.h | 5671 | F: include/linux/tifm.h |
5533 | 5672 | ||
5534 | TI OMAP MMC INTERFACE DRIVER | ||
5535 | P: Carlos Aguiar, Anderson Briglia and Syed Khasim | ||
5536 | M: linux-omap@vger.kernel.org | ||
5537 | W: http://linux.omap.com | ||
5538 | W: http://www.muru.com/linux/omap/ | ||
5539 | S: Maintained | ||
5540 | F: drivers/mmc/host/omap.c | ||
5541 | |||
5542 | TI OMAP RANDOM NUMBER GENERATOR SUPPORT | ||
5543 | P: Deepak Saxena | ||
5544 | M: dsaxena@plexity.net | ||
5545 | S: Maintained | ||
5546 | F: drivers/char/hw_random/omap-rng.c | ||
5547 | |||
5548 | TIPC NETWORK LAYER | 5673 | TIPC NETWORK LAYER |
5549 | P: Per Liden | 5674 | P: Per Liden |
5550 | M: per.liden@ericsson.com | 5675 | M: per.liden@ericsson.com |
@@ -5575,7 +5700,6 @@ P: Kentaro Takeda | |||
5575 | M: takedakn@nttdata.co.jp | 5700 | M: takedakn@nttdata.co.jp |
5576 | P: Tetsuo Handa | 5701 | P: Tetsuo Handa |
5577 | M: penguin-kernel@I-love.SAKURA.ne.jp | 5702 | M: penguin-kernel@I-love.SAKURA.ne.jp |
5578 | L: linux-kernel@vger.kernel.org (kernel issues) | ||
5579 | L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) | 5703 | L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) |
5580 | L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) | 5704 | L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) |
5581 | L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) | 5705 | L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) |
@@ -5627,15 +5751,19 @@ F: drivers/char/tpm/ | |||
5627 | TRIVIAL PATCHES | 5751 | TRIVIAL PATCHES |
5628 | P: Jiri Kosina | 5752 | P: Jiri Kosina |
5629 | M: trivial@kernel.org | 5753 | M: trivial@kernel.org |
5630 | L: linux-kernel@vger.kernel.org | ||
5631 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git | 5754 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
5632 | S: Maintained | 5755 | S: Maintained |
5756 | F: drivers/char/tty_* | ||
5757 | F: drivers/serial/serial_core.c | ||
5758 | F: include/linux/serial_core.h | ||
5759 | F: include/linux/serial.h | ||
5760 | F: include/linux/tty.h | ||
5633 | 5761 | ||
5634 | TTY LAYER | 5762 | TTY LAYER |
5635 | P: Alan Cox | 5763 | P: Alan Cox |
5636 | M: alan@lxorguk.ukuu.org.uk | 5764 | M: alan@lxorguk.ukuu.org.uk |
5637 | L: linux-kernel@vger.kernel.org | ||
5638 | S: Maintained | 5765 | S: Maintained |
5766 | T: stgit http://zeniv.linux.org.uk/~alan/ttydev/ | ||
5639 | 5767 | ||
5640 | TULIP NETWORK DRIVERS | 5768 | TULIP NETWORK DRIVERS |
5641 | P: Grant Grundler | 5769 | P: Grant Grundler |
@@ -5706,7 +5834,6 @@ F: fs/udf/ | |||
5706 | UFS FILESYSTEM | 5834 | UFS FILESYSTEM |
5707 | P: Evgeniy Dushistov | 5835 | P: Evgeniy Dushistov |
5708 | M: dushistov@mail.ru | 5836 | M: dushistov@mail.ru |
5709 | L: linux-kernel@vger.kernel.org | ||
5710 | S: Maintained | 5837 | S: Maintained |
5711 | F: Documentation/filesystems/ufs.txt | 5838 | F: Documentation/filesystems/ufs.txt |
5712 | F: fs/ufs/ | 5839 | F: fs/ufs/ |
@@ -5723,7 +5850,6 @@ F: include/linux/uwb/ | |||
5723 | UNIFORM CDROM DRIVER | 5850 | UNIFORM CDROM DRIVER |
5724 | P: Jens Axboe | 5851 | P: Jens Axboe |
5725 | M: axboe@kernel.dk | 5852 | M: axboe@kernel.dk |
5726 | L: linux-kernel@vger.kernel.org | ||
5727 | W: http://www.kernel.dk | 5853 | W: http://www.kernel.dk |
5728 | S: Maintained | 5854 | S: Maintained |
5729 | F: Documentation/cdrom/ | 5855 | F: Documentation/cdrom/ |
@@ -5752,7 +5878,6 @@ F: drivers/usb/class/cdc-acm.* | |||
5752 | USB BLOCK DRIVER (UB ub) | 5878 | USB BLOCK DRIVER (UB ub) |
5753 | P: Pete Zaitcev | 5879 | P: Pete Zaitcev |
5754 | M: zaitcev@redhat.com | 5880 | M: zaitcev@redhat.com |
5755 | L: linux-kernel@vger.kernel.org | ||
5756 | L: linux-usb@vger.kernel.org | 5881 | L: linux-usb@vger.kernel.org |
5757 | S: Supported | 5882 | S: Supported |
5758 | F: drivers/block/ub.c | 5883 | F: drivers/block/ub.c |
@@ -6045,6 +6170,12 @@ L: linux-wireless@vger.kernel.org | |||
6045 | S: Maintained | 6170 | S: Maintained |
6046 | F: drivers/net/wireless/rndis_wlan.c | 6171 | F: drivers/net/wireless/rndis_wlan.c |
6047 | 6172 | ||
6173 | USB XHCI DRIVER | ||
6174 | P: Sarah Sharp | ||
6175 | M: sarah.a.sharp@intel.com | ||
6176 | L: linux-usb@vger.kernel.org | ||
6177 | S: Supported | ||
6178 | |||
6048 | USB ZC0301 DRIVER | 6179 | USB ZC0301 DRIVER |
6049 | P: Luca Risolia | 6180 | P: Luca Risolia |
6050 | M: luca.risolia@studio.unibo.it | 6181 | M: luca.risolia@studio.unibo.it |
@@ -6092,7 +6223,6 @@ P: Hans J. Koch | |||
6092 | M: hjk@linutronix.de | 6223 | M: hjk@linutronix.de |
6093 | P: Greg Kroah-Hartman | 6224 | P: Greg Kroah-Hartman |
6094 | M: gregkh@suse.de | 6225 | M: gregkh@suse.de |
6095 | L: linux-kernel@vger.kernel.org | ||
6096 | S: Maintained | 6226 | S: Maintained |
6097 | F: Documentation/DocBook/uio-howto.tmpl | 6227 | F: Documentation/DocBook/uio-howto.tmpl |
6098 | F: drivers/uio/ | 6228 | F: drivers/uio/ |
@@ -6118,7 +6248,6 @@ F: drivers/video/uvesafb.* | |||
6118 | VFAT/FAT/MSDOS FILESYSTEM | 6248 | VFAT/FAT/MSDOS FILESYSTEM |
6119 | P: OGAWA Hirofumi | 6249 | P: OGAWA Hirofumi |
6120 | M: hirofumi@mail.parknet.co.jp | 6250 | M: hirofumi@mail.parknet.co.jp |
6121 | L: linux-kernel@vger.kernel.org | ||
6122 | S: Maintained | 6251 | S: Maintained |
6123 | F: Documentation/filesystems/vfat.txt | 6252 | F: Documentation/filesystems/vfat.txt |
6124 | F: fs/fat/ | 6253 | F: fs/fat/ |
@@ -6137,6 +6266,14 @@ S: Maintained | |||
6137 | F: Documentation/i2c/busses/i2c-viapro | 6266 | F: Documentation/i2c/busses/i2c-viapro |
6138 | F: drivers/i2c/busses/i2c-viapro.c | 6267 | F: drivers/i2c/busses/i2c-viapro.c |
6139 | 6268 | ||
6269 | VIA SD/MMC CARD CONTROLLER DRIVER | ||
6270 | P: Joseph Chan | ||
6271 | M: JosephChan@via.com.tw | ||
6272 | P: Harald Welte | ||
6273 | M: HaraldWelte@viatech.com | ||
6274 | S: Maintained | ||
6275 | F: drivers/mmc/host/via-sdmmc.c | ||
6276 | |||
6140 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER | 6277 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
6141 | P: Joseph Chan | 6278 | P: Joseph Chan |
6142 | M: JosephChan@via.com.tw | 6279 | M: JosephChan@via.com.tw |
@@ -6162,6 +6299,14 @@ F: drivers/net/macvlan.c | |||
6162 | F: include/linux/if_*vlan.h | 6299 | F: include/linux/if_*vlan.h |
6163 | F: net/8021q/ | 6300 | F: net/8021q/ |
6164 | 6301 | ||
6302 | VLYNQ BUS | ||
6303 | P: Florian Fainelli | ||
6304 | M: florian@openwrt.org | ||
6305 | L: openwrt-devel@lists.openwrt.org | ||
6306 | S: Maintained | ||
6307 | F: drivers/vlynq/vlynq.c | ||
6308 | F: include/linux/vlynq.h | ||
6309 | |||
6165 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK | 6310 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
6166 | P: Liam Girdwood | 6311 | P: Liam Girdwood |
6167 | M: lrg@slimlogic.co.uk | 6312 | M: lrg@slimlogic.co.uk |
@@ -6215,7 +6360,6 @@ F: drivers/hwmon/w83793.c | |||
6215 | W83L51xD SD/MMC CARD INTERFACE DRIVER | 6360 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
6216 | P: Pierre Ossman | 6361 | P: Pierre Ossman |
6217 | M: pierre@ossman.eu | 6362 | M: pierre@ossman.eu |
6218 | L: linux-kernel@vger.kernel.org | ||
6219 | S: Maintained | 6363 | S: Maintained |
6220 | F: drivers/mmc/host/wbsd.* | 6364 | F: drivers/mmc/host/wbsd.* |
6221 | 6365 | ||
@@ -6302,7 +6446,6 @@ M: mingo@redhat.com | |||
6302 | P: H. Peter Anvin | 6446 | P: H. Peter Anvin |
6303 | M: hpa@zytor.com | 6447 | M: hpa@zytor.com |
6304 | M: x86@kernel.org | 6448 | M: x86@kernel.org |
6305 | L: linux-kernel@vger.kernel.org | ||
6306 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git | 6449 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git |
6307 | S: Maintained | 6450 | S: Maintained |
6308 | F: Documentation/x86/ | 6451 | F: Documentation/x86/ |
@@ -6338,7 +6481,6 @@ XILINX SYSTEMACE DRIVER | |||
6338 | P: Grant Likely | 6481 | P: Grant Likely |
6339 | M: grant.likely@secretlab.ca | 6482 | M: grant.likely@secretlab.ca |
6340 | W: http://www.secretlab.ca/ | 6483 | W: http://www.secretlab.ca/ |
6341 | L: linux-kernel@vger.kernel.org | ||
6342 | S: Maintained | 6484 | S: Maintained |
6343 | F: drivers/block/xsysace.c | 6485 | F: drivers/block/xsysace.c |
6344 | 6486 | ||
@@ -6403,5 +6545,9 @@ F: drivers/serial/zs.* | |||
6403 | 6545 | ||
6404 | THE REST | 6546 | THE REST |
6405 | P: Linus Torvalds | 6547 | P: Linus Torvalds |
6548 | M: torvalds@linux-foundation.org | ||
6549 | L: linux-kernel@vger.kernel.org | ||
6406 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | 6550 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git |
6407 | S: Buried alive in reporters | 6551 | S: Buried alive in reporters |
6552 | F: * | ||
6553 | F: */ | ||