Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | |
| 2 | List of maintainers and how to submit kernel changes |
| 3 | |
| 4 | Please try to follow the guidelines below. This will make things |
| 5 | easier on the maintainers. Not all of these guidelines matter for every |
| 6 | trivial patch so apply some common sense. |
| 7 | |
| 8 | 1. Always _test_ your changes, however small, on at least 4 or |
| 9 | 5 people, preferably many more. |
| 10 | |
| 11 | 2. Try to release a few ALPHA test versions to the net. Announce |
| 12 | them onto the kernel channel and await results. This is especially |
| 13 | important for device drivers, because often that's the only way |
| 14 | you will find things like the fact version 3 firmware needs |
| 15 | a magic fix you didn't know about, or some clown changed the |
| 16 | chips on a board and not its name. (Don't laugh! Look at the |
| 17 | SMC etherpower for that.) |
| 18 | |
| 19 | 3. Make sure your changes compile correctly in multiple |
| 20 | configurations. In particular check that changes work both as a |
| 21 | module and built into the kernel. |
| 22 | |
| 23 | 4. When you are happy with a change make it generally available for |
| 24 | testing and await feedback. |
| 25 | |
| 26 | 5. Make a patch available to the relevant maintainer in the list. Use |
| 27 | 'diff -u' to make the patch easy to merge. Be prepared to get your |
| 28 | changes sent back with seemingly silly requests about formatting |
| 29 | and variable names. These aren't as silly as they seem. One |
| 30 | job the maintainers (and especially Linus) do is to keep things |
| 31 | looking the same. Sometimes this means that the clever hack in |
| 32 | your driver to get around a problem actually needs to become a |
Andy Whitcroft | 0a920b5 | 2007-06-01 00:46:48 -0700 | [diff] [blame] | 33 | generalized kernel feature ready for next time. |
| 34 | |
| 35 | PLEASE check your patch with the automated style checker |
| 36 | (scripts/checkpatch.pl) to catch trival style violations. |
| 37 | See Documentation/CodingStyle for guidance here. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | |
Joe Perches | f70f873 | 2009-06-16 15:34:08 -0700 | [diff] [blame] | 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 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | PLEASE try to include any credit lines you want added with the |
| 46 | patch. It avoids people being missed off by mistake and makes |
| 47 | it easier to know who wants adding and who doesn't. |
| 48 | |
| 49 | PLEASE document known bugs. If it doesn't work for everything |
| 50 | or does something very odd once a month document it. |
| 51 | |
Alan Cox | c9ee133 | 2006-05-20 15:00:12 -0700 | [diff] [blame] | 52 | PLEASE remember that submissions must be made under the terms |
Randy Dunlap | 4500371 | 2007-08-30 23:56:37 -0700 | [diff] [blame] | 53 | of the OSDL certificate of contribution and should include a |
| 54 | Signed-off-by: line. The current version of this "Developer's |
| 55 | Certificate of Origin" (DCO) is listed in the file |
| 56 | Documentation/SubmittingPatches. |
Alan Cox | c9ee133 | 2006-05-20 15:00:12 -0700 | [diff] [blame] | 57 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | 6. Make sure you have the right to send any changes you make. If you |
| 59 | do changes at work you may find your employer owns the patch |
| 60 | not you. |
| 61 | |
Alan Cox | c9ee133 | 2006-05-20 15:00:12 -0700 | [diff] [blame] | 62 | 7. When sending security related changes or reports to a maintainer |
| 63 | please Cc: security@kernel.org, especially if the maintainer |
| 64 | does not respond. |
| 65 | |
| 66 | 8. Happy hacking. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 68 | ----------------------------------- |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | |
| 70 | Maintainers List (try to look for most precise areas first) |
| 71 | |
| 72 | Note: For the hard of thinking, this list is meant to remain in alphabetical |
| 73 | order. If you could add yourselves to it in alphabetical order that would be |
| 74 | so much easier [Ed] |
| 75 | |
Joe Perches | 2bed6ee | 2009-07-29 15:04:32 -0700 | [diff] [blame] | 76 | P: Person (obsolete) |
| 77 | M: Mail patches to: FullName <address@domain> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | L: Mailing list that is relevant to this area |
| 79 | W: Web-page with status/info |
Alan Cox | e960bf7 | 2009-06-11 14:04:57 +0100 | [diff] [blame] | 80 | T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. |
Randy Dunlap | 4501a46 | 2008-10-13 09:24:58 -0700 | [diff] [blame] | 81 | S: Status, one of the following: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | |
| 83 | Supported: Someone is actually paid to look after this. |
| 84 | Maintained: Someone actually looks after it. |
| 85 | Odd Fixes: It has a maintainer but they don't have time to do |
| 86 | much other than throw the odd patch in. See below.. |
| 87 | Orphan: No current maintainer [but maybe you could take the |
| 88 | role as you write your new code]. |
| 89 | Obsolete: Old code. Something tagged obsolete generally means |
| 90 | it has been replaced by a better system and you |
| 91 | should be using that. |
| 92 | |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 93 | F: Files and directories with wildcard patterns. |
| 94 | A trailing slash includes all files and subdirectory files. |
| 95 | F: drivers/net/ all files in and below drivers/net |
| 96 | F: drivers/net/* all files in drivers/net, but not below |
| 97 | F: */net/* all files in "any top level directory"/net |
| 98 | One pattern per line. Multiple F: lines acceptable. |
| 99 | X: Files and directories that are NOT maintained, same rules as F: |
| 100 | Files exclusions are tested before file matches. |
| 101 | Can be useful for excluding a specific subdirectory, for instance: |
| 102 | F: net/ |
| 103 | X: net/ipv6/ |
| 104 | matches all files in and below net excluding net/ipv6/ |
| 105 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 106 | 3C505 NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 107 | M: Philip Blundell <philb@gnu.org> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 108 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 110 | F: drivers/net/3c505* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | |
Steffen Klassert | a6d8991 | 2007-08-10 14:05:27 -0700 | [diff] [blame] | 112 | 3C59X NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 113 | M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de> |
Steffen Klassert | a6d8991 | 2007-08-10 14:05:27 -0700 | [diff] [blame] | 114 | L: netdev@vger.kernel.org |
| 115 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 116 | F: Documentation/networking/vortex.txt |
| 117 | F: drivers/net/3c59x.c |
Steffen Klassert | a6d8991 | 2007-08-10 14:05:27 -0700 | [diff] [blame] | 118 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 119 | 3CR990 NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 120 | M: David Dillow <dave@thedillows.org> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 121 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 122 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 123 | F: drivers/net/typhoon* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 124 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 125 | 3W-9XXX SATA-RAID CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 126 | M: Adam Radford <linuxraid@amcc.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | L: linux-scsi@vger.kernel.org |
| 128 | W: http://www.amcc.com |
| 129 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 130 | F: drivers/scsi/3w-9xxx* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 131 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 132 | 3W-XXXX ATA-RAID CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 133 | M: Adam Radford <linuxraid@amcc.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 134 | L: linux-scsi@vger.kernel.org |
| 135 | W: http://www.amcc.com |
| 136 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 137 | F: drivers/scsi/3w-xxxx* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 138 | |
| 139 | 53C700 AND 53C700-66 SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 140 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 141 | L: linux-scsi@vger.kernel.org |
| 142 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 143 | F: drivers/scsi/53c700* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 144 | |
| 145 | 6PACK NETWORK DRIVER FOR AX.25 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 146 | M: Andreas Koensgen <ajk@comnets.uni-bremen.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 147 | L: linux-hams@vger.kernel.org |
| 148 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 149 | F: drivers/net/hamradio/6pack.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 150 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 151 | 8169 10/100/1000 GIGABIT ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 152 | M: Francois Romieu <romieu@fr.zoreil.com> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 153 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 154 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 155 | F: drivers/net/r8169.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 156 | |
| 157 | 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | L: linux-serial@vger.kernel.org |
| 159 | W: http://serial.sourceforge.net |
Linus Torvalds | 90a09c9 | 2009-07-30 16:40:37 -0700 | [diff] [blame] | 160 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 161 | F: drivers/serial/8250* |
| 162 | F: include/linux/serial_8250.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 163 | |
| 164 | 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 165 | M: Paul Gortmaker <p_gortmaker@yahoo.com> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 166 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 167 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 168 | F: drivers/net/*8390* |
| 169 | F: drivers/net/ax88796.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 170 | |
Eric Van Hensbergen | 67543e5 | 2006-03-25 03:07:29 -0800 | [diff] [blame] | 171 | 9P FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 172 | M: Eric Van Hensbergen <ericvh@gmail.com> |
| 173 | M: Ron Minnich <rminnich@sandia.gov> |
| 174 | M: Latchesar Ionkov <lucho@ionkov.net> |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 175 | L: v9fs-developer@lists.sourceforge.net |
Eric Van Hensbergen | 27a2a5f | 2007-07-23 13:06:13 -0500 | [diff] [blame] | 176 | W: http://swik.net/v9fs |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 177 | T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 178 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 179 | F: Documentation/filesystems/9p.txt |
| 180 | F: fs/9p/ |
Eric Van Hensbergen | 67543e5 | 2006-03-25 03:07:29 -0800 | [diff] [blame] | 181 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 182 | A2232 SERIAL BOARD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 183 | M: Enver Haase <A2232@gmx.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 184 | L: linux-m68k@lists.linux-m68k.org |
| 185 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 186 | F: drivers/char/ser_a2232* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 188 | AACRAID SCSI RAID DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 189 | M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 190 | L: linux-scsi@vger.kernel.org |
| 191 | W: http://www.adaptec.com/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 193 | F: Documentation/scsi/aacraid.txt |
| 194 | F: drivers/scsi/aacraid/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 195 | |
Alistair John Strachan | 249e3c8 | 2008-08-15 00:40:37 -0700 | [diff] [blame] | 196 | ABIT UGURU 1,2 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 197 | M: Hans de Goede <j.w.r.degoede@hhs.nl> |
Hans de Goede | f2b84bb | 2006-06-04 20:22:24 +0200 | [diff] [blame] | 198 | L: lm-sensors@lm-sensors.org |
| 199 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 200 | F: drivers/hwmon/abituguru.c |
Hans de Goede | f2b84bb | 2006-06-04 20:22:24 +0200 | [diff] [blame] | 201 | |
Alistair John Strachan | 249e3c8 | 2008-08-15 00:40:37 -0700 | [diff] [blame] | 202 | ABIT UGURU 3 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 203 | M: Alistair John Strachan <alistair@devzero.co.uk> |
Alistair John Strachan | 249e3c8 | 2008-08-15 00:40:37 -0700 | [diff] [blame] | 204 | L: lm-sensors@lm-sensors.org |
| 205 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 206 | F: drivers/hwmon/abituguru3.c |
Alistair John Strachan | 249e3c8 | 2008-08-15 00:40:37 -0700 | [diff] [blame] | 207 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 208 | ACENIC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 209 | M: Jes Sorensen <jes@trained-monkey.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 210 | L: linux-acenic@sunsite.dk |
| 211 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 212 | F: drivers/net/acenic* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 213 | |
Peter Feuerer | e86435e | 2009-06-21 18:53:03 +0200 | [diff] [blame] | 214 | ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 215 | M: Peter Feuerer <peter@piie.net> |
Joe Perches | 4fc26e3 | 2009-07-29 15:04:22 -0700 | [diff] [blame] | 216 | W: http://piie.net/?section=acerhdf |
| 217 | S: Maintained |
| 218 | F: drivers/platform/x86/acerhdf.c |
Peter Feuerer | e86435e | 2009-06-21 18:53:03 +0200 | [diff] [blame] | 219 | |
Carlos Corbacho | 745a5d2 | 2008-02-05 02:17:10 +0000 | [diff] [blame] | 220 | ACER WMI LAPTOP EXTRAS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 221 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> |
Carlos Corbacho | 745a5d2 | 2008-02-05 02:17:10 +0000 | [diff] [blame] | 222 | L: aceracpi@googlegroups.com (subscribers-only) |
| 223 | W: http://code.google.com/p/aceracpi |
| 224 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 225 | F: drivers/platform/x86/acer-wmi.c |
Carlos Corbacho | 745a5d2 | 2008-02-05 02:17:10 +0000 | [diff] [blame] | 226 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 227 | ACPI |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 228 | M: Len Brown <lenb@kernel.org> |
Len Brown | 6968e50 | 2005-12-30 00:32:49 -0500 | [diff] [blame] | 229 | L: linux-acpi@vger.kernel.org |
Len Brown | 38e09d8 | 2007-10-25 17:55:59 -0400 | [diff] [blame] | 230 | W: http://www.lesswatts.org/projects/acpi/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 231 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 232 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 233 | F: drivers/acpi/ |
| 234 | F: drivers/pnp/pnpacpi/ |
| 235 | F: include/linux/acpi.h |
Felipe Contreras | 43368e7 | 2009-09-21 17:04:24 -0700 | [diff] [blame] | 236 | F: include/acpi/ |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 237 | |
| 238 | ACPI BATTERY DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 239 | M: Alexey Starikovskiy <astarikovskiy@suse.de> |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 240 | L: linux-acpi@vger.kernel.org |
Adrian Bunk | 0638bc8 | 2008-05-20 01:08:23 +0300 | [diff] [blame] | 241 | W: http://www.lesswatts.org/projects/acpi/ |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 242 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 243 | F: drivers/acpi/battery.c |
| 244 | F: drivers/acpi/*sbs* |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 245 | |
| 246 | ACPI EC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 247 | M: Alexey Starikovskiy <astarikovskiy@suse.de> |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 248 | L: linux-acpi@vger.kernel.org |
Adrian Bunk | 0638bc8 | 2008-05-20 01:08:23 +0300 | [diff] [blame] | 249 | W: http://www.lesswatts.org/projects/acpi/ |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 250 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 251 | F: drivers/acpi/ec.c |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 252 | |
| 253 | ACPI FAN DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 254 | M: Zhang Rui <rui.zhang@intel.com> |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 255 | L: linux-acpi@vger.kernel.org |
Adrian Bunk | 0638bc8 | 2008-05-20 01:08:23 +0300 | [diff] [blame] | 256 | W: http://www.lesswatts.org/projects/acpi/ |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 257 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 258 | F: drivers/acpi/fan.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 259 | |
Shaohua Li | 8e0af51 | 2009-07-27 18:11:02 -0400 | [diff] [blame] | 260 | ACPI PROCESSOR AGGREGATOR DRIVER |
Linus Torvalds | 5e5027b | 2009-10-04 15:03:00 -0700 | [diff] [blame] | 261 | M: Shaohua Li <shaohua.li@intel.com> |
Shaohua Li | 8e0af51 | 2009-07-27 18:11:02 -0400 | [diff] [blame] | 262 | L: linux-acpi@vger.kernel.org |
| 263 | W: http://www.lesswatts.org/projects/acpi/ |
| 264 | S: Supported |
| 265 | F: drivers/acpi/acpi_pad.c |
| 266 | |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 267 | ACPI THERMAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 268 | M: Zhang Rui <rui.zhang@intel.com> |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 269 | L: linux-acpi@vger.kernel.org |
Adrian Bunk | 0638bc8 | 2008-05-20 01:08:23 +0300 | [diff] [blame] | 270 | W: http://www.lesswatts.org/projects/acpi/ |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 271 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 272 | F: drivers/acpi/*thermal* |
Kristen Carlson Accardi | 998be20 | 2006-07-26 10:52:33 -0700 | [diff] [blame] | 273 | |
Len Brown | 359acec | 2007-02-10 01:59:24 -0500 | [diff] [blame] | 274 | ACPI VIDEO DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 275 | M: Zhang Rui <rui.zhang@intel.com> |
Len Brown | 359acec | 2007-02-10 01:59:24 -0500 | [diff] [blame] | 276 | L: linux-acpi@vger.kernel.org |
Adrian Bunk | 0638bc8 | 2008-05-20 01:08:23 +0300 | [diff] [blame] | 277 | W: http://www.lesswatts.org/projects/acpi/ |
Len Brown | 359acec | 2007-02-10 01:59:24 -0500 | [diff] [blame] | 278 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 279 | F: drivers/acpi/video.c |
Len Brown | 359acec | 2007-02-10 01:59:24 -0500 | [diff] [blame] | 280 | |
Carlos Corbacho | bff431e | 2008-02-05 02:17:04 +0000 | [diff] [blame] | 281 | ACPI WMI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 282 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 283 | L: linux-acpi@vger.kernel.org |
| 284 | W: http://www.lesswatts.org/projects/acpi/ |
| 285 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 286 | F: drivers/platform/x86/wmi.c |
Carlos Corbacho | bff431e | 2008-02-05 02:17:04 +0000 | [diff] [blame] | 287 | |
Thibaut VARENE | 2f39d51 | 2008-02-20 21:05:56 +0100 | [diff] [blame] | 288 | AD1889 ALSA SOUND DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 289 | M: Kyle McMartin <kyle@mcmartin.ca> |
| 290 | M: Thibaut Varene <T-Bone@parisc-linux.org> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 291 | W: http://wiki.parisc-linux.org/AD1889 |
| 292 | L: linux-parisc@vger.kernel.org |
| 293 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 294 | F: sound/pci/ad1889.* |
Thibaut VARENE | 2f39d51 | 2008-02-20 21:05:56 +0100 | [diff] [blame] | 295 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 296 | ADM1025 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 297 | M: Jean Delvare <khali@linux-fr.org> |
Jean Delvare | cc0b07e | 2005-05-22 09:39:11 +0200 | [diff] [blame] | 298 | L: lm-sensors@lm-sensors.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 299 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 300 | F: Documentation/hwmon/adm1025 |
| 301 | F: drivers/hwmon/adm1025.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 302 | |
Corentin Labbe | cae2caa | 2007-02-14 21:15:04 +0100 | [diff] [blame] | 303 | ADM1029 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 304 | M: Corentin Labbe <corentin.labbe@geomatys.fr> |
Corentin Labbe | cae2caa | 2007-02-14 21:15:04 +0100 | [diff] [blame] | 305 | L: lm-sensors@lm-sensors.org |
| 306 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 307 | F: drivers/hwmon/adm1029.c |
Corentin Labbe | cae2caa | 2007-02-14 21:15:04 +0100 | [diff] [blame] | 308 | |
Michael Wu | cc0b88c | 2007-08-31 01:15:25 -0400 | [diff] [blame] | 309 | ADM8211 WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 310 | M: Michael Wu <flamingice@sourmilk.net> |
Michael Wu | cc0b88c | 2007-08-31 01:15:25 -0400 | [diff] [blame] | 311 | L: linux-wireless@vger.kernel.org |
| 312 | W: http://linuxwireless.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 313 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git |
Michael Wu | cc0b88c | 2007-08-31 01:15:25 -0400 | [diff] [blame] | 314 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 315 | F: drivers/net/wireless/adm8211.* |
Michael Wu | cc0b88c | 2007-08-31 01:15:25 -0400 | [diff] [blame] | 316 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 317 | ADT746X FAN DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 318 | M: Colin Leroy <colin@colino.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 319 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 320 | F: drivers/macintosh/therm_adt746x.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 321 | |
Matthew Wilcox | 8c6af9e | 2007-07-26 11:03:19 -0400 | [diff] [blame] | 322 | ADVANSYS SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 323 | M: Matthew Wilcox <matthew@wil.cx> |
Matthew Wilcox | 8c6af9e | 2007-07-26 11:03:19 -0400 | [diff] [blame] | 324 | L: linux-scsi@vger.kernel.org |
| 325 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 326 | F: Documentation/scsi/advansys.txt |
| 327 | F: drivers/scsi/advansys.c |
Matthew Wilcox | 8c6af9e | 2007-07-26 11:03:19 -0400 | [diff] [blame] | 328 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 329 | AEDSP16 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 330 | M: Riccardo Facchetti <fizban@tin.it> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 331 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 332 | F: sound/oss/aedsp16.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 333 | |
| 334 | AFFS FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 335 | M: Roman Zippel <zippel@linux-m68k.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 336 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 337 | F: Documentation/filesystems/affs.txt |
| 338 | F: fs/affs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 339 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 340 | AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 341 | M: David Howells <dhowells@redhat.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 342 | L: linux-afs@lists.infradead.org |
| 343 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 344 | F: fs/afs/ |
| 345 | F: include/net/af_rxrpc.h |
| 346 | F: net/rxrpc/af_rxrpc.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 347 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 348 | AGPGART DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 349 | M: David Airlie <airlied@linux.ie> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 350 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 351 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 352 | F: drivers/char/agp/ |
| 353 | F: include/linux/agp* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 354 | |
| 355 | AHA152X SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 356 | M: "Juergen E. Fischer" <fischer@norbit.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 357 | L: linux-scsi@vger.kernel.org |
| 358 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 359 | F: drivers/scsi/aha152x* |
| 360 | F: drivers/scsi/pcmcia/aha152x* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 361 | |
Hannes Reinecke | 64624d4 | 2007-10-19 10:32:29 +0200 | [diff] [blame] | 362 | AIC7XXX / AIC79XX SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 363 | M: Hannes Reinecke <hare@suse.de> |
Hannes Reinecke | 64624d4 | 2007-10-19 10:32:29 +0200 | [diff] [blame] | 364 | L: linux-scsi@vger.kernel.org |
| 365 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 366 | F: drivers/scsi/aic7xxx/ |
| 367 | F: drivers/scsi/aic7xxx_old/ |
Hannes Reinecke | 64624d4 | 2007-10-19 10:32:29 +0200 | [diff] [blame] | 368 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 369 | AIO |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 370 | M: Benjamin LaHaise <bcrl@kvack.org> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 371 | L: linux-aio@kvack.org |
| 372 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 373 | F: fs/aio.c |
| 374 | F: include/linux/*aio*.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 375 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 376 | ALCATEL SPEEDTOUCH USB DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 377 | M: Duncan Sands <duncan.sands@free.fr> |
Greg Kroah-Hartman | 6372594 | 2007-11-21 15:16:59 -0700 | [diff] [blame] | 378 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 379 | W: http://www.linux-usb.org/SpeedTouch/ |
| 380 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 381 | F: drivers/usb/atm/speedtch.c |
| 382 | F: drivers/usb/atm/usbatm.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 383 | |
Pierre Ossman | 272f133 | 2007-05-14 21:25:26 +0200 | [diff] [blame] | 384 | ALCHEMY AU1XX0 MMC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 385 | M: Manuel Lauss <manuel.lauss@gmail.com> |
Manuel Lauss | 08fcb72 | 2008-06-09 08:40:35 +0200 | [diff] [blame] | 386 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 387 | F: drivers/mmc/host/au1xmmc.c |
Pierre Ossman | 272f133 | 2007-05-14 21:25:26 +0200 | [diff] [blame] | 388 | |
R.Marek@sh.cvut.cz | 4a4e578 | 2005-04-21 09:07:56 +0000 | [diff] [blame] | 389 | ALI1563 I2C DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 390 | M: Rudolf Marek <r.marek@assembler.cz> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 391 | L: linux-i2c@vger.kernel.org |
R.Marek@sh.cvut.cz | 4a4e578 | 2005-04-21 09:07:56 +0000 | [diff] [blame] | 392 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 393 | F: Documentation/i2c/busses/i2c-ali1563 |
| 394 | F: drivers/i2c/busses/i2c-ali1563.c |
R.Marek@sh.cvut.cz | 4a4e578 | 2005-04-21 09:07:56 +0000 | [diff] [blame] | 395 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 396 | ALPHA PORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 397 | M: Richard Henderson <rth@twiddle.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 398 | S: Odd Fixes for 2.4; Maintained for 2.6. |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 399 | M: Ivan Kokshaysky <ink@jurassic.park.msu.ru> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 400 | S: Maintained for 2.4; PCI support for 2.6. |
Cheng Renquan | a940669 | 2009-03-31 15:23:35 -0700 | [diff] [blame] | 401 | L: linux-alpha@vger.kernel.org |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 402 | F: arch/alpha/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 403 | |
Thomas Dahlmann | 167a675 | 2007-07-12 09:30:39 -0700 | [diff] [blame] | 404 | AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 405 | M: Thomas Dahlmann <dahlmann.thomas@arcor.de> |
Jordan Crouse | 67d7671 | 2008-05-12 14:02:22 -0700 | [diff] [blame] | 406 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) |
Thomas Dahlmann | 167a675 | 2007-07-12 09:30:39 -0700 | [diff] [blame] | 407 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 408 | F: drivers/usb/gadget/amd5536udc.* |
Thomas Dahlmann | 167a675 | 2007-07-12 09:30:39 -0700 | [diff] [blame] | 409 | |
Jordan Crouse | f90b811 | 2006-01-06 00:12:14 -0800 | [diff] [blame] | 410 | AMD GEODE PROCESSOR/CHIPSET SUPPORT |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 411 | P: Jordan Crouse |
Jordan Crouse | 67d7671 | 2008-05-12 14:02:22 -0700 | [diff] [blame] | 412 | L: linux-geode@lists.infradead.org (moderated for non-subscribers) |
Jordan Crouse | f90b811 | 2006-01-06 00:12:14 -0800 | [diff] [blame] | 413 | W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html |
| 414 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 415 | F: arch/x86/kernel/geode_32.c |
| 416 | F: drivers/char/hw_random/geode-rng.c |
| 417 | F: drivers/crypto/geode* |
| 418 | F: drivers/video/geode/ |
| 419 | F: arch/x86/include/asm/geode.h |
Jordan Crouse | f90b811 | 2006-01-06 00:12:14 -0800 | [diff] [blame] | 420 | |
Joerg Roedel | 919ee7d | 2008-06-26 21:28:09 +0200 | [diff] [blame] | 421 | AMD IOMMU (AMD-VI) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 422 | M: Joerg Roedel <joerg.roedel@amd.com> |
Joerg Roedel | 919ee7d | 2008-06-26 21:28:09 +0200 | [diff] [blame] | 423 | L: iommu@lists.linux-foundation.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 424 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git |
Joerg Roedel | 919ee7d | 2008-06-26 21:28:09 +0200 | [diff] [blame] | 425 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 426 | F: arch/x86/kernel/amd_iommu*.c |
| 427 | F: arch/x86/include/asm/amd_iommu*.h |
Joerg Roedel | 919ee7d | 2008-06-26 21:28:09 +0200 | [diff] [blame] | 428 | |
Peter Oruba | e7f5b30 | 2008-07-28 18:44:11 +0200 | [diff] [blame] | 429 | AMD MICROCODE UPDATE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 430 | M: Andreas Herrmann <andreas.herrmann3@amd.com> |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 431 | L: amd64-microcode@amd64.org |
| 432 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 433 | F: arch/x86/kernel/microcode_amd.c |
Peter Oruba | e7f5b30 | 2008-07-28 18:44:11 +0200 | [diff] [blame] | 434 | |
Stelian Pop | 284f42b | 2006-12-12 18:18:31 +0100 | [diff] [blame] | 435 | AMS (Apple Motion Sensor) DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 436 | M: Stelian Pop <stelian@popies.net> |
| 437 | M: Michael Hanselmann <linux-kernel@hansmi.ch> |
Stelian Pop | 284f42b | 2006-12-12 18:18:31 +0100 | [diff] [blame] | 438 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 439 | F: drivers/hwmon/ams/ |
Stelian Pop | 284f42b | 2006-12-12 18:18:31 +0100 | [diff] [blame] | 440 | |
Tom Tucker | f94b533 | 2006-09-22 15:22:48 -0700 | [diff] [blame] | 441 | AMSO1100 RNIC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 442 | M: Tom Tucker <tom@opengridcomputing.com> |
| 443 | M: Steve Wise <swise@opengridcomputing.com> |
Roland Dreier | e6cc0fd | 2009-09-07 21:54:38 -0700 | [diff] [blame] | 444 | L: linux-rdma@vger.kernel.org |
Tom Tucker | f94b533 | 2006-09-22 15:22:48 -0700 | [diff] [blame] | 445 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 446 | F: drivers/infiniband/hw/amso1100/ |
Tom Tucker | f94b533 | 2006-09-22 15:22:48 -0700 | [diff] [blame] | 447 | |
Johannes Berg | 4226906 | 2006-07-25 16:15:50 +0200 | [diff] [blame] | 448 | AOA (Apple Onboard Audio) ALSA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 449 | M: Johannes Berg <johannes@sipsolutions.net> |
Johannes Berg | 4226906 | 2006-07-25 16:15:50 +0200 | [diff] [blame] | 450 | L: linuxppc-dev@ozlabs.org |
Joe Perches | 9371166 | 2009-06-16 15:34:07 -0700 | [diff] [blame] | 451 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
Johannes Berg | 4226906 | 2006-07-25 16:15:50 +0200 | [diff] [blame] | 452 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 453 | F: sound/aoa/ |
Johannes Berg | 4226906 | 2006-07-25 16:15:50 +0200 | [diff] [blame] | 454 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 455 | APM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 456 | M: Stephen Rothwell <sfr@canb.auug.org.au> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 457 | L: linux-laptop@vger.kernel.org |
| 458 | W: http://www.canb.auug.org.au/~sfr/ |
| 459 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 460 | F: arch/x86/kernel/apm_32.c |
| 461 | F: include/linux/apm_bios.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 462 | |
Henrik Rydberg | bd7aa4b | 2008-09-02 14:35:43 -0700 | [diff] [blame] | 463 | APPLE BCM5974 MULTITOUCH DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 464 | M: Henrik Rydberg <rydberg@euromail.se> |
Henrik Rydberg | bd7aa4b | 2008-09-02 14:35:43 -0700 | [diff] [blame] | 465 | L: linux-input@vger.kernel.org |
| 466 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 467 | F: drivers/input/mouse/bcm5974.c |
Henrik Rydberg | bd7aa4b | 2008-09-02 14:35:43 -0700 | [diff] [blame] | 468 | |
Nicolas Boichat | 6f2fad7 | 2007-05-08 00:24:52 -0700 | [diff] [blame] | 469 | APPLE SMC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 470 | M: Nicolas Boichat <nicolas@boichat.ch> |
Nicolas Boichat | 6f2fad7 | 2007-05-08 00:24:52 -0700 | [diff] [blame] | 471 | L: mactel-linux-devel@lists.sourceforge.net |
| 472 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 473 | F: drivers/hwmon/applesmc.c |
Nicolas Boichat | 6f2fad7 | 2007-05-08 00:24:52 -0700 | [diff] [blame] | 474 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 475 | APPLETALK NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 476 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 477 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 478 | F: drivers/net/appletalk/ |
| 479 | F: net/appletalk/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 480 | |
Johannes Berg | eb9ebe6 | 2007-10-27 23:42:45 -0400 | [diff] [blame] | 481 | APPLETOUCH TOUCHPAD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 482 | M: Johannes Berg <johannes@sipsolutions.net> |
Dmitry Torokhov | eb76c5c | 2007-11-02 09:07:33 -0400 | [diff] [blame] | 483 | L: linux-input@vger.kernel.org |
Johannes Berg | eb9ebe6 | 2007-10-27 23:42:45 -0400 | [diff] [blame] | 484 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 485 | F: Documentation/input/appletouch.txt |
| 486 | F: drivers/input/mouse/appletouch.c |
Johannes Berg | eb9ebe6 | 2007-10-27 23:42:45 -0400 | [diff] [blame] | 487 | |
Jaya Kumar | 1154ea7 | 2005-06-21 17:17:04 -0700 | [diff] [blame] | 488 | ARC FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 489 | M: Jaya Kumar <jayalk@intworks.biz> |
Jaya Kumar | 1154ea7 | 2005-06-21 17:17:04 -0700 | [diff] [blame] | 490 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 491 | F: drivers/video/arcfb.c |
| 492 | F: drivers/video/fb_defio.c |
Jaya Kumar | 1154ea7 | 2005-06-21 17:17:04 -0700 | [diff] [blame] | 493 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 494 | ARM MFM AND FLOPPY DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 495 | M: Ian Molton <spyro@f2s.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 496 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 497 | F: arch/arm/lib/floppydma.S |
| 498 | F: arch/arm/include/asm/floppy.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 499 | |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 500 | ARM PORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 501 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 502 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 503 | W: http://www.arm.linux.org.uk/ |
| 504 | S: Maintained |
| 505 | F: arch/arm/ |
| 506 | |
Russell King | 2761f5c | 2007-05-24 06:56:08 +0200 | [diff] [blame] | 507 | ARM PRIMECELL MMCI PL180/1 DRIVER |
Pierre Ossman | 6d79947 | 2008-07-22 14:36:57 +0200 | [diff] [blame] | 508 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 509 | F: drivers/mmc/host/mmci.* |
Russell King | 2761f5c | 2007-05-24 06:56:08 +0200 | [diff] [blame] | 510 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 511 | ARM/ADI ROADRUNNER MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 512 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 513 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 514 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 515 | F: arch/arm/mach-ixp23xx/ |
| 516 | F: arch/arm/mach-ixp23xx/include/mach/ |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 517 | |
| 518 | ARM/ADS SPHERE MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 519 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 520 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 521 | S: Maintained |
| 522 | |
Sergey Lapin | 9c784f9 | 2008-08-03 02:29:48 +0100 | [diff] [blame] | 523 | ARM/AFEB9260 MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 524 | M: Sergey Lapin <slapin@ossfans.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 525 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Sergey Lapin | 9c784f9 | 2008-08-03 02:29:48 +0100 | [diff] [blame] | 526 | S: Maintained |
| 527 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 528 | ARM/AJECO 1ARM MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 529 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 530 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 531 | S: Maintained |
| 532 | |
Andrew Victor | d4a89c7 | 2006-12-04 13:56:21 +0100 | [diff] [blame] | 533 | ARM/ATMEL AT91RM9200 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 534 | M: Andrew Victor <linux@maxim.org.za> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 535 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 536 | W: http://maxim.org.za/at91_26.html |
| 537 | S: Maintained |
Andrew Victor | d4a89c7 | 2006-12-04 13:56:21 +0100 | [diff] [blame] | 538 | |
Leo Chen | 57a473f | 2009-08-12 22:08:48 +0100 | [diff] [blame] | 539 | ARM/BCMRING ARM ARCHITECTURE |
Russell King | ddd559b | 2009-09-12 12:02:26 +0100 | [diff] [blame] | 540 | M: Leo Chen <leochen@broadcom.com> |
| 541 | M: Scott Branden <sbranden@broadcom.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 542 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 543 | S: Maintained |
Leo Chen | 57a473f | 2009-08-12 22:08:48 +0100 | [diff] [blame] | 544 | F: arch/arm/mach-bcmring |
| 545 | |
| 546 | ARM/BCMRING MTD NAND DRIVER |
Russell King | ddd559b | 2009-09-12 12:02:26 +0100 | [diff] [blame] | 547 | M: Leo Chen <leochen@broadcom.com> |
| 548 | M: Scott Branden <sbranden@broadcom.com> |
Leo Chen | 57a473f | 2009-08-12 22:08:48 +0100 | [diff] [blame] | 549 | L: linux-mtd@lists.infradead.org |
| 550 | S: Maintained |
| 551 | F: drivers/mtd/nand/bcm_umi_nand.c |
| 552 | F: drivers/mtd/nand/bcm_umi_bch.c |
| 553 | F: drivers/mtd/nand/bcm_umi_hamming.c |
| 554 | F: drivers/mtd/nand/nand_bcm_umi.h |
| 555 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 556 | ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE |
Russell King | ddd559b | 2009-09-12 12:02:26 +0100 | [diff] [blame] | 557 | M: Hartley Sweeten <hsweeten@visionengravers.com> |
| 558 | M: Ryan Mallon <ryan@bluewatersys.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 559 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 560 | S: Maintained |
Hartley Sweeten | d19d366 | 2009-07-10 23:02:59 +0100 | [diff] [blame] | 561 | F: arch/arm/mach-ep93xx/ |
| 562 | F: arch/arm/mach-ep93xx/include/mach/ |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 563 | |
| 564 | ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 565 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 566 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 567 | S: Maintained |
| 568 | |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 569 | ARM/CLKDEV SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 570 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 571 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 572 | F: arch/arm/common/clkdev.c |
| 573 | F: arch/arm/include/asm/clkdev.h |
| 574 | |
Mike Rapoport | d48134e | 2008-08-20 09:03:26 +0100 | [diff] [blame] | 575 | ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 576 | M: Mike Rapoport <mike@compulab.co.il> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 577 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Russell King | a9da4f7 | 2008-07-12 21:42:04 +0100 | [diff] [blame] | 578 | S: Maintained |
| 579 | |
Hubert Feurstein | 9415009 | 2009-10-07 08:36:07 +0100 | [diff] [blame] | 580 | ARM/CONTEC MICRO9 MACHINE SUPPORT |
| 581 | M: Hubert Feurstein <hubert.feurstein@contec.at> |
| 582 | S: Maintained |
| 583 | F: arch/arm/mach-ep93xx/micro9.c |
| 584 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 585 | ARM/CORGI MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 586 | M: Richard Purdie <rpurdie@rpsys.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 587 | S: Maintained |
| 588 | |
Paulius Zaleckas | 881a95f | 2009-03-26 10:06:27 +0200 | [diff] [blame] | 589 | ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 590 | M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 591 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 592 | T: git git://gitorious.org/linux-gemini/mainline.git |
Paulius Zaleckas | 881a95f | 2009-03-26 10:06:27 +0200 | [diff] [blame] | 593 | S: Maintained |
Paulius Zaleckas | f49afbb | 2009-05-28 16:41:36 +0300 | [diff] [blame] | 594 | F: arch/arm/mach-gemini/ |
Paulius Zaleckas | 881a95f | 2009-03-26 10:06:27 +0200 | [diff] [blame] | 595 | |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 596 | ARM/EBSA110 MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 597 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 598 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 599 | W: http://www.arm.linux.org.uk/ |
| 600 | S: Maintained |
| 601 | F: arch/arm/mach-ebsa110/ |
| 602 | F: drivers/net/arm/am79c961a.* |
| 603 | |
Russell King | a9da4f7 | 2008-07-12 21:42:04 +0100 | [diff] [blame] | 604 | ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 605 | M: Daniel Ribeiro <drwyrm@gmail.com> |
| 606 | M: Stefan Schmidt <stefan@openezx.org> |
| 607 | M: Harald Welte <laforge@openezx.org> |
Russell King | a9da4f7 | 2008-07-12 21:42:04 +0100 | [diff] [blame] | 608 | L: openezx-devel@lists.openezx.org (subscribers-only) |
| 609 | W: http://www.openezx.org/ |
| 610 | S: Maintained |
Stefan Schmidt | cafc226 | 2009-06-14 01:08:36 +0200 | [diff] [blame] | 611 | T: topgit git://git.openezx.org/openezx.git |
| 612 | F: arch/arm/mach-pxa/ezx.c |
Russell King | a9da4f7 | 2008-07-12 21:42:04 +0100 | [diff] [blame] | 613 | |
Paulius Zaleckas | 6a915af | 2009-03-25 13:10:20 +0200 | [diff] [blame] | 614 | ARM/FARADAY FA526 PORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 615 | M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 616 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Paulius Zaleckas | 6a915af | 2009-03-25 13:10:20 +0200 | [diff] [blame] | 617 | S: Maintained |
Paulius Zaleckas | f49afbb | 2009-05-28 16:41:36 +0300 | [diff] [blame] | 618 | F: arch/arm/mm/*-fa* |
Paulius Zaleckas | 6a915af | 2009-03-25 13:10:20 +0200 | [diff] [blame] | 619 | |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 620 | ARM/FOOTBRIDGE ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 621 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 622 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 623 | W: http://www.arm.linux.org.uk/ |
| 624 | S: Maintained |
| 625 | F: arch/arm/include/asm/hardware/dec21285.h |
| 626 | F: arch/arm/mach-footbridge/ |
| 627 | |
Sascha Hauer | 86183a5 | 2008-07-24 23:50:35 +0200 | [diff] [blame] | 628 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 629 | M: Sascha Hauer <kernel@pengutronix.de> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 630 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Sascha Hauer | 86183a5 | 2008-07-24 23:50:35 +0200 | [diff] [blame] | 631 | S: Maintained |
| 632 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 633 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 634 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 635 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 636 | S: Maintained |
| 637 | |
Jaya Kumar | 90b8fc3 | 2008-03-15 05:11:07 +0100 | [diff] [blame] | 638 | ARM/GUMSTIX MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 639 | M: Steve Sakoman <sakoman@gmail.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 640 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Jaya Kumar | 90b8fc3 | 2008-03-15 05:11:07 +0100 | [diff] [blame] | 641 | S: Maintained |
| 642 | |
Philipp Zabel | ef47d5f | 2009-05-28 07:07:47 +0200 | [diff] [blame] | 643 | ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 644 | M: Philipp Zabel <philipp.zabel@gmail.com> |
Philipp Zabel | ef47d5f | 2009-05-28 07:07:47 +0200 | [diff] [blame] | 645 | S: Maintained |
| 646 | F: arch/arm/mach-pxa/hx4700.c |
| 647 | F: arch/arm/mach-pxa/include/mach/hx4700.h |
| 648 | |
Kristoffer Ericson | 21f37bc | 2006-11-21 01:20:31 +0100 | [diff] [blame] | 649 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 650 | M: Kristoffer Ericson <kristoffer.ericson@gmail.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 651 | W: www.jlime.com |
| 652 | S: Maintained |
Kristoffer Ericson | 084bad9 | 2009-07-29 15:04:32 -0700 | [diff] [blame] | 653 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
| 654 | F: arch/arm/mach-sa1100/jornada720.c |
| 655 | F: arch/arm/mach-sa1100/include/mach/jornada720.h |
Kristoffer Ericson | 21f37bc | 2006-11-21 01:20:31 +0100 | [diff] [blame] | 656 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 657 | ARM/INTEL IOP32X ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 658 | M: Lennert Buytenhek <kernel@wantstofly.org> |
| 659 | M: Dan Williams <dan.j.williams@intel.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 660 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Dan Williams | f00f510 | 2009-08-18 15:21:50 -0700 | [diff] [blame] | 661 | S: Maintained |
Dan Williams | e2bdb17 | 2007-01-02 18:32:37 +0100 | [diff] [blame] | 662 | |
| 663 | ARM/INTEL IOP33X ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 664 | M: Dan Williams <dan.j.williams@intel.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 665 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Dan Williams | f00f510 | 2009-08-18 15:21:50 -0700 | [diff] [blame] | 666 | S: Maintained |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 667 | |
| 668 | ARM/INTEL IOP13XX ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 669 | M: Lennert Buytenhek <kernel@wantstofly.org> |
| 670 | M: Dan Williams <dan.j.williams@intel.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 671 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Dan Williams | f00f510 | 2009-08-18 15:21:50 -0700 | [diff] [blame] | 672 | S: Maintained |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 673 | |
| 674 | ARM/INTEL IQ81342EX MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 675 | M: Lennert Buytenhek <kernel@wantstofly.org> |
| 676 | M: Dan Williams <dan.j.williams@intel.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 677 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Dan Williams | f00f510 | 2009-08-18 15:21:50 -0700 | [diff] [blame] | 678 | S: Maintained |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 679 | |
| 680 | ARM/INTEL IXP2000 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 681 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 682 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 683 | S: Maintained |
| 684 | |
| 685 | ARM/INTEL IXDP2850 MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 686 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 687 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 688 | S: Maintained |
| 689 | |
| 690 | ARM/INTEL IXP23XX ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 691 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 692 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 693 | S: Maintained |
| 694 | |
Krzysztof Hałasa | dfdd8cc | 2009-09-21 18:31:24 +0200 | [diff] [blame] | 695 | ARM/INTEL IXP4XX ARM ARCHITECTURE |
| 696 | M: Imre Kaloz <kaloz@openwrt.org> |
| 697 | M: Krzysztof Halasa <khc@pm.waw.pl> |
Russell King | baea7b9 | 2009-09-24 21:22:33 +0100 | [diff] [blame] | 698 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Krzysztof Hałasa | dfdd8cc | 2009-09-21 18:31:24 +0200 | [diff] [blame] | 699 | S: Maintained |
| 700 | F: arch/arm/mach-ixp4xx/ |
| 701 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 702 | ARM/INTEL XSC3 (MANZANO) ARM CORE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 703 | M: Lennert Buytenhek <kernel@wantstofly.org> |
| 704 | M: Dan Williams <dan.j.williams@intel.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 705 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Dan Williams | f00f510 | 2009-08-18 15:21:50 -0700 | [diff] [blame] | 706 | S: Maintained |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 707 | |
| 708 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 709 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 710 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 711 | S: Maintained |
| 712 | |
| 713 | ARM/LOGICPD PXA270 MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 714 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 715 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 716 | S: Maintained |
| 717 | |
Philipp Zabel | 3b886171 | 2008-07-09 21:27:15 +0100 | [diff] [blame] | 718 | ARM/MAGICIAN MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 719 | M: Philipp Zabel <philipp.zabel@gmail.com> |
Philipp Zabel | 3b886171 | 2008-07-09 21:27:15 +0100 | [diff] [blame] | 720 | S: Maintained |
| 721 | |
Nicolas Pitre | 54a246f | 2009-08-11 23:28:51 -0400 | [diff] [blame] | 722 | ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support |
| 723 | M: Lennert Buytenhek <buytenh@marvell.com> |
| 724 | M: Nicolas Pitre <nico@marvell.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 725 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Nicolas Pitre | 54a246f | 2009-08-11 23:28:51 -0400 | [diff] [blame] | 726 | T: git git://git.marvell.com/orion |
| 727 | S: Maintained |
| 728 | F: arch/arm/mach-loki/ |
| 729 | F: arch/arm/mach-kirkwood/ |
| 730 | F: arch/arm/mach-mv78xx0/ |
| 731 | F: arch/arm/mach-orion5x/ |
| 732 | F: arch/arm/plat-orion/ |
| 733 | |
Robert Jarzmik | d78ff0a | 2009-06-16 07:51:05 +0200 | [diff] [blame] | 734 | ARM/MIOA701 MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 735 | M: Robert Jarzmik <robert.jarzmik@free.fr> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 736 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Robert Jarzmik | d78ff0a | 2009-06-16 07:51:05 +0200 | [diff] [blame] | 737 | F: arch/arm/mach-pxa/mioa701.c |
| 738 | S: Maintained |
| 739 | |
Kristoffer Ericson | 9624dfe | 2008-10-09 16:50:46 +0100 | [diff] [blame] | 740 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 741 | M: Michael Petchkovsky <mkpetch@internode.on.net> |
Kristoffer Ericson | 9624dfe | 2008-10-09 16:50:46 +0100 | [diff] [blame] | 742 | S: Maintained |
| 743 | |
Andy Green | 9d76295 | 2009-05-19 06:41:42 -0300 | [diff] [blame] | 744 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 745 | M: Nelson Castillo <arhuaco@freaks-unidos.net> |
Andy Green | 9d76295 | 2009-05-19 06:41:42 -0300 | [diff] [blame] | 746 | L: openmoko-kernel@lists.openmoko.org (subscribers-only) |
| 747 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner |
| 748 | S: Supported |
| 749 | |
Dirk Opfer | 8459c15 | 2005-11-06 14:27:52 +0000 | [diff] [blame] | 750 | ARM/TOSA MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 751 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
| 752 | M: Dirk Opfer <dirk@opfer-online.de> |
Dirk Opfer | 8459c15 | 2005-11-06 14:27:52 +0000 | [diff] [blame] | 753 | S: Maintained |
| 754 | |
Marek Vasut | 5d783a2 | 2009-07-16 13:26:48 +0200 | [diff] [blame] | 755 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT |
Joe Perches | 933d35f | 2009-10-01 15:43:59 -0700 | [diff] [blame] | 756 | M: Marek Vasut <marek.vasut@gmail.com> |
Marek Vasut | 7528078 | 2009-08-22 00:49:53 +0200 | [diff] [blame] | 757 | L: linux-arm-kernel@lists.infradead.org |
Marek Vašut | b5e4ad5 | 2008-07-07 17:25:46 +0100 | [diff] [blame] | 758 | W: http://hackndev.com |
| 759 | S: Maintained |
Joe Perches | 933d35f | 2009-10-01 15:43:59 -0700 | [diff] [blame] | 760 | F: arch/arm/mach-pxa/include/mach/palmtx.h |
| 761 | F: arch/arm/mach-pxa/palmtx.c |
| 762 | F: arch/arm/mach-pxa/include/mach/palmt5.h |
| 763 | F: arch/arm/mach-pxa/palmt5.c |
| 764 | F: arch/arm/mach-pxa/include/mach/palmld.h |
| 765 | F: arch/arm/mach-pxa/palmld.c |
| 766 | F: arch/arm/mach-pxa/include/mach/palmte2.h |
| 767 | F: arch/arm/mach-pxa/palmte2.c |
| 768 | F: arch/arm/mach-pxa/include/mach/palmtc.h |
| 769 | F: arch/arm/mach-pxa/palmtc.c |
Marek Vašut | b5e4ad5 | 2008-07-07 17:25:46 +0100 | [diff] [blame] | 770 | |
Tomas 'Sleep_Walker' Cech | 90af581 | 2009-05-22 16:05:58 +0200 | [diff] [blame] | 771 | ARM/PALM TREO 680 SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 772 | M: Tomas Cech <sleep_walker@suse.cz> |
Marek Vasut | 7528078 | 2009-08-22 00:49:53 +0200 | [diff] [blame] | 773 | L: linux-arm-kernel@lists.infradead.org |
Tomas 'Sleep_Walker' Cech | 90af581 | 2009-05-22 16:05:58 +0200 | [diff] [blame] | 774 | W: http://hackndev.com |
| 775 | S: Maintained |
Joe Perches | 933d35f | 2009-10-01 15:43:59 -0700 | [diff] [blame] | 776 | F: arch/arm/mach-pxa/include/mach/treo680.h |
| 777 | F: arch/arm/mach-pxa/treo680.c |
Tomas 'Sleep_Walker' Cech | 90af581 | 2009-05-22 16:05:58 +0200 | [diff] [blame] | 778 | |
Sergey Lapin | c49e1e6 | 2008-08-29 15:47:52 +0100 | [diff] [blame] | 779 | ARM/PALMZ72 SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 780 | M: Sergey Lapin <slapin@ossfans.org> |
Marek Vasut | 7528078 | 2009-08-22 00:49:53 +0200 | [diff] [blame] | 781 | L: linux-arm-kernel@lists.infradead.org |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 782 | W: http://hackndev.com |
| 783 | S: Maintained |
Joe Perches | 933d35f | 2009-10-01 15:43:59 -0700 | [diff] [blame] | 784 | F: arch/arm/mach-pxa/include/mach/palmz72.h |
| 785 | F: arch/arm/mach-pxa/palmz72.c |
Sergey Lapin | c49e1e6 | 2008-08-29 15:47:52 +0100 | [diff] [blame] | 786 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 787 | ARM/PLEB SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 788 | M: Peter Chubb <pleb@gelato.unsw.edu.au> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 789 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB |
| 790 | S: Maintained |
| 791 | |
| 792 | ARM/PT DIGITAL BOARD PORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 793 | M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 794 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 795 | W: http://www.arm.linux.org.uk/ |
| 796 | S: Maintained |
| 797 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 798 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 799 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 800 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 801 | S: Maintained |
| 802 | |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 803 | ARM/RISCPC ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 804 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 805 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 806 | W: http://www.arm.linux.org.uk/ |
| 807 | S: Maintained |
| 808 | F: arch/arm/common/time-acorn.c |
| 809 | F: arch/arm/include/asm/hardware/entry-macro-iomd.S |
| 810 | F: arch/arm/include/asm/hardware/ioc.h |
| 811 | F: arch/arm/include/asm/hardware/iomd.h |
| 812 | F: arch/arm/include/asm/hardware/memc.h |
| 813 | F: arch/arm/mach-rpc/ |
| 814 | F: drivers/net/arm/ether* |
| 815 | F: drivers/scsi/arm/ |
| 816 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 817 | ARM/SHARK MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 818 | M: Alexander Schulz <alex@shark-linux.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 819 | W: http://www.shark-linux.de/shark.html |
| 820 | S: Maintained |
| 821 | |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 822 | ARM/SAMSUNG ARM ARCHITECTURES |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 823 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 824 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 825 | W: http://www.fluff.org/ben/linux/ |
| 826 | S: Maintained |
| 827 | F: arch/arm/plat-s3c/ |
| 828 | F: arch/arm/plat-s3c24xx/ |
| 829 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 830 | ARM/S3C2410 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 831 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 832 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 833 | W: http://www.fluff.org/ben/linux/ |
| 834 | S: Maintained |
Ben Dooks | 3a45c9e | 2009-06-13 10:43:19 +0100 | [diff] [blame] | 835 | F: arch/arm/mach-s3c2410/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 836 | |
| 837 | ARM/S3C2440 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 838 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 839 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 840 | W: http://www.fluff.org/ben/linux/ |
| 841 | S: Maintained |
Ben Dooks | 3a45c9e | 2009-06-13 10:43:19 +0100 | [diff] [blame] | 842 | F: arch/arm/mach-s3c2440/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 843 | |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 844 | ARM/S3C2442 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 845 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 846 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 847 | W: http://www.fluff.org/ben/linux/ |
| 848 | S: Maintained |
| 849 | F: arch/arm/mach-s3c2442/ |
| 850 | |
| 851 | ARM/S3C2443 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 852 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 853 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 854 | W: http://www.fluff.org/ben/linux/ |
| 855 | S: Maintained |
| 856 | F: arch/arm/mach-s3c2443/ |
| 857 | |
| 858 | ARM/S3C6400 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 859 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 860 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 861 | W: http://www.fluff.org/ben/linux/ |
| 862 | S: Maintained |
| 863 | F: arch/arm/mach-s3c6400/ |
| 864 | |
| 865 | ARM/S3C6410 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 866 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 867 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 868 | W: http://www.fluff.org/ben/linux/ |
| 869 | S: Maintained |
| 870 | F: arch/arm/mach-s3c6410/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 871 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 872 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 873 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 874 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 875 | S: Maintained |
| 876 | |
| 877 | ARM/THECUS N2100 MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 878 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 879 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 880 | S: Maintained |
| 881 | |
wanzongshun | 98ad6e3 | 2009-02-13 06:04:32 +0100 | [diff] [blame] | 882 | ARM/NUVOTON W90X900 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 883 | M: Wan ZongShun <mcuos.com@gmail.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 884 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 885 | W: http://www.mcuos.com |
| 886 | S: Maintained |
wanzongshun | 98ad6e3 | 2009-02-13 06:04:32 +0100 | [diff] [blame] | 887 | |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 888 | ARM/VFP SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 889 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 890 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 891 | W: http://www.arm.linux.org.uk/ |
| 892 | S: Maintained |
| 893 | F: arch/arm/vfp/ |
| 894 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 895 | ASUS ACPI EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 896 | M: Corentin Chary <corentincj@iksaif.net> |
| 897 | M: Karol Kozimor <sziwan@users.sourceforge.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 898 | L: acpi4asus-user@lists.sourceforge.net |
Corentin Chary | 76593d6 | 2009-06-16 19:28:47 +0000 | [diff] [blame] | 899 | W: http://acpi4asus.sf.net |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 900 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 901 | F: arch/x86/kernel/acpi/boot.c |
| 902 | F: drivers/platform/x86/asus_acpi.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 903 | |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 904 | ASUS ASB100 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 905 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 906 | L: lm-sensors@lm-sensors.org |
| 907 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 908 | F: drivers/hwmon/asb100.c |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 909 | |
Corentin Chary | 85091b7 | 2007-01-26 14:04:30 +0100 | [diff] [blame] | 910 | ASUS LAPTOP EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 911 | M: Corentin Chary <corentincj@iksaif.net> |
Corentin Chary | 85091b7 | 2007-01-26 14:04:30 +0100 | [diff] [blame] | 912 | L: acpi4asus-user@lists.sourceforge.net |
Corentin Chary | 76593d6 | 2009-06-16 19:28:47 +0000 | [diff] [blame] | 913 | W: http://acpi4asus.sf.net |
Corentin Chary | 85091b7 | 2007-01-26 14:04:30 +0100 | [diff] [blame] | 914 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 915 | F: drivers/platform/x86/asus-laptop.c |
Corentin Chary | 85091b7 | 2007-01-26 14:04:30 +0100 | [diff] [blame] | 916 | |
Andrew Morton | 953a647 | 2008-11-06 12:53:28 -0800 | [diff] [blame] | 917 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 918 | M: Dan Williams <dan.j.williams@intel.com> |
| 919 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> |
Dan Williams | b3e5f26 | 2007-08-07 10:26:35 -0700 | [diff] [blame] | 920 | W: http://sourceforge.net/projects/xscaleiop |
| 921 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 922 | F: Documentation/crypto/async-tx-api.txt |
| 923 | F: crypto/async_tx/ |
| 924 | F: drivers/dma/ |
| 925 | F: include/linux/dmaengine.h |
| 926 | F: include/linux/async_tx.h |
Dan Williams | b3e5f26 | 2007-08-07 10:26:35 -0700 | [diff] [blame] | 927 | |
Wolfram Sang | a1867d3 | 2009-09-18 22:45:51 +0200 | [diff] [blame] | 928 | AT24 EEPROM DRIVER |
| 929 | M: Wolfram Sang <w.sang@pengutronix.de> |
| 930 | L: linux-i2c@vger.kernel.org |
| 931 | S: Maintained |
| 932 | F: drivers/misc/eeprom/at24.c |
| 933 | F: include/linux/i2c/at24.h |
| 934 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 935 | ATA OVER ETHERNET (AOE) DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 936 | M: "Ed L. Cashin" <ecashin@coraid.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 937 | W: http://www.coraid.com/support/linux |
| 938 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 939 | F: Documentation/aoe/ |
| 940 | F: drivers/block/aoe/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 941 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 942 | ATHEROS ATH5K WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 943 | M: Jiri Slaby <jirislaby@gmail.com> |
| 944 | M: Nick Kossifidis <mickflemm@gmail.com> |
| 945 | M: "Luis R. Rodriguez" <lrodriguez@atheros.com> |
| 946 | M: Bob Copeland <me@bobcopeland.com> |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 947 | L: linux-wireless@vger.kernel.org |
| 948 | L: ath5k-devel@lists.ath5k.org |
Joe Perches | 72c706b | 2009-09-07 11:34:30 -0700 | [diff] [blame] | 949 | W: http://wireless.kernel.org/en/users/Drivers/ath5k |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 950 | S: Maintained |
Joe Perches | fa45175 | 2009-06-18 16:49:22 -0700 | [diff] [blame] | 951 | F: drivers/net/wireless/ath/ath5k/ |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 952 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 953 | ATHEROS ATH9K WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 954 | M: "Luis R. Rodriguez" <lrodriguez@atheros.com> |
| 955 | M: Jouni Malinen <jmalinen@atheros.com> |
| 956 | M: Sujith Manoharan <Sujith.Manoharan@atheros.com> |
| 957 | M: Vasanthakumar Thiagarajan <vasanth@atheros.com> |
| 958 | M: Senthil Balasubramanian <senthilkumar@atheros.com> |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 959 | L: linux-wireless@vger.kernel.org |
| 960 | L: ath9k-devel@lists.ath9k.org |
Joe Perches | 72c706b | 2009-09-07 11:34:30 -0700 | [diff] [blame] | 961 | W: http://wireless.kernel.org/en/users/Drivers/ath9k |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 962 | S: Supported |
Joe Perches | fa45175 | 2009-06-18 16:49:22 -0700 | [diff] [blame] | 963 | F: drivers/net/wireless/ath/ath9k/ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 964 | |
Christian Lamparter | 75ca88c | 2009-03-21 23:11:49 +0100 | [diff] [blame] | 965 | ATHEROS AR9170 WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 966 | M: Christian Lamparter <chunkeey@web.de> |
Christian Lamparter | 75ca88c | 2009-03-21 23:11:49 +0100 | [diff] [blame] | 967 | L: linux-wireless@vger.kernel.org |
| 968 | W: http://wireless.kernel.org/en/users/Drivers/ar9170 |
| 969 | S: Maintained |
Joe Perches | fa45175 | 2009-06-18 16:49:22 -0700 | [diff] [blame] | 970 | F: drivers/net/wireless/ath/ar9170/ |
Christian Lamparter | 75ca88c | 2009-03-21 23:11:49 +0100 | [diff] [blame] | 971 | |
Luca Tettamanti | 2c2a617 | 2009-09-15 17:18:10 +0200 | [diff] [blame] | 972 | ATK0110 HWMON DRIVER |
| 973 | M: Luca Tettamanti <kronos.it@gmail.com> |
| 974 | L: lm-sensors@lm-sensors.org |
| 975 | S: Maintained |
| 976 | F: drivers/hwmon/asus_atk0110.c |
| 977 | |
Ville Syrjala | 6f69a6d | 2008-04-21 22:21:10 +0000 | [diff] [blame] | 978 | ATI_REMOTE2 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 979 | M: Ville Syrjala <syrjala@sci.fi> |
Ville Syrjala | 6f69a6d | 2008-04-21 22:21:10 +0000 | [diff] [blame] | 980 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 981 | F: drivers/input/misc/ati_remote2.c |
Ville Syrjala | 6f69a6d | 2008-04-21 22:21:10 +0000 | [diff] [blame] | 982 | |
Chris Snook | 7ae115b | 2008-09-09 03:26:57 -0400 | [diff] [blame] | 983 | ATLX ETHERNET DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 984 | M: Jay Cliburn <jcliburn@gmail.com> |
Chris Snook | cb2f33e | 2009-08-06 12:19:31 +0000 | [diff] [blame] | 985 | M: Chris Snook <chris.snook@gmail.com> |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 986 | M: Jie Yang <jie.yang@atheros.com> |
Jay Cliburn | 8d5ca6e | 2007-02-03 20:25:10 -0600 | [diff] [blame] | 987 | L: atl1-devel@lists.sourceforge.net |
| 988 | W: http://sourceforge.net/projects/atl1 |
| 989 | W: http://atl1.sourceforge.net |
| 990 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 991 | F: drivers/net/atlx/ |
Jay Cliburn | 8d5ca6e | 2007-02-03 20:25:10 -0600 | [diff] [blame] | 992 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 993 | ATM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 994 | M: Chas Williams <chas@cmf.nrl.navy.mil> |
Roland Dreier | f37bf90 | 2006-09-13 20:39:33 -0700 | [diff] [blame] | 995 | L: linux-atm-general@lists.sourceforge.net (subscribers-only) |
Jiri Slaby | 44ae98b | 2008-11-30 23:27:11 -0800 | [diff] [blame] | 996 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 997 | W: http://linux-atm.sourceforge.net |
| 998 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 999 | F: drivers/atm/ |
| 1000 | F: include/linux/atm* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1001 | |
Pierre Ossman | 272f133 | 2007-05-14 21:25:26 +0200 | [diff] [blame] | 1002 | ATMEL AT91 MCI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1003 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 1004 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Pierre Ossman | 81764fa | 2007-07-15 18:47:38 +0200 | [diff] [blame] | 1005 | W: http://www.atmel.com/products/AT91/ |
| 1006 | W: http://www.at91.com/ |
| 1007 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1008 | F: drivers/mmc/host/at91_mci.c |
Pierre Ossman | 272f133 | 2007-05-14 21:25:26 +0200 | [diff] [blame] | 1009 | |
Nicolas Ferre | 04ac2f4 | 2009-06-16 13:05:50 +0200 | [diff] [blame] | 1010 | ATMEL AT91 / AT32 MCI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1011 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
Nicolas Ferre | 04ac2f4 | 2009-06-16 13:05:50 +0200 | [diff] [blame] | 1012 | S: Maintained |
| 1013 | F: drivers/mmc/host/atmel-mci.c |
| 1014 | F: drivers/mmc/host/atmel-mci-regs.h |
| 1015 | |
Haavard Skinnemoen | a1cfac4 | 2008-02-08 04:21:00 -0800 | [diff] [blame] | 1016 | ATMEL AT91 / AT32 SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1017 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | a1cfac4 | 2008-02-08 04:21:00 -0800 | [diff] [blame] | 1018 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1019 | F: drivers/serial/atmel_serial.c |
Haavard Skinnemoen | a1cfac4 | 2008-02-08 04:21:00 -0800 | [diff] [blame] | 1020 | |
Nicolas Ferre | 8f4c79c | 2008-01-14 00:55:13 -0800 | [diff] [blame] | 1021 | ATMEL LCDFB DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1022 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 1023 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Nicolas Ferre | 8f4c79c | 2008-01-14 00:55:13 -0800 | [diff] [blame] | 1024 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1025 | F: drivers/video/atmel_lcdfb.c |
| 1026 | F: include/video/atmel_lcdc.h |
Nicolas Ferre | 8f4c79c | 2008-01-14 00:55:13 -0800 | [diff] [blame] | 1027 | |
Haavard Skinnemoen | 89e5785 | 2006-11-09 14:51:17 +0100 | [diff] [blame] | 1028 | ATMEL MACB ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1029 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | 89e5785 | 2006-11-09 14:51:17 +0100 | [diff] [blame] | 1030 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1031 | F: drivers/net/macb.* |
Haavard Skinnemoen | 89e5785 | 2006-11-09 14:51:17 +0100 | [diff] [blame] | 1032 | |
Haavard Skinnemoen | 754ce4f | 2007-02-14 00:33:09 -0800 | [diff] [blame] | 1033 | ATMEL SPI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1034 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | 754ce4f | 2007-02-14 00:33:09 -0800 | [diff] [blame] | 1035 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1036 | F: drivers/spi/atmel_spi.* |
Haavard Skinnemoen | 754ce4f | 2007-02-14 00:33:09 -0800 | [diff] [blame] | 1037 | |
Haavard Skinnemoen | 914a3f3 | 2007-10-10 02:29:43 -0700 | [diff] [blame] | 1038 | ATMEL USBA UDC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1039 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | 914a3f3 | 2007-10-10 02:29:43 -0700 | [diff] [blame] | 1040 | L: kernel@avr32linux.org |
| 1041 | W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver |
| 1042 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1043 | F: drivers/usb/gadget/atmel_usba_udc.* |
Haavard Skinnemoen | 914a3f3 | 2007-10-10 02:29:43 -0700 | [diff] [blame] | 1044 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1045 | ATMEL WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1046 | M: Simon Kelley <simon@thekelleys.org.uk> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 1047 | L: linux-wireless@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1048 | W: http://www.thekelleys.org.uk/atmel |
| 1049 | W: http://atmelwlandriver.sourceforge.net/ |
| 1050 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1051 | F: drivers/net/wireless/atmel* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1052 | |
Chris Wright | a92b7b8 | 2005-07-07 18:12:23 -0700 | [diff] [blame] | 1053 | AUDIT SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1054 | M: Al Viro <viro@zeniv.linux.org.uk> |
| 1055 | M: Eric Paris <eparis@redhat.com> |
Gabriel C | b9a0620 | 2007-08-10 13:00:56 -0700 | [diff] [blame] | 1056 | L: linux-audit@redhat.com (subscribers-only) |
David Woodhouse | ad3f9a2 | 2005-07-13 15:28:29 +0100 | [diff] [blame] | 1057 | W: http://people.redhat.com/sgrubb/audit/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1058 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git |
Chris Wright | a92b7b8 | 2005-07-07 18:12:23 -0700 | [diff] [blame] | 1059 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1060 | F: include/linux/audit.h |
| 1061 | F: kernel/audit* |
Chris Wright | a92b7b8 | 2005-07-07 18:12:23 -0700 | [diff] [blame] | 1062 | |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1063 | AUXILIARY DISPLAY DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1064 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
Miguel Ojeda | 450c622 | 2008-07-04 09:59:33 -0700 | [diff] [blame] | 1065 | W: http://miguelojeda.es/auxdisplay.htm |
| 1066 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1067 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1068 | F: drivers/auxdisplay/ |
| 1069 | F: include/linux/cfag12864b.h |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1070 | |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 1071 | AVR32 ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1072 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 1073 | W: http://www.atmel.com/products/AVR32/ |
| 1074 | W: http://avr32linux.org/ |
| 1075 | W: http://avrfreaks.net/ |
| 1076 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1077 | F: arch/avr32/ |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 1078 | |
| 1079 | AVR32/AT32AP MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1080 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 1081 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1082 | F: arch/avr32/mach-at32ap/ |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 1083 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1084 | AX.25 NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1085 | M: Ralf Baechle <ralf@linux-mips.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1086 | L: linux-hams@vger.kernel.org |
Ralf Baechle | d34cb28 | 2006-04-19 04:14:30 +0200 | [diff] [blame] | 1087 | W: http://www.linux-ax25.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1088 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1089 | F: include/linux/ax25.h |
| 1090 | F: include/net/ax25.h |
| 1091 | F: net/ax25/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1092 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1093 | B43 WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1094 | M: Michael Buesch <mb@bu3sch.de> |
| 1095 | M: Stefano Brivio <stefano.brivio@polimi.it> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1096 | L: linux-wireless@vger.kernel.org |
| 1097 | W: http://linuxwireless.org/en/users/Drivers/b43 |
| 1098 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1099 | F: drivers/net/wireless/b43/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1100 | |
| 1101 | B43LEGACY WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1102 | M: Larry Finger <Larry.Finger@lwfinger.net> |
| 1103 | M: Stefano Brivio <stefano.brivio@polimi.it> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1104 | L: linux-wireless@vger.kernel.org |
| 1105 | W: http://linuxwireless.org/en/users/Drivers/b43 |
| 1106 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1107 | F: drivers/net/wireless/b43legacy/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1108 | |
Richard Purdie | 300abeb | 2007-02-07 22:21:07 +0000 | [diff] [blame] | 1109 | BACKLIGHT CLASS/SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1110 | M: Richard Purdie <rpurdie@rpsys.net> |
Richard Purdie | 300abeb | 2007-02-07 22:21:07 +0000 | [diff] [blame] | 1111 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1112 | F: drivers/video/backlight/ |
| 1113 | F: include/linux/backlight.h |
Richard Purdie | 300abeb | 2007-02-07 22:21:07 +0000 | [diff] [blame] | 1114 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1115 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1116 | M: Thomas Sailer <t.sailer@alumni.ethz.ch> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1117 | L: linux-hams@vger.kernel.org |
| 1118 | W: http://www.baycom.org/~tom/ham/ham.html |
| 1119 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1120 | F: drivers/net/hamradio/baycom* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1121 | |
| 1122 | BEFS FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1123 | M: "Sergey S. Kostyliov" <rathamahata@php4.ru> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1124 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1125 | F: Documentation/filesystems/befs.txt |
| 1126 | F: fs/befs/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1127 | |
| 1128 | BFS FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1129 | M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1130 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1131 | F: Documentation/filesystems/bfs.txt |
| 1132 | F: fs/bfs/ |
| 1133 | F: include/linux/bfs_fs.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1134 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1135 | BLACKFIN ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1136 | M: Mike Frysinger <vapier@gentoo.org> |
Mike Frysinger | 5b93e13 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 1137 | L: uclinux-dist-devel@blackfin.uclinux.org |
Bryan Wu | e3b2d3f | 2007-06-11 15:31:30 +0800 | [diff] [blame] | 1138 | W: http://blackfin.uclinux.org |
| 1139 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1140 | F: arch/blackfin/ |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1141 | |
Bryan Wu | e190d6b | 2007-07-17 14:43:44 +0800 | [diff] [blame] | 1142 | BLACKFIN EMAC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1143 | M: Michael Hennerich <michael.hennerich@analog.com> |
Mike Frysinger | 49afa60 | 2009-05-18 04:33:07 -0400 | [diff] [blame] | 1144 | L: uclinux-dist-devel@blackfin.uclinux.org |
Bryan Wu | e190d6b | 2007-07-17 14:43:44 +0800 | [diff] [blame] | 1145 | W: http://blackfin.uclinux.org |
| 1146 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1147 | F: drivers/net/bfin_mac.* |
Bryan Wu | e190d6b | 2007-07-17 14:43:44 +0800 | [diff] [blame] | 1148 | |
Mike Frysinger | 566da5b | 2007-06-11 15:31:30 +0800 | [diff] [blame] | 1149 | BLACKFIN RTC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1150 | M: Mike Frysinger <vapier.adi@gmail.com> |
Mike Frysinger | 49afa60 | 2009-05-18 04:33:07 -0400 | [diff] [blame] | 1151 | L: uclinux-dist-devel@blackfin.uclinux.org |
Mike Frysinger | 566da5b | 2007-06-11 15:31:30 +0800 | [diff] [blame] | 1152 | W: http://blackfin.uclinux.org |
| 1153 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1154 | F: drivers/rtc/rtc-bfin.c |
Mike Frysinger | 566da5b | 2007-06-11 15:31:30 +0800 | [diff] [blame] | 1155 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1156 | BLACKFIN SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1157 | M: Sonic Zhang <sonic.zhang@analog.com> |
Mike Frysinger | 49afa60 | 2009-05-18 04:33:07 -0400 | [diff] [blame] | 1158 | L: uclinux-dist-devel@blackfin.uclinux.org |
Bryan Wu | e3b2d3f | 2007-06-11 15:31:30 +0800 | [diff] [blame] | 1159 | W: http://blackfin.uclinux.org |
| 1160 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1161 | F: drivers/serial/bfin_5xx.c |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1162 | |
Bryan Wu | 1e6d320 | 2007-07-15 02:50:02 +0800 | [diff] [blame] | 1163 | BLACKFIN WATCHDOG DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1164 | M: Mike Frysinger <vapier.adi@gmail.com> |
Mike Frysinger | 49afa60 | 2009-05-18 04:33:07 -0400 | [diff] [blame] | 1165 | L: uclinux-dist-devel@blackfin.uclinux.org |
Bryan Wu | 1e6d320 | 2007-07-15 02:50:02 +0800 | [diff] [blame] | 1166 | W: http://blackfin.uclinux.org |
| 1167 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1168 | F: drivers/watchdog/bfin_wdt.c |
Bryan Wu | 1e6d320 | 2007-07-15 02:50:02 +0800 | [diff] [blame] | 1169 | |
Bryan Wu | d24ecfc | 2007-05-01 23:26:32 +0200 | [diff] [blame] | 1170 | BLACKFIN I2C TWI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1171 | M: Sonic Zhang <sonic.zhang@analog.com> |
Mike Frysinger | 49afa60 | 2009-05-18 04:33:07 -0400 | [diff] [blame] | 1172 | L: uclinux-dist-devel@blackfin.uclinux.org |
Bryan Wu | d24ecfc | 2007-05-01 23:26:32 +0200 | [diff] [blame] | 1173 | W: http://blackfin.uclinux.org/ |
| 1174 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1175 | F: drivers/i2c/busses/i2c-bfin-twi.c |
Bryan Wu | d24ecfc | 2007-05-01 23:26:32 +0200 | [diff] [blame] | 1176 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1177 | BLOCK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1178 | M: Jens Axboe <axboe@kernel.dk> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1179 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1180 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1181 | F: block/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1182 | |
Joern Engel | 2b54aae | 2008-02-06 01:38:02 -0800 | [diff] [blame] | 1183 | BLOCK2MTD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1184 | M: Joern Engel <joern@lazybastard.org> |
Joern Engel | 2b54aae | 2008-02-06 01:38:02 -0800 | [diff] [blame] | 1185 | L: linux-mtd@lists.infradead.org |
| 1186 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1187 | F: drivers/mtd/devices/block2mtd.c |
Joern Engel | 2b54aae | 2008-02-06 01:38:02 -0800 | [diff] [blame] | 1188 | |
Marcel Holtmann | 63fbd24 | 2008-08-18 13:23:53 +0200 | [diff] [blame] | 1189 | BLUETOOTH DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1190 | M: Marcel Holtmann <marcel@holtmann.org> |
Marcel Holtmann | 63fbd24 | 2008-08-18 13:23:53 +0200 | [diff] [blame] | 1191 | L: linux-bluetooth@vger.kernel.org |
| 1192 | W: http://www.bluez.org/ |
| 1193 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1194 | F: drivers/bluetooth/ |
Marcel Holtmann | 63fbd24 | 2008-08-18 13:23:53 +0200 | [diff] [blame] | 1195 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1196 | BLUETOOTH SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1197 | M: Marcel Holtmann <marcel@holtmann.org> |
Pavel Machek | 781c284 | 2008-03-20 15:41:02 -0700 | [diff] [blame] | 1198 | L: linux-bluetooth@vger.kernel.org |
Marcel Holtmann | 63fbd24 | 2008-08-18 13:23:53 +0200 | [diff] [blame] | 1199 | W: http://www.bluez.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1200 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1201 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1202 | F: net/bluetooth/ |
| 1203 | F: include/net/bluetooth/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1204 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1205 | BONDING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1206 | M: Jay Vosburgh <fubar@us.ibm.com> |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 1207 | L: bonding-devel@lists.sourceforge.net |
| 1208 | W: http://sourceforge.net/projects/bonding/ |
| 1209 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1210 | F: drivers/net/bonding/ |
| 1211 | F: include/linux/if_bonding.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1212 | |
Gary Zambrano | 3910589 | 2006-06-22 17:26:20 -0700 | [diff] [blame] | 1213 | BROADCOM B44 10/100 ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1214 | M: Gary Zambrano <zambrano@broadcom.com> |
Gary Zambrano | 3910589 | 2006-06-22 17:26:20 -0700 | [diff] [blame] | 1215 | L: netdev@vger.kernel.org |
| 1216 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1217 | F: drivers/net/b44.* |
Gary Zambrano | 3910589 | 2006-06-22 17:26:20 -0700 | [diff] [blame] | 1218 | |
Michael Chan | 948c51e | 2006-06-04 02:51:39 -0700 | [diff] [blame] | 1219 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1220 | M: Michael Chan <mchan@broadcom.com> |
Michael Chan | 948c51e | 2006-06-04 02:51:39 -0700 | [diff] [blame] | 1221 | L: netdev@vger.kernel.org |
| 1222 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1223 | F: drivers/net/bnx2.* |
| 1224 | F: drivers/net/bnx2_* |
Michael Chan | 948c51e | 2006-06-04 02:51:39 -0700 | [diff] [blame] | 1225 | |
Eliezer Tamir | 4d9d2cb | 2008-02-28 11:59:10 -0800 | [diff] [blame] | 1226 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1227 | M: Eilon Greenstein <eilong@broadcom.com> |
Eliezer Tamir | 4d9d2cb | 2008-02-28 11:59:10 -0800 | [diff] [blame] | 1228 | L: netdev@vger.kernel.org |
| 1229 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1230 | F: drivers/net/bnx2x* |
Eliezer Tamir | 4d9d2cb | 2008-02-28 11:59:10 -0800 | [diff] [blame] | 1231 | |
Michael Chan | 948c51e | 2006-06-04 02:51:39 -0700 | [diff] [blame] | 1232 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1233 | M: Matt Carlson <mcarlson@broadcom.com> |
| 1234 | M: Michael Chan <mchan@broadcom.com> |
Michael Chan | 948c51e | 2006-06-04 02:51:39 -0700 | [diff] [blame] | 1235 | L: netdev@vger.kernel.org |
| 1236 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1237 | F: drivers/net/tg3.* |
Michael Chan | 948c51e | 2006-06-04 02:51:39 -0700 | [diff] [blame] | 1238 | |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 1239 | BROCADE BFA FC SCSI DRIVER |
| 1240 | P: Jing Huang |
| 1241 | M: huangj@brocade.com |
| 1242 | L: linux-scsi@vger.kernel.org |
| 1243 | S: Supported |
| 1244 | F: drivers/scsi/bfa/ |
| 1245 | |
Jens Axboe | 5cdf7f7 | 2007-07-17 08:58:06 +0200 | [diff] [blame] | 1246 | BSG (block layer generic sg v4 driver) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1247 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |
Jens Axboe | 5cdf7f7 | 2007-07-17 08:58:06 +0200 | [diff] [blame] | 1248 | L: linux-scsi@vger.kernel.org |
| 1249 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1250 | F: block/bsg.c |
| 1251 | F: include/linux/bsg.h |
Jens Axboe | 5cdf7f7 | 2007-07-17 08:58:06 +0200 | [diff] [blame] | 1252 | |
Michael Buesch | ff1d5c2 | 2008-07-25 01:46:10 -0700 | [diff] [blame] | 1253 | BT8XXGPIO DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1254 | M: Michael Buesch <mb@bu3sch.de> |
Michael Buesch | ff1d5c2 | 2008-07-25 01:46:10 -0700 | [diff] [blame] | 1255 | W: http://bu3sch.de/btgpio.php |
| 1256 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1257 | F: drivers/gpio/bt8xxgpio.c |
Michael Buesch | ff1d5c2 | 2008-07-25 01:46:10 -0700 | [diff] [blame] | 1258 | |
Joe Perches | eb1eb04 | 2009-01-21 10:49:16 -0500 | [diff] [blame] | 1259 | BTRFS FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1260 | M: Chris Mason <chris.mason@oracle.com> |
Joe Perches | eb1eb04 | 2009-01-21 10:49:16 -0500 | [diff] [blame] | 1261 | L: linux-btrfs@vger.kernel.org |
| 1262 | W: http://btrfs.wiki.kernel.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1263 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git |
Joe Perches | eb1eb04 | 2009-01-21 10:49:16 -0500 | [diff] [blame] | 1264 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1265 | F: Documentation/filesystems/btrfs.txt |
| 1266 | F: fs/btrfs/ |
Joe Perches | eb1eb04 | 2009-01-21 10:49:16 -0500 | [diff] [blame] | 1267 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1268 | BTTV VIDEO4LINUX DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1269 | M: Mauro Carvalho Chehab <mchehab@infradead.org> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 1270 | L: linux-media@vger.kernel.org |
Mauro Carvalho Chehab | 96b6aba | 2005-06-28 20:45:20 -0700 | [diff] [blame] | 1271 | W: http://linuxtv.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1272 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Mauro Carvalho Chehab | 96b6aba | 2005-06-28 20:45:20 -0700 | [diff] [blame] | 1273 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1274 | F: Documentation/video4linux/bttv/ |
| 1275 | F: drivers/media/video/bt8xx/bttv* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1276 | |
David Howells | a5432f5 | 2009-04-20 15:46:45 +0100 | [diff] [blame] | 1277 | CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1278 | M: David Howells <dhowells@redhat.com> |
David Howells | a5432f5 | 2009-04-20 15:46:45 +0100 | [diff] [blame] | 1279 | L: linux-cachefs@redhat.com |
| 1280 | S: Supported |
| 1281 | F: Documentation/filesystems/caching/cachefiles.txt |
| 1282 | F: fs/cachefiles/ |
| 1283 | |
Jonathan Corbet | 77d5140 | 2007-03-22 19:44:17 -0300 | [diff] [blame] | 1284 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1285 | M: Jonathan Corbet <corbet@lwn.net> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 1286 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1287 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Jonathan Corbet | 77d5140 | 2007-03-22 19:44:17 -0300 | [diff] [blame] | 1288 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1289 | F: Documentation/video4linux/cafe_ccic |
| 1290 | F: drivers/media/video/cafe_ccic* |
Jonathan Corbet | 77d5140 | 2007-03-22 19:44:17 -0300 | [diff] [blame] | 1291 | |
Muli Ben-Yehuda | 77dac90 | 2006-07-10 17:06:12 +0200 | [diff] [blame] | 1292 | CALGARY x86-64 IOMMU |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1293 | M: Muli Ben-Yehuda <muli@il.ibm.com> |
| 1294 | M: "Jon D. Mason" <jdmason@kudzu.us> |
Muli Ben-Yehuda | 77dac90 | 2006-07-10 17:06:12 +0200 | [diff] [blame] | 1295 | L: discuss@x86-64.org |
| 1296 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1297 | F: arch/x86/kernel/pci-calgary_64.c |
| 1298 | F: arch/x86/kernel/tce_64.c |
| 1299 | F: arch/x86/include/asm/calgary.h |
| 1300 | F: arch/x86/include/asm/tce.h |
Muli Ben-Yehuda | 77dac90 | 2006-07-10 17:06:12 +0200 | [diff] [blame] | 1301 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1302 | CAN NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1303 | M: Urs Thuermann <urs.thuermann@volkswagen.de> |
| 1304 | M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1305 | L: socketcan-core@lists.berlios.de (subscribers-only) |
| 1306 | W: http://developer.berlios.de/projects/socketcan/ |
| 1307 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1308 | F: drivers/net/can/ |
| 1309 | F: include/linux/can/ |
| 1310 | F: include/linux/can.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1311 | |
Wolfgang Grandegger | 4261a20 | 2009-05-15 23:39:28 +0000 | [diff] [blame] | 1312 | CAN NETWORK DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1313 | M: Wolfgang Grandegger <wg@grandegger.com> |
Wolfgang Grandegger | 4261a20 | 2009-05-15 23:39:28 +0000 | [diff] [blame] | 1314 | L: socketcan-core@lists.berlios.de (subscribers-only) |
| 1315 | W: http://developer.berlios.de/projects/socketcan/ |
| 1316 | S: Maintained |
| 1317 | |
Arnd Bergmann | b815454 | 2008-05-16 11:10:59 +0200 | [diff] [blame] | 1318 | CELL BROADBAND ENGINE ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1319 | M: Arnd Bergmann <arnd@arndb.de> |
Arnd Bergmann | b815454 | 2008-05-16 11:10:59 +0200 | [diff] [blame] | 1320 | L: linuxppc-dev@ozlabs.org |
| 1321 | L: cbe-oss-dev@ozlabs.org |
| 1322 | W: http://www.ibm.com/developerworks/power/cell/ |
| 1323 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1324 | F: arch/powerpc/include/asm/cell*.h |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1325 | F: arch/powerpc/include/asm/spu*.h |
| 1326 | F: arch/powerpc/oprofile/*cell* |
| 1327 | F: arch/powerpc/platforms/cell/ |
Arnd Bergmann | b815454 | 2008-05-16 11:10:59 +0200 | [diff] [blame] | 1328 | |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 1329 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1330 | M: David Vrabel <david.vrabel@csr.com> |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 1331 | L: linux-usb@vger.kernel.org |
| 1332 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1333 | F: Documentation/usb/WUSB-Design-overview.txt |
| 1334 | F: Documentation/usb/wusb-cbaf |
| 1335 | F: drivers/usb/wusbcore/ |
| 1336 | F: include/linux/usb/wusb* |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 1337 | |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1338 | CFAG12864B LCD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1339 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
Miguel Ojeda | 450c622 | 2008-07-04 09:59:33 -0700 | [diff] [blame] | 1340 | W: http://miguelojeda.es/auxdisplay.htm |
| 1341 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1342 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1343 | F: drivers/auxdisplay/cfag12864b.c |
| 1344 | F: include/linux/cfag12864b.h |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1345 | |
| 1346 | CFAG12864BFB LCD FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1347 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
Miguel Ojeda | 450c622 | 2008-07-04 09:59:33 -0700 | [diff] [blame] | 1348 | W: http://miguelojeda.es/auxdisplay.htm |
| 1349 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1350 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1351 | F: drivers/auxdisplay/cfag12864bfb.c |
| 1352 | F: include/linux/cfag12864b.h |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1353 | |
Johannes Berg | 704232c | 2007-04-23 12:20:05 -0700 | [diff] [blame] | 1354 | CFG80211 and NL80211 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1355 | M: Johannes Berg <johannes@sipsolutions.net> |
Johannes Berg | 704232c | 2007-04-23 12:20:05 -0700 | [diff] [blame] | 1356 | L: linux-wireless@vger.kernel.org |
| 1357 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1358 | F: include/linux/nl80211.h |
| 1359 | F: include/net/cfg80211.h |
| 1360 | F: net/wireless/* |
| 1361 | X: net/wireless/wext* |
Johannes Berg | 704232c | 2007-04-23 12:20:05 -0700 | [diff] [blame] | 1362 | |
Andy Whitcroft | 0a920b5 | 2007-06-01 00:46:48 -0700 | [diff] [blame] | 1363 | CHECKPATCH |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1364 | M: Andy Whitcroft <apw@canonical.com> |
Andy Whitcroft | 0a920b5 | 2007-06-01 00:46:48 -0700 | [diff] [blame] | 1365 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1366 | F: scripts/checkpatch.pl |
Andy Whitcroft | 0a920b5 | 2007-06-01 00:46:48 -0700 | [diff] [blame] | 1367 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1368 | CISCO 10G ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1369 | M: Scott Feldman <scofeldm@cisco.com> |
| 1370 | M: Joe Eykholt <jeykholt@cisco.com> |
Joel Becker | 7063fbf | 2005-12-15 14:29:43 -0800 | [diff] [blame] | 1371 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1372 | F: drivers/net/enic/ |
Joel Becker | 7063fbf | 2005-12-15 14:29:43 -0800 | [diff] [blame] | 1373 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 1374 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1375 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 1376 | L: netdev@vger.kernel.org |
| 1377 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1378 | F: drivers/net/arm/ep93xx_eth.c |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 1379 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 1380 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1381 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Greg Kroah-Hartman | 6372594 | 2007-11-21 15:16:59 -0700 | [diff] [blame] | 1382 | L: linux-usb@vger.kernel.org |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 1383 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1384 | F: drivers/usb/host/ohci-ep93xx.c |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 1385 | |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 1386 | CIRRUS LOGIC CS4270 SOUND DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1387 | M: Timur Tabi <timur@freescale.com> |
Joe Perches | 9371166 | 2009-06-16 15:34:07 -0700 | [diff] [blame] | 1388 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 1389 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1390 | F: sound/soc/codecs/cs4270* |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 1391 | |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 1392 | CLK API |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1393 | M: Russell King <linux@arm.linux.org.uk> |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 1394 | F: include/linux/clk.h |
| 1395 | |
Abhijeet Joglekar | 5df6d73 | 2009-04-17 18:33:26 -0700 | [diff] [blame] | 1396 | CISCO FCOE HBA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1397 | M: Abhijeet Joglekar <abjoglek@cisco.com> |
| 1398 | M: Joe Eykholt <jeykholt@cisco.com> |
Abhijeet Joglekar | 5df6d73 | 2009-04-17 18:33:26 -0700 | [diff] [blame] | 1399 | L: linux-scsi@vger.kernel.org |
| 1400 | S: Supported |
Joe Perches | 2a99921 | 2009-06-16 15:34:09 -0700 | [diff] [blame] | 1401 | F: drivers/scsi/fnic/ |
Abhijeet Joglekar | 5df6d73 | 2009-04-17 18:33:26 -0700 | [diff] [blame] | 1402 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1403 | CODA FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1404 | M: Jan Harkes <jaharkes@cs.cmu.edu> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1405 | M: coda@cs.cmu.edu |
| 1406 | L: codalist@coda.cs.cmu.edu |
| 1407 | W: http://www.coda.cs.cmu.edu/ |
| 1408 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1409 | F: Documentation/filesystems/coda.txt |
| 1410 | F: fs/coda/ |
| 1411 | F: include/linux/coda*.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1412 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1413 | COMMON INTERNET FILE SYSTEM (CIFS) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1414 | M: Steve French <sfrench@samba.org> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1415 | L: linux-cifs-client@lists.samba.org |
| 1416 | L: samba-technical@lists.samba.org |
| 1417 | W: http://linux-cifs.samba.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1418 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1419 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1420 | F: Documentation/filesystems/cifs.txt |
| 1421 | F: fs/cifs/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1422 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1423 | COMPACTPCI HOTPLUG CORE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1424 | M: Scott Murray <scott@spiteful.org> |
Jesse Barnes | 64dab20 | 2008-06-10 14:20:03 -0700 | [diff] [blame] | 1425 | L: linux-pci@vger.kernel.org |
Joe Perches | 82c4dfc | 2009-07-29 15:04:27 -0700 | [diff] [blame] | 1426 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1427 | F: drivers/pci/hotplug/cpci_hotplug* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1428 | |
| 1429 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1430 | M: Scott Murray <scott@spiteful.org> |
Jesse Barnes | 64dab20 | 2008-06-10 14:20:03 -0700 | [diff] [blame] | 1431 | L: linux-pci@vger.kernel.org |
Joe Perches | 82c4dfc | 2009-07-29 15:04:27 -0700 | [diff] [blame] | 1432 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1433 | F: drivers/pci/hotplug/cpcihp_zt5550.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1434 | |
| 1435 | COMPACTPCI HOTPLUG GENERIC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1436 | M: Scott Murray <scott@spiteful.org> |
Jesse Barnes | 64dab20 | 2008-06-10 14:20:03 -0700 | [diff] [blame] | 1437 | L: linux-pci@vger.kernel.org |
Joe Perches | 82c4dfc | 2009-07-29 15:04:27 -0700 | [diff] [blame] | 1438 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1439 | F: drivers/pci/hotplug/cpcihp_generic.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1440 | |
Cezary Jackiewicz | 5411552 | 2008-06-09 16:22:22 -0700 | [diff] [blame] | 1441 | COMPAL LAPTOP SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1442 | M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> |
Cezary Jackiewicz | 5411552 | 2008-06-09 16:22:22 -0700 | [diff] [blame] | 1443 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1444 | F: drivers/platform/x86/compal-laptop.c |
Cezary Jackiewicz | 5411552 | 2008-06-09 16:22:22 -0700 | [diff] [blame] | 1445 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1446 | COMPUTONE INTELLIPORT MULTIPORT CARD |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1447 | M: "Michael H. Warfield" <mhw@wittsend.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1448 | W: http://www.wittsend.com/computone.html |
Adrian Bunk | 07d46de | 2005-06-25 14:59:13 -0700 | [diff] [blame] | 1449 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1450 | F: Documentation/serial/computone.txt |
| 1451 | F: drivers/char/ip2/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1452 | |
Simon Arlott | 949be0f | 2007-03-06 02:47:46 -0800 | [diff] [blame] | 1453 | CONEXANT ACCESSRUNNER USB DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1454 | M: Simon Arlott <cxacru@fire.lp0.eu> |
Simon Arlott | 9ae5e3b | 2007-05-09 08:38:10 +0200 | [diff] [blame] | 1455 | L: accessrunner-general@lists.sourceforge.net |
| 1456 | W: http://accessrunner.sourceforge.net/ |
Simon Arlott | 949be0f | 2007-03-06 02:47:46 -0800 | [diff] [blame] | 1457 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1458 | F: drivers/usb/atm/cxacru.c |
Simon Arlott | 949be0f | 2007-03-06 02:47:46 -0800 | [diff] [blame] | 1459 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1460 | CONFIGFS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1461 | M: Joel Becker <joel.becker@oracle.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1462 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1463 | F: fs/configfs/ |
| 1464 | F: include/linux/configfs.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1465 | |
Evgeniy Polyakov | acb9c1b | 2009-07-21 12:43:51 -0700 | [diff] [blame] | 1466 | CONNECTOR |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1467 | M: Evgeniy Polyakov <zbr@ioremap.net> |
Evgeniy Polyakov | acb9c1b | 2009-07-21 12:43:51 -0700 | [diff] [blame] | 1468 | L: netdev@vger.kernel.org |
| 1469 | S: Maintained |
| 1470 | F: drivers/connector/ |
| 1471 | |
Paul Menage | fb3a0fb | 2008-03-04 14:28:28 -0800 | [diff] [blame] | 1472 | CONTROL GROUPS (CGROUPS) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1473 | M: Paul Menage <menage@google.com> |
| 1474 | M: Li Zefan <lizf@cn.fujitsu.com> |
Paul Menage | fb3a0fb | 2008-03-04 14:28:28 -0800 | [diff] [blame] | 1475 | L: containers@lists.linux-foundation.org |
| 1476 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1477 | F: include/linux/cgroup* |
| 1478 | F: kernel/cgroup* |
Randy Dunlap | 8ca739e | 2009-06-17 16:26:32 -0700 | [diff] [blame] | 1479 | F: mm/*cgroup* |
Paul Menage | fb3a0fb | 2008-03-04 14:28:28 -0800 | [diff] [blame] | 1480 | |
Rudolf Marek | bebe467 | 2007-05-08 17:22:02 +0200 | [diff] [blame] | 1481 | CORETEMP HARDWARE MONITORING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1482 | M: Rudolf Marek <r.marek@assembler.cz> |
Rudolf Marek | bebe467 | 2007-05-08 17:22:02 +0200 | [diff] [blame] | 1483 | L: lm-sensors@lm-sensors.org |
| 1484 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1485 | F: Documentation/hwmon/coretemp |
| 1486 | F: drivers/hwmon/coretemp.c |
Rudolf Marek | bebe467 | 2007-05-08 17:22:02 +0200 | [diff] [blame] | 1487 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1488 | COSA/SRP SYNC SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1489 | M: Jan "Yenya" Kasprzak <kas@fi.muni.cz> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1490 | W: http://www.fi.muni.cz/~kas/cosa/ |
| 1491 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1492 | F: drivers/net/wan/cosa* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1493 | |
Florian Fainelli | 4371ee3 | 2009-06-01 02:43:17 -0700 | [diff] [blame] | 1494 | CPMAC ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1495 | M: Florian Fainelli <florian@openwrt.org> |
Florian Fainelli | 4371ee3 | 2009-06-01 02:43:17 -0700 | [diff] [blame] | 1496 | L: netdev@vger.kernel.org |
| 1497 | S: Maintained |
| 1498 | F: drivers/net/cpmac.c |
| 1499 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1500 | CPU FREQUENCY DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1501 | M: Dave Jones <davej@redhat.com> |
Dave Jones | bc5f65d | 2008-07-31 18:22:59 -0400 | [diff] [blame] | 1502 | L: cpufreq@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1503 | W: http://www.codemonkey.org.uk/projects/cpufreq/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1504 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1505 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1506 | F: arch/x86/kernel/cpu/cpufreq/ |
| 1507 | F: drivers/cpufreq/ |
| 1508 | F: include/linux/cpufreq.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1509 | |
| 1510 | CPUID/MSR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1511 | M: "H. Peter Anvin" <hpa@zytor.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1512 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1513 | F: arch/x86/kernel/cpuid.c |
| 1514 | F: arch/x86/kernel/msr.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1515 | |
Paul Jackson | ed90fb4 | 2005-09-27 21:45:37 -0700 | [diff] [blame] | 1516 | CPUSETS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1517 | M: Paul Menage <menage@google.com> |
Paul Jackson | ed90fb4 | 2005-09-27 21:45:37 -0700 | [diff] [blame] | 1518 | W: http://www.bullopensource.org/cpuset/ |
Paul Jackson | 551e172 | 2008-06-12 15:21:31 -0700 | [diff] [blame] | 1519 | W: http://oss.sgi.com/projects/cpusets/ |
Paul Jackson | ed90fb4 | 2005-09-27 21:45:37 -0700 | [diff] [blame] | 1520 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1521 | F: Documentation/cgroups/cpusets.txt |
| 1522 | F: include/linux/cpuset.h |
| 1523 | F: kernel/cpuset.c |
Paul Jackson | ed90fb4 | 2005-09-27 21:45:37 -0700 | [diff] [blame] | 1524 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1525 | CRAMFS FILESYSTEM |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 1526 | W: http://sourceforge.net/projects/cramfs/ |
| 1527 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1528 | F: Documentation/filesystems/cramfs.txt |
| 1529 | F: fs/cramfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1530 | |
| 1531 | CRIS PORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1532 | M: Mikael Starvik <starvik@axis.com> |
| 1533 | M: Jesper Nilsson <jesper.nilsson@axis.com> |
Jesper Nilsson | 9937ac0 | 2009-06-24 09:33:19 +0200 | [diff] [blame] | 1534 | L: linux-cris-kernel@axis.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1535 | W: http://developer.axis.com |
| 1536 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1537 | F: arch/cris/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1538 | |
| 1539 | CRYPTO API |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1540 | M: Herbert Xu <herbert@gondor.apana.org.au> |
| 1541 | M: "David S. Miller" <davem@davemloft.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1542 | L: linux-crypto@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1543 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1544 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1545 | F: Documentation/crypto/ |
| 1546 | F: arch/*/crypto/ |
| 1547 | F: crypto/ |
| 1548 | F: drivers/crypto/ |
| 1549 | F: include/crypto/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1550 | |
Neil Horman | 5b07bd5 | 2009-02-05 16:03:04 +1100 | [diff] [blame] | 1551 | CRYPTOGRAPHIC RANDOM NUMBER GENERATOR |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1552 | M: Neil Horman <nhorman@tuxdriver.com> |
Neil Horman | 5b07bd5 | 2009-02-05 16:03:04 +1100 | [diff] [blame] | 1553 | L: linux-crypto@vger.kernel.org |
| 1554 | S: Maintained |
| 1555 | |
Jaya Kumar | 9b4ffa4 | 2005-11-17 10:12:23 +0100 | [diff] [blame] | 1556 | CS5535 Audio ALSA driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1557 | M: Jaya Kumar <jayakumar.alsa@gmail.com> |
Jaya Kumar | 9b4ffa4 | 2005-11-17 10:12:23 +0100 | [diff] [blame] | 1558 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1559 | F: sound/pci/cs5535audio/ |
Jaya Kumar | 9b4ffa4 | 2005-11-17 10:12:23 +0100 | [diff] [blame] | 1560 | |
Hans Verkuil | 6d8425b | 2008-05-05 18:25:22 -0300 | [diff] [blame] | 1561 | CX18 VIDEO4LINUX DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1562 | M: Hans Verkuil <hverkuil@xs4all.nl> |
| 1563 | M: Andy Walls <awalls@radix.net> |
Hans Verkuil | 6d8425b | 2008-05-05 18:25:22 -0300 | [diff] [blame] | 1564 | L: ivtv-devel@ivtvdriver.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 1565 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1566 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Hans Verkuil | 6d8425b | 2008-05-05 18:25:22 -0300 | [diff] [blame] | 1567 | W: http://linuxtv.org |
Joe Perches | 30e1099 | 2009-07-29 15:04:21 -0700 | [diff] [blame] | 1568 | W: http://www.ivtvdriver.org/index.php/Cx18 |
Hans Verkuil | 6d8425b | 2008-05-05 18:25:22 -0300 | [diff] [blame] | 1569 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1570 | F: Documentation/video4linux/cx18.txt |
| 1571 | F: drivers/media/video/cx18/ |
Hans Verkuil | 6d8425b | 2008-05-05 18:25:22 -0300 | [diff] [blame] | 1572 | |
Steve Wise | e5ec378 | 2008-05-20 14:06:33 -0700 | [diff] [blame] | 1573 | CXGB3 ETHERNET DRIVER (CXGB3) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1574 | M: Divy Le Ray <divy@chelsio.com> |
Steve Wise | e5ec378 | 2008-05-20 14:06:33 -0700 | [diff] [blame] | 1575 | L: netdev@vger.kernel.org |
| 1576 | W: http://www.chelsio.com |
| 1577 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1578 | F: drivers/net/cxgb3/ |
Steve Wise | e5ec378 | 2008-05-20 14:06:33 -0700 | [diff] [blame] | 1579 | |
| 1580 | CXGB3 IWARP RNIC DRIVER (IW_CXGB3) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1581 | M: Steve Wise <swise@chelsio.com> |
Roland Dreier | e6cc0fd | 2009-09-07 21:54:38 -0700 | [diff] [blame] | 1582 | L: linux-rdma@vger.kernel.org |
Steve Wise | e5ec378 | 2008-05-20 14:06:33 -0700 | [diff] [blame] | 1583 | W: http://www.openfabrics.org |
| 1584 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1585 | F: drivers/infiniband/hw/cxgb3/ |
Steve Wise | e5ec378 | 2008-05-20 14:06:33 -0700 | [diff] [blame] | 1586 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1587 | CYBERPRO FB DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1588 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 1589 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1590 | W: http://www.arm.linux.org.uk/ |
| 1591 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1592 | F: drivers/video/cyber2000fb.* |
Knut Petersen | 9fa68ea | 2005-09-09 13:04:56 -0700 | [diff] [blame] | 1593 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1594 | CYCLADES 2X SYNC CARD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1595 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
Arnaldo Carvalho de Melo | 926554c | 2007-03-31 12:05:49 -0300 | [diff] [blame] | 1596 | W: http://oops.ghostprotocols.net:81/blog |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1597 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1598 | F: drivers/net/wan/cycx* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1599 | |
| 1600 | CYCLADES ASYNC MUX DRIVER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1601 | W: http://www.cyclades.com/ |
Jiri Slaby | d459883 | 2007-02-12 00:51:53 -0800 | [diff] [blame] | 1602 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1603 | F: drivers/char/cyclades.c |
| 1604 | F: include/linux/cyclades.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1605 | |
| 1606 | CYCLADES PC300 DRIVER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1607 | W: http://www.cyclades.com/ |
Jiri Slaby | d459883 | 2007-02-12 00:51:53 -0800 | [diff] [blame] | 1608 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1609 | F: drivers/net/wan/pc300* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1610 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1611 | DAMA SLAVE for AX.25 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1612 | M: Joerg Reuter <jreuter@yaina.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1613 | W: http://yaina.de/jreuter/ |
| 1614 | W: http://www.qsl.net/dl1bke/ |
| 1615 | L: linux-hams@vger.kernel.org |
| 1616 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1617 | F: net/ax25/af_ax25.c |
| 1618 | F: net/ax25/ax25_dev.c |
| 1619 | F: net/ax25/ax25_ds_* |
| 1620 | F: net/ax25/ax25_in.c |
| 1621 | F: net/ax25/ax25_out.c |
| 1622 | F: net/ax25/ax25_timer.c |
| 1623 | F: net/ax25/sysctl_net_ax25.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1624 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1625 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1626 | M: Tobias Ringstrom <tori@unhappy.mine.nu> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1627 | L: netdev@vger.kernel.org |
| 1628 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1629 | F: Documentation/networking/dmfe.txt |
| 1630 | F: drivers/net/tulip/dmfe.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1631 | |
| 1632 | DC390/AM53C974 SCSI driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1633 | M: Kurt Garloff <garloff@suse.de> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1634 | W: http://www.garloff.de/kurt/linux/dc390/ |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1635 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1636 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1637 | F: drivers/scsi/tmscsim.* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1638 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1639 | DC395x SCSI driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1640 | M: Oliver Neukum <oliver@neukum.name> |
| 1641 | M: Ali Akcaagac <aliakc@web.de> |
| 1642 | M: Jamie Lenehan <lenehan@twibble.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1643 | W: http://twibble.org/dist/dc395x/ |
Randy Dunlap | f5df5881 | 2006-07-14 00:24:29 -0700 | [diff] [blame] | 1644 | L: dc395x@twibble.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1645 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ |
| 1646 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1647 | F: Documentation/scsi/dc395x.txt |
| 1648 | F: drivers/scsi/dc395x.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1649 | |
Arnaldo Carvalho de Melo | eb8edb0 | 2005-09-17 00:42:26 -0700 | [diff] [blame] | 1650 | DCCP PROTOCOL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1651 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
Arnaldo Carvalho de Melo | eb8edb0 | 2005-09-17 00:42:26 -0700 | [diff] [blame] | 1652 | L: dccp@vger.kernel.org |
Ian McDonald | f3b84ec | 2005-11-10 13:05:01 -0800 | [diff] [blame] | 1653 | W: http://linux-net.osdl.org/index.php/DCCP |
Arnaldo Carvalho de Melo | eb8edb0 | 2005-09-17 00:42:26 -0700 | [diff] [blame] | 1654 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1655 | F: include/linux/dccp.h |
| 1656 | F: include/linux/tfrc.h |
| 1657 | F: net/dccp/ |
Arnaldo Carvalho de Melo | eb8edb0 | 2005-09-17 00:42:26 -0700 | [diff] [blame] | 1658 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1659 | DECnet NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1660 | M: Christine Caulfield <christine.caulfield@googlemail.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1661 | W: http://linux-decnet.sourceforge.net |
| 1662 | L: linux-decnet-user@lists.sourceforge.net |
| 1663 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1664 | F: Documentation/networking/decnet.txt |
| 1665 | F: net/decnet/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1666 | |
| 1667 | DEFXX FDDI NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1668 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1669 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1670 | F: drivers/net/defxx.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1671 | |
Matthew Garrett | ad8f07c | 2009-01-07 18:08:56 -0800 | [diff] [blame] | 1672 | DELL LAPTOP DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1673 | M: Matthew Garrett <mjg59@srcf.ucam.org> |
Matthew Garrett | ad8f07c | 2009-01-07 18:08:56 -0800 | [diff] [blame] | 1674 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1675 | F: drivers/platform/x86/dell-laptop.c |
Matthew Garrett | ad8f07c | 2009-01-07 18:08:56 -0800 | [diff] [blame] | 1676 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1677 | DELL LAPTOP SMM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1678 | M: Massimo Dal Zotto <dz@debian.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1679 | W: http://www.debian.org/~dz/i8k/ |
| 1680 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1681 | F: drivers/char/i8k.c |
| 1682 | F: include/linux/i8k.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1683 | |
Doug Warzecha | 90563ec | 2005-09-06 15:17:15 -0700 | [diff] [blame] | 1684 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1685 | M: Doug Warzecha <Douglas_Warzecha@dell.com> |
Doug Warzecha | 90563ec | 2005-09-06 15:17:15 -0700 | [diff] [blame] | 1686 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1687 | F: Documentation/dcdbas.txt |
| 1688 | F: drivers/firmware/dcdbas.* |
Doug Warzecha | 90563ec | 2005-09-06 15:17:15 -0700 | [diff] [blame] | 1689 | |
Matthew Garrett | 0b3f610 | 2009-01-09 20:17:11 +0000 | [diff] [blame] | 1690 | DELL WMI EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1691 | M: Matthew Garrett <mjg59@srcf.ucam.org> |
Matthew Garrett | 0b3f610 | 2009-01-09 20:17:11 +0000 | [diff] [blame] | 1692 | S: Maintained |
| 1693 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1694 | DEVICE NUMBER REGISTRY |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1695 | M: Torben Mathiasen <device@lanana.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1696 | W: http://lanana.org/docs/device-list/index.html |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1697 | S: Maintained |
| 1698 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1699 | DEVICE-MAPPER (LVM) |
| 1700 | P: Alasdair Kergon |
| 1701 | L: dm-devel@redhat.com |
| 1702 | W: http://sources.redhat.com/dm |
| 1703 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1704 | F: Documentation/device-mapper/ |
| 1705 | F: drivers/md/dm* |
| 1706 | F: include/linux/device-mapper.h |
| 1707 | F: include/linux/dm-*.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1708 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1709 | DIGI INTL. EPCA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1710 | M: "Digi International, Inc" <Eng.Linux@digi.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1711 | L: Eng.Linux@digi.com |
| 1712 | W: http://www.digi.com |
Jean Delvare | baaea1d | 2008-09-20 12:34:33 +0200 | [diff] [blame] | 1713 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1714 | F: Documentation/serial/digiepca.txt |
| 1715 | F: drivers/char/epca* |
| 1716 | F: drivers/char/digi* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1717 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 1718 | DIRECTORY NOTIFICATION (DNOTIFY) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1719 | M: Eric Paris <eparis@parisplace.org> |
Eric Paris | 3c5119c | 2009-05-21 17:01:33 -0400 | [diff] [blame] | 1720 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1721 | F: Documentation/filesystems/dnotify.txt |
| 1722 | F: fs/notify/dnotify/ |
| 1723 | F: include/linux/dnotify.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1724 | |
| 1725 | DISK GEOMETRY AND PARTITION HANDLING |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1726 | M: Andries Brouwer <aeb@cwi.nl> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1727 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html |
| 1728 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html |
| 1729 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html |
| 1730 | S: Maintained |
| 1731 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 1732 | DISKQUOTA |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1733 | M: Jan Kara <jack@suse.cz> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1734 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1735 | F: Documentation/filesystems/quota.txt |
| 1736 | F: fs/quota/ |
| 1737 | F: include/linux/quota*.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1738 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 1739 | DISTRIBUTED LOCK MANAGER (DLM) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1740 | M: Christine Caulfield <ccaulfie@redhat.com> |
| 1741 | M: David Teigland <teigland@redhat.com> |
David Teigland | a464418 | 2006-06-22 15:29:57 -0400 | [diff] [blame] | 1742 | L: cluster-devel@redhat.com |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 1743 | W: http://sources.redhat.com/cluster/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1744 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 1745 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1746 | F: fs/dlm/ |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 1747 | |
Dan Williams | b3e5f26 | 2007-08-07 10:26:35 -0700 | [diff] [blame] | 1748 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1749 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> |
| 1750 | M: Dan Williams <dan.j.williams@intel.com> |
Dan Williams | b3e5f26 | 2007-08-07 10:26:35 -0700 | [diff] [blame] | 1751 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1752 | F: drivers/dma/ |
| 1753 | F: include/linux/dma* |
Nelson, Shannon | 248a9dc | 2007-07-15 23:37:20 -0700 | [diff] [blame] | 1754 | |
Juerg Haefliger | b825037 | 2007-06-09 10:11:16 -0400 | [diff] [blame] | 1755 | DME1737 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1756 | M: Juerg Haefliger <juergh@gmail.com> |
Juerg Haefliger | b825037 | 2007-06-09 10:11:16 -0400 | [diff] [blame] | 1757 | L: lm-sensors@lm-sensors.org |
| 1758 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1759 | F: Documentation/hwmon/dme1737 |
| 1760 | F: drivers/hwmon/dme1737.c |
Juerg Haefliger | b825037 | 2007-06-09 10:11:16 -0400 | [diff] [blame] | 1761 | |
Martin Waitz | ba483d5 | 2005-06-17 13:20:59 -0700 | [diff] [blame] | 1762 | DOCBOOK FOR DOCUMENTATION |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1763 | M: Randy Dunlap <rdunlap@xenotime.net> |
Martin Waitz | ba483d5 | 2005-06-17 13:20:59 -0700 | [diff] [blame] | 1764 | S: Maintained |
| 1765 | |
Kristen Carlson Accardi | 5b9c9bf | 2006-07-26 13:59:00 -0400 | [diff] [blame] | 1766 | DOCKING STATION DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1767 | M: Shaohua Li <shaohua.li@intel.com> |
Kristen Carlson Accardi | 5b9c9bf | 2006-07-26 13:59:00 -0400 | [diff] [blame] | 1768 | L: linux-acpi@vger.kernel.org |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 1769 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1770 | F: drivers/acpi/dock.c |
Kristen Carlson Accardi | 5b9c9bf | 2006-07-26 13:59:00 -0400 | [diff] [blame] | 1771 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 1772 | DOCUMENTATION |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1773 | M: Randy Dunlap <rdunlap@xenotime.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 1774 | L: linux-doc@vger.kernel.org |
| 1775 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1776 | F: Documentation/ |
Randy Dunlap | abbaeff | 2008-07-04 09:59:57 -0700 | [diff] [blame] | 1777 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1778 | DOUBLETALK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1779 | M: "James R. Van Zandt" <jrv@vanzandt.mv.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1780 | L: blinux-list@redhat.com |
| 1781 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1782 | F: drivers/char/dtlk.c |
| 1783 | F: include/linux/dtlk.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1784 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1785 | DPT_I2O SCSI RAID DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1786 | M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1787 | L: linux-scsi@vger.kernel.org |
| 1788 | W: http://www.adaptec.com/ |
| 1789 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1790 | F: drivers/scsi/dpt* |
| 1791 | F: drivers/scsi/dpt/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1792 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1793 | DRIVER CORE, KOBJECTS, AND SYSFS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1794 | M: Greg Kroah-Hartman <gregkh@suse.de> |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 1795 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1796 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1797 | F: Documentation/kobject.txt |
Joe Perches | 7cfc51b | 2009-04-08 10:04:18 -0700 | [diff] [blame] | 1798 | F: drivers/base/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1799 | F: fs/sysfs/ |
| 1800 | F: include/linux/kobj* |
| 1801 | F: lib/kobj* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1802 | |
| 1803 | DRM DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1804 | M: David Airlie <airlied@linux.ie> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1805 | L: dri-devel@lists.sourceforge.net |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1806 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1807 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1808 | F: drivers/gpu/drm/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1809 | |
| 1810 | DSCC4 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1811 | M: Francois Romieu <romieu@fr.zoreil.com> |
Francois Romieu | 01f2073 | 2007-01-26 00:57:17 -0800 | [diff] [blame] | 1812 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1813 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1814 | F: drivers/net/wan/dscc4.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1815 | |
Maciej W. Rozycki | 789c704 | 2008-02-07 00:15:13 -0800 | [diff] [blame] | 1816 | DZ DECSTATION DZ11 SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1817 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
Maciej W. Rozycki | 789c704 | 2008-02-07 00:15:13 -0800 | [diff] [blame] | 1818 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1819 | F: drivers/serial/dz.* |
Maciej W. Rozycki | 789c704 | 2008-02-07 00:15:13 -0800 | [diff] [blame] | 1820 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1821 | EATA-DMA SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1822 | M: Michael Neuffer <mike@i-Connect.Net> |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 1823 | L: linux-eata@i-connect.net |
| 1824 | L: linux-scsi@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1825 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1826 | F: drivers/scsi/eata* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1827 | |
| 1828 | EATA ISA/EISA/PCI SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1829 | M: Dario Ballabio <ballabio_dario@emc.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1830 | L: linux-scsi@vger.kernel.org |
| 1831 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1832 | F: drivers/scsi/eata.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1833 | |
| 1834 | EATA-PIO SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1835 | M: Michael Neuffer <mike@i-Connect.Net> |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 1836 | L: linux-eata@i-connect.net |
| 1837 | L: linux-scsi@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1838 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1839 | F: drivers/scsi/eata_pio.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1840 | |
| 1841 | EBTABLES |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1842 | M: Bart De Schuymer <bart.de.schuymer@pandora.be> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1843 | L: ebtables-user@lists.sourceforge.net |
| 1844 | L: ebtables-devel@lists.sourceforge.net |
| 1845 | W: http://ebtables.sourceforge.net/ |
| 1846 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1847 | F: include/linux/netfilter_bridge/ebt_*.h |
| 1848 | F: net/bridge/netfilter/ebt*.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1849 | |
Michael Halcrow | 237fead | 2006-10-04 02:16:22 -0700 | [diff] [blame] | 1850 | ECRYPT FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1851 | M: Tyler Hicks <tyhicks@linux.vnet.ibm.com> |
| 1852 | M: Dustin Kirkland <kirkland@canonical.com> |
Michael Halcrow | 6dc7516 | 2008-12-15 13:54:17 -0800 | [diff] [blame] | 1853 | L: ecryptfs-devel@lists.launchpad.net |
| 1854 | W: https://launchpad.net/ecryptfs |
Michael Halcrow | 237fead | 2006-10-04 02:16:22 -0700 | [diff] [blame] | 1855 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1856 | F: Documentation/filesystems/ecryptfs.txt |
| 1857 | F: fs/ecryptfs/ |
Michael Halcrow | 237fead | 2006-10-04 02:16:22 -0700 | [diff] [blame] | 1858 | |
Alan Cox | da9bb1d | 2006-01-18 17:44:13 -0800 | [diff] [blame] | 1859 | EDAC-CORE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1860 | M: Doug Thompson <dougthompson@xmission.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1861 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1862 | W: bluesmoke.sourceforge.net |
Doug Thompson | 8c2a6a4 | 2006-06-30 01:56:09 -0700 | [diff] [blame] | 1863 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1864 | F: Documentation/edac.txt |
| 1865 | F: drivers/edac/edac_* |
| 1866 | F: include/linux/edac.h |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1867 | |
Borislav Petkov | c476c23 | 2009-05-20 20:31:58 +0200 | [diff] [blame] | 1868 | EDAC-AMD64 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1869 | M: Doug Thompson <dougthompson@xmission.com> |
| 1870 | M: Borislav Petkov <borislav.petkov@amd.com> |
Borislav Petkov | c476c23 | 2009-05-20 20:31:58 +0200 | [diff] [blame] | 1871 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
| 1872 | W: bluesmoke.sourceforge.net |
| 1873 | S: Supported |
| 1874 | F: drivers/edac/amd64_edac* |
| 1875 | |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1876 | EDAC-E752X |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1877 | M: Mark Gross <mark.gross@intel.com> |
| 1878 | M: Doug Thompson <dougthompson@xmission.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1879 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1880 | W: bluesmoke.sourceforge.net |
| 1881 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1882 | F: drivers/edac/e752x_edac.c |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1883 | |
| 1884 | EDAC-E7XXX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1885 | M: Doug Thompson <dougthompson@xmission.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1886 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1887 | W: bluesmoke.sourceforge.net |
| 1888 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1889 | F: drivers/edac/e7xxx_edac.c |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1890 | |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1891 | EDAC-I82443BXGX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1892 | M: Tim Small <tim@buttersideup.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1893 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1894 | W: bluesmoke.sourceforge.net |
| 1895 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1896 | F: drivers/edac/i82443bxgx_edac.c |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1897 | |
| 1898 | EDAC-I3000 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1899 | M: Jason Uhlenkott <juhlenko@akamai.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1900 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1901 | W: bluesmoke.sourceforge.net |
| 1902 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1903 | F: drivers/edac/i3000_edac.c |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1904 | |
| 1905 | EDAC-I5000 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1906 | M: Doug Thompson <dougthompson@xmission.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1907 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Douglas Thompson | ba9a591 | 2007-07-19 01:50:32 -0700 | [diff] [blame] | 1908 | W: bluesmoke.sourceforge.net |
| 1909 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1910 | F: drivers/edac/i5000_edac.c |
Douglas Thompson | ba9a591 | 2007-07-19 01:50:32 -0700 | [diff] [blame] | 1911 | |
Mauro Carvalho Chehab | 44c12cb | 2009-01-15 13:50:49 -0800 | [diff] [blame] | 1912 | EDAC-I5400 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1913 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1914 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Mauro Carvalho Chehab | 44c12cb | 2009-01-15 13:50:49 -0800 | [diff] [blame] | 1915 | W: bluesmoke.sourceforge.net |
| 1916 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1917 | F: drivers/edac/i5400_edac.c |
Mauro Carvalho Chehab | 44c12cb | 2009-01-15 13:50:49 -0800 | [diff] [blame] | 1918 | |
Douglas Thompson | ba9a591 | 2007-07-19 01:50:32 -0700 | [diff] [blame] | 1919 | EDAC-I82975X |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1920 | M: Ranganathan Desikan <ravi@jetztechnologies.com> |
| 1921 | M: "Arvind R." <arvind@jetztechnologies.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1922 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Douglas Thompson | ba9a591 | 2007-07-19 01:50:32 -0700 | [diff] [blame] | 1923 | W: bluesmoke.sourceforge.net |
| 1924 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1925 | F: drivers/edac/i82975x_edac.c |
Douglas Thompson | ba9a591 | 2007-07-19 01:50:32 -0700 | [diff] [blame] | 1926 | |
| 1927 | EDAC-PASEMI |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1928 | M: Egor Martovetsky <egor@pasemi.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1929 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1930 | W: bluesmoke.sourceforge.net |
| 1931 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1932 | F: drivers/edac/pasemi_edac.c |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1933 | |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1934 | EDAC-R82600 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1935 | M: Tim Small <tim@buttersideup.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1936 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1937 | W: bluesmoke.sourceforge.net |
| 1938 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1939 | F: drivers/edac/r82600_edac.c |
Alan Cox | da9bb1d | 2006-01-18 17:44:13 -0800 | [diff] [blame] | 1940 | |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1941 | EEEPC LAPTOP EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1942 | M: Corentin Chary <corentincj@iksaif.net> |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1943 | L: acpi4asus-user@lists.sourceforge.net |
Corentin Chary | 76593d6 | 2009-06-16 19:28:47 +0000 | [diff] [blame] | 1944 | W: http://acpi4asus.sf.net |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1945 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1946 | F: drivers/platform/x86/eeepc-laptop.c |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1947 | |
Josh Triplett | 0bee8d2 | 2006-07-30 03:03:58 -0700 | [diff] [blame] | 1948 | EFS FILESYSTEM |
| 1949 | W: http://aeschi.ch.eu.org/efs/ |
| 1950 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1951 | F: fs/efs/ |
Josh Triplett | 0bee8d2 | 2006-07-30 03:03:58 -0700 | [diff] [blame] | 1952 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 1953 | EHCA (IBM GX bus InfiniBand adapter) DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1954 | M: Hoang-Nam Nguyen <hnguyen@de.ibm.com> |
| 1955 | M: Christoph Raisch <raisch@de.ibm.com> |
Roland Dreier | e6cc0fd | 2009-09-07 21:54:38 -0700 | [diff] [blame] | 1956 | L: linux-rdma@vger.kernel.org |
Heiko J Schick | fab9722 | 2006-09-22 15:22:22 -0700 | [diff] [blame] | 1957 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1958 | F: drivers/infiniband/hw/ehca/ |
Heiko J Schick | fab9722 | 2006-09-22 15:22:22 -0700 | [diff] [blame] | 1959 | |
David Woodhouse | 3e3a7d6 | 2008-05-01 04:34:46 -0700 | [diff] [blame] | 1960 | EMBEDDED LINUX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1961 | M: Paul Gortmaker <paul.gortmaker@windriver.com> |
| 1962 | M: Matt Mackall <mpm@selenic.com> |
| 1963 | M: David Woodhouse <dwmw2@infradead.org> |
David Woodhouse | 3e3a7d6 | 2008-05-01 04:34:46 -0700 | [diff] [blame] | 1964 | L: linux-embedded@vger.kernel.org |
| 1965 | S: Maintained |
| 1966 | |
James.Smart@Emulex.Com | 3a1c1d4 | 2005-08-11 13:42:35 -0400 | [diff] [blame] | 1967 | EMULEX LPFC FC SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1968 | M: James Smart <james.smart@emulex.com> |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 1969 | L: linux-scsi@vger.kernel.org |
| 1970 | W: http://sourceforge.net/projects/lpfcxxxx |
| 1971 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1972 | F: drivers/scsi/lpfc/ |
James.Smart@Emulex.Com | 3a1c1d4 | 2005-08-11 13:42:35 -0400 | [diff] [blame] | 1973 | |
Michał Mirosław | 5f5bac8 | 2009-05-22 20:33:59 +0200 | [diff] [blame] | 1974 | ENE CB710 FLASH CARD READER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1975 | M: Michał Mirosław <mirq-linux@rere.qmqm.pl> |
Michał Mirosław | 5f5bac8 | 2009-05-22 20:33:59 +0200 | [diff] [blame] | 1976 | S: Maintained |
| 1977 | F: drivers/misc/cb710/ |
| 1978 | F: drivers/mmc/host/cb710-mmc.* |
| 1979 | F: include/linux/cb710.h |
| 1980 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1981 | EPSON 1355 FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1982 | M: Christopher Hoover <ch@murgatroid.com> |
| 1983 | M: Christopher Hoover <ch@hpl.hp.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1984 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1985 | F: drivers/video/epson1355fb.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1986 | |
Kristoffer Ericson | d5ca900 | 2008-10-15 22:03:54 -0700 | [diff] [blame] | 1987 | EPSON S1D13XXX FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1988 | M: Kristoffer Ericson <kristoffer.ericson@gmail.com> |
Kristoffer Ericson | d5ca900 | 2008-10-15 22:03:54 -0700 | [diff] [blame] | 1989 | S: Maintained |
Kristoffer Ericson | 084bad9 | 2009-07-29 15:04:32 -0700 | [diff] [blame] | 1990 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1991 | F: drivers/video/s1d13xxxfb.c |
| 1992 | F: include/video/s1d13xxxfb.h |
Kristoffer Ericson | d5ca900 | 2008-10-15 22:03:54 -0700 | [diff] [blame] | 1993 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1994 | ETHEREXPRESS-16 NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1995 | M: Philip Blundell <philb@gnu.org> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 1996 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1997 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1998 | F: drivers/net/eexpress.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1999 | |
| 2000 | ETHERNET BRIDGE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2001 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
David Brownell | f318a63 | 2007-04-23 14:41:06 -0700 | [diff] [blame] | 2002 | L: bridge@lists.linux-foundation.org |
Adrian Bunk | 57c511d | 2008-06-03 16:00:01 -0700 | [diff] [blame] | 2003 | W: http://www.linux-foundation.org/en/Net:Bridge |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2004 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2005 | F: include/linux/netfilter_bridge/ |
| 2006 | F: net/bridge/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2007 | |
| 2008 | ETHERTEAM 16I DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2009 | M: Mika Kuoppala <miku@iki.fi> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2010 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2011 | F: drivers/net/eth16i.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2012 | |
| 2013 | EXT2 FILE SYSTEM |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 2014 | L: linux-ext4@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2015 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2016 | F: Documentation/filesystems/ext2.txt |
| 2017 | F: fs/ext2/ |
| 2018 | F: include/linux/ext2* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2019 | |
| 2020 | EXT3 FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2021 | M: Andrew Morton <akpm@linux-foundation.org> |
| 2022 | M: Andreas Dilger <adilger@sun.com> |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 2023 | L: linux-ext4@vger.kernel.org |
| 2024 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2025 | F: Documentation/filesystems/ext3.txt |
| 2026 | F: fs/ext3/ |
| 2027 | F: include/linux/ext3* |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 2028 | |
| 2029 | EXT4 FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2030 | M: "Theodore Ts'o" <tytso@mit.edu> |
| 2031 | M: Andreas Dilger <adilger@sun.com> |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 2032 | L: linux-ext4@vger.kernel.org |
Theodore Ts'o | 08a225f | 2008-10-06 20:58:09 -0400 | [diff] [blame] | 2033 | W: http://ext4.wiki.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2034 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2035 | F: Documentation/filesystems/ext4.txt |
| 2036 | F: fs/ext4/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2037 | |
Jean Delvare | e53004e | 2006-01-09 23:26:14 +0100 | [diff] [blame] | 2038 | F71805F HARDWARE MONITORING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2039 | M: Jean Delvare <khali@linux-fr.org> |
Jean Delvare | e53004e | 2006-01-09 23:26:14 +0100 | [diff] [blame] | 2040 | L: lm-sensors@lm-sensors.org |
| 2041 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2042 | F: Documentation/hwmon/f71805f |
| 2043 | F: drivers/hwmon/f71805f.c |
Jean Delvare | e53004e | 2006-01-09 23:26:14 +0100 | [diff] [blame] | 2044 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2045 | FARSYNC SYNCHRONOUS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2046 | M: Kevin Curtis <kevin.curtis@farsite.co.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2047 | W: http://www.farsite.co.uk/ |
| 2048 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2049 | F: drivers/net/wan/farsync.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2050 | |
Akinobu Mita | c5408b8 | 2007-04-23 14:41:20 -0700 | [diff] [blame] | 2051 | FAULT INJECTION SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2052 | M: Akinobu Mita <akinobu.mita@gmail.com> |
Akinobu Mita | c5408b8 | 2007-04-23 14:41:20 -0700 | [diff] [blame] | 2053 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2054 | F: Documentation/fault-injection/ |
| 2055 | F: lib/fault-inject.c |
Akinobu Mita | c5408b8 | 2007-04-23 14:41:20 -0700 | [diff] [blame] | 2056 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2057 | FILE LOCKING (flock() and fcntl()/lockf()) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2058 | M: Matthew Wilcox <matthew@wil.cx> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2059 | L: linux-fsdevel@vger.kernel.org |
| 2060 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2061 | F: include/linux/fcntl.h |
| 2062 | F: include/linux/fs.h |
| 2063 | F: fs/fcntl.c |
| 2064 | F: fs/locks.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2065 | |
| 2066 | FILESYSTEMS (VFS and infrastructure) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2067 | M: Alexander Viro <viro@zeniv.linux.org.uk> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2068 | L: linux-fsdevel@vger.kernel.org |
| 2069 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2070 | F: fs/* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2071 | |
Riku Voipio | b26e0ed | 2009-03-03 21:37:17 +0200 | [diff] [blame] | 2072 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
Jean Delvare | 05576a1 | 2009-10-09 20:35:19 +0200 | [diff] [blame] | 2073 | M: Riku Voipio <riku.voipio@iki.fi> |
Riku Voipio | b26e0ed | 2009-03-03 21:37:17 +0200 | [diff] [blame] | 2074 | L: lm-sensors@lm-sensors.org |
| 2075 | S: Maintained |
Joe Perches | d5ca691 | 2009-04-09 02:42:01 -0700 | [diff] [blame] | 2076 | F: drivers/hwmon/f75375s.c |
| 2077 | F: include/linux/f75375s.h |
Riku Voipio | b26e0ed | 2009-03-03 21:37:17 +0200 | [diff] [blame] | 2078 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2079 | FIREWIRE SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2080 | M: Kristian Hoegsberg <krh@redhat.com> |
| 2081 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2082 | L: linux1394-devel@lists.sourceforge.net |
| 2083 | W: http://www.linux1394.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2084 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2085 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2086 | F: drivers/firewire/ |
| 2087 | F: include/linux/firewire*.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2088 | |
| 2089 | FIRMWARE LOADER (request_firmware) |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2090 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2091 | F: Documentation/firmware_class/ |
| 2092 | F: drivers/base/firmware*.c |
| 2093 | F: include/linux/firmware.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2094 | |
| 2095 | FPU EMULATOR |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2096 | M: Bill Metzenthen <billm@melbpc.org.au> |
Joe Perches | e769980 | 2009-04-07 21:12:18 -0700 | [diff] [blame] | 2097 | W: http://floatingpoint.sourceforge.net/emulator/index.html |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2098 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2099 | F: arch/x86/math-emu/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2100 | |
| 2101 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2102 | M: Mike McLagan <mike.mclagan@linux.org> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2103 | L: netdev@vger.kernel.org |
| 2104 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2105 | F: drivers/net/wan/dlci.c |
| 2106 | F: drivers/net/wan/sdla.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2107 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2108 | FRAMEBUFFER LAYER |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 2109 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2110 | W: http://linux-fbdev.sourceforge.net/ |
Andrew Morton | 36025a8 | 2009-06-17 16:25:56 -0700 | [diff] [blame] | 2111 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2112 | F: Documentation/fb/ |
| 2113 | F: drivers/video/fb* |
| 2114 | F: include/linux/fb.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2115 | |
Zhang Wei | 173acc7 | 2008-03-01 07:42:48 -0700 | [diff] [blame] | 2116 | FREESCALE DMA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2117 | M: Li Yang <leoli@freescale.com> |
| 2118 | M: Zhang Wei <zw@zh-kernel.org> |
Li Yang | 0899d63 | 2009-05-22 16:39:59 +0800 | [diff] [blame] | 2119 | L: linuxppc-dev@ozlabs.org |
Zhang Wei | 173acc7 | 2008-03-01 07:42:48 -0700 | [diff] [blame] | 2120 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2121 | F: drivers/dma/fsldma.* |
Zhang Wei | 173acc7 | 2008-03-01 07:42:48 -0700 | [diff] [blame] | 2122 | |
Jochen Friedrich | 0d2b405 | 2008-07-14 22:38:28 +0200 | [diff] [blame] | 2123 | FREESCALE I2C CPM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2124 | M: Jochen Friedrich <jochen@scram.de> |
Jochen Friedrich | 0d2b405 | 2008-07-14 22:38:28 +0200 | [diff] [blame] | 2125 | L: linuxppc-dev@ozlabs.org |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 2126 | L: linux-i2c@vger.kernel.org |
Jochen Friedrich | 0d2b405 | 2008-07-14 22:38:28 +0200 | [diff] [blame] | 2127 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2128 | F: drivers/i2c/busses/i2c-cpm.c |
Jochen Friedrich | 0d2b405 | 2008-07-14 22:38:28 +0200 | [diff] [blame] | 2129 | |
Sascha Hauer | 60e8c5a | 2008-12-16 11:44:06 +0100 | [diff] [blame] | 2130 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2131 | M: Sascha Hauer <kernel@pengutronix.de> |
Sascha Hauer | 60e8c5a | 2008-12-16 11:44:06 +0100 | [diff] [blame] | 2132 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 2133 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Sascha Hauer | 60e8c5a | 2008-12-16 11:44:06 +0100 | [diff] [blame] | 2134 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2135 | F: arch/arm/plat-mxc/include/mach/imxfb.h |
| 2136 | F: drivers/video/imxfb.c |
Sascha Hauer | 60e8c5a | 2008-12-16 11:44:06 +0100 | [diff] [blame] | 2137 | |
Pantelis Antoniou | 4689a6b | 2005-10-30 01:21:53 +0300 | [diff] [blame] | 2138 | FREESCALE SOC FS_ENET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2139 | M: Pantelis Antoniou <pantelis.antoniou@gmail.com> |
| 2140 | M: Vitaly Bordug <vbordug@ru.mvista.com> |
Mark A. Greer | 88de3ca | 2007-10-02 10:24:08 +1000 | [diff] [blame] | 2141 | L: linuxppc-dev@ozlabs.org |
Pantelis Antoniou | 4689a6b | 2005-10-30 01:21:53 +0300 | [diff] [blame] | 2142 | L: netdev@vger.kernel.org |
| 2143 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2144 | F: drivers/net/fs_enet/ |
| 2145 | F: include/linux/fs_enet_pd.h |
Pantelis Antoniou | 4689a6b | 2005-10-30 01:21:53 +0300 | [diff] [blame] | 2146 | |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2147 | FREESCALE QUICC ENGINE LIBRARY |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2148 | M: Timur Tabi <timur@freescale.com> |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2149 | L: linuxppc-dev@ozlabs.org |
| 2150 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2151 | F: arch/powerpc/sysdev/qe_lib/ |
| 2152 | F: arch/powerpc/include/asm/*qe.h |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2153 | |
Li Yang | 5429c73 | 2009-08-11 11:11:11 +0800 | [diff] [blame] | 2154 | FREESCALE USB PERIPHERIAL DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2155 | M: Li Yang <leoli@freescale.com> |
Greg Kroah-Hartman | 6372594 | 2007-11-21 15:16:59 -0700 | [diff] [blame] | 2156 | L: linux-usb@vger.kernel.org |
Mark A. Greer | 88de3ca | 2007-10-02 10:24:08 +1000 | [diff] [blame] | 2157 | L: linuxppc-dev@ozlabs.org |
Li Yang | a7205b3 | 2007-04-23 10:38:18 -0700 | [diff] [blame] | 2158 | S: Maintained |
Li Yang | 5429c73 | 2009-08-11 11:11:11 +0800 | [diff] [blame] | 2159 | F: drivers/usb/gadget/fsl* |
Li Yang | a7205b3 | 2007-04-23 10:38:18 -0700 | [diff] [blame] | 2160 | |
Li Yang | beaf53b | 2007-05-25 13:54:02 +0800 | [diff] [blame] | 2161 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2162 | M: Li Yang <leoli@freescale.com> |
Li Yang | beaf53b | 2007-05-25 13:54:02 +0800 | [diff] [blame] | 2163 | L: netdev@vger.kernel.org |
Mark A. Greer | 88de3ca | 2007-10-02 10:24:08 +1000 | [diff] [blame] | 2164 | L: linuxppc-dev@ozlabs.org |
Li Yang | beaf53b | 2007-05-25 13:54:02 +0800 | [diff] [blame] | 2165 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2166 | F: drivers/net/ucc_geth* |
Li Yang | beaf53b | 2007-05-25 13:54:02 +0800 | [diff] [blame] | 2167 | |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2168 | FREESCALE QUICC ENGINE UCC UART DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2169 | M: Timur Tabi <timur@freescale.com> |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2170 | L: linuxppc-dev@ozlabs.org |
| 2171 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2172 | F: drivers/serial/ucc_uart.c |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2173 | |
| 2174 | FREESCALE SOC SOUND DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2175 | M: Timur Tabi <timur@freescale.com> |
Joe Perches | 9371166 | 2009-06-16 15:34:07 -0700 | [diff] [blame] | 2176 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2177 | L: linuxppc-dev@ozlabs.org |
| 2178 | S: Supported |
Joe Perches | 69aefce | 2009-04-09 10:39:22 -0700 | [diff] [blame] | 2179 | F: sound/soc/fsl/fsl* |
| 2180 | F: sound/soc/fsl/mpc8610_hpcd.c |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2181 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2182 | FREEVXFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2183 | M: Christoph Hellwig <hch@infradead.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2184 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs |
| 2185 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2186 | F: fs/freevxfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2187 | |
Pavel Machek | 71038f5 | 2009-01-15 13:51:02 -0800 | [diff] [blame] | 2188 | FREEZER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2189 | M: Pavel Machek <pavel@ucw.cz> |
| 2190 | M: "Rafael J. Wysocki" <rjw@sisk.pl> |
Pavel Machek | 71038f5 | 2009-01-15 13:51:02 -0800 | [diff] [blame] | 2191 | L: linux-pm@lists.linux-foundation.org |
| 2192 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2193 | F: Documentation/power/freezing-of-tasks.txt |
| 2194 | F: include/linux/freezer.h |
| 2195 | F: kernel/freezer.c |
Pavel Machek | 71038f5 | 2009-01-15 13:51:02 -0800 | [diff] [blame] | 2196 | |
David Howells | a5432f5 | 2009-04-20 15:46:45 +0100 | [diff] [blame] | 2197 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2198 | M: David Howells <dhowells@redhat.com> |
David Howells | a5432f5 | 2009-04-20 15:46:45 +0100 | [diff] [blame] | 2199 | L: linux-cachefs@redhat.com |
| 2200 | S: Supported |
| 2201 | F: Documentation/filesystems/caching/ |
| 2202 | F: fs/fscache/ |
| 2203 | F: include/linux/fscache*.h |
| 2204 | |
Ingo Molnar | 983f216 | 2009-09-15 12:29:20 +0200 | [diff] [blame] | 2205 | TRACING |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2206 | M: Steven Rostedt <rostedt@goodmis.org> |
Ingo Molnar | 983f216 | 2009-09-15 12:29:20 +0200 | [diff] [blame] | 2207 | M: Frederic Weisbecker <fweisbec@gmail.com> |
| 2208 | M: Ingo Molnar <mingo@redhat.com> |
| 2209 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core |
Steven Rostedt | de3b69d | 2008-07-15 13:28:14 -0400 | [diff] [blame] | 2210 | S: Maintained |
Joe Perches | a65fd8e | 2009-06-18 16:49:23 -0700 | [diff] [blame] | 2211 | F: Documentation/trace/ftrace.txt |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2212 | F: arch/*/*/*/ftrace.h |
| 2213 | F: arch/*/kernel/ftrace.c |
Ingo Molnar | 983f216 | 2009-09-15 12:29:20 +0200 | [diff] [blame] | 2214 | F: include/*/ftrace.h include/trace/ include/linux/trace*.h |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2215 | F: kernel/trace/ |
Steven Rostedt | de3b69d | 2008-07-15 13:28:14 -0400 | [diff] [blame] | 2216 | |
David Howells | 5ab7ffe | 2007-04-10 15:10:45 +0100 | [diff] [blame] | 2217 | FUJITSU FR-V (FRV) PORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2218 | M: David Howells <dhowells@redhat.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2219 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2220 | F: arch/frv/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2221 | |
Jonathan Woithe | 20b9373 | 2008-06-11 10:14:56 +0930 | [diff] [blame] | 2222 | FUJITSU LAPTOP EXTRAS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2223 | M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> |
Jonathan Woithe | 20b9373 | 2008-06-11 10:14:56 +0930 | [diff] [blame] | 2224 | L: linux-acpi@vger.kernel.org |
| 2225 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2226 | F: drivers/platform/x86/fujitsu-laptop.c |
Jonathan Woithe | 20b9373 | 2008-06-11 10:14:56 +0930 | [diff] [blame] | 2227 | |
Miklos Szeredi | 04578f1 | 2005-09-09 13:10:22 -0700 | [diff] [blame] | 2228 | FUSE: FILESYSTEM IN USERSPACE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2229 | M: Miklos Szeredi <miklos@szeredi.hu> |
Miklos Szeredi | 04578f1 | 2005-09-09 13:10:22 -0700 | [diff] [blame] | 2230 | L: fuse-devel@lists.sourceforge.net |
| 2231 | W: http://fuse.sourceforge.net/ |
| 2232 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2233 | F: fs/fuse/ |
| 2234 | F: include/linux/fuse.h |
Miklos Szeredi | 04578f1 | 2005-09-09 13:10:22 -0700 | [diff] [blame] | 2235 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2236 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2237 | M: Rik Faith <faith@cs.unc.edu> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2238 | L: linux-scsi@vger.kernel.org |
Jean Delvare | baaea1d | 2008-09-20 12:34:33 +0200 | [diff] [blame] | 2239 | S: Odd Fixes (e.g., new signatures) |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2240 | F: drivers/scsi/fdomain.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2241 | |
| 2242 | GDT SCSI DISK ARRAY CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2243 | M: Achim Leubner <achim_leubner@adaptec.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2244 | L: linux-scsi@vger.kernel.org |
| 2245 | W: http://www.icp-vortex.com/ |
| 2246 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2247 | F: drivers/scsi/gdt* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2248 | |
Haavard Skinnemoen | 1c23af9 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 2249 | GENERIC GPIO I2C DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2250 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | 1c23af9 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 2251 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2252 | F: drivers/i2c/busses/i2c-gpio.c |
| 2253 | F: include/linux/i2c-gpio.h |
Haavard Skinnemoen | 1c23af9 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 2254 | |
Krzysztof Hałasa | 9251ce9 | 2008-12-21 23:52:36 +0100 | [diff] [blame] | 2255 | GENERIC HDLC (WAN) DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2256 | M: Krzysztof Halasa <khc@pm.waw.pl> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2257 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ |
| 2258 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2259 | F: drivers/net/wan/c101.c |
| 2260 | F: drivers/net/wan/hd6457* |
| 2261 | F: drivers/net/wan/hdlc* |
| 2262 | F: drivers/net/wan/n2.c |
| 2263 | F: drivers/net/wan/pc300too.c |
| 2264 | F: drivers/net/wan/pci200syn.c |
| 2265 | F: drivers/net/wan/wanxl* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2266 | |
Arnd Bergmann | 1527aab | 2009-06-14 22:46:16 +0200 | [diff] [blame] | 2267 | GENERIC INCLUDE/ASM HEADER FILES |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2268 | M: Arnd Bergmann <arnd@arndb.de> |
Arnd Bergmann | 1527aab | 2009-06-14 22:46:16 +0200 | [diff] [blame] | 2269 | L: linux-arch@vger.kernel.org |
| 2270 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git |
| 2271 | S: Maintained |
| 2272 | F: include/asm-generic |
| 2273 | |
Michael S. Tsirkin | ccb86a6 | 2009-07-20 10:29:34 +0300 | [diff] [blame] | 2274 | GENERIC UIO DRIVER FOR PCI DEVICES |
| 2275 | M: Michael S. Tsirkin <mst@redhat.com> |
| 2276 | L: kvm@vger.kernel.org |
| 2277 | L: linux-kernel@vger.kernel.org |
| 2278 | S: Supported |
| 2279 | F: drivers/uio/uio_pci_generic.c |
| 2280 | |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 2281 | GFS2 FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2282 | M: Steven Whitehouse <swhiteho@redhat.com> |
David Teigland | a464418 | 2006-06-22 15:29:57 -0400 | [diff] [blame] | 2283 | L: cluster-devel@redhat.com |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 2284 | W: http://sources.redhat.com/cluster/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2285 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git |
| 2286 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 2287 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2288 | F: Documentation/filesystems/gfs2*.txt |
| 2289 | F: fs/gfs2/ |
| 2290 | F: include/linux/gfs2_ondisk.h |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 2291 | |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 2292 | GIGASET ISDN DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2293 | M: Hansjoerg Lipp <hjlipp@web.de> |
| 2294 | M: Tilman Schmidt <tilman@imap.cc> |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 2295 | L: gigaset307x-common@lists.sourceforge.net |
| 2296 | W: http://gigaset307x.sourceforge.net/ |
| 2297 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2298 | F: Documentation/isdn/README.gigaset |
| 2299 | F: drivers/isdn/gigaset/ |
| 2300 | F: include/linux/gigaset_dev.h |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 2301 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2302 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2303 | M: Frank Seidel <frank@f-seidel.de> |
Frank Seidel | 211e3e0 | 2009-02-17 19:59:54 +0100 | [diff] [blame] | 2304 | L: lm-sensors@lm-sensors.org |
| 2305 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2306 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2307 | F: drivers/hwmon/hdaps.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2308 | |
Michael Ellerman | c90bfeb | 2009-04-02 16:56:43 -0700 | [diff] [blame] | 2309 | HYPERVISOR VIRTUAL CONSOLE DRIVER |
| 2310 | L: linuxppc-dev@ozlabs.org |
Michael Ellerman | c90bfeb | 2009-04-02 16:56:43 -0700 | [diff] [blame] | 2311 | S: Odd Fixes |
| 2312 | F: drivers/char/hvc_* |
| 2313 | |
Jean-Francois Moine | e8deeae2 | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2314 | GSPCA FINEPIX SUBDRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2315 | M: Frank Zago <frank@zago.net> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 2316 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2317 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Jean-Francois Moine | e8deeae2 | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2318 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2319 | F: drivers/media/video/gspca/finepix.c |
Jean-Francois Moine | e8deeae2 | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2320 | |
| 2321 | GSPCA M5602 SUBDRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2322 | M: Erik Andren <erik.andren@gmail.com> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 2323 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2324 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Jean-Francois Moine | e8deeae2 | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2325 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2326 | F: drivers/media/video/gspca/m5602/ |
Jean-Francois Moine | e8deeae2 | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2327 | |
| 2328 | GSPCA PAC207 SONIXB SUBDRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2329 | M: Hans de Goede <hdegoede@redhat.com> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 2330 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2331 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Jean-Francois Moine | e8deeae2 | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2332 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2333 | F: drivers/media/video/gspca/pac207.c |
Jean-Francois Moine | e8deeae2 | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2334 | |
Brian Johnson | 261982f | 2009-07-19 15:58:56 -0300 | [diff] [blame] | 2335 | GSPCA SN9C20X SUBDRIVER |
Joe Perches | d95c5b0 | 2009-08-16 20:03:51 -0300 | [diff] [blame] | 2336 | M: Brian Johnson <brijohn@gmail.com> |
Brian Johnson | 261982f | 2009-07-19 15:58:56 -0300 | [diff] [blame] | 2337 | L: linux-media@vger.kernel.org |
| 2338 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
| 2339 | S: Maintained |
| 2340 | F: drivers/media/video/gspca/sn9c20x.c |
| 2341 | |
Jean-Francois Moine | e8deeae2 | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2342 | GSPCA T613 SUBDRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2343 | M: Leandro Costantino <lcostantino@gmail.com> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 2344 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2345 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Jean-Francois Moine | e8deeae2 | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2346 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2347 | F: drivers/media/video/gspca/t613.c |
Jean-Francois Moine | e8deeae2 | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2348 | |
| 2349 | GSPCA USB WEBCAM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2350 | M: Jean-Francois Moine <moinejf@free.fr> |
Jean-Francois Moine | e8deeae2 | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2351 | W: http://moinejf.free.fr |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 2352 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2353 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Jean-Francois Moine | e8deeae2 | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2354 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2355 | F: drivers/media/video/gspca/ |
Jean-Francois Moine | e8deeae2 | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2356 | |
Jean Delvare | 5b54396 | 2005-08-15 19:51:02 +0200 | [diff] [blame] | 2357 | HARDWARE MONITORING |
Jean Delvare | 5b54396 | 2005-08-15 19:51:02 +0200 | [diff] [blame] | 2358 | L: lm-sensors@lm-sensors.org |
Jean Delvare | 595142e | 2006-12-06 20:39:36 -0800 | [diff] [blame] | 2359 | W: http://www.lm-sensors.org/ |
Jean Delvare | baaea1d | 2008-09-20 12:34:33 +0200 | [diff] [blame] | 2360 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2361 | F: drivers/hwmon/ |
Jean Delvare | 5b54396 | 2005-08-15 19:51:02 +0200 | [diff] [blame] | 2362 | |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 2363 | HARDWARE RANDOM NUMBER GENERATOR CORE |
Joe Perches | c0d0787 | 2009-09-23 15:57:17 -0700 | [diff] [blame] | 2364 | M: Matt Mackall <mpm@selenic.com> |
| 2365 | M: Herbert Xu <herbert@gondor.apana.org.au> |
| 2366 | S: Odd fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2367 | F: Documentation/hw_random.txt |
| 2368 | F: drivers/char/hw_random/ |
| 2369 | F: include/linux/hw_random.h |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 2370 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2371 | HARMONY SOUND DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2372 | M: Kyle McMartin <kyle@mcmartin.ca> |
Kyle McMartin | ac6aecb | 2007-12-03 22:04:34 +0000 | [diff] [blame] | 2373 | L: linux-parisc@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2374 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2375 | F: sound/parisc/harmony.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2376 | |
| 2377 | HAYES ESP SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2378 | M: "Andrew J. Robinson" <arobinso@nyx.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2379 | W: http://www.nyx.net/~arobinso |
| 2380 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2381 | F: Documentation/serial/hayes-esp.txt |
| 2382 | F: drivers/char/esp.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2383 | |
| 2384 | HEWLETT-PACKARD SMART2 RAID DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2385 | M: Chirag Kantharia <chirag.kantharia@hp.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2386 | L: iss_storagedev@hp.com |
| 2387 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2388 | F: Documentation/blockdev/cpqarray.txt |
| 2389 | F: drivers/block/cpqarray.* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2390 | |
| 2391 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2392 | M: Mike Miller <mike.miller@hp.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2393 | L: iss_storagedev@hp.com |
| 2394 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2395 | F: Documentation/blockdev/cciss.txt |
| 2396 | F: drivers/block/cciss* |
| 2397 | F: include/linux/cciss_ioctl.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2398 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2399 | HFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2400 | M: Roman Zippel <zippel@linux-m68k.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2401 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2402 | F: Documentation/filesystems/hfs.txt |
| 2403 | F: fs/hfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2404 | |
| 2405 | HGA FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2406 | M: Ferenc Bakonyi <fero@drama.obuda.kando.hu> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2407 | L: linux-nvidia@lists.surfsouth.com |
| 2408 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml |
| 2409 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2410 | F: drivers/video/hgafb.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2411 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 2412 | HIBERNATION (aka Software Suspend, aka swsusp) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2413 | M: Pavel Machek <pavel@ucw.cz> |
| 2414 | M: "Rafael J. Wysocki" <rjw@sisk.pl> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2415 | L: linux-pm@lists.linux-foundation.org |
| 2416 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2417 | F: arch/x86/power/ |
| 2418 | F: drivers/base/power/ |
| 2419 | F: kernel/power/ |
| 2420 | F: include/linux/suspend.h |
| 2421 | F: include/linux/freezer.h |
| 2422 | F: include/linux/pm.h |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2423 | F: arch/*/include/asm/suspend*.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2424 | |
Jiri Kosina | 4ef4caa | 2006-12-14 12:03:30 +0100 | [diff] [blame] | 2425 | HID CORE LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2426 | M: Jiri Kosina <jkosina@suse.cz> |
Dmitry Torokhov | eb76c5c | 2007-11-02 09:07:33 -0400 | [diff] [blame] | 2427 | L: linux-input@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2428 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
Jiri Kosina | 4ef4caa | 2006-12-14 12:03:30 +0100 | [diff] [blame] | 2429 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2430 | F: drivers/hid/ |
| 2431 | F: include/linux/hid* |
Jiri Kosina | 4ef4caa | 2006-12-14 12:03:30 +0100 | [diff] [blame] | 2432 | |
Ingo Molnar | 38bed54 | 2007-02-22 09:09:34 +0100 | [diff] [blame] | 2433 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2434 | M: Thomas Gleixner <tglx@linutronix.de> |
Ingo Molnar | 38bed54 | 2007-02-22 09:09:34 +0100 | [diff] [blame] | 2435 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2436 | F: Documentation/timers/ |
| 2437 | F: kernel/hrtimer.c |
| 2438 | F: include/linux/hrtimer.h |
Ingo Molnar | 38bed54 | 2007-02-22 09:09:34 +0100 | [diff] [blame] | 2439 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2440 | HIGH-SPEED SCC DRIVER FOR AX.25 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2441 | M: Klaus Kudielka <klaus.kudielka@ieee.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2442 | L: linux-hams@vger.kernel.org |
| 2443 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ |
| 2444 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2445 | F: drivers/net/hamradio/dmascc.c |
| 2446 | F: drivers/net/hamradio/scc.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2447 | |
HighPoint Linux Team | ede1e6f | 2006-05-16 14:38:09 +0800 | [diff] [blame] | 2448 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2449 | M: HighPoint Linux Team <linux@highpoint-tech.com> |
HighPoint Linux Team | ede1e6f | 2006-05-16 14:38:09 +0800 | [diff] [blame] | 2450 | W: http://www.highpoint-tech.com |
| 2451 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2452 | F: Documentation/scsi/hptiop.txt |
| 2453 | F: drivers/scsi/hptiop.c |
HighPoint Linux Team | ede1e6f | 2006-05-16 14:38:09 +0800 | [diff] [blame] | 2454 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2455 | HIPPI |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2456 | M: Jes Sorensen <jes@trained-monkey.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2457 | L: linux-hippi@sunsite.dk |
| 2458 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2459 | F: include/linux/hippidevice.h |
| 2460 | F: include/linux/if_hippi.h |
| 2461 | F: net/802/hippi.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2462 | |
Jouni Malinen | ff1d276 | 2005-05-12 22:54:16 -0400 | [diff] [blame] | 2463 | HOST AP DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2464 | M: Jouni Malinen <j@w1.fi> |
Jouni Malinen | 85d32e7 | 2007-03-24 17:15:30 -0700 | [diff] [blame] | 2465 | L: hostap@shmoo.com (subscribers-only) |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 2466 | L: linux-wireless@vger.kernel.org |
Jouni Malinen | ff1d276 | 2005-05-12 22:54:16 -0400 | [diff] [blame] | 2467 | W: http://hostap.epitest.fi/ |
| 2468 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2469 | F: drivers/net/wireless/hostap/ |
Jouni Malinen | ff1d276 | 2005-05-12 22:54:16 -0400 | [diff] [blame] | 2470 | |
Carlos Corbacho | dd8cd77 | 2008-02-05 02:17:15 +0000 | [diff] [blame] | 2471 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2472 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> |
Carlos Corbacho | dd8cd77 | 2008-02-05 02:17:15 +0000 | [diff] [blame] | 2473 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2474 | F: drivers/platform/x86/tc1100-wmi.c |
Carlos Corbacho | dd8cd77 | 2008-02-05 02:17:15 +0000 | [diff] [blame] | 2475 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2476 | HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2477 | M: Jaroslav Kysela <perex@perex.cz> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2478 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2479 | F: drivers/net/hp100.* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2480 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2481 | HPET: High Precision Event Timers driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2482 | M: Clemens Ladisch <clemens@ladisch.de> |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2483 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2484 | F: Documentation/timers/hpet.txt |
| 2485 | F: drivers/char/hpet.c |
| 2486 | F: include/linux/hpet.h |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2487 | |
| 2488 | HPET: i386 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2489 | M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com> |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2490 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2491 | F: arch/x86/kernel/hpet.c |
| 2492 | F: arch/x86/include/asm/hpet.h |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2493 | |
| 2494 | HPET: x86_64 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2495 | M: Vojtech Pavlik <vojtech@suse.cz> |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2496 | S: Maintained |
| 2497 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2498 | HPET: ACPI |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2499 | M: Bob Picco <bob.picco@hp.com> |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2500 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2501 | F: drivers/char/hpet.c |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2502 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2503 | HPFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2504 | M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2505 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi |
| 2506 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2507 | F: fs/hpfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2508 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2509 | HSO 3G MODEM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2510 | M: Jan Dumon <j.dumon@option.com> |
Denis Joseph Barrow | 11cd29b | 2009-01-02 13:50:36 +0000 | [diff] [blame] | 2511 | W: http://www.pharscape.org |
| 2512 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2513 | F: drivers/net/usb/hso.c |
Denis Joseph Barrow | 11cd29b | 2009-01-02 13:50:36 +0000 | [diff] [blame] | 2514 | |
Pau Oliva Fora | 5a18c34 | 2008-06-02 00:38:35 -0400 | [diff] [blame] | 2515 | HTCPEN TOUCHSCREEN DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2516 | M: Pau Oliva Fora <pof@eslack.org> |
Pau Oliva Fora | 5a18c34 | 2008-06-02 00:38:35 -0400 | [diff] [blame] | 2517 | L: linux-input@vger.kernel.org |
| 2518 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2519 | F: drivers/input/touchscreen/htcpen.c |
Pau Oliva Fora | 5a18c34 | 2008-06-02 00:38:35 -0400 | [diff] [blame] | 2520 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2521 | HUGETLB FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2522 | M: William Irwin <wli@holomorphy.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2523 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2524 | F: fs/hugetlbfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2525 | |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 2526 | I2C/SMBUS STUB DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2527 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 2528 | L: linux-i2c@vger.kernel.org |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 2529 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2530 | F: drivers/i2c/busses/i2c-stub.c |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 2531 | |
Jean Delvare | 5b54396 | 2005-08-15 19:51:02 +0200 | [diff] [blame] | 2532 | I2C SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2533 | M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org> |
| 2534 | M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 2535 | L: linux-i2c@vger.kernel.org |
Jean Delvare | a01064a | 2009-01-26 21:19:53 +0100 | [diff] [blame] | 2536 | W: http://i2c.wiki.kernel.org/ |
| 2537 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2538 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2539 | F: Documentation/i2c/ |
| 2540 | F: drivers/i2c/ |
| 2541 | F: include/linux/i2c.h |
| 2542 | F: include/linux/i2c-dev.h |
| 2543 | F: include/linux/i2c-id.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2544 | |
Till Harbaum | e8c76ee | 2007-05-01 23:26:35 +0200 | [diff] [blame] | 2545 | I2C-TINY-USB DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2546 | M: Till Harbaum <till@harbaum.org> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 2547 | L: linux-i2c@vger.kernel.org |
Joe Perches | 932d187 | 2009-04-07 21:10:58 -0700 | [diff] [blame] | 2548 | W: http://www.harbaum.org/till/i2c_tiny_usb |
Till Harbaum | e8c76ee | 2007-05-01 23:26:35 +0200 | [diff] [blame] | 2549 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2550 | F: drivers/i2c/busses/i2c-tiny-usb.c |
Till Harbaum | e8c76ee | 2007-05-01 23:26:35 +0200 | [diff] [blame] | 2551 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2552 | i386 BOOT CODE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2553 | M: "H. Peter Anvin" <hpa@zytor.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2554 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2555 | F: arch/x86/boot/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2556 | |
| 2557 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2558 | M: "H. Peter Anvin" <hpa@zytor.com> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2559 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2560 | S: Maintained |
| 2561 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2562 | IA64 (Itanium) PLATFORM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2563 | M: Tony Luck <tony.luck@intel.com> |
| 2564 | M: Fenghua Yu <fenghua.yu@intel.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2565 | L: linux-ia64@vger.kernel.org |
| 2566 | W: http://www.ia64-linux.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2567 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2568 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2569 | F: arch/ia64/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2570 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2571 | IBM MCA SCSI SUBSYSTEM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2572 | M: Michael Lang <langa2@kph.uni-mainz.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2573 | W: http://www.uni-mainz.de/~langm000/linux.html |
| 2574 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2575 | F: drivers/scsi/ibmmca.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2576 | |
| 2577 | IBM Power Linux RAID adapter |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2578 | M: Brian King <brking@us.ibm.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2579 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2580 | F: drivers/scsi/ipr.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2581 | |
| 2582 | IBM ServeRAID RAID DRIVER |
| 2583 | P: Jack Hammer |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2584 | M: Dave Jeffery <ipslinux@adaptec.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2585 | W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 2586 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2587 | F: drivers/scsi/ips.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2588 | |
Bartlomiej Zolnierkiewicz | 1e7106f | 2007-01-27 13:46:14 +0100 | [diff] [blame] | 2589 | IDE SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2590 | M: "David S. Miller" <davem@davemloft.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2591 | L: linux-ide@vger.kernel.org |
David S. Miller | 920d44e | 2009-06-21 16:11:33 -0700 | [diff] [blame] | 2592 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2593 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2594 | F: Documentation/ide/ |
| 2595 | F: drivers/ide/ |
| 2596 | F: include/linux/ide.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2597 | |
Bartlomiej Zolnierkiewicz | 0f861e8 | 2009-03-31 20:15:31 +0200 | [diff] [blame] | 2598 | IDE/ATAPI DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2599 | M: Borislav Petkov <petkovbb@gmail.com> |
Jens Axboe | 9c5b0ce | 2007-01-03 18:15:20 +0100 | [diff] [blame] | 2600 | L: linux-ide@vger.kernel.org |
Borislav Petkov | c404c19 | 2007-12-24 15:23:44 +0100 | [diff] [blame] | 2601 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2602 | F: Documentation/cdrom/ide-cd |
| 2603 | F: drivers/ide/ide-cd* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2604 | |
Andy Henroid | 27471fd | 2008-10-09 11:45:22 -0700 | [diff] [blame] | 2605 | IDLE-I7300 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2606 | M: Andy Henroid <andrew.d.henroid@intel.com> |
Andy Henroid | 27471fd | 2008-10-09 11:45:22 -0700 | [diff] [blame] | 2607 | L: linux-pm@lists.linux-foundation.org |
| 2608 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2609 | F: drivers/idle/i7300_idle.c |
Andy Henroid | 27471fd | 2008-10-09 11:45:22 -0700 | [diff] [blame] | 2610 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2611 | IEEE 1394 SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2612 | M: Ben Collins <ben.collins@ubuntu.com> |
| 2613 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2614 | L: linux1394-devel@lists.sourceforge.net |
| 2615 | W: http://www.linux1394.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2616 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2617 | S: Maintained |
Stefan Richter | 544df55 | 2009-10-03 10:17:29 +0200 | [diff] [blame] | 2618 | F: Documentation/debugging-via-ohci1394.txt |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2619 | F: drivers/ieee1394/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2620 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2621 | IEEE 1394 RAW I/O DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2622 | M: Dan Dennedy <dan@dennedy.org> |
| 2623 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2624 | L: linux1394-devel@lists.sourceforge.net |
Jody McIntyre | 105d7b3 | 2005-09-30 11:59:04 -0700 | [diff] [blame] | 2625 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2626 | F: drivers/ieee1394/raw1394* |
Jody McIntyre | 105d7b3 | 2005-09-30 11:59:04 -0700 | [diff] [blame] | 2627 | |
Sergey Lapin | 02cf228 | 2009-06-08 12:18:50 +0000 | [diff] [blame] | 2628 | IEEE 802.15.4 SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2629 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
| 2630 | M: Sergey Lapin <slapin@ossfans.org> |
Dmitry Eremin-Solenikov | e0af606 | 2009-06-18 13:05:49 +0400 | [diff] [blame] | 2631 | L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) |
Sergey Lapin | 02cf228 | 2009-06-08 12:18:50 +0000 | [diff] [blame] | 2632 | W: http://apps.sourceforge.net/trac/linux-zigbee |
Dmitry Baryshkov | a060330 | 2009-06-18 04:16:47 +0000 | [diff] [blame] | 2633 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git |
Sergey Lapin | 02cf228 | 2009-06-08 12:18:50 +0000 | [diff] [blame] | 2634 | S: Maintained |
| 2635 | F: net/ieee802154/ |
Joe Perches | a26c446 | 2009-06-18 16:49:24 -0700 | [diff] [blame] | 2636 | F: drivers/ieee802154/ |
Sergey Lapin | 02cf228 | 2009-06-08 12:18:50 +0000 | [diff] [blame] | 2637 | |
Mimi Zohar | aa7168f | 2009-02-04 09:07:03 -0500 | [diff] [blame] | 2638 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2639 | M: Mimi Zohar <zohar@us.ibm.com> |
Mimi Zohar | aa7168f | 2009-02-04 09:07:03 -0500 | [diff] [blame] | 2640 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2641 | F: security/integrity/ima/ |
Mimi Zohar | aa7168f | 2009-02-04 09:07:03 -0500 | [diff] [blame] | 2642 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2643 | IMS TWINTURBO FRAMEBUFFER DRIVER |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 2644 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Paul Mundt | 843393d | 2007-11-19 13:11:04 +0900 | [diff] [blame] | 2645 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2646 | F: drivers/video/imsttfb.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2647 | |
| 2648 | INFINIBAND SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2649 | M: Roland Dreier <rolandd@cisco.com> |
| 2650 | M: Sean Hefty <sean.hefty@intel.com> |
| 2651 | M: Hal Rosenstock <hal.rosenstock@gmail.com> |
Roland Dreier | e6cc0fd | 2009-09-07 21:54:38 -0700 | [diff] [blame] | 2652 | L: linux-rdma@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2653 | W: http://www.openib.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2654 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2655 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2656 | F: Documentation/infiniband/ |
| 2657 | F: drivers/infiniband/ |
| 2658 | F: include/linux/if_infiniband.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2659 | |
Robert Love | c9f04f5 | 2005-07-15 12:21:07 -0400 | [diff] [blame] | 2660 | INOTIFY |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2661 | M: John McCutchan <john@johnmccutchan.com> |
| 2662 | M: Robert Love <rlove@rlove.org> |
| 2663 | M: Eric Paris <eparis@parisplace.org> |
Robert Love | c9f04f5 | 2005-07-15 12:21:07 -0400 | [diff] [blame] | 2664 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2665 | F: Documentation/filesystems/inotify.txt |
| 2666 | F: fs/notify/inotify/ |
| 2667 | F: include/linux/inotify.h |
Robert Love | c9f04f5 | 2005-07-15 12:21:07 -0400 | [diff] [blame] | 2668 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2669 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2670 | M: Dmitry Torokhov <dmitry.torokhov@gmail.com> |
| 2671 | M: Dmitry Torokhov <dtor@mail.ru> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2672 | L: linux-input@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2673 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2674 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2675 | F: drivers/input/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2676 | |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 2677 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2678 | M: Sylvain Meyer <sylvain.meyer@worldonline.fr> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 2679 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 2680 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2681 | F: Documentation/fb/intelfb.txt |
| 2682 | F: drivers/video/intelfb/ |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 2683 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2684 | INTEL 810/815 FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2685 | M: Antonino Daplas <adaplas@gmail.com> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 2686 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 2687 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2688 | F: drivers/video/i810/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2689 | |
Thomas, Sujith | f4a9bc4 | 2008-11-05 16:15:31 +0530 | [diff] [blame] | 2690 | INTEL MENLOW THERMAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2691 | M: Sujith Thomas <sujith.thomas@intel.com> |
Thomas, Sujith | f4a9bc4 | 2008-11-05 16:15:31 +0530 | [diff] [blame] | 2692 | L: linux-acpi@vger.kernel.org |
| 2693 | W: http://www.lesswatts.org/projects/acpi/ |
| 2694 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2695 | F: drivers/platform/x86/intel_menlow.c |
Thomas, Sujith | f4a9bc4 | 2008-11-05 16:15:31 +0530 | [diff] [blame] | 2696 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2697 | INTEL IA32 MICROCODE UPDATE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2698 | M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2699 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2700 | F: arch/x86/kernel/microcode_core.c |
| 2701 | F: arch/x86/kernel/microcode_intel.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2702 | |
Nelson, Shannon | 248a9dc | 2007-07-15 23:37:20 -0700 | [diff] [blame] | 2703 | INTEL I/OAT DMA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2704 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> |
Nelson, Shannon | 248a9dc | 2007-07-15 23:37:20 -0700 | [diff] [blame] | 2705 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2706 | F: drivers/dma/ioat* |
Nelson, Shannon | 248a9dc | 2007-07-15 23:37:20 -0700 | [diff] [blame] | 2707 | |
David Woodhouse | 6c8909b | 2008-10-18 16:12:17 +0100 | [diff] [blame] | 2708 | INTEL IOMMU (VT-d) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2709 | M: David Woodhouse <dwmw2@infradead.org> |
David Woodhouse | 6c8909b | 2008-10-18 16:12:17 +0100 | [diff] [blame] | 2710 | L: iommu@lists.linux-foundation.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2711 | T: git git://git.infradead.org/iommu-2.6.git |
David Woodhouse | 6c8909b | 2008-10-18 16:12:17 +0100 | [diff] [blame] | 2712 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2713 | F: drivers/pci/intel-iommu.c |
| 2714 | F: include/linux/intel-iommu.h |
David Woodhouse | 6c8909b | 2008-10-18 16:12:17 +0100 | [diff] [blame] | 2715 | |
Dan Williams | b3e5f26 | 2007-08-07 10:26:35 -0700 | [diff] [blame] | 2716 | INTEL IOP-ADMA DMA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2717 | M: Dan Williams <dan.j.williams@intel.com> |
Dan Williams | f00f510 | 2009-08-18 15:21:50 -0700 | [diff] [blame] | 2718 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2719 | F: drivers/dma/iop-adma.c |
Dan Williams | b3e5f26 | 2007-08-07 10:26:35 -0700 | [diff] [blame] | 2720 | |
Krzysztof Hałasa | 9251ce9 | 2008-12-21 23:52:36 +0100 | [diff] [blame] | 2721 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2722 | M: Krzysztof Halasa <khc@pm.waw.pl> |
Krzysztof Hałasa | 9251ce9 | 2008-12-21 23:52:36 +0100 | [diff] [blame] | 2723 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2724 | F: arch/arm/mach-ixp4xx/include/mach/qmgr.h |
| 2725 | F: arch/arm/mach-ixp4xx/include/mach/npe.h |
| 2726 | F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c |
| 2727 | F: arch/arm/mach-ixp4xx/ixp4xx_npe.c |
| 2728 | F: drivers/net/arm/ixp4xx_eth.c |
| 2729 | F: drivers/net/wan/ixp4xx_hss.c |
Krzysztof Hałasa | 9251ce9 | 2008-12-21 23:52:36 +0100 | [diff] [blame] | 2730 | |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 2731 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2732 | M: Deepak Saxena <dsaxena@plexity.net> |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 2733 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2734 | F: drivers/char/hw_random/ixp4xx-rng.c |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 2735 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 2736 | INTEL IXP2000 ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2737 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 2738 | L: netdev@vger.kernel.org |
| 2739 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2740 | F: drivers/net/ixp2000/ |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 2741 | |
Auke Kok | d94e6fe | 2008-03-03 14:37:47 -0800 | [diff] [blame] | 2742 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2743 | M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> |
| 2744 | M: Jesse Brandeburg <jesse.brandeburg@intel.com> |
| 2745 | M: Bruce Allan <bruce.w.allan@intel.com> |
| 2746 | M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> |
| 2747 | M: John Ronciak <john.ronciak@intel.com> |
Auke Kok | dcd01fa | 2007-03-06 08:58:06 -0800 | [diff] [blame] | 2748 | L: e1000-devel@lists.sourceforge.net |
Auke Kok | d94e6fe | 2008-03-03 14:37:47 -0800 | [diff] [blame] | 2749 | W: http://e1000.sourceforge.net/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2750 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2751 | F: drivers/net/e100.c |
| 2752 | F: drivers/net/e1000/ |
| 2753 | F: drivers/net/e1000e/ |
| 2754 | F: drivers/net/igb/ |
| 2755 | F: drivers/net/ixgb/ |
| 2756 | F: drivers/net/ixgbe/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2757 | |
James Ketrenos | 826d2ab | 2005-11-07 18:56:59 -0600 | [diff] [blame] | 2758 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2759 | M: Zhu Yi <yi.zhu@intel.com> |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2760 | M: Reinette Chatre <reinette.chatre@intel.com> |
Reinette Chatre | a0bf797 | 2009-08-21 14:03:51 -0700 | [diff] [blame] | 2761 | M: Intel Linux Wireless <ilw@linux.intel.com> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 2762 | L: linux-wireless@vger.kernel.org |
James Ketrenos | 826d2ab | 2005-11-07 18:56:59 -0600 | [diff] [blame] | 2763 | W: http://ipw2100.sourceforge.net |
Reinette Chatre | a0bf797 | 2009-08-21 14:03:51 -0700 | [diff] [blame] | 2764 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2765 | F: Documentation/networking/README.ipw2100 |
| 2766 | F: drivers/net/wireless/ipw2x00/ipw2100.* |
James Ketrenos | 826d2ab | 2005-11-07 18:56:59 -0600 | [diff] [blame] | 2767 | |
| 2768 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2769 | M: Zhu Yi <yi.zhu@intel.com> |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2770 | M: Reinette Chatre <reinette.chatre@intel.com> |
Reinette Chatre | a0bf797 | 2009-08-21 14:03:51 -0700 | [diff] [blame] | 2771 | M: Intel Linux Wireless <ilw@linux.intel.com> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 2772 | L: linux-wireless@vger.kernel.org |
James Ketrenos | 826d2ab | 2005-11-07 18:56:59 -0600 | [diff] [blame] | 2773 | W: http://ipw2200.sourceforge.net |
Reinette Chatre | a0bf797 | 2009-08-21 14:03:51 -0700 | [diff] [blame] | 2774 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2775 | F: Documentation/networking/README.ipw2200 |
| 2776 | F: drivers/net/wireless/ipw2x00/ipw2200.* |
James Ketrenos | 826d2ab | 2005-11-07 18:56:59 -0600 | [diff] [blame] | 2777 | |
Inaky Perez-Gonzalez | 8a70da8 | 2008-12-20 16:58:00 -0800 | [diff] [blame] | 2778 | INTEL WIRELESS WIMAX CONNECTION 2400 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2779 | M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
Inaky Perez-Gonzalez | 8a70da8 | 2008-12-20 16:58:00 -0800 | [diff] [blame] | 2780 | M: linux-wimax@intel.com |
| 2781 | L: wimax@linuxwimax.org |
| 2782 | S: Supported |
| 2783 | W: http://linuxwimax.org |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2784 | F: Documentation/wimax/README.i2400m |
| 2785 | F: drivers/net/wimax/i2400m/ |
| 2786 | F: include/linux/wimax/i2400m.h |
Inaky Perez-Gonzalez | 8a70da8 | 2008-12-20 16:58:00 -0800 | [diff] [blame] | 2787 | |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 2788 | INTEL WIRELESS WIFI LINK (iwlwifi) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2789 | M: Zhu Yi <yi.zhu@intel.com> |
| 2790 | M: Reinette Chatre <reinette.chatre@intel.com> |
Reinette Chatre | a0bf797 | 2009-08-21 14:03:51 -0700 | [diff] [blame] | 2791 | M: Intel Linux Wireless <ilw@linux.intel.com> |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 2792 | L: linux-wireless@vger.kernel.org |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 2793 | W: http://intellinuxwireless.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2794 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 2795 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2796 | F: drivers/net/wireless/iwlwifi/ |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 2797 | |
Ralf Baechle | cb109a0 | 2007-08-30 23:56:30 -0700 | [diff] [blame] | 2798 | IOC3 ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2799 | M: Ralf Baechle <ralf@linux-mips.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2800 | L: linux-mips@linux-mips.org |
| 2801 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2802 | F: drivers/net/ioc3-eth.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2803 | |
Ralf Baechle | cb109a0 | 2007-08-30 23:56:30 -0700 | [diff] [blame] | 2804 | IOC3 SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2805 | M: Pat Gefre <pfg@sgi.com> |
Joe Perches | 6650e0a | 2007-12-10 15:49:32 -0800 | [diff] [blame] | 2806 | L: linux-mips@linux-mips.org |
Ralf Baechle | cb109a0 | 2007-08-30 23:56:30 -0700 | [diff] [blame] | 2807 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2808 | F: drivers/serial/ioc3_serial.c |
Ralf Baechle | cb109a0 | 2007-08-30 23:56:30 -0700 | [diff] [blame] | 2809 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 2810 | IP MASQUERADING |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2811 | M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2812 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2813 | F: net/ipv4/netfilter/ipt_MASQUERADE.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2814 | |
Francois Romieu | 1202d6f | 2007-09-17 17:13:55 -0700 | [diff] [blame] | 2815 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2816 | M: Francois Romieu <romieu@fr.zoreil.com> |
| 2817 | M: Sorbica Shieh <sorbica@icplus.com.tw> |
| 2818 | M: Jesse Huang <jesse@icplus.com.tw> |
Francois Romieu | 1202d6f | 2007-09-17 17:13:55 -0700 | [diff] [blame] | 2819 | L: netdev@vger.kernel.org |
| 2820 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2821 | F: drivers/net/ipg.c |
Francois Romieu | 1202d6f | 2007-09-17 17:13:55 -0700 | [diff] [blame] | 2822 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 2823 | IPATH DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2824 | M: Ralph Campbell <infinipath@qlogic.com> |
Roland Dreier | e6cc0fd | 2009-09-07 21:54:38 -0700 | [diff] [blame] | 2825 | L: linux-rdma@vger.kernel.org |
Arthur Jones | f42b647 | 2007-07-09 20:12:26 -0700 | [diff] [blame] | 2826 | T: git git://git.qlogic.com/ipath-linux-2.6 |
Bryan O'Sullivan | 77d8798 | 2006-03-29 15:23:39 -0800 | [diff] [blame] | 2827 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2828 | F: drivers/infiniband/hw/ipath/ |
Bryan O'Sullivan | 77d8798 | 2006-03-29 15:23:39 -0800 | [diff] [blame] | 2829 | |
Corey Minyard | 4409ebe | 2006-04-20 02:43:12 -0700 | [diff] [blame] | 2830 | IPMI SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2831 | M: Corey Minyard <minyard@acm.org> |
Corey Minyard | 4409ebe | 2006-04-20 02:43:12 -0700 | [diff] [blame] | 2832 | L: openipmi-developer@lists.sourceforge.net |
| 2833 | W: http://openipmi.sourceforge.net/ |
| 2834 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2835 | F: Documentation/IPMI.txt |
| 2836 | F: drivers/char/ipmi/ |
| 2837 | F: include/linux/ipmi* |
Corey Minyard | 4409ebe | 2006-04-20 02:43:12 -0700 | [diff] [blame] | 2838 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2839 | IPS SCSI RAID DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2840 | M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2841 | L: linux-scsi@vger.kernel.org |
| 2842 | W: http://www.adaptec.com/ |
| 2843 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2844 | F: drivers/scsi/ips* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2845 | |
| 2846 | IPVS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2847 | M: Wensong Zhang <wensong@linux-vs.org> |
| 2848 | M: Simon Horman <horms@verge.net.au> |
| 2849 | M: Julian Anastasov <ja@ssi.bg> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 2850 | L: netdev@vger.kernel.org |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2851 | L: lvs-devel@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2852 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2853 | F: Documentation/networking/ipvs-sysctl.txt |
Hannes Eder | b61d4a71 | 2009-09-21 17:04:12 -0700 | [diff] [blame] | 2854 | F: include/net/ip_vs.h |
| 2855 | F: include/linux/ip_vs.h |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2856 | F: net/netfilter/ipvs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2857 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 2858 | IPWIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2859 | M: Jiri Kosina <jkosina@suse.cz> |
| 2860 | M: David Sterba <dsterba@suse.cz> |
David Sterba | 099dc4f | 2008-02-07 10:57:12 +0100 | [diff] [blame] | 2861 | S: Maintained |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2862 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2863 | F: drivers/char/pcmcia/ipwireless/ |
David Sterba | 099dc4f | 2008-02-07 10:57:12 +0100 | [diff] [blame] | 2864 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2865 | IPX NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2866 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2867 | L: netdev@vger.kernel.org |
| 2868 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2869 | F: include/linux/ipx.h |
| 2870 | F: include/net/ipx.h |
| 2871 | F: net/ipx/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2872 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2873 | IRDA SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2874 | M: Samuel Ortiz <samuel@sortiz.org> |
Olaf Hering | a2ac953 | 2005-07-12 13:58:35 -0700 | [diff] [blame] | 2875 | L: irda-users@lists.sourceforge.net (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2876 | W: http://irda.sourceforge.net/ |
Samuel Ortiz | f353976 | 2006-05-09 15:24:49 -0700 | [diff] [blame] | 2877 | S: Maintained |
Samuel Ortiz | e005797 | 2009-06-05 16:12:00 +0200 | [diff] [blame] | 2878 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2879 | F: Documentation/networking/irda.txt |
| 2880 | F: drivers/net/irda/ |
| 2881 | F: include/net/irda/ |
| 2882 | F: net/irda/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2883 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2884 | ISAPNP |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2885 | M: Jaroslav Kysela <perex@perex.cz> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2886 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2887 | F: Documentation/isapnp.txt |
| 2888 | F: drivers/pnp/isapnp/ |
| 2889 | F: include/linux/isapnp.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2890 | |
Mike Christie | 14816b1e | 2007-11-28 16:22:06 -0800 | [diff] [blame] | 2891 | ISCSI |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2892 | M: Mike Christie <michaelc@cs.wisc.edu> |
Mike Christie | 14816b1e | 2007-11-28 16:22:06 -0800 | [diff] [blame] | 2893 | L: open-iscsi@googlegroups.com |
| 2894 | W: www.open-iscsi.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2895 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git |
Mike Christie | 14816b1e | 2007-11-28 16:22:06 -0800 | [diff] [blame] | 2896 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2897 | F: drivers/scsi/*iscsi* |
| 2898 | F: include/scsi/*iscsi* |
Mike Christie | 14816b1e | 2007-11-28 16:22:06 -0800 | [diff] [blame] | 2899 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2900 | ISDN SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2901 | M: Karsten Keil <isdn@linux-pingi.de> |
Paul Bolle | d5d5227 | 2008-04-15 00:40:48 -0700 | [diff] [blame] | 2902 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2903 | W: http://www.isdn4linux.de |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2904 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2905 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2906 | F: Documentation/isdn/ |
| 2907 | F: drivers/isdn/ |
| 2908 | F: include/linux/isdn.h |
| 2909 | F: include/linux/isdn/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2910 | |
| 2911 | ISDN SUBSYSTEM (Eicon active card driver) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2912 | M: Armin Schindler <mac@melware.de> |
Paul Bolle | d5d5227 | 2008-04-15 00:40:48 -0700 | [diff] [blame] | 2913 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2914 | W: http://www.melware.de |
| 2915 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2916 | F: drivers/isdn/hardware/eicon/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2917 | |
Hans Verkuil | 91821ff | 2007-12-02 09:35:33 -0300 | [diff] [blame] | 2918 | IVTV VIDEO4LINUX DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2919 | M: Hans Verkuil <hverkuil@xs4all.nl> |
Hans Verkuil | 91821ff | 2007-12-02 09:35:33 -0300 | [diff] [blame] | 2920 | L: ivtv-devel@ivtvdriver.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 2921 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2922 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Hans Verkuil | 91821ff | 2007-12-02 09:35:33 -0300 | [diff] [blame] | 2923 | W: http://www.ivtvdriver.org |
| 2924 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2925 | F: Documentation/video4linux/*.ivtv |
| 2926 | F: drivers/media/video/ivtv/ |
| 2927 | F: include/linux/ivtv* |
Hans Verkuil | 91821ff | 2007-12-02 09:35:33 -0300 | [diff] [blame] | 2928 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2929 | JFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2930 | M: Dave Kleikamp <shaggy@linux.vnet.ibm.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2931 | L: jfs-discussion@lists.sourceforge.net |
| 2932 | W: http://jfs.sourceforge.net/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2933 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git |
Dave Kleikamp | 8f8f013 | 2009-07-13 11:02:24 -0500 | [diff] [blame] | 2934 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2935 | F: Documentation/filesystems/jfs.txt |
| 2936 | F: fs/jfs/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2937 | |
Guo-Fu Tseng | 9525223 | 2008-09-16 01:00:11 +0800 | [diff] [blame] | 2938 | JME NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2939 | M: Guo-Fu Tseng <cooldavid@cooldavid.org> |
Guo-Fu Tseng | 9525223 | 2008-09-16 01:00:11 +0800 | [diff] [blame] | 2940 | L: netdev@vger.kernel.org |
| 2941 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2942 | F: drivers/net/jme.* |
Guo-Fu Tseng | 9525223 | 2008-09-16 01:00:11 +0800 | [diff] [blame] | 2943 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2944 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2945 | M: David Woodhouse <dwmw2@infradead.org> |
David Woodhouse | 6d85d06 | 2007-10-27 10:39:48 -0400 | [diff] [blame] | 2946 | L: linux-mtd@lists.infradead.org |
| 2947 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2948 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2949 | F: fs/jffs2/ |
| 2950 | F: include/linux/jffs2.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2951 | |
Josh Triplett | de456d3 | 2006-07-30 03:04:00 -0700 | [diff] [blame] | 2952 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2953 | M: Andrew Morton <akpm@linux-foundation.org> |
Jan Kara | 19003c1 | 2009-08-03 19:00:57 +0200 | [diff] [blame] | 2954 | M: Jan Kara <jack@suse.cz> |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 2955 | L: linux-ext4@vger.kernel.org |
Theodore Tso | ae0718f | 2006-05-20 15:00:13 -0700 | [diff] [blame] | 2956 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2957 | F: fs/jbd*/ |
| 2958 | F: include/linux/ext*jbd*.h |
| 2959 | F: include/linux/jbd*.h |
Theodore Tso | ae0718f | 2006-05-20 15:00:13 -0700 | [diff] [blame] | 2960 | |
Rudolf Marek | 4660cb3 | 2006-10-08 22:01:26 +0200 | [diff] [blame] | 2961 | K8TEMP HARDWARE MONITORING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2962 | M: Rudolf Marek <r.marek@assembler.cz> |
Rudolf Marek | 4660cb3 | 2006-10-08 22:01:26 +0200 | [diff] [blame] | 2963 | L: lm-sensors@lm-sensors.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2964 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2965 | F: Documentation/hwmon/k8temp |
| 2966 | F: drivers/hwmon/k8temp.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2967 | |
| 2968 | KCONFIG |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2969 | M: Roman Zippel <zippel@linux-m68k.org> |
Sam Ravnborg | 347d12d | 2007-10-18 13:23:33 +0200 | [diff] [blame] | 2970 | L: linux-kbuild@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2971 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2972 | F: Documentation/kbuild/kconfig-language.txt |
| 2973 | F: scripts/kconfig/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2974 | |
Vivek Goyal | ea6c208 | 2006-05-20 14:59:55 -0700 | [diff] [blame] | 2975 | KDUMP |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2976 | M: Vivek Goyal <vgoyal@redhat.com> |
| 2977 | M: Haren Myneni <hbabu@us.ibm.com> |
Simon Horman | 3463399 | 2007-05-08 00:31:40 -0700 | [diff] [blame] | 2978 | L: kexec@lists.infradead.org |
Vivek Goyal | ea6c208 | 2006-05-20 14:59:55 -0700 | [diff] [blame] | 2979 | W: http://lse.sourceforge.net/kdump/ |
| 2980 | S: Maintained |
Joe Perches | 8081149 | 2009-04-08 20:20:27 -0700 | [diff] [blame] | 2981 | F: Documentation/kdump/ |
Vivek Goyal | ea6c208 | 2006-05-20 14:59:55 -0700 | [diff] [blame] | 2982 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2983 | KERNEL AUTOMOUNTER (AUTOFS) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2984 | M: "H. Peter Anvin" <hpa@zytor.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2985 | L: autofs@linux.kernel.org |
| 2986 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2987 | F: fs/autofs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2988 | |
| 2989 | KERNEL AUTOMOUNTER v4 (AUTOFS4) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2990 | M: Ian Kent <raven@themaw.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2991 | L: autofs@linux.kernel.org |
| 2992 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2993 | F: fs/autofs4/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2994 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2995 | KERNEL BUILD |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2996 | M: Sam Ravnborg <sam@ravnborg.org> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2997 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git |
| 2998 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git |
Sam Ravnborg | 347d12d | 2007-10-18 13:23:33 +0200 | [diff] [blame] | 2999 | L: linux-kbuild@vger.kernel.org |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 3000 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3001 | F: Documentation/kbuild/ |
| 3002 | F: Makefile |
| 3003 | F: scripts/Makefile.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3004 | |
| 3005 | KERNEL JANITORS |
maximilian attems | c3000e0 | 2007-07-06 11:17:32 -0700 | [diff] [blame] | 3006 | L: kernel-janitors@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3007 | W: http://www.kerneljanitors.org/ |
Markus Heidelberg | cf83011 | 2009-06-12 01:00:28 +0200 | [diff] [blame] | 3008 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3009 | |
J. Bruce Fields | e8b4355 | 2008-07-23 08:49:50 -0400 | [diff] [blame] | 3010 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3011 | M: "J. Bruce Fields" <bfields@fieldses.org> |
| 3012 | M: Neil Brown <neilb@suse.de> |
Neil Brown | 16141c0 | 2007-12-11 16:16:12 -0800 | [diff] [blame] | 3013 | L: linux-nfs@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3014 | W: http://nfs.sourceforge.net/ |
NeilBrown | 98fac23 | 2007-01-26 00:56:57 -0800 | [diff] [blame] | 3015 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3016 | F: fs/nfsd/ |
| 3017 | F: include/linux/nfsd/ |
| 3018 | F: fs/lockd/ |
| 3019 | F: fs/nfs_common/ |
| 3020 | F: net/sunrpc/ |
| 3021 | F: include/linux/lockd/ |
| 3022 | F: include/linux/sunrpc/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3023 | |
Avi Kivity | 426d62e | 2006-12-13 00:34:03 -0800 | [diff] [blame] | 3024 | KERNEL VIRTUAL MACHINE (KVM) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3025 | M: Avi Kivity <avi@redhat.com> |
Marcelo Tosatti | 8e616fc | 2009-09-10 17:21:34 -0300 | [diff] [blame] | 3026 | M: Marcelo Tosatti <mtosatti@redhat.com> |
Avi Kivity | 1fc9d2b | 2008-05-18 13:50:23 +0300 | [diff] [blame] | 3027 | L: kvm@vger.kernel.org |
| 3028 | W: http://kvm.qumranet.com |
Avi Kivity | 426d62e | 2006-12-13 00:34:03 -0800 | [diff] [blame] | 3029 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3030 | F: Documentation/*/kvm.txt |
| 3031 | F: arch/*/kvm/ |
| 3032 | F: arch/*/include/asm/kvm* |
| 3033 | F: include/linux/kvm* |
| 3034 | F: virt/kvm/ |
Avi Kivity | 426d62e | 2006-12-13 00:34:03 -0800 | [diff] [blame] | 3035 | |
Joerg Roedel | ad8003d | 2008-09-10 20:01:07 +0200 | [diff] [blame] | 3036 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3037 | M: Joerg Roedel <joerg.roedel@amd.com> |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 3038 | L: kvm@vger.kernel.org |
| 3039 | W: http://kvm.qumranet.com |
| 3040 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3041 | F: arch/x86/include/asm/svm.h |
| 3042 | F: arch/x86/kvm/kvm_svm.h |
| 3043 | F: arch/x86/kvm/svm.c |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 3044 | |
Hollis Blanchard | 513014b | 2008-04-16 23:28:08 -0500 | [diff] [blame] | 3045 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3046 | M: Hollis Blanchard <hollisb@us.ibm.com> |
Avi Kivity | 1fc9d2b | 2008-05-18 13:50:23 +0300 | [diff] [blame] | 3047 | L: kvm-ppc@vger.kernel.org |
| 3048 | W: http://kvm.qumranet.com |
Hollis Blanchard | 513014b | 2008-04-16 23:28:08 -0500 | [diff] [blame] | 3049 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3050 | F: arch/powerpc/include/asm/kvm* |
| 3051 | F: arch/powerpc/kvm/ |
Hollis Blanchard | 513014b | 2008-04-16 23:28:08 -0500 | [diff] [blame] | 3052 | |
Avi Kivity | 1fc9d2b | 2008-05-18 13:50:23 +0300 | [diff] [blame] | 3053 | KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3054 | M: Xiantao Zhang <xiantao.zhang@intel.com> |
Avi Kivity | 1fc9d2b | 2008-05-18 13:50:23 +0300 | [diff] [blame] | 3055 | L: kvm-ia64@vger.kernel.org |
| 3056 | W: http://kvm.qumranet.com |
Zhang Xiantao | 920ed9f | 2008-01-31 12:03:39 +0800 | [diff] [blame] | 3057 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3058 | F: Documentation/ia64/kvm.txt |
| 3059 | F: arch/ia64/include/asm/kvm* |
| 3060 | F: arch/ia64/kvm/ |
Zhang Xiantao | 920ed9f | 2008-01-31 12:03:39 +0800 | [diff] [blame] | 3061 | |
Christian Borntraeger | 85f8fff | 2008-03-25 18:47:41 +0100 | [diff] [blame] | 3062 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3063 | M: Carsten Otte <cotte@de.ibm.com> |
| 3064 | M: Christian Borntraeger <borntraeger@de.ibm.com> |
Christian Borntraeger | 85f8fff | 2008-03-25 18:47:41 +0100 | [diff] [blame] | 3065 | M: linux390@de.ibm.com |
| 3066 | L: linux-s390@vger.kernel.org |
| 3067 | W: http://www.ibm.com/developerworks/linux/linux390/ |
| 3068 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3069 | F: Documentation/s390/kvm.txt |
| 3070 | F: arch/s390/include/asm/kvm* |
Joe Perches | 8081149 | 2009-04-08 20:20:27 -0700 | [diff] [blame] | 3071 | F: arch/s390/kvm/ |
Christian Borntraeger | 85f8fff | 2008-03-25 18:47:41 +0100 | [diff] [blame] | 3072 | |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 3073 | KEXEC |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3074 | M: Eric Biederman <ebiederm@xmission.com> |
Signed-off-by@vergenet.net":Simon | b7c698f | 2007-10-18 03:04:33 -0700 | [diff] [blame] | 3075 | W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ |
Simon Horman | 3463399 | 2007-05-08 00:31:40 -0700 | [diff] [blame] | 3076 | L: kexec@lists.infradead.org |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 3077 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3078 | F: include/linux/kexec.h |
| 3079 | F: kernel/kexec.c |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 3080 | |
Jason Wessel | e3e2aaf | 2008-03-20 13:43:45 -0500 | [diff] [blame] | 3081 | KGDB |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3082 | M: Jason Wessel <jason.wessel@windriver.com> |
Jason Wessel | e3e2aaf | 2008-03-20 13:43:45 -0500 | [diff] [blame] | 3083 | L: kgdb-bugreport@lists.sourceforge.net |
| 3084 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3085 | F: Documentation/DocBook/kgdb.tmpl |
| 3086 | F: drivers/misc/kgdbts.c |
| 3087 | F: drivers/serial/kgdboc.c |
| 3088 | F: include/linux/kgdb.h |
| 3089 | F: kernel/kgdb.c |
Jason Wessel | e3e2aaf | 2008-03-20 13:43:45 -0500 | [diff] [blame] | 3090 | |
Pekka Enberg | 456db8c | 2008-04-28 22:47:29 +0300 | [diff] [blame] | 3091 | KMEMCHECK |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3092 | M: Vegard Nossum <vegardno@ifi.uio.no> |
Pekka Enberg | 456db8c | 2008-04-28 22:47:29 +0300 | [diff] [blame] | 3093 | P Pekka Enberg |
| 3094 | M: penberg@cs.helsinki.fi |
Pekka Enberg | 456db8c | 2008-04-28 22:47:29 +0300 | [diff] [blame] | 3095 | S: Maintained |
| 3096 | |
Catalin Marinas | c3bb4d2 | 2009-06-12 09:35:22 +0100 | [diff] [blame] | 3097 | KMEMLEAK |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3098 | M: Catalin Marinas <catalin.marinas@arm.com> |
Catalin Marinas | c3bb4d2 | 2009-06-12 09:35:22 +0100 | [diff] [blame] | 3099 | S: Maintained |
| 3100 | F: Documentation/kmemleak.txt |
| 3101 | F: include/linux/kmemleak.h |
| 3102 | F: mm/kmemleak.c |
| 3103 | F: mm/kmemleak-test.c |
| 3104 | |
Eduard - Gabriel Munteanu | b9ce08c | 2008-08-10 20:14:03 +0300 | [diff] [blame] | 3105 | KMEMTRACE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3106 | M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> |
Eduard - Gabriel Munteanu | b9ce08c | 2008-08-10 20:14:03 +0300 | [diff] [blame] | 3107 | S: Maintained |
Joe Perches | dc8c7f8 | 2009-04-21 12:24:45 -0700 | [diff] [blame] | 3108 | F: Documentation/trace/kmemtrace.txt |
Joe Perches | 898f96f | 2009-06-18 16:49:25 -0700 | [diff] [blame] | 3109 | F: include/linux/kmemtrace.h |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3110 | F: kernel/trace/kmemtrace.c |
Eduard - Gabriel Munteanu | b9ce08c | 2008-08-10 20:14:03 +0300 | [diff] [blame] | 3111 | |
Prasanna S Panchamukhi | 89559a6 | 2005-09-22 21:43:47 -0700 | [diff] [blame] | 3112 | KPROBES |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3113 | M: Ananth N Mavinakayanahalli <ananth@in.ibm.com> |
| 3114 | M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> |
| 3115 | M: "David S. Miller" <davem@davemloft.net> |
| 3116 | M: Masami Hiramatsu <mhiramat@redhat.com> |
Prasanna S Panchamukhi | 89559a6 | 2005-09-22 21:43:47 -0700 | [diff] [blame] | 3117 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3118 | F: Documentation/kprobes.txt |
| 3119 | F: include/linux/kprobes.h |
| 3120 | F: kernel/kprobes.c |
Prasanna S Panchamukhi | 89559a6 | 2005-09-22 21:43:47 -0700 | [diff] [blame] | 3121 | |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 3122 | KS0108 LCD CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3123 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
Miguel Ojeda | 450c622 | 2008-07-04 09:59:33 -0700 | [diff] [blame] | 3124 | W: http://miguelojeda.es/auxdisplay.htm |
| 3125 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 3126 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3127 | F: Documentation/auxdisplay/ks0108 |
| 3128 | F: drivers/auxdisplay/ks0108.c |
| 3129 | F: include/linux/ks0108.h |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 3130 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3131 | LAPB module |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3132 | L: linux-x25@vger.kernel.org |
David S. Miller | bf9915c | 2006-07-21 14:55:17 -0700 | [diff] [blame] | 3133 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3134 | F: Documentation/networking/lapb-module.txt |
| 3135 | F: include/*/lapb.h |
| 3136 | F: net/lapb/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3137 | |
| 3138 | LASI 53c700 driver for PARISC |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3139 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3140 | L: linux-scsi@vger.kernel.org |
| 3141 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3142 | F: Documentation/scsi/53c700.txt |
| 3143 | F: drivers/scsi/53c700* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3144 | |
Richard Purdie | 263de9b | 2006-05-15 09:44:16 -0700 | [diff] [blame] | 3145 | LED SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3146 | M: Richard Purdie <rpurdie@rpsys.net> |
Richard Purdie | 263de9b | 2006-05-15 09:44:16 -0700 | [diff] [blame] | 3147 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3148 | F: drivers/leds/ |
| 3149 | F: include/linux/leds.h |
Richard Purdie | 263de9b | 2006-05-15 09:44:16 -0700 | [diff] [blame] | 3150 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3151 | LEGO USB Tower driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3152 | M: Juergen Stuber <starblue@users.sourceforge.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3153 | L: legousb-devel@lists.sourceforge.net |
| 3154 | W: http://legousb.sourceforge.net/ |
| 3155 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3156 | F: drivers/usb/misc/legousbtower.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3157 | |
Rusty Russell | 568a17f | 2007-10-25 14:12:24 +1000 | [diff] [blame] | 3158 | LGUEST |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3159 | M: Rusty Russell <rusty@rustcorp.com.au> |
Rusty Russell | 568a17f | 2007-10-25 14:12:24 +1000 | [diff] [blame] | 3160 | L: lguest@ozlabs.org |
| 3161 | W: http://lguest.ozlabs.org/ |
| 3162 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3163 | F: Documentation/lguest/ |
| 3164 | F: arch/x86/lguest/ |
| 3165 | F: drivers/lguest/ |
| 3166 | F: include/linux/lguest*.h |
| 3167 | F: arch/x86/include/asm/lguest*.h |
Rusty Russell | 568a17f | 2007-10-25 14:12:24 +1000 | [diff] [blame] | 3168 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3169 | LINUX FOR IBM pSERIES (RS/6000) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3170 | M: Paul Mackerras <paulus@au.ibm.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3171 | W: http://www.ibm.com/linux/ltc/projects/ppc |
| 3172 | S: Supported |
| 3173 | |
Paul Mackerras | 852bb9f | 2008-07-04 21:04:42 +1000 | [diff] [blame] | 3174 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3175 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
| 3176 | M: Paul Mackerras <paulus@samba.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3177 | W: http://www.penguinppc.org/ |
| 3178 | L: linuxppc-dev@ozlabs.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3179 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3180 | S: Supported |
| 3181 | |
| 3182 | LINUX FOR POWER MACINTOSH |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3183 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3184 | W: http://www.penguinppc.org/ |
| 3185 | L: linuxppc-dev@ozlabs.org |
| 3186 | S: Maintained |
| 3187 | |
Grant Likely | 77a7636 | 2008-07-12 12:11:43 -0600 | [diff] [blame] | 3188 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3189 | M: Grant Likely <grant.likely@secretlab.ca> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3190 | L: linuxppc-dev@ozlabs.org |
Grant Likely | 9d37a90 | 2009-04-28 06:50:15 +0000 | [diff] [blame] | 3191 | T: git git://git.secretlab.ca/git/linux-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3192 | S: Maintained |
| 3193 | |
| 3194 | LINUX FOR POWERPC EMBEDDED PPC4XX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3195 | M: Josh Boyer <jwboyer@linux.vnet.ibm.com> |
| 3196 | M: Matt Porter <mporter@kernel.crashing.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3197 | W: http://www.penguinppc.org/ |
Mark A. Greer | 88de3ca | 2007-10-02 10:24:08 +1000 | [diff] [blame] | 3198 | L: linuxppc-dev@ozlabs.org |
Josh Boyer | 9ae2ccf | 2009-04-24 08:57:47 -0400 | [diff] [blame] | 3199 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3200 | S: Maintained |
| 3201 | |
Grant Likely | 260c02a | 2007-10-02 12:15:34 +1000 | [diff] [blame] | 3202 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3203 | M: Grant Likely <grant.likely@secretlab.ca> |
Grant Likely | f210d43 | 2007-10-03 23:24:52 -0600 | [diff] [blame] | 3204 | W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex |
Grant Likely | 260c02a | 2007-10-02 12:15:34 +1000 | [diff] [blame] | 3205 | L: linuxppc-dev@ozlabs.org |
Grant Likely | 9d37a90 | 2009-04-28 06:50:15 +0000 | [diff] [blame] | 3206 | T: git git://git.secretlab.ca/git/linux-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3207 | S: Maintained |
| 3208 | |
Tom Rini | e93adf1 | 2005-07-26 12:49:53 -0700 | [diff] [blame] | 3209 | LINUX FOR POWERPC EMBEDDED PPC8XX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3210 | M: Vitaly Bordug <vitb@kernel.crashing.org> |
| 3211 | M: Marcelo Tosatti <marcelo@kvack.org> |
Tom Rini | e93adf1 | 2005-07-26 12:49:53 -0700 | [diff] [blame] | 3212 | W: http://www.penguinppc.org/ |
Mark A. Greer | 88de3ca | 2007-10-02 10:24:08 +1000 | [diff] [blame] | 3213 | L: linuxppc-dev@ozlabs.org |
Tom Rini | e93adf1 | 2005-07-26 12:49:53 -0700 | [diff] [blame] | 3214 | S: Maintained |
| 3215 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3216 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3217 | M: Kumar Gala <galak@kernel.crashing.org> |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 3218 | W: http://www.penguinppc.org/ |
Mark A. Greer | 88de3ca | 2007-10-02 10:24:08 +1000 | [diff] [blame] | 3219 | L: linuxppc-dev@ozlabs.org |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 3220 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3221 | |
Olof Johansson | ab06ff3 | 2006-09-06 14:44:54 -0500 | [diff] [blame] | 3222 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3223 | M: Olof Johansson <olof@lixom.net> |
Olof Johansson | ab06ff3 | 2006-09-06 14:44:54 -0500 | [diff] [blame] | 3224 | W: http://www.pasemi.com/ |
| 3225 | L: linuxppc-dev@ozlabs.org |
| 3226 | S: Supported |
| 3227 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3228 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3229 | M: Chris Wright <chrisw@sous-sol.org> |
Chris Wright | 1a4520b | 2006-03-11 03:27:20 -0800 | [diff] [blame] | 3230 | L: linux-security-module@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3231 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3232 | S: Supported |
| 3233 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3234 | LLC (802.2) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3235 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3236 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3237 | F: include/linux/llc.h |
| 3238 | F: include/net/llc* |
| 3239 | F: net/llc/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3240 | |
Pavel Machek | 455fbdd | 2008-11-12 13:27:02 -0800 | [diff] [blame] | 3241 | LIS3LV02D ACCELEROMETER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3242 | M: Eric Piel <eric.piel@tremplin-utc.net> |
Pavel Machek | 455fbdd | 2008-11-12 13:27:02 -0800 | [diff] [blame] | 3243 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3244 | F: Documentation/hwmon/lis3lv02d |
| 3245 | F: drivers/hwmon/lis3lv02d.* |
Pavel Machek | 455fbdd | 2008-11-12 13:27:02 -0800 | [diff] [blame] | 3246 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3247 | LM83 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3248 | M: Jean Delvare <khali@linux-fr.org> |
Jean Delvare | cc0b07e | 2005-05-22 09:39:11 +0200 | [diff] [blame] | 3249 | L: lm-sensors@lm-sensors.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3250 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3251 | F: Documentation/hwmon/lm83 |
| 3252 | F: drivers/hwmon/lm83.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3253 | |
| 3254 | LM90 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3255 | M: Jean Delvare <khali@linux-fr.org> |
Jean Delvare | cc0b07e | 2005-05-22 09:39:11 +0200 | [diff] [blame] | 3256 | L: lm-sensors@lm-sensors.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3257 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3258 | F: Documentation/hwmon/lm90 |
| 3259 | F: drivers/hwmon/lm90.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3260 | |
Peter Zijlstra | 512e67f | 2007-10-11 22:11:11 +0200 | [diff] [blame] | 3261 | LOCKDEP AND LOCKSTAT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3262 | M: Peter Zijlstra <peterz@infradead.org> |
| 3263 | M: Ingo Molnar <mingo@redhat.com> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3264 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git |
Peter Zijlstra | 512e67f | 2007-10-11 22:11:11 +0200 | [diff] [blame] | 3265 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3266 | F: Documentation/lockdep*.txt |
| 3267 | F: Documentation/lockstat.txt |
| 3268 | F: include/linux/lockdep.h |
| 3269 | F: kernel/lockdep* |
Peter Zijlstra | 512e67f | 2007-10-11 22:11:11 +0200 | [diff] [blame] | 3270 | |
Anton Altaparmakov | dde3334 | 2007-05-21 09:37:42 +0100 | [diff] [blame] | 3271 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3272 | M: "Richard Russon (FlatCap)" <ldm@flatcap.org> |
Anton Altaparmakov | dde3334 | 2007-05-21 09:37:42 +0100 | [diff] [blame] | 3273 | L: linux-ntfs-dev@lists.sourceforge.net |
| 3274 | W: http://www.linux-ntfs.org/content/view/19/37/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3275 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3276 | F: Documentation/ldm.txt |
| 3277 | F: fs/partitions/ldm.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3278 | |
Moore, Eric Dean | c87e34e | 2005-12-01 11:06:25 -0700 | [diff] [blame] | 3279 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3280 | M: Eric Moore <Eric.Moore@lsi.com> |
Eric Moore | d8a82d7 | 2006-12-29 16:47:43 -0800 | [diff] [blame] | 3281 | M: support@lsi.com |
Eric Moore | cec744f | 2007-09-14 19:08:08 -0600 | [diff] [blame] | 3282 | L: DL-MPTFusionLinux@lsi.com |
Moore, Eric Dean | c87e34e | 2005-12-01 11:06:25 -0700 | [diff] [blame] | 3283 | L: linux-scsi@vger.kernel.org |
| 3284 | W: http://www.lsilogic.com/support |
| 3285 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3286 | F: drivers/message/fusion/ |
Moore, Eric Dean | c87e34e | 2005-12-01 11:06:25 -0700 | [diff] [blame] | 3287 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3288 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3289 | M: Matthew Wilcox <matthew@wil.cx> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3290 | L: linux-scsi@vger.kernel.org |
| 3291 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3292 | F: drivers/scsi/sym53c8xx_2/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3293 | |
Mike Frysinger | 81365c3 | 2008-10-29 14:01:12 -0700 | [diff] [blame] | 3294 | LTP (Linux Test Project) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3295 | M: Subrata Modak <subrata@linux.vnet.ibm.com> |
| 3296 | M: Mike Frysinger <vapier@gentoo.org> |
Mike Frysinger | 81365c3 | 2008-10-29 14:01:12 -0700 | [diff] [blame] | 3297 | L: ltp-list@lists.sourceforge.net (subscribers-only) |
| 3298 | W: http://ltp.sourceforge.net/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3299 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git |
Mike Frysinger | 81365c3 | 2008-10-29 14:01:12 -0700 | [diff] [blame] | 3300 | S: Maintained |
| 3301 | |
Hirokazu Takata | c12a54b | 2007-07-15 23:38:45 -0700 | [diff] [blame] | 3302 | M32R ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3303 | M: Hirokazu Takata <takata@linux-m32r.org> |
Hirokazu Takata | c12a54b | 2007-07-15 23:38:45 -0700 | [diff] [blame] | 3304 | L: linux-m32r@ml.linux-m32r.org |
| 3305 | L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) |
| 3306 | W: http://www.linux-m32r.org/ |
| 3307 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3308 | F: arch/m32r/ |
Hirokazu Takata | c12a54b | 2007-07-15 23:38:45 -0700 | [diff] [blame] | 3309 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3310 | M68K ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3311 | M: Geert Uytterhoeven <geert@linux-m68k.org> |
| 3312 | M: Roman Zippel <zippel@linux-m68k.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3313 | L: linux-m68k@lists.linux-m68k.org |
| 3314 | W: http://www.linux-m68k.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3315 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3316 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3317 | F: arch/m68k/ |
Joe Perches | 9db3518 | 2009-04-08 08:39:56 -0700 | [diff] [blame] | 3318 | F: drivers/zorro/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3319 | |
| 3320 | M68K ON APPLE MACINTOSH |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3321 | M: Joshua Thompson <funaho@jurai.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3322 | W: http://www.mac.linux-m68k.org/ |
Finn Thain | 9bb9f22 | 2007-11-18 11:10:05 +0100 | [diff] [blame] | 3323 | L: linux-m68k@lists.linux-m68k.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3324 | S: Maintained |
Joe Perches | 9db3518 | 2009-04-08 08:39:56 -0700 | [diff] [blame] | 3325 | F: arch/m68k/mac/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3326 | |
| 3327 | M68K ON HP9000/300 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3328 | M: Philip Blundell <philb@gnu.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3329 | W: http://www.tazenda.demon.co.uk/phil/linux-hp |
| 3330 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3331 | F: arch/m68k/hp300/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3332 | |
Jiri Benc | 64a327a | 2007-05-05 11:47:08 -0700 | [diff] [blame] | 3333 | MAC80211 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3334 | M: Johannes Berg <johannes@sipsolutions.net> |
Jiri Benc | 64a327a | 2007-05-05 11:47:08 -0700 | [diff] [blame] | 3335 | L: linux-wireless@vger.kernel.org |
| 3336 | W: http://linuxwireless.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3337 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
Jiri Benc | 64a327a | 2007-05-05 11:47:08 -0700 | [diff] [blame] | 3338 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3339 | F: Documentation/networking/mac80211-injection.txt |
| 3340 | F: include/net/mac80211.h |
| 3341 | F: net/mac80211/ |
Jiri Benc | 64a327a | 2007-05-05 11:47:08 -0700 | [diff] [blame] | 3342 | |
Stefano Brivio | 1036d86 | 2007-12-23 04:46:27 +0100 | [diff] [blame] | 3343 | MAC80211 PID RATE CONTROL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3344 | M: Stefano Brivio <stefano.brivio@polimi.it> |
| 3345 | M: Mattias Nissler <mattias.nissler@gmx.de> |
Stefano Brivio | 1036d86 | 2007-12-23 04:46:27 +0100 | [diff] [blame] | 3346 | L: linux-wireless@vger.kernel.org |
| 3347 | W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3348 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
Stefano Brivio | 1036d86 | 2007-12-23 04:46:27 +0100 | [diff] [blame] | 3349 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3350 | F: net/mac80211/rc80211_pid* |
Stefano Brivio | 1036d86 | 2007-12-23 04:46:27 +0100 | [diff] [blame] | 3351 | |
Patrick McHardy | b863ceb | 2007-07-14 18:55:06 -0700 | [diff] [blame] | 3352 | MACVLAN DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3353 | M: Patrick McHardy <kaber@trash.net> |
Patrick McHardy | b863ceb | 2007-07-14 18:55:06 -0700 | [diff] [blame] | 3354 | L: netdev@vger.kernel.org |
| 3355 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3356 | F: drivers/net/macvlan.c |
| 3357 | F: include/linux/if_macvlan.h |
Patrick McHardy | b863ceb | 2007-07-14 18:55:06 -0700 | [diff] [blame] | 3358 | |
Michael Kerrisk | faf1668 | 2005-07-31 22:34:47 -0700 | [diff] [blame] | 3359 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3360 | M: Michael Kerrisk <mtk.manpages@gmail.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 3361 | W: http://www.kernel.org/doc/man-pages |
Michael Kerrisk | bd7ebec | 2008-10-03 15:23:44 -0700 | [diff] [blame] | 3362 | L: linux-man@vger.kernel.org |
Michael Kerrisk | 1b53dc7 | 2009-03-12 14:31:32 -0700 | [diff] [blame] | 3363 | S: Maintained |
Michael Kerrisk | faf1668 | 2005-07-31 22:34:47 -0700 | [diff] [blame] | 3364 | |
Stefano Brivio | 74cda16 | 2007-11-19 20:27:46 +0100 | [diff] [blame] | 3365 | MARVELL LIBERTAS WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3366 | M: Dan Williams <dcbw@redhat.com> |
Stefano Brivio | 74cda16 | 2007-11-19 20:27:46 +0100 | [diff] [blame] | 3367 | L: libertas-dev@lists.infradead.org |
| 3368 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3369 | F: drivers/net/wireless/libertas/ |
Stefano Brivio | 74cda16 | 2007-11-19 20:27:46 +0100 | [diff] [blame] | 3370 | |
Dale Farnsworth | b60d697 | 2006-01-16 16:45:45 -0700 | [diff] [blame] | 3371 | MARVELL MV643XX ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3372 | M: Lennert Buytenhek <buytenh@marvell.com> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 3373 | L: netdev@vger.kernel.org |
Dale Farnsworth | 85ba9d9 | 2008-06-05 06:10:51 -0700 | [diff] [blame] | 3374 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3375 | F: drivers/net/mv643xx_eth.* |
| 3376 | F: include/linux/mv643xx.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3377 | |
Lennert Buytenhek | a2c3f65 | 2009-08-18 05:13:48 +0200 | [diff] [blame] | 3378 | MARVELL MWL8K WIRELESS DRIVER |
| 3379 | M: Lennert Buytenhek <buytenh@marvell.com> |
| 3380 | L: linux-wireless@vger.kernel.org |
| 3381 | S: Supported |
| 3382 | F: drivers/net/wireless/mwl8k.c |
| 3383 | |
Pierre Ossman | 2a69567 | 2009-03-16 19:52:26 +0100 | [diff] [blame] | 3384 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER |
Nicolas Pitre | 2f82af0 | 2009-09-14 03:25:28 -0400 | [diff] [blame] | 3385 | M: Nicolas Pitre <nico@fluxnic.net> |
Pierre Ossman | 2a69567 | 2009-03-16 19:52:26 +0100 | [diff] [blame] | 3386 | S: Maintained |
| 3387 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3388 | MARVELL YUKON / SYSKONNECT DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3389 | M: Mirko Lindner <mlindner@syskonnect.de> |
| 3390 | M: Ralph Roesler <rroesler@syskonnect.de> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3391 | W: http://www.syskonnect.com |
| 3392 | S: Supported |
| 3393 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3394 | MATROX FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3395 | M: Petr Vandrovec <vandrove@vc.cvut.cz> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 3396 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3397 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3398 | F: drivers/video/matrox/matroxfb_* |
| 3399 | F: include/linux/matroxfb.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3400 | |
Hans-Juergen Koch | d20620d | 2007-05-08 17:22:00 +0200 | [diff] [blame] | 3401 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3402 | M: "Hans J. Koch" <hjk@linutronix.de> |
Hans-Juergen Koch | d20620d | 2007-05-08 17:22:00 +0200 | [diff] [blame] | 3403 | L: lm-sensors@lm-sensors.org |
| 3404 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3405 | F: Documentation/hwmon/max6650 |
| 3406 | F: drivers/hwmon/max6650.c |
Hans-Juergen Koch | d20620d | 2007-05-08 17:22:00 +0200 | [diff] [blame] | 3407 | |
Joe Perches | 127c49a | 2009-04-08 08:34:04 -0700 | [diff] [blame] | 3408 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3409 | M: Mauro Carvalho Chehab <mchehab@infradead.org> |
Joe Perches | 127c49a | 2009-04-08 08:34:04 -0700 | [diff] [blame] | 3410 | P: LinuxTV.org Project |
| 3411 | L: linux-media@vger.kernel.org |
| 3412 | W: http://linuxtv.org |
| 3413 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
| 3414 | S: Maintained |
| 3415 | F: Documentation/dvb/ |
| 3416 | F: Documentation/video4linux/ |
| 3417 | F: drivers/media/ |
| 3418 | F: include/media/ |
| 3419 | F: include/linux/dvb/ |
| 3420 | F: include/linux/videodev*.h |
Steven Rostedt | 70ea91f | 2006-07-30 03:03:53 -0700 | [diff] [blame] | 3421 | |
| 3422 | MEGARAID SCSI DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3423 | M: Neela Syam Kolli <megaraidlinux@lsi.com> |
Jean Delvare | baaea1d | 2008-09-20 12:34:33 +0200 | [diff] [blame] | 3424 | L: linux-scsi@vger.kernel.org |
Kolli, Neela Syam | 757e010 | 2005-10-14 15:59:13 -0700 | [diff] [blame] | 3425 | W: http://megaraid.lsilogic.com |
| 3426 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3427 | F: Documentation/scsi/megaraid.txt |
| 3428 | F: drivers/scsi/megaraid.* |
| 3429 | F: drivers/scsi/megaraid/ |
Kolli, Neela Syam | 757e010 | 2005-10-14 15:59:13 -0700 | [diff] [blame] | 3430 | |
David Woodhouse | f4e9ce66c | 2006-04-11 19:29:07 -0400 | [diff] [blame] | 3431 | MEMORY MANAGEMENT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3432 | L: linux-mm@kvack.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3433 | W: http://www.linux-mm.org |
| 3434 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3435 | F: include/linux/mm.h |
| 3436 | F: mm/ |
David Woodhouse | f4e9ce66c | 2006-04-11 19:29:07 -0400 | [diff] [blame] | 3437 | |
akpm@linux-foundation.org | 938a920 | 2008-03-04 14:28:29 -0800 | [diff] [blame] | 3438 | MEMORY RESOURCE CONTROLLER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3439 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
| 3440 | M: Pavel Emelyanov <xemul@openvz.org> |
| 3441 | M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> |
akpm@linux-foundation.org | 938a920 | 2008-03-04 14:28:29 -0800 | [diff] [blame] | 3442 | L: linux-mm@kvack.org |
akpm@linux-foundation.org | 938a920 | 2008-03-04 14:28:29 -0800 | [diff] [blame] | 3443 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3444 | F: mm/memcontrol.c |
akpm@linux-foundation.org | 938a920 | 2008-03-04 14:28:29 -0800 | [diff] [blame] | 3445 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3446 | MEMORY TECHNOLOGY DEVICES (MTD) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3447 | M: David Woodhouse <dwmw2@infradead.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3448 | W: http://www.linux-mtd.infradead.org/ |
| 3449 | L: linux-mtd@lists.infradead.org |
Josh Boyer | 2c560ac | 2005-11-23 15:43:57 -0800 | [diff] [blame] | 3450 | T: git git://git.infradead.org/mtd-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3451 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3452 | F: drivers/mtd/ |
| 3453 | F: include/linux/mtd/ |
| 3454 | F: include/mtd/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3455 | |
Michal Simek | c6375b0 | 2009-03-27 14:25:52 +0100 | [diff] [blame] | 3456 | MICROBLAZE ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3457 | M: Michal Simek <monstr@monstr.eu> |
Michal Simek | c6375b0 | 2009-03-27 14:25:52 +0100 | [diff] [blame] | 3458 | L: microblaze-uclinux@itee.uq.edu.au |
| 3459 | W: http://www.monstr.eu/fdt/ |
| 3460 | T: git git://git.monstr.eu/linux-2.6-microblaze.git |
| 3461 | S: Supported |
Michal Simek | 0a8c791 | 2009-04-14 11:38:57 +0200 | [diff] [blame] | 3462 | F: arch/microblaze/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3463 | |
| 3464 | MICROTEK X6 SCANNER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3465 | M: Oliver Neukum <oliver@neukum.name> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3466 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3467 | F: drivers/usb/image/microtek.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3468 | |
| 3469 | MIPS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3470 | M: Ralf Baechle <ralf@linux-mips.org> |
Ralf Baechle | d50f7ec | 2005-10-04 13:30:10 +0100 | [diff] [blame] | 3471 | W: http://www.linux-mips.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3472 | L: linux-mips@linux-mips.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3473 | T: git git://git.linux-mips.org/pub/scm/linux.git |
Ralf Baechle | 7425b34 | 2006-03-10 13:47:21 +0000 | [diff] [blame] | 3474 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3475 | F: Documentation/mips/ |
| 3476 | F: arch/mips/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3477 | |
| 3478 | MISCELLANEOUS MCA-SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3479 | M: James Bottomley <James.Bottomley@HansenPartnership.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3480 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3481 | F: Documentation/ia64/mca.txt |
| 3482 | F: Documentation/mca.txt |
| 3483 | F: drivers/mca/ |
| 3484 | F: include/linux/mca* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3485 | |
| 3486 | MODULE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3487 | M: Rusty Russell <rusty@rustcorp.com.au> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3488 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3489 | F: include/linux/module.h |
| 3490 | F: kernel/module.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3491 | |
| 3492 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3493 | M: Stelian Pop <stelian@popies.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3494 | W: http://popies.net/meye/ |
| 3495 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3496 | F: Documentation/video4linux/meye.txt |
| 3497 | F: drivers/media/video/meye.* |
| 3498 | F: include/linux/meye.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3499 | |
Pavel Pisa | c58ff04 | 2007-05-16 01:10:41 +0200 | [diff] [blame] | 3500 | MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3501 | M: Pavel Pisa <ppisa@pikron.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 3502 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Pavel Pisa | c58ff04 | 2007-05-16 01:10:41 +0200 | [diff] [blame] | 3503 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3504 | F: drivers/mmc/host/imxmmc.* |
Pavel Pisa | c58ff04 | 2007-05-16 01:10:41 +0200 | [diff] [blame] | 3505 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3506 | MOUSE AND MISC DEVICES [GENERAL] |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3507 | M: Alessandro Rubini <rubini@ipvvis.unipv.it> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3508 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3509 | F: drivers/input/mouse/ |
| 3510 | F: include/linux/gpio_mouse.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3511 | |
Jiri Slaby | b9705b6 | 2008-04-30 00:53:48 -0700 | [diff] [blame] | 3512 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3513 | M: Jiri Slaby <jirislaby@gmail.com> |
Jiri Slaby | d735410 | 2006-12-08 02:38:35 -0800 | [diff] [blame] | 3514 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3515 | F: Documentation/serial/moxa-smartio |
| 3516 | F: drivers/char/mxser.* |
Jiri Slaby | d735410 | 2006-12-08 02:38:35 -0800 | [diff] [blame] | 3517 | |
Lennart Poettering | 8c4c731 | 2006-10-06 01:27:02 -0400 | [diff] [blame] | 3518 | MSI LAPTOP SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3519 | M: Lennart Poettering <mzxreary@0pointer.de> |
Joe Perches | 04bdfb9 | 2007-12-22 14:03:27 -0800 | [diff] [blame] | 3520 | W: https://tango.0pointer.de/mailman/listinfo/s270-linux |
Lennart Poettering | 8c4c731 | 2006-10-06 01:27:02 -0400 | [diff] [blame] | 3521 | W: http://0pointer.de/lennart/tchibo.html |
| 3522 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3523 | F: drivers/platform/x86/msi-laptop.c |
Lennart Poettering | 8c4c731 | 2006-10-06 01:27:02 -0400 | [diff] [blame] | 3524 | |
Samuel Ortiz | 4e0d13c | 2008-07-04 09:59:53 -0700 | [diff] [blame] | 3525 | MULTIFUNCTION DEVICES (MFD) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3526 | M: Samuel Ortiz <sameo@linux.intel.com> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3527 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git |
Samuel Ortiz | 4e0d13c | 2008-07-04 09:59:53 -0700 | [diff] [blame] | 3528 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3529 | F: drivers/mfd/ |
Samuel Ortiz | 4e0d13c | 2008-07-04 09:59:53 -0700 | [diff] [blame] | 3530 | |
Pierre Ossman | 5c4e6f1 | 2007-05-21 20:23:20 +0200 | [diff] [blame] | 3531 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
Pierre Ossman | 3822a0e3 | 2009-07-31 12:27:28 +0200 | [diff] [blame] | 3532 | S: Orphan |
Andrew Morton | b2503a9 | 2009-08-18 14:11:12 -0700 | [diff] [blame] | 3533 | L: linux-mmc@vger.kernel.org |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3534 | F: drivers/mmc/ |
| 3535 | F: include/linux/mmc/ |
Russell King | baca2da | 2006-06-04 17:36:31 +0100 | [diff] [blame] | 3536 | |
David Brownell | 15a0580 | 2007-08-08 09:12:54 -0700 | [diff] [blame] | 3537 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3538 | M: David Brownell <dbrownell@users.sourceforge.net> |
Jean Delvare | baaea1d | 2008-09-20 12:34:33 +0200 | [diff] [blame] | 3539 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3540 | F: drivers/mmc/host/mmc_spi.c |
| 3541 | F: include/linux/spi/mmc_spi.h |
David Brownell | 15a0580 | 2007-08-08 09:12:54 -0700 | [diff] [blame] | 3542 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3543 | MULTISOUND SOUND DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3544 | M: Andrew Veliath <andrewtv@usa.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3545 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3546 | F: Documentation/sound/oss/MultiSound |
| 3547 | F: sound/oss/msnd* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3548 | |
Jiri Slaby | d735410 | 2006-12-08 02:38:35 -0800 | [diff] [blame] | 3549 | MULTITECH MULTIPORT CARD (ISICOM) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3550 | M: Jiri Slaby <jirislaby@gmail.com> |
Jiri Slaby | d735410 | 2006-12-08 02:38:35 -0800 | [diff] [blame] | 3551 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3552 | F: drivers/char/isicom.c |
| 3553 | F: include/linux/isicom.h |
Jiri Slaby | d735410 | 2006-12-08 02:38:35 -0800 | [diff] [blame] | 3554 | |
Felipe Balbi | 550a737 | 2008-07-24 12:27:36 +0300 | [diff] [blame] | 3555 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3556 | M: Felipe Balbi <felipe.balbi@nokia.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 3557 | L: linux-usb@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3558 | T: git git://gitorious.org/musb/mainline.git |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 3559 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3560 | F: drivers/usb/musb/ |
Felipe Balbi | 550a737 | 2008-07-24 12:27:36 +0300 | [diff] [blame] | 3561 | |
Brice Goglin | 2d3cf58 | 2008-05-17 12:45:36 +0200 | [diff] [blame] | 3562 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3563 | M: Andrew Gallatin <gallatin@myri.com> |
| 3564 | M: Brice Goglin <brice@myri.com> |
Brice Goglin | 2d3cf58 | 2008-05-17 12:45:36 +0200 | [diff] [blame] | 3565 | L: netdev@vger.kernel.org |
| 3566 | W: http://www.myri.com/scs/download-Myri10GE.html |
| 3567 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3568 | F: drivers/net/myri10ge/ |
Brice Goglin | 2d3cf58 | 2008-05-17 12:45:36 +0200 | [diff] [blame] | 3569 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3570 | NATSEMI ETHERNET DRIVER (DP8381x) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3571 | M: Tim Hockin <thockin@hockin.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3572 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3573 | F: drivers/net/natsemi.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3574 | |
| 3575 | NCP FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3576 | M: Petr Vandrovec <vandrove@vc.cvut.cz> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3577 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3578 | F: fs/ncpfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3579 | |
| 3580 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3581 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3582 | L: linux-scsi@vger.kernel.org |
| 3583 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3584 | F: drivers/scsi/NCR_D700.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3585 | |
Glenn Streiff | 3c2d774 | 2008-02-04 20:20:45 -0800 | [diff] [blame] | 3586 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3587 | M: Faisal Latif <faisal.latif@intel.com> |
| 3588 | M: Chien Tung <chien.tin.tung@intel.com> |
Roland Dreier | e6cc0fd | 2009-09-07 21:54:38 -0700 | [diff] [blame] | 3589 | L: linux-rdma@vger.kernel.org |
Glenn Streiff | 3c2d774 | 2008-02-04 20:20:45 -0800 | [diff] [blame] | 3590 | W: http://www.neteffect.com |
| 3591 | S: Supported |
| 3592 | F: drivers/infiniband/hw/nes/ |
| 3593 | |
Stephen Hemminger | be2f2e8 | 2006-05-25 16:14:43 -0700 | [diff] [blame] | 3594 | NETEM NETWORK EMULATOR |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3595 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
David Brownell | f318a63 | 2007-04-23 14:41:06 -0700 | [diff] [blame] | 3596 | L: netem@lists.linux-foundation.org |
Stephen Hemminger | be2f2e8 | 2006-05-25 16:14:43 -0700 | [diff] [blame] | 3597 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3598 | F: net/sched/sch_netem.c |
Stephen Hemminger | be2f2e8 | 2006-05-25 16:14:43 -0700 | [diff] [blame] | 3599 | |
Ramkrishna Vepa | b136d1c | 2009-04-01 18:14:25 +0000 | [diff] [blame] | 3600 | NETERION (S2IO) 10GbE DRIVER (xframe/vxge) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3601 | M: Ramkrishna Vepa <ram.vepa@neterion.com> |
| 3602 | M: Rastapur Santosh <santosh.rastapur@neterion.com> |
| 3603 | M: Sivakumar Subramani <sivakumar.subramani@neterion.com> |
| 3604 | M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com> |
| 3605 | M: Anil Murthy <anil.murthy@neterion.com> |
Jiri Slaby | 4a58448 | 2007-08-30 23:56:39 -0700 | [diff] [blame] | 3606 | L: netdev@vger.kernel.org |
Ramkrishna Vepa | b136d1c | 2009-04-01 18:14:25 +0000 | [diff] [blame] | 3607 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous |
| 3608 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous |
Jiri Slaby | 4a58448 | 2007-08-30 23:56:39 -0700 | [diff] [blame] | 3609 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3610 | F: Documentation/networking/s2io.txt |
| 3611 | F: drivers/net/s2io* |
Jiri Slaby | 4a58448 | 2007-08-30 23:56:39 -0700 | [diff] [blame] | 3612 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3613 | NETFILTER/IPTABLES/IPCHAINS |
| 3614 | P: Rusty Russell |
| 3615 | P: Marc Boucher |
| 3616 | P: James Morris |
| 3617 | P: Harald Welte |
| 3618 | P: Jozsef Kadlecsik |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3619 | M: Patrick McHardy <kaber@trash.net> |
Patrick McHardy | 1a03b81 | 2007-09-18 13:19:26 -0700 | [diff] [blame] | 3620 | L: netfilter-devel@vger.kernel.org |
| 3621 | L: netfilter@vger.kernel.org |
Patrick McHardy | 82b9854 | 2006-10-12 14:08:55 -0700 | [diff] [blame] | 3622 | L: coreteam@netfilter.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3623 | W: http://www.netfilter.org/ |
| 3624 | W: http://www.iptables.org/ |
Joe Perches | 3f1f7cf | 2009-07-01 11:32:10 +0200 | [diff] [blame] | 3625 | T: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3626 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3627 | F: include/linux/netfilter* |
| 3628 | F: include/linux/netfilter/ |
| 3629 | F: include/net/netfilter/ |
| 3630 | F: net/*/netfilter.c |
| 3631 | F: net/*/netfilter/ |
| 3632 | F: net/netfilter/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3633 | |
Paul Moore | 4cc6773 | 2006-09-25 15:57:13 -0700 | [diff] [blame] | 3634 | NETLABEL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3635 | M: Paul Moore <paul.moore@hp.com> |
Paul Moore | 4cc6773 | 2006-09-25 15:57:13 -0700 | [diff] [blame] | 3636 | W: http://netlabel.sf.net |
| 3637 | L: netdev@vger.kernel.org |
| 3638 | S: Supported |
Joe Perches | 8081149 | 2009-04-08 20:20:27 -0700 | [diff] [blame] | 3639 | F: Documentation/netlabel/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3640 | F: include/net/netlabel.h |
| 3641 | F: net/netlabel/ |
Paul Moore | 4cc6773 | 2006-09-25 15:57:13 -0700 | [diff] [blame] | 3642 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3643 | NETROM NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3644 | M: Ralf Baechle <ralf@linux-mips.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3645 | L: linux-hams@vger.kernel.org |
Ralf Baechle | d34cb28 | 2006-04-19 04:14:30 +0200 | [diff] [blame] | 3646 | W: http://www.linux-ax25.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3647 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3648 | F: include/linux/netrom.h |
| 3649 | F: include/net/netrom.h |
| 3650 | F: net/netrom/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3651 | |
Pavel Machek | 5ddb88c | 2006-09-29 02:01:29 -0700 | [diff] [blame] | 3652 | NETWORK BLOCK DEVICE (NBD) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3653 | M: Paul Clements <Paul.Clements@steeleye.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3654 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3655 | F: Documentation/blockdev/nbd.txt |
| 3656 | F: drivers/block/nbd.c |
| 3657 | F: include/linux/nbd.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3658 | |
Neil Horman | 6e43650 | 2009-10-05 03:56:55 +0000 | [diff] [blame] | 3659 | NETWORK DROP MONITOR |
| 3660 | M: Neil Horman <nhorman@tuxdriver.com> |
| 3661 | L: netdev@vger.kernel.org |
| 3662 | S: Maintained |
| 3663 | W: https://fedorahosted.org/dropwatch/ |
| 3664 | F: net/core/drop_monitor.c |
| 3665 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3666 | NETWORKING [GENERAL] |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3667 | M: "David S. Miller" <davem@davemloft.net> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 3668 | L: netdev@vger.kernel.org |
Joe Perches | b1e8fd5 | 2009-04-16 09:38:46 +0000 | [diff] [blame] | 3669 | W: http://www.linuxfoundation.org/en/Net |
| 3670 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3671 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3672 | F: net/ |
| 3673 | F: include/net/ |
Joe Perches | 018d21e | 2009-08-07 06:43:01 +0000 | [diff] [blame] | 3674 | F: include/linux/in.h |
| 3675 | F: include/linux/net.h |
| 3676 | F: include/linux/netdevice.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3677 | |
| 3678 | NETWORKING [IPv4/IPv6] |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3679 | M: "David S. Miller" <davem@davemloft.net> |
| 3680 | M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> |
| 3681 | M: "Pekka Savola (ipv6)" <pekkas@netcore.fi> |
| 3682 | M: James Morris <jmorris@namei.org> |
| 3683 | M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> |
| 3684 | M: Patrick McHardy <kaber@trash.net> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 3685 | L: netdev@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3686 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3687 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3688 | F: net/ipv4/ |
| 3689 | F: net/ipv6/ |
| 3690 | F: include/net/ip* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3691 | |
James Morris | 10e2ff1 | 2007-08-25 14:41:28 -0700 | [diff] [blame] | 3692 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3693 | M: Paul Moore <paul.moore@hp.com> |
James Morris | 10e2ff1 | 2007-08-25 14:41:28 -0700 | [diff] [blame] | 3694 | L: netdev@vger.kernel.org |
| 3695 | S: Maintained |
| 3696 | |
John W. Linville | 29f8f63 | 2006-01-18 14:52:48 -0800 | [diff] [blame] | 3697 | NETWORKING [WIRELESS] |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3698 | M: "John W. Linville" <linville@tuxdriver.com> |
Randy Dunlap | 2cb4abd | 2007-02-07 15:52:36 -0800 | [diff] [blame] | 3699 | L: linux-wireless@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3700 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git |
John W. Linville | 29f8f63 | 2006-01-18 14:52:48 -0800 | [diff] [blame] | 3701 | S: Maintained |
Joe Perches | 34b921c | 2009-08-07 13:16:15 -0700 | [diff] [blame] | 3702 | F: net/mac80211/ |
| 3703 | F: net/rfkill/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3704 | F: net/wireless/ |
| 3705 | F: include/net/ieee80211* |
Joe Perches | cc8b4a2 | 2009-06-18 16:49:24 -0700 | [diff] [blame] | 3706 | F: include/linux/wireless.h |
Joe Perches | 34b921c | 2009-08-07 13:16:15 -0700 | [diff] [blame] | 3707 | F: drivers/net/wireless/ |
John W. Linville | 29f8f63 | 2006-01-18 14:52:48 -0800 | [diff] [blame] | 3708 | |
Joe Perches | 788873a | 2009-04-16 09:38:45 +0000 | [diff] [blame] | 3709 | NETWORKING DRIVERS |
| 3710 | L: netdev@vger.kernel.org |
| 3711 | W: http://www.linuxfoundation.org/en/Net |
| 3712 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
| 3713 | S: Odd Fixes |
| 3714 | F: drivers/net/ |
Joe Perches | 018d21e | 2009-08-07 06:43:01 +0000 | [diff] [blame] | 3715 | F: include/linux/if_* |
| 3716 | F: include/linux/*device.h |
Joe Perches | 788873a | 2009-04-16 09:38:45 +0000 | [diff] [blame] | 3717 | |
Amit S. Kale | 3d396eb | 2006-10-21 15:33:03 -0400 | [diff] [blame] | 3718 | NETXEN (1/10) GbE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3719 | M: Dhananjay Phadke <dhananjay@netxen.com> |
Amit S. Kale | 3d396eb | 2006-10-21 15:33:03 -0400 | [diff] [blame] | 3720 | L: netdev@vger.kernel.org |
| 3721 | W: http://www.netxen.com |
| 3722 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3723 | F: drivers/net/netxen/ |
Amit S. Kale | 3d396eb | 2006-10-21 15:33:03 -0400 | [diff] [blame] | 3724 | |
J. Bruce Fields | e8b4355 | 2008-07-23 08:49:50 -0400 | [diff] [blame] | 3725 | NFS, SUNRPC, AND LOCKD CLIENTS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3726 | M: Trond Myklebust <Trond.Myklebust@netapp.com> |
Trond Myklebust | 78f5815 | 2007-12-12 20:16:06 -0500 | [diff] [blame] | 3727 | L: linux-nfs@vger.kernel.org |
| 3728 | W: http://client.linux-nfs.org |
| 3729 | T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3730 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3731 | F: fs/lockd/ |
| 3732 | F: fs/nfs/ |
| 3733 | F: fs/nfs_common/ |
| 3734 | F: net/sunrpc/ |
| 3735 | F: include/linux/lockd/ |
| 3736 | F: include/linux/nfs* |
| 3737 | F: include/linux/sunrpc/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3738 | |
| 3739 | NI5010 NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3740 | M: Jan-Pascal van Best <janpascal@vanbest.org> |
| 3741 | M: Andreas Mohr <andi@lisas.de> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 3742 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3743 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3744 | F: drivers/net/ni5010.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3745 | |
Ryusuke Konishi | 85ef9ce | 2009-04-06 19:01:46 -0700 | [diff] [blame] | 3746 | NILFS2 FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3747 | M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp> |
Ryusuke Konishi | 85ef9ce | 2009-04-06 19:01:46 -0700 | [diff] [blame] | 3748 | L: users@nilfs.org |
| 3749 | W: http://www.nilfs.org/en/ |
| 3750 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3751 | F: Documentation/filesystems/nilfs2.txt |
| 3752 | F: fs/nilfs2/ |
| 3753 | F: include/linux/nilfs2_fs.h |
Ryusuke Konishi | 85ef9ce | 2009-04-06 19:01:46 -0700 | [diff] [blame] | 3754 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3755 | NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3756 | M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3757 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
| 3758 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3759 | F: Documentation/scsi/NinjaSCSI.txt |
| 3760 | F: drivers/scsi/pcmcia/nsp_* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3761 | |
| 3762 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3763 | M: GOTO Masanori <gotom@debian.or.jp> |
| 3764 | M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3765 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
| 3766 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3767 | F: Documentation/scsi/NinjaSCSI.txt |
| 3768 | F: drivers/scsi/nsp32* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3769 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3770 | NTFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3771 | M: Anton Altaparmakov <aia21@cantab.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3772 | L: linux-ntfs-dev@lists.sourceforge.net |
Adrian Bunk | 169ccbd | 2008-09-02 14:35:37 -0700 | [diff] [blame] | 3773 | W: http://www.linux-ntfs.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3774 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3775 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3776 | F: Documentation/filesystems/ntfs.txt |
| 3777 | F: fs/ntfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3778 | |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 3779 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3780 | M: Antonino Daplas <adaplas@gmail.com> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 3781 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 3782 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3783 | F: drivers/video/riva/ |
| 3784 | F: drivers/video/nvidia/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3785 | |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3786 | OMAP SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3787 | M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3788 | L: linux-omap@vger.kernel.org |
| 3789 | W: http://www.muru.com/linux/omap/ |
| 3790 | W: http://linux.omap.com/ |
| 3791 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git |
| 3792 | S: Maintained |
Felipe Contreras | 4e04d5a | 2009-09-21 17:04:25 -0700 | [diff] [blame] | 3793 | F: arch/arm/*omap*/ |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3794 | |
| 3795 | OMAP CLOCK FRAMEWORK SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3796 | M: Paul Walmsley <paul@pwsan.com> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3797 | L: linux-omap@vger.kernel.org |
| 3798 | S: Maintained |
| 3799 | F: arch/arm/*omap*/*clock* |
| 3800 | |
| 3801 | OMAP POWER MANAGEMENT SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3802 | M: Kevin Hilman <khilman@deeprootsystems.com> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3803 | L: linux-omap@vger.kernel.org |
| 3804 | S: Maintained |
| 3805 | F: arch/arm/*omap*/*pm* |
| 3806 | |
| 3807 | OMAP AUDIO SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3808 | M: Jarkko Nikula <jhnikula@gmail.com> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3809 | L: alsa-devel@alsa-project.org (subscribers-only) |
| 3810 | L: linux-omap@vger.kernel.org |
| 3811 | S: Maintained |
| 3812 | F: sound/soc/omap/ |
| 3813 | |
| 3814 | OMAP FRAMEBUFFER SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3815 | M: Imre Deak <imre.deak@nokia.com> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3816 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
| 3817 | L: linux-omap@vger.kernel.org |
| 3818 | S: Maintained |
| 3819 | F: drivers/video/omap/ |
| 3820 | |
| 3821 | OMAP MMC SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3822 | M: Jarkko Lavinen <jarkko.lavinen@nokia.com> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3823 | L: linux-omap@vger.kernel.org |
| 3824 | S: Maintained |
Madhusudhan Chikkature | 653f41b | 2009-09-22 16:45:06 -0700 | [diff] [blame] | 3825 | F: drivers/mmc/host/omap.c |
| 3826 | |
| 3827 | OMAP HS MMC SUPPORT |
| 3828 | M: Madhusudhan Chikkature <madhu.cr@ti.com> |
| 3829 | L: linux-omap@vger.kernel.org |
| 3830 | S: Maintained |
| 3831 | F: drivers/mmc/host/omap_hsmmc.c |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3832 | |
| 3833 | OMAP RANDOM NUMBER GENERATOR SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3834 | M: Deepak Saxena <dsaxena@plexity.net> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3835 | S: Maintained |
| 3836 | F: drivers/char/hw_random/omap-rng.c |
| 3837 | |
| 3838 | OMAP USB SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3839 | M: Felipe Balbi <felipe.balbi@nokia.com> |
| 3840 | M: David Brownell <dbrownell@users.sourceforge.net> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3841 | L: linux-usb@vger.kernel.org |
| 3842 | L: linux-omap@vger.kernel.org |
| 3843 | S: Maintained |
| 3844 | |
Bob Copeland | 0ad122d | 2008-07-25 19:45:18 -0700 | [diff] [blame] | 3845 | OMFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3846 | M: Bob Copeland <me@bobcopeland.com> |
Bob Copeland | 0ad122d | 2008-07-25 19:45:18 -0700 | [diff] [blame] | 3847 | L: linux-karma-devel@lists.sourceforge.net |
| 3848 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3849 | F: Documentation/filesystems/omfs.txt |
| 3850 | F: fs/omfs/ |
Bob Copeland | 0ad122d | 2008-07-25 19:45:18 -0700 | [diff] [blame] | 3851 | |
Harald Welte | c1986ee | 2005-11-13 16:06:29 -0800 | [diff] [blame] | 3852 | OMNIKEY CARDMAN 4000 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3853 | M: Harald Welte <laforge@gnumonks.org> |
Harald Welte | c1986ee | 2005-11-13 16:06:29 -0800 | [diff] [blame] | 3854 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3855 | F: drivers/char/pcmcia/cm4000_cs.c |
| 3856 | F: include/linux/cm4000_cs.h |
Harald Welte | c1986ee | 2005-11-13 16:06:29 -0800 | [diff] [blame] | 3857 | |
Harald Welte | 77c44ab | 2005-11-13 16:06:26 -0800 | [diff] [blame] | 3858 | OMNIKEY CARDMAN 4040 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3859 | M: Harald Welte <laforge@gnumonks.org> |
Harald Welte | 77c44ab | 2005-11-13 16:06:26 -0800 | [diff] [blame] | 3860 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3861 | F: drivers/char/pcmcia/cm4040_cs.* |
Harald Welte | 77c44ab | 2005-11-13 16:06:26 -0800 | [diff] [blame] | 3862 | |
Jonathan Corbet | 77d5140 | 2007-03-22 19:44:17 -0300 | [diff] [blame] | 3863 | OMNIVISION OV7670 SENSOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3864 | M: Jonathan Corbet <corbet@lwn.net> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 3865 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3866 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Jonathan Corbet | 77d5140 | 2007-03-22 19:44:17 -0300 | [diff] [blame] | 3867 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3868 | F: drivers/media/video/ov7670.c |
Jonathan Corbet | 77d5140 | 2007-03-22 19:44:17 -0300 | [diff] [blame] | 3869 | |
Thomas Gleixner | 431bca7 | 2007-05-02 09:31:35 +0200 | [diff] [blame] | 3870 | ONENAND FLASH DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3871 | M: Kyungmin Park <kyungmin.park@samsung.com> |
Thomas Gleixner | 431bca7 | 2007-05-02 09:31:35 +0200 | [diff] [blame] | 3872 | L: linux-mtd@lists.infradead.org |
| 3873 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3874 | F: drivers/mtd/onenand/ |
| 3875 | F: include/linux/mtd/onenand*.h |
Thomas Gleixner | 431bca7 | 2007-05-02 09:31:35 +0200 | [diff] [blame] | 3876 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3877 | ONSTREAM SCSI TAPE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3878 | M: Willem Riede <osst@riede.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3879 | L: osst-users@lists.sourceforge.net |
| 3880 | L: linux-scsi@vger.kernel.org |
| 3881 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3882 | F: drivers/scsi/osst* |
| 3883 | F: drivers/scsi/st* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3884 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3885 | OPENCORES I2C BUS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3886 | M: Peter Korsgaard <jacmet@sunsite.dk> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 3887 | L: linux-i2c@vger.kernel.org |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3888 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3889 | F: Documentation/i2c/busses/i2c-ocores |
| 3890 | F: drivers/i2c/busses/i2c-ocores.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3891 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3892 | OPROFILE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3893 | M: Robert Richter <robert.richter@amd.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3894 | L: oprofile-list@lists.sf.net |
| 3895 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3896 | F: arch/*/oprofile/ |
| 3897 | F: drivers/oprofile/ |
| 3898 | F: include/linux/oprofile.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3899 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3900 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3901 | M: Mark Fasheh <mfasheh@suse.com> |
| 3902 | M: Joel Becker <joel.becker@oracle.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3903 | L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) |
| 3904 | W: http://oss.oracle.com/projects/ocfs2/ |
Joel Becker | 2191aeb | 2009-04-17 15:58:50 -0700 | [diff] [blame] | 3905 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3906 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3907 | F: Documentation/filesystems/ocfs2.txt |
| 3908 | F: Documentation/filesystems/dlmfs.txt |
| 3909 | F: fs/ocfs2/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3910 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3911 | ORINOCO DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3912 | M: Pavel Roskin <proski@gnu.org> |
| 3913 | M: David Gibson <hermes@gibson.dropbear.id.au> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 3914 | L: linux-wireless@vger.kernel.org |
Pavel Roskin | ecffdde | 2005-05-05 16:16:01 -0700 | [diff] [blame] | 3915 | L: orinoco-users@lists.sourceforge.net |
| 3916 | L: orinoco-devel@lists.sourceforge.net |
| 3917 | W: http://www.nongnu.org/orinoco/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3918 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3919 | F: drivers/net/wireless/orinoco/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3920 | |
Boaz Harrosh | 42c55aa | 2009-06-17 16:54:34 +0300 | [diff] [blame] | 3921 | OSD LIBRARY and FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3922 | M: Boaz Harrosh <bharrosh@panasas.com> |
| 3923 | M: Benny Halevy <bhalevy@panasas.com> |
Boaz Harrosh | 6827479 | 2009-01-25 17:24:14 +0200 | [diff] [blame] | 3924 | L: osd-dev@open-osd.org |
| 3925 | W: http://open-osd.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3926 | T: git git://git.open-osd.org/open-osd.git |
Boaz Harrosh | 6827479 | 2009-01-25 17:24:14 +0200 | [diff] [blame] | 3927 | S: Maintained |
Boaz Harrosh | 42c55aa | 2009-06-17 16:54:34 +0300 | [diff] [blame] | 3928 | F: drivers/scsi/osd/ |
Joe Perches | 6b6f0b6 | 2009-08-18 14:11:06 -0700 | [diff] [blame] | 3929 | F: include/scsi/osd_* |
Boaz Harrosh | 42c55aa | 2009-06-17 16:54:34 +0300 | [diff] [blame] | 3930 | F: fs/exofs/ |
Boaz Harrosh | 6827479 | 2009-01-25 17:24:14 +0200 | [diff] [blame] | 3931 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3932 | P54 WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3933 | M: Michael Wu <flamingice@sourmilk.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3934 | L: linux-wireless@vger.kernel.org |
| 3935 | W: http://prism54.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3936 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3937 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3938 | F: drivers/net/wireless/p54/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3939 | |
Olof Johansson | f5cd787 | 2007-01-31 21:43:54 -0600 | [diff] [blame] | 3940 | PA SEMI ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3941 | M: Olof Johansson <olof@lixom.net> |
Olof Johansson | f5cd787 | 2007-01-31 21:43:54 -0600 | [diff] [blame] | 3942 | L: netdev@vger.kernel.org |
| 3943 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3944 | F: drivers/net/pasemi_mac.* |
Olof Johansson | f5cd787 | 2007-01-31 21:43:54 -0600 | [diff] [blame] | 3945 | |
Olof Johansson | beb58aa | 2007-02-13 22:09:03 +0100 | [diff] [blame] | 3946 | PA SEMI SMBUS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3947 | M: Olof Johansson <olof@lixom.net> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 3948 | L: linux-i2c@vger.kernel.org |
Olof Johansson | beb58aa | 2007-02-13 22:09:03 +0100 | [diff] [blame] | 3949 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3950 | F: drivers/i2c/busses/i2c-pasemi.c |
Olof Johansson | beb58aa | 2007-02-13 22:09:03 +0100 | [diff] [blame] | 3951 | |
Harald Welte | 709ee53 | 2008-09-23 17:46:57 +0200 | [diff] [blame] | 3952 | PANASONIC LAPTOP ACPI EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3953 | M: Harald Welte <laforge@gnumonks.org> |
Harald Welte | 709ee53 | 2008-09-23 17:46:57 +0200 | [diff] [blame] | 3954 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3955 | F: drivers/platform/x86/panasonic-laptop.c |
Harald Welte | 709ee53 | 2008-09-23 17:46:57 +0200 | [diff] [blame] | 3956 | |
David Howells | 4fa9718 | 2008-10-13 10:42:44 +0100 | [diff] [blame] | 3957 | PANASONIC MN10300/AM33 PORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3958 | M: David Howells <dhowells@redhat.com> |
| 3959 | M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com> |
David Howells | 4fa9718 | 2008-10-13 10:42:44 +0100 | [diff] [blame] | 3960 | L: linux-am33-list@redhat.com (moderated for non-subscribers) |
| 3961 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ |
| 3962 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3963 | F: Documentation/mn10300/ |
| 3964 | F: arch/mn10300/ |
David Howells | 4fa9718 | 2008-10-13 10:42:44 +0100 | [diff] [blame] | 3965 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3966 | PARALLEL PORT SUPPORT |
Randy Dunlap | 3dd1a32 | 2007-05-16 22:11:12 -0700 | [diff] [blame] | 3967 | L: linux-parport@lists.infradead.org (subscribers-only) |
David Brownell | 5fdc2ab | 2007-03-05 00:30:13 -0800 | [diff] [blame] | 3968 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3969 | F: drivers/parport/ |
| 3970 | F: include/linux/parport*.h |
| 3971 | F: drivers/char/ppdev.c |
| 3972 | F: include/linux/ppdev.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3973 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3974 | PARAVIRT_OPS INTERFACE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3975 | M: Jeremy Fitzhardinge <jeremy@xensource.com> |
| 3976 | M: Chris Wright <chrisw@sous-sol.org> |
| 3977 | M: Alok Kataria <akataria@vmware.com> |
| 3978 | M: Rusty Russell <rusty@rustcorp.com.au> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3979 | L: virtualization@lists.osdl.org |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3980 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3981 | F: Documentation/ia64/paravirt_ops.txt |
| 3982 | F: arch/*/kernel/paravirt* |
| 3983 | F: arch/*/include/asm/paravirt.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3984 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3985 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3986 | M: Tim Waugh <tim@cyberelk.net> |
Randy Dunlap | 3dd1a32 | 2007-05-16 22:11:12 -0700 | [diff] [blame] | 3987 | L: linux-parport@lists.infradead.org (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3988 | W: http://www.torque.net/linux-pp.html |
| 3989 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3990 | F: Documentation/blockdev/paride.txt |
| 3991 | F: drivers/block/paride/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3992 | |
| 3993 | PARISC ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3994 | M: Kyle McMartin <kyle@mcmartin.ca> |
| 3995 | M: Helge Deller <deller@gmx.de> |
James Bottomley | b882877 | 2009-08-04 23:59:55 +0000 | [diff] [blame] | 3996 | M: "James E.J. Bottomley" <jejb@parisc-linux.org> |
Kyle McMartin | ac6aecb | 2007-12-03 22:04:34 +0000 | [diff] [blame] | 3997 | L: linux-parisc@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3998 | W: http://www.parisc-linux.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3999 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4000 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4001 | F: arch/parisc/ |
| 4002 | F: drivers/parisc/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4003 | |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4004 | PC87360 HARDWARE MONITORING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4005 | M: Jim Cromie <jim.cromie@gmail.com> |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4006 | L: lm-sensors@lm-sensors.org |
| 4007 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4008 | F: Documentation/hwmon/pc87360 |
| 4009 | F: drivers/hwmon/pc87360.c |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4010 | |
| 4011 | PC8736x GPIO DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4012 | M: Jim Cromie <jim.cromie@gmail.com> |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4013 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4014 | F: drivers/char/pc8736x_gpio.c |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4015 | |
Riku Voipio | b26e0ed | 2009-03-03 21:37:17 +0200 | [diff] [blame] | 4016 | PCA9532 LED DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4017 | M: Riku Voipio <riku.voipio@iki.fi> |
Riku Voipio | b26e0ed | 2009-03-03 21:37:17 +0200 | [diff] [blame] | 4018 | S: Maintained |
Joe Perches | d5ca691 | 2009-04-09 02:42:01 -0700 | [diff] [blame] | 4019 | F: drivers/leds/leds-pca9532.c |
| 4020 | F: include/linux/leds-pca9532.h |
Riku Voipio | b26e0ed | 2009-03-03 21:37:17 +0200 | [diff] [blame] | 4021 | |
Wolfram Sang | a1867d3 | 2009-09-18 22:45:51 +0200 | [diff] [blame] | 4022 | PCA9564/PCA9665 I2C BUS DRIVER |
| 4023 | M: Wolfram Sang <w.sang@pengutronix.de> |
| 4024 | L: linux-i2c@vger.kernel.org |
| 4025 | S: Maintained |
| 4026 | F: drivers/i2c/algos/i2c-algo-pca.c |
| 4027 | F: drivers/i2c/busses/i2c-pca-* |
| 4028 | F: include/linux/i2c-algo-pca.h |
| 4029 | F: include/linux/i2c-pca-platform.h |
| 4030 | |
linas@austin.ibm.com | 065c635 | 2005-12-02 19:16:18 -0600 | [diff] [blame] | 4031 | PCI ERROR RECOVERY |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4032 | M: Linas Vepstas <linas@austin.ibm.com> |
Jesse Barnes | c1f69db | 2008-05-19 15:28:16 -0700 | [diff] [blame] | 4033 | L: linux-pci@vger.kernel.org |
linas@austin.ibm.com | 065c635 | 2005-12-02 19:16:18 -0600 | [diff] [blame] | 4034 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4035 | F: Documentation/PCI/pci-error-recovery.txt |
| 4036 | F: Documentation/powerpc/eeh-pci-error-recovery.txt |
linas@austin.ibm.com | 065c635 | 2005-12-02 19:16:18 -0600 | [diff] [blame] | 4037 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4038 | PCI SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4039 | M: Jesse Barnes <jbarnes@virtuousgeek.org> |
Jesse Barnes | 2905474 | 2008-05-03 08:35:49 -0700 | [diff] [blame] | 4040 | L: linux-pci@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4041 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4042 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4043 | F: Documentation/PCI/ |
| 4044 | F: drivers/pci/ |
| 4045 | F: include/linux/pci* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4046 | |
Jesse Barnes | be3652b | 2009-09-17 10:01:07 -0700 | [diff] [blame] | 4047 | PCI HOTPLUG |
| 4048 | M: Jesse Barnes <jbarnes@virtuousgeek.org> |
Jesse Barnes | 64dab20 | 2008-06-10 14:20:03 -0700 | [diff] [blame] | 4049 | L: linux-pci@vger.kernel.org |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 4050 | S: Supported |
Jesse Barnes | be3652b | 2009-09-17 10:01:07 -0700 | [diff] [blame] | 4051 | F: drivers/pci/hotplug |
Kristen Accardi | 8cf4c19 | 2005-08-16 15:16:10 -0700 | [diff] [blame] | 4052 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4053 | PCMCIA SUBSYSTEM |
Dominik Brodowski | 4230dfc | 2005-07-07 17:59:06 -0700 | [diff] [blame] | 4054 | P: Linux PCMCIA Team |
Randy Dunlap | f5df5881 | 2006-07-14 00:24:29 -0700 | [diff] [blame] | 4055 | L: linux-pcmcia@lists.infradead.org |
Joe Perches | 6650e0a | 2007-12-10 15:49:32 -0800 | [diff] [blame] | 4056 | W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4057 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git |
Dominik Brodowski | 4230dfc | 2005-07-07 17:59:06 -0700 | [diff] [blame] | 4058 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4059 | F: Documentation/pcmcia/ |
| 4060 | F: drivers/pcmcia/ |
| 4061 | F: include/pcmcia/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4062 | |
| 4063 | PCNET32 NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4064 | M: Don Fry <pcnet32@verizon.net> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 4065 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4066 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4067 | F: drivers/net/pcnet32.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4068 | |
Shailabh Nagar | ad4ecbc | 2006-07-14 00:24:44 -0700 | [diff] [blame] | 4069 | PER-TASK DELAY ACCOUNTING |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4070 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
Shailabh Nagar | ad4ecbc | 2006-07-14 00:24:44 -0700 | [diff] [blame] | 4071 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4072 | F: include/linux/delayacct.h |
| 4073 | F: kernel/delayacct.c |
Shailabh Nagar | ad4ecbc | 2006-07-14 00:24:44 -0700 | [diff] [blame] | 4074 | |
Ingo Molnar | 57c0c15 | 2009-09-21 12:20:38 +0200 | [diff] [blame] | 4075 | PERFORMANCE EVENTS SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4076 | M: Peter Zijlstra <a.p.zijlstra@chello.nl> |
| 4077 | M: Paul Mackerras <paulus@samba.org> |
| 4078 | M: Ingo Molnar <mingo@elte.hu> |
Paul Mackerras | 6c0b324 | 2009-04-09 09:27:37 +1000 | [diff] [blame] | 4079 | S: Supported |
Vincent Legoll | a003236 | 2009-10-13 14:48:14 +0200 | [diff] [blame] | 4080 | F: kernel/perf_event.c |
| 4081 | F: include/linux/perf_event.h |
| 4082 | F: arch/*/*/kernel/perf_event.c |
| 4083 | F: arch/*/include/asm/perf_event.h |
| 4084 | F: arch/*/lib/perf_event.c |
| 4085 | F: arch/*/kernel/perf_callchain.c |
| 4086 | F: tools/perf/ |
Paul Mackerras | 6c0b324 | 2009-04-09 09:27:37 +1000 | [diff] [blame] | 4087 | |
Jim Cromie | dd49d0f | 2006-03-24 18:08:17 +0100 | [diff] [blame] | 4088 | PERSONALITY HANDLING |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4089 | M: Christoph Hellwig <hch@infradead.org> |
Jim Cromie | dd49d0f | 2006-03-24 18:08:17 +0100 | [diff] [blame] | 4090 | L: linux-abi-devel@lists.sourceforge.net |
| 4091 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4092 | F: include/linux/personality.h |
Jim Cromie | dd49d0f | 2006-03-24 18:08:17 +0100 | [diff] [blame] | 4093 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4094 | PHRAM MTD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4095 | M: Joern Engel <joern@lazybastard.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4096 | L: linux-mtd@lists.infradead.org |
| 4097 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4098 | F: drivers/mtd/devices/phram.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4099 | |
Peter Osterlund | 249a677 | 2005-09-27 21:45:30 -0700 | [diff] [blame] | 4100 | PKTCDVD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4101 | M: Peter Osterlund <petero2@telia.com> |
Peter Osterlund | 249a677 | 2005-09-27 21:45:30 -0700 | [diff] [blame] | 4102 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4103 | F: drivers/block/pktcdvd.c |
| 4104 | F: include/linux/pktcdvd.h |
Peter Osterlund | 249a677 | 2005-09-27 21:45:30 -0700 | [diff] [blame] | 4105 | |
Anil Ravindranath | 89a3681 | 2009-08-25 17:35:18 -0700 | [diff] [blame] | 4106 | PMC SIERRA MaxRAID DRIVER |
Joe Perches | 076cfaa | 2009-09-21 17:04:26 -0700 | [diff] [blame] | 4107 | M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com> |
Anil Ravindranath | 89a3681 | 2009-08-25 17:35:18 -0700 | [diff] [blame] | 4108 | L: linux-scsi@vger.kernel.org |
| 4109 | W: http://www.pmc-sierra.com/ |
| 4110 | S: Supported |
| 4111 | F: drivers/scsi/pmcraid.* |
| 4112 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4113 | POSIX CLOCKS and TIMERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4114 | M: Thomas Gleixner <tglx@linutronix.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4115 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4116 | F: fs/timerfd.c |
| 4117 | F: include/linux/timer* |
| 4118 | F: kernel/*timer* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4119 | |
Anton Vorontsov | 3be8614 | 2007-07-15 04:43:36 +0400 | [diff] [blame] | 4120 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4121 | M: Anton Vorontsov <cbou@mail.ru> |
| 4122 | M: David Woodhouse <dwmw2@infradead.org> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4123 | T: git git://git.infradead.org/battery-2.6.git |
Anton Vorontsov | 3be8614 | 2007-07-15 04:43:36 +0400 | [diff] [blame] | 4124 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4125 | F: include/linux/power_supply.h |
| 4126 | F: drivers/power/power_supply* |
Anton Vorontsov | 3be8614 | 2007-07-15 04:43:36 +0400 | [diff] [blame] | 4127 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4128 | PNP SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4129 | M: Adam Belay <abelay@mit.edu> |
| 4130 | M: Bjorn Helgaas <bjorn.helgaas@hp.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4131 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4132 | F: drivers/pnp/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4133 | |
Vitaly Wool | 999445d | 2007-01-04 13:07:03 +0100 | [diff] [blame] | 4134 | PNXxxxx I2C DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4135 | M: Vitaly Wool <vitalywool@gmail.com> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 4136 | L: linux-i2c@vger.kernel.org |
Vitaly Wool | 999445d | 2007-01-04 13:07:03 +0100 | [diff] [blame] | 4137 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4138 | F: drivers/i2c/busses/i2c-pnx.c |
Vitaly Wool | 999445d | 2007-01-04 13:07:03 +0100 | [diff] [blame] | 4139 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4140 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4141 | M: Paul Mackerras <paulus@samba.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4142 | L: linux-ppp@vger.kernel.org |
| 4143 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4144 | F: drivers/net/ppp_* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4145 | |
| 4146 | PPP OVER ATM (RFC 2364) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4147 | M: Mitchell Blank Jr <mitch@sfgoth.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4148 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4149 | F: net/atm/pppoatm.c |
| 4150 | F: include/linux/atmppp.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4151 | |
| 4152 | PPP OVER ETHERNET |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4153 | M: Michal Ostrowski <mostrows@earthlink.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4154 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4155 | F: drivers/net/pppoe.c |
| 4156 | F: drivers/net/pppox.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4157 | |
James Chapman | a6d2370 | 2007-06-27 15:53:17 -0700 | [diff] [blame] | 4158 | PPP OVER L2TP |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4159 | M: James Chapman <jchapman@katalix.com> |
James Chapman | a6d2370 | 2007-06-27 15:53:17 -0700 | [diff] [blame] | 4160 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4161 | F: drivers/net/pppol2tp.c |
| 4162 | F: include/linux/if_pppol2tp.h |
James Chapman | a6d2370 | 2007-06-27 15:53:17 -0700 | [diff] [blame] | 4163 | |
Rodolfo Giometti | eae9d2b | 2009-06-17 16:28:37 -0700 | [diff] [blame] | 4164 | PPS SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4165 | M: Rodolfo Giometti <giometti@enneenne.com> |
Rodolfo Giometti | eae9d2b | 2009-06-17 16:28:37 -0700 | [diff] [blame] | 4166 | W: http://wiki.enneenne.com/index.php/LinuxPPS_support |
| 4167 | L: linuxpps@ml.enneenne.com (subscribers-only) |
| 4168 | S: Maintained |
Joe Perches | cabaaf4 | 2009-07-29 15:04:24 -0700 | [diff] [blame] | 4169 | F: Documentation/pps/ |
| 4170 | F: drivers/pps/ |
| 4171 | F: include/linux/pps*.h |
Rodolfo Giometti | eae9d2b | 2009-06-17 16:28:37 -0700 | [diff] [blame] | 4172 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4173 | PREEMPTIBLE KERNEL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4174 | M: Robert Love <rml@tech9.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4175 | L: kpreempt-tech@lists.sourceforge.net |
| 4176 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel |
| 4177 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4178 | F: Documentation/preempt-locking.txt |
| 4179 | F: include/linux/preempt.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4180 | |
| 4181 | PRISM54 WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4182 | M: "Luis R. Rodriguez" <mcgrof@gmail.com> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 4183 | L: linux-wireless@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4184 | W: http://prism54.org |
| 4185 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4186 | F: drivers/net/wireless/prism54/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4187 | |
| 4188 | PROMISE DC4030 CACHING DISK CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4189 | M: Peter Denison <promise@pnd-pc.demon.co.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4190 | W: http://www.pnd-pc.demon.co.uk/promise/ |
| 4191 | S: Maintained |
| 4192 | |
Mikael Pettersson | b3277df | 2007-01-10 09:33:53 +0100 | [diff] [blame] | 4193 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4194 | M: Mikael Pettersson <mikpe@it.uu.se> |
Mikael Pettersson | b3277df | 2007-01-10 09:33:53 +0100 | [diff] [blame] | 4195 | L: linux-ide@vger.kernel.org |
| 4196 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4197 | F: drivers/ata/sata_promise.* |
Mikael Pettersson | b3277df | 2007-01-10 09:33:53 +0100 | [diff] [blame] | 4198 | |
Masakazu Mokuno | 02c1889 | 2007-07-05 20:11:16 +0900 | [diff] [blame] | 4199 | PS3 NETWORK SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4200 | M: Geoff Levand <geoffrey.levand@am.sony.com> |
Masakazu Mokuno | 02c1889 | 2007-07-05 20:11:16 +0900 | [diff] [blame] | 4201 | L: netdev@vger.kernel.org |
| 4202 | L: cbe-oss-dev@ozlabs.org |
| 4203 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4204 | F: drivers/net/ps3_gelic_net.* |
Masakazu Mokuno | 02c1889 | 2007-07-05 20:11:16 +0900 | [diff] [blame] | 4205 | |
Geoff Levand | f58a9d1 | 2006-11-23 00:46:51 +0100 | [diff] [blame] | 4206 | PS3 PLATFORM SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4207 | M: Geoff Levand <geoffrey.levand@am.sony.com> |
Geoff Levand | f58a9d1 | 2006-11-23 00:46:51 +0100 | [diff] [blame] | 4208 | L: linuxppc-dev@ozlabs.org |
| 4209 | L: cbe-oss-dev@ozlabs.org |
| 4210 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4211 | F: arch/powerpc/boot/ps3* |
| 4212 | F: arch/powerpc/include/asm/lv1call.h |
| 4213 | F: arch/powerpc/include/asm/ps3*.h |
| 4214 | F: arch/powerpc/platforms/ps3/ |
| 4215 | F: drivers/*/ps3* |
| 4216 | F: drivers/ps3/ |
Geoff Levand | fec629b | 2009-04-16 09:05:40 +0000 | [diff] [blame] | 4217 | F: drivers/rtc/rtc-ps3.c |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4218 | F: drivers/usb/host/*ps3.c |
Geoff Levand | fec629b | 2009-04-16 09:05:40 +0000 | [diff] [blame] | 4219 | F: sound/ppc/snd_ps3* |
Geoff Levand | f58a9d1 | 2006-11-23 00:46:51 +0100 | [diff] [blame] | 4220 | |
Jim Paris | cffb4add | 2009-01-06 11:32:10 +0000 | [diff] [blame] | 4221 | PS3VRAM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4222 | M: Jim Paris <jim@jtan.com> |
Jim Paris | cffb4add | 2009-01-06 11:32:10 +0000 | [diff] [blame] | 4223 | L: cbe-oss-dev@ozlabs.org |
| 4224 | S: Maintained |
| 4225 | |
Christoph Hellwig | cf94a4d | 2009-04-30 15:08:12 -0700 | [diff] [blame] | 4226 | PTRACE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4227 | M: Roland McGrath <roland@redhat.com> |
| 4228 | M: Oleg Nesterov <oleg@redhat.com> |
Christoph Hellwig | cf94a4d | 2009-04-30 15:08:12 -0700 | [diff] [blame] | 4229 | S: Maintained |
| 4230 | F: include/asm-generic/syscall.h |
| 4231 | F: include/linux/ptrace.h |
| 4232 | F: include/linux/regset.h |
| 4233 | F: include/linux/tracehook.h |
| 4234 | F: kernel/ptrace.c |
| 4235 | |
Michael Krufky | 8320204 | 2006-07-03 00:24:18 -0700 | [diff] [blame] | 4236 | PVRUSB2 VIDEO4LINUX DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4237 | M: Mike Isely <isely@pobox.com> |
Mike Isely | 16e9495 | 2007-01-03 18:08:06 -0300 | [diff] [blame] | 4238 | L: pvrusb2@isely.net (subscribers-only) |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 4239 | L: linux-media@vger.kernel.org |
Michael Krufky | 8320204 | 2006-07-03 00:24:18 -0700 | [diff] [blame] | 4240 | W: http://www.isely.net/pvrusb2/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4241 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Michael Krufky | 8320204 | 2006-07-03 00:24:18 -0700 | [diff] [blame] | 4242 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4243 | F: Documentation/video4linux/README.pvrusb2 |
| 4244 | F: drivers/media/video/pvrusb2/ |
Michael Krufky | 8320204 | 2006-07-03 00:24:18 -0700 | [diff] [blame] | 4245 | |
Eric Miao | 30ec261 | 2008-06-12 15:21:41 -0700 | [diff] [blame] | 4246 | PXA2xx/PXA3xx SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4247 | M: Eric Miao <eric.y.miao@gmail.com> |
| 4248 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 4249 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4250 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4251 | F: arch/arm/mach-pxa/ |
| 4252 | F: drivers/pcmcia/pxa2xx* |
| 4253 | F: drivers/spi/pxa2xx* |
| 4254 | F: drivers/usb/gadget/pxa2* |
| 4255 | F: include/sound/pxa2xx-lib.h |
Mark Brown | bec4c99 | 2009-05-06 10:36:34 +0100 | [diff] [blame] | 4256 | F: sound/arm/pxa* |
| 4257 | F: sound/soc/pxa |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4258 | |
Eric Miao | a6bb4ba | 2009-02-19 21:13:21 +0800 | [diff] [blame] | 4259 | PXA168 SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4260 | M: Eric Miao <eric.y.miao@gmail.com> |
| 4261 | M: Jason Chagas <jason.chagas@marvell.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 4262 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4263 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
Eric Miao | 7517b3f | 2009-06-13 00:10:17 +0800 | [diff] [blame] | 4264 | S: Maintained |
Eric Miao | a6bb4ba | 2009-02-19 21:13:21 +0800 | [diff] [blame] | 4265 | |
Eric Miao | 5fa82eb | 2009-03-20 12:52:24 +0800 | [diff] [blame] | 4266 | PXA910 SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4267 | M: Eric Miao <eric.y.miao@gmail.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 4268 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4269 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git |
Eric Miao | 7517b3f | 2009-06-13 00:10:17 +0800 | [diff] [blame] | 4270 | S: Maintained |
Eric Miao | 5fa82eb | 2009-03-20 12:52:24 +0800 | [diff] [blame] | 4271 | |
Pierre Ossman | 272f133 | 2007-05-14 21:25:26 +0200 | [diff] [blame] | 4272 | PXA MMCI DRIVER |
| 4273 | S: Orphan |
| 4274 | |
Robert Jarzmik | 57f63bc | 2009-02-11 13:04:19 -0800 | [diff] [blame] | 4275 | PXA RTC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4276 | M: Robert Jarzmik <robert.jarzmik@free.fr> |
Robert Jarzmik | 57f63bc | 2009-02-11 13:04:19 -0800 | [diff] [blame] | 4277 | L: rtc-linux@googlegroups.com |
| 4278 | S: Maintained |
| 4279 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4280 | QLOGIC QLA2XXX FC-SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4281 | M: Andrew Vasquez <andrew.vasquez@qlogic.com> |
Andrew Vasquez | 95e6a85 | 2006-03-14 14:41:04 -0800 | [diff] [blame] | 4282 | M: linux-driver@qlogic.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4283 | L: linux-scsi@vger.kernel.org |
| 4284 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4285 | F: Documentation/scsi/LICENSE.qla2xxx |
| 4286 | F: drivers/scsi/qla2xxx/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4287 | |
Ron Mercer | 5a4faa87 | 2006-07-25 00:40:21 -0700 | [diff] [blame] | 4288 | QLOGIC QLA3XXX NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4289 | M: Ron Mercer <ron.mercer@qlogic.com> |
Ron Mercer | 5a4faa87 | 2006-07-25 00:40:21 -0700 | [diff] [blame] | 4290 | M: linux-driver@qlogic.com |
| 4291 | L: netdev@vger.kernel.org |
| 4292 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4293 | F: Documentation/networking/LICENSE.qla3xxx |
| 4294 | F: drivers/net/qla3xxx.* |
Ron Mercer | 5a4faa87 | 2006-07-25 00:40:21 -0700 | [diff] [blame] | 4295 | |
Ron Mercer | c4e84bd | 2008-09-18 11:56:28 -0400 | [diff] [blame] | 4296 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4297 | M: Ron Mercer <ron.mercer@qlogic.com> |
Joe Perches | 4cbfbe2 | 2009-07-29 15:04:21 -0700 | [diff] [blame] | 4298 | M: linux-driver@qlogic.com |
Ron Mercer | c4e84bd | 2008-09-18 11:56:28 -0400 | [diff] [blame] | 4299 | L: netdev@vger.kernel.org |
| 4300 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4301 | F: drivers/net/qlge/ |
Ron Mercer | c4e84bd | 2008-09-18 11:56:28 -0400 | [diff] [blame] | 4302 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4303 | QNX4 FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4304 | M: Anders Larsen <al@alarsen.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4305 | W: http://www.alarsen.net/linux/qnx4fs/ |
| 4306 | S: Maintained |
Joe Perches | 8081149 | 2009-04-08 20:20:27 -0700 | [diff] [blame] | 4307 | F: fs/qnx4/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4308 | F: include/linux/qnx4_fs.h |
| 4309 | F: include/linux/qnxtypes.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4310 | |
| 4311 | RADEON FRAMEBUFFER DISPLAY DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4312 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 4313 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4314 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4315 | F: drivers/video/aty/radeon* |
| 4316 | F: include/linux/radeonfb.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4317 | |
| 4318 | RAGE128 FRAMEBUFFER DISPLAY DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4319 | M: Paul Mackerras <paulus@samba.org> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 4320 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4321 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4322 | F: drivers/video/aty/aty128fb.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4323 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 4324 | RALINK RT2X00 WIRELESS LAN DRIVER |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 4325 | P: rt2x00 project |
| 4326 | L: linux-wireless@vger.kernel.org |
Ivo van Doorn | 6d5eaaf | 2009-03-17 11:29:19 +0100 | [diff] [blame] | 4327 | L: users@rt2x00.serialmonkey.com |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 4328 | W: http://rt2x00.serialmonkey.com/ |
| 4329 | S: Maintained |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4330 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 4331 | F: drivers/net/wireless/rt2x00/ |
| 4332 | |
Nick Piggin | 9db5579 | 2008-02-08 04:19:49 -0800 | [diff] [blame] | 4333 | RAMDISK RAM BLOCK DEVICE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4334 | M: Nick Piggin <npiggin@suse.de> |
Nick Piggin | 9db5579 | 2008-02-08 04:19:49 -0800 | [diff] [blame] | 4335 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4336 | F: Documentation/blockdev/ramdisk.txt |
| 4337 | F: drivers/block/brd.c |
Nick Piggin | 9db5579 | 2008-02-08 04:19:49 -0800 | [diff] [blame] | 4338 | |
Matt Mackall | 9e95ce2 | 2005-04-16 15:25:56 -0700 | [diff] [blame] | 4339 | RANDOM NUMBER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4340 | M: Matt Mackall <mpm@selenic.com> |
Matt Mackall | 9e95ce2 | 2005-04-16 15:25:56 -0700 | [diff] [blame] | 4341 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4342 | F: drivers/char/random.c |
Matt Mackall | 9e95ce2 | 2005-04-16 15:25:56 -0700 | [diff] [blame] | 4343 | |
Matt Porter | 394b701 | 2005-11-07 01:00:15 -0800 | [diff] [blame] | 4344 | RAPIDIO SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4345 | M: Matt Porter <mporter@kernel.crashing.org> |
Matt Porter | 394b701 | 2005-11-07 01:00:15 -0800 | [diff] [blame] | 4346 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4347 | F: drivers/rapidio/ |
Matt Porter | 394b701 | 2005-11-07 01:00:15 -0800 | [diff] [blame] | 4348 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4349 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4350 | M: Corey Thomas <coreythomas@charter.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4351 | L: linux-wireless@vger.kernel.org |
| 4352 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4353 | F: drivers/net/wireless/ray* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4354 | |
| 4355 | RCUTORTURE MODULE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4356 | M: Josh Triplett <josh@freedesktop.org> |
| 4357 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4358 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4359 | F: Documentation/RCU/torture.txt |
| 4360 | F: kernel/rcutorture.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4361 | |
Florian Fainelli | c1f766b | 2008-02-06 22:39:44 +0100 | [diff] [blame] | 4362 | RDC R-321X SoC |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4363 | M: Florian Fainelli <florian@openwrt.org> |
Florian Fainelli | c1f766b | 2008-02-06 22:39:44 +0100 | [diff] [blame] | 4364 | S: Maintained |
| 4365 | |
Florian Fainelli | db17f39 | 2007-12-19 11:30:30 +0100 | [diff] [blame] | 4366 | RDC R6040 FAST ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4367 | M: Florian Fainelli <florian@openwrt.org> |
Florian Fainelli | db17f39 | 2007-12-19 11:30:30 +0100 | [diff] [blame] | 4368 | L: netdev@vger.kernel.org |
| 4369 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4370 | F: drivers/net/r6040.c |
Florian Fainelli | db17f39 | 2007-12-19 11:30:30 +0100 | [diff] [blame] | 4371 | |
Andy Grover | a09ed66 | 2009-02-24 15:30:41 +0000 | [diff] [blame] | 4372 | RDS - RELIABLE DATAGRAM SOCKETS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4373 | M: Andy Grover <andy.grover@oracle.com> |
Kyle McMartin | fbb5a55 | 2009-04-09 14:09:47 +0000 | [diff] [blame] | 4374 | L: rds-devel@oss.oracle.com (moderated for non-subscribers) |
Andy Grover | a09ed66 | 2009-02-24 15:30:41 +0000 | [diff] [blame] | 4375 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4376 | F: net/rds/ |
Andy Grover | a09ed66 | 2009-02-24 15:30:41 +0000 | [diff] [blame] | 4377 | |
Josh Triplett | 595182b | 2006-10-04 02:17:21 -0700 | [diff] [blame] | 4378 | READ-COPY UPDATE (RCU) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4379 | M: Dipankar Sarma <dipankar@in.ibm.com> |
| 4380 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
Josh Triplett | 595182b | 2006-10-04 02:17:21 -0700 | [diff] [blame] | 4381 | W: http://www.rdrop.com/users/paulmck/rclock/ |
Josh Triplett | 595182b | 2006-10-04 02:17:21 -0700 | [diff] [blame] | 4382 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4383 | F: Documentation/RCU/rcu.txt |
| 4384 | F: Documentation/RCU/rcuref.txt |
| 4385 | F: include/linux/rcupdate.h |
| 4386 | F: include/linux/srcu.h |
| 4387 | F: kernel/rcupdate.c |
Josh Triplett | 595182b | 2006-10-04 02:17:21 -0700 | [diff] [blame] | 4388 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4389 | REAL TIME CLOCK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4390 | M: Paul Gortmaker <p_gortmaker@yahoo.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4391 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4392 | F: Documentation/rtc.txt |
| 4393 | F: drivers/rtc/ |
| 4394 | F: include/linux/rtc.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4395 | |
Alessandro Zummo | 0c86edc | 2006-03-27 01:16:37 -0800 | [diff] [blame] | 4396 | REAL TIME CLOCK (RTC) SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4397 | M: Alessandro Zummo <a.zummo@towertech.it> |
Alessandro Zummo | 7646549 | 2006-12-10 02:19:06 -0800 | [diff] [blame] | 4398 | L: rtc-linux@googlegroups.com |
Alessandro Zummo | 0c86edc | 2006-03-27 01:16:37 -0800 | [diff] [blame] | 4399 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4400 | F: Documentation/rtc.txt |
| 4401 | F: drivers/rtc/ |
| 4402 | F: include/linux/rtc.h |
Alessandro Zummo | 0c86edc | 2006-03-27 01:16:37 -0800 | [diff] [blame] | 4403 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4404 | REISERFS FILE SYSTEM |
Jeff Mahoney | 76c4e5e | 2007-06-08 13:47:02 -0700 | [diff] [blame] | 4405 | L: reiserfs-devel@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4406 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4407 | F: fs/reiserfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4408 | |
Ivo van Doorn | e0897645 | 2008-04-12 19:23:55 +0200 | [diff] [blame] | 4409 | RFKILL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4410 | M: Johannes Berg <johannes@sipsolutions.net> |
Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 4411 | L: linux-wireless@vger.kernel.org |
Ivo van Doorn | e0897645 | 2008-04-12 19:23:55 +0200 | [diff] [blame] | 4412 | S: Maintained |
Joe Perches | 8081149 | 2009-04-08 20:20:27 -0700 | [diff] [blame] | 4413 | F Documentation/rfkill.txt |
| 4414 | F: net/rfkill/ |
Ivo van Doorn | e0897645 | 2008-04-12 19:23:55 +0200 | [diff] [blame] | 4415 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4416 | RISCOM8 DRIVER |
| 4417 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4418 | F: Documentation/serial/riscom8.txt |
| 4419 | F: drivers/char/riscom8* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4420 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4421 | ROCKETPORT DRIVER |
| 4422 | P: Comtrol Corp. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4423 | W: http://www.comtrol.com |
| 4424 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4425 | F: Documentation/serial/rocket.txt |
| 4426 | F: drivers/char/rocket* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4427 | |
| 4428 | ROSE NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4429 | M: Ralf Baechle <ralf@linux-mips.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4430 | L: linux-hams@vger.kernel.org |
Ralf Baechle | d34cb28 | 2006-04-19 04:14:30 +0200 | [diff] [blame] | 4431 | W: http://www.linux-ax25.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4432 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4433 | F: include/linux/rose.h |
| 4434 | F: include/net/rose.h |
| 4435 | F: net/rose/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4436 | |
Larry Finger | 5984048 | 2008-11-12 17:13:09 -0600 | [diff] [blame] | 4437 | RTL8180 WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4438 | M: "John W. Linville" <linville@tuxdriver.com> |
Michael Wu | 605bebe | 2007-05-14 01:41:02 -0400 | [diff] [blame] | 4439 | L: linux-wireless@vger.kernel.org |
| 4440 | W: http://linuxwireless.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4441 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
Michael Wu | 605bebe | 2007-05-14 01:41:02 -0400 | [diff] [blame] | 4442 | S: Maintained |
Joe Perches | 2b3daf5 | 2009-07-21 13:09:56 -0700 | [diff] [blame] | 4443 | F: drivers/net/wireless/rtl818x/rtl8180* |
Michael Wu | 605bebe | 2007-05-14 01:41:02 -0400 | [diff] [blame] | 4444 | |
Larry Finger | 5984048 | 2008-11-12 17:13:09 -0600 | [diff] [blame] | 4445 | RTL8187 WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4446 | M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> |
| 4447 | M: Hin-Tak Leung <htl10@users.sourceforge.net> |
| 4448 | M: Larry Finger <Larry.Finger@lwfinger.net> |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 4449 | L: linux-wireless@vger.kernel.org |
| 4450 | W: http://linuxwireless.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4451 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 4452 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4453 | F: drivers/net/wireless/rtl818x/rtl8187* |
Larry Finger | 5984048 | 2008-11-12 17:13:09 -0600 | [diff] [blame] | 4454 | |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 4455 | S3 SAVAGE FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4456 | M: Antonino Daplas <adaplas@gmail.com> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 4457 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 4458 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4459 | F: drivers/video/savage/ |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 4460 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4461 | S390 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4462 | M: Martin Schwidefsky <schwidefsky@de.ibm.com> |
| 4463 | M: Heiko Carstens <heiko.carstens@de.ibm.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4464 | M: linux390@de.ibm.com |
Martin Schwidefsky | d58140c | 2007-02-05 21:17:27 +0100 | [diff] [blame] | 4465 | L: linux-s390@vger.kernel.org |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4466 | W: http://www.ibm.com/developerworks/linux/linux390/ |
| 4467 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4468 | F: arch/s390/ |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4469 | |
| 4470 | S390 NETWORK DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4471 | M: Ursula Braun <ursula.braun@de.ibm.com> |
| 4472 | M: Frank Blaschka <blaschka@linux.vnet.ibm.com> |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4473 | M: linux390@de.ibm.com |
Martin Schwidefsky | d58140c | 2007-02-05 21:17:27 +0100 | [diff] [blame] | 4474 | L: linux-s390@vger.kernel.org |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4475 | W: http://www.ibm.com/developerworks/linux/linux390/ |
| 4476 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4477 | F: drivers/s390/net/ |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4478 | |
Felix Beck | feed9b6 | 2009-03-26 15:24:23 +0100 | [diff] [blame] | 4479 | S390 ZCRYPT DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4480 | M: Felix Beck <felix.beck@de.ibm.com> |
| 4481 | M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com> |
Felix Beck | feed9b6 | 2009-03-26 15:24:23 +0100 | [diff] [blame] | 4482 | M: linux390@de.ibm.com |
| 4483 | L: linux-s390@vger.kernel.org |
| 4484 | S: Supported |
Joe Perches | d5ca691 | 2009-04-09 02:42:01 -0700 | [diff] [blame] | 4485 | F: drivers/s390/crypto/ |
Felix Beck | feed9b6 | 2009-03-26 15:24:23 +0100 | [diff] [blame] | 4486 | |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4487 | S390 ZFCP DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4488 | M: Christof Schmitt <christof.schmitt@de.ibm.com> |
| 4489 | M: Martin Peschke <mp3@de.ibm.com> |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4490 | M: linux390@de.ibm.com |
Martin Schwidefsky | d58140c | 2007-02-05 21:17:27 +0100 | [diff] [blame] | 4491 | L: linux-s390@vger.kernel.org |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4492 | W: http://www.ibm.com/developerworks/linux/linux390/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4493 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4494 | F: Documentation/s390/zfcpdump.txt |
| 4495 | F: drivers/s390/scsi/zfcp_* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4496 | |
Ursula Braun | dd96df2 | 2007-09-19 13:09:02 +0200 | [diff] [blame] | 4497 | S390 IUCV NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4498 | M: Ursula Braun <ursula.braun@de.ibm.com> |
Ursula Braun | dd96df2 | 2007-09-19 13:09:02 +0200 | [diff] [blame] | 4499 | M: linux390@de.ibm.com |
| 4500 | L: linux-s390@vger.kernel.org |
| 4501 | W: http://www.ibm.com/developerworks/linux/linux390/ |
| 4502 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4503 | F: drivers/s390/net/*iucv* |
| 4504 | F: include/net/iucv/ |
| 4505 | F: net/iucv/ |
Ursula Braun | dd96df2 | 2007-09-19 13:09:02 +0200 | [diff] [blame] | 4506 | |
Ben Dooks | 4dde7f7 | 2008-06-30 22:40:38 +0100 | [diff] [blame] | 4507 | S3C24XX SD/MMC Driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4508 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 4509 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Ben Dooks | 4dde7f7 | 2008-06-30 22:40:38 +0100 | [diff] [blame] | 4510 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4511 | F: drivers/mmc/host/s3cmci.* |
Ben Dooks | 4dde7f7 | 2008-06-30 22:40:38 +0100 | [diff] [blame] | 4512 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4513 | SAA7146 VIDEO4LINUX-2 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4514 | M: Michael Hunold <michael@mihu.de> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 4515 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4516 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4517 | W: http://www.mihu.de/linux/saa7146 |
| 4518 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4519 | F: drivers/media/common/saa7146* |
| 4520 | F: drivers/media/video/*7146* |
| 4521 | F: include/media/*7146* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4522 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4523 | SC1200 WDT DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4524 | M: Zwane Mwaikambo <zwane@arm.linux.org.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4525 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4526 | F: drivers/watchdog/sc1200wdt.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4527 | |
| 4528 | SCHEDULER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4529 | M: Ingo Molnar <mingo@elte.hu> |
| 4530 | M: Peter Zijlstra <peterz@infradead.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4531 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4532 | F: kernel/sched* |
| 4533 | F: include/linux/sched.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4534 | |
Chen Liqin | 6bcf673 | 2009-06-13 15:24:33 +0800 | [diff] [blame] | 4535 | SCORE ARCHITECTURE |
| 4536 | P: Chen Liqin |
| 4537 | M: liqin.chen@sunplusct.com |
| 4538 | P: Lennox Wu |
Chen Liqin | 7e48386 | 2009-09-23 11:40:15 +0800 | [diff] [blame] | 4539 | M: lennox.wu@gmail.com |
Chen Liqin | 6bcf673 | 2009-06-13 15:24:33 +0800 | [diff] [blame] | 4540 | W: http://www.sunplusct.com |
| 4541 | S: Supported |
| 4542 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4543 | SCSI CDROM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4544 | M: Jens Axboe <axboe@kernel.dk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4545 | L: linux-scsi@vger.kernel.org |
| 4546 | W: http://www.kernel.dk |
| 4547 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4548 | F: drivers/scsi/sr* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4549 | |
| 4550 | SCSI SG DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4551 | M: Doug Gilbert <dgilbert@interlog.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4552 | L: linux-scsi@vger.kernel.org |
| 4553 | W: http://www.torque.net/sg |
| 4554 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4555 | F: drivers/scsi/sg.c |
| 4556 | F: include/scsi/sg.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4557 | |
| 4558 | SCSI SUBSYSTEM |
James Bottomley | 60df75c | 2009-08-13 19:23:12 +0000 | [diff] [blame] | 4559 | M: "James E.J. Bottomley" <James.Bottomley@suse.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4560 | L: linux-scsi@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4561 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
| 4562 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git |
| 4563 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4564 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4565 | F: drivers/scsi/ |
| 4566 | F: include/scsi/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4567 | |
| 4568 | SCSI TAPE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4569 | M: Kai Mäkisara <Kai.Makisara@kolumbus.fi> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4570 | L: linux-scsi@vger.kernel.org |
| 4571 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4572 | F: Documentation/scsi/st.txt |
| 4573 | F: drivers/scsi/st* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4574 | |
| 4575 | SCTP PROTOCOL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4576 | M: Vlad Yasevich <vladislav.yasevich@hp.com> |
| 4577 | M: Sridhar Samudrala <sri@us.ibm.com> |
Vlad Yasevich | 1a41879 | 2008-04-12 18:55:42 -0700 | [diff] [blame] | 4578 | L: linux-sctp@vger.kernel.org |
Sridhar Samudrala | 5f85813 | 2007-03-23 11:39:51 -0700 | [diff] [blame] | 4579 | W: http://lksctp.sourceforge.net |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 4580 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4581 | F: Documentation/networking/sctp.txt |
| 4582 | F: include/linux/sctp.h |
| 4583 | F: include/net/sctp/ |
| 4584 | F: net/sctp/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4585 | |
| 4586 | SCx200 CPU SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4587 | M: Jim Cromie <jim.cromie@gmail.com> |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4588 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4589 | F: Documentation/i2c/busses/scx200_acb |
| 4590 | F: arch/x86/kernel/scx200_32.c |
| 4591 | F: drivers/watchdog/scx200_wdt.c |
| 4592 | F: drivers/i2c/busses/scx200* |
| 4593 | F: drivers/mtd/maps/scx200_docflash.c |
| 4594 | F: include/linux/scx200.h |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4595 | |
| 4596 | SCx200 GPIO DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4597 | M: Jim Cromie <jim.cromie@gmail.com> |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4598 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4599 | F: drivers/char/scx200_gpio.c |
| 4600 | F: include/linux/scx200_gpio.h |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4601 | |
| 4602 | SCx200 HRT CLOCKSOURCE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4603 | M: Jim Cromie <jim.cromie@gmail.com> |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4604 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4605 | F: drivers/clocksource/scx200_hrt.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4606 | |
Sascha Sommer | 6a36913 | 2008-07-15 14:21:29 +0200 | [diff] [blame] | 4607 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4608 | M: Sascha Sommer <saschasommer@freenet.de> |
Sascha Sommer | 6a36913 | 2008-07-15 14:21:29 +0200 | [diff] [blame] | 4609 | L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) |
| 4610 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4611 | F: drivers/mmc/host/sdricoh_cs.c |
Sascha Sommer | 6a36913 | 2008-07-15 14:21:29 +0200 | [diff] [blame] | 4612 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 4613 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
Pierre Ossman | 5be4616 | 2009-09-21 17:00:59 -0700 | [diff] [blame] | 4614 | S: Orphan |
| 4615 | L: linux-mmc@vger.kernel.org |
| 4616 | F: drivers/mmc/host/sdhci.* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4617 | |
Anton Vorontsov | 3085e9c | 2009-03-17 00:14:05 +0300 | [diff] [blame] | 4618 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4619 | M: Anton Vorontsov <avorontsov@ru.mvista.com> |
Anton Vorontsov | 3085e9c | 2009-03-17 00:14:05 +0300 | [diff] [blame] | 4620 | L: linuxppc-dev@ozlabs.org |
Pierre Ossman | 5be4616 | 2009-09-21 17:00:59 -0700 | [diff] [blame] | 4621 | L: linux-mmc@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4622 | S: Maintained |
Pierre Ossman | 5be4616 | 2009-09-21 17:00:59 -0700 | [diff] [blame] | 4623 | F: drivers/mmc/host/sdhci-of.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4624 | |
Ben Dooks | 0d1bb41 | 2009-06-14 13:52:37 +0100 | [diff] [blame] | 4625 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4626 | M: Ben Dooks <ben-linux@fluff.org> |
Pierre Ossman | 5be4616 | 2009-09-21 17:00:59 -0700 | [diff] [blame] | 4627 | L: linux-mmc@vger.kernel.org |
Ben Dooks | 0d1bb41 | 2009-06-14 13:52:37 +0100 | [diff] [blame] | 4628 | S: Maintained |
| 4629 | F: drivers/mmc/host/sdhci-s3c.c |
| 4630 | |
James Morris | 8711cca | 2008-12-04 03:19:45 +1100 | [diff] [blame] | 4631 | SECURITY SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4632 | M: James Morris <jmorris@namei.org> |
James Morris | 8711cca | 2008-12-04 03:19:45 +1100 | [diff] [blame] | 4633 | L: linux-security-module@vger.kernel.org (suggested Cc:) |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4634 | T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
James Morris | c8334dc | 2009-01-07 20:06:18 +1100 | [diff] [blame] | 4635 | W: http://security.wiki.kernel.org/ |
James Morris | 8711cca | 2008-12-04 03:19:45 +1100 | [diff] [blame] | 4636 | S: Supported |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 4637 | F: security/ |
James Morris | 8711cca | 2008-12-04 03:19:45 +1100 | [diff] [blame] | 4638 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4639 | SECURITY CONTACT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4640 | M: Security Officers <security@kernel.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4641 | S: Supported |
| 4642 | |
| 4643 | SELINUX SECURITY MODULE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4644 | M: Stephen Smalley <sds@tycho.nsa.gov> |
| 4645 | M: James Morris <jmorris@namei.org> |
| 4646 | M: Eric Paris <eparis@parisplace.org> |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 4647 | L: selinux@tycho.nsa.gov (subscribers-only, general discussion) |
Stephen Smalley | f058925 | 2008-09-11 09:20:26 -0400 | [diff] [blame] | 4648 | W: http://selinuxproject.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4649 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4650 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4651 | F: include/linux/selinux* |
| 4652 | F: security/selinux/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4653 | |
Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 4654 | SENSABLE PHANTOM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4655 | M: Jiri Slaby <jirislaby@gmail.com> |
Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 4656 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4657 | F: drivers/misc/phantom.c |
| 4658 | F: include/linux/phantom.h |
Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 4659 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 4660 | SERIAL ATA (SATA) SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4661 | M: Jeff Garzik <jgarzik@pobox.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4662 | L: linux-ide@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4663 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4664 | S: Supported |
Joe Perches | d5ca691 | 2009-04-09 02:42:01 -0700 | [diff] [blame] | 4665 | F: drivers/ata/ |
| 4666 | F: include/linux/ata.h |
| 4667 | F: include/linux/libata.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4668 | |
Jayamohan Kallickal | 6733b39 | 2009-09-05 07:36:35 +0530 | [diff] [blame] | 4669 | SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER |
| 4670 | P: Jayamohan Kallickal |
| 4671 | M: jayamohank@serverengines.com |
| 4672 | L: linux-scsi@vger.kernel.org |
| 4673 | W: http://www.serverengines.com |
| 4674 | S: Supported |
| 4675 | F: drivers/scsi/be2iscsi/ |
| 4676 | |
Sathya Perla | 6b7c5b9 | 2009-03-11 23:32:03 -0700 | [diff] [blame] | 4677 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4678 | M: Sathya Perla <sathyap@serverengines.com> |
| 4679 | M: Subbu Seetharaman <subbus@serverengines.com> |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 4680 | L: netdev@vger.kernel.org |
| 4681 | W: http://www.serverengines.com |
| 4682 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4683 | F: drivers/net/benet/ |
Sathya Perla | 6b7c5b9 | 2009-03-11 23:32:03 -0700 | [diff] [blame] | 4684 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 4685 | SFC NETWORK DRIVER |
Joe Perches | c06f51e | 2009-08-26 08:47:47 +0000 | [diff] [blame] | 4686 | M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> |
| 4687 | M: Steve Hodgson <shodgson@solarflare.com> |
| 4688 | M: Ben Hutchings <bhutchings@solarflare.com> |
| 4689 | L: netdev@vger.kernel.org |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 4690 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4691 | F: drivers/net/sfc/ |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 4692 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4693 | SGI GRU DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4694 | M: Jack Steiner <steiner@sgi.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4695 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4696 | F: drivers/misc/sgi-gru/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4697 | |
| 4698 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4699 | M: Pat Gefre <pfg@sgi.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4700 | L: linux-ia64@vger.kernel.org |
| 4701 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4702 | F: Documentation/ia64/serial.txt |
| 4703 | F: drivers/serial/ioc?_serial.c |
| 4704 | F: include/linux/ioc?.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4705 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4706 | SGI VISUAL WORKSTATION 320 AND 540 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4707 | M: Andrey Panin <pazke@donpac.ru> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4708 | L: linux-visws-devel@lists.sf.net |
| 4709 | W: http://linux-visws.sf.net |
| 4710 | S: Maintained for 2.6. |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4711 | F: Documentation/sgi-visws.txt |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4712 | |
Jack Steiner | 7531261 | 2008-08-15 00:40:42 -0700 | [diff] [blame] | 4713 | SGI XP/XPC/XPNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4714 | M: Robin Holt <holt@sgi.com> |
Jack Steiner | 7531261 | 2008-08-15 00:40:42 -0700 | [diff] [blame] | 4715 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4716 | F: drivers/misc/sgi-xp/ |
Jack Steiner | 7531261 | 2008-08-15 00:40:42 -0700 | [diff] [blame] | 4717 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4718 | SHARP LH SUPPORT (LH7952X & LH7A40X) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4719 | M: Marc Singer <elf@buici.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4720 | W: http://projects.buici.com/arm |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 4721 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4722 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4723 | F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen |
| 4724 | F: arch/arm/mach-lh7a40x/ |
| 4725 | F: drivers/serial/serial_lh7a40x.c |
| 4726 | F: drivers/usb/gadget/lh7a40* |
| 4727 | F: drivers/usb/host/ohci-lh7a40* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4728 | |
Len Brown | 6349d99 | 2009-08-14 15:07:14 -0400 | [diff] [blame] | 4729 | SIMPLE FIRMWARE INTERFACE (SFI) |
| 4730 | P: Len Brown |
| 4731 | M: lenb@kernel.org |
| 4732 | L: sfi-devel@simplefirmware.org |
| 4733 | W: http://simplefirmware.org/ |
| 4734 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4735 | S: Supported |
Len Brown | 6349d99 | 2009-08-14 15:07:14 -0400 | [diff] [blame] | 4736 | F: arch/x86/kernel/*sfi* |
| 4737 | F: drivers/sfi/ |
| 4738 | F: include/linux/sfi*.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4739 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4740 | SIMTEC EB110ATX (Chalice CATS) |
| 4741 | P: Ben Dooks |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4742 | M: Vincent Sanders <support@simtec.co.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4743 | W: http://www.simtec.co.uk/products/EB110ATX/ |
| 4744 | S: Supported |
| 4745 | |
| 4746 | SIMTEC EB2410ITX (BAST) |
| 4747 | P: Ben Dooks |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4748 | M: Vincent Sanders <support@simtec.co.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4749 | W: http://www.simtec.co.uk/products/EB2410ITX/ |
| 4750 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4751 | F: arch/arm/mach-s3c2410/ |
| 4752 | F: drivers/*/*s3c2410* |
| 4753 | F: drivers/*/*/*s3c2410* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4754 | |
Kevin Hilman | 4c5adde | 2009-06-19 12:02:33 -0700 | [diff] [blame] | 4755 | TI DAVINCI MACHINE SUPPORT |
| 4756 | P: Kevin Hilman |
| 4757 | M: davinci-linux-open-source@linux.davincidsp.com |
| 4758 | S: Supported |
| 4759 | F: arch/arm/mach-davinci |
| 4760 | |
Francois Romieu | 92aab3c | 2005-07-30 13:11:18 +0200 | [diff] [blame] | 4761 | SIS 190 ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4762 | M: Francois Romieu <romieu@fr.zoreil.com> |
Francois Romieu | 92aab3c | 2005-07-30 13:11:18 +0200 | [diff] [blame] | 4763 | L: netdev@vger.kernel.org |
| 4764 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4765 | F: drivers/net/sis190.c |
Francois Romieu | 92aab3c | 2005-07-30 13:11:18 +0200 | [diff] [blame] | 4766 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4767 | SIS 900/7016 FAST ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4768 | M: Daniele Venzano <venza@brownhat.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4769 | W: http://www.brownhat.org/sis900.html |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 4770 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4771 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4772 | F: drivers/net/sis900.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4773 | |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 4774 | SIS 96X I2C/SMBUS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4775 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 4776 | L: linux-i2c@vger.kernel.org |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 4777 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4778 | F: Documentation/i2c/busses/i2c-sis96x |
| 4779 | F: drivers/i2c/busses/i2c-sis96x.c |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 4780 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4781 | SIS FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4782 | M: Thomas Winischhofer <thomas@winischhofer.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4783 | W: http://www.winischhofer.net/linuxsisvga.shtml |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 4784 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4785 | F: Documentation/fb/sisfb.txt |
| 4786 | F: drivers/video/sis/ |
| 4787 | F: include/video/sisfb.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4788 | |
| 4789 | SIS USB2VGA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4790 | M: Thomas Winischhofer <thomas@winischhofer.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4791 | W: http://www.winischhofer.at/linuxsisusbvga.shtml |
| 4792 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4793 | F: drivers/usb/misc/sisusbvga/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4794 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4795 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4796 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4797 | L: netdev@vger.kernel.org |
| 4798 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4799 | F: drivers/net/skge.* |
| 4800 | F: drivers/net/sky2.* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4801 | |
Christoph Lameter | 415ad26d | 2007-07-26 10:40:56 -0700 | [diff] [blame] | 4802 | SLAB ALLOCATOR |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4803 | M: Christoph Lameter <cl@linux-foundation.org> |
| 4804 | M: Pekka Enberg <penberg@cs.helsinki.fi> |
| 4805 | M: Matt Mackall <mpm@selenic.com> |
Christoph Lameter | 415ad26d | 2007-07-26 10:40:56 -0700 | [diff] [blame] | 4806 | L: linux-mm@kvack.org |
| 4807 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4808 | F: include/linux/sl?b*.h |
| 4809 | F: mm/sl?b.c |
Christoph Lameter | 415ad26d | 2007-07-26 10:40:56 -0700 | [diff] [blame] | 4810 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4811 | SMC91x ETHERNET DRIVER |
Nicolas Pitre | 2f82af0 | 2009-09-14 03:25:28 -0400 | [diff] [blame] | 4812 | M: Nicolas Pitre <nico@fluxnic.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4813 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4814 | F: drivers/net/smc91x.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4815 | |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 4816 | SMSC47B397 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4817 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 4818 | L: lm-sensors@lm-sensors.org |
| 4819 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4820 | F: Documentation/hwmon/smsc47b397 |
| 4821 | F: drivers/hwmon/smsc47b397.c |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 4822 | |
Steve Glendinning | fd9abb3 | 2008-11-05 00:35:37 +0000 | [diff] [blame] | 4823 | SMSC911x ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4824 | M: Steve Glendinning <steve.glendinning@smsc.com> |
Steve Glendinning | fd9abb3 | 2008-11-05 00:35:37 +0000 | [diff] [blame] | 4825 | L: netdev@vger.kernel.org |
| 4826 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4827 | F: include/linux/smsc911x.h |
| 4828 | F: drivers/net/smsc911x.* |
Steve Glendinning | fd9abb3 | 2008-11-05 00:35:37 +0000 | [diff] [blame] | 4829 | |
Steve Glendinning | 2cb3772 | 2008-12-11 20:54:30 -0800 | [diff] [blame] | 4830 | SMSC9420 PCI ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4831 | M: Steve Glendinning <steve.glendinning@smsc.com> |
Steve Glendinning | 2cb3772 | 2008-12-11 20:54:30 -0800 | [diff] [blame] | 4832 | L: netdev@vger.kernel.org |
| 4833 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4834 | F: drivers/net/smsc9420.* |
Steve Glendinning | 2cb3772 | 2008-12-11 20:54:30 -0800 | [diff] [blame] | 4835 | |
Ben Nizette | b54f286 | 2008-03-13 22:27:30 +1100 | [diff] [blame] | 4836 | SMX UIO Interface |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4837 | M: Ben Nizette <bn@niasdigital.com> |
Ben Nizette | b54f286 | 2008-03-13 22:27:30 +1100 | [diff] [blame] | 4838 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4839 | F: drivers/uio/uio_smx.c |
Ben Nizette | b54f286 | 2008-03-13 22:27:30 +1100 | [diff] [blame] | 4840 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4841 | SN-IA64 (Itanium) SUB-PLATFORM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4842 | M: Jes Sorensen <jes@sgi.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4843 | L: linux-altix@sgi.com |
| 4844 | L: linux-ia64@vger.kernel.org |
| 4845 | W: http://www.sgi.com/altix |
| 4846 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4847 | F: arch/ia64/sn/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4848 | |
Guennadi Liakhovetski | 668acf3 | 2008-07-19 07:54:43 -0300 | [diff] [blame] | 4849 | SOC-CAMERA V4L2 SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4850 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 4851 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4852 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 4853 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4854 | F: include/media/v4l2* |
| 4855 | F: drivers/media/video/v4l2* |
Guennadi Liakhovetski | 668acf3 | 2008-07-19 07:54:43 -0300 | [diff] [blame] | 4856 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4857 | SOEKRIS NET48XX LED SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4858 | M: Chris Boot <bootc@bootc.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4859 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4860 | F: drivers/leds/leds-net48xx.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4861 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4862 | SOFTWARE RAID (Multiple Disks) SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4863 | M: Neil Brown <neilb@suse.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4864 | L: linux-raid@vger.kernel.org |
NeilBrown | 524418b | 2007-01-26 00:57:01 -0800 | [diff] [blame] | 4865 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4866 | F: drivers/md/ |
| 4867 | F: include/linux/raid/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4868 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4869 | SONIC NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4870 | M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 4871 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4872 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4873 | F: drivers/net/sonic.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4874 | |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 4875 | SONICS SILICON BACKPLANE DRIVER (SSB) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4876 | M: Michael Buesch <mb@bu3sch.de> |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 4877 | L: netdev@vger.kernel.org |
| 4878 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4879 | F: drivers/ssb/ |
| 4880 | F: include/linux/ssb/ |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 4881 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4882 | SONY VAIO CONTROL DEVICE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4883 | M: Mattia Dongili <malattia@linux.it> |
Mattia Dongili | 5b18167 | 2007-03-12 21:43:57 +0100 | [diff] [blame] | 4884 | L: linux-acpi@vger.kernel.org |
| 4885 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4886 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4887 | F: Documentation/laptops/sony-laptop.txt |
| 4888 | F: drivers/char/sonypi.c |
| 4889 | F: drivers/platform/x86/sony-laptop.c |
| 4890 | F: include/linux/sony-laptop.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4891 | |
Alex Dubov | baf8532 | 2008-02-09 10:20:54 -0800 | [diff] [blame] | 4892 | SONY MEMORYSTICK CARD SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4893 | M: Alex Dubov <oakad@yahoo.com> |
Alex Dubov | baf8532 | 2008-02-09 10:20:54 -0800 | [diff] [blame] | 4894 | W: http://tifmxx.berlios.de/ |
| 4895 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4896 | F: drivers/memstick/host/tifm_ms.c |
Alex Dubov | baf8532 | 2008-02-09 10:20:54 -0800 | [diff] [blame] | 4897 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4898 | SOUND |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4899 | M: Jaroslav Kysela <perex@perex.cz> |
| 4900 | M: Takashi Iwai <tiwai@suse.de> |
Joe Perches | 9371166 | 2009-06-16 15:34:07 -0700 | [diff] [blame] | 4901 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
Joe Perches | 3126a17 | 2009-04-15 23:38:45 -0700 | [diff] [blame] | 4902 | W: http://www.alsa-project.org/ |
| 4903 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git |
| 4904 | T: git git://git.alsa-project.org/alsa-kernel.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4905 | S: Maintained |
Joe Perches | 3126a17 | 2009-04-15 23:38:45 -0700 | [diff] [blame] | 4906 | F: Documentation/sound/ |
| 4907 | F: include/sound/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4908 | F: sound/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4909 | |
Mark Brown | bd903bd | 2008-11-19 19:16:05 +0000 | [diff] [blame] | 4910 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4911 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
| 4912 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
Mark Brown | bb74a6e | 2009-05-13 17:23:54 +0100 | [diff] [blame] | 4913 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git |
Joe Perches | 9371166 | 2009-06-16 15:34:07 -0700 | [diff] [blame] | 4914 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
Liam Girdwood | b0b8daf | 2008-09-18 14:36:37 +0100 | [diff] [blame] | 4915 | W: http://alsa-project.org/main/index.php/ASoC |
Liam Girdwood | eb1a6af | 2006-10-06 18:34:51 +0200 | [diff] [blame] | 4916 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4917 | F: sound/soc/ |
Mark Brown | e6e5512 | 2009-05-05 11:10:24 +0100 | [diff] [blame] | 4918 | F: include/sound/soc* |
Liam Girdwood | eb1a6af | 2006-10-06 18:34:51 +0200 | [diff] [blame] | 4919 | |
Sam Ravnborg | 473321f | 2009-01-04 15:47:49 -0800 | [diff] [blame] | 4920 | SPARC + UltraSPARC (sparc/sparc64) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4921 | M: "David S. Miller" <davem@davemloft.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4922 | L: sparclinux@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4923 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git |
| 4924 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4925 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4926 | F: arch/sparc/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4927 | |
| 4928 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4929 | M: Roger Wolff <R.E.Wolff@BitWizard.nl> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4930 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4931 | F: Documentation/serial/specialix.txt |
| 4932 | F: drivers/char/specialix* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4933 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4934 | SPI SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4935 | M: David Brownell <dbrownell@users.sourceforge.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4936 | L: spi-devel-general@lists.sourceforge.net |
| 4937 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4938 | F: Documentation/spi/ |
| 4939 | F: drivers/spi/ |
| 4940 | F: include/linux/spi/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4941 | |
Jim Lewis | 2752e40 | 2006-09-29 02:01:19 -0700 | [diff] [blame] | 4942 | SPIDERNET NETWORK DRIVER for CELL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4943 | M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp> |
| 4944 | M: Jens Osterkamp <jens@de.ibm.com> |
Jim Lewis | 2752e40 | 2006-09-29 02:01:19 -0700 | [diff] [blame] | 4945 | L: netdev@vger.kernel.org |
| 4946 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4947 | F: Documentation/networking/spider_net.txt |
| 4948 | F: drivers/net/spider_net* |
Jim Lewis | 2752e40 | 2006-09-29 02:01:19 -0700 | [diff] [blame] | 4949 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4950 | SPU FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4951 | M: Jeremy Kerr <jk@ozlabs.org> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4952 | L: linuxppc-dev@ozlabs.org |
| 4953 | L: cbe-oss-dev@ozlabs.org |
| 4954 | W: http://www.ibm.com/developerworks/power/cell/ |
| 4955 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4956 | F: Documentation/filesystems/spufs.txt |
| 4957 | F: arch/powerpc/platforms/cell/spufs/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4958 | |
Phillip Lougher | fc55584 | 2009-01-05 08:46:29 +0000 | [diff] [blame] | 4959 | SQUASHFS FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4960 | M: Phillip Lougher <phillip@lougher.demon.co.uk> |
Phillip Lougher | fc55584 | 2009-01-05 08:46:29 +0000 | [diff] [blame] | 4961 | L: squashfs-devel@lists.sourceforge.net (subscribers-only) |
| 4962 | W: http://squashfs.org.uk |
| 4963 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4964 | F: Documentation/filesystems/squashfs.txt |
| 4965 | F: fs/squashfs/ |
Phillip Lougher | fc55584 | 2009-01-05 08:46:29 +0000 | [diff] [blame] | 4966 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4967 | SRM (Alpha) environment access |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4968 | M: Jan-Benedict Glaw <jbglaw@lug-owl.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4969 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4970 | F: arch/alpha/kernel/srm_env.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4971 | |
Linus Torvalds | 26e9a39 | 2008-10-17 09:50:12 -0700 | [diff] [blame] | 4972 | STABLE BRANCH |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4973 | M: Greg Kroah-Hartman <greg@kroah.com> |
| 4974 | M: Chris Wright <chrisw@sous-sol.org> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4975 | L: stable@kernel.org |
| 4976 | S: Maintained |
| 4977 | |
Linus Torvalds | 26e9a39 | 2008-10-17 09:50:12 -0700 | [diff] [blame] | 4978 | STAGING SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4979 | M: Greg Kroah-Hartman <gregkh@suse.de> |
Linus Torvalds | 26e9a39 | 2008-10-17 09:50:12 -0700 | [diff] [blame] | 4980 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
Greg Kroah-Hartman | 1c6ccf6 | 2009-06-05 11:23:47 -0700 | [diff] [blame] | 4981 | L: devel@driverdev.osuosl.org |
Linus Torvalds | 26e9a39 | 2008-10-17 09:50:12 -0700 | [diff] [blame] | 4982 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4983 | F: drivers/staging/ |
Linus Torvalds | 26e9a39 | 2008-10-17 09:50:12 -0700 | [diff] [blame] | 4984 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4985 | STARFIRE/DURALAN NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4986 | M: Ion Badulescu <ionut@badula.org> |
Joe Perches | b4f9018 | 2009-06-30 11:41:32 -0700 | [diff] [blame] | 4987 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4988 | F: drivers/net/starfire* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4989 | |
| 4990 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER |
Jean Delvare | baaea1d | 2008-09-20 12:34:33 +0200 | [diff] [blame] | 4991 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4992 | F: drivers/net/wireless/strip.c |
| 4993 | F: include/linux/if_strip.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4994 | |
| 4995 | STRADIS MPEG-2 DECODER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4996 | M: Nathan Laredo <laredo@gnu.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4997 | W: http://www.stradis.com/ |
| 4998 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4999 | F: drivers/media/video/stradis.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5000 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5001 | SUN3/3X |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5002 | M: Sam Creasey <sammy@sammy.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5003 | W: http://sammy.net/sun3/ |
| 5004 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5005 | F: arch/m68k/kernel/*sun3* |
| 5006 | F: arch/m68k/sun3*/ |
| 5007 | F: arch/m68k/include/asm/sun3* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5008 | |
Paul Mundt | 2cbb12a | 2007-11-19 13:08:37 +0900 | [diff] [blame] | 5009 | SUPERH |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5010 | M: Paul Mundt <lethal@linux-sh.org> |
Paul Mundt | 2cbb12a | 2007-11-19 13:08:37 +0900 | [diff] [blame] | 5011 | L: linux-sh@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5012 | W: http://www.linux-sh.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5013 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git |
Paul Mundt | 5c806b2 | 2008-07-29 06:34:01 +0900 | [diff] [blame] | 5014 | S: Supported |
Paul Mundt | 066069e | 2009-04-14 06:32:08 +0900 | [diff] [blame] | 5015 | F: Documentation/sh/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5016 | F: arch/sh/ |
Paul Mundt | 066069e | 2009-04-14 06:32:08 +0900 | [diff] [blame] | 5017 | F: drivers/sh/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5018 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 5019 | SUSPEND TO RAM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5020 | M: Len Brown <len.brown@intel.com> |
| 5021 | M: Pavel Machek <pavel@ucw.cz> |
| 5022 | M: "Rafael J. Wysocki" <rjw@sisk.pl> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5023 | L: linux-pm@lists.linux-foundation.org |
| 5024 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5025 | F: Documentation/power/ |
| 5026 | F: arch/x86/kernel/acpi/ |
| 5027 | F: drivers/base/power/ |
| 5028 | F: kernel/power/ |
| 5029 | F: include/linux/suspend.h |
| 5030 | F: include/linux/freezer.h |
| 5031 | F: include/linux/pm.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5032 | |
| 5033 | SVGA HANDLING |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5034 | M: Martin Mares <mj@ucw.cz> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5035 | L: linux-video@atrey.karlin.mff.cuni.cz |
| 5036 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5037 | F: Documentation/svga.txt |
| 5038 | F: arch/x86/boot/video* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5039 | |
| 5040 | SYSV FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5041 | M: Christoph Hellwig <hch@infradead.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5042 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5043 | F: Documentation/filesystems/sysv-fs.txt |
| 5044 | F: fs/sysv/ |
| 5045 | F: include/linux/sysv_fs.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5046 | |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5047 | TASKSTATS STATISTICS INTERFACE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5048 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5049 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5050 | F: Documentation/accounting/taskstats* |
| 5051 | F: include/linux/taskstats* |
| 5052 | F: kernel/taskstats.c |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5053 | |
Stephen Hemminger | 781b456a | 2006-07-10 20:25:29 -0700 | [diff] [blame] | 5054 | TC CLASSIFIER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5055 | M: Jamal Hadi Salim <hadi@cyberus.ca> |
Stephen Hemminger | 781b456a | 2006-07-10 20:25:29 -0700 | [diff] [blame] | 5056 | L: netdev@vger.kernel.org |
| 5057 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5058 | F: include/linux/pkt_cls.h |
| 5059 | F: include/net/pkt_cls.h |
| 5060 | F: net/sched/ |
Stephen Hemminger | 781b456a | 2006-07-10 20:25:29 -0700 | [diff] [blame] | 5061 | |
Wong Hoi Sing Edison | 5067f08 | 2006-09-13 20:31:13 -0700 | [diff] [blame] | 5062 | TCP LOW PRIORITY MODULE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5063 | M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com> |
| 5064 | M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com> |
Wong Hoi Sing Edison | 5067f08 | 2006-09-13 20:31:13 -0700 | [diff] [blame] | 5065 | W: http://tcp-lp-mod.sourceforge.net/ |
| 5066 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5067 | F: net/ipv4/tcp_lp.c |
Wong Hoi Sing Edison | 5067f08 | 2006-09-13 20:31:13 -0700 | [diff] [blame] | 5068 | |
Andy Gospodarek | 1a348cc | 2007-09-17 18:50:36 -0700 | [diff] [blame] | 5069 | TEHUTI ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5070 | M: Alexander Indenbaum <baum@tehutinetworks.net> |
| 5071 | M: Andy Gospodarek <andy@greyhouse.net> |
Andy Gospodarek | 1a348cc | 2007-09-17 18:50:36 -0700 | [diff] [blame] | 5072 | L: netdev@vger.kernel.org |
| 5073 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5074 | F: drivers/net/tehuti* |
Andy Gospodarek | 1a348cc | 2007-09-17 18:50:36 -0700 | [diff] [blame] | 5075 | |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5076 | Telecom Clock Driver for MCPL0010 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5077 | M: Mark Gross <mark.gross@intel.com> |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5078 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5079 | F: drivers/char/tlclk.c |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5080 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 5081 | TENSILICA XTENSA PORT (xtensa) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5082 | M: Chris Zankel <chris@zankel.net> |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5083 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5084 | F: arch/xtensa/ |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5085 | |
| 5086 | THINKPAD ACPI EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5087 | M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5088 | L: ibm-acpi-devel@lists.sourceforge.net |
| 5089 | W: http://ibm-acpi.sourceforge.net |
| 5090 | W: http://thinkwiki.org/wiki/Ibm-acpi |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5091 | T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5092 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5093 | F: drivers/platform/x86/thinkpad_acpi.c |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5094 | |
Alex Dubov | 4020f2d | 2006-10-04 02:15:37 -0700 | [diff] [blame] | 5095 | TI FLASH MEDIA INTERFACE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5096 | M: Alex Dubov <oakad@yahoo.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5097 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5098 | F: drivers/misc/tifm* |
| 5099 | F: drivers/mmc/host/tifm_sd.c |
| 5100 | F: include/linux/tifm.h |
Alex Dubov | 4020f2d | 2006-10-04 02:15:37 -0700 | [diff] [blame] | 5101 | |
Peter Ujfalusi | dd5e8e6 | 2009-06-25 13:26:09 +0300 | [diff] [blame] | 5102 | TI TWL4030 SERIES SOC CODEC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5103 | M: Peter Ujfalusi <peter.ujfalusi@nokia.com> |
Peter Ujfalusi | dd5e8e6 | 2009-06-25 13:26:09 +0300 | [diff] [blame] | 5104 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
| 5105 | S: Maintained |
| 5106 | F: sound/soc/codecs/twl4030* |
| 5107 | |
Per Liden | e86eaa3 | 2006-01-12 16:45:18 +0100 | [diff] [blame] | 5108 | TIPC NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5109 | M: Per Liden <per.liden@ericsson.com> |
| 5110 | M: Jon Maloy <jon.maloy@ericsson.com> |
| 5111 | M: Allan Stephens <allan.stephens@windriver.com> |
Per Liden | e86eaa3 | 2006-01-12 16:45:18 +0100 | [diff] [blame] | 5112 | L: tipc-discussion@lists.sourceforge.net |
| 5113 | W: http://tipc.sourceforge.net/ |
| 5114 | W: http://tipc.cslab.ericsson.net/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5115 | T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git |
Per Liden | e86eaa3 | 2006-01-12 16:45:18 +0100 | [diff] [blame] | 5116 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5117 | F: include/linux/tipc*.h |
| 5118 | F: include/net/tipc/ |
| 5119 | F: net/tipc/ |
Per Liden | e86eaa3 | 2006-01-12 16:45:18 +0100 | [diff] [blame] | 5120 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5121 | TLAN NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5122 | M: Samuel Chessman <chessman@tux.org> |
Gabriel Craciunescu | 88c07dd | 2007-11-22 19:43:36 +0800 | [diff] [blame] | 5123 | L: tlan-devel@lists.sourceforge.net (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5124 | W: http://sourceforge.net/projects/tlan/ |
| 5125 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5126 | F: Documentation/networking/tlan.txt |
| 5127 | F: drivers/net/tlan.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5128 | |
Kentaro Takeda | d74db3b | 2009-02-05 17:18:18 +0900 | [diff] [blame] | 5129 | TOMOYO SECURITY MODULE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5130 | M: Kentaro Takeda <takedakn@nttdata.co.jp> |
| 5131 | M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> |
Kentaro Takeda | d74db3b | 2009-02-05 17:18:18 +0900 | [diff] [blame] | 5132 | L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) |
| 5133 | L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) |
| 5134 | L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) |
| 5135 | W: http://tomoyo.sourceforge.jp/ |
| 5136 | T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ |
| 5137 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5138 | F: security/tomoyo/ |
Kentaro Takeda | d74db3b | 2009-02-05 17:18:18 +0900 | [diff] [blame] | 5139 | |
Herton Ronaldo Krzesinski | 9caeb53 | 2009-09-14 21:11:21 -0300 | [diff] [blame] | 5140 | TOPSTAR LAPTOP EXTRAS DRIVER |
| 5141 | M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> |
| 5142 | S: Maintained |
| 5143 | F: drivers/platform/x86/topstar-laptop.c |
| 5144 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5145 | TOSHIBA ACPI EXTRAS DRIVER |
Johannes Berg | 1506553 | 2009-03-30 12:02:35 +0200 | [diff] [blame] | 5146 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5147 | F: drivers/platform/x86/toshiba_acpi.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5148 | |
| 5149 | TOSHIBA SMM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5150 | M: Jonathan Buzzard <jonathan@buzzard.org.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5151 | L: tlinux-users@tce.toshiba-dme.co.jp |
| 5152 | W: http://www.buzzard.org.uk/toshiba/ |
| 5153 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5154 | F: drivers/char/toshiba.c |
| 5155 | F: include/linux/toshiba.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5156 | |
Pierre Ossman | d719f90 | 2009-03-24 21:06:09 +0100 | [diff] [blame] | 5157 | TMIO MMC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5158 | M: Ian Molton <ian@mnementh.co.uk> |
Pierre Ossman | d719f90 | 2009-03-24 21:06:09 +0100 | [diff] [blame] | 5159 | S: Maintained |
Joe Perches | d5ca691 | 2009-04-09 02:42:01 -0700 | [diff] [blame] | 5160 | F: drivers/mmc/host/tmio_mmc.* |
Pierre Ossman | d719f90 | 2009-03-24 21:06:09 +0100 | [diff] [blame] | 5161 | |
Hugh Dickins | 98f3260 | 2009-05-21 20:33:58 +0100 | [diff] [blame] | 5162 | TMPFS (SHMEM FILESYSTEM) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5163 | M: Hugh Dickins <hugh.dickins@tiscali.co.uk> |
Hugh Dickins | 98f3260 | 2009-05-21 20:33:58 +0100 | [diff] [blame] | 5164 | L: linux-mm@kvack.org |
| 5165 | S: Maintained |
| 5166 | F: include/linux/shmem_fs.h |
| 5167 | F: mm/shmem.c |
| 5168 | |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5169 | TPM DEVICE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5170 | M: Debora Velarde <debora@linux.vnet.ibm.com> |
| 5171 | M: Rajiv Andrade <srajiv@linux.vnet.ibm.com> |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5172 | W: http://tpmdd.sourceforge.net |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5173 | M: Marcel Selhorst <m.selhorst@sirrix.com> |
Marcel Selhorst | 7dcce13 | 2009-02-11 13:04:27 -0800 | [diff] [blame] | 5174 | W: http://www.sirrix.com |
Rajiv Andrade | 63a10df | 2008-10-15 22:04:36 -0700 | [diff] [blame] | 5175 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5176 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5177 | F: drivers/char/tpm/ |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5178 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5179 | TRIVIAL PATCHES |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5180 | M: Jiri Kosina <trivial@kernel.org> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5181 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5182 | S: Maintained |
| 5183 | |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5184 | TTY LAYER |
Greg Kroah-Hartman | 57d7f28 | 2009-07-31 21:28:16 -0700 | [diff] [blame] | 5185 | M: Greg Kroah-Hartman <gregkh@suse.de> |
| 5186 | S: Maintained |
| 5187 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
Alan Cox | e328877 | 2009-07-07 16:39:54 +0100 | [diff] [blame] | 5188 | F: drivers/char/tty_* |
| 5189 | F: drivers/serial/serial_core.c |
| 5190 | F: include/linux/serial_core.h |
| 5191 | F: include/linux/serial.h |
| 5192 | F: include/linux/tty.h |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5193 | |
Grant Grundler | 740db6d | 2008-02-17 11:53:49 -0700 | [diff] [blame] | 5194 | TULIP NETWORK DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5195 | M: Grant Grundler <grundler@parisc-linux.org> |
| 5196 | M: Kyle McMartin <kyle@mcmartin.ca> |
Grant Grundler | 740db6d | 2008-02-17 11:53:49 -0700 | [diff] [blame] | 5197 | L: netdev@vger.kernel.org |
| 5198 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5199 | F: drivers/net/tulip/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5200 | |
| 5201 | TUN/TAP driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5202 | M: Maxim Krasnyansky <maxk@qualcomm.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5203 | L: vtun@office.satix.net |
| 5204 | W: http://vtun.sourceforge.net/tun |
| 5205 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5206 | F: Documentation/networking/tuntap.txt |
| 5207 | F: arch/um/os-Linux/drivers/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5208 | |
Maciej W. Rozycki | b454cc6 | 2007-02-05 16:28:25 -0800 | [diff] [blame] | 5209 | TURBOCHANNEL SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5210 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
Maciej W. Rozycki | b454cc6 | 2007-02-05 16:28:25 -0800 | [diff] [blame] | 5211 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5212 | F: drivers/tc/ |
| 5213 | F: include/linux/tc.h |
Maciej W. Rozycki | b454cc6 | 2007-02-05 16:28:25 -0800 | [diff] [blame] | 5214 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5215 | U14-34F SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5216 | M: Dario Ballabio <ballabio_dario@emc.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5217 | L: linux-scsi@vger.kernel.org |
| 5218 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5219 | F: drivers/scsi/u14-34f.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5220 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5221 | UBI FILE SYSTEM (UBIFS) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5222 | M: Artem Bityutskiy <dedekind@infradead.org> |
| 5223 | M: Adrian Hunter <adrian.hunter@nokia.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5224 | L: linux-mtd@lists.infradead.org |
Artem Bityutskiy | e2966cb | 2008-10-25 18:54:04 +0300 | [diff] [blame] | 5225 | T: git git://git.infradead.org/ubifs-2.6.git |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5226 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html |
| 5227 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5228 | F: Documentation/filesystems/ubifs.txt |
| 5229 | F: fs/ubifs/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5230 | |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5231 | UCLINUX (AND M68KNOMMU) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5232 | M: Greg Ungerer <gerg@uclinux.org> |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5233 | W: http://www.uclinux.org/ |
| 5234 | L: uclinux-dev@uclinux.org (subscribers-only) |
| 5235 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5236 | F: arch/m68knommu/ |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5237 | |
Robert P. J. Day | 14fadca | 2009-04-21 12:24:47 -0700 | [diff] [blame] | 5238 | UCLINUX FOR RENESAS H8/300 (H8300) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5239 | M: Yoshinori Sato <ysato@users.sourceforge.jp> |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5240 | W: http://uclinux-h8.sourceforge.jp/ |
| 5241 | S: Supported |
| 5242 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5243 | UDF FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5244 | M: Jan Kara <jack@suse.cz> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5245 | W: http://linux-udf.sourceforge.net |
| 5246 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5247 | F: Documentation/filesystems/udf.txt |
| 5248 | F: fs/udf/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5249 | |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5250 | UFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5251 | M: Evgeniy Dushistov <dushistov@mail.ru> |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5252 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5253 | F: Documentation/filesystems/ufs.txt |
| 5254 | F: fs/ufs/ |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5255 | |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 5256 | ULTRA-WIDEBAND (UWB) SUBSYSTEM: |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5257 | M: David Vrabel <david.vrabel@csr.com> |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 5258 | L: linux-usb@vger.kernel.org |
| 5259 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5260 | F: drivers/uwb/* |
| 5261 | F: include/linux/uwb.h |
| 5262 | F: include/linux/uwb/ |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 5263 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5264 | UNIFORM CDROM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5265 | M: Jens Axboe <axboe@kernel.dk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5266 | W: http://www.kernel.dk |
| 5267 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5268 | F: Documentation/cdrom/ |
| 5269 | F: drivers/cdrom/cdrom.c |
| 5270 | F: include/linux/cdrom.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5271 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5272 | UNSORTED BLOCK IMAGES (UBI) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5273 | M: Artem Bityutskiy <dedekind@infradead.org> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5274 | W: http://www.linux-mtd.infradead.org/ |
| 5275 | L: linux-mtd@lists.infradead.org |
Artem Bityutskiy | e2966cb | 2008-10-25 18:54:04 +0300 | [diff] [blame] | 5276 | T: git git://git.infradead.org/ubi-2.6.git |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5277 | S: Maintained |
Joe Perches | 8081149 | 2009-04-08 20:20:27 -0700 | [diff] [blame] | 5278 | F: drivers/mtd/ubi/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5279 | F: include/linux/mtd/ubi.h |
| 5280 | F: include/mtd/ubi-user.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5281 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5282 | USB ACM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5283 | M: Oliver Neukum <oliver@neukum.name> |
Greg Kroah-Hartman | 6372594 | 2007-11-21 15:16:59 -0700 | [diff] [blame] | 5284 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5285 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5286 | F: Documentation/usb/acm.txt |
| 5287 | F: drivers/usb/class/cdc-acm.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5288 | |
| 5289 | USB BLOCK DRIVER (UB ub) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5290 | M: Pete Zaitcev <zaitcev@redhat.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5291 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5292 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5293 | F: drivers/block/ub.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5294 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5295 | USB CDC ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5296 | M: Greg Kroah-Hartman <greg@kroah.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5297 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5298 | S: Maintained |
| 5299 | W: http://www.kroah.com/linux-usb/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5300 | F: drivers/net/usb/cdc_*.c |
| 5301 | F: include/linux/usb/cdc.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5302 | |
Peter Korsgaard | b02b371 | 2008-04-27 08:59:44 +0200 | [diff] [blame] | 5303 | USB CYPRESS C67X00 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5304 | M: Peter Korsgaard <jacmet@sunsite.dk> |
Peter Korsgaard | b02b371 | 2008-04-27 08:59:44 +0200 | [diff] [blame] | 5305 | L: linux-usb@vger.kernel.org |
| 5306 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5307 | F: drivers/usb/c67x00/ |
Peter Korsgaard | b02b371 | 2008-04-27 08:59:44 +0200 | [diff] [blame] | 5308 | |
Peter Korsgaard | d0374f4 | 2007-02-16 17:03:54 +0100 | [diff] [blame] | 5309 | USB DAVICOM DM9601 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5310 | M: Peter Korsgaard <jacmet@sunsite.dk> |
Peter Korsgaard | 043600a | 2007-06-27 21:18:18 +0200 | [diff] [blame] | 5311 | L: netdev@vger.kernel.org |
Peter Korsgaard | d0374f4 | 2007-02-16 17:03:54 +0100 | [diff] [blame] | 5312 | W: http://www.linux-usb.org/usbnet |
| 5313 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5314 | F: drivers/net/usb/dm9601.c |
Peter Korsgaard | d0374f4 | 2007-02-16 17:03:54 +0100 | [diff] [blame] | 5315 | |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5316 | USB DIAMOND RIO500 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5317 | M: Cesar Miquel <miquel@df.uba.ar> |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5318 | L: rio500-users@lists.sourceforge.net |
| 5319 | W: http://rio500.sourceforge.net |
| 5320 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5321 | F: drivers/usb/misc/rio500* |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5322 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5323 | USB EHCI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5324 | M: David Brownell <dbrownell@users.sourceforge.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5325 | L: linux-usb@vger.kernel.org |
David Brownell | 23d8c90 | 2006-12-05 03:10:08 -0800 | [diff] [blame] | 5326 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5327 | F: Documentation/usb/ehci.txt |
| 5328 | F: drivers/usb/host/ehci* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5329 | |
Luca Risolia | 7ce08c9 | 2006-01-11 02:06:59 +0000 | [diff] [blame] | 5330 | USB ET61X[12]51 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5331 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5332 | L: linux-usb@vger.kernel.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 5333 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5334 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Luca Risolia | 7ce08c9 | 2006-01-11 02:06:59 +0000 | [diff] [blame] | 5335 | W: http://www.linux-projects.org |
| 5336 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5337 | F: drivers/media/video/et61x251/ |
Luca Risolia | 7ce08c9 | 2006-01-11 02:06:59 +0000 | [diff] [blame] | 5338 | |
David Brownell | 69ae9e3 | 2006-11-14 02:03:31 -0800 | [diff] [blame] | 5339 | USB GADGET/PERIPHERAL SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5340 | M: David Brownell <dbrownell@users.sourceforge.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5341 | L: linux-usb@vger.kernel.org |
David Brownell | 69ae9e3 | 2006-11-14 02:03:31 -0800 | [diff] [blame] | 5342 | W: http://www.linux-usb.org/gadget |
| 5343 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5344 | F: drivers/usb/gadget/ |
| 5345 | F: include/linux/usb/gadget* |
David Brownell | 69ae9e3 | 2006-11-14 02:03:31 -0800 | [diff] [blame] | 5346 | |
Jiri Kosina | 2dea64b | 2007-07-11 12:12:11 +0200 | [diff] [blame] | 5347 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5348 | M: Jiri Kosina <jkosina@suse.cz> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5349 | L: linux-usb@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5350 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5351 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5352 | F: Documentation/usb/hiddev.txt |
| 5353 | F: drivers/hid/usbhid/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5354 | |
Olav Kongas | 959eea2 | 2005-11-03 17:38:14 +0200 | [diff] [blame] | 5355 | USB ISP116X DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5356 | M: Olav Kongas <ok@artecdesign.ee> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5357 | L: linux-usb@vger.kernel.org |
Olav Kongas | 959eea2 | 2005-11-03 17:38:14 +0200 | [diff] [blame] | 5358 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5359 | F: drivers/usb/host/isp116x* |
| 5360 | F: include/linux/usb/isp116x.h |
Olav Kongas | 959eea2 | 2005-11-03 17:38:14 +0200 | [diff] [blame] | 5361 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5362 | USB KAWASAKI LSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5363 | M: Oliver Neukum <oliver@neukum.name> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5364 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5365 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5366 | F: drivers/usb/serial/kl5kusb105.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5367 | |
| 5368 | USB MASS STORAGE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5369 | M: Matthew Dharm <mdharm-usb@one-eyed-alien.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5370 | L: linux-usb@vger.kernel.org |
Matthew Dharm | 8836aeb | 2005-12-04 22:03:47 -0800 | [diff] [blame] | 5371 | L: usb-storage@lists.one-eyed-alien.net |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5372 | S: Maintained |
| 5373 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5374 | F: drivers/usb/storage/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5375 | |
| 5376 | USB OHCI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5377 | M: David Brownell <dbrownell@users.sourceforge.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5378 | L: linux-usb@vger.kernel.org |
David Brownell | 23d8c90 | 2006-12-05 03:10:08 -0800 | [diff] [blame] | 5379 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5380 | F: Documentation/usb/ohci.txt |
| 5381 | F: drivers/usb/host/ohci* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5382 | |
Matthias Urlichs | ba460e4 | 2005-07-14 00:33:47 -0700 | [diff] [blame] | 5383 | USB OPTION-CARD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5384 | M: Matthias Urlichs <smurf@smurf.noris.de> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5385 | L: linux-usb@vger.kernel.org |
Matthias Urlichs | ba460e4 | 2005-07-14 00:33:47 -0700 | [diff] [blame] | 5386 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5387 | F: drivers/usb/serial/option.c |
Matthias Urlichs | ba460e4 | 2005-07-14 00:33:47 -0700 | [diff] [blame] | 5388 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5389 | USB OV511 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5390 | M: Mark McClelland <mmcclell@bigfoot.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5391 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5392 | W: http://alpha.dyndns.org/ov511/ |
| 5393 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5394 | F: drivers/media/video/ov511.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5395 | |
| 5396 | USB PEGASUS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5397 | M: Petko Manolov <petkan@users.sourceforge.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5398 | L: linux-usb@vger.kernel.org |
Peter Korsgaard | 043600a | 2007-06-27 21:18:18 +0200 | [diff] [blame] | 5399 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5400 | W: http://pegasus2.sourceforge.net/ |
| 5401 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5402 | F: drivers/net/usb/pegasus.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5403 | |
Pete Zaitcev | 73e4fb3 | 2007-06-21 15:18:35 -0700 | [diff] [blame] | 5404 | USB PRINTER DRIVER (usblp) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5405 | M: Pete Zaitcev <zaitcev@redhat.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5406 | L: linux-usb@vger.kernel.org |
Pete Zaitcev | 73e4fb3 | 2007-06-21 15:18:35 -0700 | [diff] [blame] | 5407 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5408 | F: drivers/usb/class/usblp.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5409 | |
| 5410 | USB RTL8150 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5411 | M: Petko Manolov <petkan@users.sourceforge.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5412 | L: linux-usb@vger.kernel.org |
Peter Korsgaard | 043600a | 2007-06-27 21:18:18 +0200 | [diff] [blame] | 5413 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5414 | W: http://pegasus2.sourceforge.net/ |
| 5415 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5416 | F: drivers/net/usb/rtl8150.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5417 | |
| 5418 | USB SE401 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5419 | M: Jeroen Vreeken <pe1rxq@amsat.org> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5420 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5421 | W: http://www.chello.nl/~j.vreeken/se401/ |
| 5422 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5423 | F: Documentation/video4linux/se401.txt |
| 5424 | F: drivers/media/video/se401.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5425 | |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5426 | USB SERIAL BELKIN F5U103 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5427 | M: William Greathouse <wgreathouse@smva.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5428 | L: linux-usb@vger.kernel.org |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5429 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5430 | F: drivers/usb/serial/belkin_sa.* |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5431 | |
| 5432 | USB SERIAL CYPRESS M8 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5433 | M: Lonnie Mendez <dignome@gmail.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5434 | L: linux-usb@vger.kernel.org |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5435 | S: Maintained |
| 5436 | W: http://geocities.com/i0xox0i |
| 5437 | W: http://firstlight.net/cvs |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5438 | F: drivers/usb/serial/cypress_m8.* |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5439 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5440 | USB SERIAL CYBERJACK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5441 | M: Matthias Bruestle and Harald Welte <support@reiner-sct.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5442 | W: http://www.reiner-sct.de/support/treiber_cyberjack.php |
| 5443 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5444 | F: drivers/usb/serial/cyberjack.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5445 | |
| 5446 | USB SERIAL DIGI ACCELEPORT DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5447 | M: Peter Berger <pberger@brimson.com> |
| 5448 | M: Al Borchers <alborchers@steinerpoint.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5449 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5450 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5451 | F: drivers/usb/serial/digi_acceleport.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5452 | |
| 5453 | USB SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5454 | M: Greg Kroah-Hartman <gregkh@suse.de> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5455 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5456 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5457 | F: Documentation/usb/usb-serial.txt |
| 5458 | F: drivers/usb/serial/generic.c |
| 5459 | F: drivers/usb/serial/usb-serial.c |
| 5460 | F: include/linux/usb/serial.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5461 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5462 | USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5463 | M: Gary Brubaker <xavyer@ix.netcom.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5464 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5465 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5466 | F: drivers/usb/serial/empeg.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5467 | |
| 5468 | USB SERIAL KEYSPAN DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5469 | M: Greg Kroah-Hartman <greg@kroah.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5470 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5471 | W: http://www.kroah.com/linux/ |
| 5472 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5473 | F: drivers/usb/serial/*keyspan* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5474 | |
| 5475 | USB SERIAL WHITEHEAT DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5476 | M: Support Department <support@connecttech.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5477 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5478 | W: http://www.connecttech.com |
| 5479 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5480 | F: drivers/usb/serial/whiteheat* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5481 | |
Steve Glendinning | 2f7ca80 | 2008-10-02 05:27:57 +0000 | [diff] [blame] | 5482 | USB SMSC95XX ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5483 | M: Steve Glendinning <steve.glendinning@smsc.com> |
Steve Glendinning | 2f7ca80 | 2008-10-02 05:27:57 +0000 | [diff] [blame] | 5484 | L: netdev@vger.kernel.org |
| 5485 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5486 | F: drivers/net/usb/smsc95xx.* |
Steve Glendinning | 2f7ca80 | 2008-10-02 05:27:57 +0000 | [diff] [blame] | 5487 | |
Luca Risolia | f423b9a | 2007-03-26 16:12:04 -0300 | [diff] [blame] | 5488 | USB SN9C1xx DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5489 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5490 | L: linux-usb@vger.kernel.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 5491 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5492 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5493 | W: http://www.linux-projects.org |
| 5494 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5495 | F: Documentation/video4linux/sn9c102.txt |
| 5496 | F: drivers/media/video/sn9c102/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5497 | |
| 5498 | USB SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5499 | M: Greg Kroah-Hartman <gregkh@suse.de> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5500 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5501 | W: http://www.linux-usb.org |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 5502 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5503 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5504 | F: Documentation/usb/ |
| 5505 | F: drivers/net/usb/ |
| 5506 | F: drivers/usb/ |
| 5507 | F: include/linux/usb.h |
| 5508 | F: include/linux/usb/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5509 | |
| 5510 | USB UHCI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5511 | M: Alan Stern <stern@rowland.harvard.edu> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5512 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5513 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5514 | F: drivers/usb/host/uhci* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5515 | |
David Brownell | 69ae9e3 | 2006-11-14 02:03:31 -0800 | [diff] [blame] | 5516 | USB "USBNET" DRIVER FRAMEWORK |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5517 | M: David Brownell <dbrownell@users.sourceforge.net> |
Peter Korsgaard | 043600a | 2007-06-27 21:18:18 +0200 | [diff] [blame] | 5518 | L: netdev@vger.kernel.org |
David Brownell | 69ae9e3 | 2006-11-14 02:03:31 -0800 | [diff] [blame] | 5519 | W: http://www.linux-usb.org/usbnet |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5520 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5521 | F: drivers/net/usb/usbnet.c |
| 5522 | F: include/linux/usb/usbnet.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5523 | |
Laurent Pinchart | c0efd23 | 2008-06-30 15:04:50 -0300 | [diff] [blame] | 5524 | USB VIDEO CLASS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5525 | M: Laurent Pinchart <laurent.pinchart@skynet.be> |
Jiri Slaby | a67534a | 2008-12-10 09:09:27 -0300 | [diff] [blame] | 5526 | L: linux-uvc-devel@lists.berlios.de (subscribers-only) |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 5527 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5528 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Laurent Pinchart | c0efd23 | 2008-06-30 15:04:50 -0300 | [diff] [blame] | 5529 | W: http://linux-uvc.berlios.de |
| 5530 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5531 | F: drivers/media/video/uvc/ |
Laurent Pinchart | c0efd23 | 2008-06-30 15:04:50 -0300 | [diff] [blame] | 5532 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5533 | USB W996[87]CF DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5534 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5535 | L: linux-usb@vger.kernel.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 5536 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5537 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5538 | W: http://www.linux-projects.org |
| 5539 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5540 | F: Documentation/video4linux/w9968cf.txt |
| 5541 | F: drivers/media/video/w996* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5542 | |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 5543 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5544 | M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 5545 | L: linux-wireless@vger.kernel.org |
| 5546 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5547 | F: drivers/net/wireless/rndis_wlan.c |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 5548 | |
Sarah Sharp | eb6bab1 | 2009-04-29 19:07:13 -0700 | [diff] [blame] | 5549 | USB XHCI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5550 | M: Sarah Sharp <sarah.a.sharp@intel.com> |
Sarah Sharp | eb6bab1 | 2009-04-29 19:07:13 -0700 | [diff] [blame] | 5551 | L: linux-usb@vger.kernel.org |
| 5552 | S: Supported |
| 5553 | |
Luca Risolia | 60f7805 | 2006-02-06 16:29:35 +0000 | [diff] [blame] | 5554 | USB ZC0301 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5555 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5556 | L: linux-usb@vger.kernel.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 5557 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5558 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Luca Risolia | 60f7805 | 2006-02-06 16:29:35 +0000 | [diff] [blame] | 5559 | W: http://www.linux-projects.org |
| 5560 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5561 | F: Documentation/video4linux/zc0301.txt |
| 5562 | F: drivers/media/video/zc0301/ |
Luca Risolia | 60f7805 | 2006-02-06 16:29:35 +0000 | [diff] [blame] | 5563 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5564 | USB ZD1201 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5565 | M: Jeroen Vreeken <pe1rxq@amsat.org> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5566 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5567 | W: http://linux-lc100020.sourceforge.net |
| 5568 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5569 | F: drivers/net/wireless/zd1201.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5570 | |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 5571 | USB ZR364XX DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5572 | M: Antoine Jacquet <royale@zerezo.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5573 | L: linux-usb@vger.kernel.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 5574 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5575 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 5576 | W: http://royale.zerezo.com/zr364xx/ |
| 5577 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5578 | F: Documentation/video4linux/zr364xx.txt |
| 5579 | F: drivers/media/video/zr364xx.c |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 5580 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 5581 | USER-MODE LINUX (UML) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5582 | M: Jeff Dike <jdike@addtoit.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5583 | L: user-mode-linux-devel@lists.sourceforge.net |
| 5584 | L: user-mode-linux-user@lists.sourceforge.net |
| 5585 | W: http://user-mode-linux.sourceforge.net |
| 5586 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5587 | F: Documentation/uml/ |
| 5588 | F: arch/um/ |
| 5589 | F: fs/hostfs/ |
| 5590 | F: fs/hppfs/ |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 5591 | |
Hans-Jürgen Koch | e5f114e | 2007-12-05 15:08:07 +0100 | [diff] [blame] | 5592 | USERSPACE I/O (UIO) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5593 | M: "Hans J. Koch" <hjk@linutronix.de> |
| 5594 | M: Greg Kroah-Hartman <gregkh@suse.de> |
Hans-Jürgen Koch | e5f114e | 2007-12-05 15:08:07 +0100 | [diff] [blame] | 5595 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5596 | F: Documentation/DocBook/uio-howto.tmpl |
| 5597 | F: drivers/uio/ |
| 5598 | F: include/linux/uio*.h |
Hans-Jürgen Koch | e5f114e | 2007-12-05 15:08:07 +0100 | [diff] [blame] | 5599 | |
Karel Zak | f899b0a | 2008-05-23 13:04:21 -0700 | [diff] [blame] | 5600 | UTIL-LINUX-NG PACKAGE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5601 | M: Karel Zak <kzak@redhat.com> |
Karel Zak | f899b0a | 2008-05-23 13:04:21 -0700 | [diff] [blame] | 5602 | L: util-linux-ng@vger.kernel.org |
| 5603 | W: http://kernel.org/~kzak/util-linux-ng/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5604 | T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git |
Karel Zak | f899b0a | 2008-05-23 13:04:21 -0700 | [diff] [blame] | 5605 | S: Maintained |
| 5606 | |
Michal Januszewski | c1fd1c0 | 2008-10-15 22:03:48 -0700 | [diff] [blame] | 5607 | UVESAFB DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5608 | M: Michal Januszewski <spock@gentoo.org> |
Michal Januszewski | c1fd1c0 | 2008-10-15 22:03:48 -0700 | [diff] [blame] | 5609 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
| 5610 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ |
| 5611 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5612 | F: Documentation/fb/uvesafb.txt |
| 5613 | F: drivers/video/uvesafb.* |
Michal Januszewski | c1fd1c0 | 2008-10-15 22:03:48 -0700 | [diff] [blame] | 5614 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 5615 | VFAT/FAT/MSDOS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5616 | M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5617 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5618 | F: Documentation/filesystems/vfat.txt |
| 5619 | F: fs/fat/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5620 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5621 | VIA RHINE NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5622 | M: Roger Luethi <rl@hellgate.ch> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5623 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5624 | F: drivers/net/via-rhine.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5625 | |
Jean Delvare | 32c0a52 | 2005-09-22 21:47:58 +0200 | [diff] [blame] | 5626 | VIAPRO SMBUS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5627 | M: Jean Delvare <khali@linux-fr.org> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 5628 | L: linux-i2c@vger.kernel.org |
Jean Delvare | 32c0a52 | 2005-09-22 21:47:58 +0200 | [diff] [blame] | 5629 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5630 | F: Documentation/i2c/busses/i2c-viapro |
| 5631 | F: drivers/i2c/busses/i2c-viapro.c |
Jean Delvare | 32c0a52 | 2005-09-22 21:47:58 +0200 | [diff] [blame] | 5632 | |
Harald Welte | f0bf7f6 | 2009-06-17 20:22:39 +0200 | [diff] [blame] | 5633 | VIA SD/MMC CARD CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5634 | M: Joseph Chan <JosephChan@via.com.tw> |
| 5635 | M: Harald Welte <HaraldWelte@viatech.com> |
Harald Welte | f0bf7f6 | 2009-06-17 20:22:39 +0200 | [diff] [blame] | 5636 | S: Maintained |
| 5637 | F: drivers/mmc/host/via-sdmmc.c |
| 5638 | |
Joseph Chan | 69e4a7c | 2008-10-15 22:03:31 -0700 | [diff] [blame] | 5639 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5640 | M: Joseph Chan <JosephChan@via.com.tw> |
| 5641 | M: Scott Fang <ScottFang@viatech.com.cn> |
Joseph Chan | 69e4a7c | 2008-10-15 22:03:31 -0700 | [diff] [blame] | 5642 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
| 5643 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5644 | F: drivers/video/via/ |
Joseph Chan | 69e4a7c | 2008-10-15 22:03:31 -0700 | [diff] [blame] | 5645 | |
Francois Romieu | 01f2073 | 2007-01-26 00:57:17 -0800 | [diff] [blame] | 5646 | VIA VELOCITY NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5647 | M: Francois Romieu <romieu@fr.zoreil.com> |
Francois Romieu | 01f2073 | 2007-01-26 00:57:17 -0800 | [diff] [blame] | 5648 | L: netdev@vger.kernel.org |
| 5649 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5650 | F: drivers/net/via-velocity.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5651 | |
Patrick McHardy | be7f827 | 2007-10-23 20:26:36 -0700 | [diff] [blame] | 5652 | VLAN (802.1Q) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5653 | M: Patrick McHardy <kaber@trash.net> |
Patrick McHardy | be7f827 | 2007-10-23 20:26:36 -0700 | [diff] [blame] | 5654 | L: netdev@vger.kernel.org |
| 5655 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5656 | F: drivers/net/macvlan.c |
| 5657 | F: include/linux/if_*vlan.h |
| 5658 | F: net/8021q/ |
Patrick McHardy | be7f827 | 2007-10-23 20:26:36 -0700 | [diff] [blame] | 5659 | |
Florian Fainelli | 55e331c | 2009-06-16 15:33:53 -0700 | [diff] [blame] | 5660 | VLYNQ BUS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5661 | M: Florian Fainelli <florian@openwrt.org> |
Florian Fainelli | 55e331c | 2009-06-16 15:33:53 -0700 | [diff] [blame] | 5662 | L: openwrt-devel@lists.openwrt.org |
| 5663 | S: Maintained |
| 5664 | F: drivers/vlynq/vlynq.c |
| 5665 | F: include/linux/vlynq.h |
| 5666 | |
Liam Girdwood | e53e86c | 2008-07-10 15:48:00 +0100 | [diff] [blame] | 5667 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5668 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
| 5669 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
Liam Girdwood | e53e86c | 2008-07-10 15:48:00 +0100 | [diff] [blame] | 5670 | W: http://opensource.wolfsonmicro.com/node/15 |
Liam Girdwood | 1dd68f0 | 2009-02-02 21:43:31 +0000 | [diff] [blame] | 5671 | W: http://www.slimlogic.co.uk/?p=48 |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5672 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git |
Liam Girdwood | e53e86c | 2008-07-10 15:48:00 +0100 | [diff] [blame] | 5673 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5674 | F: drivers/regulator/ |
| 5675 | F: include/linux/regulator/ |
Liam Girdwood | e53e86c | 2008-07-10 15:48:00 +0100 | [diff] [blame] | 5676 | |
Juerg Haefliger | ab41319 | 2006-09-24 20:54:04 +0200 | [diff] [blame] | 5677 | VT1211 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5678 | M: Juerg Haefliger <juergh@gmail.com> |
Juerg Haefliger | ab41319 | 2006-09-24 20:54:04 +0200 | [diff] [blame] | 5679 | L: lm-sensors@lm-sensors.org |
| 5680 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5681 | F: Documentation/hwmon/vt1211 |
| 5682 | F: drivers/hwmon/vt1211.c |
Juerg Haefliger | ab41319 | 2006-09-24 20:54:04 +0200 | [diff] [blame] | 5683 | |
Roger Lucas | 1de9e37 | 2005-11-26 20:20:05 +0100 | [diff] [blame] | 5684 | VT8231 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5685 | M: Roger Lucas <vt8231@hiddenengine.co.uk> |
Roger Lucas | 1de9e37 | 2005-11-26 20:20:05 +0100 | [diff] [blame] | 5686 | L: lm-sensors@lm-sensors.org |
| 5687 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5688 | F: drivers/hwmon/vt8231.c |
Roger Lucas | 1de9e37 | 2005-11-26 20:20:05 +0100 | [diff] [blame] | 5689 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5690 | W1 DALLAS'S 1-WIRE BUS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5691 | M: Evgeniy Polyakov <johnpol@2ka.mipt.ru> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5692 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5693 | F: Documentation/w1/ |
| 5694 | F: drivers/w1/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5695 | |
Charles Spirakis | 1392707 | 2006-07-05 18:05:15 +0200 | [diff] [blame] | 5696 | W83791D HARDWARE MONITORING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5697 | M: Marc Hulsman <m.hulsman@tudelft.nl> |
Charles Spirakis | 1392707 | 2006-07-05 18:05:15 +0200 | [diff] [blame] | 5698 | L: lm-sensors@lm-sensors.org |
Marc Hulsman | 25845c2 | 2008-06-08 10:59:41 -0400 | [diff] [blame] | 5699 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5700 | F: Documentation/hwmon/w83791d |
| 5701 | F: drivers/hwmon/w83791d.c |
Charles Spirakis | 1392707 | 2006-07-05 18:05:15 +0200 | [diff] [blame] | 5702 | |
Rudolf Marek | 61db011 | 2006-12-12 18:18:30 +0100 | [diff] [blame] | 5703 | W83793 HARDWARE MONITORING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5704 | M: Rudolf Marek <r.marek@assembler.cz> |
Rudolf Marek | 61db011 | 2006-12-12 18:18:30 +0100 | [diff] [blame] | 5705 | L: lm-sensors@lm-sensors.org |
| 5706 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5707 | F: Documentation/hwmon/w83793 |
| 5708 | F: drivers/hwmon/w83793.c |
Rudolf Marek | 61db011 | 2006-12-12 18:18:30 +0100 | [diff] [blame] | 5709 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5710 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5711 | M: Pierre Ossman <pierre@ossman.eu> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5712 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5713 | F: drivers/mmc/host/wbsd.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5714 | |
Wim Van Sebroeck | 3527761 | 2006-01-15 21:21:14 +0100 | [diff] [blame] | 5715 | WATCHDOG DEVICE DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5716 | M: Wim Van Sebroeck <wim@iguana.be> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5717 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git |
Wim Van Sebroeck | 3527761 | 2006-01-15 21:21:14 +0100 | [diff] [blame] | 5718 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5719 | F: Documentation/watchdog/ |
| 5720 | F: drivers/watchdog/ |
| 5721 | F: include/linux/watchdog.h |
Wim Van Sebroeck | 3527761 | 2006-01-15 21:21:14 +0100 | [diff] [blame] | 5722 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5723 | WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5724 | M: Jean Tourrilhes <jt@hpl.hp.com> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 5725 | L: linux-wireless@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5726 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ |
| 5727 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5728 | F: Documentation/networking/wavelan.txt |
| 5729 | F: drivers/net/wireless/wavelan* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5730 | |
| 5731 | WD7000 SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5732 | M: Miroslav Zagorac <zaga@fly.cc.fer.hr> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5733 | L: linux-scsi@vger.kernel.org |
| 5734 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5735 | F: drivers/scsi/wd7000.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5736 | |
David Härdeman | e258b80 | 2009-09-21 17:04:53 -0700 | [diff] [blame] | 5737 | WINBOND CIR DRIVER |
| 5738 | P: David Härdeman |
| 5739 | M: david@hardeman.nu |
| 5740 | S: Maintained |
| 5741 | F: drivers/input/misc/winbond-cir.c |
| 5742 | |
Inaky Perez-Gonzalez | 8a70da8 | 2008-12-20 16:58:00 -0800 | [diff] [blame] | 5743 | WIMAX STACK |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5744 | M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
Inaky Perez-Gonzalez | 8a70da8 | 2008-12-20 16:58:00 -0800 | [diff] [blame] | 5745 | M: linux-wimax@intel.com |
| 5746 | L: wimax@linuxwimax.org |
| 5747 | S: Supported |
| 5748 | W: http://linuxwimax.org |
| 5749 | |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 5750 | WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5751 | M: David Vrabel <david.vrabel@csr.com> |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 5752 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5753 | F: include/linux/wlp.h |
| 5754 | F: drivers/uwb/wlp/ |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 5755 | |
Dmitry Torokhov | 5fc14680 | 2005-11-20 00:50:06 -0500 | [diff] [blame] | 5756 | WISTRON LAPTOP BUTTON DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5757 | M: Miloslav Trmac <mitr@volny.cz> |
Dmitry Torokhov | 5fc14680 | 2005-11-20 00:50:06 -0500 | [diff] [blame] | 5758 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5759 | F: drivers/input/misc/wistron_btns.c |
Dmitry Torokhov | 5fc14680 | 2005-11-20 00:50:06 -0500 | [diff] [blame] | 5760 | |
Kalle Valo | 834da34 | 2009-07-21 14:26:08 +0300 | [diff] [blame] | 5761 | WL1251 WIRELESS DRIVER |
Joe Perches | 076cfaa | 2009-09-21 17:04:26 -0700 | [diff] [blame] | 5762 | M: Kalle Valo <kalle.valo@nokia.com> |
Kalle Valo | 834da34 | 2009-07-21 14:26:08 +0300 | [diff] [blame] | 5763 | L: linux-wireless@vger.kernel.org |
| 5764 | W: http://wireless.kernel.org |
| 5765 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
| 5766 | S: Maintained |
Luciano Coelho | 5e68ff6 | 2009-08-10 11:15:13 +0300 | [diff] [blame] | 5767 | F: drivers/net/wireless/wl12xx/* |
| 5768 | X: drivers/net/wireless/wl12xx/wl1271* |
| 5769 | |
| 5770 | WL1271 WIRELESS DRIVER |
| 5771 | M: Luciano Coelho <luciano.coelho@nokia.com> |
| 5772 | L: linux-wireless@vger.kernel.org |
| 5773 | W: http://wireless.kernel.org |
| 5774 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
| 5775 | S: Maintained |
| 5776 | F: drivers/net/wireless/wl12xx/wl1271* |
Kalle Valo | 834da34 | 2009-07-21 14:26:08 +0300 | [diff] [blame] | 5777 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5778 | WL3501 WIRELESS PCMCIA CARD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5779 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 5780 | L: linux-wireless@vger.kernel.org |
Arnaldo Carvalho de Melo | 926554c | 2007-03-31 12:05:49 -0300 | [diff] [blame] | 5781 | W: http://oops.ghostprotocols.net:81/blog |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5782 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5783 | F: drivers/net/wireless/wl3501* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5784 | |
Mark Brown | febf1df | 2008-04-02 00:51:09 -0400 | [diff] [blame] | 5785 | WM97XX TOUCHSCREEN DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5786 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
| 5787 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
Mark Brown | febf1df | 2008-04-02 00:51:09 -0400 | [diff] [blame] | 5788 | L: linux-input@vger.kernel.org |
| 5789 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch |
| 5790 | W: http://opensource.wolfsonmicro.com/node/7 |
| 5791 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5792 | F: drivers/input/touchscreen/*wm97* |
| 5793 | F: include/linux/wm97xx.h |
Mark Brown | febf1df | 2008-04-02 00:51:09 -0400 | [diff] [blame] | 5794 | |
Mark Brown | b75ea16 | 2009-07-02 16:43:08 +0100 | [diff] [blame] | 5795 | WOLFSON MICROELECTRONICS PMIC DRIVERS |
| 5796 | P: Mark Brown |
| 5797 | M: broonie@opensource.wolfsonmicro.com |
| 5798 | L: linux-kernel@vger.kernel.org |
| 5799 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus |
| 5800 | W: http://opensource.wolfsonmicro.com/node/8 |
| 5801 | S: Supported |
| 5802 | F: drivers/leds/leds-wm83*.c |
| 5803 | F: drivers/mfd/wm8*.c |
| 5804 | F: drivers/power/wm83*.c |
| 5805 | F: drivers/rtc/rtc-wm83*.c |
| 5806 | F: drivers/regulator/wm8*.c |
Mark Brown | 3860e6c | 2009-09-09 14:46:43 +0100 | [diff] [blame] | 5807 | F: drivers/video/backlight/wm83*_bl.c |
Mark Brown | b75ea16 | 2009-07-02 16:43:08 +0100 | [diff] [blame] | 5808 | F: drivers/watchdog/wm83*_wdt.c |
Mark Brown | 3860e6c | 2009-09-09 14:46:43 +0100 | [diff] [blame] | 5809 | F: include/linux/mfd/wm831x/ |
Mark Brown | b75ea16 | 2009-07-02 16:43:08 +0100 | [diff] [blame] | 5810 | F: include/linux/mfd/wm8350/ |
| 5811 | F: include/linux/mfd/wm8400/ |
| 5812 | F: sound/soc/codecs/wm8350.c |
| 5813 | F: sound/soc/codecs/wm8400.c |
| 5814 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5815 | X.25 NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5816 | M: Henner Eisen <eis@baty.hanse.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5817 | L: linux-x25@vger.kernel.org |
| 5818 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5819 | F: Documentation/networking/x25* |
| 5820 | F: include/net/x25* |
| 5821 | F: net/x25/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5822 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5823 | X86 ARCHITECTURE (32-BIT AND 64-BIT) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5824 | M: Thomas Gleixner <tglx@linutronix.de> |
| 5825 | M: Ingo Molnar <mingo@redhat.com> |
| 5826 | M: "H. Peter Anvin" <hpa@zytor.com> |
H. Peter Anvin | bcde563 | 2009-02-02 21:42:40 -0800 | [diff] [blame] | 5827 | M: x86@kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5828 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5829 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5830 | F: Documentation/x86/ |
| 5831 | F: arch/x86/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5832 | |
Jeremy Fitzhardinge | 4cdf6bc | 2007-05-02 19:27:13 +0200 | [diff] [blame] | 5833 | XEN HYPERVISOR INTERFACE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5834 | M: Jeremy Fitzhardinge <jeremy@xensource.com> |
| 5835 | M: Chris Wright <chrisw@sous-sol.org> |
Jeremy Fitzhardinge | 4cdf6bc | 2007-05-02 19:27:13 +0200 | [diff] [blame] | 5836 | L: virtualization@lists.osdl.org |
| 5837 | L: xen-devel@lists.xensource.com |
| 5838 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5839 | F: arch/x86/xen/ |
| 5840 | F: drivers/*/xen-*front.c |
| 5841 | F: drivers/xen/ |
| 5842 | F: arch/x86/include/asm/xen/ |
| 5843 | F: include/xen/ |
Jeremy Fitzhardinge | 4cdf6bc | 2007-05-02 19:27:13 +0200 | [diff] [blame] | 5844 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5845 | XFS FILESYSTEM |
| 5846 | P: Silicon Graphics Inc |
Alex Elder | f08a59f | 2009-09-11 09:51:25 -0500 | [diff] [blame] | 5847 | M: Alex Elder <aelder@sgi.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5848 | M: xfs-masters@oss.sgi.com |
Nathan Scott | d7ede1a | 2006-06-13 16:28:11 +1000 | [diff] [blame] | 5849 | L: xfs@oss.sgi.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5850 | W: http://oss.sgi.com/projects/xfs |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5851 | T: git git://oss.sgi.com/xfs/xfs.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5852 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5853 | F: Documentation/filesystems/xfs.txt |
| 5854 | F: fs/xfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5855 | |
Grant Likely | c9d3d8e | 2007-10-01 16:33:51 +0200 | [diff] [blame] | 5856 | XILINX SYSTEMACE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5857 | M: Grant Likely <grant.likely@secretlab.ca> |
Grant Likely | c9d3d8e | 2007-10-01 16:33:51 +0200 | [diff] [blame] | 5858 | W: http://www.secretlab.ca/ |
Grant Likely | c9d3d8e | 2007-10-01 16:33:51 +0200 | [diff] [blame] | 5859 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5860 | F: drivers/block/xsysace.c |
Grant Likely | c9d3d8e | 2007-10-01 16:33:51 +0200 | [diff] [blame] | 5861 | |
Peter Korsgaard | 238b872 | 2006-12-06 20:35:17 -0800 | [diff] [blame] | 5862 | XILINX UARTLITE SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5863 | M: Peter Korsgaard <jacmet@sunsite.dk> |
Peter Korsgaard | 238b872 | 2006-12-06 20:35:17 -0800 | [diff] [blame] | 5864 | L: linux-serial@vger.kernel.org |
| 5865 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5866 | F: drivers/serial/uartlite.c |
Peter Korsgaard | 238b872 | 2006-12-06 20:35:17 -0800 | [diff] [blame] | 5867 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5868 | YAM DRIVER FOR AX.25 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5869 | M: Jean-Paul Roubelat <jpr@f6fbb.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5870 | L: linux-hams@vger.kernel.org |
| 5871 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5872 | F: drivers/net/hamradio/yam* |
| 5873 | F: include/linux/yam.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5874 | |
Henk | af64a5e | 2005-10-12 15:02:56 +0200 | [diff] [blame] | 5875 | YEALINK PHONE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5876 | M: Henk Vergonet <Henk.Vergonet@gmail.com> |
Henk | af64a5e | 2005-10-12 15:02:56 +0200 | [diff] [blame] | 5877 | L: usbb2k-api-dev@nongnu.org |
| 5878 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5879 | F: Documentation/input/yealink.txt |
| 5880 | F: drivers/input/misc/yealink.* |
Henk | af64a5e | 2005-10-12 15:02:56 +0200 | [diff] [blame] | 5881 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5882 | Z8530 DRIVER FOR AX.25 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5883 | M: Joerg Reuter <jreuter@yaina.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5884 | W: http://yaina.de/jreuter/ |
| 5885 | W: http://www.qsl.net/dl1bke/ |
| 5886 | L: linux-hams@vger.kernel.org |
| 5887 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5888 | F: Documentation/networking/z8530drv.txt |
| 5889 | F: drivers/net/hamradio/*scc.c |
| 5890 | F: drivers/net/hamradio/z8530.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5891 | |
Daniel Drake | 7c0c3af | 2006-07-16 13:55:17 +0100 | [diff] [blame] | 5892 | ZD1211RW WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5893 | M: Daniel Drake <dsd@gentoo.org> |
| 5894 | M: Ulrich Kunitz <kune@deine-taler.de> |
Daniel Drake | 7c0c3af | 2006-07-16 13:55:17 +0100 | [diff] [blame] | 5895 | W: http://zd1211.ath.cx/wiki/DriverRewrite |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 5896 | L: linux-wireless@vger.kernel.org |
Daniel Drake | 7c0c3af | 2006-07-16 13:55:17 +0100 | [diff] [blame] | 5897 | L: zd1211-devs@lists.sourceforge.net (subscribers-only) |
| 5898 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5899 | F: drivers/net/wireless/zd1211rw/ |
Daniel Drake | 7c0c3af | 2006-07-16 13:55:17 +0100 | [diff] [blame] | 5900 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5901 | ZR36067 VIDEO FOR LINUX DRIVER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5902 | L: mjpeg-users@lists.sourceforge.net |
Trent Piepho | f63145e | 2009-01-24 20:52:41 -0300 | [diff] [blame] | 5903 | L: linux-media@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5904 | W: http://mjpeg.sourceforge.net/driver-zoran/ |
Trent Piepho | f63145e | 2009-01-24 20:52:41 -0300 | [diff] [blame] | 5905 | T: Mercurial http://linuxtv.org/hg/v4l-dvb |
| 5906 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5907 | F: drivers/media/video/zoran/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5908 | |
Maciej W. Rozycki | 8b4a408 | 2007-07-18 00:49:11 -0700 | [diff] [blame] | 5909 | ZS DECSTATION Z85C30 SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5910 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
Maciej W. Rozycki | 8b4a408 | 2007-07-18 00:49:11 -0700 | [diff] [blame] | 5911 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5912 | F: drivers/serial/zs.* |
Maciej W. Rozycki | 8b4a408 | 2007-07-18 00:49:11 -0700 | [diff] [blame] | 5913 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5914 | THE REST |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5915 | M: Linus Torvalds <torvalds@linux-foundation.org> |
Joe Perches | 34d03cc | 2009-06-16 15:34:06 -0700 | [diff] [blame] | 5916 | L: linux-kernel@vger.kernel.org |
Joe Perches | cfe81f7 | 2009-04-07 21:09:58 -0700 | [diff] [blame] | 5917 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5918 | S: Buried alive in reporters |
Joe Perches | 34d03cc | 2009-06-16 15:34:06 -0700 | [diff] [blame] | 5919 | F: * |
| 5920 | F: */ |