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 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 580 | ARM/CORGI MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 581 | M: Richard Purdie <rpurdie@rpsys.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 582 | S: Maintained |
| 583 | |
Paulius Zaleckas | 881a95f | 2009-03-26 10:06:27 +0200 | [diff] [blame] | 584 | ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 585 | M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 586 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 587 | T: git git://gitorious.org/linux-gemini/mainline.git |
Paulius Zaleckas | 881a95f | 2009-03-26 10:06:27 +0200 | [diff] [blame] | 588 | S: Maintained |
Paulius Zaleckas | f49afbb | 2009-05-28 16:41:36 +0300 | [diff] [blame] | 589 | F: arch/arm/mach-gemini/ |
Paulius Zaleckas | 881a95f | 2009-03-26 10:06:27 +0200 | [diff] [blame] | 590 | |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 591 | ARM/EBSA110 MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 592 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 593 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 594 | W: http://www.arm.linux.org.uk/ |
| 595 | S: Maintained |
| 596 | F: arch/arm/mach-ebsa110/ |
| 597 | F: drivers/net/arm/am79c961a.* |
| 598 | |
Russell King | a9da4f7 | 2008-07-12 21:42:04 +0100 | [diff] [blame] | 599 | ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 600 | M: Daniel Ribeiro <drwyrm@gmail.com> |
| 601 | M: Stefan Schmidt <stefan@openezx.org> |
| 602 | M: Harald Welte <laforge@openezx.org> |
Russell King | a9da4f7 | 2008-07-12 21:42:04 +0100 | [diff] [blame] | 603 | L: openezx-devel@lists.openezx.org (subscribers-only) |
| 604 | W: http://www.openezx.org/ |
| 605 | S: Maintained |
Stefan Schmidt | cafc226 | 2009-06-14 01:08:36 +0200 | [diff] [blame] | 606 | T: topgit git://git.openezx.org/openezx.git |
| 607 | F: arch/arm/mach-pxa/ezx.c |
Russell King | a9da4f7 | 2008-07-12 21:42:04 +0100 | [diff] [blame] | 608 | |
Paulius Zaleckas | 6a915af | 2009-03-25 13:10:20 +0200 | [diff] [blame] | 609 | ARM/FARADAY FA526 PORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 610 | M: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 611 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Paulius Zaleckas | 6a915af | 2009-03-25 13:10:20 +0200 | [diff] [blame] | 612 | S: Maintained |
Paulius Zaleckas | f49afbb | 2009-05-28 16:41:36 +0300 | [diff] [blame] | 613 | F: arch/arm/mm/*-fa* |
Paulius Zaleckas | 6a915af | 2009-03-25 13:10:20 +0200 | [diff] [blame] | 614 | |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 615 | ARM/FOOTBRIDGE ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 616 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 617 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 618 | W: http://www.arm.linux.org.uk/ |
| 619 | S: Maintained |
| 620 | F: arch/arm/include/asm/hardware/dec21285.h |
| 621 | F: arch/arm/mach-footbridge/ |
| 622 | |
Sascha Hauer | 86183a5 | 2008-07-24 23:50:35 +0200 | [diff] [blame] | 623 | ARM/FREESCALE IMX / MXC ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 624 | M: Sascha Hauer <kernel@pengutronix.de> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 625 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Sascha Hauer | 86183a5 | 2008-07-24 23:50:35 +0200 | [diff] [blame] | 626 | S: Maintained |
| 627 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 628 | ARM/GLOMATION GESBC9312SX MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 629 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 630 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 631 | S: Maintained |
| 632 | |
Jaya Kumar | 90b8fc3 | 2008-03-15 05:11:07 +0100 | [diff] [blame] | 633 | ARM/GUMSTIX MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 634 | M: Steve Sakoman <sakoman@gmail.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 635 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Jaya Kumar | 90b8fc3 | 2008-03-15 05:11:07 +0100 | [diff] [blame] | 636 | S: Maintained |
| 637 | |
Philipp Zabel | ef47d5f | 2009-05-28 07:07:47 +0200 | [diff] [blame] | 638 | ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 639 | M: Philipp Zabel <philipp.zabel@gmail.com> |
Philipp Zabel | ef47d5f | 2009-05-28 07:07:47 +0200 | [diff] [blame] | 640 | S: Maintained |
| 641 | F: arch/arm/mach-pxa/hx4700.c |
| 642 | F: arch/arm/mach-pxa/include/mach/hx4700.h |
| 643 | |
Kristoffer Ericson | 21f37bc | 2006-11-21 01:20:31 +0100 | [diff] [blame] | 644 | ARM/HP JORNADA 7XX MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 645 | M: Kristoffer Ericson <kristoffer.ericson@gmail.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 646 | W: www.jlime.com |
| 647 | S: Maintained |
Kristoffer Ericson | 084bad9 | 2009-07-29 15:04:32 -0700 | [diff] [blame] | 648 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git |
| 649 | F: arch/arm/mach-sa1100/jornada720.c |
| 650 | F: arch/arm/mach-sa1100/include/mach/jornada720.h |
Kristoffer Ericson | 21f37bc | 2006-11-21 01:20:31 +0100 | [diff] [blame] | 651 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 652 | ARM/INTEL IOP32X ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 653 | M: Lennert Buytenhek <kernel@wantstofly.org> |
| 654 | M: Dan Williams <dan.j.williams@intel.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 655 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Dan Williams | f00f510 | 2009-08-18 15:21:50 -0700 | [diff] [blame] | 656 | S: Maintained |
Dan Williams | e2bdb17 | 2007-01-02 18:32:37 +0100 | [diff] [blame] | 657 | |
| 658 | ARM/INTEL IOP33X ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 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 |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 662 | |
| 663 | ARM/INTEL IOP13XX ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 664 | M: Lennert Buytenhek <kernel@wantstofly.org> |
| 665 | M: Dan Williams <dan.j.williams@intel.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 666 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Dan Williams | f00f510 | 2009-08-18 15:21:50 -0700 | [diff] [blame] | 667 | S: Maintained |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 668 | |
| 669 | ARM/INTEL IQ81342EX MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 670 | M: Lennert Buytenhek <kernel@wantstofly.org> |
| 671 | M: Dan Williams <dan.j.williams@intel.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 672 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Dan Williams | f00f510 | 2009-08-18 15:21:50 -0700 | [diff] [blame] | 673 | S: Maintained |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 674 | |
| 675 | ARM/INTEL IXP2000 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 676 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 677 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 678 | S: Maintained |
| 679 | |
| 680 | ARM/INTEL IXDP2850 MACHINE SUPPORT |
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 IXP23XX ARM ARCHITECTURE |
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 | |
Krzysztof Hałasa | dfdd8cc | 2009-09-21 18:31:24 +0200 | [diff] [blame] | 690 | ARM/INTEL IXP4XX ARM ARCHITECTURE |
| 691 | M: Imre Kaloz <kaloz@openwrt.org> |
| 692 | M: Krzysztof Halasa <khc@pm.waw.pl> |
Russell King | baea7b9 | 2009-09-24 21:22:33 +0100 | [diff] [blame] | 693 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Krzysztof Hałasa | dfdd8cc | 2009-09-21 18:31:24 +0200 | [diff] [blame] | 694 | S: Maintained |
| 695 | F: arch/arm/mach-ixp4xx/ |
| 696 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 697 | ARM/INTEL XSC3 (MANZANO) ARM CORE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 698 | M: Lennert Buytenhek <kernel@wantstofly.org> |
| 699 | M: Dan Williams <dan.j.williams@intel.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 700 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Dan Williams | f00f510 | 2009-08-18 15:21:50 -0700 | [diff] [blame] | 701 | S: Maintained |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 702 | |
| 703 | ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 704 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 705 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 706 | S: Maintained |
| 707 | |
| 708 | ARM/LOGICPD PXA270 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 | |
Philipp Zabel | 3b886171 | 2008-07-09 21:27:15 +0100 | [diff] [blame] | 713 | ARM/MAGICIAN MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 714 | M: Philipp Zabel <philipp.zabel@gmail.com> |
Philipp Zabel | 3b886171 | 2008-07-09 21:27:15 +0100 | [diff] [blame] | 715 | S: Maintained |
| 716 | |
Nicolas Pitre | 54a246f | 2009-08-11 23:28:51 -0400 | [diff] [blame] | 717 | ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support |
| 718 | M: Lennert Buytenhek <buytenh@marvell.com> |
| 719 | M: Nicolas Pitre <nico@marvell.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 720 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Nicolas Pitre | 54a246f | 2009-08-11 23:28:51 -0400 | [diff] [blame] | 721 | T: git git://git.marvell.com/orion |
| 722 | S: Maintained |
| 723 | F: arch/arm/mach-loki/ |
| 724 | F: arch/arm/mach-kirkwood/ |
| 725 | F: arch/arm/mach-mv78xx0/ |
| 726 | F: arch/arm/mach-orion5x/ |
| 727 | F: arch/arm/plat-orion/ |
| 728 | |
Robert Jarzmik | d78ff0a | 2009-06-16 07:51:05 +0200 | [diff] [blame] | 729 | ARM/MIOA701 MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 730 | M: Robert Jarzmik <robert.jarzmik@free.fr> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 731 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Robert Jarzmik | d78ff0a | 2009-06-16 07:51:05 +0200 | [diff] [blame] | 732 | F: arch/arm/mach-pxa/mioa701.c |
| 733 | S: Maintained |
| 734 | |
Kristoffer Ericson | 9624dfe | 2008-10-09 16:50:46 +0100 | [diff] [blame] | 735 | ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 736 | M: Michael Petchkovsky <mkpetch@internode.on.net> |
Kristoffer Ericson | 9624dfe | 2008-10-09 16:50:46 +0100 | [diff] [blame] | 737 | S: Maintained |
| 738 | |
Andy Green | 9d76295 | 2009-05-19 06:41:42 -0300 | [diff] [blame] | 739 | ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 740 | M: Nelson Castillo <arhuaco@freaks-unidos.net> |
Andy Green | 9d76295 | 2009-05-19 06:41:42 -0300 | [diff] [blame] | 741 | L: openmoko-kernel@lists.openmoko.org (subscribers-only) |
| 742 | W: http://wiki.openmoko.org/wiki/Neo_FreeRunner |
| 743 | S: Supported |
| 744 | |
Dirk Opfer | 8459c15 | 2005-11-06 14:27:52 +0000 | [diff] [blame] | 745 | ARM/TOSA MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 746 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
| 747 | M: Dirk Opfer <dirk@opfer-online.de> |
Dirk Opfer | 8459c15 | 2005-11-06 14:27:52 +0000 | [diff] [blame] | 748 | S: Maintained |
| 749 | |
Marek Vasut | 5d783a2 | 2009-07-16 13:26:48 +0200 | [diff] [blame] | 750 | ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT |
Joe Perches | 933d35f | 2009-10-01 15:43:59 -0700 | [diff] [blame] | 751 | M: Marek Vasut <marek.vasut@gmail.com> |
Marek Vasut | 7528078 | 2009-08-22 00:49:53 +0200 | [diff] [blame] | 752 | L: linux-arm-kernel@lists.infradead.org |
Marek Vašut | b5e4ad5 | 2008-07-07 17:25:46 +0100 | [diff] [blame] | 753 | W: http://hackndev.com |
| 754 | S: Maintained |
Joe Perches | 933d35f | 2009-10-01 15:43:59 -0700 | [diff] [blame] | 755 | F: arch/arm/mach-pxa/include/mach/palmtx.h |
| 756 | F: arch/arm/mach-pxa/palmtx.c |
| 757 | F: arch/arm/mach-pxa/include/mach/palmt5.h |
| 758 | F: arch/arm/mach-pxa/palmt5.c |
| 759 | F: arch/arm/mach-pxa/include/mach/palmld.h |
| 760 | F: arch/arm/mach-pxa/palmld.c |
| 761 | F: arch/arm/mach-pxa/include/mach/palmte2.h |
| 762 | F: arch/arm/mach-pxa/palmte2.c |
| 763 | F: arch/arm/mach-pxa/include/mach/palmtc.h |
| 764 | F: arch/arm/mach-pxa/palmtc.c |
Marek Vašut | b5e4ad5 | 2008-07-07 17:25:46 +0100 | [diff] [blame] | 765 | |
Tomas 'Sleep_Walker' Cech | 90af581 | 2009-05-22 16:05:58 +0200 | [diff] [blame] | 766 | ARM/PALM TREO 680 SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 767 | M: Tomas Cech <sleep_walker@suse.cz> |
Marek Vasut | 7528078 | 2009-08-22 00:49:53 +0200 | [diff] [blame] | 768 | L: linux-arm-kernel@lists.infradead.org |
Tomas 'Sleep_Walker' Cech | 90af581 | 2009-05-22 16:05:58 +0200 | [diff] [blame] | 769 | W: http://hackndev.com |
| 770 | S: Maintained |
Joe Perches | 933d35f | 2009-10-01 15:43:59 -0700 | [diff] [blame] | 771 | F: arch/arm/mach-pxa/include/mach/treo680.h |
| 772 | F: arch/arm/mach-pxa/treo680.c |
Tomas 'Sleep_Walker' Cech | 90af581 | 2009-05-22 16:05:58 +0200 | [diff] [blame] | 773 | |
Sergey Lapin | c49e1e6 | 2008-08-29 15:47:52 +0100 | [diff] [blame] | 774 | ARM/PALMZ72 SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 775 | M: Sergey Lapin <slapin@ossfans.org> |
Marek Vasut | 7528078 | 2009-08-22 00:49:53 +0200 | [diff] [blame] | 776 | L: linux-arm-kernel@lists.infradead.org |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 777 | W: http://hackndev.com |
| 778 | S: Maintained |
Joe Perches | 933d35f | 2009-10-01 15:43:59 -0700 | [diff] [blame] | 779 | F: arch/arm/mach-pxa/include/mach/palmz72.h |
| 780 | F: arch/arm/mach-pxa/palmz72.c |
Sergey Lapin | c49e1e6 | 2008-08-29 15:47:52 +0100 | [diff] [blame] | 781 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 782 | ARM/PLEB SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 783 | M: Peter Chubb <pleb@gelato.unsw.edu.au> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 784 | W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB |
| 785 | S: Maintained |
| 786 | |
| 787 | ARM/PT DIGITAL BOARD PORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 788 | M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 789 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 790 | W: http://www.arm.linux.org.uk/ |
| 791 | S: Maintained |
| 792 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 793 | ARM/RADISYS ENP2611 MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 794 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 795 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 796 | S: Maintained |
| 797 | |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 798 | ARM/RISCPC ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 799 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 800 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 801 | W: http://www.arm.linux.org.uk/ |
| 802 | S: Maintained |
| 803 | F: arch/arm/common/time-acorn.c |
| 804 | F: arch/arm/include/asm/hardware/entry-macro-iomd.S |
| 805 | F: arch/arm/include/asm/hardware/ioc.h |
| 806 | F: arch/arm/include/asm/hardware/iomd.h |
| 807 | F: arch/arm/include/asm/hardware/memc.h |
| 808 | F: arch/arm/mach-rpc/ |
| 809 | F: drivers/net/arm/ether* |
| 810 | F: drivers/scsi/arm/ |
| 811 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 812 | ARM/SHARK MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 813 | M: Alexander Schulz <alex@shark-linux.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 814 | W: http://www.shark-linux.de/shark.html |
| 815 | S: Maintained |
| 816 | |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 817 | ARM/SAMSUNG ARM ARCHITECTURES |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 818 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 819 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 820 | W: http://www.fluff.org/ben/linux/ |
| 821 | S: Maintained |
| 822 | F: arch/arm/plat-s3c/ |
| 823 | F: arch/arm/plat-s3c24xx/ |
| 824 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 825 | ARM/S3C2410 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 826 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 827 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 828 | W: http://www.fluff.org/ben/linux/ |
| 829 | S: Maintained |
Ben Dooks | 3a45c9e | 2009-06-13 10:43:19 +0100 | [diff] [blame] | 830 | F: arch/arm/mach-s3c2410/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 831 | |
| 832 | ARM/S3C2440 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 833 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 834 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 835 | W: http://www.fluff.org/ben/linux/ |
| 836 | S: Maintained |
Ben Dooks | 3a45c9e | 2009-06-13 10:43:19 +0100 | [diff] [blame] | 837 | F: arch/arm/mach-s3c2440/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 838 | |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 839 | ARM/S3C2442 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 840 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 841 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 842 | W: http://www.fluff.org/ben/linux/ |
| 843 | S: Maintained |
| 844 | F: arch/arm/mach-s3c2442/ |
| 845 | |
| 846 | ARM/S3C2443 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 847 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 848 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 849 | W: http://www.fluff.org/ben/linux/ |
| 850 | S: Maintained |
| 851 | F: arch/arm/mach-s3c2443/ |
| 852 | |
| 853 | ARM/S3C6400 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 854 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 855 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 856 | W: http://www.fluff.org/ben/linux/ |
| 857 | S: Maintained |
| 858 | F: arch/arm/mach-s3c6400/ |
| 859 | |
| 860 | ARM/S3C6410 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 861 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 862 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Ben Dooks | b21477f | 2009-06-13 10:46:34 +0100 | [diff] [blame] | 863 | W: http://www.fluff.org/ben/linux/ |
| 864 | S: Maintained |
| 865 | F: arch/arm/mach-s3c6410/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 866 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 867 | ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 868 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 869 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 870 | S: Maintained |
| 871 | |
| 872 | ARM/THECUS N2100 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 | |
wanzongshun | 98ad6e3 | 2009-02-13 06:04:32 +0100 | [diff] [blame] | 877 | ARM/NUVOTON W90X900 ARM ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 878 | M: Wan ZongShun <mcuos.com@gmail.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 879 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 880 | W: http://www.mcuos.com |
| 881 | S: Maintained |
wanzongshun | 98ad6e3 | 2009-02-13 06:04:32 +0100 | [diff] [blame] | 882 | |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 883 | ARM/VFP SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 884 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 885 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 886 | W: http://www.arm.linux.org.uk/ |
| 887 | S: Maintained |
| 888 | F: arch/arm/vfp/ |
| 889 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 890 | ASUS ACPI EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 891 | M: Corentin Chary <corentincj@iksaif.net> |
| 892 | M: Karol Kozimor <sziwan@users.sourceforge.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 893 | L: acpi4asus-user@lists.sourceforge.net |
Corentin Chary | 76593d6 | 2009-06-16 19:28:47 +0000 | [diff] [blame] | 894 | W: http://acpi4asus.sf.net |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 895 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 896 | F: arch/x86/kernel/acpi/boot.c |
| 897 | F: drivers/platform/x86/asus_acpi.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 898 | |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 899 | ASUS ASB100 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 900 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 901 | L: lm-sensors@lm-sensors.org |
| 902 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 903 | F: drivers/hwmon/asb100.c |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 904 | |
Corentin Chary | 85091b7 | 2007-01-26 14:04:30 +0100 | [diff] [blame] | 905 | ASUS LAPTOP EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 906 | M: Corentin Chary <corentincj@iksaif.net> |
Corentin Chary | 85091b7 | 2007-01-26 14:04:30 +0100 | [diff] [blame] | 907 | L: acpi4asus-user@lists.sourceforge.net |
Corentin Chary | 76593d6 | 2009-06-16 19:28:47 +0000 | [diff] [blame] | 908 | W: http://acpi4asus.sf.net |
Corentin Chary | 85091b7 | 2007-01-26 14:04:30 +0100 | [diff] [blame] | 909 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 910 | F: drivers/platform/x86/asus-laptop.c |
Corentin Chary | 85091b7 | 2007-01-26 14:04:30 +0100 | [diff] [blame] | 911 | |
Andrew Morton | 953a647 | 2008-11-06 12:53:28 -0800 | [diff] [blame] | 912 | ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 913 | M: Dan Williams <dan.j.williams@intel.com> |
| 914 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> |
Dan Williams | b3e5f26 | 2007-08-07 10:26:35 -0700 | [diff] [blame] | 915 | W: http://sourceforge.net/projects/xscaleiop |
| 916 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 917 | F: Documentation/crypto/async-tx-api.txt |
| 918 | F: crypto/async_tx/ |
| 919 | F: drivers/dma/ |
| 920 | F: include/linux/dmaengine.h |
| 921 | F: include/linux/async_tx.h |
Dan Williams | b3e5f26 | 2007-08-07 10:26:35 -0700 | [diff] [blame] | 922 | |
Wolfram Sang | a1867d3 | 2009-09-18 22:45:51 +0200 | [diff] [blame] | 923 | AT24 EEPROM DRIVER |
| 924 | M: Wolfram Sang <w.sang@pengutronix.de> |
| 925 | L: linux-i2c@vger.kernel.org |
| 926 | S: Maintained |
| 927 | F: drivers/misc/eeprom/at24.c |
| 928 | F: include/linux/i2c/at24.h |
| 929 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 930 | ATA OVER ETHERNET (AOE) DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 931 | M: "Ed L. Cashin" <ecashin@coraid.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 932 | W: http://www.coraid.com/support/linux |
| 933 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 934 | F: Documentation/aoe/ |
| 935 | F: drivers/block/aoe/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 936 | |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 937 | ATHEROS ATH5K WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 938 | M: Jiri Slaby <jirislaby@gmail.com> |
| 939 | M: Nick Kossifidis <mickflemm@gmail.com> |
| 940 | M: "Luis R. Rodriguez" <lrodriguez@atheros.com> |
| 941 | M: Bob Copeland <me@bobcopeland.com> |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 942 | L: linux-wireless@vger.kernel.org |
| 943 | L: ath5k-devel@lists.ath5k.org |
Joe Perches | 72c706b | 2009-09-07 11:34:30 -0700 | [diff] [blame] | 944 | W: http://wireless.kernel.org/en/users/Drivers/ath5k |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 945 | S: Maintained |
Joe Perches | fa45175 | 2009-06-18 16:49:22 -0700 | [diff] [blame] | 946 | F: drivers/net/wireless/ath/ath5k/ |
Jiri Slaby | fa1c114 | 2007-08-12 17:33:16 +0200 | [diff] [blame] | 947 | |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 948 | ATHEROS ATH9K WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 949 | M: "Luis R. Rodriguez" <lrodriguez@atheros.com> |
| 950 | M: Jouni Malinen <jmalinen@atheros.com> |
| 951 | M: Sujith Manoharan <Sujith.Manoharan@atheros.com> |
| 952 | M: Vasanthakumar Thiagarajan <vasanth@atheros.com> |
| 953 | M: Senthil Balasubramanian <senthilkumar@atheros.com> |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 954 | L: linux-wireless@vger.kernel.org |
| 955 | L: ath9k-devel@lists.ath9k.org |
Joe Perches | 72c706b | 2009-09-07 11:34:30 -0700 | [diff] [blame] | 956 | W: http://wireless.kernel.org/en/users/Drivers/ath9k |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 957 | S: Supported |
Joe Perches | fa45175 | 2009-06-18 16:49:22 -0700 | [diff] [blame] | 958 | F: drivers/net/wireless/ath/ath9k/ |
Luis R. Rodriguez | f078f20 | 2008-08-04 00:16:41 -0700 | [diff] [blame] | 959 | |
Christian Lamparter | 75ca88c | 2009-03-21 23:11:49 +0100 | [diff] [blame] | 960 | ATHEROS AR9170 WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 961 | M: Christian Lamparter <chunkeey@web.de> |
Christian Lamparter | 75ca88c | 2009-03-21 23:11:49 +0100 | [diff] [blame] | 962 | L: linux-wireless@vger.kernel.org |
| 963 | W: http://wireless.kernel.org/en/users/Drivers/ar9170 |
| 964 | S: Maintained |
Joe Perches | fa45175 | 2009-06-18 16:49:22 -0700 | [diff] [blame] | 965 | F: drivers/net/wireless/ath/ar9170/ |
Christian Lamparter | 75ca88c | 2009-03-21 23:11:49 +0100 | [diff] [blame] | 966 | |
Luca Tettamanti | 2c2a617 | 2009-09-15 17:18:10 +0200 | [diff] [blame] | 967 | ATK0110 HWMON DRIVER |
| 968 | M: Luca Tettamanti <kronos.it@gmail.com> |
| 969 | L: lm-sensors@lm-sensors.org |
| 970 | S: Maintained |
| 971 | F: drivers/hwmon/asus_atk0110.c |
| 972 | |
Ville Syrjala | 6f69a6d | 2008-04-21 22:21:10 +0000 | [diff] [blame] | 973 | ATI_REMOTE2 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 974 | M: Ville Syrjala <syrjala@sci.fi> |
Ville Syrjala | 6f69a6d | 2008-04-21 22:21:10 +0000 | [diff] [blame] | 975 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 976 | F: drivers/input/misc/ati_remote2.c |
Ville Syrjala | 6f69a6d | 2008-04-21 22:21:10 +0000 | [diff] [blame] | 977 | |
Chris Snook | 7ae115b | 2008-09-09 03:26:57 -0400 | [diff] [blame] | 978 | ATLX ETHERNET DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 979 | M: Jay Cliburn <jcliburn@gmail.com> |
Chris Snook | cb2f33e | 2009-08-06 12:19:31 +0000 | [diff] [blame] | 980 | M: Chris Snook <chris.snook@gmail.com> |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 981 | M: Jie Yang <jie.yang@atheros.com> |
Jay Cliburn | 8d5ca6e | 2007-02-03 20:25:10 -0600 | [diff] [blame] | 982 | L: atl1-devel@lists.sourceforge.net |
| 983 | W: http://sourceforge.net/projects/atl1 |
| 984 | W: http://atl1.sourceforge.net |
| 985 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 986 | F: drivers/net/atlx/ |
Jay Cliburn | 8d5ca6e | 2007-02-03 20:25:10 -0600 | [diff] [blame] | 987 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 988 | ATM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 989 | M: Chas Williams <chas@cmf.nrl.navy.mil> |
Roland Dreier | f37bf90 | 2006-09-13 20:39:33 -0700 | [diff] [blame] | 990 | L: linux-atm-general@lists.sourceforge.net (subscribers-only) |
Jiri Slaby | 44ae98b | 2008-11-30 23:27:11 -0800 | [diff] [blame] | 991 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 992 | W: http://linux-atm.sourceforge.net |
| 993 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 994 | F: drivers/atm/ |
| 995 | F: include/linux/atm* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 996 | |
Pierre Ossman | 272f133 | 2007-05-14 21:25:26 +0200 | [diff] [blame] | 997 | ATMEL AT91 MCI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 998 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 999 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Pierre Ossman | 81764fa | 2007-07-15 18:47:38 +0200 | [diff] [blame] | 1000 | W: http://www.atmel.com/products/AT91/ |
| 1001 | W: http://www.at91.com/ |
| 1002 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1003 | F: drivers/mmc/host/at91_mci.c |
Pierre Ossman | 272f133 | 2007-05-14 21:25:26 +0200 | [diff] [blame] | 1004 | |
Nicolas Ferre | 04ac2f4 | 2009-06-16 13:05:50 +0200 | [diff] [blame] | 1005 | ATMEL AT91 / AT32 MCI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1006 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
Nicolas Ferre | 04ac2f4 | 2009-06-16 13:05:50 +0200 | [diff] [blame] | 1007 | S: Maintained |
| 1008 | F: drivers/mmc/host/atmel-mci.c |
| 1009 | F: drivers/mmc/host/atmel-mci-regs.h |
| 1010 | |
Haavard Skinnemoen | a1cfac4 | 2008-02-08 04:21:00 -0800 | [diff] [blame] | 1011 | ATMEL AT91 / AT32 SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1012 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | a1cfac4 | 2008-02-08 04:21:00 -0800 | [diff] [blame] | 1013 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1014 | F: drivers/serial/atmel_serial.c |
Haavard Skinnemoen | a1cfac4 | 2008-02-08 04:21:00 -0800 | [diff] [blame] | 1015 | |
Nicolas Ferre | 8f4c79c | 2008-01-14 00:55:13 -0800 | [diff] [blame] | 1016 | ATMEL LCDFB DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1017 | M: Nicolas Ferre <nicolas.ferre@atmel.com> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 1018 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Nicolas Ferre | 8f4c79c | 2008-01-14 00:55:13 -0800 | [diff] [blame] | 1019 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1020 | F: drivers/video/atmel_lcdfb.c |
| 1021 | F: include/video/atmel_lcdc.h |
Nicolas Ferre | 8f4c79c | 2008-01-14 00:55:13 -0800 | [diff] [blame] | 1022 | |
Haavard Skinnemoen | 89e5785 | 2006-11-09 14:51:17 +0100 | [diff] [blame] | 1023 | ATMEL MACB ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1024 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | 89e5785 | 2006-11-09 14:51:17 +0100 | [diff] [blame] | 1025 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1026 | F: drivers/net/macb.* |
Haavard Skinnemoen | 89e5785 | 2006-11-09 14:51:17 +0100 | [diff] [blame] | 1027 | |
Haavard Skinnemoen | 754ce4f | 2007-02-14 00:33:09 -0800 | [diff] [blame] | 1028 | ATMEL SPI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1029 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | 754ce4f | 2007-02-14 00:33:09 -0800 | [diff] [blame] | 1030 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1031 | F: drivers/spi/atmel_spi.* |
Haavard Skinnemoen | 754ce4f | 2007-02-14 00:33:09 -0800 | [diff] [blame] | 1032 | |
Haavard Skinnemoen | 914a3f3 | 2007-10-10 02:29:43 -0700 | [diff] [blame] | 1033 | ATMEL USBA UDC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1034 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | 914a3f3 | 2007-10-10 02:29:43 -0700 | [diff] [blame] | 1035 | L: kernel@avr32linux.org |
| 1036 | W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver |
| 1037 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1038 | F: drivers/usb/gadget/atmel_usba_udc.* |
Haavard Skinnemoen | 914a3f3 | 2007-10-10 02:29:43 -0700 | [diff] [blame] | 1039 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1040 | ATMEL WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1041 | M: Simon Kelley <simon@thekelleys.org.uk> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 1042 | L: linux-wireless@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1043 | W: http://www.thekelleys.org.uk/atmel |
| 1044 | W: http://atmelwlandriver.sourceforge.net/ |
| 1045 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1046 | F: drivers/net/wireless/atmel* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1047 | |
Chris Wright | a92b7b8 | 2005-07-07 18:12:23 -0700 | [diff] [blame] | 1048 | AUDIT SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1049 | M: Al Viro <viro@zeniv.linux.org.uk> |
| 1050 | M: Eric Paris <eparis@redhat.com> |
Gabriel C | b9a0620 | 2007-08-10 13:00:56 -0700 | [diff] [blame] | 1051 | L: linux-audit@redhat.com (subscribers-only) |
David Woodhouse | ad3f9a2 | 2005-07-13 15:28:29 +0100 | [diff] [blame] | 1052 | W: http://people.redhat.com/sgrubb/audit/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1053 | 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] | 1054 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1055 | F: include/linux/audit.h |
| 1056 | F: kernel/audit* |
Chris Wright | a92b7b8 | 2005-07-07 18:12:23 -0700 | [diff] [blame] | 1057 | |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1058 | AUXILIARY DISPLAY DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1059 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
Miguel Ojeda | 450c622 | 2008-07-04 09:59:33 -0700 | [diff] [blame] | 1060 | W: http://miguelojeda.es/auxdisplay.htm |
| 1061 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1062 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1063 | F: drivers/auxdisplay/ |
| 1064 | F: include/linux/cfag12864b.h |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1065 | |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 1066 | AVR32 ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1067 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 1068 | W: http://www.atmel.com/products/AVR32/ |
| 1069 | W: http://avr32linux.org/ |
| 1070 | W: http://avrfreaks.net/ |
| 1071 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1072 | F: arch/avr32/ |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 1073 | |
| 1074 | AVR32/AT32AP MACHINE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1075 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 1076 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1077 | F: arch/avr32/mach-at32ap/ |
Haavard Skinnemoen | 5f97f7f | 2006-09-25 23:32:13 -0700 | [diff] [blame] | 1078 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1079 | AX.25 NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1080 | M: Ralf Baechle <ralf@linux-mips.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1081 | L: linux-hams@vger.kernel.org |
Ralf Baechle | d34cb28 | 2006-04-19 04:14:30 +0200 | [diff] [blame] | 1082 | W: http://www.linux-ax25.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1083 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1084 | F: include/linux/ax25.h |
| 1085 | F: include/net/ax25.h |
| 1086 | F: net/ax25/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1087 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1088 | B43 WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1089 | M: Stefano Brivio <stefano.brivio@polimi.it> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1090 | L: linux-wireless@vger.kernel.org |
| 1091 | W: http://linuxwireless.org/en/users/Drivers/b43 |
| 1092 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1093 | F: drivers/net/wireless/b43/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1094 | |
| 1095 | B43LEGACY WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1096 | M: Larry Finger <Larry.Finger@lwfinger.net> |
| 1097 | M: Stefano Brivio <stefano.brivio@polimi.it> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1098 | L: linux-wireless@vger.kernel.org |
| 1099 | W: http://linuxwireless.org/en/users/Drivers/b43 |
| 1100 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1101 | F: drivers/net/wireless/b43legacy/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1102 | |
Richard Purdie | 300abeb | 2007-02-07 22:21:07 +0000 | [diff] [blame] | 1103 | BACKLIGHT CLASS/SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1104 | M: Richard Purdie <rpurdie@rpsys.net> |
Richard Purdie | 300abeb | 2007-02-07 22:21:07 +0000 | [diff] [blame] | 1105 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1106 | F: drivers/video/backlight/ |
| 1107 | F: include/linux/backlight.h |
Richard Purdie | 300abeb | 2007-02-07 22:21:07 +0000 | [diff] [blame] | 1108 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1109 | BAYCOM/HDLCDRV DRIVERS FOR AX.25 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1110 | M: Thomas Sailer <t.sailer@alumni.ethz.ch> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1111 | L: linux-hams@vger.kernel.org |
| 1112 | W: http://www.baycom.org/~tom/ham/ham.html |
| 1113 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1114 | F: drivers/net/hamradio/baycom* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1115 | |
| 1116 | BEFS FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1117 | M: "Sergey S. Kostyliov" <rathamahata@php4.ru> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1118 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1119 | F: Documentation/filesystems/befs.txt |
| 1120 | F: fs/befs/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1121 | |
| 1122 | BFS FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1123 | M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk> |
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/bfs.txt |
| 1126 | F: fs/bfs/ |
| 1127 | F: include/linux/bfs_fs.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1128 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1129 | BLACKFIN ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1130 | M: Mike Frysinger <vapier@gentoo.org> |
Mike Frysinger | 5b93e13 | 2009-02-04 16:49:45 +0800 | [diff] [blame] | 1131 | L: uclinux-dist-devel@blackfin.uclinux.org |
Bryan Wu | e3b2d3f | 2007-06-11 15:31:30 +0800 | [diff] [blame] | 1132 | W: http://blackfin.uclinux.org |
| 1133 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1134 | F: arch/blackfin/ |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1135 | |
Bryan Wu | e190d6b | 2007-07-17 14:43:44 +0800 | [diff] [blame] | 1136 | BLACKFIN EMAC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1137 | M: Michael Hennerich <michael.hennerich@analog.com> |
Mike Frysinger | 49afa60 | 2009-05-18 04:33:07 -0400 | [diff] [blame] | 1138 | L: uclinux-dist-devel@blackfin.uclinux.org |
Bryan Wu | e190d6b | 2007-07-17 14:43:44 +0800 | [diff] [blame] | 1139 | W: http://blackfin.uclinux.org |
| 1140 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1141 | F: drivers/net/bfin_mac.* |
Bryan Wu | e190d6b | 2007-07-17 14:43:44 +0800 | [diff] [blame] | 1142 | |
Mike Frysinger | 566da5b | 2007-06-11 15:31:30 +0800 | [diff] [blame] | 1143 | BLACKFIN RTC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1144 | M: Mike Frysinger <vapier.adi@gmail.com> |
Mike Frysinger | 49afa60 | 2009-05-18 04:33:07 -0400 | [diff] [blame] | 1145 | L: uclinux-dist-devel@blackfin.uclinux.org |
Mike Frysinger | 566da5b | 2007-06-11 15:31:30 +0800 | [diff] [blame] | 1146 | W: http://blackfin.uclinux.org |
| 1147 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1148 | F: drivers/rtc/rtc-bfin.c |
Mike Frysinger | 566da5b | 2007-06-11 15:31:30 +0800 | [diff] [blame] | 1149 | |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1150 | BLACKFIN SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1151 | M: Sonic Zhang <sonic.zhang@analog.com> |
Mike Frysinger | 49afa60 | 2009-05-18 04:33:07 -0400 | [diff] [blame] | 1152 | L: uclinux-dist-devel@blackfin.uclinux.org |
Bryan Wu | e3b2d3f | 2007-06-11 15:31:30 +0800 | [diff] [blame] | 1153 | W: http://blackfin.uclinux.org |
| 1154 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1155 | F: drivers/serial/bfin_5xx.c |
Bryan Wu | 1394f03 | 2007-05-06 14:50:22 -0700 | [diff] [blame] | 1156 | |
Bryan Wu | 1e6d320 | 2007-07-15 02:50:02 +0800 | [diff] [blame] | 1157 | BLACKFIN WATCHDOG DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1158 | M: Mike Frysinger <vapier.adi@gmail.com> |
Mike Frysinger | 49afa60 | 2009-05-18 04:33:07 -0400 | [diff] [blame] | 1159 | L: uclinux-dist-devel@blackfin.uclinux.org |
Bryan Wu | 1e6d320 | 2007-07-15 02:50:02 +0800 | [diff] [blame] | 1160 | W: http://blackfin.uclinux.org |
| 1161 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1162 | F: drivers/watchdog/bfin_wdt.c |
Bryan Wu | 1e6d320 | 2007-07-15 02:50:02 +0800 | [diff] [blame] | 1163 | |
Bryan Wu | d24ecfc | 2007-05-01 23:26:32 +0200 | [diff] [blame] | 1164 | BLACKFIN I2C TWI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1165 | M: Sonic Zhang <sonic.zhang@analog.com> |
Mike Frysinger | 49afa60 | 2009-05-18 04:33:07 -0400 | [diff] [blame] | 1166 | L: uclinux-dist-devel@blackfin.uclinux.org |
Bryan Wu | d24ecfc | 2007-05-01 23:26:32 +0200 | [diff] [blame] | 1167 | W: http://blackfin.uclinux.org/ |
| 1168 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1169 | F: drivers/i2c/busses/i2c-bfin-twi.c |
Bryan Wu | d24ecfc | 2007-05-01 23:26:32 +0200 | [diff] [blame] | 1170 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1171 | BLOCK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1172 | M: Jens Axboe <axboe@kernel.dk> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1173 | 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] | 1174 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1175 | F: block/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1176 | |
Joern Engel | 2b54aae | 2008-02-06 01:38:02 -0800 | [diff] [blame] | 1177 | BLOCK2MTD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1178 | M: Joern Engel <joern@lazybastard.org> |
Joern Engel | 2b54aae | 2008-02-06 01:38:02 -0800 | [diff] [blame] | 1179 | L: linux-mtd@lists.infradead.org |
| 1180 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1181 | F: drivers/mtd/devices/block2mtd.c |
Joern Engel | 2b54aae | 2008-02-06 01:38:02 -0800 | [diff] [blame] | 1182 | |
Marcel Holtmann | 63fbd24 | 2008-08-18 13:23:53 +0200 | [diff] [blame] | 1183 | BLUETOOTH DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1184 | M: Marcel Holtmann <marcel@holtmann.org> |
Marcel Holtmann | 63fbd24 | 2008-08-18 13:23:53 +0200 | [diff] [blame] | 1185 | L: linux-bluetooth@vger.kernel.org |
| 1186 | W: http://www.bluez.org/ |
| 1187 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1188 | F: drivers/bluetooth/ |
Marcel Holtmann | 63fbd24 | 2008-08-18 13:23:53 +0200 | [diff] [blame] | 1189 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1190 | BLUETOOTH SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1191 | M: Marcel Holtmann <marcel@holtmann.org> |
Pavel Machek | 781c284 | 2008-03-20 15:41:02 -0700 | [diff] [blame] | 1192 | L: linux-bluetooth@vger.kernel.org |
Marcel Holtmann | 63fbd24 | 2008-08-18 13:23:53 +0200 | [diff] [blame] | 1193 | W: http://www.bluez.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1194 | 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] | 1195 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1196 | F: net/bluetooth/ |
| 1197 | F: include/net/bluetooth/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1198 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1199 | BONDING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1200 | M: Jay Vosburgh <fubar@us.ibm.com> |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 1201 | L: bonding-devel@lists.sourceforge.net |
| 1202 | W: http://sourceforge.net/projects/bonding/ |
| 1203 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1204 | F: drivers/net/bonding/ |
| 1205 | F: include/linux/if_bonding.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1206 | |
Gary Zambrano | 3910589 | 2006-06-22 17:26:20 -0700 | [diff] [blame] | 1207 | BROADCOM B44 10/100 ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1208 | M: Gary Zambrano <zambrano@broadcom.com> |
Gary Zambrano | 3910589 | 2006-06-22 17:26:20 -0700 | [diff] [blame] | 1209 | L: netdev@vger.kernel.org |
| 1210 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1211 | F: drivers/net/b44.* |
Gary Zambrano | 3910589 | 2006-06-22 17:26:20 -0700 | [diff] [blame] | 1212 | |
Michael Chan | 948c51e | 2006-06-04 02:51:39 -0700 | [diff] [blame] | 1213 | BROADCOM BNX2 GIGABIT ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1214 | M: Michael Chan <mchan@broadcom.com> |
Michael Chan | 948c51e | 2006-06-04 02:51:39 -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/bnx2.* |
| 1218 | F: drivers/net/bnx2_* |
Michael Chan | 948c51e | 2006-06-04 02:51:39 -0700 | [diff] [blame] | 1219 | |
Eliezer Tamir | 4d9d2cb | 2008-02-28 11:59:10 -0800 | [diff] [blame] | 1220 | BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1221 | M: Eilon Greenstein <eilong@broadcom.com> |
Eliezer Tamir | 4d9d2cb | 2008-02-28 11:59:10 -0800 | [diff] [blame] | 1222 | L: netdev@vger.kernel.org |
| 1223 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1224 | F: drivers/net/bnx2x* |
Eliezer Tamir | 4d9d2cb | 2008-02-28 11:59:10 -0800 | [diff] [blame] | 1225 | |
Michael Chan | 948c51e | 2006-06-04 02:51:39 -0700 | [diff] [blame] | 1226 | BROADCOM TG3 GIGABIT ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1227 | M: Matt Carlson <mcarlson@broadcom.com> |
| 1228 | M: Michael Chan <mchan@broadcom.com> |
Michael Chan | 948c51e | 2006-06-04 02:51:39 -0700 | [diff] [blame] | 1229 | L: netdev@vger.kernel.org |
| 1230 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1231 | F: drivers/net/tg3.* |
Michael Chan | 948c51e | 2006-06-04 02:51:39 -0700 | [diff] [blame] | 1232 | |
Jens Axboe | 5cdf7f7 | 2007-07-17 08:58:06 +0200 | [diff] [blame] | 1233 | BSG (block layer generic sg v4 driver) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1234 | M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |
Jens Axboe | 5cdf7f7 | 2007-07-17 08:58:06 +0200 | [diff] [blame] | 1235 | L: linux-scsi@vger.kernel.org |
| 1236 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1237 | F: block/bsg.c |
| 1238 | F: include/linux/bsg.h |
Jens Axboe | 5cdf7f7 | 2007-07-17 08:58:06 +0200 | [diff] [blame] | 1239 | |
Michael Buesch | ff1d5c2 | 2008-07-25 01:46:10 -0700 | [diff] [blame] | 1240 | BT8XXGPIO DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1241 | M: Michael Buesch <mb@bu3sch.de> |
Michael Buesch | ff1d5c2 | 2008-07-25 01:46:10 -0700 | [diff] [blame] | 1242 | W: http://bu3sch.de/btgpio.php |
| 1243 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1244 | F: drivers/gpio/bt8xxgpio.c |
Michael Buesch | ff1d5c2 | 2008-07-25 01:46:10 -0700 | [diff] [blame] | 1245 | |
Joe Perches | eb1eb04 | 2009-01-21 10:49:16 -0500 | [diff] [blame] | 1246 | BTRFS FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1247 | M: Chris Mason <chris.mason@oracle.com> |
Joe Perches | eb1eb04 | 2009-01-21 10:49:16 -0500 | [diff] [blame] | 1248 | L: linux-btrfs@vger.kernel.org |
| 1249 | W: http://btrfs.wiki.kernel.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1250 | 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] | 1251 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1252 | F: Documentation/filesystems/btrfs.txt |
| 1253 | F: fs/btrfs/ |
Joe Perches | eb1eb04 | 2009-01-21 10:49:16 -0500 | [diff] [blame] | 1254 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1255 | BTTV VIDEO4LINUX DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1256 | M: Mauro Carvalho Chehab <mchehab@infradead.org> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 1257 | L: linux-media@vger.kernel.org |
Mauro Carvalho Chehab | 96b6aba | 2005-06-28 20:45:20 -0700 | [diff] [blame] | 1258 | W: http://linuxtv.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1259 | 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] | 1260 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1261 | F: Documentation/video4linux/bttv/ |
| 1262 | F: drivers/media/video/bt8xx/bttv* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1263 | |
David Howells | a5432f5 | 2009-04-20 15:46:45 +0100 | [diff] [blame] | 1264 | CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1265 | M: David Howells <dhowells@redhat.com> |
David Howells | a5432f5 | 2009-04-20 15:46:45 +0100 | [diff] [blame] | 1266 | L: linux-cachefs@redhat.com |
| 1267 | S: Supported |
| 1268 | F: Documentation/filesystems/caching/cachefiles.txt |
| 1269 | F: fs/cachefiles/ |
| 1270 | |
Jonathan Corbet | 77d5140 | 2007-03-22 19:44:17 -0300 | [diff] [blame] | 1271 | CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1272 | M: Jonathan Corbet <corbet@lwn.net> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 1273 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1274 | 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] | 1275 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1276 | F: Documentation/video4linux/cafe_ccic |
| 1277 | F: drivers/media/video/cafe_ccic* |
Jonathan Corbet | 77d5140 | 2007-03-22 19:44:17 -0300 | [diff] [blame] | 1278 | |
Muli Ben-Yehuda | 77dac90 | 2006-07-10 17:06:12 +0200 | [diff] [blame] | 1279 | CALGARY x86-64 IOMMU |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1280 | M: Muli Ben-Yehuda <muli@il.ibm.com> |
| 1281 | M: "Jon D. Mason" <jdmason@kudzu.us> |
Muli Ben-Yehuda | 77dac90 | 2006-07-10 17:06:12 +0200 | [diff] [blame] | 1282 | L: discuss@x86-64.org |
| 1283 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1284 | F: arch/x86/kernel/pci-calgary_64.c |
| 1285 | F: arch/x86/kernel/tce_64.c |
| 1286 | F: arch/x86/include/asm/calgary.h |
| 1287 | F: arch/x86/include/asm/tce.h |
Muli Ben-Yehuda | 77dac90 | 2006-07-10 17:06:12 +0200 | [diff] [blame] | 1288 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1289 | CAN NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1290 | M: Urs Thuermann <urs.thuermann@volkswagen.de> |
| 1291 | M: Oliver Hartkopp <oliver.hartkopp@volkswagen.de> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1292 | L: socketcan-core@lists.berlios.de (subscribers-only) |
| 1293 | W: http://developer.berlios.de/projects/socketcan/ |
| 1294 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1295 | F: drivers/net/can/ |
| 1296 | F: include/linux/can/ |
| 1297 | F: include/linux/can.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1298 | |
Wolfgang Grandegger | 4261a20 | 2009-05-15 23:39:28 +0000 | [diff] [blame] | 1299 | CAN NETWORK DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1300 | M: Wolfgang Grandegger <wg@grandegger.com> |
Wolfgang Grandegger | 4261a20 | 2009-05-15 23:39:28 +0000 | [diff] [blame] | 1301 | L: socketcan-core@lists.berlios.de (subscribers-only) |
| 1302 | W: http://developer.berlios.de/projects/socketcan/ |
| 1303 | S: Maintained |
| 1304 | |
Arnd Bergmann | b815454 | 2008-05-16 11:10:59 +0200 | [diff] [blame] | 1305 | CELL BROADBAND ENGINE ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1306 | M: Arnd Bergmann <arnd@arndb.de> |
Arnd Bergmann | b815454 | 2008-05-16 11:10:59 +0200 | [diff] [blame] | 1307 | L: linuxppc-dev@ozlabs.org |
| 1308 | L: cbe-oss-dev@ozlabs.org |
| 1309 | W: http://www.ibm.com/developerworks/power/cell/ |
| 1310 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1311 | F: arch/powerpc/include/asm/cell*.h |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1312 | F: arch/powerpc/include/asm/spu*.h |
| 1313 | F: arch/powerpc/oprofile/*cell* |
| 1314 | F: arch/powerpc/platforms/cell/ |
Arnd Bergmann | b815454 | 2008-05-16 11:10:59 +0200 | [diff] [blame] | 1315 | |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 1316 | CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1317 | M: David Vrabel <david.vrabel@csr.com> |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 1318 | L: linux-usb@vger.kernel.org |
| 1319 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1320 | F: Documentation/usb/WUSB-Design-overview.txt |
| 1321 | F: Documentation/usb/wusb-cbaf |
| 1322 | F: drivers/usb/wusbcore/ |
| 1323 | F: include/linux/usb/wusb* |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 1324 | |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1325 | CFAG12864B LCD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1326 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
Miguel Ojeda | 450c622 | 2008-07-04 09:59:33 -0700 | [diff] [blame] | 1327 | W: http://miguelojeda.es/auxdisplay.htm |
| 1328 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1329 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1330 | F: drivers/auxdisplay/cfag12864b.c |
| 1331 | F: include/linux/cfag12864b.h |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1332 | |
| 1333 | CFAG12864BFB LCD FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1334 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
Miguel Ojeda | 450c622 | 2008-07-04 09:59:33 -0700 | [diff] [blame] | 1335 | W: http://miguelojeda.es/auxdisplay.htm |
| 1336 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1337 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1338 | F: drivers/auxdisplay/cfag12864bfb.c |
| 1339 | F: include/linux/cfag12864b.h |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 1340 | |
Johannes Berg | 704232c | 2007-04-23 12:20:05 -0700 | [diff] [blame] | 1341 | CFG80211 and NL80211 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1342 | M: Johannes Berg <johannes@sipsolutions.net> |
Johannes Berg | 704232c | 2007-04-23 12:20:05 -0700 | [diff] [blame] | 1343 | L: linux-wireless@vger.kernel.org |
| 1344 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1345 | F: include/linux/nl80211.h |
| 1346 | F: include/net/cfg80211.h |
| 1347 | F: net/wireless/* |
| 1348 | X: net/wireless/wext* |
Johannes Berg | 704232c | 2007-04-23 12:20:05 -0700 | [diff] [blame] | 1349 | |
Andy Whitcroft | 0a920b5 | 2007-06-01 00:46:48 -0700 | [diff] [blame] | 1350 | CHECKPATCH |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1351 | M: Andy Whitcroft <apw@canonical.com> |
Andy Whitcroft | 0a920b5 | 2007-06-01 00:46:48 -0700 | [diff] [blame] | 1352 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1353 | F: scripts/checkpatch.pl |
Andy Whitcroft | 0a920b5 | 2007-06-01 00:46:48 -0700 | [diff] [blame] | 1354 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1355 | CISCO 10G ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1356 | M: Scott Feldman <scofeldm@cisco.com> |
| 1357 | M: Joe Eykholt <jeykholt@cisco.com> |
Joel Becker | 7063fbf | 2005-12-15 14:29:43 -0800 | [diff] [blame] | 1358 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1359 | F: drivers/net/enic/ |
Joel Becker | 7063fbf | 2005-12-15 14:29:43 -0800 | [diff] [blame] | 1360 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 1361 | CIRRUS LOGIC EP93XX ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1362 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 1363 | L: netdev@vger.kernel.org |
| 1364 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1365 | F: drivers/net/arm/ep93xx_eth.c |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 1366 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 1367 | CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1368 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Greg Kroah-Hartman | 6372594 | 2007-11-21 15:16:59 -0700 | [diff] [blame] | 1369 | L: linux-usb@vger.kernel.org |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 1370 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1371 | F: drivers/usb/host/ohci-ep93xx.c |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 1372 | |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 1373 | CIRRUS LOGIC CS4270 SOUND DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1374 | M: Timur Tabi <timur@freescale.com> |
Joe Perches | 9371166 | 2009-06-16 15:34:07 -0700 | [diff] [blame] | 1375 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 1376 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1377 | F: sound/soc/codecs/cs4270* |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 1378 | |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 1379 | CLK API |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1380 | M: Russell King <linux@arm.linux.org.uk> |
Russell King | d427535 | 2009-04-16 14:05:27 +0100 | [diff] [blame] | 1381 | F: include/linux/clk.h |
| 1382 | |
Abhijeet Joglekar | 5df6d73 | 2009-04-17 18:33:26 -0700 | [diff] [blame] | 1383 | CISCO FCOE HBA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1384 | M: Abhijeet Joglekar <abjoglek@cisco.com> |
| 1385 | M: Joe Eykholt <jeykholt@cisco.com> |
Abhijeet Joglekar | 5df6d73 | 2009-04-17 18:33:26 -0700 | [diff] [blame] | 1386 | L: linux-scsi@vger.kernel.org |
| 1387 | S: Supported |
Joe Perches | 2a99921 | 2009-06-16 15:34:09 -0700 | [diff] [blame] | 1388 | F: drivers/scsi/fnic/ |
Abhijeet Joglekar | 5df6d73 | 2009-04-17 18:33:26 -0700 | [diff] [blame] | 1389 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1390 | CODA FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1391 | M: Jan Harkes <jaharkes@cs.cmu.edu> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1392 | M: coda@cs.cmu.edu |
| 1393 | L: codalist@coda.cs.cmu.edu |
| 1394 | W: http://www.coda.cs.cmu.edu/ |
| 1395 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1396 | F: Documentation/filesystems/coda.txt |
| 1397 | F: fs/coda/ |
| 1398 | F: include/linux/coda*.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1399 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1400 | COMMON INTERNET FILE SYSTEM (CIFS) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1401 | M: Steve French <sfrench@samba.org> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1402 | L: linux-cifs-client@lists.samba.org |
| 1403 | L: samba-technical@lists.samba.org |
| 1404 | W: http://linux-cifs.samba.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1405 | 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] | 1406 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1407 | F: Documentation/filesystems/cifs.txt |
| 1408 | F: fs/cifs/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1409 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1410 | COMPACTPCI HOTPLUG CORE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1411 | M: Scott Murray <scott@spiteful.org> |
Jesse Barnes | 64dab20 | 2008-06-10 14:20:03 -0700 | [diff] [blame] | 1412 | L: linux-pci@vger.kernel.org |
Joe Perches | 82c4dfc | 2009-07-29 15:04:27 -0700 | [diff] [blame] | 1413 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1414 | F: drivers/pci/hotplug/cpci_hotplug* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1415 | |
| 1416 | COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1417 | M: Scott Murray <scott@spiteful.org> |
Jesse Barnes | 64dab20 | 2008-06-10 14:20:03 -0700 | [diff] [blame] | 1418 | L: linux-pci@vger.kernel.org |
Joe Perches | 82c4dfc | 2009-07-29 15:04:27 -0700 | [diff] [blame] | 1419 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1420 | F: drivers/pci/hotplug/cpcihp_zt5550.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1421 | |
| 1422 | COMPACTPCI HOTPLUG GENERIC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1423 | M: Scott Murray <scott@spiteful.org> |
Jesse Barnes | 64dab20 | 2008-06-10 14:20:03 -0700 | [diff] [blame] | 1424 | L: linux-pci@vger.kernel.org |
Joe Perches | 82c4dfc | 2009-07-29 15:04:27 -0700 | [diff] [blame] | 1425 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1426 | F: drivers/pci/hotplug/cpcihp_generic.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1427 | |
Cezary Jackiewicz | 5411552 | 2008-06-09 16:22:22 -0700 | [diff] [blame] | 1428 | COMPAL LAPTOP SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1429 | M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> |
Cezary Jackiewicz | 5411552 | 2008-06-09 16:22:22 -0700 | [diff] [blame] | 1430 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1431 | F: drivers/platform/x86/compal-laptop.c |
Cezary Jackiewicz | 5411552 | 2008-06-09 16:22:22 -0700 | [diff] [blame] | 1432 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1433 | COMPUTONE INTELLIPORT MULTIPORT CARD |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1434 | M: "Michael H. Warfield" <mhw@wittsend.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1435 | W: http://www.wittsend.com/computone.html |
Adrian Bunk | 07d46de | 2005-06-25 14:59:13 -0700 | [diff] [blame] | 1436 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1437 | F: Documentation/serial/computone.txt |
| 1438 | F: drivers/char/ip2/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1439 | |
Simon Arlott | 949be0f | 2007-03-06 02:47:46 -0800 | [diff] [blame] | 1440 | CONEXANT ACCESSRUNNER USB DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1441 | M: Simon Arlott <cxacru@fire.lp0.eu> |
Simon Arlott | 9ae5e3b | 2007-05-09 08:38:10 +0200 | [diff] [blame] | 1442 | L: accessrunner-general@lists.sourceforge.net |
| 1443 | W: http://accessrunner.sourceforge.net/ |
Simon Arlott | 949be0f | 2007-03-06 02:47:46 -0800 | [diff] [blame] | 1444 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1445 | F: drivers/usb/atm/cxacru.c |
Simon Arlott | 949be0f | 2007-03-06 02:47:46 -0800 | [diff] [blame] | 1446 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1447 | CONFIGFS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1448 | M: Joel Becker <joel.becker@oracle.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1449 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1450 | F: fs/configfs/ |
| 1451 | F: include/linux/configfs.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1452 | |
Evgeniy Polyakov | acb9c1b | 2009-07-21 12:43:51 -0700 | [diff] [blame] | 1453 | CONNECTOR |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1454 | M: Evgeniy Polyakov <zbr@ioremap.net> |
Evgeniy Polyakov | acb9c1b | 2009-07-21 12:43:51 -0700 | [diff] [blame] | 1455 | L: netdev@vger.kernel.org |
| 1456 | S: Maintained |
| 1457 | F: drivers/connector/ |
| 1458 | |
Paul Menage | fb3a0fb | 2008-03-04 14:28:28 -0800 | [diff] [blame] | 1459 | CONTROL GROUPS (CGROUPS) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1460 | M: Paul Menage <menage@google.com> |
| 1461 | M: Li Zefan <lizf@cn.fujitsu.com> |
Paul Menage | fb3a0fb | 2008-03-04 14:28:28 -0800 | [diff] [blame] | 1462 | L: containers@lists.linux-foundation.org |
| 1463 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1464 | F: include/linux/cgroup* |
| 1465 | F: kernel/cgroup* |
Randy Dunlap | 8ca739e | 2009-06-17 16:26:32 -0700 | [diff] [blame] | 1466 | F: mm/*cgroup* |
Paul Menage | fb3a0fb | 2008-03-04 14:28:28 -0800 | [diff] [blame] | 1467 | |
Rudolf Marek | bebe467 | 2007-05-08 17:22:02 +0200 | [diff] [blame] | 1468 | CORETEMP HARDWARE MONITORING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1469 | M: Rudolf Marek <r.marek@assembler.cz> |
Rudolf Marek | bebe467 | 2007-05-08 17:22:02 +0200 | [diff] [blame] | 1470 | L: lm-sensors@lm-sensors.org |
| 1471 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1472 | F: Documentation/hwmon/coretemp |
| 1473 | F: drivers/hwmon/coretemp.c |
Rudolf Marek | bebe467 | 2007-05-08 17:22:02 +0200 | [diff] [blame] | 1474 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1475 | COSA/SRP SYNC SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1476 | M: Jan "Yenya" Kasprzak <kas@fi.muni.cz> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1477 | W: http://www.fi.muni.cz/~kas/cosa/ |
| 1478 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1479 | F: drivers/net/wan/cosa* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1480 | |
Florian Fainelli | 4371ee3 | 2009-06-01 02:43:17 -0700 | [diff] [blame] | 1481 | CPMAC ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1482 | M: Florian Fainelli <florian@openwrt.org> |
Florian Fainelli | 4371ee3 | 2009-06-01 02:43:17 -0700 | [diff] [blame] | 1483 | L: netdev@vger.kernel.org |
| 1484 | S: Maintained |
| 1485 | F: drivers/net/cpmac.c |
| 1486 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1487 | CPU FREQUENCY DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1488 | M: Dave Jones <davej@redhat.com> |
Dave Jones | bc5f65d | 2008-07-31 18:22:59 -0400 | [diff] [blame] | 1489 | L: cpufreq@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1490 | W: http://www.codemonkey.org.uk/projects/cpufreq/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1491 | 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] | 1492 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1493 | F: arch/x86/kernel/cpu/cpufreq/ |
| 1494 | F: drivers/cpufreq/ |
| 1495 | F: include/linux/cpufreq.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1496 | |
| 1497 | CPUID/MSR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1498 | M: "H. Peter Anvin" <hpa@zytor.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1499 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1500 | F: arch/x86/kernel/cpuid.c |
| 1501 | F: arch/x86/kernel/msr.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1502 | |
Paul Jackson | ed90fb4 | 2005-09-27 21:45:37 -0700 | [diff] [blame] | 1503 | CPUSETS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1504 | M: Paul Menage <menage@google.com> |
Paul Jackson | ed90fb4 | 2005-09-27 21:45:37 -0700 | [diff] [blame] | 1505 | W: http://www.bullopensource.org/cpuset/ |
Paul Jackson | 551e172 | 2008-06-12 15:21:31 -0700 | [diff] [blame] | 1506 | W: http://oss.sgi.com/projects/cpusets/ |
Paul Jackson | ed90fb4 | 2005-09-27 21:45:37 -0700 | [diff] [blame] | 1507 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1508 | F: Documentation/cgroups/cpusets.txt |
| 1509 | F: include/linux/cpuset.h |
| 1510 | F: kernel/cpuset.c |
Paul Jackson | ed90fb4 | 2005-09-27 21:45:37 -0700 | [diff] [blame] | 1511 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1512 | CRAMFS FILESYSTEM |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 1513 | W: http://sourceforge.net/projects/cramfs/ |
| 1514 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1515 | F: Documentation/filesystems/cramfs.txt |
| 1516 | F: fs/cramfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1517 | |
| 1518 | CRIS PORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1519 | M: Mikael Starvik <starvik@axis.com> |
| 1520 | M: Jesper Nilsson <jesper.nilsson@axis.com> |
Jesper Nilsson | 9937ac0 | 2009-06-24 09:33:19 +0200 | [diff] [blame] | 1521 | L: linux-cris-kernel@axis.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1522 | W: http://developer.axis.com |
| 1523 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1524 | F: arch/cris/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1525 | |
| 1526 | CRYPTO API |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1527 | M: Herbert Xu <herbert@gondor.apana.org.au> |
| 1528 | M: "David S. Miller" <davem@davemloft.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1529 | L: linux-crypto@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1530 | 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] | 1531 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1532 | F: Documentation/crypto/ |
| 1533 | F: arch/*/crypto/ |
| 1534 | F: crypto/ |
| 1535 | F: drivers/crypto/ |
| 1536 | F: include/crypto/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1537 | |
Neil Horman | 5b07bd5 | 2009-02-05 16:03:04 +1100 | [diff] [blame] | 1538 | CRYPTOGRAPHIC RANDOM NUMBER GENERATOR |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1539 | M: Neil Horman <nhorman@tuxdriver.com> |
Neil Horman | 5b07bd5 | 2009-02-05 16:03:04 +1100 | [diff] [blame] | 1540 | L: linux-crypto@vger.kernel.org |
| 1541 | S: Maintained |
| 1542 | |
Jaya Kumar | 9b4ffa4 | 2005-11-17 10:12:23 +0100 | [diff] [blame] | 1543 | CS5535 Audio ALSA driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1544 | M: Jaya Kumar <jayakumar.alsa@gmail.com> |
Jaya Kumar | 9b4ffa4 | 2005-11-17 10:12:23 +0100 | [diff] [blame] | 1545 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1546 | F: sound/pci/cs5535audio/ |
Jaya Kumar | 9b4ffa4 | 2005-11-17 10:12:23 +0100 | [diff] [blame] | 1547 | |
Hans Verkuil | 6d8425b | 2008-05-05 18:25:22 -0300 | [diff] [blame] | 1548 | CX18 VIDEO4LINUX DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1549 | M: Hans Verkuil <hverkuil@xs4all.nl> |
| 1550 | M: Andy Walls <awalls@radix.net> |
Hans Verkuil | 6d8425b | 2008-05-05 18:25:22 -0300 | [diff] [blame] | 1551 | L: ivtv-devel@ivtvdriver.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 1552 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1553 | 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] | 1554 | W: http://linuxtv.org |
Joe Perches | 30e1099 | 2009-07-29 15:04:21 -0700 | [diff] [blame] | 1555 | W: http://www.ivtvdriver.org/index.php/Cx18 |
Hans Verkuil | 6d8425b | 2008-05-05 18:25:22 -0300 | [diff] [blame] | 1556 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1557 | F: Documentation/video4linux/cx18.txt |
| 1558 | F: drivers/media/video/cx18/ |
Hans Verkuil | 6d8425b | 2008-05-05 18:25:22 -0300 | [diff] [blame] | 1559 | |
Steve Wise | e5ec378 | 2008-05-20 14:06:33 -0700 | [diff] [blame] | 1560 | CXGB3 ETHERNET DRIVER (CXGB3) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1561 | M: Divy Le Ray <divy@chelsio.com> |
Steve Wise | e5ec378 | 2008-05-20 14:06:33 -0700 | [diff] [blame] | 1562 | L: netdev@vger.kernel.org |
| 1563 | W: http://www.chelsio.com |
| 1564 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1565 | F: drivers/net/cxgb3/ |
Steve Wise | e5ec378 | 2008-05-20 14:06:33 -0700 | [diff] [blame] | 1566 | |
| 1567 | CXGB3 IWARP RNIC DRIVER (IW_CXGB3) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1568 | M: Steve Wise <swise@chelsio.com> |
Roland Dreier | e6cc0fd | 2009-09-07 21:54:38 -0700 | [diff] [blame] | 1569 | L: linux-rdma@vger.kernel.org |
Steve Wise | e5ec378 | 2008-05-20 14:06:33 -0700 | [diff] [blame] | 1570 | W: http://www.openfabrics.org |
| 1571 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1572 | F: drivers/infiniband/hw/cxgb3/ |
Steve Wise | e5ec378 | 2008-05-20 14:06:33 -0700 | [diff] [blame] | 1573 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1574 | CYBERPRO FB DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1575 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 1576 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1577 | W: http://www.arm.linux.org.uk/ |
| 1578 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1579 | F: drivers/video/cyber2000fb.* |
Knut Petersen | 9fa68ea | 2005-09-09 13:04:56 -0700 | [diff] [blame] | 1580 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1581 | CYCLADES 2X SYNC CARD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1582 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
Arnaldo Carvalho de Melo | 926554c | 2007-03-31 12:05:49 -0300 | [diff] [blame] | 1583 | W: http://oops.ghostprotocols.net:81/blog |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1584 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1585 | F: drivers/net/wan/cycx* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1586 | |
| 1587 | CYCLADES ASYNC MUX DRIVER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1588 | W: http://www.cyclades.com/ |
Jiri Slaby | d459883 | 2007-02-12 00:51:53 -0800 | [diff] [blame] | 1589 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1590 | F: drivers/char/cyclades.c |
| 1591 | F: include/linux/cyclades.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1592 | |
| 1593 | CYCLADES PC300 DRIVER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1594 | W: http://www.cyclades.com/ |
Jiri Slaby | d459883 | 2007-02-12 00:51:53 -0800 | [diff] [blame] | 1595 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1596 | F: drivers/net/wan/pc300* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1597 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1598 | DAMA SLAVE for AX.25 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1599 | M: Joerg Reuter <jreuter@yaina.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1600 | W: http://yaina.de/jreuter/ |
| 1601 | W: http://www.qsl.net/dl1bke/ |
| 1602 | L: linux-hams@vger.kernel.org |
| 1603 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1604 | F: net/ax25/af_ax25.c |
| 1605 | F: net/ax25/ax25_dev.c |
| 1606 | F: net/ax25/ax25_ds_* |
| 1607 | F: net/ax25/ax25_in.c |
| 1608 | F: net/ax25/ax25_out.c |
| 1609 | F: net/ax25/ax25_timer.c |
| 1610 | F: net/ax25/sysctl_net_ax25.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1611 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1612 | DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1613 | M: Tobias Ringstrom <tori@unhappy.mine.nu> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1614 | L: netdev@vger.kernel.org |
| 1615 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1616 | F: Documentation/networking/dmfe.txt |
| 1617 | F: drivers/net/tulip/dmfe.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1618 | |
| 1619 | DC390/AM53C974 SCSI driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1620 | M: Kurt Garloff <garloff@suse.de> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1621 | W: http://www.garloff.de/kurt/linux/dc390/ |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1622 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1623 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1624 | F: drivers/scsi/tmscsim.* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1625 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1626 | DC395x SCSI driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1627 | M: Oliver Neukum <oliver@neukum.name> |
| 1628 | M: Ali Akcaagac <aliakc@web.de> |
| 1629 | M: Jamie Lenehan <lenehan@twibble.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1630 | W: http://twibble.org/dist/dc395x/ |
Randy Dunlap | f5df5881 | 2006-07-14 00:24:29 -0700 | [diff] [blame] | 1631 | L: dc395x@twibble.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1632 | L: http://lists.twibble.org/mailman/listinfo/dc395x/ |
| 1633 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1634 | F: Documentation/scsi/dc395x.txt |
| 1635 | F: drivers/scsi/dc395x.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1636 | |
Arnaldo Carvalho de Melo | eb8edb0 | 2005-09-17 00:42:26 -0700 | [diff] [blame] | 1637 | DCCP PROTOCOL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1638 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
Arnaldo Carvalho de Melo | eb8edb0 | 2005-09-17 00:42:26 -0700 | [diff] [blame] | 1639 | L: dccp@vger.kernel.org |
Ian McDonald | f3b84ec | 2005-11-10 13:05:01 -0800 | [diff] [blame] | 1640 | W: http://linux-net.osdl.org/index.php/DCCP |
Arnaldo Carvalho de Melo | eb8edb0 | 2005-09-17 00:42:26 -0700 | [diff] [blame] | 1641 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1642 | F: include/linux/dccp.h |
| 1643 | F: include/linux/tfrc.h |
| 1644 | F: net/dccp/ |
Arnaldo Carvalho de Melo | eb8edb0 | 2005-09-17 00:42:26 -0700 | [diff] [blame] | 1645 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1646 | DECnet NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1647 | M: Christine Caulfield <christine.caulfield@googlemail.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1648 | W: http://linux-decnet.sourceforge.net |
| 1649 | L: linux-decnet-user@lists.sourceforge.net |
| 1650 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1651 | F: Documentation/networking/decnet.txt |
| 1652 | F: net/decnet/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1653 | |
| 1654 | DEFXX FDDI NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1655 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1656 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1657 | F: drivers/net/defxx.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1658 | |
Matthew Garrett | ad8f07c | 2009-01-07 18:08:56 -0800 | [diff] [blame] | 1659 | DELL LAPTOP DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1660 | M: Matthew Garrett <mjg59@srcf.ucam.org> |
Matthew Garrett | ad8f07c | 2009-01-07 18:08:56 -0800 | [diff] [blame] | 1661 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1662 | F: drivers/platform/x86/dell-laptop.c |
Matthew Garrett | ad8f07c | 2009-01-07 18:08:56 -0800 | [diff] [blame] | 1663 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1664 | DELL LAPTOP SMM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1665 | M: Massimo Dal Zotto <dz@debian.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1666 | W: http://www.debian.org/~dz/i8k/ |
| 1667 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1668 | F: drivers/char/i8k.c |
| 1669 | F: include/linux/i8k.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1670 | |
Doug Warzecha | 90563ec | 2005-09-06 15:17:15 -0700 | [diff] [blame] | 1671 | DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1672 | M: Doug Warzecha <Douglas_Warzecha@dell.com> |
Doug Warzecha | 90563ec | 2005-09-06 15:17:15 -0700 | [diff] [blame] | 1673 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1674 | F: Documentation/dcdbas.txt |
| 1675 | F: drivers/firmware/dcdbas.* |
Doug Warzecha | 90563ec | 2005-09-06 15:17:15 -0700 | [diff] [blame] | 1676 | |
Matthew Garrett | 0b3f610 | 2009-01-09 20:17:11 +0000 | [diff] [blame] | 1677 | DELL WMI EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1678 | M: Matthew Garrett <mjg59@srcf.ucam.org> |
Matthew Garrett | 0b3f610 | 2009-01-09 20:17:11 +0000 | [diff] [blame] | 1679 | S: Maintained |
| 1680 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1681 | DEVICE NUMBER REGISTRY |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1682 | M: Torben Mathiasen <device@lanana.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1683 | W: http://lanana.org/docs/device-list/index.html |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1684 | S: Maintained |
| 1685 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1686 | DEVICE-MAPPER (LVM) |
| 1687 | P: Alasdair Kergon |
| 1688 | L: dm-devel@redhat.com |
| 1689 | W: http://sources.redhat.com/dm |
| 1690 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1691 | F: Documentation/device-mapper/ |
| 1692 | F: drivers/md/dm* |
| 1693 | F: include/linux/device-mapper.h |
| 1694 | F: include/linux/dm-*.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1695 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1696 | DIGI INTL. EPCA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1697 | M: "Digi International, Inc" <Eng.Linux@digi.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1698 | L: Eng.Linux@digi.com |
| 1699 | W: http://www.digi.com |
Jean Delvare | baaea1d | 2008-09-20 12:34:33 +0200 | [diff] [blame] | 1700 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1701 | F: Documentation/serial/digiepca.txt |
| 1702 | F: drivers/char/epca* |
| 1703 | F: drivers/char/digi* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1704 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 1705 | DIRECTORY NOTIFICATION (DNOTIFY) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1706 | M: Eric Paris <eparis@parisplace.org> |
Eric Paris | 3c5119c | 2009-05-21 17:01:33 -0400 | [diff] [blame] | 1707 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1708 | F: Documentation/filesystems/dnotify.txt |
| 1709 | F: fs/notify/dnotify/ |
| 1710 | F: include/linux/dnotify.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1711 | |
| 1712 | DISK GEOMETRY AND PARTITION HANDLING |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1713 | M: Andries Brouwer <aeb@cwi.nl> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1714 | W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html |
| 1715 | W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html |
| 1716 | W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html |
| 1717 | S: Maintained |
| 1718 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 1719 | DISKQUOTA |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1720 | M: Jan Kara <jack@suse.cz> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1721 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1722 | F: Documentation/filesystems/quota.txt |
| 1723 | F: fs/quota/ |
| 1724 | F: include/linux/quota*.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1725 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 1726 | DISTRIBUTED LOCK MANAGER (DLM) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1727 | M: Christine Caulfield <ccaulfie@redhat.com> |
| 1728 | M: David Teigland <teigland@redhat.com> |
David Teigland | a464418 | 2006-06-22 15:29:57 -0400 | [diff] [blame] | 1729 | L: cluster-devel@redhat.com |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 1730 | W: http://sources.redhat.com/cluster/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1731 | 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] | 1732 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1733 | F: fs/dlm/ |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 1734 | |
Dan Williams | b3e5f26 | 2007-08-07 10:26:35 -0700 | [diff] [blame] | 1735 | DMA GENERIC OFFLOAD ENGINE SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1736 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> |
| 1737 | M: Dan Williams <dan.j.williams@intel.com> |
Dan Williams | b3e5f26 | 2007-08-07 10:26:35 -0700 | [diff] [blame] | 1738 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1739 | F: drivers/dma/ |
| 1740 | F: include/linux/dma* |
Nelson, Shannon | 248a9dc | 2007-07-15 23:37:20 -0700 | [diff] [blame] | 1741 | |
Juerg Haefliger | b825037 | 2007-06-09 10:11:16 -0400 | [diff] [blame] | 1742 | DME1737 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1743 | M: Juerg Haefliger <juergh@gmail.com> |
Juerg Haefliger | b825037 | 2007-06-09 10:11:16 -0400 | [diff] [blame] | 1744 | L: lm-sensors@lm-sensors.org |
| 1745 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1746 | F: Documentation/hwmon/dme1737 |
| 1747 | F: drivers/hwmon/dme1737.c |
Juerg Haefliger | b825037 | 2007-06-09 10:11:16 -0400 | [diff] [blame] | 1748 | |
Martin Waitz | ba483d5 | 2005-06-17 13:20:59 -0700 | [diff] [blame] | 1749 | DOCBOOK FOR DOCUMENTATION |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1750 | M: Randy Dunlap <rdunlap@xenotime.net> |
Martin Waitz | ba483d5 | 2005-06-17 13:20:59 -0700 | [diff] [blame] | 1751 | S: Maintained |
| 1752 | |
Kristen Carlson Accardi | 5b9c9bf | 2006-07-26 13:59:00 -0400 | [diff] [blame] | 1753 | DOCKING STATION DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1754 | M: Shaohua Li <shaohua.li@intel.com> |
Kristen Carlson Accardi | 5b9c9bf | 2006-07-26 13:59:00 -0400 | [diff] [blame] | 1755 | L: linux-acpi@vger.kernel.org |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 1756 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1757 | F: drivers/acpi/dock.c |
Kristen Carlson Accardi | 5b9c9bf | 2006-07-26 13:59:00 -0400 | [diff] [blame] | 1758 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 1759 | DOCUMENTATION |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1760 | M: Randy Dunlap <rdunlap@xenotime.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 1761 | L: linux-doc@vger.kernel.org |
| 1762 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1763 | F: Documentation/ |
Randy Dunlap | abbaeff | 2008-07-04 09:59:57 -0700 | [diff] [blame] | 1764 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1765 | DOUBLETALK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1766 | M: "James R. Van Zandt" <jrv@vanzandt.mv.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1767 | L: blinux-list@redhat.com |
| 1768 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1769 | F: drivers/char/dtlk.c |
| 1770 | F: include/linux/dtlk.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1771 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1772 | DPT_I2O SCSI RAID DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1773 | M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1774 | L: linux-scsi@vger.kernel.org |
| 1775 | W: http://www.adaptec.com/ |
| 1776 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1777 | F: drivers/scsi/dpt* |
| 1778 | F: drivers/scsi/dpt/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 1779 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1780 | DRIVER CORE, KOBJECTS, AND SYSFS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1781 | M: Greg Kroah-Hartman <gregkh@suse.de> |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 1782 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1783 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1784 | F: Documentation/kobject.txt |
Joe Perches | 7cfc51b | 2009-04-08 10:04:18 -0700 | [diff] [blame] | 1785 | F: drivers/base/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1786 | F: fs/sysfs/ |
| 1787 | F: include/linux/kobj* |
| 1788 | F: lib/kobj* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1789 | |
| 1790 | DRM DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1791 | M: David Airlie <airlied@linux.ie> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1792 | L: dri-devel@lists.sourceforge.net |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 1793 | 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] | 1794 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1795 | F: drivers/gpu/drm/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1796 | |
| 1797 | DSCC4 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1798 | M: Francois Romieu <romieu@fr.zoreil.com> |
Francois Romieu | 01f2073 | 2007-01-26 00:57:17 -0800 | [diff] [blame] | 1799 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1800 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1801 | F: drivers/net/wan/dscc4.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1802 | |
Maciej W. Rozycki | 789c704 | 2008-02-07 00:15:13 -0800 | [diff] [blame] | 1803 | DZ DECSTATION DZ11 SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1804 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
Maciej W. Rozycki | 789c704 | 2008-02-07 00:15:13 -0800 | [diff] [blame] | 1805 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1806 | F: drivers/serial/dz.* |
Maciej W. Rozycki | 789c704 | 2008-02-07 00:15:13 -0800 | [diff] [blame] | 1807 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1808 | EATA-DMA SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1809 | M: Michael Neuffer <mike@i-Connect.Net> |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 1810 | L: linux-eata@i-connect.net |
| 1811 | L: linux-scsi@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1812 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1813 | F: drivers/scsi/eata* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1814 | |
| 1815 | EATA ISA/EISA/PCI SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1816 | M: Dario Ballabio <ballabio_dario@emc.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1817 | L: linux-scsi@vger.kernel.org |
| 1818 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1819 | F: drivers/scsi/eata.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1820 | |
| 1821 | EATA-PIO 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_pio.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1827 | |
| 1828 | EBTABLES |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1829 | M: Bart De Schuymer <bart.de.schuymer@pandora.be> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1830 | L: ebtables-user@lists.sourceforge.net |
| 1831 | L: ebtables-devel@lists.sourceforge.net |
| 1832 | W: http://ebtables.sourceforge.net/ |
| 1833 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1834 | F: include/linux/netfilter_bridge/ebt_*.h |
| 1835 | F: net/bridge/netfilter/ebt*.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1836 | |
Michael Halcrow | 237fead | 2006-10-04 02:16:22 -0700 | [diff] [blame] | 1837 | ECRYPT FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1838 | M: Tyler Hicks <tyhicks@linux.vnet.ibm.com> |
| 1839 | M: Dustin Kirkland <kirkland@canonical.com> |
Michael Halcrow | 6dc7516 | 2008-12-15 13:54:17 -0800 | [diff] [blame] | 1840 | L: ecryptfs-devel@lists.launchpad.net |
| 1841 | W: https://launchpad.net/ecryptfs |
Michael Halcrow | 237fead | 2006-10-04 02:16:22 -0700 | [diff] [blame] | 1842 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1843 | F: Documentation/filesystems/ecryptfs.txt |
| 1844 | F: fs/ecryptfs/ |
Michael Halcrow | 237fead | 2006-10-04 02:16:22 -0700 | [diff] [blame] | 1845 | |
Alan Cox | da9bb1d | 2006-01-18 17:44:13 -0800 | [diff] [blame] | 1846 | EDAC-CORE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1847 | M: Doug Thompson <dougthompson@xmission.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1848 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1849 | W: bluesmoke.sourceforge.net |
Doug Thompson | 8c2a6a4 | 2006-06-30 01:56:09 -0700 | [diff] [blame] | 1850 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1851 | F: Documentation/edac.txt |
| 1852 | F: drivers/edac/edac_* |
| 1853 | F: include/linux/edac.h |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1854 | |
Borislav Petkov | c476c23 | 2009-05-20 20:31:58 +0200 | [diff] [blame] | 1855 | EDAC-AMD64 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1856 | M: Doug Thompson <dougthompson@xmission.com> |
| 1857 | M: Borislav Petkov <borislav.petkov@amd.com> |
Borislav Petkov | c476c23 | 2009-05-20 20:31:58 +0200 | [diff] [blame] | 1858 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
| 1859 | W: bluesmoke.sourceforge.net |
| 1860 | S: Supported |
| 1861 | F: drivers/edac/amd64_edac* |
| 1862 | |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1863 | EDAC-E752X |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1864 | M: Mark Gross <mark.gross@intel.com> |
| 1865 | M: Doug Thompson <dougthompson@xmission.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1866 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1867 | W: bluesmoke.sourceforge.net |
| 1868 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1869 | F: drivers/edac/e752x_edac.c |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1870 | |
| 1871 | EDAC-E7XXX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1872 | M: Doug Thompson <dougthompson@xmission.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1873 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1874 | W: bluesmoke.sourceforge.net |
| 1875 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1876 | F: drivers/edac/e7xxx_edac.c |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1877 | |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1878 | EDAC-I82443BXGX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1879 | M: Tim Small <tim@buttersideup.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1880 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1881 | W: bluesmoke.sourceforge.net |
| 1882 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1883 | F: drivers/edac/i82443bxgx_edac.c |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1884 | |
| 1885 | EDAC-I3000 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1886 | M: Jason Uhlenkott <juhlenko@akamai.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1887 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1888 | W: bluesmoke.sourceforge.net |
| 1889 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1890 | F: drivers/edac/i3000_edac.c |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1891 | |
| 1892 | EDAC-I5000 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1893 | M: Doug Thompson <dougthompson@xmission.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1894 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Douglas Thompson | ba9a591 | 2007-07-19 01:50:32 -0700 | [diff] [blame] | 1895 | W: bluesmoke.sourceforge.net |
| 1896 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1897 | F: drivers/edac/i5000_edac.c |
Douglas Thompson | ba9a591 | 2007-07-19 01:50:32 -0700 | [diff] [blame] | 1898 | |
Mauro Carvalho Chehab | 44c12cb | 2009-01-15 13:50:49 -0800 | [diff] [blame] | 1899 | EDAC-I5400 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1900 | M: Mauro Carvalho Chehab <mchehab@redhat.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1901 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Mauro Carvalho Chehab | 44c12cb | 2009-01-15 13:50:49 -0800 | [diff] [blame] | 1902 | W: bluesmoke.sourceforge.net |
| 1903 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1904 | F: drivers/edac/i5400_edac.c |
Mauro Carvalho Chehab | 44c12cb | 2009-01-15 13:50:49 -0800 | [diff] [blame] | 1905 | |
Douglas Thompson | ba9a591 | 2007-07-19 01:50:32 -0700 | [diff] [blame] | 1906 | EDAC-I82975X |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1907 | M: Ranganathan Desikan <ravi@jetztechnologies.com> |
| 1908 | M: "Arvind R." <arvind@jetztechnologies.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1909 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Douglas Thompson | ba9a591 | 2007-07-19 01:50:32 -0700 | [diff] [blame] | 1910 | W: bluesmoke.sourceforge.net |
| 1911 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1912 | F: drivers/edac/i82975x_edac.c |
Douglas Thompson | ba9a591 | 2007-07-19 01:50:32 -0700 | [diff] [blame] | 1913 | |
| 1914 | EDAC-PASEMI |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1915 | M: Egor Martovetsky <egor@pasemi.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1916 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1917 | W: bluesmoke.sourceforge.net |
| 1918 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1919 | F: drivers/edac/pasemi_edac.c |
Douglas Thompson | 6bc7840 | 2007-07-19 01:50:12 -0700 | [diff] [blame] | 1920 | |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1921 | EDAC-R82600 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1922 | M: Tim Small <tim@buttersideup.com> |
Jean Delvare | 7b102d0 | 2009-04-13 14:40:02 -0700 | [diff] [blame] | 1923 | L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) |
Dave Peterson | 0e438e3 | 2006-03-26 01:38:55 -0800 | [diff] [blame] | 1924 | W: bluesmoke.sourceforge.net |
| 1925 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1926 | F: drivers/edac/r82600_edac.c |
Alan Cox | da9bb1d | 2006-01-18 17:44:13 -0800 | [diff] [blame] | 1927 | |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1928 | EEEPC LAPTOP EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1929 | M: Corentin Chary <corentincj@iksaif.net> |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1930 | L: acpi4asus-user@lists.sourceforge.net |
Corentin Chary | 76593d6 | 2009-06-16 19:28:47 +0000 | [diff] [blame] | 1931 | W: http://acpi4asus.sf.net |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1932 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1933 | F: drivers/platform/x86/eeepc-laptop.c |
Eric Cooper | e59f879 | 2008-03-13 12:55:46 +0100 | [diff] [blame] | 1934 | |
Josh Triplett | 0bee8d2 | 2006-07-30 03:03:58 -0700 | [diff] [blame] | 1935 | EFS FILESYSTEM |
| 1936 | W: http://aeschi.ch.eu.org/efs/ |
| 1937 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1938 | F: fs/efs/ |
Josh Triplett | 0bee8d2 | 2006-07-30 03:03:58 -0700 | [diff] [blame] | 1939 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 1940 | EHCA (IBM GX bus InfiniBand adapter) DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1941 | M: Hoang-Nam Nguyen <hnguyen@de.ibm.com> |
| 1942 | M: Christoph Raisch <raisch@de.ibm.com> |
Roland Dreier | e6cc0fd | 2009-09-07 21:54:38 -0700 | [diff] [blame] | 1943 | L: linux-rdma@vger.kernel.org |
Heiko J Schick | fab9722 | 2006-09-22 15:22:22 -0700 | [diff] [blame] | 1944 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1945 | F: drivers/infiniband/hw/ehca/ |
Heiko J Schick | fab9722 | 2006-09-22 15:22:22 -0700 | [diff] [blame] | 1946 | |
David Woodhouse | 3e3a7d6 | 2008-05-01 04:34:46 -0700 | [diff] [blame] | 1947 | EMBEDDED LINUX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1948 | M: Paul Gortmaker <paul.gortmaker@windriver.com> |
| 1949 | M: Matt Mackall <mpm@selenic.com> |
| 1950 | M: David Woodhouse <dwmw2@infradead.org> |
David Woodhouse | 3e3a7d6 | 2008-05-01 04:34:46 -0700 | [diff] [blame] | 1951 | L: linux-embedded@vger.kernel.org |
| 1952 | S: Maintained |
| 1953 | |
James.Smart@Emulex.Com | 3a1c1d4 | 2005-08-11 13:42:35 -0400 | [diff] [blame] | 1954 | EMULEX LPFC FC SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1955 | M: James Smart <james.smart@emulex.com> |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 1956 | L: linux-scsi@vger.kernel.org |
| 1957 | W: http://sourceforge.net/projects/lpfcxxxx |
| 1958 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1959 | F: drivers/scsi/lpfc/ |
James.Smart@Emulex.Com | 3a1c1d4 | 2005-08-11 13:42:35 -0400 | [diff] [blame] | 1960 | |
Michał Mirosław | 5f5bac8 | 2009-05-22 20:33:59 +0200 | [diff] [blame] | 1961 | ENE CB710 FLASH CARD READER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1962 | M: Michał Mirosław <mirq-linux@rere.qmqm.pl> |
Michał Mirosław | 5f5bac8 | 2009-05-22 20:33:59 +0200 | [diff] [blame] | 1963 | S: Maintained |
| 1964 | F: drivers/misc/cb710/ |
| 1965 | F: drivers/mmc/host/cb710-mmc.* |
| 1966 | F: include/linux/cb710.h |
| 1967 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1968 | EPSON 1355 FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1969 | M: Christopher Hoover <ch@murgatroid.com> |
| 1970 | M: Christopher Hoover <ch@hpl.hp.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1971 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1972 | F: drivers/video/epson1355fb.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1973 | |
Kristoffer Ericson | d5ca900 | 2008-10-15 22:03:54 -0700 | [diff] [blame] | 1974 | EPSON S1D13XXX FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1975 | M: Kristoffer Ericson <kristoffer.ericson@gmail.com> |
Kristoffer Ericson | d5ca900 | 2008-10-15 22:03:54 -0700 | [diff] [blame] | 1976 | S: Maintained |
Kristoffer Ericson | 084bad9 | 2009-07-29 15:04:32 -0700 | [diff] [blame] | 1977 | 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] | 1978 | F: drivers/video/s1d13xxxfb.c |
| 1979 | F: include/video/s1d13xxxfb.h |
Kristoffer Ericson | d5ca900 | 2008-10-15 22:03:54 -0700 | [diff] [blame] | 1980 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1981 | ETHEREXPRESS-16 NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1982 | M: Philip Blundell <philb@gnu.org> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 1983 | L: netdev@vger.kernel.org |
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/net/eexpress.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1986 | |
| 1987 | ETHERNET BRIDGE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1988 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
David Brownell | f318a63 | 2007-04-23 14:41:06 -0700 | [diff] [blame] | 1989 | L: bridge@lists.linux-foundation.org |
Adrian Bunk | 57c511d | 2008-06-03 16:00:01 -0700 | [diff] [blame] | 1990 | W: http://www.linux-foundation.org/en/Net:Bridge |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1991 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 1992 | F: include/linux/netfilter_bridge/ |
| 1993 | F: net/bridge/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1994 | |
| 1995 | ETHERTEAM 16I DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 1996 | M: Mika Kuoppala <miku@iki.fi> |
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/eth16i.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1999 | |
| 2000 | EXT2 FILE SYSTEM |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 2001 | L: linux-ext4@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2002 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2003 | F: Documentation/filesystems/ext2.txt |
| 2004 | F: fs/ext2/ |
| 2005 | F: include/linux/ext2* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2006 | |
| 2007 | EXT3 FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2008 | M: Andrew Morton <akpm@linux-foundation.org> |
| 2009 | M: Andreas Dilger <adilger@sun.com> |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 2010 | L: linux-ext4@vger.kernel.org |
| 2011 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2012 | F: Documentation/filesystems/ext3.txt |
| 2013 | F: fs/ext3/ |
| 2014 | F: include/linux/ext3* |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 2015 | |
| 2016 | EXT4 FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2017 | M: "Theodore Ts'o" <tytso@mit.edu> |
| 2018 | M: Andreas Dilger <adilger@sun.com> |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 2019 | L: linux-ext4@vger.kernel.org |
Theodore Ts'o | 08a225f | 2008-10-06 20:58:09 -0400 | [diff] [blame] | 2020 | W: http://ext4.wiki.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2021 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2022 | F: Documentation/filesystems/ext4.txt |
| 2023 | F: fs/ext4/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2024 | |
Jean Delvare | e53004e | 2006-01-09 23:26:14 +0100 | [diff] [blame] | 2025 | F71805F HARDWARE MONITORING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2026 | M: Jean Delvare <khali@linux-fr.org> |
Jean Delvare | e53004e | 2006-01-09 23:26:14 +0100 | [diff] [blame] | 2027 | L: lm-sensors@lm-sensors.org |
| 2028 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2029 | F: Documentation/hwmon/f71805f |
| 2030 | F: drivers/hwmon/f71805f.c |
Jean Delvare | e53004e | 2006-01-09 23:26:14 +0100 | [diff] [blame] | 2031 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2032 | FARSYNC SYNCHRONOUS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2033 | M: Kevin Curtis <kevin.curtis@farsite.co.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2034 | W: http://www.farsite.co.uk/ |
| 2035 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2036 | F: drivers/net/wan/farsync.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2037 | |
Akinobu Mita | c5408b8 | 2007-04-23 14:41:20 -0700 | [diff] [blame] | 2038 | FAULT INJECTION SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2039 | M: Akinobu Mita <akinobu.mita@gmail.com> |
Akinobu Mita | c5408b8 | 2007-04-23 14:41:20 -0700 | [diff] [blame] | 2040 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2041 | F: Documentation/fault-injection/ |
| 2042 | F: lib/fault-inject.c |
Akinobu Mita | c5408b8 | 2007-04-23 14:41:20 -0700 | [diff] [blame] | 2043 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2044 | FILE LOCKING (flock() and fcntl()/lockf()) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2045 | M: Matthew Wilcox <matthew@wil.cx> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2046 | L: linux-fsdevel@vger.kernel.org |
| 2047 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2048 | F: include/linux/fcntl.h |
| 2049 | F: include/linux/fs.h |
| 2050 | F: fs/fcntl.c |
| 2051 | F: fs/locks.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2052 | |
| 2053 | FILESYSTEMS (VFS and infrastructure) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2054 | M: Alexander Viro <viro@zeniv.linux.org.uk> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2055 | L: linux-fsdevel@vger.kernel.org |
| 2056 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2057 | F: fs/* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2058 | |
Riku Voipio | b26e0ed | 2009-03-03 21:37:17 +0200 | [diff] [blame] | 2059 | FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2060 | M: Riku Voipio <riku.vipio@iki.fi> |
Riku Voipio | b26e0ed | 2009-03-03 21:37:17 +0200 | [diff] [blame] | 2061 | L: lm-sensors@lm-sensors.org |
| 2062 | S: Maintained |
Joe Perches | d5ca691 | 2009-04-09 02:42:01 -0700 | [diff] [blame] | 2063 | F: drivers/hwmon/f75375s.c |
| 2064 | F: include/linux/f75375s.h |
Riku Voipio | b26e0ed | 2009-03-03 21:37:17 +0200 | [diff] [blame] | 2065 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2066 | FIREWIRE SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2067 | M: Kristian Hoegsberg <krh@redhat.com> |
| 2068 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2069 | L: linux1394-devel@lists.sourceforge.net |
| 2070 | W: http://www.linux1394.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2071 | 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] | 2072 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2073 | F: drivers/firewire/ |
| 2074 | F: include/linux/firewire*.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2075 | |
| 2076 | FIRMWARE LOADER (request_firmware) |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2077 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2078 | F: Documentation/firmware_class/ |
| 2079 | F: drivers/base/firmware*.c |
| 2080 | F: include/linux/firmware.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2081 | |
| 2082 | FPU EMULATOR |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2083 | M: Bill Metzenthen <billm@melbpc.org.au> |
Joe Perches | e769980 | 2009-04-07 21:12:18 -0700 | [diff] [blame] | 2084 | W: http://floatingpoint.sourceforge.net/emulator/index.html |
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: arch/x86/math-emu/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2087 | |
| 2088 | FRAME RELAY DLCI/FRAD (Sangoma drivers too) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2089 | M: Mike McLagan <mike.mclagan@linux.org> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2090 | L: netdev@vger.kernel.org |
| 2091 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2092 | F: drivers/net/wan/dlci.c |
| 2093 | F: drivers/net/wan/sdla.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2094 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2095 | FRAMEBUFFER LAYER |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 2096 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2097 | W: http://linux-fbdev.sourceforge.net/ |
Andrew Morton | 36025a8 | 2009-06-17 16:25:56 -0700 | [diff] [blame] | 2098 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2099 | F: Documentation/fb/ |
| 2100 | F: drivers/video/fb* |
| 2101 | F: include/linux/fb.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2102 | |
Zhang Wei | 173acc7 | 2008-03-01 07:42:48 -0700 | [diff] [blame] | 2103 | FREESCALE DMA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2104 | M: Li Yang <leoli@freescale.com> |
| 2105 | M: Zhang Wei <zw@zh-kernel.org> |
Li Yang | 0899d63 | 2009-05-22 16:39:59 +0800 | [diff] [blame] | 2106 | L: linuxppc-dev@ozlabs.org |
Zhang Wei | 173acc7 | 2008-03-01 07:42:48 -0700 | [diff] [blame] | 2107 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2108 | F: drivers/dma/fsldma.* |
Zhang Wei | 173acc7 | 2008-03-01 07:42:48 -0700 | [diff] [blame] | 2109 | |
Jochen Friedrich | 0d2b405 | 2008-07-14 22:38:28 +0200 | [diff] [blame] | 2110 | FREESCALE I2C CPM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2111 | M: Jochen Friedrich <jochen@scram.de> |
Jochen Friedrich | 0d2b405 | 2008-07-14 22:38:28 +0200 | [diff] [blame] | 2112 | L: linuxppc-dev@ozlabs.org |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 2113 | L: linux-i2c@vger.kernel.org |
Jochen Friedrich | 0d2b405 | 2008-07-14 22:38:28 +0200 | [diff] [blame] | 2114 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2115 | F: drivers/i2c/busses/i2c-cpm.c |
Jochen Friedrich | 0d2b405 | 2008-07-14 22:38:28 +0200 | [diff] [blame] | 2116 | |
Sascha Hauer | 60e8c5a | 2008-12-16 11:44:06 +0100 | [diff] [blame] | 2117 | FREESCALE IMX / MXC FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2118 | M: Sascha Hauer <kernel@pengutronix.de> |
Sascha Hauer | 60e8c5a | 2008-12-16 11:44:06 +0100 | [diff] [blame] | 2119 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 2120 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Sascha Hauer | 60e8c5a | 2008-12-16 11:44:06 +0100 | [diff] [blame] | 2121 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2122 | F: arch/arm/plat-mxc/include/mach/imxfb.h |
| 2123 | F: drivers/video/imxfb.c |
Sascha Hauer | 60e8c5a | 2008-12-16 11:44:06 +0100 | [diff] [blame] | 2124 | |
Pantelis Antoniou | 4689a6b | 2005-10-30 01:21:53 +0300 | [diff] [blame] | 2125 | FREESCALE SOC FS_ENET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2126 | M: Pantelis Antoniou <pantelis.antoniou@gmail.com> |
| 2127 | M: Vitaly Bordug <vbordug@ru.mvista.com> |
Mark A. Greer | 88de3ca | 2007-10-02 10:24:08 +1000 | [diff] [blame] | 2128 | L: linuxppc-dev@ozlabs.org |
Pantelis Antoniou | 4689a6b | 2005-10-30 01:21:53 +0300 | [diff] [blame] | 2129 | L: netdev@vger.kernel.org |
| 2130 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2131 | F: drivers/net/fs_enet/ |
| 2132 | F: include/linux/fs_enet_pd.h |
Pantelis Antoniou | 4689a6b | 2005-10-30 01:21:53 +0300 | [diff] [blame] | 2133 | |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2134 | FREESCALE QUICC ENGINE LIBRARY |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2135 | M: Timur Tabi <timur@freescale.com> |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2136 | L: linuxppc-dev@ozlabs.org |
| 2137 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2138 | F: arch/powerpc/sysdev/qe_lib/ |
| 2139 | F: arch/powerpc/include/asm/*qe.h |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2140 | |
Li Yang | 5429c73 | 2009-08-11 11:11:11 +0800 | [diff] [blame] | 2141 | FREESCALE USB PERIPHERIAL DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2142 | M: Li Yang <leoli@freescale.com> |
Greg Kroah-Hartman | 6372594 | 2007-11-21 15:16:59 -0700 | [diff] [blame] | 2143 | L: linux-usb@vger.kernel.org |
Mark A. Greer | 88de3ca | 2007-10-02 10:24:08 +1000 | [diff] [blame] | 2144 | L: linuxppc-dev@ozlabs.org |
Li Yang | a7205b3 | 2007-04-23 10:38:18 -0700 | [diff] [blame] | 2145 | S: Maintained |
Li Yang | 5429c73 | 2009-08-11 11:11:11 +0800 | [diff] [blame] | 2146 | F: drivers/usb/gadget/fsl* |
Li Yang | a7205b3 | 2007-04-23 10:38:18 -0700 | [diff] [blame] | 2147 | |
Li Yang | beaf53b | 2007-05-25 13:54:02 +0800 | [diff] [blame] | 2148 | FREESCALE QUICC ENGINE UCC ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2149 | M: Li Yang <leoli@freescale.com> |
Li Yang | beaf53b | 2007-05-25 13:54:02 +0800 | [diff] [blame] | 2150 | L: netdev@vger.kernel.org |
Mark A. Greer | 88de3ca | 2007-10-02 10:24:08 +1000 | [diff] [blame] | 2151 | L: linuxppc-dev@ozlabs.org |
Li Yang | beaf53b | 2007-05-25 13:54:02 +0800 | [diff] [blame] | 2152 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2153 | F: drivers/net/ucc_geth* |
Li Yang | beaf53b | 2007-05-25 13:54:02 +0800 | [diff] [blame] | 2154 | |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2155 | FREESCALE QUICC ENGINE UCC UART DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2156 | M: Timur Tabi <timur@freescale.com> |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2157 | L: linuxppc-dev@ozlabs.org |
| 2158 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2159 | F: drivers/serial/ucc_uart.c |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2160 | |
| 2161 | FREESCALE SOC SOUND DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2162 | M: Timur Tabi <timur@freescale.com> |
Joe Perches | 9371166 | 2009-06-16 15:34:07 -0700 | [diff] [blame] | 2163 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2164 | L: linuxppc-dev@ozlabs.org |
| 2165 | S: Supported |
Joe Perches | 69aefce | 2009-04-09 10:39:22 -0700 | [diff] [blame] | 2166 | F: sound/soc/fsl/fsl* |
| 2167 | F: sound/soc/fsl/mpc8610_hpcd.c |
Timur Tabi | d9e9d82 | 2008-04-24 08:45:26 +1000 | [diff] [blame] | 2168 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2169 | FREEVXFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2170 | M: Christoph Hellwig <hch@infradead.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2171 | W: ftp://ftp.openlinux.org/pub/people/hch/vxfs |
| 2172 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2173 | F: fs/freevxfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2174 | |
Pavel Machek | 71038f5 | 2009-01-15 13:51:02 -0800 | [diff] [blame] | 2175 | FREEZER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2176 | M: Pavel Machek <pavel@ucw.cz> |
| 2177 | M: "Rafael J. Wysocki" <rjw@sisk.pl> |
Pavel Machek | 71038f5 | 2009-01-15 13:51:02 -0800 | [diff] [blame] | 2178 | L: linux-pm@lists.linux-foundation.org |
| 2179 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2180 | F: Documentation/power/freezing-of-tasks.txt |
| 2181 | F: include/linux/freezer.h |
| 2182 | F: kernel/freezer.c |
Pavel Machek | 71038f5 | 2009-01-15 13:51:02 -0800 | [diff] [blame] | 2183 | |
David Howells | a5432f5 | 2009-04-20 15:46:45 +0100 | [diff] [blame] | 2184 | FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2185 | M: David Howells <dhowells@redhat.com> |
David Howells | a5432f5 | 2009-04-20 15:46:45 +0100 | [diff] [blame] | 2186 | L: linux-cachefs@redhat.com |
| 2187 | S: Supported |
| 2188 | F: Documentation/filesystems/caching/ |
| 2189 | F: fs/fscache/ |
| 2190 | F: include/linux/fscache*.h |
| 2191 | |
Ingo Molnar | 983f216 | 2009-09-15 12:29:20 +0200 | [diff] [blame] | 2192 | TRACING |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2193 | M: Steven Rostedt <rostedt@goodmis.org> |
Ingo Molnar | 983f216 | 2009-09-15 12:29:20 +0200 | [diff] [blame] | 2194 | M: Frederic Weisbecker <fweisbec@gmail.com> |
| 2195 | M: Ingo Molnar <mingo@redhat.com> |
| 2196 | 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] | 2197 | S: Maintained |
Joe Perches | a65fd8e | 2009-06-18 16:49:23 -0700 | [diff] [blame] | 2198 | F: Documentation/trace/ftrace.txt |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2199 | F: arch/*/*/*/ftrace.h |
| 2200 | F: arch/*/kernel/ftrace.c |
Ingo Molnar | 983f216 | 2009-09-15 12:29:20 +0200 | [diff] [blame] | 2201 | F: include/*/ftrace.h include/trace/ include/linux/trace*.h |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2202 | F: kernel/trace/ |
Steven Rostedt | de3b69d | 2008-07-15 13:28:14 -0400 | [diff] [blame] | 2203 | |
David Howells | 5ab7ffe | 2007-04-10 15:10:45 +0100 | [diff] [blame] | 2204 | FUJITSU FR-V (FRV) PORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2205 | M: David Howells <dhowells@redhat.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2206 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2207 | F: arch/frv/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2208 | |
Jonathan Woithe | 20b9373 | 2008-06-11 10:14:56 +0930 | [diff] [blame] | 2209 | FUJITSU LAPTOP EXTRAS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2210 | M: Jonathan Woithe <jwoithe@physics.adelaide.edu.au> |
Jonathan Woithe | 20b9373 | 2008-06-11 10:14:56 +0930 | [diff] [blame] | 2211 | L: linux-acpi@vger.kernel.org |
| 2212 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2213 | F: drivers/platform/x86/fujitsu-laptop.c |
Jonathan Woithe | 20b9373 | 2008-06-11 10:14:56 +0930 | [diff] [blame] | 2214 | |
Miklos Szeredi | 04578f1 | 2005-09-09 13:10:22 -0700 | [diff] [blame] | 2215 | FUSE: FILESYSTEM IN USERSPACE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2216 | M: Miklos Szeredi <miklos@szeredi.hu> |
Miklos Szeredi | 04578f1 | 2005-09-09 13:10:22 -0700 | [diff] [blame] | 2217 | L: fuse-devel@lists.sourceforge.net |
| 2218 | W: http://fuse.sourceforge.net/ |
| 2219 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2220 | F: fs/fuse/ |
| 2221 | F: include/linux/fuse.h |
Miklos Szeredi | 04578f1 | 2005-09-09 13:10:22 -0700 | [diff] [blame] | 2222 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2223 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2224 | M: Rik Faith <faith@cs.unc.edu> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2225 | L: linux-scsi@vger.kernel.org |
Jean Delvare | baaea1d | 2008-09-20 12:34:33 +0200 | [diff] [blame] | 2226 | S: Odd Fixes (e.g., new signatures) |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2227 | F: drivers/scsi/fdomain.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2228 | |
| 2229 | GDT SCSI DISK ARRAY CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2230 | M: Achim Leubner <achim_leubner@adaptec.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2231 | L: linux-scsi@vger.kernel.org |
| 2232 | W: http://www.icp-vortex.com/ |
| 2233 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2234 | F: drivers/scsi/gdt* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2235 | |
Haavard Skinnemoen | 1c23af9 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 2236 | GENERIC GPIO I2C DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2237 | M: Haavard Skinnemoen <hskinnemoen@atmel.com> |
Haavard Skinnemoen | 1c23af9 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 2238 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2239 | F: drivers/i2c/busses/i2c-gpio.c |
| 2240 | F: include/linux/i2c-gpio.h |
Haavard Skinnemoen | 1c23af9 | 2007-05-01 23:26:34 +0200 | [diff] [blame] | 2241 | |
Krzysztof Hałasa | 9251ce9 | 2008-12-21 23:52:36 +0100 | [diff] [blame] | 2242 | GENERIC HDLC (WAN) DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2243 | M: Krzysztof Halasa <khc@pm.waw.pl> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2244 | W: http://www.kernel.org/pub/linux/utils/net/hdlc/ |
| 2245 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2246 | F: drivers/net/wan/c101.c |
| 2247 | F: drivers/net/wan/hd6457* |
| 2248 | F: drivers/net/wan/hdlc* |
| 2249 | F: drivers/net/wan/n2.c |
| 2250 | F: drivers/net/wan/pc300too.c |
| 2251 | F: drivers/net/wan/pci200syn.c |
| 2252 | F: drivers/net/wan/wanxl* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2253 | |
Arnd Bergmann | 1527aab | 2009-06-14 22:46:16 +0200 | [diff] [blame] | 2254 | GENERIC INCLUDE/ASM HEADER FILES |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2255 | M: Arnd Bergmann <arnd@arndb.de> |
Arnd Bergmann | 1527aab | 2009-06-14 22:46:16 +0200 | [diff] [blame] | 2256 | L: linux-arch@vger.kernel.org |
| 2257 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git |
| 2258 | S: Maintained |
| 2259 | F: include/asm-generic |
| 2260 | |
Michael S. Tsirkin | ccb86a6 | 2009-07-20 10:29:34 +0300 | [diff] [blame] | 2261 | GENERIC UIO DRIVER FOR PCI DEVICES |
| 2262 | M: Michael S. Tsirkin <mst@redhat.com> |
| 2263 | L: kvm@vger.kernel.org |
| 2264 | L: linux-kernel@vger.kernel.org |
| 2265 | S: Supported |
| 2266 | F: drivers/uio/uio_pci_generic.c |
| 2267 | |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 2268 | GFS2 FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2269 | M: Steven Whitehouse <swhiteho@redhat.com> |
David Teigland | a464418 | 2006-06-22 15:29:57 -0400 | [diff] [blame] | 2270 | L: cluster-devel@redhat.com |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 2271 | W: http://sources.redhat.com/cluster/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2272 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git |
| 2273 | 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] | 2274 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2275 | F: Documentation/filesystems/gfs2*.txt |
| 2276 | F: fs/gfs2/ |
| 2277 | F: include/linux/gfs2_ondisk.h |
Steven Whitehouse | 5be7b50 | 2006-04-28 11:27:32 -0400 | [diff] [blame] | 2278 | |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 2279 | GIGASET ISDN DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2280 | M: Hansjoerg Lipp <hjlipp@web.de> |
| 2281 | M: Tilman Schmidt <tilman@imap.cc> |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 2282 | L: gigaset307x-common@lists.sourceforge.net |
| 2283 | W: http://gigaset307x.sourceforge.net/ |
| 2284 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2285 | F: Documentation/isdn/README.gigaset |
| 2286 | F: drivers/isdn/gigaset/ |
| 2287 | F: include/linux/gigaset_dev.h |
Hansjoerg Lipp | 0a34eb8 | 2006-03-26 01:38:28 -0800 | [diff] [blame] | 2288 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2289 | HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2290 | M: Frank Seidel <frank@f-seidel.de> |
Frank Seidel | 211e3e0 | 2009-02-17 19:59:54 +0100 | [diff] [blame] | 2291 | L: lm-sensors@lm-sensors.org |
| 2292 | W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2293 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2294 | F: drivers/hwmon/hdaps.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2295 | |
Michael Ellerman | c90bfeb | 2009-04-02 16:56:43 -0700 | [diff] [blame] | 2296 | HYPERVISOR VIRTUAL CONSOLE DRIVER |
| 2297 | L: linuxppc-dev@ozlabs.org |
Michael Ellerman | c90bfeb | 2009-04-02 16:56:43 -0700 | [diff] [blame] | 2298 | S: Odd Fixes |
| 2299 | F: drivers/char/hvc_* |
| 2300 | |
Jean-Francois Moine | e8deeae | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2301 | GSPCA FINEPIX SUBDRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2302 | M: Frank Zago <frank@zago.net> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 2303 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2304 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Jean-Francois Moine | e8deeae | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2305 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2306 | F: drivers/media/video/gspca/finepix.c |
Jean-Francois Moine | e8deeae | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2307 | |
| 2308 | GSPCA M5602 SUBDRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2309 | M: Erik Andren <erik.andren@gmail.com> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 2310 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2311 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Jean-Francois Moine | e8deeae | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2312 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2313 | F: drivers/media/video/gspca/m5602/ |
Jean-Francois Moine | e8deeae | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2314 | |
| 2315 | GSPCA PAC207 SONIXB SUBDRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2316 | M: Hans de Goede <hdegoede@redhat.com> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 2317 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2318 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Jean-Francois Moine | e8deeae | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2319 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2320 | F: drivers/media/video/gspca/pac207.c |
Jean-Francois Moine | e8deeae | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2321 | |
Brian Johnson | 261982f | 2009-07-19 15:58:56 -0300 | [diff] [blame] | 2322 | GSPCA SN9C20X SUBDRIVER |
Joe Perches | d95c5b0 | 2009-08-16 20:03:51 -0300 | [diff] [blame] | 2323 | M: Brian Johnson <brijohn@gmail.com> |
Brian Johnson | 261982f | 2009-07-19 15:58:56 -0300 | [diff] [blame] | 2324 | L: linux-media@vger.kernel.org |
| 2325 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
| 2326 | S: Maintained |
| 2327 | F: drivers/media/video/gspca/sn9c20x.c |
| 2328 | |
Jean-Francois Moine | e8deeae | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2329 | GSPCA T613 SUBDRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2330 | M: Leandro Costantino <lcostantino@gmail.com> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 2331 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2332 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Jean-Francois Moine | e8deeae | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2333 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2334 | F: drivers/media/video/gspca/t613.c |
Jean-Francois Moine | e8deeae | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2335 | |
| 2336 | GSPCA USB WEBCAM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2337 | M: Jean-Francois Moine <moinejf@free.fr> |
Jean-Francois Moine | e8deeae | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2338 | W: http://moinejf.free.fr |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 2339 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2340 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
Jean-Francois Moine | e8deeae | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2341 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2342 | F: drivers/media/video/gspca/ |
Jean-Francois Moine | e8deeae | 2008-10-22 10:57:37 -0300 | [diff] [blame] | 2343 | |
Jean Delvare | 5b54396 | 2005-08-15 19:51:02 +0200 | [diff] [blame] | 2344 | HARDWARE MONITORING |
Jean Delvare | 5b54396 | 2005-08-15 19:51:02 +0200 | [diff] [blame] | 2345 | L: lm-sensors@lm-sensors.org |
Jean Delvare | 595142e | 2006-12-06 20:39:36 -0800 | [diff] [blame] | 2346 | W: http://www.lm-sensors.org/ |
Jean Delvare | baaea1d | 2008-09-20 12:34:33 +0200 | [diff] [blame] | 2347 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2348 | F: drivers/hwmon/ |
Jean Delvare | 5b54396 | 2005-08-15 19:51:02 +0200 | [diff] [blame] | 2349 | |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 2350 | HARDWARE RANDOM NUMBER GENERATOR CORE |
Joe Perches | c0d0787 | 2009-09-23 15:57:17 -0700 | [diff] [blame] | 2351 | M: Matt Mackall <mpm@selenic.com> |
| 2352 | M: Herbert Xu <herbert@gondor.apana.org.au> |
| 2353 | S: Odd fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2354 | F: Documentation/hw_random.txt |
| 2355 | F: drivers/char/hw_random/ |
| 2356 | F: include/linux/hw_random.h |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 2357 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2358 | HARMONY SOUND DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2359 | M: Kyle McMartin <kyle@mcmartin.ca> |
Kyle McMartin | ac6aecb | 2007-12-03 22:04:34 +0000 | [diff] [blame] | 2360 | L: linux-parisc@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2361 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2362 | F: sound/parisc/harmony.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2363 | |
| 2364 | HAYES ESP SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2365 | M: "Andrew J. Robinson" <arobinso@nyx.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2366 | W: http://www.nyx.net/~arobinso |
| 2367 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2368 | F: Documentation/serial/hayes-esp.txt |
| 2369 | F: drivers/char/esp.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2370 | |
| 2371 | HEWLETT-PACKARD SMART2 RAID DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2372 | M: Chirag Kantharia <chirag.kantharia@hp.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2373 | L: iss_storagedev@hp.com |
| 2374 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2375 | F: Documentation/blockdev/cpqarray.txt |
| 2376 | F: drivers/block/cpqarray.* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2377 | |
| 2378 | HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2379 | M: Mike Miller <mike.miller@hp.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2380 | L: iss_storagedev@hp.com |
| 2381 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2382 | F: Documentation/blockdev/cciss.txt |
| 2383 | F: drivers/block/cciss* |
| 2384 | F: include/linux/cciss_ioctl.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2385 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2386 | HFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2387 | M: Roman Zippel <zippel@linux-m68k.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2388 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2389 | F: Documentation/filesystems/hfs.txt |
| 2390 | F: fs/hfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2391 | |
| 2392 | HGA FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2393 | M: Ferenc Bakonyi <fero@drama.obuda.kando.hu> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2394 | L: linux-nvidia@lists.surfsouth.com |
| 2395 | W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml |
| 2396 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2397 | F: drivers/video/hgafb.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2398 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 2399 | HIBERNATION (aka Software Suspend, aka swsusp) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2400 | M: Pavel Machek <pavel@ucw.cz> |
| 2401 | M: "Rafael J. Wysocki" <rjw@sisk.pl> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2402 | L: linux-pm@lists.linux-foundation.org |
| 2403 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2404 | F: arch/x86/power/ |
| 2405 | F: drivers/base/power/ |
| 2406 | F: kernel/power/ |
| 2407 | F: include/linux/suspend.h |
| 2408 | F: include/linux/freezer.h |
| 2409 | F: include/linux/pm.h |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2410 | F: arch/*/include/asm/suspend*.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2411 | |
Jiri Kosina | 4ef4caa | 2006-12-14 12:03:30 +0100 | [diff] [blame] | 2412 | HID CORE LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2413 | M: Jiri Kosina <jkosina@suse.cz> |
Dmitry Torokhov | eb76c5c | 2007-11-02 09:07:33 -0400 | [diff] [blame] | 2414 | L: linux-input@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2415 | 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] | 2416 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2417 | F: drivers/hid/ |
| 2418 | F: include/linux/hid* |
Jiri Kosina | 4ef4caa | 2006-12-14 12:03:30 +0100 | [diff] [blame] | 2419 | |
Ingo Molnar | 38bed54 | 2007-02-22 09:09:34 +0100 | [diff] [blame] | 2420 | HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2421 | M: Thomas Gleixner <tglx@linutronix.de> |
Ingo Molnar | 38bed54 | 2007-02-22 09:09:34 +0100 | [diff] [blame] | 2422 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2423 | F: Documentation/timers/ |
| 2424 | F: kernel/hrtimer.c |
| 2425 | F: include/linux/hrtimer.h |
Ingo Molnar | 38bed54 | 2007-02-22 09:09:34 +0100 | [diff] [blame] | 2426 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2427 | HIGH-SPEED SCC DRIVER FOR AX.25 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2428 | M: Klaus Kudielka <klaus.kudielka@ieee.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2429 | L: linux-hams@vger.kernel.org |
| 2430 | W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ |
| 2431 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2432 | F: drivers/net/hamradio/dmascc.c |
| 2433 | F: drivers/net/hamradio/scc.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2434 | |
HighPoint Linux Team | ede1e6f | 2006-05-16 14:38:09 +0800 | [diff] [blame] | 2435 | HIGHPOINT ROCKETRAID 3xxx RAID DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2436 | M: HighPoint Linux Team <linux@highpoint-tech.com> |
HighPoint Linux Team | ede1e6f | 2006-05-16 14:38:09 +0800 | [diff] [blame] | 2437 | W: http://www.highpoint-tech.com |
| 2438 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2439 | F: Documentation/scsi/hptiop.txt |
| 2440 | F: drivers/scsi/hptiop.c |
HighPoint Linux Team | ede1e6f | 2006-05-16 14:38:09 +0800 | [diff] [blame] | 2441 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2442 | HIPPI |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2443 | M: Jes Sorensen <jes@trained-monkey.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2444 | L: linux-hippi@sunsite.dk |
| 2445 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2446 | F: include/linux/hippidevice.h |
| 2447 | F: include/linux/if_hippi.h |
| 2448 | F: net/802/hippi.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2449 | |
Jouni Malinen | ff1d276 | 2005-05-12 22:54:16 -0400 | [diff] [blame] | 2450 | HOST AP DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2451 | M: Jouni Malinen <j@w1.fi> |
Jouni Malinen | 85d32e7 | 2007-03-24 17:15:30 -0700 | [diff] [blame] | 2452 | L: hostap@shmoo.com (subscribers-only) |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 2453 | L: linux-wireless@vger.kernel.org |
Jouni Malinen | ff1d276 | 2005-05-12 22:54:16 -0400 | [diff] [blame] | 2454 | W: http://hostap.epitest.fi/ |
| 2455 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2456 | F: drivers/net/wireless/hostap/ |
Jouni Malinen | ff1d276 | 2005-05-12 22:54:16 -0400 | [diff] [blame] | 2457 | |
Carlos Corbacho | dd8cd77 | 2008-02-05 02:17:15 +0000 | [diff] [blame] | 2458 | HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2459 | M: Carlos Corbacho <carlos@strangeworlds.co.uk> |
Carlos Corbacho | dd8cd77 | 2008-02-05 02:17:15 +0000 | [diff] [blame] | 2460 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2461 | F: drivers/platform/x86/tc1100-wmi.c |
Carlos Corbacho | dd8cd77 | 2008-02-05 02:17:15 +0000 | [diff] [blame] | 2462 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2463 | 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] | 2464 | M: Jaroslav Kysela <perex@perex.cz> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2465 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2466 | F: drivers/net/hp100.* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2467 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2468 | HPET: High Precision Event Timers driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2469 | M: Clemens Ladisch <clemens@ladisch.de> |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2470 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2471 | F: Documentation/timers/hpet.txt |
| 2472 | F: drivers/char/hpet.c |
| 2473 | F: include/linux/hpet.h |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2474 | |
| 2475 | HPET: i386 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2476 | M: "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com> |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2477 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2478 | F: arch/x86/kernel/hpet.c |
| 2479 | F: arch/x86/include/asm/hpet.h |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2480 | |
| 2481 | HPET: x86_64 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2482 | M: Vojtech Pavlik <vojtech@suse.cz> |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2483 | S: Maintained |
| 2484 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2485 | HPET: ACPI |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2486 | M: Bob Picco <bob.picco@hp.com> |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2487 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2488 | F: drivers/char/hpet.c |
Bob Picco | b9b0332 | 2005-11-07 00:59:19 -0800 | [diff] [blame] | 2489 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2490 | HPFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2491 | M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2492 | W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi |
| 2493 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2494 | F: fs/hpfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2495 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2496 | HSO 3G MODEM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2497 | M: Jan Dumon <j.dumon@option.com> |
Denis Joseph Barrow | 11cd29b | 2009-01-02 13:50:36 +0000 | [diff] [blame] | 2498 | W: http://www.pharscape.org |
| 2499 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2500 | F: drivers/net/usb/hso.c |
Denis Joseph Barrow | 11cd29b | 2009-01-02 13:50:36 +0000 | [diff] [blame] | 2501 | |
Pau Oliva Fora | 5a18c34 | 2008-06-02 00:38:35 -0400 | [diff] [blame] | 2502 | HTCPEN TOUCHSCREEN DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2503 | M: Pau Oliva Fora <pof@eslack.org> |
Pau Oliva Fora | 5a18c34 | 2008-06-02 00:38:35 -0400 | [diff] [blame] | 2504 | L: linux-input@vger.kernel.org |
| 2505 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2506 | F: drivers/input/touchscreen/htcpen.c |
Pau Oliva Fora | 5a18c34 | 2008-06-02 00:38:35 -0400 | [diff] [blame] | 2507 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2508 | HUGETLB FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2509 | M: William Irwin <wli@holomorphy.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2510 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2511 | F: fs/hugetlbfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2512 | |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 2513 | I2C/SMBUS STUB DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2514 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 2515 | L: linux-i2c@vger.kernel.org |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 2516 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2517 | F: drivers/i2c/busses/i2c-stub.c |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 2518 | |
Jean Delvare | 5b54396 | 2005-08-15 19:51:02 +0200 | [diff] [blame] | 2519 | I2C SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2520 | M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org> |
| 2521 | M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 2522 | L: linux-i2c@vger.kernel.org |
Jean Delvare | a01064a | 2009-01-26 21:19:53 +0100 | [diff] [blame] | 2523 | W: http://i2c.wiki.kernel.org/ |
| 2524 | 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] | 2525 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2526 | F: Documentation/i2c/ |
| 2527 | F: drivers/i2c/ |
| 2528 | F: include/linux/i2c.h |
| 2529 | F: include/linux/i2c-dev.h |
| 2530 | F: include/linux/i2c-id.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2531 | |
Till Harbaum | e8c76ee | 2007-05-01 23:26:35 +0200 | [diff] [blame] | 2532 | I2C-TINY-USB DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2533 | M: Till Harbaum <till@harbaum.org> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 2534 | L: linux-i2c@vger.kernel.org |
Joe Perches | 932d187 | 2009-04-07 21:10:58 -0700 | [diff] [blame] | 2535 | W: http://www.harbaum.org/till/i2c_tiny_usb |
Till Harbaum | e8c76ee | 2007-05-01 23:26:35 +0200 | [diff] [blame] | 2536 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2537 | F: drivers/i2c/busses/i2c-tiny-usb.c |
Till Harbaum | e8c76ee | 2007-05-01 23:26:35 +0200 | [diff] [blame] | 2538 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2539 | i386 BOOT CODE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2540 | M: "H. Peter Anvin" <hpa@zytor.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2541 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2542 | F: arch/x86/boot/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2543 | |
| 2544 | i386 SETUP CODE / CPU ERRATA WORKAROUNDS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2545 | M: "H. Peter Anvin" <hpa@zytor.com> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2546 | 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] | 2547 | S: Maintained |
| 2548 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2549 | IA64 (Itanium) PLATFORM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2550 | M: Tony Luck <tony.luck@intel.com> |
| 2551 | M: Fenghua Yu <fenghua.yu@intel.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2552 | L: linux-ia64@vger.kernel.org |
| 2553 | W: http://www.ia64-linux.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2554 | 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] | 2555 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2556 | F: arch/ia64/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2557 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2558 | IBM MCA SCSI SUBSYSTEM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2559 | M: Michael Lang <langa2@kph.uni-mainz.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2560 | W: http://www.uni-mainz.de/~langm000/linux.html |
| 2561 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2562 | F: drivers/scsi/ibmmca.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2563 | |
| 2564 | IBM Power Linux RAID adapter |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2565 | M: Brian King <brking@us.ibm.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2566 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2567 | F: drivers/scsi/ipr.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2568 | |
| 2569 | IBM ServeRAID RAID DRIVER |
| 2570 | P: Jack Hammer |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2571 | M: Dave Jeffery <ipslinux@adaptec.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2572 | W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 2573 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2574 | F: drivers/scsi/ips.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2575 | |
Bartlomiej Zolnierkiewicz | 1e7106f | 2007-01-27 13:46:14 +0100 | [diff] [blame] | 2576 | IDE SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2577 | M: "David S. Miller" <davem@davemloft.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2578 | L: linux-ide@vger.kernel.org |
David S. Miller | 920d44e | 2009-06-21 16:11:33 -0700 | [diff] [blame] | 2579 | 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] | 2580 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2581 | F: Documentation/ide/ |
| 2582 | F: drivers/ide/ |
| 2583 | F: include/linux/ide.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2584 | |
Bartlomiej Zolnierkiewicz | 0f861e8 | 2009-03-31 20:15:31 +0200 | [diff] [blame] | 2585 | IDE/ATAPI DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2586 | M: Borislav Petkov <petkovbb@gmail.com> |
Jens Axboe | 9c5b0ce | 2007-01-03 18:15:20 +0100 | [diff] [blame] | 2587 | L: linux-ide@vger.kernel.org |
Borislav Petkov | c404c19 | 2007-12-24 15:23:44 +0100 | [diff] [blame] | 2588 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2589 | F: Documentation/cdrom/ide-cd |
| 2590 | F: drivers/ide/ide-cd* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2591 | |
Andy Henroid | 27471fd | 2008-10-09 11:45:22 -0700 | [diff] [blame] | 2592 | IDLE-I7300 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2593 | M: Andy Henroid <andrew.d.henroid@intel.com> |
Andy Henroid | 27471fd | 2008-10-09 11:45:22 -0700 | [diff] [blame] | 2594 | L: linux-pm@lists.linux-foundation.org |
| 2595 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2596 | F: drivers/idle/i7300_idle.c |
Andy Henroid | 27471fd | 2008-10-09 11:45:22 -0700 | [diff] [blame] | 2597 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2598 | IEEE 1394 SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2599 | M: Ben Collins <ben.collins@ubuntu.com> |
| 2600 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2601 | L: linux1394-devel@lists.sourceforge.net |
| 2602 | W: http://www.linux1394.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2603 | 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] | 2604 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2605 | F: drivers/ieee1394/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2606 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2607 | IEEE 1394 RAW I/O DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2608 | M: Dan Dennedy <dan@dennedy.org> |
| 2609 | M: Stefan Richter <stefanr@s5r6.in-berlin.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2610 | L: linux1394-devel@lists.sourceforge.net |
Jody McIntyre | 105d7b3 | 2005-09-30 11:59:04 -0700 | [diff] [blame] | 2611 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2612 | F: drivers/ieee1394/raw1394* |
Jody McIntyre | 105d7b3 | 2005-09-30 11:59:04 -0700 | [diff] [blame] | 2613 | |
Sergey Lapin | 02cf228 | 2009-06-08 12:18:50 +0000 | [diff] [blame] | 2614 | IEEE 802.15.4 SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2615 | M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> |
| 2616 | M: Sergey Lapin <slapin@ossfans.org> |
Dmitry Eremin-Solenikov | e0af606 | 2009-06-18 13:05:49 +0400 | [diff] [blame] | 2617 | L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers) |
Sergey Lapin | 02cf228 | 2009-06-08 12:18:50 +0000 | [diff] [blame] | 2618 | W: http://apps.sourceforge.net/trac/linux-zigbee |
Dmitry Baryshkov | a060330 | 2009-06-18 04:16:47 +0000 | [diff] [blame] | 2619 | 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] | 2620 | S: Maintained |
| 2621 | F: net/ieee802154/ |
Joe Perches | a26c446 | 2009-06-18 16:49:24 -0700 | [diff] [blame] | 2622 | F: drivers/ieee802154/ |
Sergey Lapin | 02cf228 | 2009-06-08 12:18:50 +0000 | [diff] [blame] | 2623 | |
Mimi Zohar | aa7168f | 2009-02-04 09:07:03 -0500 | [diff] [blame] | 2624 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2625 | M: Mimi Zohar <zohar@us.ibm.com> |
Mimi Zohar | aa7168f | 2009-02-04 09:07:03 -0500 | [diff] [blame] | 2626 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2627 | F: security/integrity/ima/ |
Mimi Zohar | aa7168f | 2009-02-04 09:07:03 -0500 | [diff] [blame] | 2628 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2629 | IMS TWINTURBO FRAMEBUFFER DRIVER |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 2630 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Paul Mundt | 843393d | 2007-11-19 13:11:04 +0900 | [diff] [blame] | 2631 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2632 | F: drivers/video/imsttfb.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2633 | |
| 2634 | INFINIBAND SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2635 | M: Roland Dreier <rolandd@cisco.com> |
| 2636 | M: Sean Hefty <sean.hefty@intel.com> |
| 2637 | M: Hal Rosenstock <hal.rosenstock@gmail.com> |
Roland Dreier | e6cc0fd | 2009-09-07 21:54:38 -0700 | [diff] [blame] | 2638 | L: linux-rdma@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2639 | W: http://www.openib.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2640 | 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] | 2641 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2642 | F: Documentation/infiniband/ |
| 2643 | F: drivers/infiniband/ |
| 2644 | F: include/linux/if_infiniband.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2645 | |
Robert Love | c9f04f5 | 2005-07-15 12:21:07 -0400 | [diff] [blame] | 2646 | INOTIFY |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2647 | M: John McCutchan <john@johnmccutchan.com> |
| 2648 | M: Robert Love <rlove@rlove.org> |
| 2649 | M: Eric Paris <eparis@parisplace.org> |
Robert Love | c9f04f5 | 2005-07-15 12:21:07 -0400 | [diff] [blame] | 2650 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2651 | F: Documentation/filesystems/inotify.txt |
| 2652 | F: fs/notify/inotify/ |
| 2653 | F: include/linux/inotify.h |
Robert Love | c9f04f5 | 2005-07-15 12:21:07 -0400 | [diff] [blame] | 2654 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2655 | INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2656 | M: Dmitry Torokhov <dmitry.torokhov@gmail.com> |
| 2657 | M: Dmitry Torokhov <dtor@mail.ru> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2658 | L: linux-input@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2659 | 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] | 2660 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2661 | F: drivers/input/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2662 | |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 2663 | INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2664 | M: Sylvain Meyer <sylvain.meyer@worldonline.fr> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 2665 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 2666 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2667 | F: Documentation/fb/intelfb.txt |
| 2668 | F: drivers/video/intelfb/ |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 2669 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2670 | INTEL 810/815 FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2671 | M: Antonino Daplas <adaplas@gmail.com> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 2672 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 2673 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2674 | F: drivers/video/i810/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2675 | |
Thomas, Sujith | f4a9bc4 | 2008-11-05 16:15:31 +0530 | [diff] [blame] | 2676 | INTEL MENLOW THERMAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2677 | M: Sujith Thomas <sujith.thomas@intel.com> |
Thomas, Sujith | f4a9bc4 | 2008-11-05 16:15:31 +0530 | [diff] [blame] | 2678 | L: linux-acpi@vger.kernel.org |
| 2679 | W: http://www.lesswatts.org/projects/acpi/ |
| 2680 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2681 | F: drivers/platform/x86/intel_menlow.c |
Thomas, Sujith | f4a9bc4 | 2008-11-05 16:15:31 +0530 | [diff] [blame] | 2682 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2683 | INTEL IA32 MICROCODE UPDATE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2684 | M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2685 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2686 | F: arch/x86/kernel/microcode_core.c |
| 2687 | F: arch/x86/kernel/microcode_intel.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2688 | |
Nelson, Shannon | 248a9dc | 2007-07-15 23:37:20 -0700 | [diff] [blame] | 2689 | INTEL I/OAT DMA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2690 | M: Maciej Sosnowski <maciej.sosnowski@intel.com> |
Nelson, Shannon | 248a9dc | 2007-07-15 23:37:20 -0700 | [diff] [blame] | 2691 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2692 | F: drivers/dma/ioat* |
Nelson, Shannon | 248a9dc | 2007-07-15 23:37:20 -0700 | [diff] [blame] | 2693 | |
David Woodhouse | 6c8909b | 2008-10-18 16:12:17 +0100 | [diff] [blame] | 2694 | INTEL IOMMU (VT-d) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2695 | M: David Woodhouse <dwmw2@infradead.org> |
David Woodhouse | 6c8909b | 2008-10-18 16:12:17 +0100 | [diff] [blame] | 2696 | L: iommu@lists.linux-foundation.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2697 | T: git git://git.infradead.org/iommu-2.6.git |
David Woodhouse | 6c8909b | 2008-10-18 16:12:17 +0100 | [diff] [blame] | 2698 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2699 | F: drivers/pci/intel-iommu.c |
| 2700 | F: include/linux/intel-iommu.h |
David Woodhouse | 6c8909b | 2008-10-18 16:12:17 +0100 | [diff] [blame] | 2701 | |
Dan Williams | b3e5f26 | 2007-08-07 10:26:35 -0700 | [diff] [blame] | 2702 | INTEL IOP-ADMA DMA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2703 | M: Dan Williams <dan.j.williams@intel.com> |
Dan Williams | f00f510 | 2009-08-18 15:21:50 -0700 | [diff] [blame] | 2704 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2705 | F: drivers/dma/iop-adma.c |
Dan Williams | b3e5f26 | 2007-08-07 10:26:35 -0700 | [diff] [blame] | 2706 | |
Krzysztof Hałasa | 9251ce9 | 2008-12-21 23:52:36 +0100 | [diff] [blame] | 2707 | INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2708 | M: Krzysztof Halasa <khc@pm.waw.pl> |
Krzysztof Hałasa | 9251ce9 | 2008-12-21 23:52:36 +0100 | [diff] [blame] | 2709 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2710 | F: arch/arm/mach-ixp4xx/include/mach/qmgr.h |
| 2711 | F: arch/arm/mach-ixp4xx/include/mach/npe.h |
| 2712 | F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c |
| 2713 | F: arch/arm/mach-ixp4xx/ixp4xx_npe.c |
| 2714 | F: drivers/net/arm/ixp4xx_eth.c |
| 2715 | F: drivers/net/wan/ixp4xx_hss.c |
Krzysztof Hałasa | 9251ce9 | 2008-12-21 23:52:36 +0100 | [diff] [blame] | 2716 | |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 2717 | INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2718 | M: Deepak Saxena <dsaxena@plexity.net> |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 2719 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2720 | F: drivers/char/hw_random/ixp4xx-rng.c |
Michael Buesch | 844dd05 | 2006-06-26 00:24:59 -0700 | [diff] [blame] | 2721 | |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 2722 | INTEL IXP2000 ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2723 | M: Lennert Buytenhek <kernel@wantstofly.org> |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 2724 | L: netdev@vger.kernel.org |
| 2725 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2726 | F: drivers/net/ixp2000/ |
Lennert Buytenhek | 2b7a52a | 2006-12-29 16:49:30 -0800 | [diff] [blame] | 2727 | |
Auke Kok | d94e6fe | 2008-03-03 14:37:47 -0800 | [diff] [blame] | 2728 | INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2729 | M: Jeff Kirsher <jeffrey.t.kirsher@intel.com> |
| 2730 | M: Jesse Brandeburg <jesse.brandeburg@intel.com> |
| 2731 | M: Bruce Allan <bruce.w.allan@intel.com> |
| 2732 | M: PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> |
| 2733 | M: John Ronciak <john.ronciak@intel.com> |
Auke Kok | dcd01fa | 2007-03-06 08:58:06 -0800 | [diff] [blame] | 2734 | L: e1000-devel@lists.sourceforge.net |
Auke Kok | d94e6fe | 2008-03-03 14:37:47 -0800 | [diff] [blame] | 2735 | W: http://e1000.sourceforge.net/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2736 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2737 | F: drivers/net/e100.c |
| 2738 | F: drivers/net/e1000/ |
| 2739 | F: drivers/net/e1000e/ |
| 2740 | F: drivers/net/igb/ |
| 2741 | F: drivers/net/ixgb/ |
| 2742 | F: drivers/net/ixgbe/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2743 | |
James Ketrenos | 826d2ab | 2005-11-07 18:56:59 -0600 | [diff] [blame] | 2744 | INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2745 | M: Zhu Yi <yi.zhu@intel.com> |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2746 | M: Reinette Chatre <reinette.chatre@intel.com> |
Reinette Chatre | a0bf797 | 2009-08-21 14:03:51 -0700 | [diff] [blame] | 2747 | M: Intel Linux Wireless <ilw@linux.intel.com> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 2748 | L: linux-wireless@vger.kernel.org |
James Ketrenos | 826d2ab | 2005-11-07 18:56:59 -0600 | [diff] [blame] | 2749 | W: http://ipw2100.sourceforge.net |
Reinette Chatre | a0bf797 | 2009-08-21 14:03:51 -0700 | [diff] [blame] | 2750 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2751 | F: Documentation/networking/README.ipw2100 |
| 2752 | F: drivers/net/wireless/ipw2x00/ipw2100.* |
James Ketrenos | 826d2ab | 2005-11-07 18:56:59 -0600 | [diff] [blame] | 2753 | |
| 2754 | INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2755 | M: Zhu Yi <yi.zhu@intel.com> |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2756 | M: Reinette Chatre <reinette.chatre@intel.com> |
Reinette Chatre | a0bf797 | 2009-08-21 14:03:51 -0700 | [diff] [blame] | 2757 | M: Intel Linux Wireless <ilw@linux.intel.com> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 2758 | L: linux-wireless@vger.kernel.org |
James Ketrenos | 826d2ab | 2005-11-07 18:56:59 -0600 | [diff] [blame] | 2759 | W: http://ipw2200.sourceforge.net |
Reinette Chatre | a0bf797 | 2009-08-21 14:03:51 -0700 | [diff] [blame] | 2760 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2761 | F: Documentation/networking/README.ipw2200 |
| 2762 | F: drivers/net/wireless/ipw2x00/ipw2200.* |
James Ketrenos | 826d2ab | 2005-11-07 18:56:59 -0600 | [diff] [blame] | 2763 | |
Inaky Perez-Gonzalez | 8a70da8 | 2008-12-20 16:58:00 -0800 | [diff] [blame] | 2764 | INTEL WIRELESS WIMAX CONNECTION 2400 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2765 | M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
Inaky Perez-Gonzalez | 8a70da8 | 2008-12-20 16:58:00 -0800 | [diff] [blame] | 2766 | M: linux-wimax@intel.com |
| 2767 | L: wimax@linuxwimax.org |
| 2768 | S: Supported |
| 2769 | W: http://linuxwimax.org |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2770 | F: Documentation/wimax/README.i2400m |
| 2771 | F: drivers/net/wimax/i2400m/ |
| 2772 | F: include/linux/wimax/i2400m.h |
Inaky Perez-Gonzalez | 8a70da8 | 2008-12-20 16:58:00 -0800 | [diff] [blame] | 2773 | |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 2774 | INTEL WIRELESS WIFI LINK (iwlwifi) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2775 | M: Zhu Yi <yi.zhu@intel.com> |
| 2776 | M: Reinette Chatre <reinette.chatre@intel.com> |
Reinette Chatre | a0bf797 | 2009-08-21 14:03:51 -0700 | [diff] [blame] | 2777 | M: Intel Linux Wireless <ilw@linux.intel.com> |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 2778 | L: linux-wireless@vger.kernel.org |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 2779 | W: http://intellinuxwireless.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2780 | 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] | 2781 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2782 | F: drivers/net/wireless/iwlwifi/ |
Zhu Yi | b481de9 | 2007-09-25 17:54:57 -0700 | [diff] [blame] | 2783 | |
Ralf Baechle | cb109a0 | 2007-08-30 23:56:30 -0700 | [diff] [blame] | 2784 | IOC3 ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2785 | M: Ralf Baechle <ralf@linux-mips.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2786 | L: linux-mips@linux-mips.org |
| 2787 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2788 | F: drivers/net/ioc3-eth.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2789 | |
Ralf Baechle | cb109a0 | 2007-08-30 23:56:30 -0700 | [diff] [blame] | 2790 | IOC3 SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2791 | M: Pat Gefre <pfg@sgi.com> |
Joe Perches | 6650e0a | 2007-12-10 15:49:32 -0800 | [diff] [blame] | 2792 | L: linux-mips@linux-mips.org |
Ralf Baechle | cb109a0 | 2007-08-30 23:56:30 -0700 | [diff] [blame] | 2793 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2794 | F: drivers/serial/ioc3_serial.c |
Ralf Baechle | cb109a0 | 2007-08-30 23:56:30 -0700 | [diff] [blame] | 2795 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 2796 | IP MASQUERADING |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2797 | M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2798 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2799 | F: net/ipv4/netfilter/ipt_MASQUERADE.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2800 | |
Francois Romieu | 1202d6f | 2007-09-17 17:13:55 -0700 | [diff] [blame] | 2801 | IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2802 | M: Francois Romieu <romieu@fr.zoreil.com> |
| 2803 | M: Sorbica Shieh <sorbica@icplus.com.tw> |
| 2804 | M: Jesse Huang <jesse@icplus.com.tw> |
Francois Romieu | 1202d6f | 2007-09-17 17:13:55 -0700 | [diff] [blame] | 2805 | L: netdev@vger.kernel.org |
| 2806 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2807 | F: drivers/net/ipg.c |
Francois Romieu | 1202d6f | 2007-09-17 17:13:55 -0700 | [diff] [blame] | 2808 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 2809 | IPATH DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2810 | M: Ralph Campbell <infinipath@qlogic.com> |
Roland Dreier | e6cc0fd | 2009-09-07 21:54:38 -0700 | [diff] [blame] | 2811 | L: linux-rdma@vger.kernel.org |
Arthur Jones | f42b647 | 2007-07-09 20:12:26 -0700 | [diff] [blame] | 2812 | T: git git://git.qlogic.com/ipath-linux-2.6 |
Bryan O'Sullivan | 77d8798 | 2006-03-29 15:23:39 -0800 | [diff] [blame] | 2813 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2814 | F: drivers/infiniband/hw/ipath/ |
Bryan O'Sullivan | 77d8798 | 2006-03-29 15:23:39 -0800 | [diff] [blame] | 2815 | |
Corey Minyard | 4409ebe | 2006-04-20 02:43:12 -0700 | [diff] [blame] | 2816 | IPMI SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2817 | M: Corey Minyard <minyard@acm.org> |
Corey Minyard | 4409ebe | 2006-04-20 02:43:12 -0700 | [diff] [blame] | 2818 | L: openipmi-developer@lists.sourceforge.net |
| 2819 | W: http://openipmi.sourceforge.net/ |
| 2820 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2821 | F: Documentation/IPMI.txt |
| 2822 | F: drivers/char/ipmi/ |
| 2823 | F: include/linux/ipmi* |
Corey Minyard | 4409ebe | 2006-04-20 02:43:12 -0700 | [diff] [blame] | 2824 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2825 | IPS SCSI RAID DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2826 | M: Adaptec OEM Raid Solutions <aacraid@adaptec.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2827 | L: linux-scsi@vger.kernel.org |
| 2828 | W: http://www.adaptec.com/ |
| 2829 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2830 | F: drivers/scsi/ips* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2831 | |
| 2832 | IPVS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2833 | M: Wensong Zhang <wensong@linux-vs.org> |
| 2834 | M: Simon Horman <horms@verge.net.au> |
| 2835 | M: Julian Anastasov <ja@ssi.bg> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 2836 | L: netdev@vger.kernel.org |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2837 | L: lvs-devel@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2838 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2839 | F: Documentation/networking/ipvs-sysctl.txt |
Hannes Eder | b61d4a7 | 2009-09-21 17:04:12 -0700 | [diff] [blame] | 2840 | F: include/net/ip_vs.h |
| 2841 | F: include/linux/ip_vs.h |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2842 | F: net/netfilter/ipvs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2843 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 2844 | IPWIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2845 | M: Jiri Kosina <jkosina@suse.cz> |
| 2846 | M: David Sterba <dsterba@suse.cz> |
David Sterba | 099dc4f | 2008-02-07 10:57:12 +0100 | [diff] [blame] | 2847 | S: Maintained |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2848 | 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] | 2849 | F: drivers/char/pcmcia/ipwireless/ |
David Sterba | 099dc4f | 2008-02-07 10:57:12 +0100 | [diff] [blame] | 2850 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2851 | IPX NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2852 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2853 | L: netdev@vger.kernel.org |
| 2854 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2855 | F: include/linux/ipx.h |
| 2856 | F: include/net/ipx.h |
| 2857 | F: net/ipx/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2858 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2859 | IRDA SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2860 | M: Samuel Ortiz <samuel@sortiz.org> |
Olaf Hering | a2ac953 | 2005-07-12 13:58:35 -0700 | [diff] [blame] | 2861 | L: irda-users@lists.sourceforge.net (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2862 | W: http://irda.sourceforge.net/ |
Samuel Ortiz | f353976 | 2006-05-09 15:24:49 -0700 | [diff] [blame] | 2863 | S: Maintained |
Samuel Ortiz | e005797 | 2009-06-05 16:12:00 +0200 | [diff] [blame] | 2864 | 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] | 2865 | F: Documentation/networking/irda.txt |
| 2866 | F: drivers/net/irda/ |
| 2867 | F: include/net/irda/ |
| 2868 | F: net/irda/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2869 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2870 | ISAPNP |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2871 | M: Jaroslav Kysela <perex@perex.cz> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2872 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2873 | F: Documentation/isapnp.txt |
| 2874 | F: drivers/pnp/isapnp/ |
| 2875 | F: include/linux/isapnp.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2876 | |
Mike Christie | 14816b1 | 2007-11-28 16:22:06 -0800 | [diff] [blame] | 2877 | ISCSI |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2878 | M: Mike Christie <michaelc@cs.wisc.edu> |
Mike Christie | 14816b1 | 2007-11-28 16:22:06 -0800 | [diff] [blame] | 2879 | L: open-iscsi@googlegroups.com |
| 2880 | W: www.open-iscsi.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2881 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git |
Mike Christie | 14816b1 | 2007-11-28 16:22:06 -0800 | [diff] [blame] | 2882 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2883 | F: drivers/scsi/*iscsi* |
| 2884 | F: include/scsi/*iscsi* |
Mike Christie | 14816b1 | 2007-11-28 16:22:06 -0800 | [diff] [blame] | 2885 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2886 | ISDN SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2887 | M: Karsten Keil <isdn@linux-pingi.de> |
Paul Bolle | d5d5227 | 2008-04-15 00:40:48 -0700 | [diff] [blame] | 2888 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2889 | W: http://www.isdn4linux.de |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2890 | 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] | 2891 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2892 | F: Documentation/isdn/ |
| 2893 | F: drivers/isdn/ |
| 2894 | F: include/linux/isdn.h |
| 2895 | F: include/linux/isdn/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2896 | |
| 2897 | ISDN SUBSYSTEM (Eicon active card driver) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2898 | M: Armin Schindler <mac@melware.de> |
Paul Bolle | d5d5227 | 2008-04-15 00:40:48 -0700 | [diff] [blame] | 2899 | L: isdn4linux@listserv.isdn4linux.de (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2900 | W: http://www.melware.de |
| 2901 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2902 | F: drivers/isdn/hardware/eicon/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2903 | |
Hans Verkuil | 91821ff | 2007-12-02 09:35:33 -0300 | [diff] [blame] | 2904 | IVTV VIDEO4LINUX DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2905 | M: Hans Verkuil <hverkuil@xs4all.nl> |
Hans Verkuil | 91821ff | 2007-12-02 09:35:33 -0300 | [diff] [blame] | 2906 | L: ivtv-devel@ivtvdriver.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 2907 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2908 | 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] | 2909 | W: http://www.ivtvdriver.org |
| 2910 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2911 | F: Documentation/video4linux/*.ivtv |
| 2912 | F: drivers/media/video/ivtv/ |
| 2913 | F: include/linux/ivtv* |
Hans Verkuil | 91821ff | 2007-12-02 09:35:33 -0300 | [diff] [blame] | 2914 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2915 | JFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2916 | M: Dave Kleikamp <shaggy@linux.vnet.ibm.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2917 | L: jfs-discussion@lists.sourceforge.net |
| 2918 | W: http://jfs.sourceforge.net/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2919 | 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] | 2920 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2921 | F: Documentation/filesystems/jfs.txt |
| 2922 | F: fs/jfs/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 2923 | |
Guo-Fu Tseng | 9525223 | 2008-09-16 01:00:11 +0800 | [diff] [blame] | 2924 | JME NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2925 | M: Guo-Fu Tseng <cooldavid@cooldavid.org> |
Guo-Fu Tseng | 9525223 | 2008-09-16 01:00:11 +0800 | [diff] [blame] | 2926 | L: netdev@vger.kernel.org |
| 2927 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2928 | F: drivers/net/jme.* |
Guo-Fu Tseng | 9525223 | 2008-09-16 01:00:11 +0800 | [diff] [blame] | 2929 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2930 | JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2931 | M: David Woodhouse <dwmw2@infradead.org> |
David Woodhouse | 6d85d06 | 2007-10-27 10:39:48 -0400 | [diff] [blame] | 2932 | L: linux-mtd@lists.infradead.org |
| 2933 | W: http://www.linux-mtd.infradead.org/doc/jffs2.html |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2934 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2935 | F: fs/jffs2/ |
| 2936 | F: include/linux/jffs2.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2937 | |
Josh Triplett | de456d3 | 2006-07-30 03:04:00 -0700 | [diff] [blame] | 2938 | JOURNALLING LAYER FOR BLOCK DEVICES (JBD) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2939 | M: Andrew Morton <akpm@linux-foundation.org> |
Jan Kara | 19003c1 | 2009-08-03 19:00:57 +0200 | [diff] [blame] | 2940 | M: Jan Kara <jack@suse.cz> |
Erik Mouw | 72be2cc | 2006-12-06 20:40:49 -0800 | [diff] [blame] | 2941 | L: linux-ext4@vger.kernel.org |
Theodore Tso | ae0718f | 2006-05-20 15:00:13 -0700 | [diff] [blame] | 2942 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2943 | F: fs/jbd*/ |
| 2944 | F: include/linux/ext*jbd*.h |
| 2945 | F: include/linux/jbd*.h |
Theodore Tso | ae0718f | 2006-05-20 15:00:13 -0700 | [diff] [blame] | 2946 | |
Rudolf Marek | 4660cb3 | 2006-10-08 22:01:26 +0200 | [diff] [blame] | 2947 | K8TEMP HARDWARE MONITORING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2948 | M: Rudolf Marek <r.marek@assembler.cz> |
Rudolf Marek | 4660cb3 | 2006-10-08 22:01:26 +0200 | [diff] [blame] | 2949 | L: lm-sensors@lm-sensors.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2950 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2951 | F: Documentation/hwmon/k8temp |
| 2952 | F: drivers/hwmon/k8temp.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2953 | |
| 2954 | KCONFIG |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2955 | M: Roman Zippel <zippel@linux-m68k.org> |
Sam Ravnborg | 347d12d | 2007-10-18 13:23:33 +0200 | [diff] [blame] | 2956 | L: linux-kbuild@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2957 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2958 | F: Documentation/kbuild/kconfig-language.txt |
| 2959 | F: scripts/kconfig/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2960 | |
Vivek Goyal | ea6c208 | 2006-05-20 14:59:55 -0700 | [diff] [blame] | 2961 | KDUMP |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2962 | M: Vivek Goyal <vgoyal@redhat.com> |
| 2963 | M: Haren Myneni <hbabu@us.ibm.com> |
Simon Horman | 3463399 | 2007-05-08 00:31:40 -0700 | [diff] [blame] | 2964 | L: kexec@lists.infradead.org |
Vivek Goyal | ea6c208 | 2006-05-20 14:59:55 -0700 | [diff] [blame] | 2965 | W: http://lse.sourceforge.net/kdump/ |
| 2966 | S: Maintained |
Joe Perches | 8081149 | 2009-04-08 20:20:27 -0700 | [diff] [blame] | 2967 | F: Documentation/kdump/ |
Vivek Goyal | ea6c208 | 2006-05-20 14:59:55 -0700 | [diff] [blame] | 2968 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2969 | KERNEL AUTOMOUNTER (AUTOFS) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2970 | M: "H. Peter Anvin" <hpa@zytor.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2971 | L: autofs@linux.kernel.org |
| 2972 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2973 | F: fs/autofs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2974 | |
| 2975 | KERNEL AUTOMOUNTER v4 (AUTOFS4) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2976 | M: Ian Kent <raven@themaw.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2977 | L: autofs@linux.kernel.org |
| 2978 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2979 | F: fs/autofs4/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2980 | |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 2981 | KERNEL BUILD |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2982 | M: Sam Ravnborg <sam@ravnborg.org> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 2983 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git |
| 2984 | 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] | 2985 | L: linux-kbuild@vger.kernel.org |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 2986 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 2987 | F: Documentation/kbuild/ |
| 2988 | F: Makefile |
| 2989 | F: scripts/Makefile.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2990 | |
| 2991 | KERNEL JANITORS |
maximilian attems | c3000e0 | 2007-07-06 11:17:32 -0700 | [diff] [blame] | 2992 | L: kernel-janitors@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2993 | W: http://www.kerneljanitors.org/ |
Markus Heidelberg | cf83011 | 2009-06-12 01:00:28 +0200 | [diff] [blame] | 2994 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2995 | |
J. Bruce Fields | e8b4355 | 2008-07-23 08:49:50 -0400 | [diff] [blame] | 2996 | KERNEL NFSD, SUNRPC, AND LOCKD SERVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 2997 | M: "J. Bruce Fields" <bfields@fieldses.org> |
| 2998 | M: Neil Brown <neilb@suse.de> |
Neil Brown | 16141c0 | 2007-12-11 16:16:12 -0800 | [diff] [blame] | 2999 | L: linux-nfs@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3000 | W: http://nfs.sourceforge.net/ |
NeilBrown | 98fac23 | 2007-01-26 00:56:57 -0800 | [diff] [blame] | 3001 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3002 | F: fs/nfsd/ |
| 3003 | F: include/linux/nfsd/ |
| 3004 | F: fs/lockd/ |
| 3005 | F: fs/nfs_common/ |
| 3006 | F: net/sunrpc/ |
| 3007 | F: include/linux/lockd/ |
| 3008 | F: include/linux/sunrpc/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3009 | |
Avi Kivity | 426d62e | 2006-12-13 00:34:03 -0800 | [diff] [blame] | 3010 | KERNEL VIRTUAL MACHINE (KVM) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3011 | M: Avi Kivity <avi@redhat.com> |
Marcelo Tosatti | 8e616fc | 2009-09-10 17:21:34 -0300 | [diff] [blame] | 3012 | M: Marcelo Tosatti <mtosatti@redhat.com> |
Avi Kivity | 1fc9d2b | 2008-05-18 13:50:23 +0300 | [diff] [blame] | 3013 | L: kvm@vger.kernel.org |
| 3014 | W: http://kvm.qumranet.com |
Avi Kivity | 426d62e | 2006-12-13 00:34:03 -0800 | [diff] [blame] | 3015 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3016 | F: Documentation/*/kvm.txt |
| 3017 | F: arch/*/kvm/ |
| 3018 | F: arch/*/include/asm/kvm* |
| 3019 | F: include/linux/kvm* |
| 3020 | F: virt/kvm/ |
Avi Kivity | 426d62e | 2006-12-13 00:34:03 -0800 | [diff] [blame] | 3021 | |
Joerg Roedel | ad8003d | 2008-09-10 20:01:07 +0200 | [diff] [blame] | 3022 | KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3023 | M: Joerg Roedel <joerg.roedel@amd.com> |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 3024 | L: kvm@vger.kernel.org |
| 3025 | W: http://kvm.qumranet.com |
| 3026 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3027 | F: arch/x86/include/asm/svm.h |
| 3028 | F: arch/x86/kvm/kvm_svm.h |
| 3029 | F: arch/x86/kvm/svm.c |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 3030 | |
Hollis Blanchard | 513014b | 2008-04-16 23:28:08 -0500 | [diff] [blame] | 3031 | KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3032 | M: Hollis Blanchard <hollisb@us.ibm.com> |
Avi Kivity | 1fc9d2b | 2008-05-18 13:50:23 +0300 | [diff] [blame] | 3033 | L: kvm-ppc@vger.kernel.org |
| 3034 | W: http://kvm.qumranet.com |
Hollis Blanchard | 513014b | 2008-04-16 23:28:08 -0500 | [diff] [blame] | 3035 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3036 | F: arch/powerpc/include/asm/kvm* |
| 3037 | F: arch/powerpc/kvm/ |
Hollis Blanchard | 513014b | 2008-04-16 23:28:08 -0500 | [diff] [blame] | 3038 | |
Avi Kivity | 1fc9d2b | 2008-05-18 13:50:23 +0300 | [diff] [blame] | 3039 | KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3040 | M: Xiantao Zhang <xiantao.zhang@intel.com> |
Avi Kivity | 1fc9d2b | 2008-05-18 13:50:23 +0300 | [diff] [blame] | 3041 | L: kvm-ia64@vger.kernel.org |
| 3042 | W: http://kvm.qumranet.com |
Zhang Xiantao | 920ed9f | 2008-01-31 12:03:39 +0800 | [diff] [blame] | 3043 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3044 | F: Documentation/ia64/kvm.txt |
| 3045 | F: arch/ia64/include/asm/kvm* |
| 3046 | F: arch/ia64/kvm/ |
Zhang Xiantao | 920ed9f | 2008-01-31 12:03:39 +0800 | [diff] [blame] | 3047 | |
Christian Borntraeger | 85f8fff | 2008-03-25 18:47:41 +0100 | [diff] [blame] | 3048 | KERNEL VIRTUAL MACHINE for s390 (KVM/s390) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3049 | M: Carsten Otte <cotte@de.ibm.com> |
| 3050 | M: Christian Borntraeger <borntraeger@de.ibm.com> |
Christian Borntraeger | 85f8fff | 2008-03-25 18:47:41 +0100 | [diff] [blame] | 3051 | M: linux390@de.ibm.com |
| 3052 | L: linux-s390@vger.kernel.org |
| 3053 | W: http://www.ibm.com/developerworks/linux/linux390/ |
| 3054 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3055 | F: Documentation/s390/kvm.txt |
| 3056 | F: arch/s390/include/asm/kvm* |
Joe Perches | 8081149 | 2009-04-08 20:20:27 -0700 | [diff] [blame] | 3057 | F: arch/s390/kvm/ |
Christian Borntraeger | 85f8fff | 2008-03-25 18:47:41 +0100 | [diff] [blame] | 3058 | |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 3059 | KEXEC |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3060 | M: Eric Biederman <ebiederm@xmission.com> |
Signed-off-by@vergenet.net":Simon | b7c698f | 2007-10-18 03:04:33 -0700 | [diff] [blame] | 3061 | W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ |
Simon Horman | 3463399 | 2007-05-08 00:31:40 -0700 | [diff] [blame] | 3062 | L: kexec@lists.infradead.org |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 3063 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3064 | F: include/linux/kexec.h |
| 3065 | F: kernel/kexec.c |
Eric W. Biederman | dc009d9 | 2005-06-25 14:57:52 -0700 | [diff] [blame] | 3066 | |
Jason Wessel | e3e2aaf | 2008-03-20 13:43:45 -0500 | [diff] [blame] | 3067 | KGDB |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3068 | M: Jason Wessel <jason.wessel@windriver.com> |
Jason Wessel | e3e2aaf | 2008-03-20 13:43:45 -0500 | [diff] [blame] | 3069 | L: kgdb-bugreport@lists.sourceforge.net |
| 3070 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3071 | F: Documentation/DocBook/kgdb.tmpl |
| 3072 | F: drivers/misc/kgdbts.c |
| 3073 | F: drivers/serial/kgdboc.c |
| 3074 | F: include/linux/kgdb.h |
| 3075 | F: kernel/kgdb.c |
Jason Wessel | e3e2aaf | 2008-03-20 13:43:45 -0500 | [diff] [blame] | 3076 | |
Pekka Enberg | 456db8c | 2008-04-28 22:47:29 +0300 | [diff] [blame] | 3077 | KMEMCHECK |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3078 | M: Vegard Nossum <vegardno@ifi.uio.no> |
Pekka Enberg | 456db8c | 2008-04-28 22:47:29 +0300 | [diff] [blame] | 3079 | P Pekka Enberg |
| 3080 | M: penberg@cs.helsinki.fi |
Pekka Enberg | 456db8c | 2008-04-28 22:47:29 +0300 | [diff] [blame] | 3081 | S: Maintained |
| 3082 | |
Catalin Marinas | c3bb4d2 | 2009-06-12 09:35:22 +0100 | [diff] [blame] | 3083 | KMEMLEAK |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3084 | M: Catalin Marinas <catalin.marinas@arm.com> |
Catalin Marinas | c3bb4d2 | 2009-06-12 09:35:22 +0100 | [diff] [blame] | 3085 | S: Maintained |
| 3086 | F: Documentation/kmemleak.txt |
| 3087 | F: include/linux/kmemleak.h |
| 3088 | F: mm/kmemleak.c |
| 3089 | F: mm/kmemleak-test.c |
| 3090 | |
Eduard - Gabriel Munteanu | b9ce08c | 2008-08-10 20:14:03 +0300 | [diff] [blame] | 3091 | KMEMTRACE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3092 | M: Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro> |
Eduard - Gabriel Munteanu | b9ce08c | 2008-08-10 20:14:03 +0300 | [diff] [blame] | 3093 | S: Maintained |
Joe Perches | dc8c7f8 | 2009-04-21 12:24:45 -0700 | [diff] [blame] | 3094 | F: Documentation/trace/kmemtrace.txt |
Joe Perches | 898f96f | 2009-06-18 16:49:25 -0700 | [diff] [blame] | 3095 | F: include/linux/kmemtrace.h |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3096 | F: kernel/trace/kmemtrace.c |
Eduard - Gabriel Munteanu | b9ce08c | 2008-08-10 20:14:03 +0300 | [diff] [blame] | 3097 | |
Prasanna S Panchamukhi | 89559a6 | 2005-09-22 21:43:47 -0700 | [diff] [blame] | 3098 | KPROBES |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3099 | M: Ananth N Mavinakayanahalli <ananth@in.ibm.com> |
| 3100 | M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> |
| 3101 | M: "David S. Miller" <davem@davemloft.net> |
| 3102 | M: Masami Hiramatsu <mhiramat@redhat.com> |
Prasanna S Panchamukhi | 89559a6 | 2005-09-22 21:43:47 -0700 | [diff] [blame] | 3103 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3104 | F: Documentation/kprobes.txt |
| 3105 | F: include/linux/kprobes.h |
| 3106 | F: kernel/kprobes.c |
Prasanna S Panchamukhi | 89559a6 | 2005-09-22 21:43:47 -0700 | [diff] [blame] | 3107 | |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 3108 | KS0108 LCD CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3109 | M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com> |
Miguel Ojeda | 450c622 | 2008-07-04 09:59:33 -0700 | [diff] [blame] | 3110 | W: http://miguelojeda.es/auxdisplay.htm |
| 3111 | W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 3112 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3113 | F: Documentation/auxdisplay/ks0108 |
| 3114 | F: drivers/auxdisplay/ks0108.c |
| 3115 | F: include/linux/ks0108.h |
Miguel Ojeda Sandonis | 70e8404 | 2007-02-10 01:44:32 -0800 | [diff] [blame] | 3116 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3117 | LAPB module |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3118 | L: linux-x25@vger.kernel.org |
David S. Miller | bf9915c | 2006-07-21 14:55:17 -0700 | [diff] [blame] | 3119 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3120 | F: Documentation/networking/lapb-module.txt |
| 3121 | F: include/*/lapb.h |
| 3122 | F: net/lapb/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3123 | |
| 3124 | LASI 53c700 driver for PARISC |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3125 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3126 | L: linux-scsi@vger.kernel.org |
| 3127 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3128 | F: Documentation/scsi/53c700.txt |
| 3129 | F: drivers/scsi/53c700* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3130 | |
Richard Purdie | 263de9b | 2006-05-15 09:44:16 -0700 | [diff] [blame] | 3131 | LED SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3132 | M: Richard Purdie <rpurdie@rpsys.net> |
Richard Purdie | 263de9b | 2006-05-15 09:44:16 -0700 | [diff] [blame] | 3133 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3134 | F: drivers/leds/ |
| 3135 | F: include/linux/leds.h |
Richard Purdie | 263de9b | 2006-05-15 09:44:16 -0700 | [diff] [blame] | 3136 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3137 | LEGO USB Tower driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3138 | M: Juergen Stuber <starblue@users.sourceforge.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3139 | L: legousb-devel@lists.sourceforge.net |
| 3140 | W: http://legousb.sourceforge.net/ |
| 3141 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3142 | F: drivers/usb/misc/legousbtower.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3143 | |
Rusty Russell | 568a17f | 2007-10-25 14:12:24 +1000 | [diff] [blame] | 3144 | LGUEST |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3145 | M: Rusty Russell <rusty@rustcorp.com.au> |
Rusty Russell | 568a17f | 2007-10-25 14:12:24 +1000 | [diff] [blame] | 3146 | L: lguest@ozlabs.org |
| 3147 | W: http://lguest.ozlabs.org/ |
| 3148 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3149 | F: Documentation/lguest/ |
| 3150 | F: arch/x86/lguest/ |
| 3151 | F: drivers/lguest/ |
| 3152 | F: include/linux/lguest*.h |
| 3153 | F: arch/x86/include/asm/lguest*.h |
Rusty Russell | 568a17f | 2007-10-25 14:12:24 +1000 | [diff] [blame] | 3154 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3155 | LINUX FOR IBM pSERIES (RS/6000) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3156 | M: Paul Mackerras <paulus@au.ibm.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3157 | W: http://www.ibm.com/linux/ltc/projects/ppc |
| 3158 | S: Supported |
| 3159 | |
Paul Mackerras | 852bb9f | 2008-07-04 21:04:42 +1000 | [diff] [blame] | 3160 | LINUX FOR POWERPC (32-BIT AND 64-BIT) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3161 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
| 3162 | M: Paul Mackerras <paulus@samba.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3163 | W: http://www.penguinppc.org/ |
| 3164 | L: linuxppc-dev@ozlabs.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3165 | 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] | 3166 | S: Supported |
| 3167 | |
| 3168 | LINUX FOR POWER MACINTOSH |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3169 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3170 | W: http://www.penguinppc.org/ |
| 3171 | L: linuxppc-dev@ozlabs.org |
| 3172 | S: Maintained |
| 3173 | |
Grant Likely | 77a7636 | 2008-07-12 12:11:43 -0600 | [diff] [blame] | 3174 | LINUX FOR POWERPC EMBEDDED MPC5XXX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3175 | M: Grant Likely <grant.likely@secretlab.ca> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3176 | L: linuxppc-dev@ozlabs.org |
Grant Likely | 9d37a90 | 2009-04-28 06:50:15 +0000 | [diff] [blame] | 3177 | T: git git://git.secretlab.ca/git/linux-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3178 | S: Maintained |
| 3179 | |
| 3180 | LINUX FOR POWERPC EMBEDDED PPC4XX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3181 | M: Josh Boyer <jwboyer@linux.vnet.ibm.com> |
| 3182 | M: Matt Porter <mporter@kernel.crashing.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3183 | W: http://www.penguinppc.org/ |
Mark A. Greer | 88de3ca | 2007-10-02 10:24:08 +1000 | [diff] [blame] | 3184 | L: linuxppc-dev@ozlabs.org |
Josh Boyer | 9ae2ccf | 2009-04-24 08:57:47 -0400 | [diff] [blame] | 3185 | 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] | 3186 | S: Maintained |
| 3187 | |
Grant Likely | 260c02a | 2007-10-02 12:15:34 +1000 | [diff] [blame] | 3188 | LINUX FOR POWERPC EMBEDDED XILINX VIRTEX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3189 | M: Grant Likely <grant.likely@secretlab.ca> |
Grant Likely | f210d43 | 2007-10-03 23:24:52 -0600 | [diff] [blame] | 3190 | W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex |
Grant Likely | 260c02a | 2007-10-02 12:15:34 +1000 | [diff] [blame] | 3191 | L: linuxppc-dev@ozlabs.org |
Grant Likely | 9d37a90 | 2009-04-28 06:50:15 +0000 | [diff] [blame] | 3192 | T: git git://git.secretlab.ca/git/linux-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3193 | S: Maintained |
| 3194 | |
Tom Rini | e93adf1 | 2005-07-26 12:49:53 -0700 | [diff] [blame] | 3195 | LINUX FOR POWERPC EMBEDDED PPC8XX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3196 | M: Vitaly Bordug <vitb@kernel.crashing.org> |
| 3197 | M: Marcelo Tosatti <marcelo@kvack.org> |
Tom Rini | e93adf1 | 2005-07-26 12:49:53 -0700 | [diff] [blame] | 3198 | W: http://www.penguinppc.org/ |
Mark A. Greer | 88de3ca | 2007-10-02 10:24:08 +1000 | [diff] [blame] | 3199 | L: linuxppc-dev@ozlabs.org |
Tom Rini | e93adf1 | 2005-07-26 12:49:53 -0700 | [diff] [blame] | 3200 | S: Maintained |
| 3201 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3202 | LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3203 | M: Kumar Gala <galak@kernel.crashing.org> |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 3204 | W: http://www.penguinppc.org/ |
Mark A. Greer | 88de3ca | 2007-10-02 10:24:08 +1000 | [diff] [blame] | 3205 | L: linuxppc-dev@ozlabs.org |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 3206 | S: Maintained |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3207 | |
Olof Johansson | ab06ff3 | 2006-09-06 14:44:54 -0500 | [diff] [blame] | 3208 | LINUX FOR POWERPC PA SEMI PWRFICIENT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3209 | M: Olof Johansson <olof@lixom.net> |
Olof Johansson | ab06ff3 | 2006-09-06 14:44:54 -0500 | [diff] [blame] | 3210 | W: http://www.pasemi.com/ |
| 3211 | L: linuxppc-dev@ozlabs.org |
| 3212 | S: Supported |
| 3213 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3214 | LINUX SECURITY MODULE (LSM) FRAMEWORK |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3215 | M: Chris Wright <chrisw@sous-sol.org> |
Chris Wright | 1a4520b | 2006-03-11 03:27:20 -0800 | [diff] [blame] | 3216 | L: linux-security-module@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3217 | 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] | 3218 | S: Supported |
| 3219 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3220 | LLC (802.2) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3221 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3222 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3223 | F: include/linux/llc.h |
| 3224 | F: include/net/llc* |
| 3225 | F: net/llc/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3226 | |
Pavel Machek | 455fbdd | 2008-11-12 13:27:02 -0800 | [diff] [blame] | 3227 | LIS3LV02D ACCELEROMETER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3228 | M: Eric Piel <eric.piel@tremplin-utc.net> |
Pavel Machek | 455fbdd | 2008-11-12 13:27:02 -0800 | [diff] [blame] | 3229 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3230 | F: Documentation/hwmon/lis3lv02d |
| 3231 | F: drivers/hwmon/lis3lv02d.* |
Pavel Machek | 455fbdd | 2008-11-12 13:27:02 -0800 | [diff] [blame] | 3232 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3233 | LM83 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3234 | M: Jean Delvare <khali@linux-fr.org> |
Jean Delvare | cc0b07e | 2005-05-22 09:39:11 +0200 | [diff] [blame] | 3235 | L: lm-sensors@lm-sensors.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3236 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3237 | F: Documentation/hwmon/lm83 |
| 3238 | F: drivers/hwmon/lm83.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3239 | |
| 3240 | LM90 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3241 | M: Jean Delvare <khali@linux-fr.org> |
Jean Delvare | cc0b07e | 2005-05-22 09:39:11 +0200 | [diff] [blame] | 3242 | L: lm-sensors@lm-sensors.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3243 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3244 | F: Documentation/hwmon/lm90 |
| 3245 | F: drivers/hwmon/lm90.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3246 | |
Peter Zijlstra | 512e67f | 2007-10-11 22:11:11 +0200 | [diff] [blame] | 3247 | LOCKDEP AND LOCKSTAT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3248 | M: Peter Zijlstra <peterz@infradead.org> |
| 3249 | M: Ingo Molnar <mingo@redhat.com> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3250 | 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] | 3251 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3252 | F: Documentation/lockdep*.txt |
| 3253 | F: Documentation/lockstat.txt |
| 3254 | F: include/linux/lockdep.h |
| 3255 | F: kernel/lockdep* |
Peter Zijlstra | 512e67f | 2007-10-11 22:11:11 +0200 | [diff] [blame] | 3256 | |
Anton Altaparmakov | dde3334 | 2007-05-21 09:37:42 +0100 | [diff] [blame] | 3257 | LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3258 | M: "Richard Russon (FlatCap)" <ldm@flatcap.org> |
Anton Altaparmakov | dde3334 | 2007-05-21 09:37:42 +0100 | [diff] [blame] | 3259 | L: linux-ntfs-dev@lists.sourceforge.net |
| 3260 | W: http://www.linux-ntfs.org/content/view/19/37/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3261 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3262 | F: Documentation/ldm.txt |
| 3263 | F: fs/partitions/ldm.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3264 | |
Moore, Eric Dean | c87e34e | 2005-12-01 11:06:25 -0700 | [diff] [blame] | 3265 | LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3266 | M: Eric Moore <Eric.Moore@lsi.com> |
Eric Moore | d8a82d7 | 2006-12-29 16:47:43 -0800 | [diff] [blame] | 3267 | M: support@lsi.com |
Eric Moore | cec744f | 2007-09-14 19:08:08 -0600 | [diff] [blame] | 3268 | L: DL-MPTFusionLinux@lsi.com |
Moore, Eric Dean | c87e34e | 2005-12-01 11:06:25 -0700 | [diff] [blame] | 3269 | L: linux-scsi@vger.kernel.org |
| 3270 | W: http://www.lsilogic.com/support |
| 3271 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3272 | F: drivers/message/fusion/ |
Moore, Eric Dean | c87e34e | 2005-12-01 11:06:25 -0700 | [diff] [blame] | 3273 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3274 | LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3275 | M: Matthew Wilcox <matthew@wil.cx> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3276 | L: linux-scsi@vger.kernel.org |
| 3277 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3278 | F: drivers/scsi/sym53c8xx_2/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3279 | |
Mike Frysinger | 81365c3 | 2008-10-29 14:01:12 -0700 | [diff] [blame] | 3280 | LTP (Linux Test Project) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3281 | M: Subrata Modak <subrata@linux.vnet.ibm.com> |
| 3282 | M: Mike Frysinger <vapier@gentoo.org> |
Mike Frysinger | 81365c3 | 2008-10-29 14:01:12 -0700 | [diff] [blame] | 3283 | L: ltp-list@lists.sourceforge.net (subscribers-only) |
| 3284 | W: http://ltp.sourceforge.net/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3285 | 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] | 3286 | S: Maintained |
| 3287 | |
Hirokazu Takata | c12a54b | 2007-07-15 23:38:45 -0700 | [diff] [blame] | 3288 | M32R ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3289 | M: Hirokazu Takata <takata@linux-m32r.org> |
Hirokazu Takata | c12a54b | 2007-07-15 23:38:45 -0700 | [diff] [blame] | 3290 | L: linux-m32r@ml.linux-m32r.org |
| 3291 | L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) |
| 3292 | W: http://www.linux-m32r.org/ |
| 3293 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3294 | F: arch/m32r/ |
Hirokazu Takata | c12a54b | 2007-07-15 23:38:45 -0700 | [diff] [blame] | 3295 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3296 | M68K ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3297 | M: Geert Uytterhoeven <geert@linux-m68k.org> |
| 3298 | M: Roman Zippel <zippel@linux-m68k.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3299 | L: linux-m68k@lists.linux-m68k.org |
| 3300 | W: http://www.linux-m68k.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3301 | 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] | 3302 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3303 | F: arch/m68k/ |
Joe Perches | 9db3518 | 2009-04-08 08:39:56 -0700 | [diff] [blame] | 3304 | F: drivers/zorro/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3305 | |
| 3306 | M68K ON APPLE MACINTOSH |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3307 | M: Joshua Thompson <funaho@jurai.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3308 | W: http://www.mac.linux-m68k.org/ |
Finn Thain | 9bb9f22 | 2007-11-18 11:10:05 +0100 | [diff] [blame] | 3309 | L: linux-m68k@lists.linux-m68k.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3310 | S: Maintained |
Joe Perches | 9db3518 | 2009-04-08 08:39:56 -0700 | [diff] [blame] | 3311 | F: arch/m68k/mac/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3312 | |
| 3313 | M68K ON HP9000/300 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3314 | M: Philip Blundell <philb@gnu.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3315 | W: http://www.tazenda.demon.co.uk/phil/linux-hp |
| 3316 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3317 | F: arch/m68k/hp300/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3318 | |
Jiri Benc | 64a327a | 2007-05-05 11:47:08 -0700 | [diff] [blame] | 3319 | MAC80211 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3320 | M: Johannes Berg <johannes@sipsolutions.net> |
Jiri Benc | 64a327a | 2007-05-05 11:47:08 -0700 | [diff] [blame] | 3321 | L: linux-wireless@vger.kernel.org |
| 3322 | W: http://linuxwireless.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3323 | 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] | 3324 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3325 | F: Documentation/networking/mac80211-injection.txt |
| 3326 | F: include/net/mac80211.h |
| 3327 | F: net/mac80211/ |
Jiri Benc | 64a327a | 2007-05-05 11:47:08 -0700 | [diff] [blame] | 3328 | |
Stefano Brivio | 1036d86 | 2007-12-23 04:46:27 +0100 | [diff] [blame] | 3329 | MAC80211 PID RATE CONTROL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3330 | M: Stefano Brivio <stefano.brivio@polimi.it> |
| 3331 | M: Mattias Nissler <mattias.nissler@gmx.de> |
Stefano Brivio | 1036d86 | 2007-12-23 04:46:27 +0100 | [diff] [blame] | 3332 | L: linux-wireless@vger.kernel.org |
| 3333 | W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3334 | 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] | 3335 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3336 | F: net/mac80211/rc80211_pid* |
Stefano Brivio | 1036d86 | 2007-12-23 04:46:27 +0100 | [diff] [blame] | 3337 | |
Patrick McHardy | b863ceb | 2007-07-14 18:55:06 -0700 | [diff] [blame] | 3338 | MACVLAN DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3339 | M: Patrick McHardy <kaber@trash.net> |
Patrick McHardy | b863ceb | 2007-07-14 18:55:06 -0700 | [diff] [blame] | 3340 | L: netdev@vger.kernel.org |
| 3341 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3342 | F: drivers/net/macvlan.c |
| 3343 | F: include/linux/if_macvlan.h |
Patrick McHardy | b863ceb | 2007-07-14 18:55:06 -0700 | [diff] [blame] | 3344 | |
Michael Kerrisk | faf1668 | 2005-07-31 22:34:47 -0700 | [diff] [blame] | 3345 | 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] | 3346 | M: Michael Kerrisk <mtk.manpages@gmail.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 3347 | W: http://www.kernel.org/doc/man-pages |
Michael Kerrisk | bd7ebec | 2008-10-03 15:23:44 -0700 | [diff] [blame] | 3348 | L: linux-man@vger.kernel.org |
Michael Kerrisk | 1b53dc7 | 2009-03-12 14:31:32 -0700 | [diff] [blame] | 3349 | S: Maintained |
Michael Kerrisk | faf1668 | 2005-07-31 22:34:47 -0700 | [diff] [blame] | 3350 | |
Stefano Brivio | 74cda16 | 2007-11-19 20:27:46 +0100 | [diff] [blame] | 3351 | MARVELL LIBERTAS WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3352 | M: Dan Williams <dcbw@redhat.com> |
Stefano Brivio | 74cda16 | 2007-11-19 20:27:46 +0100 | [diff] [blame] | 3353 | L: libertas-dev@lists.infradead.org |
| 3354 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3355 | F: drivers/net/wireless/libertas/ |
Stefano Brivio | 74cda16 | 2007-11-19 20:27:46 +0100 | [diff] [blame] | 3356 | |
Dale Farnsworth | b60d697 | 2006-01-16 16:45:45 -0700 | [diff] [blame] | 3357 | MARVELL MV643XX ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3358 | M: Lennert Buytenhek <buytenh@marvell.com> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 3359 | L: netdev@vger.kernel.org |
Dale Farnsworth | 85ba9d9 | 2008-06-05 06:10:51 -0700 | [diff] [blame] | 3360 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3361 | F: drivers/net/mv643xx_eth.* |
| 3362 | F: include/linux/mv643xx.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3363 | |
Lennert Buytenhek | a2c3f65 | 2009-08-18 05:13:48 +0200 | [diff] [blame] | 3364 | MARVELL MWL8K WIRELESS DRIVER |
| 3365 | M: Lennert Buytenhek <buytenh@marvell.com> |
| 3366 | L: linux-wireless@vger.kernel.org |
| 3367 | S: Supported |
| 3368 | F: drivers/net/wireless/mwl8k.c |
| 3369 | |
Pierre Ossman | 2a69567 | 2009-03-16 19:52:26 +0100 | [diff] [blame] | 3370 | MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER |
Nicolas Pitre | 2f82af0 | 2009-09-14 03:25:28 -0400 | [diff] [blame] | 3371 | M: Nicolas Pitre <nico@fluxnic.net> |
Pierre Ossman | 2a69567 | 2009-03-16 19:52:26 +0100 | [diff] [blame] | 3372 | S: Maintained |
| 3373 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3374 | MARVELL YUKON / SYSKONNECT DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3375 | M: Mirko Lindner <mlindner@syskonnect.de> |
| 3376 | M: Ralph Roesler <rroesler@syskonnect.de> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3377 | W: http://www.syskonnect.com |
| 3378 | S: Supported |
| 3379 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3380 | MATROX FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3381 | M: Petr Vandrovec <vandrove@vc.cvut.cz> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 3382 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3383 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3384 | F: drivers/video/matrox/matroxfb_* |
| 3385 | F: include/linux/matroxfb.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3386 | |
Hans-Juergen Koch | d20620d | 2007-05-08 17:22:00 +0200 | [diff] [blame] | 3387 | MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3388 | M: "Hans J. Koch" <hjk@linutronix.de> |
Hans-Juergen Koch | d20620d | 2007-05-08 17:22:00 +0200 | [diff] [blame] | 3389 | L: lm-sensors@lm-sensors.org |
| 3390 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3391 | F: Documentation/hwmon/max6650 |
| 3392 | F: drivers/hwmon/max6650.c |
Hans-Juergen Koch | d20620d | 2007-05-08 17:22:00 +0200 | [diff] [blame] | 3393 | |
Joe Perches | 127c49a | 2009-04-08 08:34:04 -0700 | [diff] [blame] | 3394 | MEDIA INPUT INFRASTRUCTURE (V4L/DVB) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3395 | M: Mauro Carvalho Chehab <mchehab@infradead.org> |
Joe Perches | 127c49a | 2009-04-08 08:34:04 -0700 | [diff] [blame] | 3396 | P: LinuxTV.org Project |
| 3397 | L: linux-media@vger.kernel.org |
| 3398 | W: http://linuxtv.org |
| 3399 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git |
| 3400 | S: Maintained |
| 3401 | F: Documentation/dvb/ |
| 3402 | F: Documentation/video4linux/ |
| 3403 | F: drivers/media/ |
| 3404 | F: include/media/ |
| 3405 | F: include/linux/dvb/ |
| 3406 | F: include/linux/videodev*.h |
Steven Rostedt | 70ea91f | 2006-07-30 03:03:53 -0700 | [diff] [blame] | 3407 | |
| 3408 | MEGARAID SCSI DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3409 | M: Neela Syam Kolli <megaraidlinux@lsi.com> |
Jean Delvare | baaea1d | 2008-09-20 12:34:33 +0200 | [diff] [blame] | 3410 | L: linux-scsi@vger.kernel.org |
Kolli, Neela Syam | 757e010 | 2005-10-14 15:59:13 -0700 | [diff] [blame] | 3411 | W: http://megaraid.lsilogic.com |
| 3412 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3413 | F: Documentation/scsi/megaraid.txt |
| 3414 | F: drivers/scsi/megaraid.* |
| 3415 | F: drivers/scsi/megaraid/ |
Kolli, Neela Syam | 757e010 | 2005-10-14 15:59:13 -0700 | [diff] [blame] | 3416 | |
David Woodhouse | f4e9ce66c | 2006-04-11 19:29:07 -0400 | [diff] [blame] | 3417 | MEMORY MANAGEMENT |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3418 | L: linux-mm@kvack.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3419 | W: http://www.linux-mm.org |
| 3420 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3421 | F: include/linux/mm.h |
| 3422 | F: mm/ |
David Woodhouse | f4e9ce66c | 2006-04-11 19:29:07 -0400 | [diff] [blame] | 3423 | |
akpm@linux-foundation.org | 938a920 | 2008-03-04 14:28:29 -0800 | [diff] [blame] | 3424 | MEMORY RESOURCE CONTROLLER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3425 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
| 3426 | M: Pavel Emelyanov <xemul@openvz.org> |
| 3427 | M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com> |
akpm@linux-foundation.org | 938a920 | 2008-03-04 14:28:29 -0800 | [diff] [blame] | 3428 | L: linux-mm@kvack.org |
akpm@linux-foundation.org | 938a920 | 2008-03-04 14:28:29 -0800 | [diff] [blame] | 3429 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3430 | F: mm/memcontrol.c |
akpm@linux-foundation.org | 938a920 | 2008-03-04 14:28:29 -0800 | [diff] [blame] | 3431 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3432 | MEMORY TECHNOLOGY DEVICES (MTD) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3433 | M: David Woodhouse <dwmw2@infradead.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3434 | W: http://www.linux-mtd.infradead.org/ |
| 3435 | L: linux-mtd@lists.infradead.org |
Josh Boyer | 2c560ac | 2005-11-23 15:43:57 -0800 | [diff] [blame] | 3436 | T: git git://git.infradead.org/mtd-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3437 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3438 | F: drivers/mtd/ |
| 3439 | F: include/linux/mtd/ |
| 3440 | F: include/mtd/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3441 | |
Michal Simek | c6375b0 | 2009-03-27 14:25:52 +0100 | [diff] [blame] | 3442 | MICROBLAZE ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3443 | M: Michal Simek <monstr@monstr.eu> |
Michal Simek | c6375b0 | 2009-03-27 14:25:52 +0100 | [diff] [blame] | 3444 | L: microblaze-uclinux@itee.uq.edu.au |
| 3445 | W: http://www.monstr.eu/fdt/ |
| 3446 | T: git git://git.monstr.eu/linux-2.6-microblaze.git |
| 3447 | S: Supported |
Michal Simek | 0a8c791 | 2009-04-14 11:38:57 +0200 | [diff] [blame] | 3448 | F: arch/microblaze/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3449 | |
| 3450 | MICROTEK X6 SCANNER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3451 | M: Oliver Neukum <oliver@neukum.name> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3452 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3453 | F: drivers/usb/image/microtek.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3454 | |
| 3455 | MIPS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3456 | M: Ralf Baechle <ralf@linux-mips.org> |
Ralf Baechle | d50f7ec | 2005-10-04 13:30:10 +0100 | [diff] [blame] | 3457 | W: http://www.linux-mips.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3458 | L: linux-mips@linux-mips.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3459 | T: git git://git.linux-mips.org/pub/scm/linux.git |
Ralf Baechle | 7425b34 | 2006-03-10 13:47:21 +0000 | [diff] [blame] | 3460 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3461 | F: Documentation/mips/ |
| 3462 | F: arch/mips/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3463 | |
| 3464 | MISCELLANEOUS MCA-SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3465 | M: James Bottomley <James.Bottomley@HansenPartnership.com> |
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: Documentation/ia64/mca.txt |
| 3468 | F: Documentation/mca.txt |
| 3469 | F: drivers/mca/ |
| 3470 | F: include/linux/mca* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3471 | |
| 3472 | MODULE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3473 | M: Rusty Russell <rusty@rustcorp.com.au> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3474 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3475 | F: include/linux/module.h |
| 3476 | F: kernel/module.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3477 | |
| 3478 | MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3479 | M: Stelian Pop <stelian@popies.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3480 | W: http://popies.net/meye/ |
| 3481 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3482 | F: Documentation/video4linux/meye.txt |
| 3483 | F: drivers/media/video/meye.* |
| 3484 | F: include/linux/meye.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3485 | |
Pavel Pisa | c58ff04 | 2007-05-16 01:10:41 +0200 | [diff] [blame] | 3486 | MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3487 | M: Pavel Pisa <ppisa@pikron.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 3488 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Pavel Pisa | c58ff04 | 2007-05-16 01:10:41 +0200 | [diff] [blame] | 3489 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3490 | F: drivers/mmc/host/imxmmc.* |
Pavel Pisa | c58ff04 | 2007-05-16 01:10:41 +0200 | [diff] [blame] | 3491 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3492 | MOUSE AND MISC DEVICES [GENERAL] |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3493 | M: Alessandro Rubini <rubini@ipvvis.unipv.it> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3494 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3495 | F: drivers/input/mouse/ |
| 3496 | F: include/linux/gpio_mouse.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3497 | |
Jiri Slaby | b9705b6 | 2008-04-30 00:53:48 -0700 | [diff] [blame] | 3498 | MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3499 | M: Jiri Slaby <jirislaby@gmail.com> |
Jiri Slaby | d735410 | 2006-12-08 02:38:35 -0800 | [diff] [blame] | 3500 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3501 | F: Documentation/serial/moxa-smartio |
| 3502 | F: drivers/char/mxser.* |
Jiri Slaby | d735410 | 2006-12-08 02:38:35 -0800 | [diff] [blame] | 3503 | |
Lennart Poettering | 8c4c731 | 2006-10-06 01:27:02 -0400 | [diff] [blame] | 3504 | MSI LAPTOP SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3505 | M: Lennart Poettering <mzxreary@0pointer.de> |
Joe Perches | 04bdfb9 | 2007-12-22 14:03:27 -0800 | [diff] [blame] | 3506 | W: https://tango.0pointer.de/mailman/listinfo/s270-linux |
Lennart Poettering | 8c4c731 | 2006-10-06 01:27:02 -0400 | [diff] [blame] | 3507 | W: http://0pointer.de/lennart/tchibo.html |
| 3508 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3509 | F: drivers/platform/x86/msi-laptop.c |
Lennart Poettering | 8c4c731 | 2006-10-06 01:27:02 -0400 | [diff] [blame] | 3510 | |
Samuel Ortiz | 4e0d13c | 2008-07-04 09:59:53 -0700 | [diff] [blame] | 3511 | MULTIFUNCTION DEVICES (MFD) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3512 | M: Samuel Ortiz <sameo@linux.intel.com> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3513 | 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] | 3514 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3515 | F: drivers/mfd/ |
Samuel Ortiz | 4e0d13c | 2008-07-04 09:59:53 -0700 | [diff] [blame] | 3516 | |
Pierre Ossman | 5c4e6f1 | 2007-05-21 20:23:20 +0200 | [diff] [blame] | 3517 | MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM |
Pierre Ossman | 3822a0e3 | 2009-07-31 12:27:28 +0200 | [diff] [blame] | 3518 | S: Orphan |
Andrew Morton | b2503a9 | 2009-08-18 14:11:12 -0700 | [diff] [blame] | 3519 | L: linux-mmc@vger.kernel.org |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3520 | F: drivers/mmc/ |
| 3521 | F: include/linux/mmc/ |
Russell King | baca2da | 2006-06-04 17:36:31 +0100 | [diff] [blame] | 3522 | |
David Brownell | 15a0580 | 2007-08-08 09:12:54 -0700 | [diff] [blame] | 3523 | MULTIMEDIA CARD (MMC) ETC. OVER SPI |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3524 | M: David Brownell <dbrownell@users.sourceforge.net> |
Jean Delvare | baaea1d | 2008-09-20 12:34:33 +0200 | [diff] [blame] | 3525 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3526 | F: drivers/mmc/host/mmc_spi.c |
| 3527 | F: include/linux/spi/mmc_spi.h |
David Brownell | 15a0580 | 2007-08-08 09:12:54 -0700 | [diff] [blame] | 3528 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3529 | MULTISOUND SOUND DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3530 | M: Andrew Veliath <andrewtv@usa.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3531 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3532 | F: Documentation/sound/oss/MultiSound |
| 3533 | F: sound/oss/msnd* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3534 | |
Jiri Slaby | d735410 | 2006-12-08 02:38:35 -0800 | [diff] [blame] | 3535 | MULTITECH MULTIPORT CARD (ISICOM) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3536 | M: Jiri Slaby <jirislaby@gmail.com> |
Jiri Slaby | d735410 | 2006-12-08 02:38:35 -0800 | [diff] [blame] | 3537 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3538 | F: drivers/char/isicom.c |
| 3539 | F: include/linux/isicom.h |
Jiri Slaby | d735410 | 2006-12-08 02:38:35 -0800 | [diff] [blame] | 3540 | |
Felipe Balbi | 550a737 | 2008-07-24 12:27:36 +0300 | [diff] [blame] | 3541 | MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3542 | M: Felipe Balbi <felipe.balbi@nokia.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 3543 | L: linux-usb@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3544 | T: git git://gitorious.org/musb/mainline.git |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 3545 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3546 | F: drivers/usb/musb/ |
Felipe Balbi | 550a737 | 2008-07-24 12:27:36 +0300 | [diff] [blame] | 3547 | |
Brice Goglin | 2d3cf58 | 2008-05-17 12:45:36 +0200 | [diff] [blame] | 3548 | MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3549 | M: Andrew Gallatin <gallatin@myri.com> |
| 3550 | M: Brice Goglin <brice@myri.com> |
Brice Goglin | 2d3cf58 | 2008-05-17 12:45:36 +0200 | [diff] [blame] | 3551 | L: netdev@vger.kernel.org |
| 3552 | W: http://www.myri.com/scs/download-Myri10GE.html |
| 3553 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3554 | F: drivers/net/myri10ge/ |
Brice Goglin | 2d3cf58 | 2008-05-17 12:45:36 +0200 | [diff] [blame] | 3555 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3556 | NATSEMI ETHERNET DRIVER (DP8381x) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3557 | M: Tim Hockin <thockin@hockin.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3558 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3559 | F: drivers/net/natsemi.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3560 | |
| 3561 | NCP FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3562 | M: Petr Vandrovec <vandrove@vc.cvut.cz> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3563 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3564 | F: fs/ncpfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3565 | |
| 3566 | NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3567 | M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3568 | L: linux-scsi@vger.kernel.org |
| 3569 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3570 | F: drivers/scsi/NCR_D700.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3571 | |
Glenn Streiff | 3c2d774 | 2008-02-04 20:20:45 -0800 | [diff] [blame] | 3572 | NETEFFECT IWARP RNIC DRIVER (IW_NES) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3573 | M: Faisal Latif <faisal.latif@intel.com> |
| 3574 | M: Chien Tung <chien.tin.tung@intel.com> |
Roland Dreier | e6cc0fd | 2009-09-07 21:54:38 -0700 | [diff] [blame] | 3575 | L: linux-rdma@vger.kernel.org |
Glenn Streiff | 3c2d774 | 2008-02-04 20:20:45 -0800 | [diff] [blame] | 3576 | W: http://www.neteffect.com |
| 3577 | S: Supported |
| 3578 | F: drivers/infiniband/hw/nes/ |
| 3579 | |
Stephen Hemminger | be2f2e8 | 2006-05-25 16:14:43 -0700 | [diff] [blame] | 3580 | NETEM NETWORK EMULATOR |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3581 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
David Brownell | f318a63 | 2007-04-23 14:41:06 -0700 | [diff] [blame] | 3582 | L: netem@lists.linux-foundation.org |
Stephen Hemminger | be2f2e8 | 2006-05-25 16:14:43 -0700 | [diff] [blame] | 3583 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3584 | F: net/sched/sch_netem.c |
Stephen Hemminger | be2f2e8 | 2006-05-25 16:14:43 -0700 | [diff] [blame] | 3585 | |
Ramkrishna Vepa | b136d1c | 2009-04-01 18:14:25 +0000 | [diff] [blame] | 3586 | NETERION (S2IO) 10GbE DRIVER (xframe/vxge) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3587 | M: Ramkrishna Vepa <ram.vepa@neterion.com> |
| 3588 | M: Rastapur Santosh <santosh.rastapur@neterion.com> |
| 3589 | M: Sivakumar Subramani <sivakumar.subramani@neterion.com> |
| 3590 | M: Sreenivasa Honnur <sreenivasa.honnur@neterion.com> |
| 3591 | M: Anil Murthy <anil.murthy@neterion.com> |
Jiri Slaby | 4a58448 | 2007-08-30 23:56:39 -0700 | [diff] [blame] | 3592 | L: netdev@vger.kernel.org |
Ramkrishna Vepa | b136d1c | 2009-04-01 18:14:25 +0000 | [diff] [blame] | 3593 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous |
| 3594 | W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous |
Jiri Slaby | 4a58448 | 2007-08-30 23:56:39 -0700 | [diff] [blame] | 3595 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3596 | F: Documentation/networking/s2io.txt |
| 3597 | F: drivers/net/s2io* |
Jiri Slaby | 4a58448 | 2007-08-30 23:56:39 -0700 | [diff] [blame] | 3598 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3599 | NETFILTER/IPTABLES/IPCHAINS |
| 3600 | P: Rusty Russell |
| 3601 | P: Marc Boucher |
| 3602 | P: James Morris |
| 3603 | P: Harald Welte |
| 3604 | P: Jozsef Kadlecsik |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3605 | M: Patrick McHardy <kaber@trash.net> |
Patrick McHardy | 1a03b81 | 2007-09-18 13:19:26 -0700 | [diff] [blame] | 3606 | L: netfilter-devel@vger.kernel.org |
| 3607 | L: netfilter@vger.kernel.org |
Patrick McHardy | 82b9854 | 2006-10-12 14:08:55 -0700 | [diff] [blame] | 3608 | L: coreteam@netfilter.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3609 | W: http://www.netfilter.org/ |
| 3610 | W: http://www.iptables.org/ |
Joe Perches | 3f1f7cf | 2009-07-01 11:32:10 +0200 | [diff] [blame] | 3611 | 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] | 3612 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3613 | F: include/linux/netfilter* |
| 3614 | F: include/linux/netfilter/ |
| 3615 | F: include/net/netfilter/ |
| 3616 | F: net/*/netfilter.c |
| 3617 | F: net/*/netfilter/ |
| 3618 | F: net/netfilter/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3619 | |
Paul Moore | 4cc6773 | 2006-09-25 15:57:13 -0700 | [diff] [blame] | 3620 | NETLABEL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3621 | M: Paul Moore <paul.moore@hp.com> |
Paul Moore | 4cc6773 | 2006-09-25 15:57:13 -0700 | [diff] [blame] | 3622 | W: http://netlabel.sf.net |
| 3623 | L: netdev@vger.kernel.org |
| 3624 | S: Supported |
Joe Perches | 8081149 | 2009-04-08 20:20:27 -0700 | [diff] [blame] | 3625 | F: Documentation/netlabel/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3626 | F: include/net/netlabel.h |
| 3627 | F: net/netlabel/ |
Paul Moore | 4cc6773 | 2006-09-25 15:57:13 -0700 | [diff] [blame] | 3628 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3629 | NETROM NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3630 | M: Ralf Baechle <ralf@linux-mips.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3631 | L: linux-hams@vger.kernel.org |
Ralf Baechle | d34cb28 | 2006-04-19 04:14:30 +0200 | [diff] [blame] | 3632 | W: http://www.linux-ax25.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3633 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3634 | F: include/linux/netrom.h |
| 3635 | F: include/net/netrom.h |
| 3636 | F: net/netrom/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3637 | |
Pavel Machek | 5ddb88c | 2006-09-29 02:01:29 -0700 | [diff] [blame] | 3638 | NETWORK BLOCK DEVICE (NBD) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3639 | M: Paul Clements <Paul.Clements@steeleye.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3640 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3641 | F: Documentation/blockdev/nbd.txt |
| 3642 | F: drivers/block/nbd.c |
| 3643 | F: include/linux/nbd.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3644 | |
Neil Horman | 6e43650 | 2009-10-05 03:56:55 +0000 | [diff] [blame] | 3645 | NETWORK DROP MONITOR |
| 3646 | M: Neil Horman <nhorman@tuxdriver.com> |
| 3647 | L: netdev@vger.kernel.org |
| 3648 | S: Maintained |
| 3649 | W: https://fedorahosted.org/dropwatch/ |
| 3650 | F: net/core/drop_monitor.c |
| 3651 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3652 | NETWORKING [GENERAL] |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3653 | M: "David S. Miller" <davem@davemloft.net> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 3654 | L: netdev@vger.kernel.org |
Joe Perches | b1e8fd5 | 2009-04-16 09:38:46 +0000 | [diff] [blame] | 3655 | W: http://www.linuxfoundation.org/en/Net |
Eric Dumazet | d1f6803 | 2009-10-10 21:40:54 +0000 | [diff] [blame] | 3656 | W: http://patchwork.ozlabs.org/project/netdev/list/ |
Joe Perches | b1e8fd5 | 2009-04-16 09:38:46 +0000 | [diff] [blame] | 3657 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
Joe Perches | dffc143 | 2009-11-04 09:38:58 -0800 | [diff] [blame] | 3658 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3659 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3660 | F: net/ |
| 3661 | F: include/net/ |
Joe Perches | 018d21e | 2009-08-07 06:43:01 +0000 | [diff] [blame] | 3662 | F: include/linux/in.h |
| 3663 | F: include/linux/net.h |
| 3664 | F: include/linux/netdevice.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3665 | |
| 3666 | NETWORKING [IPv4/IPv6] |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3667 | M: "David S. Miller" <davem@davemloft.net> |
| 3668 | M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru> |
| 3669 | M: "Pekka Savola (ipv6)" <pekkas@netcore.fi> |
| 3670 | M: James Morris <jmorris@namei.org> |
| 3671 | M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org> |
| 3672 | M: Patrick McHardy <kaber@trash.net> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 3673 | L: netdev@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3674 | 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] | 3675 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3676 | F: net/ipv4/ |
| 3677 | F: net/ipv6/ |
| 3678 | F: include/net/ip* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3679 | |
James Morris | 10e2ff1 | 2007-08-25 14:41:28 -0700 | [diff] [blame] | 3680 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3681 | M: Paul Moore <paul.moore@hp.com> |
James Morris | 10e2ff1 | 2007-08-25 14:41:28 -0700 | [diff] [blame] | 3682 | L: netdev@vger.kernel.org |
| 3683 | S: Maintained |
| 3684 | |
John W. Linville | 29f8f63 | 2006-01-18 14:52:48 -0800 | [diff] [blame] | 3685 | NETWORKING [WIRELESS] |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3686 | M: "John W. Linville" <linville@tuxdriver.com> |
Randy Dunlap | 2cb4abd | 2007-02-07 15:52:36 -0800 | [diff] [blame] | 3687 | L: linux-wireless@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3688 | 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] | 3689 | S: Maintained |
Joe Perches | 34b921c | 2009-08-07 13:16:15 -0700 | [diff] [blame] | 3690 | F: net/mac80211/ |
| 3691 | F: net/rfkill/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3692 | F: net/wireless/ |
| 3693 | F: include/net/ieee80211* |
Joe Perches | cc8b4a2 | 2009-06-18 16:49:24 -0700 | [diff] [blame] | 3694 | F: include/linux/wireless.h |
Joe Perches | 34b921c | 2009-08-07 13:16:15 -0700 | [diff] [blame] | 3695 | F: drivers/net/wireless/ |
John W. Linville | 29f8f63 | 2006-01-18 14:52:48 -0800 | [diff] [blame] | 3696 | |
Joe Perches | 788873a | 2009-04-16 09:38:45 +0000 | [diff] [blame] | 3697 | NETWORKING DRIVERS |
| 3698 | L: netdev@vger.kernel.org |
| 3699 | W: http://www.linuxfoundation.org/en/Net |
| 3700 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git |
| 3701 | S: Odd Fixes |
| 3702 | F: drivers/net/ |
Joe Perches | 018d21e | 2009-08-07 06:43:01 +0000 | [diff] [blame] | 3703 | F: include/linux/if_* |
| 3704 | F: include/linux/*device.h |
Joe Perches | 788873a | 2009-04-16 09:38:45 +0000 | [diff] [blame] | 3705 | |
Amit S. Kale | 3d396eb | 2006-10-21 15:33:03 -0400 | [diff] [blame] | 3706 | NETXEN (1/10) GbE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3707 | M: Dhananjay Phadke <dhananjay@netxen.com> |
Amit S. Kale | 3d396eb | 2006-10-21 15:33:03 -0400 | [diff] [blame] | 3708 | L: netdev@vger.kernel.org |
| 3709 | W: http://www.netxen.com |
| 3710 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3711 | F: drivers/net/netxen/ |
Amit S. Kale | 3d396eb | 2006-10-21 15:33:03 -0400 | [diff] [blame] | 3712 | |
J. Bruce Fields | e8b4355 | 2008-07-23 08:49:50 -0400 | [diff] [blame] | 3713 | NFS, SUNRPC, AND LOCKD CLIENTS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3714 | M: Trond Myklebust <Trond.Myklebust@netapp.com> |
Trond Myklebust | 78f5815 | 2007-12-12 20:16:06 -0500 | [diff] [blame] | 3715 | L: linux-nfs@vger.kernel.org |
| 3716 | W: http://client.linux-nfs.org |
| 3717 | 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] | 3718 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3719 | F: fs/lockd/ |
| 3720 | F: fs/nfs/ |
| 3721 | F: fs/nfs_common/ |
| 3722 | F: net/sunrpc/ |
| 3723 | F: include/linux/lockd/ |
| 3724 | F: include/linux/nfs* |
| 3725 | F: include/linux/sunrpc/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3726 | |
| 3727 | NI5010 NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3728 | M: Jan-Pascal van Best <janpascal@vanbest.org> |
| 3729 | M: Andreas Mohr <andi@lisas.de> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 3730 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3731 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3732 | F: drivers/net/ni5010.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3733 | |
Ryusuke Konishi | 85ef9ce | 2009-04-06 19:01:46 -0700 | [diff] [blame] | 3734 | NILFS2 FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3735 | M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp> |
Ryusuke Konishi | 85ef9ce | 2009-04-06 19:01:46 -0700 | [diff] [blame] | 3736 | L: users@nilfs.org |
| 3737 | W: http://www.nilfs.org/en/ |
| 3738 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3739 | F: Documentation/filesystems/nilfs2.txt |
| 3740 | F: fs/nilfs2/ |
| 3741 | F: include/linux/nilfs2_fs.h |
Ryusuke Konishi | 85ef9ce | 2009-04-06 19:01:46 -0700 | [diff] [blame] | 3742 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3743 | 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] | 3744 | M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3745 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
| 3746 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3747 | F: Documentation/scsi/NinjaSCSI.txt |
| 3748 | F: drivers/scsi/pcmcia/nsp_* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3749 | |
| 3750 | NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3751 | M: GOTO Masanori <gotom@debian.or.jp> |
| 3752 | M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3753 | W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ |
| 3754 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3755 | F: Documentation/scsi/NinjaSCSI.txt |
| 3756 | F: drivers/scsi/nsp32* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3757 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3758 | NTFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3759 | M: Anton Altaparmakov <aia21@cantab.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3760 | L: linux-ntfs-dev@lists.sourceforge.net |
Adrian Bunk | 169ccbd | 2008-09-02 14:35:37 -0700 | [diff] [blame] | 3761 | W: http://www.linux-ntfs.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3762 | 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] | 3763 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3764 | F: Documentation/filesystems/ntfs.txt |
| 3765 | F: fs/ntfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3766 | |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 3767 | NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3768 | M: Antonino Daplas <adaplas@gmail.com> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 3769 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 3770 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3771 | F: drivers/video/riva/ |
| 3772 | F: drivers/video/nvidia/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3773 | |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3774 | OMAP SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3775 | M: "Tony Lindgren <tony@atomide.com>" <tony@atomide.com> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3776 | L: linux-omap@vger.kernel.org |
| 3777 | W: http://www.muru.com/linux/omap/ |
| 3778 | W: http://linux.omap.com/ |
| 3779 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git |
| 3780 | S: Maintained |
Felipe Contreras | 4e04d5a | 2009-09-21 17:04:25 -0700 | [diff] [blame] | 3781 | F: arch/arm/*omap*/ |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3782 | |
| 3783 | OMAP CLOCK FRAMEWORK SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3784 | M: Paul Walmsley <paul@pwsan.com> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3785 | L: linux-omap@vger.kernel.org |
| 3786 | S: Maintained |
| 3787 | F: arch/arm/*omap*/*clock* |
| 3788 | |
| 3789 | OMAP POWER MANAGEMENT SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3790 | M: Kevin Hilman <khilman@deeprootsystems.com> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3791 | L: linux-omap@vger.kernel.org |
| 3792 | S: Maintained |
| 3793 | F: arch/arm/*omap*/*pm* |
| 3794 | |
| 3795 | OMAP AUDIO SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3796 | M: Jarkko Nikula <jhnikula@gmail.com> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3797 | L: alsa-devel@alsa-project.org (subscribers-only) |
| 3798 | L: linux-omap@vger.kernel.org |
| 3799 | S: Maintained |
| 3800 | F: sound/soc/omap/ |
| 3801 | |
| 3802 | OMAP FRAMEBUFFER SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3803 | M: Imre Deak <imre.deak@nokia.com> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3804 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
| 3805 | L: linux-omap@vger.kernel.org |
| 3806 | S: Maintained |
| 3807 | F: drivers/video/omap/ |
| 3808 | |
| 3809 | OMAP MMC SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3810 | M: Jarkko Lavinen <jarkko.lavinen@nokia.com> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3811 | L: linux-omap@vger.kernel.org |
| 3812 | S: Maintained |
Madhusudhan Chikkature | 653f41b | 2009-09-22 16:45:06 -0700 | [diff] [blame] | 3813 | F: drivers/mmc/host/omap.c |
| 3814 | |
| 3815 | OMAP HS MMC SUPPORT |
| 3816 | M: Madhusudhan Chikkature <madhu.cr@ti.com> |
| 3817 | L: linux-omap@vger.kernel.org |
| 3818 | S: Maintained |
| 3819 | F: drivers/mmc/host/omap_hsmmc.c |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3820 | |
| 3821 | OMAP RANDOM NUMBER GENERATOR SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3822 | M: Deepak Saxena <dsaxena@plexity.net> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3823 | S: Maintained |
| 3824 | F: drivers/char/hw_random/omap-rng.c |
| 3825 | |
| 3826 | OMAP USB SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3827 | M: Felipe Balbi <felipe.balbi@nokia.com> |
| 3828 | M: David Brownell <dbrownell@users.sourceforge.net> |
Tony Lindgren | f552578 | 2009-05-28 13:23:53 -0700 | [diff] [blame] | 3829 | L: linux-usb@vger.kernel.org |
| 3830 | L: linux-omap@vger.kernel.org |
| 3831 | S: Maintained |
| 3832 | |
Bob Copeland | 0ad122d | 2008-07-25 19:45:18 -0700 | [diff] [blame] | 3833 | OMFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3834 | M: Bob Copeland <me@bobcopeland.com> |
Bob Copeland | 0ad122d | 2008-07-25 19:45:18 -0700 | [diff] [blame] | 3835 | L: linux-karma-devel@lists.sourceforge.net |
| 3836 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3837 | F: Documentation/filesystems/omfs.txt |
| 3838 | F: fs/omfs/ |
Bob Copeland | 0ad122d | 2008-07-25 19:45:18 -0700 | [diff] [blame] | 3839 | |
Harald Welte | c1986ee | 2005-11-13 16:06:29 -0800 | [diff] [blame] | 3840 | OMNIKEY CARDMAN 4000 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3841 | M: Harald Welte <laforge@gnumonks.org> |
Harald Welte | c1986ee | 2005-11-13 16:06:29 -0800 | [diff] [blame] | 3842 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3843 | F: drivers/char/pcmcia/cm4000_cs.c |
| 3844 | F: include/linux/cm4000_cs.h |
Harald Welte | c1986ee | 2005-11-13 16:06:29 -0800 | [diff] [blame] | 3845 | |
Harald Welte | 77c44ab | 2005-11-13 16:06:26 -0800 | [diff] [blame] | 3846 | OMNIKEY CARDMAN 4040 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3847 | M: Harald Welte <laforge@gnumonks.org> |
Harald Welte | 77c44ab | 2005-11-13 16:06:26 -0800 | [diff] [blame] | 3848 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3849 | F: drivers/char/pcmcia/cm4040_cs.* |
Harald Welte | 77c44ab | 2005-11-13 16:06:26 -0800 | [diff] [blame] | 3850 | |
Jonathan Corbet | 77d5140 | 2007-03-22 19:44:17 -0300 | [diff] [blame] | 3851 | OMNIVISION OV7670 SENSOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3852 | M: Jonathan Corbet <corbet@lwn.net> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 3853 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3854 | 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] | 3855 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3856 | F: drivers/media/video/ov7670.c |
Jonathan Corbet | 77d5140 | 2007-03-22 19:44:17 -0300 | [diff] [blame] | 3857 | |
Thomas Gleixner | 431bca7 | 2007-05-02 09:31:35 +0200 | [diff] [blame] | 3858 | ONENAND FLASH DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3859 | M: Kyungmin Park <kyungmin.park@samsung.com> |
Thomas Gleixner | 431bca7 | 2007-05-02 09:31:35 +0200 | [diff] [blame] | 3860 | L: linux-mtd@lists.infradead.org |
| 3861 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3862 | F: drivers/mtd/onenand/ |
| 3863 | F: include/linux/mtd/onenand*.h |
Thomas Gleixner | 431bca7 | 2007-05-02 09:31:35 +0200 | [diff] [blame] | 3864 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3865 | ONSTREAM SCSI TAPE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3866 | M: Willem Riede <osst@riede.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3867 | L: osst-users@lists.sourceforge.net |
| 3868 | L: linux-scsi@vger.kernel.org |
| 3869 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3870 | F: drivers/scsi/osst* |
| 3871 | F: drivers/scsi/st* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3872 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3873 | OPENCORES I2C BUS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3874 | M: Peter Korsgaard <jacmet@sunsite.dk> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 3875 | L: linux-i2c@vger.kernel.org |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3876 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3877 | F: Documentation/i2c/busses/i2c-ocores |
| 3878 | F: drivers/i2c/busses/i2c-ocores.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3879 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3880 | OPROFILE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3881 | M: Robert Richter <robert.richter@amd.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3882 | L: oprofile-list@lists.sf.net |
| 3883 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3884 | F: arch/*/oprofile/ |
| 3885 | F: drivers/oprofile/ |
| 3886 | F: include/linux/oprofile.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3887 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3888 | ORACLE CLUSTER FILESYSTEM 2 (OCFS2) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3889 | M: Mark Fasheh <mfasheh@suse.com> |
| 3890 | M: Joel Becker <joel.becker@oracle.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3891 | L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) |
| 3892 | W: http://oss.oracle.com/projects/ocfs2/ |
Joel Becker | 2191aeb | 2009-04-17 15:58:50 -0700 | [diff] [blame] | 3893 | 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] | 3894 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3895 | F: Documentation/filesystems/ocfs2.txt |
| 3896 | F: Documentation/filesystems/dlmfs.txt |
| 3897 | F: fs/ocfs2/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3898 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3899 | ORINOCO DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3900 | M: Pavel Roskin <proski@gnu.org> |
| 3901 | M: David Gibson <hermes@gibson.dropbear.id.au> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 3902 | L: linux-wireless@vger.kernel.org |
Pavel Roskin | ecffdde | 2005-05-05 16:16:01 -0700 | [diff] [blame] | 3903 | L: orinoco-users@lists.sourceforge.net |
| 3904 | L: orinoco-devel@lists.sourceforge.net |
| 3905 | W: http://www.nongnu.org/orinoco/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3906 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3907 | F: drivers/net/wireless/orinoco/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3908 | |
Boaz Harrosh | 42c55aa | 2009-06-17 16:54:34 +0300 | [diff] [blame] | 3909 | OSD LIBRARY and FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3910 | M: Boaz Harrosh <bharrosh@panasas.com> |
| 3911 | M: Benny Halevy <bhalevy@panasas.com> |
Boaz Harrosh | 6827479 | 2009-01-25 17:24:14 +0200 | [diff] [blame] | 3912 | L: osd-dev@open-osd.org |
| 3913 | W: http://open-osd.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3914 | T: git git://git.open-osd.org/open-osd.git |
Boaz Harrosh | 6827479 | 2009-01-25 17:24:14 +0200 | [diff] [blame] | 3915 | S: Maintained |
Boaz Harrosh | 42c55aa | 2009-06-17 16:54:34 +0300 | [diff] [blame] | 3916 | F: drivers/scsi/osd/ |
Joe Perches | 6b6f0b6 | 2009-08-18 14:11:06 -0700 | [diff] [blame] | 3917 | F: include/scsi/osd_* |
Boaz Harrosh | 42c55aa | 2009-06-17 16:54:34 +0300 | [diff] [blame] | 3918 | F: fs/exofs/ |
Boaz Harrosh | 6827479 | 2009-01-25 17:24:14 +0200 | [diff] [blame] | 3919 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3920 | P54 WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3921 | M: Michael Wu <flamingice@sourmilk.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3922 | L: linux-wireless@vger.kernel.org |
| 3923 | W: http://prism54.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3924 | 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] | 3925 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3926 | F: drivers/net/wireless/p54/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3927 | |
Olof Johansson | f5cd787 | 2007-01-31 21:43:54 -0600 | [diff] [blame] | 3928 | PA SEMI ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3929 | M: Olof Johansson <olof@lixom.net> |
Olof Johansson | f5cd787 | 2007-01-31 21:43:54 -0600 | [diff] [blame] | 3930 | L: netdev@vger.kernel.org |
| 3931 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3932 | F: drivers/net/pasemi_mac.* |
Olof Johansson | f5cd787 | 2007-01-31 21:43:54 -0600 | [diff] [blame] | 3933 | |
Olof Johansson | beb58aa | 2007-02-13 22:09:03 +0100 | [diff] [blame] | 3934 | PA SEMI SMBUS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3935 | M: Olof Johansson <olof@lixom.net> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 3936 | L: linux-i2c@vger.kernel.org |
Olof Johansson | beb58aa | 2007-02-13 22:09:03 +0100 | [diff] [blame] | 3937 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3938 | F: drivers/i2c/busses/i2c-pasemi.c |
Olof Johansson | beb58aa | 2007-02-13 22:09:03 +0100 | [diff] [blame] | 3939 | |
Harald Welte | 709ee53 | 2008-09-23 17:46:57 +0200 | [diff] [blame] | 3940 | PANASONIC LAPTOP ACPI EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3941 | M: Harald Welte <laforge@gnumonks.org> |
Harald Welte | 709ee53 | 2008-09-23 17:46:57 +0200 | [diff] [blame] | 3942 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3943 | F: drivers/platform/x86/panasonic-laptop.c |
Harald Welte | 709ee53 | 2008-09-23 17:46:57 +0200 | [diff] [blame] | 3944 | |
David Howells | 4fa9718 | 2008-10-13 10:42:44 +0100 | [diff] [blame] | 3945 | PANASONIC MN10300/AM33 PORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3946 | M: David Howells <dhowells@redhat.com> |
| 3947 | M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com> |
David Howells | 4fa9718 | 2008-10-13 10:42:44 +0100 | [diff] [blame] | 3948 | L: linux-am33-list@redhat.com (moderated for non-subscribers) |
| 3949 | W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ |
| 3950 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3951 | F: Documentation/mn10300/ |
| 3952 | F: arch/mn10300/ |
David Howells | 4fa9718 | 2008-10-13 10:42:44 +0100 | [diff] [blame] | 3953 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3954 | PARALLEL PORT SUPPORT |
Randy Dunlap | 3dd1a32 | 2007-05-16 22:11:12 -0700 | [diff] [blame] | 3955 | L: linux-parport@lists.infradead.org (subscribers-only) |
David Brownell | 5fdc2ab | 2007-03-05 00:30:13 -0800 | [diff] [blame] | 3956 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3957 | F: drivers/parport/ |
| 3958 | F: include/linux/parport*.h |
| 3959 | F: drivers/char/ppdev.c |
| 3960 | F: include/linux/ppdev.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3961 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3962 | PARAVIRT_OPS INTERFACE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3963 | M: Jeremy Fitzhardinge <jeremy@xensource.com> |
| 3964 | M: Chris Wright <chrisw@sous-sol.org> |
| 3965 | M: Alok Kataria <akataria@vmware.com> |
| 3966 | M: Rusty Russell <rusty@rustcorp.com.au> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3967 | L: virtualization@lists.osdl.org |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3968 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3969 | F: Documentation/ia64/paravirt_ops.txt |
| 3970 | F: arch/*/kernel/paravirt* |
| 3971 | F: arch/*/include/asm/paravirt.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 3972 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3973 | PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3974 | M: Tim Waugh <tim@cyberelk.net> |
Randy Dunlap | 3dd1a32 | 2007-05-16 22:11:12 -0700 | [diff] [blame] | 3975 | L: linux-parport@lists.infradead.org (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3976 | W: http://www.torque.net/linux-pp.html |
| 3977 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3978 | F: Documentation/blockdev/paride.txt |
| 3979 | F: drivers/block/paride/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3980 | |
| 3981 | PARISC ARCHITECTURE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3982 | M: Kyle McMartin <kyle@mcmartin.ca> |
| 3983 | M: Helge Deller <deller@gmx.de> |
Kyle McMartin | ac6aecb | 2007-12-03 22:04:34 +0000 | [diff] [blame] | 3984 | L: linux-parisc@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3985 | W: http://www.parisc-linux.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 3986 | 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] | 3987 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3988 | F: arch/parisc/ |
| 3989 | F: drivers/parisc/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3990 | |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 3991 | PC87360 HARDWARE MONITORING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3992 | M: Jim Cromie <jim.cromie@gmail.com> |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 3993 | L: lm-sensors@lm-sensors.org |
| 3994 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 3995 | F: Documentation/hwmon/pc87360 |
| 3996 | F: drivers/hwmon/pc87360.c |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 3997 | |
| 3998 | PC8736x GPIO DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 3999 | M: Jim Cromie <jim.cromie@gmail.com> |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4000 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4001 | F: drivers/char/pc8736x_gpio.c |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4002 | |
Riku Voipio | b26e0ed | 2009-03-03 21:37:17 +0200 | [diff] [blame] | 4003 | PCA9532 LED DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4004 | M: Riku Voipio <riku.voipio@iki.fi> |
Riku Voipio | b26e0ed | 2009-03-03 21:37:17 +0200 | [diff] [blame] | 4005 | S: Maintained |
Joe Perches | d5ca691 | 2009-04-09 02:42:01 -0700 | [diff] [blame] | 4006 | F: drivers/leds/leds-pca9532.c |
| 4007 | F: include/linux/leds-pca9532.h |
Riku Voipio | b26e0ed | 2009-03-03 21:37:17 +0200 | [diff] [blame] | 4008 | |
Wolfram Sang | a1867d3 | 2009-09-18 22:45:51 +0200 | [diff] [blame] | 4009 | PCA9564/PCA9665 I2C BUS DRIVER |
| 4010 | M: Wolfram Sang <w.sang@pengutronix.de> |
| 4011 | L: linux-i2c@vger.kernel.org |
| 4012 | S: Maintained |
| 4013 | F: drivers/i2c/algos/i2c-algo-pca.c |
| 4014 | F: drivers/i2c/busses/i2c-pca-* |
| 4015 | F: include/linux/i2c-algo-pca.h |
| 4016 | F: include/linux/i2c-pca-platform.h |
| 4017 | |
linas@austin.ibm.com | 065c635 | 2005-12-02 19:16:18 -0600 | [diff] [blame] | 4018 | PCI ERROR RECOVERY |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4019 | M: Linas Vepstas <linas@austin.ibm.com> |
Jesse Barnes | c1f69db | 2008-05-19 15:28:16 -0700 | [diff] [blame] | 4020 | L: linux-pci@vger.kernel.org |
linas@austin.ibm.com | 065c635 | 2005-12-02 19:16:18 -0600 | [diff] [blame] | 4021 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4022 | F: Documentation/PCI/pci-error-recovery.txt |
| 4023 | F: Documentation/powerpc/eeh-pci-error-recovery.txt |
linas@austin.ibm.com | 065c635 | 2005-12-02 19:16:18 -0600 | [diff] [blame] | 4024 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4025 | PCI SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4026 | M: Jesse Barnes <jbarnes@virtuousgeek.org> |
Jesse Barnes | 2905474 | 2008-05-03 08:35:49 -0700 | [diff] [blame] | 4027 | L: linux-pci@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4028 | 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] | 4029 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4030 | F: Documentation/PCI/ |
| 4031 | F: drivers/pci/ |
| 4032 | F: include/linux/pci* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4033 | |
Jesse Barnes | be3652b | 2009-09-17 10:01:07 -0700 | [diff] [blame] | 4034 | PCI HOTPLUG |
| 4035 | M: Jesse Barnes <jbarnes@virtuousgeek.org> |
Jesse Barnes | 64dab20 | 2008-06-10 14:20:03 -0700 | [diff] [blame] | 4036 | L: linux-pci@vger.kernel.org |
Len Brown | 8b59a45 | 2007-01-08 19:03:28 -0500 | [diff] [blame] | 4037 | S: Supported |
Jesse Barnes | be3652b | 2009-09-17 10:01:07 -0700 | [diff] [blame] | 4038 | F: drivers/pci/hotplug |
Kristen Accardi | 8cf4c19 | 2005-08-16 15:16:10 -0700 | [diff] [blame] | 4039 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4040 | PCMCIA SUBSYSTEM |
Dominik Brodowski | 4230dfc | 2005-07-07 17:59:06 -0700 | [diff] [blame] | 4041 | P: Linux PCMCIA Team |
Randy Dunlap | f5df5881 | 2006-07-14 00:24:29 -0700 | [diff] [blame] | 4042 | L: linux-pcmcia@lists.infradead.org |
Joe Perches | 6650e0a | 2007-12-10 15:49:32 -0800 | [diff] [blame] | 4043 | W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4044 | 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] | 4045 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4046 | F: Documentation/pcmcia/ |
| 4047 | F: drivers/pcmcia/ |
| 4048 | F: include/pcmcia/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4049 | |
| 4050 | PCNET32 NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4051 | M: Don Fry <pcnet32@verizon.net> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 4052 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4053 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4054 | F: drivers/net/pcnet32.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4055 | |
Shailabh Nagar | ad4ecbc | 2006-07-14 00:24:44 -0700 | [diff] [blame] | 4056 | PER-TASK DELAY ACCOUNTING |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4057 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
Shailabh Nagar | ad4ecbc | 2006-07-14 00:24:44 -0700 | [diff] [blame] | 4058 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4059 | F: include/linux/delayacct.h |
| 4060 | F: kernel/delayacct.c |
Shailabh Nagar | ad4ecbc | 2006-07-14 00:24:44 -0700 | [diff] [blame] | 4061 | |
Ingo Molnar | 57c0c15 | 2009-09-21 12:20:38 +0200 | [diff] [blame] | 4062 | PERFORMANCE EVENTS SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4063 | M: Peter Zijlstra <a.p.zijlstra@chello.nl> |
| 4064 | M: Paul Mackerras <paulus@samba.org> |
| 4065 | M: Ingo Molnar <mingo@elte.hu> |
Paul Mackerras | 6c0b324 | 2009-04-09 09:27:37 +1000 | [diff] [blame] | 4066 | S: Supported |
| 4067 | |
Jim Cromie | dd49d0f | 2006-03-24 18:08:17 +0100 | [diff] [blame] | 4068 | PERSONALITY HANDLING |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4069 | M: Christoph Hellwig <hch@infradead.org> |
Jim Cromie | dd49d0f | 2006-03-24 18:08:17 +0100 | [diff] [blame] | 4070 | L: linux-abi-devel@lists.sourceforge.net |
| 4071 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4072 | F: include/linux/personality.h |
Jim Cromie | dd49d0f | 2006-03-24 18:08:17 +0100 | [diff] [blame] | 4073 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4074 | PHRAM MTD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4075 | M: Joern Engel <joern@lazybastard.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4076 | L: linux-mtd@lists.infradead.org |
| 4077 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4078 | F: drivers/mtd/devices/phram.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4079 | |
Peter Osterlund | 249a677 | 2005-09-27 21:45:30 -0700 | [diff] [blame] | 4080 | PKTCDVD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4081 | M: Peter Osterlund <petero2@telia.com> |
Peter Osterlund | 249a677 | 2005-09-27 21:45:30 -0700 | [diff] [blame] | 4082 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4083 | F: drivers/block/pktcdvd.c |
| 4084 | F: include/linux/pktcdvd.h |
Peter Osterlund | 249a677 | 2005-09-27 21:45:30 -0700 | [diff] [blame] | 4085 | |
Anil Ravindranath | 89a3681 | 2009-08-25 17:35:18 -0700 | [diff] [blame] | 4086 | PMC SIERRA MaxRAID DRIVER |
Joe Perches | 076cfaa | 2009-09-21 17:04:26 -0700 | [diff] [blame] | 4087 | M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com> |
Anil Ravindranath | 89a3681 | 2009-08-25 17:35:18 -0700 | [diff] [blame] | 4088 | L: linux-scsi@vger.kernel.org |
| 4089 | W: http://www.pmc-sierra.com/ |
| 4090 | S: Supported |
| 4091 | F: drivers/scsi/pmcraid.* |
| 4092 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4093 | POSIX CLOCKS and TIMERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4094 | M: Thomas Gleixner <tglx@linutronix.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4095 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4096 | F: fs/timerfd.c |
| 4097 | F: include/linux/timer* |
| 4098 | F: kernel/*timer* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4099 | |
Anton Vorontsov | 3be8614 | 2007-07-15 04:43:36 +0400 | [diff] [blame] | 4100 | POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4101 | M: Anton Vorontsov <cbou@mail.ru> |
| 4102 | M: David Woodhouse <dwmw2@infradead.org> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4103 | T: git git://git.infradead.org/battery-2.6.git |
Anton Vorontsov | 3be8614 | 2007-07-15 04:43:36 +0400 | [diff] [blame] | 4104 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4105 | F: include/linux/power_supply.h |
| 4106 | F: drivers/power/power_supply* |
Anton Vorontsov | 3be8614 | 2007-07-15 04:43:36 +0400 | [diff] [blame] | 4107 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4108 | PNP SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4109 | M: Adam Belay <abelay@mit.edu> |
| 4110 | M: Bjorn Helgaas <bjorn.helgaas@hp.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4111 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4112 | F: drivers/pnp/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4113 | |
Vitaly Wool | 999445d | 2007-01-04 13:07:03 +0100 | [diff] [blame] | 4114 | PNXxxxx I2C DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4115 | M: Vitaly Wool <vitalywool@gmail.com> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 4116 | L: linux-i2c@vger.kernel.org |
Vitaly Wool | 999445d | 2007-01-04 13:07:03 +0100 | [diff] [blame] | 4117 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4118 | F: drivers/i2c/busses/i2c-pnx.c |
Vitaly Wool | 999445d | 2007-01-04 13:07:03 +0100 | [diff] [blame] | 4119 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4120 | PPP PROTOCOL DRIVERS AND COMPRESSORS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4121 | M: Paul Mackerras <paulus@samba.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4122 | L: linux-ppp@vger.kernel.org |
| 4123 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4124 | F: drivers/net/ppp_* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4125 | |
| 4126 | PPP OVER ATM (RFC 2364) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4127 | M: Mitchell Blank Jr <mitch@sfgoth.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4128 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4129 | F: net/atm/pppoatm.c |
| 4130 | F: include/linux/atmppp.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4131 | |
| 4132 | PPP OVER ETHERNET |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4133 | M: Michal Ostrowski <mostrows@earthlink.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4134 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4135 | F: drivers/net/pppoe.c |
| 4136 | F: drivers/net/pppox.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4137 | |
James Chapman | a6d2370 | 2007-06-27 15:53:17 -0700 | [diff] [blame] | 4138 | PPP OVER L2TP |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4139 | M: James Chapman <jchapman@katalix.com> |
James Chapman | a6d2370 | 2007-06-27 15:53:17 -0700 | [diff] [blame] | 4140 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4141 | F: drivers/net/pppol2tp.c |
| 4142 | F: include/linux/if_pppol2tp.h |
James Chapman | a6d2370 | 2007-06-27 15:53:17 -0700 | [diff] [blame] | 4143 | |
Rodolfo Giometti | eae9d2b | 2009-06-17 16:28:37 -0700 | [diff] [blame] | 4144 | PPS SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4145 | M: Rodolfo Giometti <giometti@enneenne.com> |
Rodolfo Giometti | eae9d2b | 2009-06-17 16:28:37 -0700 | [diff] [blame] | 4146 | W: http://wiki.enneenne.com/index.php/LinuxPPS_support |
| 4147 | L: linuxpps@ml.enneenne.com (subscribers-only) |
| 4148 | S: Maintained |
Joe Perches | cabaaf4 | 2009-07-29 15:04:24 -0700 | [diff] [blame] | 4149 | F: Documentation/pps/ |
| 4150 | F: drivers/pps/ |
| 4151 | F: include/linux/pps*.h |
Rodolfo Giometti | eae9d2b | 2009-06-17 16:28:37 -0700 | [diff] [blame] | 4152 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4153 | PREEMPTIBLE KERNEL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4154 | M: Robert Love <rml@tech9.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4155 | L: kpreempt-tech@lists.sourceforge.net |
| 4156 | W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel |
| 4157 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4158 | F: Documentation/preempt-locking.txt |
| 4159 | F: include/linux/preempt.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4160 | |
| 4161 | PRISM54 WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4162 | M: "Luis R. Rodriguez" <mcgrof@gmail.com> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 4163 | L: linux-wireless@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4164 | W: http://prism54.org |
| 4165 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4166 | F: drivers/net/wireless/prism54/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4167 | |
| 4168 | PROMISE DC4030 CACHING DISK CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4169 | M: Peter Denison <promise@pnd-pc.demon.co.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4170 | W: http://www.pnd-pc.demon.co.uk/promise/ |
| 4171 | S: Maintained |
| 4172 | |
Mikael Pettersson | b3277df | 2007-01-10 09:33:53 +0100 | [diff] [blame] | 4173 | PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4174 | M: Mikael Pettersson <mikpe@it.uu.se> |
Mikael Pettersson | b3277df | 2007-01-10 09:33:53 +0100 | [diff] [blame] | 4175 | L: linux-ide@vger.kernel.org |
| 4176 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4177 | F: drivers/ata/sata_promise.* |
Mikael Pettersson | b3277df | 2007-01-10 09:33:53 +0100 | [diff] [blame] | 4178 | |
Masakazu Mokuno | 02c1889 | 2007-07-05 20:11:16 +0900 | [diff] [blame] | 4179 | PS3 NETWORK SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4180 | M: Geoff Levand <geoffrey.levand@am.sony.com> |
Masakazu Mokuno | 02c1889 | 2007-07-05 20:11:16 +0900 | [diff] [blame] | 4181 | L: netdev@vger.kernel.org |
| 4182 | L: cbe-oss-dev@ozlabs.org |
| 4183 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4184 | F: drivers/net/ps3_gelic_net.* |
Masakazu Mokuno | 02c1889 | 2007-07-05 20:11:16 +0900 | [diff] [blame] | 4185 | |
Geoff Levand | f58a9d1 | 2006-11-23 00:46:51 +0100 | [diff] [blame] | 4186 | PS3 PLATFORM SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4187 | M: Geoff Levand <geoffrey.levand@am.sony.com> |
Geoff Levand | f58a9d1 | 2006-11-23 00:46:51 +0100 | [diff] [blame] | 4188 | L: linuxppc-dev@ozlabs.org |
| 4189 | L: cbe-oss-dev@ozlabs.org |
| 4190 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4191 | F: arch/powerpc/boot/ps3* |
| 4192 | F: arch/powerpc/include/asm/lv1call.h |
| 4193 | F: arch/powerpc/include/asm/ps3*.h |
| 4194 | F: arch/powerpc/platforms/ps3/ |
| 4195 | F: drivers/*/ps3* |
| 4196 | F: drivers/ps3/ |
Geoff Levand | fec629b | 2009-04-16 09:05:40 +0000 | [diff] [blame] | 4197 | F: drivers/rtc/rtc-ps3.c |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4198 | F: drivers/usb/host/*ps3.c |
Geoff Levand | fec629b | 2009-04-16 09:05:40 +0000 | [diff] [blame] | 4199 | F: sound/ppc/snd_ps3* |
Geoff Levand | f58a9d1 | 2006-11-23 00:46:51 +0100 | [diff] [blame] | 4200 | |
Jim Paris | cffb4add | 2009-01-06 11:32:10 +0000 | [diff] [blame] | 4201 | PS3VRAM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4202 | M: Jim Paris <jim@jtan.com> |
Jim Paris | cffb4add | 2009-01-06 11:32:10 +0000 | [diff] [blame] | 4203 | L: cbe-oss-dev@ozlabs.org |
| 4204 | S: Maintained |
| 4205 | |
Christoph Hellwig | cf94a4d | 2009-04-30 15:08:12 -0700 | [diff] [blame] | 4206 | PTRACE SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4207 | M: Roland McGrath <roland@redhat.com> |
| 4208 | M: Oleg Nesterov <oleg@redhat.com> |
Christoph Hellwig | cf94a4d | 2009-04-30 15:08:12 -0700 | [diff] [blame] | 4209 | S: Maintained |
| 4210 | F: include/asm-generic/syscall.h |
| 4211 | F: include/linux/ptrace.h |
| 4212 | F: include/linux/regset.h |
| 4213 | F: include/linux/tracehook.h |
| 4214 | F: kernel/ptrace.c |
| 4215 | |
Michael Krufky | 8320204 | 2006-07-03 00:24:18 -0700 | [diff] [blame] | 4216 | PVRUSB2 VIDEO4LINUX DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4217 | M: Mike Isely <isely@pobox.com> |
Mike Isely | 16e9495 | 2007-01-03 18:08:06 -0300 | [diff] [blame] | 4218 | L: pvrusb2@isely.net (subscribers-only) |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 4219 | L: linux-media@vger.kernel.org |
Michael Krufky | 8320204 | 2006-07-03 00:24:18 -0700 | [diff] [blame] | 4220 | W: http://www.isely.net/pvrusb2/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4221 | 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] | 4222 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4223 | F: Documentation/video4linux/README.pvrusb2 |
| 4224 | F: drivers/media/video/pvrusb2/ |
Michael Krufky | 8320204 | 2006-07-03 00:24:18 -0700 | [diff] [blame] | 4225 | |
Eric Miao | 30ec261 | 2008-06-12 15:21:41 -0700 | [diff] [blame] | 4226 | PXA2xx/PXA3xx SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4227 | M: Eric Miao <eric.y.miao@gmail.com> |
| 4228 | M: Russell King <linux@arm.linux.org.uk> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 4229 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4230 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4231 | F: arch/arm/mach-pxa/ |
| 4232 | F: drivers/pcmcia/pxa2xx* |
| 4233 | F: drivers/spi/pxa2xx* |
| 4234 | F: drivers/usb/gadget/pxa2* |
| 4235 | F: include/sound/pxa2xx-lib.h |
Mark Brown | bec4c99 | 2009-05-06 10:36:34 +0100 | [diff] [blame] | 4236 | F: sound/arm/pxa* |
| 4237 | F: sound/soc/pxa |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4238 | |
Eric Miao | a6bb4ba | 2009-02-19 21:13:21 +0800 | [diff] [blame] | 4239 | PXA168 SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4240 | M: Eric Miao <eric.y.miao@gmail.com> |
| 4241 | M: Jason Chagas <jason.chagas@marvell.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 4242 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4243 | 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] | 4244 | S: Maintained |
Eric Miao | a6bb4ba | 2009-02-19 21:13:21 +0800 | [diff] [blame] | 4245 | |
Eric Miao | 5fa82eb | 2009-03-20 12:52:24 +0800 | [diff] [blame] | 4246 | PXA910 SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4247 | M: Eric Miao <eric.y.miao@gmail.com> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 4248 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4249 | 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] | 4250 | S: Maintained |
Eric Miao | 5fa82eb | 2009-03-20 12:52:24 +0800 | [diff] [blame] | 4251 | |
Pierre Ossman | 272f133 | 2007-05-14 21:25:26 +0200 | [diff] [blame] | 4252 | PXA MMCI DRIVER |
| 4253 | S: Orphan |
| 4254 | |
Robert Jarzmik | 57f63bc | 2009-02-11 13:04:19 -0800 | [diff] [blame] | 4255 | PXA RTC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4256 | M: Robert Jarzmik <robert.jarzmik@free.fr> |
Robert Jarzmik | 57f63bc | 2009-02-11 13:04:19 -0800 | [diff] [blame] | 4257 | L: rtc-linux@googlegroups.com |
| 4258 | S: Maintained |
| 4259 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4260 | QLOGIC QLA2XXX FC-SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4261 | M: Andrew Vasquez <andrew.vasquez@qlogic.com> |
Andrew Vasquez | 95e6a85 | 2006-03-14 14:41:04 -0800 | [diff] [blame] | 4262 | M: linux-driver@qlogic.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4263 | L: linux-scsi@vger.kernel.org |
| 4264 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4265 | F: Documentation/scsi/LICENSE.qla2xxx |
| 4266 | F: drivers/scsi/qla2xxx/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4267 | |
Ron Mercer | 5a4faa8 | 2006-07-25 00:40:21 -0700 | [diff] [blame] | 4268 | QLOGIC QLA3XXX NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4269 | M: Ron Mercer <ron.mercer@qlogic.com> |
Ron Mercer | 5a4faa8 | 2006-07-25 00:40:21 -0700 | [diff] [blame] | 4270 | M: linux-driver@qlogic.com |
| 4271 | L: netdev@vger.kernel.org |
| 4272 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4273 | F: Documentation/networking/LICENSE.qla3xxx |
| 4274 | F: drivers/net/qla3xxx.* |
Ron Mercer | 5a4faa8 | 2006-07-25 00:40:21 -0700 | [diff] [blame] | 4275 | |
Ron Mercer | c4e84bd | 2008-09-18 11:56:28 -0400 | [diff] [blame] | 4276 | QLOGIC QLGE 10Gb ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4277 | M: Ron Mercer <ron.mercer@qlogic.com> |
Joe Perches | 4cbfbe2 | 2009-07-29 15:04:21 -0700 | [diff] [blame] | 4278 | M: linux-driver@qlogic.com |
Ron Mercer | c4e84bd | 2008-09-18 11:56:28 -0400 | [diff] [blame] | 4279 | L: netdev@vger.kernel.org |
| 4280 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4281 | F: drivers/net/qlge/ |
Ron Mercer | c4e84bd | 2008-09-18 11:56:28 -0400 | [diff] [blame] | 4282 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4283 | QNX4 FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4284 | M: Anders Larsen <al@alarsen.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4285 | W: http://www.alarsen.net/linux/qnx4fs/ |
| 4286 | S: Maintained |
Joe Perches | 8081149 | 2009-04-08 20:20:27 -0700 | [diff] [blame] | 4287 | F: fs/qnx4/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4288 | F: include/linux/qnx4_fs.h |
| 4289 | F: include/linux/qnxtypes.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4290 | |
| 4291 | RADEON FRAMEBUFFER DISPLAY DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4292 | M: Benjamin Herrenschmidt <benh@kernel.crashing.org> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 4293 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4294 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4295 | F: drivers/video/aty/radeon* |
| 4296 | F: include/linux/radeonfb.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4297 | |
| 4298 | RAGE128 FRAMEBUFFER DISPLAY DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4299 | M: Paul Mackerras <paulus@samba.org> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 4300 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4301 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4302 | F: drivers/video/aty/aty128fb.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4303 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 4304 | RALINK RT2X00 WIRELESS LAN DRIVER |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 4305 | P: rt2x00 project |
| 4306 | L: linux-wireless@vger.kernel.org |
Bartlomiej Zolnierkiewicz | 83fc9c8 | 2009-10-26 20:14:33 +0100 | [diff] [blame] | 4307 | L: users@rt2x00.serialmonkey.com (moderated for non-subscribers) |
Ivo van Doorn | 95ea362 | 2007-09-25 17:57:13 -0700 | [diff] [blame] | 4308 | W: http://rt2x00.serialmonkey.com/ |
| 4309 | S: Maintained |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4310 | 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] | 4311 | F: drivers/net/wireless/rt2x00/ |
| 4312 | |
Nick Piggin | 9db5579 | 2008-02-08 04:19:49 -0800 | [diff] [blame] | 4313 | RAMDISK RAM BLOCK DEVICE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4314 | M: Nick Piggin <npiggin@suse.de> |
Nick Piggin | 9db5579 | 2008-02-08 04:19:49 -0800 | [diff] [blame] | 4315 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4316 | F: Documentation/blockdev/ramdisk.txt |
| 4317 | F: drivers/block/brd.c |
Nick Piggin | 9db5579 | 2008-02-08 04:19:49 -0800 | [diff] [blame] | 4318 | |
Matt Mackall | 9e95ce2 | 2005-04-16 15:25:56 -0700 | [diff] [blame] | 4319 | RANDOM NUMBER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4320 | M: Matt Mackall <mpm@selenic.com> |
Matt Mackall | 9e95ce2 | 2005-04-16 15:25:56 -0700 | [diff] [blame] | 4321 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4322 | F: drivers/char/random.c |
Matt Mackall | 9e95ce2 | 2005-04-16 15:25:56 -0700 | [diff] [blame] | 4323 | |
Matt Porter | 394b701 | 2005-11-07 01:00:15 -0800 | [diff] [blame] | 4324 | RAPIDIO SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4325 | M: Matt Porter <mporter@kernel.crashing.org> |
Matt Porter | 394b701 | 2005-11-07 01:00:15 -0800 | [diff] [blame] | 4326 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4327 | F: drivers/rapidio/ |
Matt Porter | 394b701 | 2005-11-07 01:00:15 -0800 | [diff] [blame] | 4328 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4329 | RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4330 | M: Corey Thomas <coreythomas@charter.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4331 | L: linux-wireless@vger.kernel.org |
| 4332 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4333 | F: drivers/net/wireless/ray* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4334 | |
| 4335 | RCUTORTURE MODULE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4336 | M: Josh Triplett <josh@freedesktop.org> |
| 4337 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4338 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4339 | F: Documentation/RCU/torture.txt |
| 4340 | F: kernel/rcutorture.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4341 | |
Florian Fainelli | c1f766b | 2008-02-06 22:39:44 +0100 | [diff] [blame] | 4342 | RDC R-321X SoC |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4343 | M: Florian Fainelli <florian@openwrt.org> |
Florian Fainelli | c1f766b | 2008-02-06 22:39:44 +0100 | [diff] [blame] | 4344 | S: Maintained |
| 4345 | |
Florian Fainelli | db17f39 | 2007-12-19 11:30:30 +0100 | [diff] [blame] | 4346 | RDC R6040 FAST ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4347 | M: Florian Fainelli <florian@openwrt.org> |
Florian Fainelli | db17f39 | 2007-12-19 11:30:30 +0100 | [diff] [blame] | 4348 | L: netdev@vger.kernel.org |
| 4349 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4350 | F: drivers/net/r6040.c |
Florian Fainelli | db17f39 | 2007-12-19 11:30:30 +0100 | [diff] [blame] | 4351 | |
Andy Grover | a09ed66 | 2009-02-24 15:30:41 +0000 | [diff] [blame] | 4352 | RDS - RELIABLE DATAGRAM SOCKETS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4353 | M: Andy Grover <andy.grover@oracle.com> |
Kyle McMartin | fbb5a55 | 2009-04-09 14:09:47 +0000 | [diff] [blame] | 4354 | L: rds-devel@oss.oracle.com (moderated for non-subscribers) |
Andy Grover | a09ed66 | 2009-02-24 15:30:41 +0000 | [diff] [blame] | 4355 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4356 | F: net/rds/ |
Andy Grover | a09ed66 | 2009-02-24 15:30:41 +0000 | [diff] [blame] | 4357 | |
Josh Triplett | 595182b | 2006-10-04 02:17:21 -0700 | [diff] [blame] | 4358 | READ-COPY UPDATE (RCU) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4359 | M: Dipankar Sarma <dipankar@in.ibm.com> |
| 4360 | M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
Josh Triplett | 595182b | 2006-10-04 02:17:21 -0700 | [diff] [blame] | 4361 | W: http://www.rdrop.com/users/paulmck/rclock/ |
Josh Triplett | 595182b | 2006-10-04 02:17:21 -0700 | [diff] [blame] | 4362 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4363 | F: Documentation/RCU/rcu.txt |
| 4364 | F: Documentation/RCU/rcuref.txt |
| 4365 | F: include/linux/rcupdate.h |
| 4366 | F: include/linux/srcu.h |
| 4367 | F: kernel/rcupdate.c |
Josh Triplett | 595182b | 2006-10-04 02:17:21 -0700 | [diff] [blame] | 4368 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4369 | REAL TIME CLOCK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4370 | M: Paul Gortmaker <p_gortmaker@yahoo.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4371 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4372 | F: Documentation/rtc.txt |
| 4373 | F: drivers/rtc/ |
| 4374 | F: include/linux/rtc.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4375 | |
Alessandro Zummo | 0c86edc | 2006-03-27 01:16:37 -0800 | [diff] [blame] | 4376 | REAL TIME CLOCK (RTC) SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4377 | M: Alessandro Zummo <a.zummo@towertech.it> |
Alessandro Zummo | 7646549 | 2006-12-10 02:19:06 -0800 | [diff] [blame] | 4378 | L: rtc-linux@googlegroups.com |
Alessandro Zummo | 0c86edc | 2006-03-27 01:16:37 -0800 | [diff] [blame] | 4379 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4380 | F: Documentation/rtc.txt |
| 4381 | F: drivers/rtc/ |
| 4382 | F: include/linux/rtc.h |
Alessandro Zummo | 0c86edc | 2006-03-27 01:16:37 -0800 | [diff] [blame] | 4383 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4384 | REISERFS FILE SYSTEM |
Jeff Mahoney | 76c4e5e | 2007-06-08 13:47:02 -0700 | [diff] [blame] | 4385 | L: reiserfs-devel@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4386 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4387 | F: fs/reiserfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4388 | |
Ivo van Doorn | e0897645 | 2008-04-12 19:23:55 +0200 | [diff] [blame] | 4389 | RFKILL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4390 | M: Johannes Berg <johannes@sipsolutions.net> |
Johannes Berg | 19d337d | 2009-06-02 13:01:37 +0200 | [diff] [blame] | 4391 | L: linux-wireless@vger.kernel.org |
Ivo van Doorn | e0897645 | 2008-04-12 19:23:55 +0200 | [diff] [blame] | 4392 | S: Maintained |
Joe Perches | 8081149 | 2009-04-08 20:20:27 -0700 | [diff] [blame] | 4393 | F Documentation/rfkill.txt |
| 4394 | F: net/rfkill/ |
Ivo van Doorn | e0897645 | 2008-04-12 19:23:55 +0200 | [diff] [blame] | 4395 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4396 | RISCOM8 DRIVER |
| 4397 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4398 | F: Documentation/serial/riscom8.txt |
| 4399 | F: drivers/char/riscom8* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4400 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4401 | ROCKETPORT DRIVER |
| 4402 | P: Comtrol Corp. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4403 | W: http://www.comtrol.com |
| 4404 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4405 | F: Documentation/serial/rocket.txt |
| 4406 | F: drivers/char/rocket* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4407 | |
| 4408 | ROSE NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4409 | M: Ralf Baechle <ralf@linux-mips.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4410 | L: linux-hams@vger.kernel.org |
Ralf Baechle | d34cb28 | 2006-04-19 04:14:30 +0200 | [diff] [blame] | 4411 | W: http://www.linux-ax25.org/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4412 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4413 | F: include/linux/rose.h |
| 4414 | F: include/net/rose.h |
| 4415 | F: net/rose/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4416 | |
Larry Finger | 5984048 | 2008-11-12 17:13:09 -0600 | [diff] [blame] | 4417 | RTL8180 WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4418 | M: "John W. Linville" <linville@tuxdriver.com> |
Michael Wu | 605bebe | 2007-05-14 01:41:02 -0400 | [diff] [blame] | 4419 | L: linux-wireless@vger.kernel.org |
| 4420 | W: http://linuxwireless.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4421 | 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] | 4422 | S: Maintained |
Joe Perches | 2b3daf5 | 2009-07-21 13:09:56 -0700 | [diff] [blame] | 4423 | F: drivers/net/wireless/rtl818x/rtl8180* |
Michael Wu | 605bebe | 2007-05-14 01:41:02 -0400 | [diff] [blame] | 4424 | |
Larry Finger | 5984048 | 2008-11-12 17:13:09 -0600 | [diff] [blame] | 4425 | RTL8187 WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4426 | M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> |
| 4427 | M: Hin-Tak Leung <htl10@users.sourceforge.net> |
| 4428 | M: Larry Finger <Larry.Finger@lwfinger.net> |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 4429 | L: linux-wireless@vger.kernel.org |
| 4430 | W: http://linuxwireless.org/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4431 | 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] | 4432 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4433 | F: drivers/net/wireless/rtl818x/rtl8187* |
Larry Finger | 5984048 | 2008-11-12 17:13:09 -0600 | [diff] [blame] | 4434 | |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 4435 | S3 SAVAGE FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4436 | M: Antonino Daplas <adaplas@gmail.com> |
Geert Uytterhoeven | 8936b6d | 2008-02-23 15:23:30 -0800 | [diff] [blame] | 4437 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 4438 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4439 | F: drivers/video/savage/ |
Antonino A. Daplas | 9eb8ef7 | 2006-01-14 13:21:26 -0800 | [diff] [blame] | 4440 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4441 | S390 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4442 | M: Martin Schwidefsky <schwidefsky@de.ibm.com> |
| 4443 | M: Heiko Carstens <heiko.carstens@de.ibm.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4444 | M: linux390@de.ibm.com |
Martin Schwidefsky | d58140cc | 2007-02-05 21:17:27 +0100 | [diff] [blame] | 4445 | L: linux-s390@vger.kernel.org |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4446 | W: http://www.ibm.com/developerworks/linux/linux390/ |
| 4447 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4448 | F: arch/s390/ |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4449 | |
| 4450 | S390 NETWORK DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4451 | M: Ursula Braun <ursula.braun@de.ibm.com> |
| 4452 | M: Frank Blaschka <blaschka@linux.vnet.ibm.com> |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4453 | M: linux390@de.ibm.com |
Martin Schwidefsky | d58140cc | 2007-02-05 21:17:27 +0100 | [diff] [blame] | 4454 | L: linux-s390@vger.kernel.org |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4455 | W: http://www.ibm.com/developerworks/linux/linux390/ |
| 4456 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4457 | F: drivers/s390/net/ |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4458 | |
Felix Beck | feed9b6 | 2009-03-26 15:24:23 +0100 | [diff] [blame] | 4459 | S390 ZCRYPT DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4460 | M: Felix Beck <felix.beck@de.ibm.com> |
| 4461 | M: Ralph Wuerthner <ralph.wuerthner@de.ibm.com> |
Felix Beck | feed9b6 | 2009-03-26 15:24:23 +0100 | [diff] [blame] | 4462 | M: linux390@de.ibm.com |
| 4463 | L: linux-s390@vger.kernel.org |
| 4464 | S: Supported |
Joe Perches | d5ca691 | 2009-04-09 02:42:01 -0700 | [diff] [blame] | 4465 | F: drivers/s390/crypto/ |
Felix Beck | feed9b6 | 2009-03-26 15:24:23 +0100 | [diff] [blame] | 4466 | |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4467 | S390 ZFCP DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4468 | M: Christof Schmitt <christof.schmitt@de.ibm.com> |
| 4469 | M: Martin Peschke <mp3@de.ibm.com> |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4470 | M: linux390@de.ibm.com |
Martin Schwidefsky | d58140cc | 2007-02-05 21:17:27 +0100 | [diff] [blame] | 4471 | L: linux-s390@vger.kernel.org |
Heiko Carstens | 5238da4 | 2006-02-11 17:56:01 -0800 | [diff] [blame] | 4472 | W: http://www.ibm.com/developerworks/linux/linux390/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4473 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4474 | F: Documentation/s390/zfcpdump.txt |
| 4475 | F: drivers/s390/scsi/zfcp_* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4476 | |
Ursula Braun | dd96df2 | 2007-09-19 13:09:02 +0200 | [diff] [blame] | 4477 | S390 IUCV NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4478 | M: Ursula Braun <ursula.braun@de.ibm.com> |
Ursula Braun | dd96df2 | 2007-09-19 13:09:02 +0200 | [diff] [blame] | 4479 | M: linux390@de.ibm.com |
| 4480 | L: linux-s390@vger.kernel.org |
| 4481 | W: http://www.ibm.com/developerworks/linux/linux390/ |
| 4482 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4483 | F: drivers/s390/net/*iucv* |
| 4484 | F: include/net/iucv/ |
| 4485 | F: net/iucv/ |
Ursula Braun | dd96df2 | 2007-09-19 13:09:02 +0200 | [diff] [blame] | 4486 | |
Ben Dooks | 4dde7f7 | 2008-06-30 22:40:38 +0100 | [diff] [blame] | 4487 | S3C24XX SD/MMC Driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4488 | M: Ben Dooks <ben-linux@fluff.org> |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 4489 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Ben Dooks | 4dde7f7 | 2008-06-30 22:40:38 +0100 | [diff] [blame] | 4490 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4491 | F: drivers/mmc/host/s3cmci.* |
Ben Dooks | 4dde7f7 | 2008-06-30 22:40:38 +0100 | [diff] [blame] | 4492 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4493 | SAA7146 VIDEO4LINUX-2 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4494 | M: Michael Hunold <michael@mihu.de> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 4495 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4496 | 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] | 4497 | W: http://www.mihu.de/linux/saa7146 |
| 4498 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4499 | F: drivers/media/common/saa7146* |
| 4500 | F: drivers/media/video/*7146* |
| 4501 | F: include/media/*7146* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4502 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4503 | SC1200 WDT DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4504 | M: Zwane Mwaikambo <zwane@arm.linux.org.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4505 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4506 | F: drivers/watchdog/sc1200wdt.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4507 | |
| 4508 | SCHEDULER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4509 | M: Ingo Molnar <mingo@elte.hu> |
| 4510 | M: Peter Zijlstra <peterz@infradead.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4511 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4512 | F: kernel/sched* |
| 4513 | F: include/linux/sched.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4514 | |
Chen Liqin | 6bcf673 | 2009-06-13 15:24:33 +0800 | [diff] [blame] | 4515 | SCORE ARCHITECTURE |
| 4516 | P: Chen Liqin |
| 4517 | M: liqin.chen@sunplusct.com |
| 4518 | P: Lennox Wu |
Chen Liqin | 7e48386 | 2009-09-23 11:40:15 +0800 | [diff] [blame] | 4519 | M: lennox.wu@gmail.com |
Chen Liqin | 6bcf673 | 2009-06-13 15:24:33 +0800 | [diff] [blame] | 4520 | W: http://www.sunplusct.com |
| 4521 | S: Supported |
| 4522 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4523 | SCSI CDROM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4524 | M: Jens Axboe <axboe@kernel.dk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4525 | L: linux-scsi@vger.kernel.org |
| 4526 | W: http://www.kernel.dk |
| 4527 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4528 | F: drivers/scsi/sr* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4529 | |
| 4530 | SCSI SG DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4531 | M: Doug Gilbert <dgilbert@interlog.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4532 | L: linux-scsi@vger.kernel.org |
| 4533 | W: http://www.torque.net/sg |
| 4534 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4535 | F: drivers/scsi/sg.c |
| 4536 | F: include/scsi/sg.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4537 | |
| 4538 | SCSI SUBSYSTEM |
James Bottomley | 60df75c | 2009-08-13 19:23:12 +0000 | [diff] [blame] | 4539 | M: "James E.J. Bottomley" <James.Bottomley@suse.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4540 | L: linux-scsi@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4541 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git |
| 4542 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git |
| 4543 | 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] | 4544 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4545 | F: drivers/scsi/ |
| 4546 | F: include/scsi/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4547 | |
| 4548 | SCSI TAPE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4549 | M: Kai Mäkisara <Kai.Makisara@kolumbus.fi> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4550 | L: linux-scsi@vger.kernel.org |
| 4551 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4552 | F: Documentation/scsi/st.txt |
| 4553 | F: drivers/scsi/st* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4554 | |
| 4555 | SCTP PROTOCOL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4556 | M: Vlad Yasevich <vladislav.yasevich@hp.com> |
| 4557 | M: Sridhar Samudrala <sri@us.ibm.com> |
Vlad Yasevich | 1a41879 | 2008-04-12 18:55:42 -0700 | [diff] [blame] | 4558 | L: linux-sctp@vger.kernel.org |
Sridhar Samudrala | 5f85813 | 2007-03-23 11:39:51 -0700 | [diff] [blame] | 4559 | W: http://lksctp.sourceforge.net |
Jim Cromie | ce00f85 | 2006-11-30 04:49:44 +0100 | [diff] [blame] | 4560 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4561 | F: Documentation/networking/sctp.txt |
| 4562 | F: include/linux/sctp.h |
| 4563 | F: include/net/sctp/ |
| 4564 | F: net/sctp/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4565 | |
| 4566 | SCx200 CPU SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4567 | M: Jim Cromie <jim.cromie@gmail.com> |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4568 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4569 | F: Documentation/i2c/busses/scx200_acb |
| 4570 | F: arch/x86/kernel/scx200_32.c |
| 4571 | F: drivers/watchdog/scx200_wdt.c |
| 4572 | F: drivers/i2c/busses/scx200* |
| 4573 | F: drivers/mtd/maps/scx200_docflash.c |
| 4574 | F: include/linux/scx200.h |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4575 | |
| 4576 | SCx200 GPIO DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4577 | M: Jim Cromie <jim.cromie@gmail.com> |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4578 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4579 | F: drivers/char/scx200_gpio.c |
| 4580 | F: include/linux/scx200_gpio.h |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4581 | |
| 4582 | SCx200 HRT CLOCKSOURCE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4583 | M: Jim Cromie <jim.cromie@gmail.com> |
Jim Cromie | 1662d32 | 2006-10-06 00:43:59 -0700 | [diff] [blame] | 4584 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4585 | F: drivers/clocksource/scx200_hrt.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4586 | |
Sascha Sommer | 6a36913 | 2008-07-15 14:21:29 +0200 | [diff] [blame] | 4587 | SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4588 | M: Sascha Sommer <saschasommer@freenet.de> |
Sascha Sommer | 6a36913 | 2008-07-15 14:21:29 +0200 | [diff] [blame] | 4589 | L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) |
| 4590 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4591 | F: drivers/mmc/host/sdricoh_cs.c |
Sascha Sommer | 6a36913 | 2008-07-15 14:21:29 +0200 | [diff] [blame] | 4592 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 4593 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER |
Pierre Ossman | 5be4616 | 2009-09-21 17:00:59 -0700 | [diff] [blame] | 4594 | S: Orphan |
| 4595 | L: linux-mmc@vger.kernel.org |
| 4596 | F: drivers/mmc/host/sdhci.* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4597 | |
Anton Vorontsov | 3085e9c | 2009-03-17 00:14:05 +0300 | [diff] [blame] | 4598 | SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4599 | M: Anton Vorontsov <avorontsov@ru.mvista.com> |
Anton Vorontsov | 3085e9c | 2009-03-17 00:14:05 +0300 | [diff] [blame] | 4600 | L: linuxppc-dev@ozlabs.org |
Pierre Ossman | 5be4616 | 2009-09-21 17:00:59 -0700 | [diff] [blame] | 4601 | L: linux-mmc@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4602 | S: Maintained |
Pierre Ossman | 5be4616 | 2009-09-21 17:00:59 -0700 | [diff] [blame] | 4603 | F: drivers/mmc/host/sdhci-of.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4604 | |
Ben Dooks | 0d1bb41 | 2009-06-14 13:52:37 +0100 | [diff] [blame] | 4605 | SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4606 | M: Ben Dooks <ben-linux@fluff.org> |
Pierre Ossman | 5be4616 | 2009-09-21 17:00:59 -0700 | [diff] [blame] | 4607 | L: linux-mmc@vger.kernel.org |
Ben Dooks | 0d1bb41 | 2009-06-14 13:52:37 +0100 | [diff] [blame] | 4608 | S: Maintained |
| 4609 | F: drivers/mmc/host/sdhci-s3c.c |
| 4610 | |
James Morris | 8711cca | 2008-12-04 03:19:45 +1100 | [diff] [blame] | 4611 | SECURITY SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4612 | M: James Morris <jmorris@namei.org> |
James Morris | 8711cca | 2008-12-04 03:19:45 +1100 | [diff] [blame] | 4613 | L: linux-security-module@vger.kernel.org (suggested Cc:) |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4614 | 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] | 4615 | W: http://security.wiki.kernel.org/ |
James Morris | 8711cca | 2008-12-04 03:19:45 +1100 | [diff] [blame] | 4616 | S: Supported |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 4617 | F: security/ |
James Morris | 8711cca | 2008-12-04 03:19:45 +1100 | [diff] [blame] | 4618 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4619 | SECURITY CONTACT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4620 | M: Security Officers <security@kernel.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4621 | S: Supported |
| 4622 | |
| 4623 | SELINUX SECURITY MODULE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4624 | M: Stephen Smalley <sds@tycho.nsa.gov> |
| 4625 | M: James Morris <jmorris@namei.org> |
| 4626 | M: Eric Paris <eparis@parisplace.org> |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 4627 | L: selinux@tycho.nsa.gov (subscribers-only, general discussion) |
Stephen Smalley | f058925 | 2008-09-11 09:20:26 -0400 | [diff] [blame] | 4628 | W: http://selinuxproject.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4629 | 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] | 4630 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4631 | F: include/linux/selinux* |
| 4632 | F: security/selinux/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4633 | |
Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 4634 | SENSABLE PHANTOM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4635 | M: Jiri Slaby <jirislaby@gmail.com> |
Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 4636 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4637 | F: drivers/misc/phantom.c |
| 4638 | F: include/linux/phantom.h |
Jiri Slaby | cef2cf0 | 2007-05-08 00:31:45 -0700 | [diff] [blame] | 4639 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 4640 | SERIAL ATA (SATA) SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4641 | M: Jeff Garzik <jgarzik@pobox.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4642 | L: linux-ide@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4643 | 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] | 4644 | S: Supported |
Joe Perches | d5ca691 | 2009-04-09 02:42:01 -0700 | [diff] [blame] | 4645 | F: drivers/ata/ |
| 4646 | F: include/linux/ata.h |
| 4647 | F: include/linux/libata.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4648 | |
Sathya Perla | 6b7c5b9 | 2009-03-11 23:32:03 -0700 | [diff] [blame] | 4649 | SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4650 | M: Sathya Perla <sathyap@serverengines.com> |
| 4651 | M: Subbu Seetharaman <subbus@serverengines.com> |
Joe Perches | 7d2c86b | 2009-04-07 20:59:01 -0700 | [diff] [blame] | 4652 | L: netdev@vger.kernel.org |
| 4653 | W: http://www.serverengines.com |
| 4654 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4655 | F: drivers/net/benet/ |
Sathya Perla | 6b7c5b9 | 2009-03-11 23:32:03 -0700 | [diff] [blame] | 4656 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 4657 | SFC NETWORK DRIVER |
Joe Perches | c06f51e | 2009-08-26 08:47:47 +0000 | [diff] [blame] | 4658 | M: Solarflare linux maintainers <linux-net-drivers@solarflare.com> |
| 4659 | M: Steve Hodgson <shodgson@solarflare.com> |
| 4660 | M: Ben Hutchings <bhutchings@solarflare.com> |
| 4661 | L: netdev@vger.kernel.org |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 4662 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4663 | F: drivers/net/sfc/ |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 4664 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4665 | SGI GRU DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4666 | M: Jack Steiner <steiner@sgi.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4667 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4668 | F: drivers/misc/sgi-gru/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4669 | |
| 4670 | SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4671 | M: Pat Gefre <pfg@sgi.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4672 | L: linux-ia64@vger.kernel.org |
| 4673 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4674 | F: Documentation/ia64/serial.txt |
| 4675 | F: drivers/serial/ioc?_serial.c |
| 4676 | F: include/linux/ioc?.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4677 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4678 | SGI VISUAL WORKSTATION 320 AND 540 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4679 | M: Andrey Panin <pazke@donpac.ru> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4680 | L: linux-visws-devel@lists.sf.net |
| 4681 | W: http://linux-visws.sf.net |
| 4682 | S: Maintained for 2.6. |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4683 | F: Documentation/sgi-visws.txt |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4684 | |
Jack Steiner | 7531261 | 2008-08-15 00:40:42 -0700 | [diff] [blame] | 4685 | SGI XP/XPC/XPNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4686 | M: Robin Holt <holt@sgi.com> |
Jack Steiner | 7531261 | 2008-08-15 00:40:42 -0700 | [diff] [blame] | 4687 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4688 | F: drivers/misc/sgi-xp/ |
Jack Steiner | 7531261 | 2008-08-15 00:40:42 -0700 | [diff] [blame] | 4689 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4690 | SHARP LH SUPPORT (LH7952X & LH7A40X) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4691 | M: Marc Singer <elf@buici.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4692 | W: http://projects.buici.com/arm |
Joe Perches | efc03ec | 2009-09-21 17:04:27 -0700 | [diff] [blame] | 4693 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4694 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4695 | F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen |
| 4696 | F: arch/arm/mach-lh7a40x/ |
| 4697 | F: drivers/serial/serial_lh7a40x.c |
| 4698 | F: drivers/usb/gadget/lh7a40* |
| 4699 | F: drivers/usb/host/ohci-lh7a40* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4700 | |
Len Brown | 6349d99 | 2009-08-14 15:07:14 -0400 | [diff] [blame] | 4701 | SIMPLE FIRMWARE INTERFACE (SFI) |
| 4702 | P: Len Brown |
| 4703 | M: lenb@kernel.org |
| 4704 | L: sfi-devel@simplefirmware.org |
| 4705 | W: http://simplefirmware.org/ |
| 4706 | 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] | 4707 | S: Supported |
Len Brown | 6349d99 | 2009-08-14 15:07:14 -0400 | [diff] [blame] | 4708 | F: arch/x86/kernel/*sfi* |
| 4709 | F: drivers/sfi/ |
| 4710 | F: include/linux/sfi*.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4711 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4712 | SIMTEC EB110ATX (Chalice CATS) |
| 4713 | P: Ben Dooks |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4714 | M: Vincent Sanders <support@simtec.co.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4715 | W: http://www.simtec.co.uk/products/EB110ATX/ |
| 4716 | S: Supported |
| 4717 | |
| 4718 | SIMTEC EB2410ITX (BAST) |
| 4719 | P: Ben Dooks |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4720 | M: Vincent Sanders <support@simtec.co.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4721 | W: http://www.simtec.co.uk/products/EB2410ITX/ |
| 4722 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4723 | F: arch/arm/mach-s3c2410/ |
| 4724 | F: drivers/*/*s3c2410* |
| 4725 | F: drivers/*/*/*s3c2410* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4726 | |
Kevin Hilman | 4c5adde | 2009-06-19 12:02:33 -0700 | [diff] [blame] | 4727 | TI DAVINCI MACHINE SUPPORT |
| 4728 | P: Kevin Hilman |
| 4729 | M: davinci-linux-open-source@linux.davincidsp.com |
| 4730 | S: Supported |
| 4731 | F: arch/arm/mach-davinci |
| 4732 | |
Francois Romieu | 92aab3c | 2005-07-30 13:11:18 +0200 | [diff] [blame] | 4733 | SIS 190 ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4734 | M: Francois Romieu <romieu@fr.zoreil.com> |
Francois Romieu | 92aab3c | 2005-07-30 13:11:18 +0200 | [diff] [blame] | 4735 | L: netdev@vger.kernel.org |
| 4736 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4737 | F: drivers/net/sis190.c |
Francois Romieu | 92aab3c | 2005-07-30 13:11:18 +0200 | [diff] [blame] | 4738 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4739 | SIS 900/7016 FAST ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4740 | M: Daniele Venzano <venza@brownhat.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4741 | W: http://www.brownhat.org/sis900.html |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 4742 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4743 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4744 | F: drivers/net/sis900.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4745 | |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 4746 | SIS 96X I2C/SMBUS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4747 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 4748 | L: linux-i2c@vger.kernel.org |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 4749 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4750 | F: Documentation/i2c/busses/i2c-sis96x |
| 4751 | F: drivers/i2c/busses/i2c-sis96x.c |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 4752 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4753 | SIS FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4754 | M: Thomas Winischhofer <thomas@winischhofer.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4755 | W: http://www.winischhofer.net/linuxsisvga.shtml |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 4756 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4757 | F: Documentation/fb/sisfb.txt |
| 4758 | F: drivers/video/sis/ |
| 4759 | F: include/video/sisfb.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4760 | |
| 4761 | SIS USB2VGA DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4762 | M: Thomas Winischhofer <thomas@winischhofer.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4763 | W: http://www.winischhofer.at/linuxsisusbvga.shtml |
| 4764 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4765 | F: drivers/usb/misc/sisusbvga/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4766 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4767 | SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4768 | M: Stephen Hemminger <shemminger@linux-foundation.org> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4769 | L: netdev@vger.kernel.org |
| 4770 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4771 | F: drivers/net/skge.* |
| 4772 | F: drivers/net/sky2.* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4773 | |
Christoph Lameter | 415ad26 | 2007-07-26 10:40:56 -0700 | [diff] [blame] | 4774 | SLAB ALLOCATOR |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4775 | M: Christoph Lameter <cl@linux-foundation.org> |
| 4776 | M: Pekka Enberg <penberg@cs.helsinki.fi> |
| 4777 | M: Matt Mackall <mpm@selenic.com> |
Christoph Lameter | 415ad26 | 2007-07-26 10:40:56 -0700 | [diff] [blame] | 4778 | L: linux-mm@kvack.org |
| 4779 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4780 | F: include/linux/sl?b*.h |
| 4781 | F: mm/sl?b.c |
Christoph Lameter | 415ad26 | 2007-07-26 10:40:56 -0700 | [diff] [blame] | 4782 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4783 | SMC91x ETHERNET DRIVER |
Nicolas Pitre | 2f82af0 | 2009-09-14 03:25:28 -0400 | [diff] [blame] | 4784 | M: Nicolas Pitre <nico@fluxnic.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4785 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4786 | F: drivers/net/smc91x.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4787 | |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 4788 | SMSC47B397 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4789 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 4790 | L: lm-sensors@lm-sensors.org |
| 4791 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4792 | F: Documentation/hwmon/smsc47b397 |
| 4793 | F: drivers/hwmon/smsc47b397.c |
Mark M. Hoffman | 6ea884d | 2007-06-09 10:11:15 -0400 | [diff] [blame] | 4794 | |
Steve Glendinning | fd9abb3 | 2008-11-05 00:35:37 +0000 | [diff] [blame] | 4795 | SMSC911x ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4796 | M: Steve Glendinning <steve.glendinning@smsc.com> |
Steve Glendinning | fd9abb3 | 2008-11-05 00:35:37 +0000 | [diff] [blame] | 4797 | L: netdev@vger.kernel.org |
| 4798 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4799 | F: include/linux/smsc911x.h |
| 4800 | F: drivers/net/smsc911x.* |
Steve Glendinning | fd9abb3 | 2008-11-05 00:35:37 +0000 | [diff] [blame] | 4801 | |
Steve Glendinning | 2cb3772 | 2008-12-11 20:54:30 -0800 | [diff] [blame] | 4802 | SMSC9420 PCI ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4803 | M: Steve Glendinning <steve.glendinning@smsc.com> |
Steve Glendinning | 2cb3772 | 2008-12-11 20:54:30 -0800 | [diff] [blame] | 4804 | L: netdev@vger.kernel.org |
| 4805 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4806 | F: drivers/net/smsc9420.* |
Steve Glendinning | 2cb3772 | 2008-12-11 20:54:30 -0800 | [diff] [blame] | 4807 | |
Ben Nizette | b54f286 | 2008-03-13 22:27:30 +1100 | [diff] [blame] | 4808 | SMX UIO Interface |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4809 | M: Ben Nizette <bn@niasdigital.com> |
Ben Nizette | b54f286 | 2008-03-13 22:27:30 +1100 | [diff] [blame] | 4810 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4811 | F: drivers/uio/uio_smx.c |
Ben Nizette | b54f286 | 2008-03-13 22:27:30 +1100 | [diff] [blame] | 4812 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4813 | SN-IA64 (Itanium) SUB-PLATFORM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4814 | M: Jes Sorensen <jes@sgi.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4815 | L: linux-altix@sgi.com |
| 4816 | L: linux-ia64@vger.kernel.org |
| 4817 | W: http://www.sgi.com/altix |
| 4818 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4819 | F: arch/ia64/sn/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4820 | |
Guennadi Liakhovetski | 668acf3 | 2008-07-19 07:54:43 -0300 | [diff] [blame] | 4821 | SOC-CAMERA V4L2 SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4822 | M: Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 4823 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4824 | 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] | 4825 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4826 | F: include/media/v4l2* |
| 4827 | F: drivers/media/video/v4l2* |
Guennadi Liakhovetski | 668acf3 | 2008-07-19 07:54:43 -0300 | [diff] [blame] | 4828 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4829 | SOEKRIS NET48XX LED SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4830 | M: Chris Boot <bootc@bootc.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4831 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4832 | F: drivers/leds/leds-net48xx.c |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4833 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4834 | SOFTWARE RAID (Multiple Disks) SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4835 | M: Neil Brown <neilb@suse.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4836 | L: linux-raid@vger.kernel.org |
NeilBrown | 524418b | 2007-01-26 00:57:01 -0800 | [diff] [blame] | 4837 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4838 | F: drivers/md/ |
| 4839 | F: include/linux/raid/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4840 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4841 | SONIC NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4842 | M: Thomas Bogendoerfer <tsbogend@alpha.franken.de> |
Ralf Baechle | 979b6c1 | 2005-06-13 14:30:40 -0700 | [diff] [blame] | 4843 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4844 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4845 | F: drivers/net/sonic.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4846 | |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 4847 | SONICS SILICON BACKPLANE DRIVER (SSB) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4848 | M: Michael Buesch <mb@bu3sch.de> |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 4849 | L: netdev@vger.kernel.org |
| 4850 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4851 | F: drivers/ssb/ |
| 4852 | F: include/linux/ssb/ |
Michael Buesch | 61e115a | 2007-09-18 15:12:50 -0400 | [diff] [blame] | 4853 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4854 | SONY VAIO CONTROL DEVICE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4855 | M: Mattia Dongili <malattia@linux.it> |
Mattia Dongili | 5b18167 | 2007-03-12 21:43:57 +0100 | [diff] [blame] | 4856 | L: linux-acpi@vger.kernel.org |
| 4857 | W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4858 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4859 | F: Documentation/laptops/sony-laptop.txt |
| 4860 | F: drivers/char/sonypi.c |
| 4861 | F: drivers/platform/x86/sony-laptop.c |
| 4862 | F: include/linux/sony-laptop.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4863 | |
Alex Dubov | baf8532 | 2008-02-09 10:20:54 -0800 | [diff] [blame] | 4864 | SONY MEMORYSTICK CARD SUPPORT |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4865 | M: Alex Dubov <oakad@yahoo.com> |
Alex Dubov | baf8532 | 2008-02-09 10:20:54 -0800 | [diff] [blame] | 4866 | W: http://tifmxx.berlios.de/ |
| 4867 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4868 | F: drivers/memstick/host/tifm_ms.c |
Alex Dubov | baf8532 | 2008-02-09 10:20:54 -0800 | [diff] [blame] | 4869 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4870 | SOUND |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4871 | M: Jaroslav Kysela <perex@perex.cz> |
| 4872 | M: Takashi Iwai <tiwai@suse.de> |
Joe Perches | 9371166 | 2009-06-16 15:34:07 -0700 | [diff] [blame] | 4873 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
Joe Perches | 3126a17 | 2009-04-15 23:38:45 -0700 | [diff] [blame] | 4874 | W: http://www.alsa-project.org/ |
| 4875 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git |
| 4876 | T: git git://git.alsa-project.org/alsa-kernel.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4877 | S: Maintained |
Joe Perches | 3126a17 | 2009-04-15 23:38:45 -0700 | [diff] [blame] | 4878 | F: Documentation/sound/ |
| 4879 | F: include/sound/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4880 | F: sound/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4881 | |
Mark Brown | bd903bd | 2008-11-19 19:16:05 +0000 | [diff] [blame] | 4882 | SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4883 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
| 4884 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
Mark Brown | bb74a6e | 2009-05-13 17:23:54 +0100 | [diff] [blame] | 4885 | 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] | 4886 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
Liam Girdwood | b0b8daf | 2008-09-18 14:36:37 +0100 | [diff] [blame] | 4887 | W: http://alsa-project.org/main/index.php/ASoC |
Liam Girdwood | eb1a6af | 2006-10-06 18:34:51 +0200 | [diff] [blame] | 4888 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4889 | F: sound/soc/ |
Mark Brown | e6e5512 | 2009-05-05 11:10:24 +0100 | [diff] [blame] | 4890 | F: include/sound/soc* |
Liam Girdwood | eb1a6af | 2006-10-06 18:34:51 +0200 | [diff] [blame] | 4891 | |
Sam Ravnborg | 473321f | 2009-01-04 15:47:49 -0800 | [diff] [blame] | 4892 | SPARC + UltraSPARC (sparc/sparc64) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4893 | M: "David S. Miller" <davem@davemloft.net> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4894 | L: sparclinux@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4895 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git |
| 4896 | 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] | 4897 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4898 | F: arch/sparc/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4899 | |
| 4900 | SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4901 | M: Roger Wolff <R.E.Wolff@BitWizard.nl> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4902 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4903 | F: Documentation/serial/specialix.txt |
| 4904 | F: drivers/char/specialix* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4905 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4906 | SPI SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4907 | M: David Brownell <dbrownell@users.sourceforge.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4908 | L: spi-devel-general@lists.sourceforge.net |
| 4909 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4910 | F: Documentation/spi/ |
| 4911 | F: drivers/spi/ |
| 4912 | F: include/linux/spi/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4913 | |
Jim Lewis | 2752e40 | 2006-09-29 02:01:19 -0700 | [diff] [blame] | 4914 | SPIDERNET NETWORK DRIVER for CELL |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4915 | M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp> |
| 4916 | M: Jens Osterkamp <jens@de.ibm.com> |
Jim Lewis | 2752e40 | 2006-09-29 02:01:19 -0700 | [diff] [blame] | 4917 | L: netdev@vger.kernel.org |
| 4918 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4919 | F: Documentation/networking/spider_net.txt |
| 4920 | F: drivers/net/spider_net* |
Jim Lewis | 2752e40 | 2006-09-29 02:01:19 -0700 | [diff] [blame] | 4921 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4922 | SPU FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4923 | M: Jeremy Kerr <jk@ozlabs.org> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4924 | L: linuxppc-dev@ozlabs.org |
| 4925 | L: cbe-oss-dev@ozlabs.org |
| 4926 | W: http://www.ibm.com/developerworks/power/cell/ |
| 4927 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4928 | F: Documentation/filesystems/spufs.txt |
| 4929 | F: arch/powerpc/platforms/cell/spufs/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4930 | |
Phillip Lougher | fc55584 | 2009-01-05 08:46:29 +0000 | [diff] [blame] | 4931 | SQUASHFS FILE SYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4932 | M: Phillip Lougher <phillip@lougher.demon.co.uk> |
Phillip Lougher | fc55584 | 2009-01-05 08:46:29 +0000 | [diff] [blame] | 4933 | L: squashfs-devel@lists.sourceforge.net (subscribers-only) |
| 4934 | W: http://squashfs.org.uk |
| 4935 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4936 | F: Documentation/filesystems/squashfs.txt |
| 4937 | F: fs/squashfs/ |
Phillip Lougher | fc55584 | 2009-01-05 08:46:29 +0000 | [diff] [blame] | 4938 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4939 | SRM (Alpha) environment access |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4940 | M: Jan-Benedict Glaw <jbglaw@lug-owl.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4941 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4942 | F: arch/alpha/kernel/srm_env.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4943 | |
Linus Torvalds | 26e9a39 | 2008-10-17 09:50:12 -0700 | [diff] [blame] | 4944 | STABLE BRANCH |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4945 | M: Greg Kroah-Hartman <greg@kroah.com> |
| 4946 | M: Chris Wright <chrisw@sous-sol.org> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4947 | L: stable@kernel.org |
| 4948 | S: Maintained |
| 4949 | |
Linus Torvalds | 26e9a39 | 2008-10-17 09:50:12 -0700 | [diff] [blame] | 4950 | STAGING SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4951 | M: Greg Kroah-Hartman <gregkh@suse.de> |
Linus Torvalds | 26e9a39 | 2008-10-17 09:50:12 -0700 | [diff] [blame] | 4952 | 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] | 4953 | L: devel@driverdev.osuosl.org |
Linus Torvalds | 26e9a39 | 2008-10-17 09:50:12 -0700 | [diff] [blame] | 4954 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4955 | F: drivers/staging/ |
Linus Torvalds | 26e9a39 | 2008-10-17 09:50:12 -0700 | [diff] [blame] | 4956 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4957 | STARFIRE/DURALAN NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4958 | M: Ion Badulescu <ionut@badula.org> |
Joe Perches | b4f9018 | 2009-06-30 11:41:32 -0700 | [diff] [blame] | 4959 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4960 | F: drivers/net/starfire* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4961 | |
| 4962 | STARMODE RADIO IP (STRIP) PROTOCOL DRIVER |
Jean Delvare | baaea1d | 2008-09-20 12:34:33 +0200 | [diff] [blame] | 4963 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4964 | F: drivers/net/wireless/strip.c |
| 4965 | F: include/linux/if_strip.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4966 | |
| 4967 | STRADIS MPEG-2 DECODER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4968 | M: Nathan Laredo <laredo@gnu.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4969 | W: http://www.stradis.com/ |
| 4970 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4971 | F: drivers/media/video/stradis.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4972 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4973 | SUN3/3X |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4974 | M: Sam Creasey <sammy@sammy.net> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4975 | W: http://sammy.net/sun3/ |
| 4976 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4977 | F: arch/m68k/kernel/*sun3* |
| 4978 | F: arch/m68k/sun3*/ |
| 4979 | F: arch/m68k/include/asm/sun3* |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4980 | |
Paul Mundt | 2cbb12a | 2007-11-19 13:08:37 +0900 | [diff] [blame] | 4981 | SUPERH |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4982 | M: Paul Mundt <lethal@linux-sh.org> |
Paul Mundt | 2cbb12a | 2007-11-19 13:08:37 +0900 | [diff] [blame] | 4983 | L: linux-sh@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4984 | W: http://www.linux-sh.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 4985 | 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] | 4986 | S: Supported |
Paul Mundt | 066069e | 2009-04-14 06:32:08 +0900 | [diff] [blame] | 4987 | F: Documentation/sh/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4988 | F: arch/sh/ |
Paul Mundt | 066069e | 2009-04-14 06:32:08 +0900 | [diff] [blame] | 4989 | F: drivers/sh/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4990 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 4991 | SUSPEND TO RAM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 4992 | M: Len Brown <len.brown@intel.com> |
| 4993 | M: Pavel Machek <pavel@ucw.cz> |
| 4994 | M: "Rafael J. Wysocki" <rjw@sisk.pl> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 4995 | L: linux-pm@lists.linux-foundation.org |
| 4996 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 4997 | F: Documentation/power/ |
| 4998 | F: arch/x86/kernel/acpi/ |
| 4999 | F: drivers/base/power/ |
| 5000 | F: kernel/power/ |
| 5001 | F: include/linux/suspend.h |
| 5002 | F: include/linux/freezer.h |
| 5003 | F: include/linux/pm.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5004 | |
| 5005 | SVGA HANDLING |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5006 | M: Martin Mares <mj@ucw.cz> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5007 | L: linux-video@atrey.karlin.mff.cuni.cz |
| 5008 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5009 | F: Documentation/svga.txt |
| 5010 | F: arch/x86/boot/video* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5011 | |
| 5012 | SYSV FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5013 | M: Christoph Hellwig <hch@infradead.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5014 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5015 | F: Documentation/filesystems/sysv-fs.txt |
| 5016 | F: fs/sysv/ |
| 5017 | F: include/linux/sysv_fs.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5018 | |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5019 | TASKSTATS STATISTICS INTERFACE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5020 | M: Balbir Singh <balbir@linux.vnet.ibm.com> |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5021 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5022 | F: Documentation/accounting/taskstats* |
| 5023 | F: include/linux/taskstats* |
| 5024 | F: kernel/taskstats.c |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5025 | |
Stephen Hemminger | 781b456 | 2006-07-10 20:25:29 -0700 | [diff] [blame] | 5026 | TC CLASSIFIER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5027 | M: Jamal Hadi Salim <hadi@cyberus.ca> |
Stephen Hemminger | 781b456 | 2006-07-10 20:25:29 -0700 | [diff] [blame] | 5028 | L: netdev@vger.kernel.org |
| 5029 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5030 | F: include/linux/pkt_cls.h |
| 5031 | F: include/net/pkt_cls.h |
| 5032 | F: net/sched/ |
Stephen Hemminger | 781b456 | 2006-07-10 20:25:29 -0700 | [diff] [blame] | 5033 | |
Wong Hoi Sing Edison | 5067f08 | 2006-09-13 20:31:13 -0700 | [diff] [blame] | 5034 | TCP LOW PRIORITY MODULE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5035 | M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com> |
| 5036 | M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com> |
Wong Hoi Sing Edison | 5067f08 | 2006-09-13 20:31:13 -0700 | [diff] [blame] | 5037 | W: http://tcp-lp-mod.sourceforge.net/ |
| 5038 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5039 | F: net/ipv4/tcp_lp.c |
Wong Hoi Sing Edison | 5067f08 | 2006-09-13 20:31:13 -0700 | [diff] [blame] | 5040 | |
Andy Gospodarek | 1a348cc | 2007-09-17 18:50:36 -0700 | [diff] [blame] | 5041 | TEHUTI ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5042 | M: Alexander Indenbaum <baum@tehutinetworks.net> |
| 5043 | M: Andy Gospodarek <andy@greyhouse.net> |
Andy Gospodarek | 1a348cc | 2007-09-17 18:50:36 -0700 | [diff] [blame] | 5044 | L: netdev@vger.kernel.org |
| 5045 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5046 | F: drivers/net/tehuti* |
Andy Gospodarek | 1a348cc | 2007-09-17 18:50:36 -0700 | [diff] [blame] | 5047 | |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5048 | Telecom Clock Driver for MCPL0010 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5049 | M: Mark Gross <mark.gross@intel.com> |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5050 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5051 | F: drivers/char/tlclk.c |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5052 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 5053 | TENSILICA XTENSA PORT (xtensa) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5054 | M: Chris Zankel <chris@zankel.net> |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5055 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5056 | F: arch/xtensa/ |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5057 | |
| 5058 | THINKPAD ACPI EXTRAS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5059 | M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5060 | L: ibm-acpi-devel@lists.sourceforge.net |
| 5061 | W: http://ibm-acpi.sourceforge.net |
| 5062 | W: http://thinkwiki.org/wiki/Ibm-acpi |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5063 | 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] | 5064 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5065 | F: drivers/platform/x86/thinkpad_acpi.c |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5066 | |
Alex Dubov | 4020f2d | 2006-10-04 02:15:37 -0700 | [diff] [blame] | 5067 | TI FLASH MEDIA INTERFACE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5068 | M: Alex Dubov <oakad@yahoo.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5069 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5070 | F: drivers/misc/tifm* |
| 5071 | F: drivers/mmc/host/tifm_sd.c |
| 5072 | F: include/linux/tifm.h |
Alex Dubov | 4020f2d | 2006-10-04 02:15:37 -0700 | [diff] [blame] | 5073 | |
Peter Ujfalusi | dd5e8e6 | 2009-06-25 13:26:09 +0300 | [diff] [blame] | 5074 | TI TWL4030 SERIES SOC CODEC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5075 | M: Peter Ujfalusi <peter.ujfalusi@nokia.com> |
Peter Ujfalusi | dd5e8e6 | 2009-06-25 13:26:09 +0300 | [diff] [blame] | 5076 | L: alsa-devel@alsa-project.org (moderated for non-subscribers) |
| 5077 | S: Maintained |
| 5078 | F: sound/soc/codecs/twl4030* |
| 5079 | |
Per Liden | e86eaa3 | 2006-01-12 16:45:18 +0100 | [diff] [blame] | 5080 | TIPC NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5081 | M: Per Liden <per.liden@ericsson.com> |
| 5082 | M: Jon Maloy <jon.maloy@ericsson.com> |
| 5083 | M: Allan Stephens <allan.stephens@windriver.com> |
Per Liden | e86eaa3 | 2006-01-12 16:45:18 +0100 | [diff] [blame] | 5084 | L: tipc-discussion@lists.sourceforge.net |
| 5085 | W: http://tipc.sourceforge.net/ |
| 5086 | W: http://tipc.cslab.ericsson.net/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5087 | T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git |
Per Liden | e86eaa3 | 2006-01-12 16:45:18 +0100 | [diff] [blame] | 5088 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5089 | F: include/linux/tipc*.h |
| 5090 | F: include/net/tipc/ |
| 5091 | F: net/tipc/ |
Per Liden | e86eaa3 | 2006-01-12 16:45:18 +0100 | [diff] [blame] | 5092 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5093 | TLAN NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5094 | M: Samuel Chessman <chessman@tux.org> |
Gabriel Craciunescu | 88c07dd | 2007-11-22 19:43:36 +0800 | [diff] [blame] | 5095 | L: tlan-devel@lists.sourceforge.net (subscribers-only) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5096 | W: http://sourceforge.net/projects/tlan/ |
| 5097 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5098 | F: Documentation/networking/tlan.txt |
| 5099 | F: drivers/net/tlan.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5100 | |
Kentaro Takeda | d74db3b | 2009-02-05 17:18:18 +0900 | [diff] [blame] | 5101 | TOMOYO SECURITY MODULE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5102 | M: Kentaro Takeda <takedakn@nttdata.co.jp> |
| 5103 | M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp> |
Kentaro Takeda | d74db3b | 2009-02-05 17:18:18 +0900 | [diff] [blame] | 5104 | L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) |
| 5105 | L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) |
| 5106 | L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) |
| 5107 | W: http://tomoyo.sourceforge.jp/ |
| 5108 | T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ |
| 5109 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5110 | F: security/tomoyo/ |
Kentaro Takeda | d74db3b | 2009-02-05 17:18:18 +0900 | [diff] [blame] | 5111 | |
Herton Ronaldo Krzesinski | 9caeb53 | 2009-09-14 21:11:21 -0300 | [diff] [blame] | 5112 | TOPSTAR LAPTOP EXTRAS DRIVER |
| 5113 | M: Herton Ronaldo Krzesinski <herton@mandriva.com.br> |
| 5114 | S: Maintained |
| 5115 | F: drivers/platform/x86/topstar-laptop.c |
| 5116 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5117 | TOSHIBA ACPI EXTRAS DRIVER |
Johannes Berg | 1506553 | 2009-03-30 12:02:35 +0200 | [diff] [blame] | 5118 | S: Orphan |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5119 | F: drivers/platform/x86/toshiba_acpi.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5120 | |
| 5121 | TOSHIBA SMM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5122 | M: Jonathan Buzzard <jonathan@buzzard.org.uk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5123 | L: tlinux-users@tce.toshiba-dme.co.jp |
| 5124 | W: http://www.buzzard.org.uk/toshiba/ |
| 5125 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5126 | F: drivers/char/toshiba.c |
| 5127 | F: include/linux/toshiba.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5128 | |
Pierre Ossman | d719f90 | 2009-03-24 21:06:09 +0100 | [diff] [blame] | 5129 | TMIO MMC DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5130 | M: Ian Molton <ian@mnementh.co.uk> |
Pierre Ossman | d719f90 | 2009-03-24 21:06:09 +0100 | [diff] [blame] | 5131 | S: Maintained |
Joe Perches | d5ca691 | 2009-04-09 02:42:01 -0700 | [diff] [blame] | 5132 | F: drivers/mmc/host/tmio_mmc.* |
Pierre Ossman | d719f90 | 2009-03-24 21:06:09 +0100 | [diff] [blame] | 5133 | |
Hugh Dickins | 98f3260 | 2009-05-21 20:33:58 +0100 | [diff] [blame] | 5134 | TMPFS (SHMEM FILESYSTEM) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5135 | M: Hugh Dickins <hugh.dickins@tiscali.co.uk> |
Hugh Dickins | 98f3260 | 2009-05-21 20:33:58 +0100 | [diff] [blame] | 5136 | L: linux-mm@kvack.org |
| 5137 | S: Maintained |
| 5138 | F: include/linux/shmem_fs.h |
| 5139 | F: mm/shmem.c |
| 5140 | |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5141 | TPM DEVICE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5142 | M: Debora Velarde <debora@linux.vnet.ibm.com> |
| 5143 | M: Rajiv Andrade <srajiv@linux.vnet.ibm.com> |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5144 | W: http://tpmdd.sourceforge.net |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5145 | M: Marcel Selhorst <m.selhorst@sirrix.com> |
Marcel Selhorst | 7dcce13 | 2009-02-11 13:04:27 -0800 | [diff] [blame] | 5146 | W: http://www.sirrix.com |
Rajiv Andrade | 63a10df | 2008-10-15 22:04:36 -0700 | [diff] [blame] | 5147 | L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5148 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5149 | F: drivers/char/tpm/ |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5150 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5151 | TRIVIAL PATCHES |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5152 | M: Jiri Kosina <trivial@kernel.org> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5153 | 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] | 5154 | S: Maintained |
| 5155 | |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5156 | TTY LAYER |
Greg Kroah-Hartman | 57d7f28 | 2009-07-31 21:28:16 -0700 | [diff] [blame] | 5157 | M: Greg Kroah-Hartman <gregkh@suse.de> |
| 5158 | S: Maintained |
| 5159 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
Alan Cox | e328877 | 2009-07-07 16:39:54 +0100 | [diff] [blame] | 5160 | F: drivers/char/tty_* |
| 5161 | F: drivers/serial/serial_core.c |
| 5162 | F: include/linux/serial_core.h |
| 5163 | F: include/linux/serial.h |
| 5164 | F: include/linux/tty.h |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5165 | |
Grant Grundler | 740db6d | 2008-02-17 11:53:49 -0700 | [diff] [blame] | 5166 | TULIP NETWORK DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5167 | M: Grant Grundler <grundler@parisc-linux.org> |
| 5168 | M: Kyle McMartin <kyle@mcmartin.ca> |
Grant Grundler | 740db6d | 2008-02-17 11:53:49 -0700 | [diff] [blame] | 5169 | L: netdev@vger.kernel.org |
| 5170 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5171 | F: drivers/net/tulip/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5172 | |
| 5173 | TUN/TAP driver |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5174 | M: Maxim Krasnyansky <maxk@qualcomm.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5175 | L: vtun@office.satix.net |
| 5176 | W: http://vtun.sourceforge.net/tun |
| 5177 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5178 | F: Documentation/networking/tuntap.txt |
| 5179 | F: arch/um/os-Linux/drivers/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5180 | |
Maciej W. Rozycki | b454cc6 | 2007-02-05 16:28:25 -0800 | [diff] [blame] | 5181 | TURBOCHANNEL SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5182 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
Maciej W. Rozycki | b454cc6 | 2007-02-05 16:28:25 -0800 | [diff] [blame] | 5183 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5184 | F: drivers/tc/ |
| 5185 | F: include/linux/tc.h |
Maciej W. Rozycki | b454cc6 | 2007-02-05 16:28:25 -0800 | [diff] [blame] | 5186 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5187 | U14-34F SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5188 | M: Dario Ballabio <ballabio_dario@emc.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5189 | L: linux-scsi@vger.kernel.org |
| 5190 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5191 | F: drivers/scsi/u14-34f.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5192 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5193 | UBI FILE SYSTEM (UBIFS) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5194 | M: Artem Bityutskiy <dedekind@infradead.org> |
| 5195 | M: Adrian Hunter <adrian.hunter@nokia.com> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5196 | L: linux-mtd@lists.infradead.org |
Artem Bityutskiy | e2966cb | 2008-10-25 18:54:04 +0300 | [diff] [blame] | 5197 | T: git git://git.infradead.org/ubifs-2.6.git |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5198 | W: http://www.linux-mtd.infradead.org/doc/ubifs.html |
| 5199 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5200 | F: Documentation/filesystems/ubifs.txt |
| 5201 | F: fs/ubifs/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5202 | |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5203 | UCLINUX (AND M68KNOMMU) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5204 | M: Greg Ungerer <gerg@uclinux.org> |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5205 | W: http://www.uclinux.org/ |
| 5206 | L: uclinux-dev@uclinux.org (subscribers-only) |
| 5207 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5208 | F: arch/m68knommu/ |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5209 | |
Robert P. J. Day | 14fadca | 2009-04-21 12:24:47 -0700 | [diff] [blame] | 5210 | UCLINUX FOR RENESAS H8/300 (H8300) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5211 | M: Yoshinori Sato <ysato@users.sourceforge.jp> |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5212 | W: http://uclinux-h8.sourceforge.jp/ |
| 5213 | S: Supported |
| 5214 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5215 | UDF FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5216 | M: Jan Kara <jack@suse.cz> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5217 | W: http://linux-udf.sourceforge.net |
| 5218 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5219 | F: Documentation/filesystems/udf.txt |
| 5220 | F: fs/udf/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5221 | |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5222 | UFS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5223 | M: Evgeniy Dushistov <dushistov@mail.ru> |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5224 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5225 | F: Documentation/filesystems/ufs.txt |
| 5226 | F: fs/ufs/ |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5227 | |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 5228 | ULTRA-WIDEBAND (UWB) SUBSYSTEM: |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5229 | M: David Vrabel <david.vrabel@csr.com> |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 5230 | L: linux-usb@vger.kernel.org |
| 5231 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5232 | F: drivers/uwb/* |
| 5233 | F: include/linux/uwb.h |
| 5234 | F: include/linux/uwb/ |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 5235 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5236 | UNIFORM CDROM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5237 | M: Jens Axboe <axboe@kernel.dk> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5238 | W: http://www.kernel.dk |
| 5239 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5240 | F: Documentation/cdrom/ |
| 5241 | F: drivers/cdrom/cdrom.c |
| 5242 | F: include/linux/cdrom.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5243 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5244 | UNSORTED BLOCK IMAGES (UBI) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5245 | M: Artem Bityutskiy <dedekind@infradead.org> |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5246 | W: http://www.linux-mtd.infradead.org/ |
| 5247 | L: linux-mtd@lists.infradead.org |
Artem Bityutskiy | e2966cb | 2008-10-25 18:54:04 +0300 | [diff] [blame] | 5248 | T: git git://git.infradead.org/ubi-2.6.git |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5249 | S: Maintained |
Joe Perches | 8081149 | 2009-04-08 20:20:27 -0700 | [diff] [blame] | 5250 | F: drivers/mtd/ubi/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5251 | F: include/linux/mtd/ubi.h |
| 5252 | F: include/mtd/ubi-user.h |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5253 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5254 | USB ACM DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5255 | M: Oliver Neukum <oliver@neukum.name> |
Greg Kroah-Hartman | 6372594 | 2007-11-21 15:16:59 -0700 | [diff] [blame] | 5256 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5257 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5258 | F: Documentation/usb/acm.txt |
| 5259 | F: drivers/usb/class/cdc-acm.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5260 | |
| 5261 | USB BLOCK DRIVER (UB ub) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5262 | M: Pete Zaitcev <zaitcev@redhat.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5263 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5264 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5265 | F: drivers/block/ub.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5266 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5267 | USB CDC ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5268 | M: Greg Kroah-Hartman <greg@kroah.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5269 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5270 | S: Maintained |
| 5271 | W: http://www.kroah.com/linux-usb/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5272 | F: drivers/net/usb/cdc_*.c |
| 5273 | F: include/linux/usb/cdc.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5274 | |
Peter Korsgaard | b02b371 | 2008-04-27 08:59:44 +0200 | [diff] [blame] | 5275 | USB CYPRESS C67X00 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5276 | M: Peter Korsgaard <jacmet@sunsite.dk> |
Peter Korsgaard | b02b371 | 2008-04-27 08:59:44 +0200 | [diff] [blame] | 5277 | L: linux-usb@vger.kernel.org |
| 5278 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5279 | F: drivers/usb/c67x00/ |
Peter Korsgaard | b02b371 | 2008-04-27 08:59:44 +0200 | [diff] [blame] | 5280 | |
Peter Korsgaard | d0374f4 | 2007-02-16 17:03:54 +0100 | [diff] [blame] | 5281 | USB DAVICOM DM9601 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5282 | M: Peter Korsgaard <jacmet@sunsite.dk> |
Peter Korsgaard | 043600a | 2007-06-27 21:18:18 +0200 | [diff] [blame] | 5283 | L: netdev@vger.kernel.org |
Peter Korsgaard | d0374f4 | 2007-02-16 17:03:54 +0100 | [diff] [blame] | 5284 | W: http://www.linux-usb.org/usbnet |
| 5285 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5286 | F: drivers/net/usb/dm9601.c |
Peter Korsgaard | d0374f4 | 2007-02-16 17:03:54 +0100 | [diff] [blame] | 5287 | |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5288 | USB DIAMOND RIO500 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5289 | M: Cesar Miquel <miquel@df.uba.ar> |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5290 | L: rio500-users@lists.sourceforge.net |
| 5291 | W: http://rio500.sourceforge.net |
| 5292 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5293 | F: drivers/usb/misc/rio500* |
Alan Cox | cc2020e | 2008-05-19 14:21:51 +0100 | [diff] [blame] | 5294 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5295 | USB EHCI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5296 | M: David Brownell <dbrownell@users.sourceforge.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5297 | L: linux-usb@vger.kernel.org |
David Brownell | 23d8c90 | 2006-12-05 03:10:08 -0800 | [diff] [blame] | 5298 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5299 | F: Documentation/usb/ehci.txt |
| 5300 | F: drivers/usb/host/ehci* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5301 | |
Luca Risolia | 7ce08c9 | 2006-01-11 02:06:59 +0000 | [diff] [blame] | 5302 | USB ET61X[12]51 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5303 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5304 | L: linux-usb@vger.kernel.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 5305 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5306 | 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] | 5307 | W: http://www.linux-projects.org |
| 5308 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5309 | F: drivers/media/video/et61x251/ |
Luca Risolia | 7ce08c9 | 2006-01-11 02:06:59 +0000 | [diff] [blame] | 5310 | |
David Brownell | 69ae9e3 | 2006-11-14 02:03:31 -0800 | [diff] [blame] | 5311 | USB GADGET/PERIPHERAL SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5312 | M: David Brownell <dbrownell@users.sourceforge.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5313 | L: linux-usb@vger.kernel.org |
David Brownell | 69ae9e3 | 2006-11-14 02:03:31 -0800 | [diff] [blame] | 5314 | W: http://www.linux-usb.org/gadget |
| 5315 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5316 | F: drivers/usb/gadget/ |
| 5317 | F: include/linux/usb/gadget* |
David Brownell | 69ae9e3 | 2006-11-14 02:03:31 -0800 | [diff] [blame] | 5318 | |
Jiri Kosina | 2dea64b | 2007-07-11 12:12:11 +0200 | [diff] [blame] | 5319 | USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5320 | M: Jiri Kosina <jkosina@suse.cz> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5321 | L: linux-usb@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5322 | 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] | 5323 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5324 | F: Documentation/usb/hiddev.txt |
| 5325 | F: drivers/hid/usbhid/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5326 | |
Olav Kongas | 959eea2 | 2005-11-03 17:38:14 +0200 | [diff] [blame] | 5327 | USB ISP116X DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5328 | M: Olav Kongas <ok@artecdesign.ee> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5329 | L: linux-usb@vger.kernel.org |
Olav Kongas | 959eea2 | 2005-11-03 17:38:14 +0200 | [diff] [blame] | 5330 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5331 | F: drivers/usb/host/isp116x* |
| 5332 | F: include/linux/usb/isp116x.h |
Olav Kongas | 959eea2 | 2005-11-03 17:38:14 +0200 | [diff] [blame] | 5333 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5334 | USB KAWASAKI LSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5335 | M: Oliver Neukum <oliver@neukum.name> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5336 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5337 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5338 | F: drivers/usb/serial/kl5kusb105.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5339 | |
| 5340 | USB MASS STORAGE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5341 | M: Matthew Dharm <mdharm-usb@one-eyed-alien.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5342 | L: linux-usb@vger.kernel.org |
Matthew Dharm | 8836aeb | 2005-12-04 22:03:47 -0800 | [diff] [blame] | 5343 | L: usb-storage@lists.one-eyed-alien.net |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5344 | S: Maintained |
| 5345 | W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5346 | F: drivers/usb/storage/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5347 | |
| 5348 | USB OHCI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5349 | M: David Brownell <dbrownell@users.sourceforge.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5350 | L: linux-usb@vger.kernel.org |
David Brownell | 23d8c90 | 2006-12-05 03:10:08 -0800 | [diff] [blame] | 5351 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5352 | F: Documentation/usb/ohci.txt |
| 5353 | F: drivers/usb/host/ohci* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5354 | |
Matthias Urlichs | ba460e4 | 2005-07-14 00:33:47 -0700 | [diff] [blame] | 5355 | USB OPTION-CARD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5356 | M: Matthias Urlichs <smurf@smurf.noris.de> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5357 | L: linux-usb@vger.kernel.org |
Matthias Urlichs | ba460e4 | 2005-07-14 00:33:47 -0700 | [diff] [blame] | 5358 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5359 | F: drivers/usb/serial/option.c |
Matthias Urlichs | ba460e4 | 2005-07-14 00:33:47 -0700 | [diff] [blame] | 5360 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5361 | USB OV511 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5362 | M: Mark McClelland <mmcclell@bigfoot.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5363 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5364 | W: http://alpha.dyndns.org/ov511/ |
| 5365 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5366 | F: drivers/media/video/ov511.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5367 | |
| 5368 | USB PEGASUS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5369 | M: Petko Manolov <petkan@users.sourceforge.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5370 | L: linux-usb@vger.kernel.org |
Peter Korsgaard | 043600a | 2007-06-27 21:18:18 +0200 | [diff] [blame] | 5371 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5372 | W: http://pegasus2.sourceforge.net/ |
| 5373 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5374 | F: drivers/net/usb/pegasus.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5375 | |
Pete Zaitcev | 73e4fb3 | 2007-06-21 15:18:35 -0700 | [diff] [blame] | 5376 | USB PRINTER DRIVER (usblp) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5377 | M: Pete Zaitcev <zaitcev@redhat.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5378 | L: linux-usb@vger.kernel.org |
Pete Zaitcev | 73e4fb3 | 2007-06-21 15:18:35 -0700 | [diff] [blame] | 5379 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5380 | F: drivers/usb/class/usblp.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5381 | |
| 5382 | USB RTL8150 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5383 | M: Petko Manolov <petkan@users.sourceforge.net> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5384 | L: linux-usb@vger.kernel.org |
Peter Korsgaard | 043600a | 2007-06-27 21:18:18 +0200 | [diff] [blame] | 5385 | L: netdev@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5386 | W: http://pegasus2.sourceforge.net/ |
| 5387 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5388 | F: drivers/net/usb/rtl8150.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5389 | |
| 5390 | USB SE401 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5391 | M: Jeroen Vreeken <pe1rxq@amsat.org> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5392 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5393 | W: http://www.chello.nl/~j.vreeken/se401/ |
| 5394 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5395 | F: Documentation/video4linux/se401.txt |
| 5396 | F: drivers/media/video/se401.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5397 | |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5398 | USB SERIAL BELKIN F5U103 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5399 | M: William Greathouse <wgreathouse@smva.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5400 | L: linux-usb@vger.kernel.org |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5401 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5402 | F: drivers/usb/serial/belkin_sa.* |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5403 | |
| 5404 | USB SERIAL CYPRESS M8 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5405 | M: Lonnie Mendez <dignome@gmail.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5406 | L: linux-usb@vger.kernel.org |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5407 | S: Maintained |
| 5408 | W: http://geocities.com/i0xox0i |
| 5409 | W: http://firstlight.net/cvs |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5410 | F: drivers/usb/serial/cypress_m8.* |
Alan Cox | 4e68852 | 2008-04-30 00:52:11 -0700 | [diff] [blame] | 5411 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5412 | USB SERIAL CYBERJACK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5413 | M: Matthias Bruestle and Harald Welte <support@reiner-sct.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5414 | W: http://www.reiner-sct.de/support/treiber_cyberjack.php |
| 5415 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5416 | F: drivers/usb/serial/cyberjack.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5417 | |
| 5418 | USB SERIAL DIGI ACCELEPORT DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5419 | M: Peter Berger <pberger@brimson.com> |
| 5420 | M: Al Borchers <alborchers@steinerpoint.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5421 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5422 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5423 | F: drivers/usb/serial/digi_acceleport.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5424 | |
| 5425 | USB SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5426 | M: Greg Kroah-Hartman <gregkh@suse.de> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5427 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5428 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5429 | F: Documentation/usb/usb-serial.txt |
| 5430 | F: drivers/usb/serial/generic.c |
| 5431 | F: drivers/usb/serial/usb-serial.c |
| 5432 | F: include/linux/usb/serial.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5433 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5434 | USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5435 | M: Gary Brubaker <xavyer@ix.netcom.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5436 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5437 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5438 | F: drivers/usb/serial/empeg.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5439 | |
| 5440 | USB SERIAL KEYSPAN DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5441 | M: Greg Kroah-Hartman <greg@kroah.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5442 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5443 | W: http://www.kroah.com/linux/ |
| 5444 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5445 | F: drivers/usb/serial/*keyspan* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5446 | |
| 5447 | USB SERIAL WHITEHEAT DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5448 | M: Support Department <support@connecttech.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 | W: http://www.connecttech.com |
| 5451 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5452 | F: drivers/usb/serial/whiteheat* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5453 | |
Steve Glendinning | 2f7ca80 | 2008-10-02 05:27:57 +0000 | [diff] [blame] | 5454 | USB SMSC95XX ETHERNET DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5455 | M: Steve Glendinning <steve.glendinning@smsc.com> |
Steve Glendinning | 2f7ca80 | 2008-10-02 05:27:57 +0000 | [diff] [blame] | 5456 | L: netdev@vger.kernel.org |
| 5457 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5458 | F: drivers/net/usb/smsc95xx.* |
Steve Glendinning | 2f7ca80 | 2008-10-02 05:27:57 +0000 | [diff] [blame] | 5459 | |
Luca Risolia | f423b9a | 2007-03-26 16:12:04 -0300 | [diff] [blame] | 5460 | USB SN9C1xx DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5461 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5462 | L: linux-usb@vger.kernel.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 5463 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5464 | 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] | 5465 | W: http://www.linux-projects.org |
| 5466 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5467 | F: Documentation/video4linux/sn9c102.txt |
| 5468 | F: drivers/media/video/sn9c102/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5469 | |
| 5470 | USB SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5471 | M: Greg Kroah-Hartman <gregkh@suse.de> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5472 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5473 | W: http://www.linux-usb.org |
Jody McIntyre | 6fb0425 | 2005-11-18 09:31:06 -0800 | [diff] [blame] | 5474 | T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5475 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5476 | F: Documentation/usb/ |
| 5477 | F: drivers/net/usb/ |
| 5478 | F: drivers/usb/ |
| 5479 | F: include/linux/usb.h |
| 5480 | F: include/linux/usb/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5481 | |
| 5482 | USB UHCI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5483 | M: Alan Stern <stern@rowland.harvard.edu> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5484 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5485 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5486 | F: drivers/usb/host/uhci* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5487 | |
David Brownell | 69ae9e3 | 2006-11-14 02:03:31 -0800 | [diff] [blame] | 5488 | USB "USBNET" DRIVER FRAMEWORK |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5489 | M: David Brownell <dbrownell@users.sourceforge.net> |
Peter Korsgaard | 043600a | 2007-06-27 21:18:18 +0200 | [diff] [blame] | 5490 | L: netdev@vger.kernel.org |
David Brownell | 69ae9e3 | 2006-11-14 02:03:31 -0800 | [diff] [blame] | 5491 | W: http://www.linux-usb.org/usbnet |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5492 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5493 | F: drivers/net/usb/usbnet.c |
| 5494 | F: include/linux/usb/usbnet.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5495 | |
Laurent Pinchart | c0efd23 | 2008-06-30 15:04:50 -0300 | [diff] [blame] | 5496 | USB VIDEO CLASS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5497 | M: Laurent Pinchart <laurent.pinchart@skynet.be> |
Jiri Slaby | a67534a | 2008-12-10 09:09:27 -0300 | [diff] [blame] | 5498 | L: linux-uvc-devel@lists.berlios.de (subscribers-only) |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 5499 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5500 | 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] | 5501 | W: http://linux-uvc.berlios.de |
| 5502 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5503 | F: drivers/media/video/uvc/ |
Laurent Pinchart | c0efd23 | 2008-06-30 15:04:50 -0300 | [diff] [blame] | 5504 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5505 | USB W996[87]CF DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5506 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5507 | L: linux-usb@vger.kernel.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 5508 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5509 | 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] | 5510 | W: http://www.linux-projects.org |
| 5511 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5512 | F: Documentation/video4linux/w9968cf.txt |
| 5513 | F: drivers/media/video/w996* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5514 | |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 5515 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5516 | M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 5517 | L: linux-wireless@vger.kernel.org |
| 5518 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5519 | F: drivers/net/wireless/rndis_wlan.c |
Jussi Kivilinna | bf164cc | 2008-01-26 00:51:51 +0200 | [diff] [blame] | 5520 | |
Sarah Sharp | eb6bab1 | 2009-04-29 19:07:13 -0700 | [diff] [blame] | 5521 | USB XHCI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5522 | M: Sarah Sharp <sarah.a.sharp@intel.com> |
Sarah Sharp | eb6bab1 | 2009-04-29 19:07:13 -0700 | [diff] [blame] | 5523 | L: linux-usb@vger.kernel.org |
| 5524 | S: Supported |
| 5525 | |
Luca Risolia | 60f7805 | 2006-02-06 16:29:35 +0000 | [diff] [blame] | 5526 | USB ZC0301 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5527 | M: Luca Risolia <luca.risolia@studio.unibo.it> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5528 | L: linux-usb@vger.kernel.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 5529 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5530 | 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] | 5531 | W: http://www.linux-projects.org |
| 5532 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5533 | F: Documentation/video4linux/zc0301.txt |
| 5534 | F: drivers/media/video/zc0301/ |
Luca Risolia | 60f7805 | 2006-02-06 16:29:35 +0000 | [diff] [blame] | 5535 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5536 | USB ZD1201 DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5537 | M: Jeroen Vreeken <pe1rxq@amsat.org> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5538 | L: linux-usb@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5539 | W: http://linux-lc100020.sourceforge.net |
| 5540 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5541 | F: drivers/net/wireless/zd1201.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5542 | |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 5543 | USB ZR364XX DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5544 | M: Antoine Jacquet <royale@zerezo.com> |
Jean Delvare | 795fb7e | 2008-09-20 12:33:08 +0200 | [diff] [blame] | 5545 | L: linux-usb@vger.kernel.org |
Mauro Carvalho Chehab | 661263b | 2009-01-02 11:27:44 -0300 | [diff] [blame] | 5546 | L: linux-media@vger.kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5547 | 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] | 5548 | W: http://royale.zerezo.com/zr364xx/ |
| 5549 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5550 | F: Documentation/video4linux/zr364xx.txt |
| 5551 | F: drivers/media/video/zr364xx.c |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 5552 | |
Randy Dunlap | e7839f2 | 2008-10-12 16:11:45 -0700 | [diff] [blame] | 5553 | USER-MODE LINUX (UML) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5554 | M: Jeff Dike <jdike@addtoit.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5555 | L: user-mode-linux-devel@lists.sourceforge.net |
| 5556 | L: user-mode-linux-user@lists.sourceforge.net |
| 5557 | W: http://user-mode-linux.sourceforge.net |
| 5558 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5559 | F: Documentation/uml/ |
| 5560 | F: arch/um/ |
| 5561 | F: fs/hostfs/ |
| 5562 | F: fs/hppfs/ |
Antoine Jacquet | b7eee61 | 2007-04-27 12:30:59 -0300 | [diff] [blame] | 5563 | |
Hans-Jürgen Koch | e5f114e | 2007-12-05 15:08:07 +0100 | [diff] [blame] | 5564 | USERSPACE I/O (UIO) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5565 | M: "Hans J. Koch" <hjk@linutronix.de> |
| 5566 | M: Greg Kroah-Hartman <gregkh@suse.de> |
Hans-Jürgen Koch | e5f114e | 2007-12-05 15:08:07 +0100 | [diff] [blame] | 5567 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5568 | F: Documentation/DocBook/uio-howto.tmpl |
| 5569 | F: drivers/uio/ |
| 5570 | F: include/linux/uio*.h |
Hans-Jürgen Koch | e5f114e | 2007-12-05 15:08:07 +0100 | [diff] [blame] | 5571 | |
Karel Zak | f899b0a | 2008-05-23 13:04:21 -0700 | [diff] [blame] | 5572 | UTIL-LINUX-NG PACKAGE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5573 | M: Karel Zak <kzak@redhat.com> |
Karel Zak | f899b0a | 2008-05-23 13:04:21 -0700 | [diff] [blame] | 5574 | L: util-linux-ng@vger.kernel.org |
| 5575 | W: http://kernel.org/~kzak/util-linux-ng/ |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5576 | 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] | 5577 | S: Maintained |
| 5578 | |
Michal Januszewski | c1fd1c0 | 2008-10-15 22:03:48 -0700 | [diff] [blame] | 5579 | UVESAFB DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5580 | M: Michal Januszewski <spock@gentoo.org> |
Michal Januszewski | c1fd1c0 | 2008-10-15 22:03:48 -0700 | [diff] [blame] | 5581 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
| 5582 | W: http://dev.gentoo.org/~spock/projects/uvesafb/ |
| 5583 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5584 | F: Documentation/fb/uvesafb.txt |
| 5585 | F: drivers/video/uvesafb.* |
Michal Januszewski | c1fd1c0 | 2008-10-15 22:03:48 -0700 | [diff] [blame] | 5586 | |
Randy Dunlap | 4480f15b | 2008-10-12 16:11:58 -0700 | [diff] [blame] | 5587 | VFAT/FAT/MSDOS FILESYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5588 | M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5589 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5590 | F: Documentation/filesystems/vfat.txt |
| 5591 | F: fs/fat/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5592 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5593 | VIA RHINE NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5594 | M: Roger Luethi <rl@hellgate.ch> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5595 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5596 | F: drivers/net/via-rhine.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5597 | |
Jean Delvare | 32c0a52 | 2005-09-22 21:47:58 +0200 | [diff] [blame] | 5598 | VIAPRO SMBUS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5599 | M: Jean Delvare <khali@linux-fr.org> |
Jean Delvare | 846557d | 2008-10-30 15:55:47 +0100 | [diff] [blame] | 5600 | L: linux-i2c@vger.kernel.org |
Jean Delvare | 32c0a52 | 2005-09-22 21:47:58 +0200 | [diff] [blame] | 5601 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5602 | F: Documentation/i2c/busses/i2c-viapro |
| 5603 | F: drivers/i2c/busses/i2c-viapro.c |
Jean Delvare | 32c0a52 | 2005-09-22 21:47:58 +0200 | [diff] [blame] | 5604 | |
Harald Welte | f0bf7f6 | 2009-06-17 20:22:39 +0200 | [diff] [blame] | 5605 | VIA SD/MMC CARD CONTROLLER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5606 | M: Joseph Chan <JosephChan@via.com.tw> |
| 5607 | M: Harald Welte <HaraldWelte@viatech.com> |
Harald Welte | f0bf7f6 | 2009-06-17 20:22:39 +0200 | [diff] [blame] | 5608 | S: Maintained |
| 5609 | F: drivers/mmc/host/via-sdmmc.c |
| 5610 | |
Joseph Chan | 69e4a7c | 2008-10-15 22:03:31 -0700 | [diff] [blame] | 5611 | VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5612 | M: Joseph Chan <JosephChan@via.com.tw> |
| 5613 | M: Scott Fang <ScottFang@viatech.com.cn> |
Joseph Chan | 69e4a7c | 2008-10-15 22:03:31 -0700 | [diff] [blame] | 5614 | L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) |
| 5615 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5616 | F: drivers/video/via/ |
Joseph Chan | 69e4a7c | 2008-10-15 22:03:31 -0700 | [diff] [blame] | 5617 | |
Francois Romieu | 01f2073 | 2007-01-26 00:57:17 -0800 | [diff] [blame] | 5618 | VIA VELOCITY NETWORK DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5619 | M: Francois Romieu <romieu@fr.zoreil.com> |
Francois Romieu | 01f2073 | 2007-01-26 00:57:17 -0800 | [diff] [blame] | 5620 | L: netdev@vger.kernel.org |
| 5621 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5622 | F: drivers/net/via-velocity.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5623 | |
Patrick McHardy | be7f827 | 2007-10-23 20:26:36 -0700 | [diff] [blame] | 5624 | VLAN (802.1Q) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5625 | M: Patrick McHardy <kaber@trash.net> |
Patrick McHardy | be7f827 | 2007-10-23 20:26:36 -0700 | [diff] [blame] | 5626 | L: netdev@vger.kernel.org |
| 5627 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5628 | F: drivers/net/macvlan.c |
| 5629 | F: include/linux/if_*vlan.h |
| 5630 | F: net/8021q/ |
Patrick McHardy | be7f827 | 2007-10-23 20:26:36 -0700 | [diff] [blame] | 5631 | |
Florian Fainelli | 55e331c | 2009-06-16 15:33:53 -0700 | [diff] [blame] | 5632 | VLYNQ BUS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5633 | M: Florian Fainelli <florian@openwrt.org> |
Florian Fainelli | 55e331c | 2009-06-16 15:33:53 -0700 | [diff] [blame] | 5634 | L: openwrt-devel@lists.openwrt.org |
| 5635 | S: Maintained |
| 5636 | F: drivers/vlynq/vlynq.c |
| 5637 | F: include/linux/vlynq.h |
| 5638 | |
Shreyas Bhatewara | d1a890f | 2009-10-13 00:15:51 -0700 | [diff] [blame] | 5639 | VMWARE VMXNET3 ETHERNET DRIVER |
| 5640 | M: Shreyas Bhatewara <sbhatewara@vmware.com> |
| 5641 | M: VMware, Inc. <pv-drivers@vmware.com> |
| 5642 | L: netdev@vger.kernel.org |
| 5643 | S: Maintained |
| 5644 | F: drivers/net/vmxnet3/ |
| 5645 | |
Liam Girdwood | e53e86c | 2008-07-10 15:48:00 +0100 | [diff] [blame] | 5646 | VOLTAGE AND CURRENT REGULATOR FRAMEWORK |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5647 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
| 5648 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
Liam Girdwood | e53e86c | 2008-07-10 15:48:00 +0100 | [diff] [blame] | 5649 | W: http://opensource.wolfsonmicro.com/node/15 |
Liam Girdwood | 1dd68f0 | 2009-02-02 21:43:31 +0000 | [diff] [blame] | 5650 | W: http://www.slimlogic.co.uk/?p=48 |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5651 | 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] | 5652 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5653 | F: drivers/regulator/ |
| 5654 | F: include/linux/regulator/ |
Liam Girdwood | e53e86c | 2008-07-10 15:48:00 +0100 | [diff] [blame] | 5655 | |
Juerg Haefliger | ab41319 | 2006-09-24 20:54:04 +0200 | [diff] [blame] | 5656 | VT1211 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5657 | M: Juerg Haefliger <juergh@gmail.com> |
Juerg Haefliger | ab41319 | 2006-09-24 20:54:04 +0200 | [diff] [blame] | 5658 | L: lm-sensors@lm-sensors.org |
| 5659 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5660 | F: Documentation/hwmon/vt1211 |
| 5661 | F: drivers/hwmon/vt1211.c |
Juerg Haefliger | ab41319 | 2006-09-24 20:54:04 +0200 | [diff] [blame] | 5662 | |
Roger Lucas | 1de9e37 | 2005-11-26 20:20:05 +0100 | [diff] [blame] | 5663 | VT8231 HARDWARE MONITOR DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5664 | M: Roger Lucas <vt8231@hiddenengine.co.uk> |
Roger Lucas | 1de9e37 | 2005-11-26 20:20:05 +0100 | [diff] [blame] | 5665 | L: lm-sensors@lm-sensors.org |
| 5666 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5667 | F: drivers/hwmon/vt8231.c |
Roger Lucas | 1de9e37 | 2005-11-26 20:20:05 +0100 | [diff] [blame] | 5668 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5669 | W1 DALLAS'S 1-WIRE BUS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5670 | M: Evgeniy Polyakov <johnpol@2ka.mipt.ru> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5671 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5672 | F: Documentation/w1/ |
| 5673 | F: drivers/w1/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5674 | |
Charles Spirakis | 1392707 | 2006-07-05 18:05:15 +0200 | [diff] [blame] | 5675 | W83791D HARDWARE MONITORING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5676 | M: Marc Hulsman <m.hulsman@tudelft.nl> |
Charles Spirakis | 1392707 | 2006-07-05 18:05:15 +0200 | [diff] [blame] | 5677 | L: lm-sensors@lm-sensors.org |
Marc Hulsman | 25845c2 | 2008-06-08 10:59:41 -0400 | [diff] [blame] | 5678 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5679 | F: Documentation/hwmon/w83791d |
| 5680 | F: drivers/hwmon/w83791d.c |
Charles Spirakis | 1392707 | 2006-07-05 18:05:15 +0200 | [diff] [blame] | 5681 | |
Rudolf Marek | 61db011 | 2006-12-12 18:18:30 +0100 | [diff] [blame] | 5682 | W83793 HARDWARE MONITORING DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5683 | M: Rudolf Marek <r.marek@assembler.cz> |
Rudolf Marek | 61db011 | 2006-12-12 18:18:30 +0100 | [diff] [blame] | 5684 | L: lm-sensors@lm-sensors.org |
| 5685 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5686 | F: Documentation/hwmon/w83793 |
| 5687 | F: drivers/hwmon/w83793.c |
Rudolf Marek | 61db011 | 2006-12-12 18:18:30 +0100 | [diff] [blame] | 5688 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5689 | W83L51xD SD/MMC CARD INTERFACE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5690 | M: Pierre Ossman <pierre@ossman.eu> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5691 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5692 | F: drivers/mmc/host/wbsd.* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5693 | |
Wim Van Sebroeck | 3527761 | 2006-01-15 21:21:14 +0100 | [diff] [blame] | 5694 | WATCHDOG DEVICE DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5695 | M: Wim Van Sebroeck <wim@iguana.be> |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5696 | 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] | 5697 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5698 | F: Documentation/watchdog/ |
| 5699 | F: drivers/watchdog/ |
| 5700 | F: include/linux/watchdog.h |
Wim Van Sebroeck | 3527761 | 2006-01-15 21:21:14 +0100 | [diff] [blame] | 5701 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5702 | WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5703 | M: Jean Tourrilhes <jt@hpl.hp.com> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 5704 | L: linux-wireless@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5705 | W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ |
| 5706 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5707 | F: Documentation/networking/wavelan.txt |
| 5708 | F: drivers/net/wireless/wavelan* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5709 | |
| 5710 | WD7000 SCSI DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5711 | M: Miroslav Zagorac <zaga@fly.cc.fer.hr> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5712 | L: linux-scsi@vger.kernel.org |
| 5713 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5714 | F: drivers/scsi/wd7000.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5715 | |
David Härdeman | e258b80 | 2009-09-21 17:04:53 -0700 | [diff] [blame] | 5716 | WINBOND CIR DRIVER |
| 5717 | P: David Härdeman |
| 5718 | M: david@hardeman.nu |
| 5719 | S: Maintained |
| 5720 | F: drivers/input/misc/winbond-cir.c |
| 5721 | |
Inaky Perez-Gonzalez | 8a70da8 | 2008-12-20 16:58:00 -0800 | [diff] [blame] | 5722 | WIMAX STACK |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5723 | M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
Inaky Perez-Gonzalez | 8a70da8 | 2008-12-20 16:58:00 -0800 | [diff] [blame] | 5724 | M: linux-wimax@intel.com |
| 5725 | L: wimax@linuxwimax.org |
| 5726 | S: Supported |
| 5727 | W: http://linuxwimax.org |
| 5728 | |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 5729 | WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5730 | M: David Vrabel <david.vrabel@csr.com> |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 5731 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5732 | F: include/linux/wlp.h |
| 5733 | F: drivers/uwb/wlp/ |
David Vrabel | 18332a8 | 2008-09-17 16:34:44 +0100 | [diff] [blame] | 5734 | |
Dmitry Torokhov | 5fc1468 | 2005-11-20 00:50:06 -0500 | [diff] [blame] | 5735 | WISTRON LAPTOP BUTTON DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5736 | M: Miloslav Trmac <mitr@volny.cz> |
Dmitry Torokhov | 5fc1468 | 2005-11-20 00:50:06 -0500 | [diff] [blame] | 5737 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5738 | F: drivers/input/misc/wistron_btns.c |
Dmitry Torokhov | 5fc1468 | 2005-11-20 00:50:06 -0500 | [diff] [blame] | 5739 | |
Kalle Valo | 834da34 | 2009-07-21 14:26:08 +0300 | [diff] [blame] | 5740 | WL1251 WIRELESS DRIVER |
Joe Perches | 076cfaa | 2009-09-21 17:04:26 -0700 | [diff] [blame] | 5741 | M: Kalle Valo <kalle.valo@nokia.com> |
Kalle Valo | 834da34 | 2009-07-21 14:26:08 +0300 | [diff] [blame] | 5742 | L: linux-wireless@vger.kernel.org |
| 5743 | W: http://wireless.kernel.org |
| 5744 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
| 5745 | S: Maintained |
Luciano Coelho | 5e68ff6 | 2009-08-10 11:15:13 +0300 | [diff] [blame] | 5746 | F: drivers/net/wireless/wl12xx/* |
| 5747 | X: drivers/net/wireless/wl12xx/wl1271* |
| 5748 | |
| 5749 | WL1271 WIRELESS DRIVER |
| 5750 | M: Luciano Coelho <luciano.coelho@nokia.com> |
| 5751 | L: linux-wireless@vger.kernel.org |
| 5752 | W: http://wireless.kernel.org |
| 5753 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git |
| 5754 | S: Maintained |
| 5755 | F: drivers/net/wireless/wl12xx/wl1271* |
Kalle Valo | 834da34 | 2009-07-21 14:26:08 +0300 | [diff] [blame] | 5756 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5757 | WL3501 WIRELESS PCMCIA CARD DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5758 | M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 5759 | L: linux-wireless@vger.kernel.org |
Arnaldo Carvalho de Melo | 926554c | 2007-03-31 12:05:49 -0300 | [diff] [blame] | 5760 | W: http://oops.ghostprotocols.net:81/blog |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5761 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5762 | F: drivers/net/wireless/wl3501* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5763 | |
Mark Brown | febf1df | 2008-04-02 00:51:09 -0400 | [diff] [blame] | 5764 | WM97XX TOUCHSCREEN DRIVERS |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5765 | M: Mark Brown <broonie@opensource.wolfsonmicro.com> |
| 5766 | M: Liam Girdwood <lrg@slimlogic.co.uk> |
Mark Brown | febf1df | 2008-04-02 00:51:09 -0400 | [diff] [blame] | 5767 | L: linux-input@vger.kernel.org |
| 5768 | T: git git://opensource.wolfsonmicro.com/linux-2.6-touch |
| 5769 | W: http://opensource.wolfsonmicro.com/node/7 |
| 5770 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5771 | F: drivers/input/touchscreen/*wm97* |
| 5772 | F: include/linux/wm97xx.h |
Mark Brown | febf1df | 2008-04-02 00:51:09 -0400 | [diff] [blame] | 5773 | |
Mark Brown | b75ea16 | 2009-07-02 16:43:08 +0100 | [diff] [blame] | 5774 | WOLFSON MICROELECTRONICS PMIC DRIVERS |
| 5775 | P: Mark Brown |
| 5776 | M: broonie@opensource.wolfsonmicro.com |
| 5777 | L: linux-kernel@vger.kernel.org |
| 5778 | T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus |
| 5779 | W: http://opensource.wolfsonmicro.com/node/8 |
| 5780 | S: Supported |
| 5781 | F: drivers/leds/leds-wm83*.c |
| 5782 | F: drivers/mfd/wm8*.c |
| 5783 | F: drivers/power/wm83*.c |
| 5784 | F: drivers/rtc/rtc-wm83*.c |
| 5785 | F: drivers/regulator/wm8*.c |
Mark Brown | 3860e6c | 2009-09-09 14:46:43 +0100 | [diff] [blame] | 5786 | F: drivers/video/backlight/wm83*_bl.c |
Mark Brown | b75ea16 | 2009-07-02 16:43:08 +0100 | [diff] [blame] | 5787 | F: drivers/watchdog/wm83*_wdt.c |
Mark Brown | 3860e6c | 2009-09-09 14:46:43 +0100 | [diff] [blame] | 5788 | F: include/linux/mfd/wm831x/ |
Mark Brown | b75ea16 | 2009-07-02 16:43:08 +0100 | [diff] [blame] | 5789 | F: include/linux/mfd/wm8350/ |
| 5790 | F: include/linux/mfd/wm8400/ |
| 5791 | F: sound/soc/codecs/wm8350.c |
| 5792 | F: sound/soc/codecs/wm8400.c |
| 5793 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5794 | X.25 NETWORK LAYER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5795 | M: Henner Eisen <eis@baty.hanse.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5796 | L: linux-x25@vger.kernel.org |
| 5797 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5798 | F: Documentation/networking/x25* |
| 5799 | F: include/net/x25* |
| 5800 | F: net/x25/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5801 | |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5802 | X86 ARCHITECTURE (32-BIT AND 64-BIT) |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5803 | M: Thomas Gleixner <tglx@linutronix.de> |
| 5804 | M: Ingo Molnar <mingo@redhat.com> |
| 5805 | M: "H. Peter Anvin" <hpa@zytor.com> |
H. Peter Anvin | bcde563 | 2009-02-02 21:42:40 -0800 | [diff] [blame] | 5806 | M: x86@kernel.org |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5807 | 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] | 5808 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5809 | F: Documentation/x86/ |
| 5810 | F: arch/x86/ |
Randy Dunlap | e2d1d6c | 2008-10-12 16:11:31 -0700 | [diff] [blame] | 5811 | |
Jeremy Fitzhardinge | 4cdf6bc | 2007-05-02 19:27:13 +0200 | [diff] [blame] | 5812 | XEN HYPERVISOR INTERFACE |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5813 | M: Jeremy Fitzhardinge <jeremy@xensource.com> |
| 5814 | M: Chris Wright <chrisw@sous-sol.org> |
Jeremy Fitzhardinge | 4cdf6bc | 2007-05-02 19:27:13 +0200 | [diff] [blame] | 5815 | L: virtualization@lists.osdl.org |
| 5816 | L: xen-devel@lists.xensource.com |
| 5817 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5818 | F: arch/x86/xen/ |
| 5819 | F: drivers/*/xen-*front.c |
| 5820 | F: drivers/xen/ |
| 5821 | F: arch/x86/include/asm/xen/ |
| 5822 | F: include/xen/ |
Jeremy Fitzhardinge | 4cdf6bc | 2007-05-02 19:27:13 +0200 | [diff] [blame] | 5823 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5824 | XFS FILESYSTEM |
| 5825 | P: Silicon Graphics Inc |
Alex Elder | f08a59f | 2009-09-11 09:51:25 -0500 | [diff] [blame] | 5826 | M: Alex Elder <aelder@sgi.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5827 | M: xfs-masters@oss.sgi.com |
Nathan Scott | d7ede1a | 2006-06-13 16:28:11 +1000 | [diff] [blame] | 5828 | L: xfs@oss.sgi.com |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5829 | W: http://oss.sgi.com/projects/xfs |
Joe Perches | 54e5881 | 2009-04-07 21:08:10 -0700 | [diff] [blame] | 5830 | T: git git://oss.sgi.com/xfs/xfs.git |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5831 | S: Supported |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5832 | F: Documentation/filesystems/xfs.txt |
| 5833 | F: fs/xfs/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5834 | |
Grant Likely | c9d3d8e | 2007-10-01 16:33:51 +0200 | [diff] [blame] | 5835 | XILINX SYSTEMACE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5836 | M: Grant Likely <grant.likely@secretlab.ca> |
Grant Likely | c9d3d8e | 2007-10-01 16:33:51 +0200 | [diff] [blame] | 5837 | W: http://www.secretlab.ca/ |
Grant Likely | c9d3d8e | 2007-10-01 16:33:51 +0200 | [diff] [blame] | 5838 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5839 | F: drivers/block/xsysace.c |
Grant Likely | c9d3d8e | 2007-10-01 16:33:51 +0200 | [diff] [blame] | 5840 | |
Peter Korsgaard | 238b872 | 2006-12-06 20:35:17 -0800 | [diff] [blame] | 5841 | XILINX UARTLITE SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5842 | M: Peter Korsgaard <jacmet@sunsite.dk> |
Peter Korsgaard | 238b872 | 2006-12-06 20:35:17 -0800 | [diff] [blame] | 5843 | L: linux-serial@vger.kernel.org |
| 5844 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5845 | F: drivers/serial/uartlite.c |
Peter Korsgaard | 238b872 | 2006-12-06 20:35:17 -0800 | [diff] [blame] | 5846 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5847 | YAM DRIVER FOR AX.25 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5848 | M: Jean-Paul Roubelat <jpr@f6fbb.org> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5849 | L: linux-hams@vger.kernel.org |
| 5850 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5851 | F: drivers/net/hamradio/yam* |
| 5852 | F: include/linux/yam.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5853 | |
Henk | af64a5e | 2005-10-12 15:02:56 +0200 | [diff] [blame] | 5854 | YEALINK PHONE DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5855 | M: Henk Vergonet <Henk.Vergonet@gmail.com> |
Henk | af64a5e | 2005-10-12 15:02:56 +0200 | [diff] [blame] | 5856 | L: usbb2k-api-dev@nongnu.org |
| 5857 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5858 | F: Documentation/input/yealink.txt |
| 5859 | F: drivers/input/misc/yealink.* |
Henk | af64a5e | 2005-10-12 15:02:56 +0200 | [diff] [blame] | 5860 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5861 | Z8530 DRIVER FOR AX.25 |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5862 | M: Joerg Reuter <jreuter@yaina.de> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5863 | W: http://yaina.de/jreuter/ |
| 5864 | W: http://www.qsl.net/dl1bke/ |
| 5865 | L: linux-hams@vger.kernel.org |
| 5866 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5867 | F: Documentation/networking/z8530drv.txt |
| 5868 | F: drivers/net/hamradio/*scc.c |
| 5869 | F: drivers/net/hamradio/z8530.h |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5870 | |
Daniel Drake | 7c0c3af | 2006-07-16 13:55:17 +0100 | [diff] [blame] | 5871 | ZD1211RW WIRELESS DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5872 | M: Daniel Drake <dsd@gentoo.org> |
| 5873 | M: Ulrich Kunitz <kune@deine-taler.de> |
Daniel Drake | 7c0c3af | 2006-07-16 13:55:17 +0100 | [diff] [blame] | 5874 | W: http://zd1211.ath.cx/wiki/DriverRewrite |
Johannes Berg | 724c6b3 | 2007-04-23 12:18:20 -0700 | [diff] [blame] | 5875 | L: linux-wireless@vger.kernel.org |
Daniel Drake | 7c0c3af | 2006-07-16 13:55:17 +0100 | [diff] [blame] | 5876 | L: zd1211-devs@lists.sourceforge.net (subscribers-only) |
| 5877 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5878 | F: drivers/net/wireless/zd1211rw/ |
Daniel Drake | 7c0c3af | 2006-07-16 13:55:17 +0100 | [diff] [blame] | 5879 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5880 | ZR36067 VIDEO FOR LINUX DRIVER |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5881 | L: mjpeg-users@lists.sourceforge.net |
Trent Piepho | f63145e | 2009-01-24 20:52:41 -0300 | [diff] [blame] | 5882 | L: linux-media@vger.kernel.org |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5883 | W: http://mjpeg.sourceforge.net/driver-zoran/ |
Trent Piepho | f63145e | 2009-01-24 20:52:41 -0300 | [diff] [blame] | 5884 | T: Mercurial http://linuxtv.org/hg/v4l-dvb |
| 5885 | S: Odd Fixes |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5886 | F: drivers/media/video/zoran/ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5887 | |
Maciej W. Rozycki | 8b4a408 | 2007-07-18 00:49:11 -0700 | [diff] [blame] | 5888 | ZS DECSTATION Z85C30 SERIAL DRIVER |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5889 | M: "Maciej W. Rozycki" <macro@linux-mips.org> |
Maciej W. Rozycki | 8b4a408 | 2007-07-18 00:49:11 -0700 | [diff] [blame] | 5890 | S: Maintained |
Joe Perches | 679655d | 2009-04-07 20:44:32 -0700 | [diff] [blame] | 5891 | F: drivers/serial/zs.* |
Maciej W. Rozycki | 8b4a408 | 2007-07-18 00:49:11 -0700 | [diff] [blame] | 5892 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5893 | THE REST |
Joe Perches | 8b58be8 | 2009-07-29 15:04:30 -0700 | [diff] [blame] | 5894 | M: Linus Torvalds <torvalds@linux-foundation.org> |
Joe Perches | 34d03cc | 2009-06-16 15:34:06 -0700 | [diff] [blame] | 5895 | L: linux-kernel@vger.kernel.org |
Joe Perches | cfe81f7 | 2009-04-07 21:09:58 -0700 | [diff] [blame] | 5896 | 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] | 5897 | S: Buried alive in reporters |
Joe Perches | 34d03cc | 2009-06-16 15:34:06 -0700 | [diff] [blame] | 5898 | F: * |
| 5899 | F: */ |