]> asedeno.scripts.mit.edu Git - linux.git/blob - MAINTAINERS
pata_arasan_cf: Adding support for arasan compact flash host controller
[linux.git] / MAINTAINERS
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
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.
38
39         PLEASE CC: the maintainers and mailing lists that are generated
40         by scripts/get_maintainer.pl.  The results returned by the
41         script will be best if you have git installed and are making
42         your changes in a branch derived from Linus' latest git tree.
43         See Documentation/SubmittingPatches for details.
44
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
52         PLEASE remember that submissions must be made under the terms
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.
57
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
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.
67
68 Descriptions of section entries:
69
70         P: Person (obsolete)
71         M: Mail patches to: FullName <address@domain>
72         L: Mailing list that is relevant to this area
73         W: Web-page with status/info
74         Q: Patchwork web based patch tracking system site
75         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
76         S: Status, one of the following:
77            Supported:   Someone is actually paid to look after this.
78            Maintained:  Someone actually looks after it.
79            Odd Fixes:   It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81            Orphan:      No current maintainer [but maybe you could take the
82                         role as you write your new code].
83            Obsolete:    Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
86         F: Files and directories with wildcard patterns.
87            A trailing slash includes all files and subdirectory files.
88            F:   drivers/net/    all files in and below drivers/net
89            F:   drivers/net/*   all files in drivers/net, but not below
90            F:   */net/*         all files in "any top level directory"/net
91            One pattern per line.  Multiple F: lines acceptable.
92         X: Files and directories that are NOT maintained, same rules as F:
93            Files exclusions are tested before file matches.
94            Can be useful for excluding a specific subdirectory, for instance:
95            F:   net/
96            X:   net/ipv6/
97            matches all files in and below net excluding net/ipv6/
98         K: Keyword perl extended regex pattern to match content in a
99            patch or file.  For instance:
100            K: of_get_profile
101               matches patches or files that contain "of_get_profile"
102            K: \b(printk|pr_(info|err))\b
103               matches patches or files that contain one or more of the words
104               printk, pr_info or pr_err
105            One regex pattern per line.  Multiple K: lines acceptable.
106
107 Note: For the hard of thinking, this list is meant to remain in alphabetical
108 order. If you could add yourselves to it in alphabetical order that would be
109 so much easier [Ed]
110
111 Maintainers List (try to look for most precise areas first)
112
113                 -----------------------------------
114
115 3C505 NETWORK DRIVER
116 M:      Philip Blundell <philb@gnu.org>
117 L:      netdev@vger.kernel.org
118 S:      Maintained
119 F:      drivers/net/3c505*
120
121 3C59X NETWORK DRIVER
122 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
123 L:      netdev@vger.kernel.org
124 S:      Maintained
125 F:      Documentation/networking/vortex.txt
126 F:      drivers/net/3c59x.c
127
128 3CR990 NETWORK DRIVER
129 M:      David Dillow <dave@thedillows.org>
130 L:      netdev@vger.kernel.org
131 S:      Maintained
132 F:      drivers/net/typhoon*
133
134 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
135 M:      Adam Radford <linuxraid@lsi.com>
136 L:      linux-scsi@vger.kernel.org
137 W:      http://www.lsi.com
138 S:      Supported
139 F:      drivers/scsi/3w-*
140
141 53C700 AND 53C700-66 SCSI DRIVER
142 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
143 L:      linux-scsi@vger.kernel.org
144 S:      Maintained
145 F:      drivers/scsi/53c700*
146
147 6PACK NETWORK DRIVER FOR AX.25
148 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
149 L:      linux-hams@vger.kernel.org
150 S:      Maintained
151 F:      drivers/net/hamradio/6pack.c
152
153 8169 10/100/1000 GIGABIT ETHERNET DRIVER
154 M:      Francois Romieu <romieu@fr.zoreil.com>
155 L:      netdev@vger.kernel.org
156 S:      Maintained
157 F:      drivers/net/r8169.c
158
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 M:      Greg Kroah-Hartman <gregkh@suse.de>
161 L:      linux-serial@vger.kernel.org
162 W:      http://serial.sourceforge.net
163 S:      Maintained
164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
165 F:      drivers/tty/serial/8250*
166 F:      include/linux/serial_8250.h
167
168 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
169 L:      netdev@vger.kernel.org
170 S:      Orphan / Obsolete
171 F:      drivers/net/*8390*
172 F:      drivers/net/ax88796.c
173
174 9P FILE SYSTEM
175 M:      Eric Van Hensbergen <ericvh@gmail.com>
176 M:      Ron Minnich <rminnich@sandia.gov>
177 M:      Latchesar Ionkov <lucho@ionkov.net>
178 L:      v9fs-developer@lists.sourceforge.net
179 W:      http://swik.net/v9fs
180 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
182 S:      Maintained
183 F:      Documentation/filesystems/9p.txt
184 F:      fs/9p/
185
186 A2232 SERIAL BOARD DRIVER
187 M:      Enver Haase <A2232@gmx.net>
188 L:      linux-m68k@lists.linux-m68k.org
189 S:      Maintained
190 F:      drivers/char/ser_a2232*
191
192 AACRAID SCSI RAID DRIVER
193 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
194 L:      linux-scsi@vger.kernel.org
195 W:      http://www.adaptec.com/
196 S:      Supported
197 F:      Documentation/scsi/aacraid.txt
198 F:      drivers/scsi/aacraid/
199
200 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
201 M:      Hans de Goede <j.w.r.degoede@hhs.nl>
202 L:      lm-sensors@lm-sensors.org
203 S:      Maintained
204 F:      drivers/hwmon/abituguru.c
205
206 ABIT UGURU 3 HARDWARE MONITOR DRIVER
207 M:      Alistair John Strachan <alistair@devzero.co.uk>
208 L:      lm-sensors@lm-sensors.org
209 S:      Maintained
210 F:      drivers/hwmon/abituguru3.c
211
212 ACENIC DRIVER
213 M:      Jes Sorensen <jes@trained-monkey.org>
214 L:      linux-acenic@sunsite.dk
215 S:      Maintained
216 F:      drivers/net/acenic*
217
218 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
219 M:      Peter Feuerer <peter@piie.net>
220 L:      platform-driver-x86@vger.kernel.org
221 W:      http://piie.net/?section=acerhdf
222 S:      Maintained
223 F:      drivers/platform/x86/acerhdf.c
224
225 ACER WMI LAPTOP EXTRAS
226 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
227 L:      aceracpi@googlegroups.com (subscribers-only)
228 L:      platform-driver-x86@vger.kernel.org
229 W:      http://code.google.com/p/aceracpi
230 S:      Maintained
231 F:      drivers/platform/x86/acer-wmi.c
232
233 ACPI
234 M:      Len Brown <lenb@kernel.org>
235 L:      linux-acpi@vger.kernel.org
236 W:      http://www.lesswatts.org/projects/acpi/
237 Q:      http://patchwork.kernel.org/project/linux-acpi/list/
238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
239 S:      Supported
240 F:      drivers/acpi/
241 F:      drivers/pnp/pnpacpi/
242 F:      include/linux/acpi.h
243 F:      include/acpi/
244
245 ACPI FAN DRIVER
246 M:      Zhang Rui <rui.zhang@intel.com>
247 L:      linux-acpi@vger.kernel.org
248 W:      http://www.lesswatts.org/projects/acpi/
249 S:      Supported
250 F:      drivers/acpi/fan.c
251
252 ACPI PROCESSOR AGGREGATOR DRIVER
253 M:      Shaohua Li <shaohua.li@intel.com>
254 L:      linux-acpi@vger.kernel.org
255 W:      http://www.lesswatts.org/projects/acpi/
256 S:      Supported
257 F:      drivers/acpi/acpi_pad.c
258
259 ACPI THERMAL DRIVER
260 M:      Zhang Rui <rui.zhang@intel.com>
261 L:      linux-acpi@vger.kernel.org
262 W:      http://www.lesswatts.org/projects/acpi/
263 S:      Supported
264 F:      drivers/acpi/*thermal*
265
266 ACPI VIDEO DRIVER
267 M:      Zhang Rui <rui.zhang@intel.com>
268 L:      linux-acpi@vger.kernel.org
269 W:      http://www.lesswatts.org/projects/acpi/
270 S:      Supported
271 F:      drivers/acpi/video.c
272
273 ACPI WMI DRIVER
274 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
275 L:      platform-driver-x86@vger.kernel.org
276 W:      http://www.lesswatts.org/projects/acpi/
277 S:      Maintained
278 F:      drivers/platform/x86/wmi.c
279
280 AD1889 ALSA SOUND DRIVER
281 M:      Kyle McMartin <kyle@mcmartin.ca>
282 M:      Thibaut Varene <T-Bone@parisc-linux.org>
283 W:      http://wiki.parisc-linux.org/AD1889
284 L:      linux-parisc@vger.kernel.org
285 S:      Maintained
286 F:      sound/pci/ad1889.*
287
288 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
289 M:      Michael Hennerich <michael.hennerich@analog.com>
290 L:      device-driver-devel@blackfin.uclinux.org
291 W:      http://wiki-analog.com/AD5254
292 S:      Supported
293 F:      drivers/misc/ad525x_dpot.c
294
295 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
296 M:      Michael Hennerich <michael.hennerich@analog.com>
297 L:      device-driver-devel@blackfin.uclinux.org
298 W:      http://wiki-analog.com/AD5398
299 S:      Supported
300 F:      drivers/regulator/ad5398.c
301
302 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
303 M:      Michael Hennerich <michael.hennerich@analog.com>
304 L:      device-driver-devel@blackfin.uclinux.org
305 W:      http://wiki-analog.com/AD7142
306 S:      Supported
307 F:      drivers/input/misc/ad714x.c
308
309 AD7877 TOUCHSCREEN DRIVER
310 M:      Michael Hennerich <michael.hennerich@analog.com>
311 L:      device-driver-devel@blackfin.uclinux.org
312 W:      http://wiki-analog.com/AD7877
313 S:      Supported
314 F:      drivers/input/touchscreen/ad7877.c
315
316 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
317 M:      Michael Hennerich <michael.hennerich@analog.com>
318 L:      device-driver-devel@blackfin.uclinux.org
319 W:      http://wiki-analog.com/AD7879
320 S:      Supported
321 F:      drivers/input/touchscreen/ad7879.c
322
323 ADM1025 HARDWARE MONITOR DRIVER
324 M:      Jean Delvare <khali@linux-fr.org>
325 L:      lm-sensors@lm-sensors.org
326 S:      Maintained
327 F:      Documentation/hwmon/adm1025
328 F:      drivers/hwmon/adm1025.c
329
330 ADM1029 HARDWARE MONITOR DRIVER
331 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
332 L:      lm-sensors@lm-sensors.org
333 S:      Maintained
334 F:      drivers/hwmon/adm1029.c
335
336 ADM8211 WIRELESS DRIVER
337 L:      linux-wireless@vger.kernel.org
338 W:      http://linuxwireless.org/
339 S:      Orphan
340 F:      drivers/net/wireless/adm8211.*
341
342 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 L:      device-driver-devel@blackfin.uclinux.org
345 W:      http://wiki-analog.com/ADP5520
346 S:      Supported
347 F:      drivers/mfd/adp5520.c
348 F:      drivers/video/backlight/adp5520_bl.c
349 F:      drivers/led/leds-adp5520.c
350 F:      drivers/gpio/adp5520-gpio.c
351 F:      drivers/input/keyboard/adp5520-keys.c
352
353 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
354 M:      Michael Hennerich <michael.hennerich@analog.com>
355 L:      device-driver-devel@blackfin.uclinux.org
356 W:      http://wiki-analog.com/ADP5588
357 S:      Supported
358 F:      drivers/input/keyboard/adp5588-keys.c
359 F:      drivers/gpio/adp5588-gpio.c
360
361 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
362 M:      Michael Hennerich <michael.hennerich@analog.com>
363 L:      device-driver-devel@blackfin.uclinux.org
364 W:      http://wiki-analog.com/ADP8860
365 S:      Supported
366 F:      drivers/video/backlight/adp8860_bl.c
367
368 ADT746X FAN DRIVER
369 M:      Colin Leroy <colin@colino.net>
370 S:      Maintained
371 F:      drivers/macintosh/therm_adt746x.c
372
373 ADT7475 HARDWARE MONITOR DRIVER
374 M:      Jean Delvare <khali@linux-fr.org>
375 L:      lm-sensors@lm-sensors.org
376 S:      Maintained
377 F:      Documentation/hwmon/adt7475
378 F:      drivers/hwmon/adt7475.c
379
380 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
381 M:      Michael Hennerich <michael.hennerich@analog.com>
382 L:      device-driver-devel@blackfin.uclinux.org
383 W:      http://wiki-analog.com/ADXL345
384 S:      Supported
385 F:      drivers/input/misc/adxl34x.c
386
387 ADVANSYS SCSI DRIVER
388 M:      Matthew Wilcox <matthew@wil.cx>
389 L:      linux-scsi@vger.kernel.org
390 S:      Maintained
391 F:      Documentation/scsi/advansys.txt
392 F:      drivers/scsi/advansys.c
393
394 AEDSP16 DRIVER
395 M:      Riccardo Facchetti <fizban@tin.it>
396 S:      Maintained
397 F:      sound/oss/aedsp16.c
398
399 AFFS FILE SYSTEM
400 M:      Roman Zippel <zippel@linux-m68k.org>
401 S:      Maintained
402 F:      Documentation/filesystems/affs.txt
403 F:      fs/affs/
404
405 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
406 M:      David Howells <dhowells@redhat.com>
407 L:      linux-afs@lists.infradead.org
408 S:      Supported
409 F:      fs/afs/
410 F:      include/net/af_rxrpc.h
411 F:      net/rxrpc/af_rxrpc.c
412
413 AGPGART DRIVER
414 M:      David Airlie <airlied@linux.ie>
415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
416 S:      Maintained
417 F:      drivers/char/agp/
418 F:      include/linux/agp*
419
420 AHA152X SCSI DRIVER
421 M:      "Juergen E. Fischer" <fischer@norbit.de>
422 L:      linux-scsi@vger.kernel.org
423 S:      Maintained
424 F:      drivers/scsi/aha152x*
425 F:      drivers/scsi/pcmcia/aha152x*
426
427 AIC7XXX / AIC79XX SCSI DRIVER
428 M:      Hannes Reinecke <hare@suse.de>
429 L:      linux-scsi@vger.kernel.org
430 S:      Maintained
431 F:      drivers/scsi/aic7xxx/
432 F:      drivers/scsi/aic7xxx_old/
433
434 AIO
435 M:      Benjamin LaHaise <bcrl@kvack.org>
436 L:      linux-aio@kvack.org
437 S:      Supported
438 F:      fs/aio.c
439 F:      include/linux/*aio*.h
440
441 ALCATEL SPEEDTOUCH USB DRIVER
442 M:      Duncan Sands <duncan.sands@free.fr>
443 L:      linux-usb@vger.kernel.org
444 W:      http://www.linux-usb.org/SpeedTouch/
445 S:      Maintained
446 F:      drivers/usb/atm/speedtch.c
447 F:      drivers/usb/atm/usbatm.c
448
449 ALCHEMY AU1XX0 MMC DRIVER
450 M:      Manuel Lauss <manuel.lauss@gmail.com>
451 S:      Maintained
452 F:      drivers/mmc/host/au1xmmc.c
453
454 ALI1563 I2C DRIVER
455 M:      Rudolf Marek <r.marek@assembler.cz>
456 L:      linux-i2c@vger.kernel.org
457 S:      Maintained
458 F:      Documentation/i2c/busses/i2c-ali1563
459 F:      drivers/i2c/busses/i2c-ali1563.c
460
461 ALPHA PORT
462 M:      Richard Henderson <rth@twiddle.net>
463 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
464 M:      Matt Turner <mattst88@gmail.com>
465 L:      linux-alpha@vger.kernel.org
466 F:      arch/alpha/
467
468 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
469 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
470 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
471 S:      Supported
472 F:      drivers/usb/gadget/amd5536udc.*
473
474 AMD GEODE PROCESSOR/CHIPSET SUPPORT
475 P:      Andres Salomon <dilinger@queued.net>
476 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
477 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
478 S:      Supported
479 F:      drivers/char/hw_random/geode-rng.c
480 F:      drivers/crypto/geode*
481 F:      drivers/video/geode/
482 F:      arch/x86/include/asm/geode.h
483
484 AMD IOMMU (AMD-VI)
485 M:      Joerg Roedel <joerg.roedel@amd.com>
486 L:      iommu@lists.linux-foundation.org
487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
488 S:      Supported
489 F:      arch/x86/kernel/amd_iommu*.c
490 F:      arch/x86/include/asm/amd_iommu*.h
491
492 AMD MICROCODE UPDATE SUPPORT
493 M:      Andreas Herrmann <andreas.herrmann3@amd.com>
494 L:      amd64-microcode@amd64.org
495 S:      Supported
496 F:      arch/x86/kernel/microcode_amd.c
497
498 AMS (Apple Motion Sensor) DRIVER
499 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
500 S:      Supported
501 F:      drivers/macintosh/ams/
502
503 AMSO1100 RNIC DRIVER
504 M:      Tom Tucker <tom@opengridcomputing.com>
505 M:      Steve Wise <swise@opengridcomputing.com>
506 L:      linux-rdma@vger.kernel.org
507 S:      Maintained
508 F:      drivers/infiniband/hw/amso1100/
509
510 ANALOG DEVICES INC ASOC CODEC DRIVERS
511 L:      device-driver-devel@blackfin.uclinux.org
512 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
513 W:      http://wiki-analog.com/
514 S:      Supported
515 F:      sound/soc/codecs/ad1*
516 F:      sound/soc/codecs/adau*
517 F:      sound/soc/codecs/adav*
518 F:      sound/soc/codecs/ssm*
519
520 ANALOG DEVICES INC ASOC DRIVERS
521 L:      uclinux-dist-devel@blackfin.uclinux.org
522 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
523 W:      http://blackfin.uclinux.org/
524 S:      Supported
525 F:      sound/soc/blackfin/*
526
527 AOA (Apple Onboard Audio) ALSA DRIVER
528 M:      Johannes Berg <johannes@sipsolutions.net>
529 L:      linuxppc-dev@lists.ozlabs.org
530 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
531 S:      Maintained
532 F:      sound/aoa/
533
534 APM DRIVER
535 M:      Stephen Rothwell <sfr@canb.auug.org.au>
536 L:      linux-laptop@vger.kernel.org
537 W:      http://www.canb.auug.org.au/~sfr/
538 S:      Supported
539 F:      arch/x86/kernel/apm_32.c
540 F:      include/linux/apm_bios.h
541
542 APPLE BCM5974 MULTITOUCH DRIVER
543 M:      Henrik Rydberg <rydberg@euromail.se>
544 L:      linux-input@vger.kernel.org
545 S:      Maintained
546 F:      drivers/input/mouse/bcm5974.c
547
548 APPLE SMC DRIVER
549 M:      Henrik Rydberg <rydberg@euromail.se>
550 L:      lm-sensors@lm-sensors.org
551 S:      Maintained
552 F:      drivers/hwmon/applesmc.c
553
554 APPLETALK NETWORK LAYER
555 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
556 S:      Maintained
557 F:      drivers/net/appletalk/
558 F:      net/appletalk/
559
560 ARASAN COMPACT FLASH PATA CONTROLLER
561 M:      Viresh Kumar <viresh.kumar@st.com>
562 L:      linux-ide@vger.kernel.org
563 S:      Maintained
564 F:      include/linux/pata_arasan_cf_data.h
565 F:      drivers/ata/pata_arasan_cf.c
566
567 ARC FRAMEBUFFER DRIVER
568 M:      Jaya Kumar <jayalk@intworks.biz>
569 S:      Maintained
570 F:      drivers/video/arcfb.c
571 F:      drivers/video/fb_defio.c
572
573 ARM MFM AND FLOPPY DRIVERS
574 M:      Ian Molton <spyro@f2s.com>
575 S:      Maintained
576 F:      arch/arm/lib/floppydma.S
577 F:      arch/arm/include/asm/floppy.h
578
579 ARM PORT
580 M:      Russell King <linux@arm.linux.org.uk>
581 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
582 W:      http://www.arm.linux.org.uk/
583 S:      Maintained
584 F:      arch/arm/
585
586 ARM PRIMECELL AACI PL041 DRIVER
587 M:      Russell King <linux@arm.linux.org.uk>
588 S:      Maintained
589 F:      sound/arm/aaci.*
590
591 ARM PRIMECELL CLCD PL110 DRIVER
592 M:      Russell King <linux@arm.linux.org.uk>
593 S:      Maintained
594 F:      drivers/video/amba-clcd.*
595
596 ARM PRIMECELL KMI PL050 DRIVER
597 M:      Russell King <linux@arm.linux.org.uk>
598 S:      Maintained
599 F:      drivers/input/serio/ambakmi.*
600 F:      include/linux/amba/kmi.h
601
602 ARM PRIMECELL MMCI PL180/1 DRIVER
603 S:      Orphan
604 F:      drivers/mmc/host/mmci.*
605
606 ARM PRIMECELL BUS SUPPORT
607 M:      Russell King <linux@arm.linux.org.uk>
608 S:      Maintained
609 F:      drivers/amba/
610 F:      include/linux/amba/bus.h
611
612 ARM/ADI ROADRUNNER MACHINE SUPPORT
613 M:      Lennert Buytenhek <kernel@wantstofly.org>
614 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
615 S:      Maintained
616 F:      arch/arm/mach-ixp23xx/
617 F:      arch/arm/mach-ixp23xx/include/mach/
618
619 ARM/ADS SPHERE MACHINE SUPPORT
620 M:      Lennert Buytenhek <kernel@wantstofly.org>
621 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
622 S:      Maintained
623
624 ARM/AFEB9260 MACHINE SUPPORT
625 M:      Sergey Lapin <slapin@ossfans.org>
626 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
627 S:      Maintained
628
629 ARM/AJECO 1ARM MACHINE SUPPORT
630 M:      Lennert Buytenhek <kernel@wantstofly.org>
631 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
632 S:      Maintained
633
634 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
635 M:      Andrew Victor <linux@maxim.org.za>
636 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
637 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
639 W:      http://maxim.org.za/at91_26.html
640 W:      http://www.linux4sam.org
641 S:      Supported
642 F:      arch/arm/mach-at91/
643
644 ARM/BCMRING ARM ARCHITECTURE
645 M:      Jiandong Zheng <jdzheng@broadcom.com>
646 M:      Scott Branden <sbranden@broadcom.com>
647 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
648 S:      Maintained
649 F:      arch/arm/mach-bcmring
650
651 ARM/BCMRING MTD NAND DRIVER
652 M:      Jiandong Zheng <jdzheng@broadcom.com>
653 M:      Scott Branden <sbranden@broadcom.com>
654 L:      linux-mtd@lists.infradead.org
655 S:      Maintained
656 F:      drivers/mtd/nand/bcm_umi_nand.c
657 F:      drivers/mtd/nand/bcm_umi_bch.c
658 F:      drivers/mtd/nand/nand_bcm_umi.h
659
660 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
661 M:      Anton Vorontsov <avorontsov@mvista.com>
662 S:      Maintained
663 F:      arch/arm/mach-cns3xxx/
664 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
665
666 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
667 M:      Hartley Sweeten <hsweeten@visionengravers.com>
668 M:      Ryan Mallon <ryan@bluewatersys.com>
669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
670 S:      Maintained
671 F:      arch/arm/mach-ep93xx/
672 F:      arch/arm/mach-ep93xx/include/mach/
673
674 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
675 M:      Lennert Buytenhek <kernel@wantstofly.org>
676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
677 S:      Maintained
678
679 ARM/CLKDEV SUPPORT
680 M:      Russell King <linux@arm.linux.org.uk>
681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
682 F:      arch/arm/common/clkdev.c
683 F:      arch/arm/include/asm/clkdev.h
684
685 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
686 M:      Mike Rapoport <mike@compulab.co.il>
687 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
688 S:      Maintained
689
690 ARM/CONTEC MICRO9 MACHINE SUPPORT
691 M:      Hubert Feurstein <hubert.feurstein@contec.at>
692 S:      Maintained
693 F:      arch/arm/mach-ep93xx/micro9.c
694
695 ARM/CORGI MACHINE SUPPORT
696 M:      Richard Purdie <rpurdie@rpsys.net>
697 S:      Maintained
698
699 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
700 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
701 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
702 T:      git git://git.berlios.de/gemini-board
703 S:      Maintained
704 F:      arch/arm/mach-gemini/
705
706 ARM/EBSA110 MACHINE SUPPORT
707 M:      Russell King <linux@arm.linux.org.uk>
708 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
709 W:      http://www.arm.linux.org.uk/
710 S:      Maintained
711 F:      arch/arm/mach-ebsa110/
712 F:      drivers/net/arm/am79c961a.*
713
714 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
715 M:      Daniel Ribeiro <drwyrm@gmail.com>
716 M:      Stefan Schmidt <stefan@openezx.org>
717 M:      Harald Welte <laforge@openezx.org>
718 L:      openezx-devel@lists.openezx.org (subscribers-only)
719 W:      http://www.openezx.org/
720 S:      Maintained
721 T:      topgit git://git.openezx.org/openezx.git
722 F:      arch/arm/mach-pxa/ezx.c
723
724 ARM/FARADAY FA526 PORT
725 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
726 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
727 S:      Maintained
728 T:      git git://git.berlios.de/gemini-board
729 F:      arch/arm/mm/*-fa*
730
731 ARM/FOOTBRIDGE ARCHITECTURE
732 M:      Russell King <linux@arm.linux.org.uk>
733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
734 W:      http://www.arm.linux.org.uk/
735 S:      Maintained
736 F:      arch/arm/include/asm/hardware/dec21285.h
737 F:      arch/arm/mach-footbridge/
738
739 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
740 M:      Sascha Hauer <kernel@pengutronix.de>
741 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
742 S:      Maintained
743 T:      git git://git.pengutronix.de/git/imx/linux-2.6.git
744 F:      arch/arm/mach-mx*/
745 F:      arch/arm/plat-mxc/
746
747 ARM/FREESCALE IMX51
748 M:      Amit Kucheria <amit.kucheria@canonical.com>
749 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
750 S:      Maintained
751 F:      arch/arm/mach-mx5/
752
753 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
754 M:      Lennert Buytenhek <kernel@wantstofly.org>
755 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
756 S:      Maintained
757
758 ARM/GUMSTIX MACHINE SUPPORT
759 M:      Steve Sakoman <sakoman@gmail.com>
760 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
761 S:      Maintained
762
763 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
764 M:      Philipp Zabel <philipp.zabel@gmail.com>
765 S:      Maintained
766 F:      arch/arm/mach-pxa/hx4700.c
767 F:      arch/arm/mach-pxa/include/mach/hx4700.h
768
769 ARM/HP JORNADA 7XX MACHINE SUPPORT
770 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
771 W:      www.jlime.com
772 S:      Maintained
773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
774 F:      arch/arm/mach-sa1100/jornada720.c
775 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
776
777 ARM/INCOME PXA270 SUPPORT
778 M:      Marek Vasut <marek.vasut@gmail.com>
779 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
780 S:      Maintained
781 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
782
783 ARM/INTEL IOP32X ARM ARCHITECTURE
784 M:      Lennert Buytenhek <kernel@wantstofly.org>
785 M:      Dan Williams <dan.j.williams@intel.com>
786 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
787 S:      Maintained
788
789 ARM/INTEL IOP33X ARM ARCHITECTURE
790 M:      Dan Williams <dan.j.williams@intel.com>
791 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
792 S:      Maintained
793
794 ARM/INTEL IOP13XX ARM ARCHITECTURE
795 M:      Lennert Buytenhek <kernel@wantstofly.org>
796 M:      Dan Williams <dan.j.williams@intel.com>
797 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
798 S:      Maintained
799
800 ARM/INTEL IQ81342EX MACHINE SUPPORT
801 M:      Lennert Buytenhek <kernel@wantstofly.org>
802 M:      Dan Williams <dan.j.williams@intel.com>
803 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
804 S:      Maintained
805
806 ARM/INTEL IXP2000 ARM ARCHITECTURE
807 M:      Lennert Buytenhek <kernel@wantstofly.org>
808 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
809 S:      Maintained
810
811 ARM/INTEL IXDP2850 MACHINE SUPPORT
812 M:      Lennert Buytenhek <kernel@wantstofly.org>
813 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
814 S:      Maintained
815
816 ARM/INTEL IXP23XX ARM ARCHITECTURE
817 M:      Lennert Buytenhek <kernel@wantstofly.org>
818 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
819 S:      Maintained
820
821 ARM/INTEL IXP4XX ARM ARCHITECTURE
822 M:      Imre Kaloz <kaloz@openwrt.org>
823 M:      Krzysztof Halasa <khc@pm.waw.pl>
824 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
825 S:      Maintained
826 F:      arch/arm/mach-ixp4xx/
827
828 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
829 M:      Jonathan Cameron <jic23@cam.ac.uk>
830 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
831 S:      Maintained
832 F:      arch/arm/mach-pxa/stargate2.c
833 F:      drivers/pcmcia/pxa2xx_stargate2.c
834
835 ARM/INTEL XSC3 (MANZANO) ARM CORE
836 M:      Lennert Buytenhek <kernel@wantstofly.org>
837 M:      Dan Williams <dan.j.williams@intel.com>
838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 S:      Maintained
840
841 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
842 M:      Lennert Buytenhek <kernel@wantstofly.org>
843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844 S:      Maintained
845
846 ARM/LOGICPD PXA270 MACHINE SUPPORT
847 M:      Lennert Buytenhek <kernel@wantstofly.org>
848 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
849 S:      Maintained
850
851 ARM/MAGICIAN MACHINE SUPPORT
852 M:      Philipp Zabel <philipp.zabel@gmail.com>
853 S:      Maintained
854
855 ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
856 M:      Lennert Buytenhek <kernel@wantstofly.org>
857 M:      Nicolas Pitre <nico@fluxnic.net>
858 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
859 S:      Odd Fixes
860 F:      arch/arm/mach-loki/
861 F:      arch/arm/mach-kirkwood/
862 F:      arch/arm/mach-mv78xx0/
863 F:      arch/arm/mach-orion5x/
864 F:      arch/arm/plat-orion/
865
866 ARM/MIOA701 MACHINE SUPPORT
867 M:      Robert Jarzmik <robert.jarzmik@free.fr>
868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
869 F:      arch/arm/mach-pxa/mioa701.c
870 S:      Maintained
871
872 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
873 M:      Michael Petchkovsky <mkpetch@internode.on.net>
874 S:      Maintained
875
876 ARM/NOMADIK ARCHITECTURE
877 M:      Alessandro Rubini <rubini@unipv.it>
878 M:      Linus Walleij <linus.walleij@stericsson.com>
879 M:      STEricsson <STEricsson_nomadik_linux@list.st.com>
880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881 S:      Maintained
882 F:      arch/arm/mach-nomadik/
883 F:      arch/arm/plat-nomadik/
884 F:      drivers/i2c/busses/i2c-nomadik.c
885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
886
887 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
888 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
889 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
890 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
891 S:      Supported
892
893 ARM/QUALCOMM MSM MACHINE SUPPORT
894 M:      David Brown <davidb@codeaurora.org>
895 M:      Daniel Walker <dwalker@fifo99.com>
896 M:      Bryan Huntsman <bryanh@codeaurora.org>
897 L:      linux-arm-msm@vger.kernel.org
898 F:      arch/arm/mach-msm/
899 F:      drivers/video/msm/
900 F:      drivers/mmc/host/msm_sdcc.c
901 F:      drivers/mmc/host/msm_sdcc.h
902 F:      drivers/tty/serial/msm_serial.h
903 F:      drivers/tty/serial/msm_serial.c
904 T:      git git://codeaurora.org/quic/kernel/davidb/linux-msm.git
905 S:      Maintained
906
907 ARM/TOSA MACHINE SUPPORT
908 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
909 M:      Dirk Opfer <dirk@opfer-online.de>
910 S:      Maintained
911
912 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
913 M:      Marek Vasut <marek.vasut@gmail.com>
914 L:      linux-arm-kernel@lists.infradead.org
915 W:      http://hackndev.com
916 S:      Maintained
917 F:      arch/arm/mach-pxa/include/mach/palmtx.h
918 F:      arch/arm/mach-pxa/palmtx.c
919 F:      arch/arm/mach-pxa/include/mach/palmt5.h
920 F:      arch/arm/mach-pxa/palmt5.c
921 F:      arch/arm/mach-pxa/include/mach/palmld.h
922 F:      arch/arm/mach-pxa/palmld.c
923 F:      arch/arm/mach-pxa/include/mach/palmte2.h
924 F:      arch/arm/mach-pxa/palmte2.c
925 F:      arch/arm/mach-pxa/include/mach/palmtc.h
926 F:      arch/arm/mach-pxa/palmtc.c
927
928 ARM/PALM TREO SUPPORT
929 M:      Tomas Cech <sleep_walker@suse.cz>
930 L:      linux-arm-kernel@lists.infradead.org
931 W:      http://hackndev.com
932 S:      Maintained
933 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
934 F:      arch/arm/mach-pxa/palmtreo.c
935
936 ARM/PALMZ72 SUPPORT
937 M:      Sergey Lapin <slapin@ossfans.org>
938 L:      linux-arm-kernel@lists.infradead.org
939 W:      http://hackndev.com
940 S:      Maintained
941 F:      arch/arm/mach-pxa/include/mach/palmz72.h
942 F:      arch/arm/mach-pxa/palmz72.c
943
944 ARM/PLEB SUPPORT
945 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
946 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
947 S:      Maintained
948
949 ARM/PT DIGITAL BOARD PORT
950 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
952 W:      http://www.arm.linux.org.uk/
953 S:      Maintained
954
955 ARM/RADISYS ENP2611 MACHINE SUPPORT
956 M:      Lennert Buytenhek <kernel@wantstofly.org>
957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
958 S:      Maintained
959
960 ARM/RISCPC ARCHITECTURE
961 M:      Russell King <linux@arm.linux.org.uk>
962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 W:      http://www.arm.linux.org.uk/
964 S:      Maintained
965 F:      arch/arm/common/time-acorn.c
966 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
967 F:      arch/arm/include/asm/hardware/ioc.h
968 F:      arch/arm/include/asm/hardware/iomd.h
969 F:      arch/arm/include/asm/hardware/memc.h
970 F:      arch/arm/mach-rpc/
971 F:      drivers/net/arm/ether*
972 F:      drivers/scsi/arm/
973
974 ARM/SHARK MACHINE SUPPORT
975 M:      Alexander Schulz <alex@shark-linux.de>
976 W:      http://www.shark-linux.de/shark.html
977 S:      Maintained
978
979 ARM/SAMSUNG ARM ARCHITECTURES
980 M:      Ben Dooks <ben-linux@fluff.org>
981 M:      Kukjin Kim <kgene.kim@samsung.com>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 W:      http://www.fluff.org/ben/linux/
984 S:      Maintained
985 F:      arch/arm/plat-samsung/
986 F:      arch/arm/plat-s3c24xx/
987 F:      arch/arm/plat-s5p/
988 F:      drivers/*/*s3c2410*
989 F:      drivers/*/*/*s3c2410*
990
991 ARM/S3C2410 ARM ARCHITECTURE
992 M:      Ben Dooks <ben-linux@fluff.org>
993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994 W:      http://www.fluff.org/ben/linux/
995 S:      Maintained
996 F:      arch/arm/mach-s3c2410/
997
998 ARM/S3C244x ARM ARCHITECTURE
999 M:      Ben Dooks <ben-linux@fluff.org>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 W:      http://www.fluff.org/ben/linux/
1002 S:      Maintained
1003 F:      arch/arm/mach-s3c2440/
1004 F:      arch/arm/mach-s3c2443/
1005
1006 ARM/S3C64xx ARM ARCHITECTURE
1007 M:      Ben Dooks <ben-linux@fluff.org>
1008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1009 W:      http://www.fluff.org/ben/linux/
1010 S:      Maintained
1011 F:      arch/arm/mach-s3c64xx/
1012
1013 ARM/S5P ARM ARCHITECTURES
1014 M:      Kukjin Kim <kgene.kim@samsung.com>
1015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1017 S:      Maintained
1018 F:      arch/arm/mach-s5p*/
1019
1020 ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1021 M:      Kyungmin Park <kyungmin.park@samsung.com>
1022 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
1023 L:      linux-arm-kernel@lists.infradead.org
1024 L:      linux-media@vger.kernel.org
1025 S:      Maintained
1026 F:      arch/arm/plat-s5p/dev-fimc*
1027 F:      arch/arm/plat-samsung/include/plat/*fimc*
1028 F:      drivers/media/video/s5p-fimc/
1029
1030 ARM/SHMOBILE ARM ARCHITECTURE
1031 M:      Paul Mundt <lethal@linux-sh.org>
1032 M:      Magnus Damm <magnus.damm@gmail.com>
1033 L:      linux-sh@vger.kernel.org
1034 W:      http://oss.renesas.com
1035 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1037 S:      Supported
1038 F:      arch/arm/mach-shmobile/
1039 F:      drivers/sh/
1040
1041 ARM/TELECHIPS ARM ARCHITECTURE
1042 M:      "Hans J. Koch" <hjk@linutronix.de>
1043 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1044 S:      Maintained
1045 F:      arch/arm/plat-tcc/
1046 F:      arch/arm/mach-tcc8k/
1047
1048 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1049 M:      Lennert Buytenhek <kernel@wantstofly.org>
1050 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1051 S:      Maintained
1052
1053 ARM/TETON BGA MACHINE SUPPORT
1054 M:      Mark F. Brown <mark.brown314@gmail.com>
1055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 S:      Maintained
1057
1058 ARM/THECUS N2100 MACHINE SUPPORT
1059 M:      Lennert Buytenhek <kernel@wantstofly.org>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1062
1063 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1064 M:      Wan ZongShun <mcuos.com@gmail.com>
1065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1066 W:      http://www.mcuos.com
1067 S:      Maintained
1068 F:      arch/arm/mach-w90x900/
1069 F:      arch/arm/mach-nuc93x/
1070 F:      drivers/input/keyboard/w90p910_keypad.c
1071 F:      drivers/input/touchscreen/w90p910_ts.c
1072 F:      drivers/watchdog/nuc900_wdt.c
1073 F:      drivers/net/arm/w90p910_ether.c
1074 F:      drivers/mtd/nand/nuc900_nand.c
1075 F:      drivers/rtc/rtc-nuc900.c
1076 F:      drivers/spi/spi_nuc900.c
1077 F:      drivers/usb/host/ehci-w90x900.c
1078 F:      drivers/video/nuc900fb.c
1079
1080 ARM/U300 MACHINE SUPPORT
1081 M:      Linus Walleij <linus.walleij@stericsson.com>
1082 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1083 S:      Supported
1084 F:      arch/arm/mach-u300/
1085 F:      drivers/i2c/busses/i2c-stu300.c
1086 F:      drivers/rtc/rtc-coh901331.c
1087 F:      drivers/watchdog/coh901327_wdt.c
1088 F:      drivers/dma/coh901318*
1089 F:      drivers/mfd/ab3100*
1090 F:      drivers/rtc/rtc-ab3100.c
1091 F:      drivers/rtc/rtc-coh901331.c
1092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1093
1094 ARM/Ux500 ARM ARCHITECTURE
1095 M:      Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1096 M:      Linus Walleij <linus.walleij@stericsson.com>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 S:      Maintained
1099 F:      arch/arm/mach-ux500/
1100 F:      drivers/dma/ste_dma40*
1101 F:      drivers/mfd/ab3550*
1102 F:      drivers/mfd/abx500*
1103 F:      drivers/mfd/ab8500*
1104 F:      drivers/mfd/stmpe*
1105 F:      drivers/rtc/rtc-ab8500.c
1106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1107
1108 ARM/VFP SUPPORT
1109 M:      Russell King <linux@arm.linux.org.uk>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 W:      http://www.arm.linux.org.uk/
1112 S:      Maintained
1113 F:      arch/arm/vfp/
1114
1115 ARM/VOIPAC PXA270 SUPPORT
1116 M:      Marek Vasut <marek.vasut@gmail.com>
1117 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1118 S:      Maintained
1119 F:      arch/arm/mach-pxa/vpac270.c
1120 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1121
1122 ARM/ZIPIT Z2 SUPPORT
1123 M:      Marek Vasut <marek.vasut@gmail.com>
1124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 S:      Maintained
1126 F:      arch/arm/mach-pxa/z2.c
1127 F:      arch/arm/mach-pxa/include/mach/z2.h
1128
1129 ASC7621 HARDWARE MONITOR DRIVER
1130 M:      George Joseph <george.joseph@fairview5.com>
1131 L:      lm-sensors@lm-sensors.org
1132 S:      Maintained
1133 F:      Documentation/hwmon/asc7621
1134 F:      drivers/hwmon/asc7621.c
1135
1136 ASUS ACPI EXTRAS DRIVER
1137 M:      Corentin Chary <corentincj@iksaif.net>
1138 M:      Karol Kozimor <sziwan@users.sourceforge.net>
1139 L:      acpi4asus-user@lists.sourceforge.net
1140 L:      platform-driver-x86@vger.kernel.org
1141 W:      http://acpi4asus.sf.net
1142 S:      Maintained
1143 F:      drivers/platform/x86/asus_acpi.c
1144
1145 ASUS ASB100 HARDWARE MONITOR DRIVER
1146 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
1147 L:      lm-sensors@lm-sensors.org
1148 S:      Maintained
1149 F:      drivers/hwmon/asb100.c
1150
1151 ASUS LAPTOP EXTRAS DRIVER
1152 M:      Corentin Chary <corentincj@iksaif.net>
1153 L:      acpi4asus-user@lists.sourceforge.net
1154 L:      platform-driver-x86@vger.kernel.org
1155 W:      http://acpi4asus.sf.net
1156 S:      Maintained
1157 F:      drivers/platform/x86/asus-laptop.c
1158
1159 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1160 M:      Dan Williams <dan.j.williams@intel.com>
1161 W:      http://sourceforge.net/projects/xscaleiop
1162 S:      Supported
1163 F:      Documentation/crypto/async-tx-api.txt
1164 F:      crypto/async_tx/
1165 F:      drivers/dma/
1166 F:      include/linux/dmaengine.h
1167 F:      include/linux/async_tx.h
1168
1169 AT24 EEPROM DRIVER
1170 M:      Wolfram Sang <w.sang@pengutronix.de>
1171 L:      linux-i2c@vger.kernel.org
1172 S:      Maintained
1173 F:      drivers/misc/eeprom/at24.c
1174 F:      include/linux/i2c/at24.h
1175
1176 ATA OVER ETHERNET (AOE) DRIVER
1177 M:      "Ed L. Cashin" <ecashin@coraid.com>
1178 W:      http://www.coraid.com/support/linux
1179 S:      Supported
1180 F:      Documentation/aoe/
1181 F:      drivers/block/aoe/
1182
1183 ATHEROS ATH GENERIC UTILITIES
1184 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1185 L:      linux-wireless@vger.kernel.org
1186 S:      Supported
1187 F:      drivers/net/wireless/ath/*
1188
1189 ATHEROS ATH5K WIRELESS DRIVER
1190 M:      Jiri Slaby <jirislaby@gmail.com>
1191 M:      Nick Kossifidis <mickflemm@gmail.com>
1192 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1193 M:      Bob Copeland <me@bobcopeland.com>
1194 L:      linux-wireless@vger.kernel.org
1195 L:      ath5k-devel@lists.ath5k.org
1196 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1197 S:      Maintained
1198 F:      drivers/net/wireless/ath/ath5k/
1199
1200 ATHEROS ATH9K WIRELESS DRIVER
1201 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1202 M:      Jouni Malinen <jmalinen@atheros.com>
1203 M:      Vasanthakumar Thiagarajan <vasanth@atheros.com>
1204 M:      Senthil Balasubramanian <senthilkumar@atheros.com>
1205 L:      linux-wireless@vger.kernel.org
1206 L:      ath9k-devel@lists.ath9k.org
1207 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
1208 S:      Supported
1209 F:      drivers/net/wireless/ath/ath9k/
1210
1211 ATHEROS AR9170 WIRELESS DRIVER
1212 M:      Christian Lamparter <chunkeey@web.de>
1213 L:      linux-wireless@vger.kernel.org
1214 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
1215 S:      Maintained
1216 F:      drivers/net/wireless/ath/ar9170/
1217
1218 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1219 M:      Christian Lamparter <chunkeey@googlemail.com>
1220 L:      linux-wireless@vger.kernel.org
1221 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1222 S:      Maintained
1223 F:      drivers/net/wireless/ath/carl9170/
1224
1225 ATK0110 HWMON DRIVER
1226 M:      Luca Tettamanti <kronos.it@gmail.com>
1227 L:      lm-sensors@lm-sensors.org
1228 S:      Maintained
1229 F:      drivers/hwmon/asus_atk0110.c
1230
1231 ATI_REMOTE2 DRIVER
1232 M:      Ville Syrjala <syrjala@sci.fi>
1233 S:      Maintained
1234 F:      drivers/input/misc/ati_remote2.c
1235
1236 ATLX ETHERNET DRIVERS
1237 M:      Jay Cliburn <jcliburn@gmail.com>
1238 M:      Chris Snook <chris.snook@gmail.com>
1239 M:      Jie Yang <jie.yang@atheros.com>
1240 L:      netdev@vger.kernel.org
1241 W:      http://sourceforge.net/projects/atl1
1242 W:      http://atl1.sourceforge.net
1243 S:      Maintained
1244 F:      drivers/net/atlx/
1245
1246 ATM
1247 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1248 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1249 L:      netdev@vger.kernel.org
1250 W:      http://linux-atm.sourceforge.net
1251 S:      Maintained
1252 F:      drivers/atm/
1253 F:      include/linux/atm*
1254
1255 ATMEL AT91 MCI DRIVER
1256 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1257 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258 W:      http://www.atmel.com/products/AT91/
1259 W:      http://www.at91.com/
1260 S:      Maintained
1261 F:      drivers/mmc/host/at91_mci.c
1262
1263 ATMEL AT91 / AT32 MCI DRIVER
1264 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1265 S:      Maintained
1266 F:      drivers/mmc/host/atmel-mci.c
1267 F:      drivers/mmc/host/atmel-mci-regs.h
1268
1269 ATMEL AT91 / AT32 SERIAL DRIVER
1270 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1271 S:      Supported
1272 F:      drivers/tty/serial/atmel_serial.c
1273
1274 ATMEL LCDFB DRIVER
1275 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1276 L:      linux-fbdev@vger.kernel.org
1277 S:      Maintained
1278 F:      drivers/video/atmel_lcdfb.c
1279 F:      include/video/atmel_lcdc.h
1280
1281 ATMEL MACB ETHERNET DRIVER
1282 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1283 S:      Supported
1284 F:      drivers/net/macb.*
1285
1286 ATMEL SPI DRIVER
1287 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1288 S:      Supported
1289 F:      drivers/spi/atmel_spi.*
1290
1291 ATMEL USBA UDC DRIVER
1292 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1294 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1295 S:      Supported
1296 F:      drivers/usb/gadget/atmel_usba_udc.*
1297
1298 ATMEL WIRELESS DRIVER
1299 M:      Simon Kelley <simon@thekelleys.org.uk>
1300 L:      linux-wireless@vger.kernel.org
1301 W:      http://www.thekelleys.org.uk/atmel
1302 W:      http://atmelwlandriver.sourceforge.net/
1303 S:      Maintained
1304 F:      drivers/net/wireless/atmel*
1305
1306 AUDIT SUBSYSTEM
1307 M:      Al Viro <viro@zeniv.linux.org.uk>
1308 M:      Eric Paris <eparis@redhat.com>
1309 L:      linux-audit@redhat.com (subscribers-only)
1310 W:      http://people.redhat.com/sgrubb/audit/
1311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1312 S:      Maintained
1313 F:      include/linux/audit.h
1314 F:      kernel/audit*
1315
1316 AUXILIARY DISPLAY DRIVERS
1317 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1318 W:      http://miguelojeda.es/auxdisplay.htm
1319 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1320 S:      Maintained
1321 F:      drivers/auxdisplay/
1322 F:      include/linux/cfag12864b.h
1323
1324 AVR32 ARCHITECTURE
1325 M:      Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1326 W:      http://www.atmel.com/products/AVR32/
1327 W:      http://avr32linux.org/
1328 W:      http://avrfreaks.net/
1329 S:      Supported
1330 F:      arch/avr32/
1331
1332 AVR32/AT32AP MACHINE SUPPORT
1333 M:      Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1334 S:      Supported
1335 F:      arch/avr32/mach-at32ap/
1336
1337 AX.25 NETWORK LAYER
1338 M:      Ralf Baechle <ralf@linux-mips.org>
1339 L:      linux-hams@vger.kernel.org
1340 W:      http://www.linux-ax25.org/
1341 S:      Maintained
1342 F:      include/linux/ax25.h
1343 F:      include/net/ax25.h
1344 F:      net/ax25/
1345
1346 B43 WIRELESS DRIVER
1347 M:      Stefano Brivio <stefano.brivio@polimi.it>
1348 L:      linux-wireless@vger.kernel.org
1349 W:      http://linuxwireless.org/en/users/Drivers/b43
1350 S:      Maintained
1351 F:      drivers/net/wireless/b43/
1352
1353 B43LEGACY WIRELESS DRIVER
1354 M:      Larry Finger <Larry.Finger@lwfinger.net>
1355 M:      Stefano Brivio <stefano.brivio@polimi.it>
1356 L:      linux-wireless@vger.kernel.org
1357 W:      http://linuxwireless.org/en/users/Drivers/b43
1358 S:      Maintained
1359 F:      drivers/net/wireless/b43legacy/
1360
1361 BACKLIGHT CLASS/SUBSYSTEM
1362 M:      Richard Purdie <rpurdie@rpsys.net>
1363 S:      Maintained
1364 F:      drivers/video/backlight/
1365 F:      include/linux/backlight.h
1366
1367 BATMAN ADVANCED
1368 M:      Marek Lindner <lindner_marek@yahoo.de>
1369 M:      Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1370 M:      Sven Eckelmann <sven@narfation.org>
1371 L:      b.a.t.m.a.n@lists.open-mesh.org
1372 W:      http://www.open-mesh.org/
1373 S:      Maintained
1374 F:      net/batman-adv/
1375
1376 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1377 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1378 L:      linux-hams@vger.kernel.org
1379 W:      http://www.baycom.org/~tom/ham/ham.html
1380 S:      Maintained
1381 F:      drivers/net/hamradio/baycom*
1382
1383 BEFS FILE SYSTEM
1384 S:      Orphan
1385 F:      Documentation/filesystems/befs.txt
1386 F:      fs/befs/
1387
1388 BFS FILE SYSTEM
1389 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1390 S:      Maintained
1391 F:      Documentation/filesystems/bfs.txt
1392 F:      fs/bfs/
1393 F:      include/linux/bfs_fs.h
1394
1395 BLACKFIN ARCHITECTURE
1396 M:      Mike Frysinger <vapier@gentoo.org>
1397 L:      uclinux-dist-devel@blackfin.uclinux.org
1398 W:      http://blackfin.uclinux.org
1399 S:      Supported
1400 F:      arch/blackfin/
1401
1402 BLACKFIN EMAC DRIVER
1403 M:      Michael Hennerich <michael.hennerich@analog.com>
1404 L:      uclinux-dist-devel@blackfin.uclinux.org
1405 W:      http://blackfin.uclinux.org
1406 S:      Supported
1407 F:      drivers/net/bfin_mac.*
1408
1409 BLACKFIN RTC DRIVER
1410 M:      Mike Frysinger <vapier.adi@gmail.com>
1411 L:      uclinux-dist-devel@blackfin.uclinux.org
1412 W:      http://blackfin.uclinux.org
1413 S:      Supported
1414 F:      drivers/rtc/rtc-bfin.c
1415
1416 BLACKFIN SDH DRIVER
1417 M:      Cliff Cai <cliff.cai@analog.com>
1418 L:      uclinux-dist-devel@blackfin.uclinux.org
1419 W:      http://blackfin.uclinux.org
1420 S:      Supported
1421 F:      drivers/mmc/host/bfin_sdh.c
1422
1423 BLACKFIN SERIAL DRIVER
1424 M:      Sonic Zhang <sonic.zhang@analog.com>
1425 L:      uclinux-dist-devel@blackfin.uclinux.org
1426 W:      http://blackfin.uclinux.org
1427 S:      Supported
1428 F:      drivers/tty/serial/bfin_5xx.c
1429
1430 BLACKFIN WATCHDOG DRIVER
1431 M:      Mike Frysinger <vapier.adi@gmail.com>
1432 L:      uclinux-dist-devel@blackfin.uclinux.org
1433 W:      http://blackfin.uclinux.org
1434 S:      Supported
1435 F:      drivers/watchdog/bfin_wdt.c
1436
1437 BLACKFIN I2C TWI DRIVER
1438 M:      Sonic Zhang <sonic.zhang@analog.com>
1439 L:      uclinux-dist-devel@blackfin.uclinux.org
1440 W:      http://blackfin.uclinux.org/
1441 S:      Supported
1442 F:      drivers/i2c/busses/i2c-bfin-twi.c
1443
1444 BLOCK LAYER
1445 M:      Jens Axboe <axboe@kernel.dk>
1446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1447 S:      Maintained
1448 F:      block/
1449
1450 BLOCK2MTD DRIVER
1451 M:      Joern Engel <joern@lazybastard.org>
1452 L:      linux-mtd@lists.infradead.org
1453 S:      Maintained
1454 F:      drivers/mtd/devices/block2mtd.c
1455
1456 BLUETOOTH DRIVERS
1457 M:      Marcel Holtmann <marcel@holtmann.org>
1458 M:      Gustavo F. Padovan <padovan@profusion.mobi>
1459 L:      linux-bluetooth@vger.kernel.org
1460 W:      http://www.bluez.org/
1461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1462 S:      Maintained
1463 F:      drivers/bluetooth/
1464
1465 BLUETOOTH SUBSYSTEM
1466 M:      Marcel Holtmann <marcel@holtmann.org>
1467 M:      Gustavo F. Padovan <padovan@profusion.mobi>
1468 L:      linux-bluetooth@vger.kernel.org
1469 W:      http://www.bluez.org/
1470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1471 S:      Maintained
1472 F:      net/bluetooth/
1473 F:      include/net/bluetooth/
1474
1475 BONDING DRIVER
1476 M:      Jay Vosburgh <fubar@us.ibm.com>
1477 L:      netdev@vger.kernel.org
1478 W:      http://sourceforge.net/projects/bonding/
1479 S:      Supported
1480 F:      drivers/net/bonding/
1481 F:      include/linux/if_bonding.h
1482
1483 BROADCOM B44 10/100 ETHERNET DRIVER
1484 M:      Gary Zambrano <zambrano@broadcom.com>
1485 L:      netdev@vger.kernel.org
1486 S:      Supported
1487 F:      drivers/net/b44.*
1488
1489 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1490 M:      Michael Chan <mchan@broadcom.com>
1491 L:      netdev@vger.kernel.org
1492 S:      Supported
1493 F:      drivers/net/bnx2.*
1494 F:      drivers/net/bnx2_*
1495
1496 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1497 M:      Eilon Greenstein <eilong@broadcom.com>
1498 L:      netdev@vger.kernel.org
1499 S:      Supported
1500 F:      drivers/net/bnx2x/
1501
1502 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1503 M:      Matt Carlson <mcarlson@broadcom.com>
1504 M:      Michael Chan <mchan@broadcom.com>
1505 L:      netdev@vger.kernel.org
1506 S:      Supported
1507 F:      drivers/net/tg3.*
1508
1509 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1510 M:      Brett Rudley <brudley@broadcom.com>
1511 M:      Henry Ptasinski <henryp@broadcom.com>
1512 M:      Dowan Kim <dowan@broadcom.com>
1513 M:      Roland Vossen <rvossen@broadcom.com>
1514 M:      Arend van Spriel <arend@broadcom.com>
1515 L:      linux-wireless@vger.kernel.org
1516 S:      Supported
1517 F:      drivers/staging/brcm80211/
1518
1519 BROCADE BFA FC SCSI DRIVER
1520 M:      Jing Huang <huangj@brocade.com>
1521 L:      linux-scsi@vger.kernel.org
1522 S:      Supported
1523 F:      drivers/scsi/bfa/
1524
1525 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1526 M:      Rasesh Mody <rmody@brocade.com>
1527 M:      Debashis Dutt <ddutt@brocade.com>
1528 L:      netdev@vger.kernel.org
1529 S:      Supported
1530 F:      drivers/net/bna/
1531
1532 BSG (block layer generic sg v4 driver)
1533 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1534 L:      linux-scsi@vger.kernel.org
1535 S:      Supported
1536 F:      block/bsg.c
1537 F:      include/linux/bsg.h
1538
1539 BT87X AUDIO DRIVER
1540 M:      Clemens Ladisch <clemens@ladisch.de>
1541 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1542 T:      git git://git.alsa-project.org/alsa-kernel.git
1543 S:      Maintained
1544 F:      Documentation/sound/alsa/Bt87x.txt
1545 F:      sound/pci/bt87x.c
1546
1547 BT8XXGPIO DRIVER
1548 M:      Michael Buesch <mb@bu3sch.de>
1549 W:      http://bu3sch.de/btgpio.php
1550 S:      Maintained
1551 F:      drivers/gpio/bt8xxgpio.c
1552
1553 BTRFS FILE SYSTEM
1554 M:      Chris Mason <chris.mason@oracle.com>
1555 L:      linux-btrfs@vger.kernel.org
1556 W:      http://btrfs.wiki.kernel.org/
1557 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1559 S:      Maintained
1560 F:      Documentation/filesystems/btrfs.txt
1561 F:      fs/btrfs/
1562
1563 BTTV VIDEO4LINUX DRIVER
1564 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
1565 L:      linux-media@vger.kernel.org
1566 W:      http://linuxtv.org
1567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1568 S:      Maintained
1569 F:      Documentation/video4linux/bttv/
1570 F:      drivers/media/video/bt8xx/bttv*
1571
1572 C-MEDIA CMI8788 DRIVER
1573 M:      Clemens Ladisch <clemens@ladisch.de>
1574 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1575 T:      git git://git.alsa-project.org/alsa-kernel.git
1576 S:      Maintained
1577 F:      sound/pci/oxygen/
1578
1579 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1580 M:      David Howells <dhowells@redhat.com>
1581 L:      linux-cachefs@redhat.com
1582 S:      Supported
1583 F:      Documentation/filesystems/caching/cachefiles.txt
1584 F:      fs/cachefiles/
1585
1586 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1587 M:      Jonathan Corbet <corbet@lwn.net>
1588 L:      linux-media@vger.kernel.org
1589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1590 S:      Maintained
1591 F:      Documentation/video4linux/cafe_ccic
1592 F:      drivers/media/video/cafe_ccic*
1593
1594 CAIF NETWORK LAYER
1595 M:      Sjur Braendeland <sjur.brandeland@stericsson.com>
1596 L:      netdev@vger.kernel.org
1597 S:      Supported
1598 F:      Documentation/networking/caif/
1599 F:      drivers/net/caif/
1600 F:      include/linux/caif/
1601 F:      include/net/caif/
1602 F:      net/caif/
1603
1604 CALGARY x86-64 IOMMU
1605 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1606 M:      "Jon D. Mason" <jdmason@kudzu.us>
1607 L:      discuss@x86-64.org
1608 S:      Maintained
1609 F:      arch/x86/kernel/pci-calgary_64.c
1610 F:      arch/x86/kernel/tce_64.c
1611 F:      arch/x86/include/asm/calgary.h
1612 F:      arch/x86/include/asm/tce.h
1613
1614 CAN NETWORK LAYER
1615 M:      Oliver Hartkopp <socketcan@hartkopp.net>
1616 M:      Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1617 M:      Urs Thuermann <urs.thuermann@volkswagen.de>
1618 L:      socketcan-core@lists.berlios.de
1619 L:      netdev@vger.kernel.org
1620 W:      http://developer.berlios.de/projects/socketcan/
1621 S:      Maintained
1622 F:      net/can/
1623 F:      include/linux/can.h
1624 F:      include/linux/can/core.h
1625 F:      include/linux/can/bcm.h
1626 F:      include/linux/can/raw.h
1627
1628 CAN NETWORK DRIVERS
1629 M:      Wolfgang Grandegger <wg@grandegger.com>
1630 L:      socketcan-core@lists.berlios.de
1631 L:      netdev@vger.kernel.org
1632 W:      http://developer.berlios.de/projects/socketcan/
1633 S:      Maintained
1634 F:      drivers/net/can/
1635 F:      include/linux/can/dev.h
1636 F:      include/linux/can/error.h
1637 F:      include/linux/can/netlink.h
1638 F:      include/linux/can/platform/
1639
1640 CELL BROADBAND ENGINE ARCHITECTURE
1641 M:      Arnd Bergmann <arnd@arndb.de>
1642 L:      linuxppc-dev@lists.ozlabs.org
1643 L:      cbe-oss-dev@lists.ozlabs.org
1644 W:      http://www.ibm.com/developerworks/power/cell/
1645 S:      Supported
1646 F:      arch/powerpc/include/asm/cell*.h
1647 F:      arch/powerpc/include/asm/spu*.h
1648 F:      arch/powerpc/oprofile/*cell*
1649 F:      arch/powerpc/platforms/cell/
1650
1651 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1652 M:      Sage Weil <sage@newdream.net>
1653 L:      ceph-devel@vger.kernel.org
1654 W:      http://ceph.newdream.net/
1655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1656 S:      Supported
1657 F:      Documentation/filesystems/ceph.txt
1658 F:      fs/ceph
1659 F:      net/ceph
1660 F:      include/linux/ceph
1661
1662 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1663 L:      linux-usb@vger.kernel.org
1664 S:      Orphan
1665 F:      Documentation/usb/WUSB-Design-overview.txt
1666 F:      Documentation/usb/wusb-cbaf
1667 F:      drivers/usb/host/hwa-hc.c
1668 F:      drivers/usb/host/whci/
1669 F:      drivers/usb/wusbcore/
1670 F:      include/linux/usb/wusb*
1671
1672 CFAG12864B LCD DRIVER
1673 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1674 W:      http://miguelojeda.es/auxdisplay.htm
1675 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1676 S:      Maintained
1677 F:      drivers/auxdisplay/cfag12864b.c
1678 F:      include/linux/cfag12864b.h
1679
1680 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1681 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1682 W:      http://miguelojeda.es/auxdisplay.htm
1683 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1684 S:      Maintained
1685 F:      drivers/auxdisplay/cfag12864bfb.c
1686 F:      include/linux/cfag12864b.h
1687
1688 CFG80211 and NL80211
1689 M:      Johannes Berg <johannes@sipsolutions.net>
1690 L:      linux-wireless@vger.kernel.org
1691 S:      Maintained
1692 F:      include/linux/nl80211.h
1693 F:      include/net/cfg80211.h
1694 F:      net/wireless/*
1695 X:      net/wireless/wext*
1696
1697 CHECKPATCH
1698 M:      Andy Whitcroft <apw@canonical.com>
1699 S:      Supported
1700 F:      scripts/checkpatch.pl
1701
1702 CHINESE DOCUMENTATION
1703 M:      Harry Wei <harryxiyou@gmail.com>
1704 L:      xiyoulinuxkernelgroup@googlegroups.com
1705 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
1706 S:      Maintained
1707 F:      Documentation/zh_CN/
1708
1709 CISCO VIC ETHERNET NIC DRIVER
1710 M:      Vasanthy Kolluri <vkolluri@cisco.com>
1711 M:      Roopa Prabhu <roprabhu@cisco.com>
1712 M:      David Wang <dwang2@cisco.com>
1713 S:      Supported
1714 F:      drivers/net/enic/
1715
1716 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1717 M:      Lennert Buytenhek <kernel@wantstofly.org>
1718 L:      netdev@vger.kernel.org
1719 S:      Maintained
1720 F:      drivers/net/arm/ep93xx_eth.c
1721
1722 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1723 M:      Lennert Buytenhek <kernel@wantstofly.org>
1724 L:      linux-usb@vger.kernel.org
1725 S:      Maintained
1726 F:      drivers/usb/host/ohci-ep93xx.c
1727
1728 CIRRUS LOGIC CS4270 SOUND DRIVER
1729 M:      Timur Tabi <timur@freescale.com>
1730 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1731 S:      Supported
1732 F:      sound/soc/codecs/cs4270*
1733
1734 CLK API
1735 M:      Russell King <linux@arm.linux.org.uk>
1736 F:      include/linux/clk.h
1737
1738 CISCO FCOE HBA DRIVER
1739 M:      Abhijeet Joglekar <abjoglek@cisco.com>
1740 M:      Joe Eykholt <jeykholt@cisco.com>
1741 L:      linux-scsi@vger.kernel.org
1742 S:      Supported
1743 F:      drivers/scsi/fnic/
1744
1745 CMPC ACPI DRIVER
1746 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1747 M:      Daniel Oliveira Nascimento <don@syst.com.br>
1748 L:      platform-driver-x86@vger.kernel.org
1749 S:      Supported
1750 F:      drivers/platform/x86/classmate-laptop.c
1751
1752 COCCINELLE/Semantic Patches (SmPL)
1753 M:      Julia Lawall <julia@diku.dk>
1754 M:      Gilles Muller <Gilles.Muller@lip6.fr>
1755 M:      Nicolas Palix <npalix.work@gmail.com>
1756 L:      cocci@diku.dk (moderated for non-subscribers)
1757 W:      http://coccinelle.lip6.fr/
1758 S:      Supported
1759 F:      scripts/coccinelle/
1760 F:      scripts/coccicheck
1761
1762 CODA FILE SYSTEM
1763 M:      Jan Harkes <jaharkes@cs.cmu.edu>
1764 M:      coda@cs.cmu.edu
1765 L:      codalist@coda.cs.cmu.edu
1766 W:      http://www.coda.cs.cmu.edu/
1767 S:      Maintained
1768 F:      Documentation/filesystems/coda.txt
1769 F:      fs/coda/
1770 F:      include/linux/coda*.h
1771
1772 COMMON INTERNET FILE SYSTEM (CIFS)
1773 M:      Steve French <sfrench@samba.org>
1774 L:      linux-cifs@vger.kernel.org
1775 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
1776 W:      http://linux-cifs.samba.org/
1777 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1779 S:      Supported
1780 F:      Documentation/filesystems/cifs.txt
1781 F:      fs/cifs/
1782
1783 COMPACTPCI HOTPLUG CORE
1784 M:      Scott Murray <scott@spiteful.org>
1785 L:      linux-pci@vger.kernel.org
1786 S:      Maintained
1787 F:      drivers/pci/hotplug/cpci_hotplug*
1788
1789 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1790 M:      Scott Murray <scott@spiteful.org>
1791 L:      linux-pci@vger.kernel.org
1792 S:      Maintained
1793 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1794
1795 COMPACTPCI HOTPLUG GENERIC DRIVER
1796 M:      Scott Murray <scott@spiteful.org>
1797 L:      linux-pci@vger.kernel.org
1798 S:      Maintained
1799 F:      drivers/pci/hotplug/cpcihp_generic.c
1800
1801 COMPAL LAPTOP SUPPORT
1802 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1803 L:      platform-driver-x86@vger.kernel.org
1804 S:      Maintained
1805 F:      drivers/platform/x86/compal-laptop.c
1806
1807 COMPUTONE INTELLIPORT MULTIPORT CARD
1808 M:      "Michael H. Warfield" <mhw@wittsend.com>
1809 W:      http://www.wittsend.com/computone.html
1810 S:      Maintained
1811 F:      Documentation/serial/computone.txt
1812 F:      drivers/char/ip2/
1813
1814 CONEXANT ACCESSRUNNER USB DRIVER
1815 M:      Simon Arlott <cxacru@fire.lp0.eu>
1816 L:      accessrunner-general@lists.sourceforge.net
1817 W:      http://accessrunner.sourceforge.net/
1818 S:      Maintained
1819 F:      drivers/usb/atm/cxacru.c
1820
1821 CONFIGFS
1822 M:      Joel Becker <jlbec@evilplan.org>
1823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
1824 S:      Supported
1825 F:      fs/configfs/
1826 F:      include/linux/configfs.h
1827
1828 CONNECTOR
1829 M:      Evgeniy Polyakov <zbr@ioremap.net>
1830 L:      netdev@vger.kernel.org
1831 S:      Maintained
1832 F:      drivers/connector/
1833
1834 CONTROL GROUPS (CGROUPS)
1835 M:      Paul Menage <menage@google.com>
1836 M:      Li Zefan <lizf@cn.fujitsu.com>
1837 L:      containers@lists.linux-foundation.org
1838 S:      Maintained
1839 F:      include/linux/cgroup*
1840 F:      kernel/cgroup*
1841 F:      mm/*cgroup*
1842
1843 CORETEMP HARDWARE MONITORING DRIVER
1844 M:      Fenghua Yu <fenghua.yu@intel.com>
1845 L:      lm-sensors@lm-sensors.org
1846 S:      Maintained
1847 F:      Documentation/hwmon/coretemp
1848 F:      drivers/hwmon/coretemp.c
1849
1850 COSA/SRP SYNC SERIAL DRIVER
1851 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1852 W:      http://www.fi.muni.cz/~kas/cosa/
1853 S:      Maintained
1854 F:      drivers/net/wan/cosa*
1855
1856 CPMAC ETHERNET DRIVER
1857 M:      Florian Fainelli <florian@openwrt.org>
1858 L:      netdev@vger.kernel.org
1859 S:      Maintained
1860 F:      drivers/net/cpmac.c
1861
1862 CPU FREQUENCY DRIVERS
1863 M:      Dave Jones <davej@redhat.com>
1864 L:      cpufreq@vger.kernel.org
1865 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1867 S:      Maintained
1868 F:      arch/x86/kernel/cpu/cpufreq/
1869 F:      drivers/cpufreq/
1870 F:      include/linux/cpufreq.h
1871
1872 CPUID/MSR DRIVER
1873 M:      "H. Peter Anvin" <hpa@zytor.com>
1874 S:      Maintained
1875 F:      arch/x86/kernel/cpuid.c
1876 F:      arch/x86/kernel/msr.c
1877
1878 CPUSETS
1879 M:      Paul Menage <menage@google.com>
1880 W:      http://www.bullopensource.org/cpuset/
1881 W:      http://oss.sgi.com/projects/cpusets/
1882 S:      Supported
1883 F:      Documentation/cgroups/cpusets.txt
1884 F:      include/linux/cpuset.h
1885 F:      kernel/cpuset.c
1886
1887 CRAMFS FILESYSTEM
1888 W:      http://sourceforge.net/projects/cramfs/
1889 S:      Orphan
1890 F:      Documentation/filesystems/cramfs.txt
1891 F:      fs/cramfs/
1892
1893 CRIS PORT
1894 M:      Mikael Starvik <starvik@axis.com>
1895 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1896 L:      linux-cris-kernel@axis.com
1897 W:      http://developer.axis.com
1898 S:      Maintained
1899 F:      arch/cris/
1900 F:      drivers/tty/serial/crisv10.*
1901
1902 CRYPTO API
1903 M:      Herbert Xu <herbert@gondor.apana.org.au>
1904 M:      "David S. Miller" <davem@davemloft.net>
1905 L:      linux-crypto@vger.kernel.org
1906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1907 S:      Maintained
1908 F:      Documentation/crypto/
1909 F:      arch/*/crypto/
1910 F:      crypto/
1911 F:      drivers/crypto/
1912 F:      include/crypto/
1913
1914 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1915 M:      Neil Horman <nhorman@tuxdriver.com>
1916 L:      linux-crypto@vger.kernel.org
1917 S:      Maintained
1918 F:      crypto/ansi_cprng.c
1919 F:      crypto/rng.c
1920
1921 CS5535 Audio ALSA driver
1922 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
1923 S:      Maintained
1924 F:      sound/pci/cs5535audio/
1925
1926 CX18 VIDEO4LINUX DRIVER
1927 M:      Andy Walls <awalls@md.metrocast.net>
1928 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1929 L:      linux-media@vger.kernel.org
1930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1931 W:      http://linuxtv.org
1932 W:      http://www.ivtvdriver.org/index.php/Cx18
1933 S:      Maintained
1934 F:      Documentation/video4linux/cx18.txt
1935 F:      drivers/media/video/cx18/
1936
1937 CXGB3 ETHERNET DRIVER (CXGB3)
1938 M:      Divy Le Ray <divy@chelsio.com>
1939 L:      netdev@vger.kernel.org
1940 W:      http://www.chelsio.com
1941 S:      Supported
1942 F:      drivers/net/cxgb3/
1943
1944 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1945 M:      Steve Wise <swise@chelsio.com>
1946 L:      linux-rdma@vger.kernel.org
1947 W:      http://www.openfabrics.org
1948 S:      Supported
1949 F:      drivers/infiniband/hw/cxgb3/
1950
1951 CXGB4 ETHERNET DRIVER (CXGB4)
1952 M:      Dimitris Michailidis <dm@chelsio.com>
1953 L:      netdev@vger.kernel.org
1954 W:      http://www.chelsio.com
1955 S:      Supported
1956 F:      drivers/net/cxgb4/
1957
1958 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
1959 M:      Steve Wise <swise@chelsio.com>
1960 L:      linux-rdma@vger.kernel.org
1961 W:      http://www.openfabrics.org
1962 S:      Supported
1963 F:      drivers/infiniband/hw/cxgb4/
1964
1965 CXGB4VF ETHERNET DRIVER (CXGB4VF)
1966 M:      Casey Leedom <leedom@chelsio.com>
1967 L:      netdev@vger.kernel.org
1968 W:      http://www.chelsio.com
1969 S:      Supported
1970 F:      drivers/net/cxgb4vf/
1971
1972 STMMAC ETHERNET DRIVER
1973 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
1974 L:      netdev@vger.kernel.org
1975 W:      http://www.stlinux.com
1976 S:      Supported
1977 F:      drivers/net/stmmac/
1978
1979 CYBERPRO FB DRIVER
1980 M:      Russell King <linux@arm.linux.org.uk>
1981 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1982 W:      http://www.arm.linux.org.uk/
1983 S:      Maintained
1984 F:      drivers/video/cyber2000fb.*
1985
1986 CYCLADES 2X SYNC CARD DRIVER
1987 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1988 W:      http://oops.ghostprotocols.net:81/blog
1989 S:      Maintained
1990 F:      drivers/net/wan/cycx*
1991
1992 CYCLADES ASYNC MUX DRIVER
1993 W:      http://www.cyclades.com/
1994 S:      Orphan
1995 F:      drivers/char/cyclades.c
1996 F:      include/linux/cyclades.h
1997
1998 CYCLADES PC300 DRIVER
1999 W:      http://www.cyclades.com/
2000 S:      Orphan
2001 F:      drivers/net/wan/pc300*
2002
2003 DAMA SLAVE for AX.25
2004 M:      Joerg Reuter <jreuter@yaina.de>
2005 W:      http://yaina.de/jreuter/
2006 W:      http://www.qsl.net/dl1bke/
2007 L:      linux-hams@vger.kernel.org
2008 S:      Maintained
2009 F:      net/ax25/af_ax25.c
2010 F:      net/ax25/ax25_dev.c
2011 F:      net/ax25/ax25_ds_*
2012 F:      net/ax25/ax25_in.c
2013 F:      net/ax25/ax25_out.c
2014 F:      net/ax25/ax25_timer.c
2015 F:      net/ax25/sysctl_net_ax25.c
2016
2017 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2018 M:      Tobias Ringstrom <tori@unhappy.mine.nu>
2019 L:      netdev@vger.kernel.org
2020 S:      Maintained
2021 F:      Documentation/networking/dmfe.txt
2022 F:      drivers/net/tulip/dmfe.c
2023
2024 DC390/AM53C974 SCSI driver
2025 M:      Kurt Garloff <garloff@suse.de>
2026 W:      http://www.garloff.de/kurt/linux/dc390/
2027 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2028 S:      Maintained
2029 F:      drivers/scsi/tmscsim.*
2030
2031 DC395x SCSI driver
2032 M:      Oliver Neukum <oliver@neukum.name>
2033 M:      Ali Akcaagac <aliakc@web.de>
2034 M:      Jamie Lenehan <lenehan@twibble.org>
2035 W:      http://twibble.org/dist/dc395x/
2036 L:      dc395x@twibble.org
2037 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
2038 S:      Maintained
2039 F:      Documentation/scsi/dc395x.txt
2040 F:      drivers/scsi/dc395x.*
2041
2042 DCCP PROTOCOL
2043 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2044 L:      dccp@vger.kernel.org
2045 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2046 S:      Maintained
2047 F:      include/linux/dccp.h
2048 F:      include/linux/tfrc.h
2049 F:      net/dccp/
2050
2051 DECnet NETWORK LAYER
2052 W:      http://linux-decnet.sourceforge.net
2053 L:      linux-decnet-user@lists.sourceforge.net
2054 S:      Orphan
2055 F:      Documentation/networking/decnet.txt
2056 F:      net/decnet/
2057
2058 DEFXX FDDI NETWORK DRIVER
2059 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2060 S:      Maintained
2061 F:      drivers/net/defxx.*
2062
2063 DELL LAPTOP DRIVER
2064 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2065 L:      platform-driver-x86@vger.kernel.org
2066 S:      Maintained
2067 F:      drivers/platform/x86/dell-laptop.c
2068
2069 DELL LAPTOP SMM DRIVER
2070 M:      Massimo Dal Zotto <dz@debian.org>
2071 W:      http://www.debian.org/~dz/i8k/
2072 S:      Maintained
2073 F:      drivers/char/i8k.c
2074 F:      include/linux/i8k.h
2075
2076 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2077 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
2078 S:      Maintained
2079 F:      Documentation/dcdbas.txt
2080 F:      drivers/firmware/dcdbas.*
2081
2082 DELL WMI EXTRAS DRIVER
2083 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2084 S:      Maintained
2085 F:      drivers/platform/x86/dell-wmi.c
2086
2087 DEVICE NUMBER REGISTRY
2088 M:      Torben Mathiasen <device@lanana.org>
2089 W:      http://lanana.org/docs/device-list/index.html
2090 S:      Maintained
2091
2092 DEVICE-MAPPER  (LVM)
2093 P:      Alasdair Kergon
2094 L:      dm-devel@redhat.com
2095 W:      http://sources.redhat.com/dm
2096 Q:      http://patchwork.kernel.org/project/dm-devel/list/
2097 S:      Maintained
2098 F:      Documentation/device-mapper/
2099 F:      drivers/md/dm*
2100 F:      include/linux/device-mapper.h
2101 F:      include/linux/dm-*.h
2102
2103 DIGI INTL. EPCA DRIVER
2104 M:      "Digi International, Inc" <Eng.Linux@digi.com>
2105 L:      Eng.Linux@digi.com
2106 W:      http://www.digi.com
2107 S:      Orphan
2108 F:      Documentation/serial/digiepca.txt
2109 F:      drivers/char/epca*
2110 F:      drivers/char/digi*
2111
2112 DIRECTORY NOTIFICATION (DNOTIFY)
2113 M:      Eric Paris <eparis@parisplace.org>
2114 S:      Maintained
2115 F:      Documentation/filesystems/dnotify.txt
2116 F:      fs/notify/dnotify/
2117 F:      include/linux/dnotify.h
2118
2119 DISK GEOMETRY AND PARTITION HANDLING
2120 M:      Andries Brouwer <aeb@cwi.nl>
2121 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2122 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2123 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2124 S:      Maintained
2125
2126 DISKQUOTA
2127 M:      Jan Kara <jack@suse.cz>
2128 S:      Maintained
2129 F:      Documentation/filesystems/quota.txt
2130 F:      fs/quota/
2131 F:      include/linux/quota*.h
2132
2133 DISTRIBUTED LOCK MANAGER (DLM)
2134 M:      Christine Caulfield <ccaulfie@redhat.com>
2135 M:      David Teigland <teigland@redhat.com>
2136 L:      cluster-devel@redhat.com
2137 W:      http://sources.redhat.com/cluster/
2138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2139 S:      Supported
2140 F:      fs/dlm/
2141
2142 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2143 M:      Vinod Koul <vinod.koul@intel.com>
2144 M:      Dan Williams <dan.j.williams@intel.com>
2145 S:      Supported
2146 F:      drivers/dma/
2147 F:      include/linux/dma*
2148
2149 DME1737 HARDWARE MONITOR DRIVER
2150 M:      Juerg Haefliger <juergh@gmail.com>
2151 L:      lm-sensors@lm-sensors.org
2152 S:      Maintained
2153 F:      Documentation/hwmon/dme1737
2154 F:      drivers/hwmon/dme1737.c
2155
2156 DOCBOOK FOR DOCUMENTATION
2157 M:      Randy Dunlap <rdunlap@xenotime.net>
2158 S:      Maintained
2159 F:      scripts/kernel-doc
2160
2161 DOCKING STATION DRIVER
2162 M:      Shaohua Li <shaohua.li@intel.com>
2163 L:      linux-acpi@vger.kernel.org
2164 S:      Supported
2165 F:      drivers/acpi/dock.c
2166
2167 DOCUMENTATION
2168 M:      Randy Dunlap <rdunlap@xenotime.net>
2169 L:      linux-doc@vger.kernel.org
2170 T:      quilt oss.oracle.com/~rdunlap/kernel-doc-patches/current/
2171 S:      Maintained
2172 F:      Documentation/
2173
2174 DOUBLETALK DRIVER
2175 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
2176 L:      blinux-list@redhat.com
2177 S:      Maintained
2178 F:      drivers/char/dtlk.c
2179 F:      include/linux/dtlk.h
2180
2181 DPT_I2O SCSI RAID DRIVER
2182 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2183 L:      linux-scsi@vger.kernel.org
2184 W:      http://www.adaptec.com/
2185 S:      Maintained
2186 F:      drivers/scsi/dpt*
2187 F:      drivers/scsi/dpt/
2188
2189 DRBD DRIVER
2190 P:      Philipp Reisner
2191 P:      Lars Ellenberg
2192 M:      drbd-dev@lists.linbit.com
2193 L:      drbd-user@lists.linbit.com
2194 W:      http://www.drbd.org
2195 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
2196 T:      git git://git.drbd.org/drbd-8.3.git
2197 S:      Supported
2198 F:      drivers/block/drbd/
2199 F:      lib/lru_cache.c
2200 F:      Documentation/blockdev/drbd/
2201
2202 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2203 M:      Greg Kroah-Hartman <gregkh@suse.de>
2204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git
2205 S:      Supported
2206 F:      Documentation/kobject.txt
2207 F:      drivers/base/
2208 F:      fs/sysfs/
2209 F:      fs/debugfs/
2210 F:      include/linux/kobj*
2211 F:      include/linux/debugfs.h
2212 F:      lib/kobj*
2213
2214 DRM DRIVERS
2215 M:      David Airlie <airlied@linux.ie>
2216 L:      dri-devel@lists.freedesktop.org
2217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2218 S:      Maintained
2219 F:      drivers/gpu/drm/
2220 F:      include/drm/
2221
2222 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2223 M:      Chris Wilson <chris@chris-wilson.co.uk>
2224 L:      intel-gfx@lists.freedesktop.org (subscribers-only)
2225 L:      dri-devel@lists.freedesktop.org
2226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git
2227 S:      Supported
2228 F:      drivers/gpu/drm/i915
2229 F:      include/drm/i915*
2230
2231 DSCC4 DRIVER
2232 M:      Francois Romieu <romieu@fr.zoreil.com>
2233 L:      netdev@vger.kernel.org
2234 S:      Maintained
2235 F:      drivers/net/wan/dscc4.c
2236
2237 DZ DECSTATION DZ11 SERIAL DRIVER
2238 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2239 S:      Maintained
2240 F:      drivers/tty/serial/dz.*
2241
2242 EATA-DMA SCSI DRIVER
2243 M:      Michael Neuffer <mike@i-Connect.Net>
2244 L:      linux-eata@i-connect.net
2245 L:      linux-scsi@vger.kernel.org
2246 S:      Maintained
2247 F:      drivers/scsi/eata*
2248
2249 EATA ISA/EISA/PCI SCSI DRIVER
2250 M:      Dario Ballabio <ballabio_dario@emc.com>
2251 L:      linux-scsi@vger.kernel.org
2252 S:      Maintained
2253 F:      drivers/scsi/eata.c
2254
2255 EATA-PIO SCSI DRIVER
2256 M:      Michael Neuffer <mike@i-Connect.Net>
2257 L:      linux-eata@i-connect.net
2258 L:      linux-scsi@vger.kernel.org
2259 S:      Maintained
2260 F:      drivers/scsi/eata_pio.*
2261
2262 EBTABLES
2263 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
2264 L:      ebtables-user@lists.sourceforge.net
2265 L:      ebtables-devel@lists.sourceforge.net
2266 W:      http://ebtables.sourceforge.net/
2267 S:      Maintained
2268 F:      include/linux/netfilter_bridge/ebt_*.h
2269 F:      net/bridge/netfilter/ebt*.c
2270
2271 ECRYPT FILE SYSTEM
2272 M:      Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2273 M:      Dustin Kirkland <kirkland@canonical.com>
2274 L:      ecryptfs-devel@lists.launchpad.net
2275 W:      https://launchpad.net/ecryptfs
2276 S:      Supported
2277 F:      Documentation/filesystems/ecryptfs.txt
2278 F:      fs/ecryptfs/
2279
2280 EDAC-CORE
2281 M:      Doug Thompson <dougthompson@xmission.com>
2282 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2283 W:      bluesmoke.sourceforge.net
2284 S:      Supported
2285 F:      Documentation/edac.txt
2286 F:      drivers/edac/edac_*
2287 F:      include/linux/edac.h
2288
2289 EDAC-AMD64
2290 M:      Doug Thompson <dougthompson@xmission.com>
2291 M:      Borislav Petkov <borislav.petkov@amd.com>
2292 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2293 W:      bluesmoke.sourceforge.net
2294 S:      Supported
2295 F:      drivers/edac/amd64_edac*
2296
2297 EDAC-E752X
2298 M:      Mark Gross <mark.gross@intel.com>
2299 M:      Doug Thompson <dougthompson@xmission.com>
2300 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2301 W:      bluesmoke.sourceforge.net
2302 S:      Maintained
2303 F:      drivers/edac/e752x_edac.c
2304
2305 EDAC-E7XXX
2306 M:      Doug Thompson <dougthompson@xmission.com>
2307 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2308 W:      bluesmoke.sourceforge.net
2309 S:      Maintained
2310 F:      drivers/edac/e7xxx_edac.c
2311
2312 EDAC-I82443BXGX
2313 M:      Tim Small <tim@buttersideup.com>
2314 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2315 W:      bluesmoke.sourceforge.net
2316 S:      Maintained
2317 F:      drivers/edac/i82443bxgx_edac.c
2318
2319 EDAC-I3000
2320 M:      Jason Uhlenkott <juhlenko@akamai.com>
2321 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2322 W:      bluesmoke.sourceforge.net
2323 S:      Maintained
2324 F:      drivers/edac/i3000_edac.c
2325
2326 EDAC-I5000
2327 M:      Doug Thompson <dougthompson@xmission.com>
2328 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2329 W:      bluesmoke.sourceforge.net
2330 S:      Maintained
2331 F:      drivers/edac/i5000_edac.c
2332
2333 EDAC-I5400
2334 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2335 L:      linux-edac@vger.kernel.org
2336 W:      bluesmoke.sourceforge.net
2337 S:      Maintained
2338 F:      drivers/edac/i5400_edac.c
2339
2340 EDAC-I7300
2341 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2342 L:      linux-edac@vger.kernel.org
2343 W:      bluesmoke.sourceforge.net
2344 S:      Maintained
2345 F:      drivers/edac/i7300_edac.c
2346
2347 EDAC-I7CORE
2348 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2349 L:      linux-edac@vger.kernel.org
2350 W:      bluesmoke.sourceforge.net
2351 S:      Maintained
2352 F:      drivers/edac/i7core_edac.c
2353 F:      drivers/edac/edac_mce.c
2354 F:      include/linux/edac_mce.h
2355
2356 EDAC-I82975X
2357 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
2358 M:      "Arvind R." <arvind@jetztechnologies.com>
2359 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2360 W:      bluesmoke.sourceforge.net
2361 S:      Maintained
2362 F:      drivers/edac/i82975x_edac.c
2363
2364 EDAC-PASEMI
2365 M:      Egor Martovetsky <egor@pasemi.com>
2366 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2367 W:      bluesmoke.sourceforge.net
2368 S:      Maintained
2369 F:      drivers/edac/pasemi_edac.c
2370
2371 EDAC-R82600
2372 M:      Tim Small <tim@buttersideup.com>
2373 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2374 W:      bluesmoke.sourceforge.net
2375 S:      Maintained
2376 F:      drivers/edac/r82600_edac.c
2377
2378 EDIROL UA-101/UA-1000 DRIVER
2379 M:      Clemens Ladisch <clemens@ladisch.de>
2380 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2381 T:      git git://git.alsa-project.org/alsa-kernel.git
2382 S:      Maintained
2383 F:      sound/usb/misc/ua101.c
2384
2385 EEEPC LAPTOP EXTRAS DRIVER
2386 M:      Corentin Chary <corentincj@iksaif.net>
2387 L:      acpi4asus-user@lists.sourceforge.net
2388 L:      platform-driver-x86@vger.kernel.org
2389 W:      http://acpi4asus.sf.net
2390 S:      Maintained
2391 F:      drivers/platform/x86/eeepc-laptop.c
2392
2393 EEEPC WMI EXTRAS DRIVER
2394 M:      Corentin Chary <corentincj@iksaif.net>
2395 L:      acpi4asus-user@lists.sourceforge.net
2396 L:      platform-driver-x86@vger.kernel.org
2397 W:      http://acpi4asus.sf.net
2398 S:      Maintained
2399 F:      drivers/platform/x86/eeepc-wmi.c
2400
2401 EFIFB FRAMEBUFFER DRIVER
2402 L:      linux-fbdev@vger.kernel.org
2403 M:      Peter Jones <pjones@redhat.com>
2404 S:      Maintained
2405 F:      drivers/video/efifb.c
2406
2407 EFS FILESYSTEM
2408 W:      http://aeschi.ch.eu.org/efs/
2409 S:      Orphan
2410 F:      fs/efs/
2411
2412 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2413 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2414 M:      Christoph Raisch <raisch@de.ibm.com>
2415 L:      linux-rdma@vger.kernel.org
2416 S:      Supported
2417 F:      drivers/infiniband/hw/ehca/
2418
2419 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2420 M:      Breno Leitao <leitao@linux.vnet.ibm.com>
2421 L:      netdev@vger.kernel.org
2422 S:      Maintained
2423 F:      drivers/net/ehea/
2424
2425 EMBEDDED LINUX
2426 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
2427 M:      Matt Mackall <mpm@selenic.com>
2428 M:      David Woodhouse <dwmw2@infradead.org>
2429 L:      linux-embedded@vger.kernel.org
2430 S:      Maintained
2431
2432 EMULEX LPFC FC SCSI DRIVER
2433 M:      James Smart <james.smart@emulex.com>
2434 L:      linux-scsi@vger.kernel.org
2435 W:      http://sourceforge.net/projects/lpfcxxxx
2436 S:      Supported
2437 F:      drivers/scsi/lpfc/
2438
2439 ENE CB710 FLASH CARD READER DRIVER
2440 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
2441 S:      Maintained
2442 F:      drivers/misc/cb710/
2443 F:      drivers/mmc/host/cb710-mmc.*
2444 F:      include/linux/cb710.h
2445
2446 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2447 M:      Maxim Levitsky <maximlevitsky@gmail.com>
2448 S:      Maintained
2449 F:      drivers/media/IR/ene_ir.c
2450 F:      drivers/media/IR/ene_ir.h
2451
2452 EPSON 1355 FRAMEBUFFER DRIVER
2453 M:      Christopher Hoover <ch@murgatroid.com>
2454 M:      Christopher Hoover <ch@hpl.hp.com>
2455 S:      Maintained
2456 F:      drivers/video/epson1355fb.c
2457
2458 EPSON S1D13XXX FRAMEBUFFER DRIVER
2459 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
2460 S:      Maintained
2461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2462 F:      drivers/video/s1d13xxxfb.c
2463 F:      include/video/s1d13xxxfb.h
2464
2465 ETHEREXPRESS-16 NETWORK DRIVER
2466 M:      Philip Blundell <philb@gnu.org>
2467 L:      netdev@vger.kernel.org
2468 S:      Maintained
2469 F:      drivers/net/eexpress.*
2470
2471 ETHERNET BRIDGE
2472 M:      Stephen Hemminger <shemminger@linux-foundation.org>
2473 L:      bridge@lists.linux-foundation.org
2474 L:      netdev@vger.kernel.org
2475 W:      http://www.linuxfoundation.org/en/Net:Bridge
2476 S:      Maintained
2477 F:      include/linux/netfilter_bridge/
2478 F:      net/bridge/
2479
2480 ETHERTEAM 16I DRIVER
2481 M:      Mika Kuoppala <miku@iki.fi>
2482 S:      Maintained
2483 F:      drivers/net/eth16i.c
2484
2485 EXT2 FILE SYSTEM
2486 M:      Jan Kara <jack@suse.cz>
2487 L:      linux-ext4@vger.kernel.org
2488 S:      Maintained
2489 F:      Documentation/filesystems/ext2.txt
2490 F:      fs/ext2/
2491 F:      include/linux/ext2*
2492
2493 EXT3 FILE SYSTEM
2494 M:      Jan Kara <jack@suse.cz>
2495 M:      Andrew Morton <akpm@linux-foundation.org>
2496 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2497 L:      linux-ext4@vger.kernel.org
2498 S:      Maintained
2499 F:      Documentation/filesystems/ext3.txt
2500 F:      fs/ext3/
2501 F:      include/linux/ext3*
2502
2503 EXT4 FILE SYSTEM
2504 M:      "Theodore Ts'o" <tytso@mit.edu>
2505 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2506 L:      linux-ext4@vger.kernel.org
2507 W:      http://ext4.wiki.kernel.org
2508 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
2509 S:      Maintained
2510 F:      Documentation/filesystems/ext4.txt
2511 F:      fs/ext4/
2512
2513 F71805F HARDWARE MONITORING DRIVER
2514 M:      Jean Delvare <khali@linux-fr.org>
2515 L:      lm-sensors@lm-sensors.org
2516 S:      Maintained
2517 F:      Documentation/hwmon/f71805f
2518 F:      drivers/hwmon/f71805f.c
2519
2520 FANOTIFY
2521 M:      Eric Paris <eparis@redhat.com>
2522 S:      Maintained
2523 F:      fs/notify/fanotify/
2524 F:      include/linux/fanotify.h
2525
2526 FARSYNC SYNCHRONOUS DRIVER
2527 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
2528 W:      http://www.farsite.co.uk/
2529 S:      Supported
2530 F:      drivers/net/wan/farsync.*
2531
2532 FAULT INJECTION SUPPORT
2533 M:      Akinobu Mita <akinobu.mita@gmail.com>
2534 S:      Supported
2535 F:      Documentation/fault-injection/
2536 F:      lib/fault-inject.c
2537
2538 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2539 M:      Robert Love <robert.w.love@intel.com>
2540 L:      devel@open-fcoe.org
2541 W:      www.Open-FCoE.org
2542 S:      Supported
2543 F:      drivers/scsi/libfc/
2544 F:      drivers/scsi/fcoe/
2545 F:      include/scsi/fc/
2546 F:      include/scsi/libfc.h
2547 F:      include/scsi/libfcoe.h
2548
2549 FILE LOCKING (flock() and fcntl()/lockf())
2550 M:      Matthew Wilcox <matthew@wil.cx>
2551 L:      linux-fsdevel@vger.kernel.org
2552 S:      Maintained
2553 F:      include/linux/fcntl.h
2554 F:      include/linux/fs.h
2555 F:      fs/fcntl.c
2556 F:      fs/locks.c
2557
2558 FILESYSTEMS (VFS and infrastructure)
2559 M:      Alexander Viro <viro@zeniv.linux.org.uk>
2560 L:      linux-fsdevel@vger.kernel.org
2561 S:      Maintained
2562 F:      fs/*
2563
2564 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2565 M:      Riku Voipio <riku.voipio@iki.fi>
2566 L:      lm-sensors@lm-sensors.org
2567 S:      Maintained
2568 F:      drivers/hwmon/f75375s.c
2569 F:      include/linux/f75375s.h
2570
2571 FIREWIRE SUBSYSTEM
2572 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2573 L:      linux1394-devel@lists.sourceforge.net
2574 W:      http://ieee1394.wiki.kernel.org/
2575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2576 S:      Maintained
2577 F:      drivers/firewire/
2578 F:      include/linux/firewire*.h
2579 F:      tools/firewire/
2580
2581 FIRMWARE LOADER (request_firmware)
2582 S:      Orphan
2583 F:      Documentation/firmware_class/
2584 F:      drivers/base/firmware*.c
2585 F:      include/linux/firmware.h
2586
2587 FPU EMULATOR
2588 M:      Bill Metzenthen <billm@melbpc.org.au>
2589 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2590 S:      Maintained
2591 F:      arch/x86/math-emu/
2592
2593 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2594 M:      Mike McLagan <mike.mclagan@linux.org>
2595 L:      netdev@vger.kernel.org
2596 S:      Maintained
2597 F:      drivers/net/wan/dlci.c
2598 F:      drivers/net/wan/sdla.c
2599
2600 FRAMEBUFFER LAYER
2601 L:      linux-fbdev@vger.kernel.org
2602 W:      http://linux-fbdev.sourceforge.net/
2603 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
2604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git
2605 S:      Orphan
2606 F:      Documentation/fb/
2607 F:      drivers/video/
2608 F:      include/video/
2609 F:      include/linux/fb.h
2610
2611 FREESCALE DMA DRIVER
2612 M:      Li Yang <leoli@freescale.com>
2613 M:      Zhang Wei <zw@zh-kernel.org>
2614 L:      linuxppc-dev@lists.ozlabs.org
2615 S:      Maintained
2616 F:      drivers/dma/fsldma.*
2617
2618 FREESCALE I2C CPM DRIVER
2619 M:      Jochen Friedrich <jochen@scram.de>
2620 L:      linuxppc-dev@lists.ozlabs.org
2621 L:      linux-i2c@vger.kernel.org
2622 S:      Maintained
2623 F:      drivers/i2c/busses/i2c-cpm.c
2624
2625 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2626 M:      Sascha Hauer <kernel@pengutronix.de>
2627 L:      linux-fbdev@vger.kernel.org
2628 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2629 S:      Maintained
2630 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2631 F:      drivers/video/imxfb.c
2632
2633 FREESCALE SOC FS_ENET DRIVER
2634 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
2635 M:      Vitaly Bordug <vbordug@ru.mvista.com>
2636 L:      linuxppc-dev@lists.ozlabs.org
2637 L:      netdev@vger.kernel.org
2638 S:      Maintained
2639 F:      drivers/net/fs_enet/
2640 F:      include/linux/fs_enet_pd.h
2641
2642 FREESCALE QUICC ENGINE LIBRARY
2643 M:      Timur Tabi <timur@freescale.com>
2644 L:      linuxppc-dev@lists.ozlabs.org
2645 S:      Supported
2646 F:      arch/powerpc/sysdev/qe_lib/
2647 F:      arch/powerpc/include/asm/*qe.h
2648
2649 FREESCALE USB PERIPHERAL DRIVERS
2650 M:      Li Yang <leoli@freescale.com>
2651 L:      linux-usb@vger.kernel.org
2652 L:      linuxppc-dev@lists.ozlabs.org
2653 S:      Maintained
2654 F:      drivers/usb/gadget/fsl*
2655
2656 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2657 M:      Li Yang <leoli@freescale.com>
2658 L:      netdev@vger.kernel.org
2659 L:      linuxppc-dev@lists.ozlabs.org
2660 S:      Maintained
2661 F:      drivers/net/ucc_geth*
2662
2663 FREESCALE QUICC ENGINE UCC UART DRIVER
2664 M:      Timur Tabi <timur@freescale.com>
2665 L:      linuxppc-dev@lists.ozlabs.org
2666 S:      Supported
2667 F:      drivers/tty/serial/ucc_uart.c
2668
2669 FREESCALE SOC SOUND DRIVERS
2670 M:      Timur Tabi <timur@freescale.com>
2671 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2672 L:      linuxppc-dev@lists.ozlabs.org
2673 S:      Supported
2674 F:      sound/soc/fsl/fsl*
2675 F:      sound/soc/fsl/mpc8610_hpcd.c
2676
2677 FREEVXFS FILESYSTEM
2678 M:      Christoph Hellwig <hch@infradead.org>
2679 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2680 S:      Maintained
2681 F:      fs/freevxfs/
2682
2683 FREEZER
2684 M:      Pavel Machek <pavel@ucw.cz>
2685 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2686 L:      linux-pm@lists.linux-foundation.org
2687 S:      Supported
2688 F:      Documentation/power/freezing-of-tasks.txt
2689 F:      include/linux/freezer.h
2690 F:      kernel/freezer.c
2691
2692 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2693 M:      David Howells <dhowells@redhat.com>
2694 L:      linux-cachefs@redhat.com
2695 S:      Supported
2696 F:      Documentation/filesystems/caching/
2697 F:      fs/fscache/
2698 F:      include/linux/fscache*.h
2699
2700 FUJITSU FR-V (FRV) PORT
2701 M:      David Howells <dhowells@redhat.com>
2702 S:      Maintained
2703 F:      arch/frv/
2704
2705 FUJITSU LAPTOP EXTRAS
2706 M:      Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2707 L:      platform-driver-x86@vger.kernel.org
2708 S:      Maintained
2709 F:      drivers/platform/x86/fujitsu-laptop.c
2710
2711 FUSE: FILESYSTEM IN USERSPACE
2712 M:      Miklos Szeredi <miklos@szeredi.hu>
2713 L:      fuse-devel@lists.sourceforge.net
2714 W:      http://fuse.sourceforge.net/
2715 S:      Maintained
2716 F:      fs/fuse/
2717 F:      include/linux/fuse.h
2718
2719 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2720 M:      Rik Faith <faith@cs.unc.edu>
2721 L:      linux-scsi@vger.kernel.org
2722 S:      Odd Fixes (e.g., new signatures)
2723 F:      drivers/scsi/fdomain.*
2724
2725 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2726 M:      Achim Leubner <achim_leubner@adaptec.com>
2727 L:      linux-scsi@vger.kernel.org
2728 W:      http://www.icp-vortex.com/
2729 S:      Supported
2730 F:      drivers/scsi/gdt*
2731
2732 GENERIC GPIO I2C DRIVER
2733 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2734 S:      Supported
2735 F:      drivers/i2c/busses/i2c-gpio.c
2736 F:      include/linux/i2c-gpio.h
2737
2738 GENERIC GPIO I2C MULTIPLEXER DRIVER
2739 M:      Peter Korsgaard <peter.korsgaard@barco.com>
2740 L:      linux-i2c@vger.kernel.org
2741 S:      Supported
2742 F:      drivers/i2c/muxes/gpio-i2cmux.c
2743 F:      include/linux/gpio-i2cmux.h
2744 F:      Documentation/i2c/muxes/gpio-i2cmux
2745
2746 GENERIC HDLC (WAN) DRIVERS
2747 M:      Krzysztof Halasa <khc@pm.waw.pl>
2748 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2749 S:      Maintained
2750 F:      drivers/net/wan/c101.c
2751 F:      drivers/net/wan/hd6457*
2752 F:      drivers/net/wan/hdlc*
2753 F:      drivers/net/wan/n2.c
2754 F:      drivers/net/wan/pc300too.c
2755 F:      drivers/net/wan/pci200syn.c
2756 F:      drivers/net/wan/wanxl*
2757
2758 GENERIC INCLUDE/ASM HEADER FILES
2759 M:      Arnd Bergmann <arnd@arndb.de>
2760 L:      linux-arch@vger.kernel.org
2761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2762 S:      Maintained
2763 F:      include/asm-generic
2764
2765 GENERIC UIO DRIVER FOR PCI DEVICES
2766 M:      "Michael S. Tsirkin" <mst@redhat.com>
2767 L:      kvm@vger.kernel.org
2768 S:      Supported
2769 F:      drivers/uio/uio_pci_generic.c
2770
2771 GFS2 FILE SYSTEM
2772 M:      Steven Whitehouse <swhiteho@redhat.com>
2773 L:      cluster-devel@redhat.com
2774 W:      http://sources.redhat.com/cluster/
2775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2777 S:      Supported
2778 F:      Documentation/filesystems/gfs2*.txt
2779 F:      fs/gfs2/
2780 F:      include/linux/gfs2_ondisk.h
2781
2782 GIGASET ISDN DRIVERS
2783 M:      Hansjoerg Lipp <hjlipp@web.de>
2784 M:      Tilman Schmidt <tilman@imap.cc>
2785 L:      gigaset307x-common@lists.sourceforge.net
2786 W:      http://gigaset307x.sourceforge.net/
2787 S:      Maintained
2788 F:      Documentation/isdn/README.gigaset
2789 F:      drivers/isdn/gigaset/
2790 F:      include/linux/gigaset_dev.h
2791
2792 GPIO SUBSYSTEM
2793 M:      Grant Likely <grant.likely@secretlab.ca>
2794 L:      linux-kernel@vger.kernel.org
2795 S:      Maintained
2796 T:      git git://git.secretlab.ca/git/linux-2.6.git
2797 F:      Documentation/gpio/gpio.txt
2798 F:      drivers/gpio/
2799 F:      include/linux/gpio*
2800
2801 GRETH 10/100/1G Ethernet MAC device driver
2802 M:      Kristoffer Glembo <kristoffer@gaisler.com>
2803 L:      netdev@vger.kernel.org
2804 S:      Maintained
2805 F:      drivers/net/greth*
2806
2807 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2808 M:      Frank Seidel <frank@f-seidel.de>
2809 L:      platform-driver-x86@vger.kernel.org
2810 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2811 S:      Maintained
2812 F:      drivers/platform/x86/hdaps.c
2813
2814 HWPOISON MEMORY FAILURE HANDLING
2815 M:      Andi Kleen <andi@firstfloor.org>
2816 L:      linux-mm@kvack.org
2817 L:      linux-kernel@vger.kernel.org
2818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2819 S:      Maintained
2820 F:      mm/memory-failure.c
2821 F:      mm/hwpoison-inject.c
2822
2823 HYPERVISOR VIRTUAL CONSOLE DRIVER
2824 L:      linuxppc-dev@lists.ozlabs.org
2825 S:      Odd Fixes
2826 F:      drivers/char/hvc_*
2827
2828 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2829 M:      Peter Jones <pjones@redhat.com>
2830 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
2831 S:      Maintained
2832 F:      drivers/firmware/iscsi_ibft*
2833
2834 GSPCA FINEPIX SUBDRIVER
2835 M:      Frank Zago <frank@zago.net>
2836 L:      linux-media@vger.kernel.org
2837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2838 S:      Maintained
2839 F:      drivers/media/video/gspca/finepix.c
2840
2841 GSPCA GL860 SUBDRIVER
2842 M:      Olivier Lorin <o.lorin@laposte.net>
2843 L:      linux-media@vger.kernel.org
2844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2845 S:      Maintained
2846 F:      drivers/media/video/gspca/gl860/
2847
2848 GSPCA M5602 SUBDRIVER
2849 M:      Erik Andren <erik.andren@gmail.com>
2850 L:      linux-media@vger.kernel.org
2851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2852 S:      Maintained
2853 F:      drivers/media/video/gspca/m5602/
2854
2855 GSPCA PAC207 SONIXB SUBDRIVER
2856 M:      Hans de Goede <hdegoede@redhat.com>
2857 L:      linux-media@vger.kernel.org
2858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2859 S:      Maintained
2860 F:      drivers/media/video/gspca/pac207.c
2861
2862 GSPCA SN9C20X SUBDRIVER
2863 M:      Brian Johnson <brijohn@gmail.com>
2864 L:      linux-media@vger.kernel.org
2865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2866 S:      Maintained
2867 F:      drivers/media/video/gspca/sn9c20x.c
2868
2869 GSPCA T613 SUBDRIVER
2870 M:      Leandro Costantino <lcostantino@gmail.com>
2871 L:      linux-media@vger.kernel.org
2872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2873 S:      Maintained
2874 F:      drivers/media/video/gspca/t613.c
2875
2876 GSPCA USB WEBCAM DRIVER
2877 M:      Jean-Francois Moine <moinejf@free.fr>
2878 W:      http://moinejf.free.fr
2879 L:      linux-media@vger.kernel.org
2880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2881 S:      Maintained
2882 F:      drivers/media/video/gspca/
2883
2884 HARDWARE MONITORING
2885 M:      Jean Delvare <khali@linux-fr.org>
2886 M:      Guenter Roeck <guenter.roeck@ericsson.com>
2887 L:      lm-sensors@lm-sensors.org
2888 W:      http://www.lm-sensors.org/
2889 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
2890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
2891 S:      Maintained
2892 F:      Documentation/hwmon/
2893 F:      drivers/hwmon/
2894 F:      include/linux/hwmon*.h
2895
2896 HARDWARE RANDOM NUMBER GENERATOR CORE
2897 M:      Matt Mackall <mpm@selenic.com>
2898 M:      Herbert Xu <herbert@gondor.apana.org.au>
2899 S:      Odd fixes
2900 F:      Documentation/hw_random.txt
2901 F:      drivers/char/hw_random/
2902 F:      include/linux/hw_random.h
2903
2904 HARMONY SOUND DRIVER
2905 M:      Kyle McMartin <kyle@mcmartin.ca>
2906 L:      linux-parisc@vger.kernel.org
2907 S:      Maintained
2908 F:      sound/parisc/harmony.*
2909
2910 HEWLETT-PACKARD SMART2 RAID DRIVER
2911 M:      Chirag Kantharia <chirag.kantharia@hp.com>
2912 L:      iss_storagedev@hp.com
2913 S:      Maintained
2914 F:      Documentation/blockdev/cpqarray.txt
2915 F:      drivers/block/cpqarray.*
2916
2917 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
2918 M:      Stephen M. Cameron <scameron@beardog.cce.hp.com>
2919 L:      iss_storagedev@hp.com
2920 S:      Supported
2921 F:      Documentation/scsi/hpsa.txt
2922 F:      drivers/scsi/hpsa*.[ch]
2923 F:      include/linux/cciss*.h
2924
2925 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2926 M:      Mike Miller <mike.miller@hp.com>
2927 L:      iss_storagedev@hp.com
2928 S:      Supported
2929 F:      Documentation/blockdev/cciss.txt
2930 F:      drivers/block/cciss*
2931 F:      include/linux/cciss_ioctl.h
2932
2933 HFS FILESYSTEM
2934 M:      Roman Zippel <zippel@linux-m68k.org>
2935 S:      Maintained
2936 F:      Documentation/filesystems/hfs.txt
2937 F:      fs/hfs/
2938
2939 HGA FRAMEBUFFER DRIVER
2940 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2941 L:      linux-nvidia@lists.surfsouth.com
2942 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2943 S:      Maintained
2944 F:      drivers/video/hgafb.c
2945
2946 HIBERNATION (aka Software Suspend, aka swsusp)
2947 M:      Pavel Machek <pavel@ucw.cz>
2948 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2949 L:      linux-pm@lists.linux-foundation.org
2950 S:      Supported
2951 F:      arch/x86/power/
2952 F:      drivers/base/power/
2953 F:      kernel/power/
2954 F:      include/linux/suspend.h
2955 F:      include/linux/freezer.h
2956 F:      include/linux/pm.h
2957 F:      arch/*/include/asm/suspend*.h
2958
2959 HID CORE LAYER
2960 M:      Jiri Kosina <jkosina@suse.cz>
2961 L:      linux-input@vger.kernel.org
2962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2963 S:      Maintained
2964 F:      drivers/hid/
2965 F:      include/linux/hid*
2966
2967 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2968 M:      Thomas Gleixner <tglx@linutronix.de>
2969 S:      Maintained
2970 F:      Documentation/timers/
2971 F:      kernel/hrtimer.c
2972 F:      kernel/time/clockevents.c
2973 F:      kernel/time/tick*.*
2974 F:      kernel/time/timer_*.c
2975 F       include/linux/clockevents.h
2976 F:      include/linux/hrtimer.h
2977
2978 HIGH-SPEED SCC DRIVER FOR AX.25
2979 M:      Klaus Kudielka <klaus.kudielka@ieee.org>
2980 L:      linux-hams@vger.kernel.org
2981 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2982 S:      Maintained
2983 F:      drivers/net/hamradio/dmascc.c
2984 F:      drivers/net/hamradio/scc.c
2985
2986 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2987 M:      HighPoint Linux Team <linux@highpoint-tech.com>
2988 W:      http://www.highpoint-tech.com
2989 S:      Supported
2990 F:      Documentation/scsi/hptiop.txt
2991 F:      drivers/scsi/hptiop.c
2992
2993 HIPPI
2994 M:      Jes Sorensen <jes@trained-monkey.org>
2995 L:      linux-hippi@sunsite.dk
2996 S:      Maintained
2997 F:      include/linux/hippidevice.h
2998 F:      include/linux/if_hippi.h
2999 F:      net/802/hippi.c
3000
3001 HOST AP DRIVER
3002 M:      Jouni Malinen <j@w1.fi>
3003 L:      hostap@shmoo.com (subscribers-only)
3004 L:      linux-wireless@vger.kernel.org
3005 W:      http://hostap.epitest.fi/
3006 S:      Maintained
3007 F:      drivers/net/wireless/hostap/
3008
3009 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3010 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
3011 L:      platform-driver-x86@vger.kernel.org
3012 S:      Odd Fixes
3013 F:      drivers/platform/x86/tc1100-wmi.c
3014
3015 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3016 M:      Jaroslav Kysela <perex@perex.cz>
3017 S:      Maintained
3018 F:      drivers/net/hp100.*
3019
3020 HPET:   High Precision Event Timers driver
3021 M:      Clemens Ladisch <clemens@ladisch.de>
3022 S:      Maintained
3023 F:      Documentation/timers/hpet.txt
3024 F:      drivers/char/hpet.c
3025 F:      include/linux/hpet.h
3026
3027 HPET:   x86
3028 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
3029 S:      Maintained
3030 F:      arch/x86/kernel/hpet.c
3031 F:      arch/x86/include/asm/hpet.h
3032
3033 HPFS FILESYSTEM
3034 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3035 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3036 S:      Maintained
3037 F:      fs/hpfs/
3038
3039 HSO 3G MODEM DRIVER
3040 M:      Jan Dumon <j.dumon@option.com>
3041 W:      http://www.pharscape.org
3042 S:      Maintained
3043 F:      drivers/net/usb/hso.c
3044
3045 HTCPEN TOUCHSCREEN DRIVER
3046 M:      Pau Oliva Fora <pof@eslack.org>
3047 L:      linux-input@vger.kernel.org
3048 S:      Maintained
3049 F:      drivers/input/touchscreen/htcpen.c
3050
3051 HUGETLB FILESYSTEM
3052 M:      William Irwin <wli@holomorphy.com>
3053 S:      Maintained
3054 F:      fs/hugetlbfs/
3055
3056 I2C/SMBUS STUB DRIVER
3057 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
3058 L:      linux-i2c@vger.kernel.org
3059 S:      Maintained
3060 F:      drivers/i2c/busses/i2c-stub.c
3061
3062 I2C SUBSYSTEM
3063 M:      "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3064 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3065 L:      linux-i2c@vger.kernel.org
3066 W:      http://i2c.wiki.kernel.org/
3067 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3068 T:      git git://git.fluff.org/bjdooks/linux.git
3069 S:      Maintained
3070 F:      Documentation/i2c/
3071 F:      drivers/i2c/
3072 F:      include/linux/i2c.h
3073 F:      include/linux/i2c-*.h
3074
3075 I2C-TINY-USB DRIVER
3076 M:      Till Harbaum <till@harbaum.org>
3077 L:      linux-i2c@vger.kernel.org
3078 W:      http://www.harbaum.org/till/i2c_tiny_usb
3079 S:      Maintained
3080 F:      drivers/i2c/busses/i2c-tiny-usb.c
3081
3082 i386 BOOT CODE
3083 M:      "H. Peter Anvin" <hpa@zytor.com>
3084 S:      Maintained
3085 F:      arch/x86/boot/
3086
3087 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3088 M:      "H. Peter Anvin" <hpa@zytor.com>
3089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3090 S:      Maintained
3091
3092 IA64 (Itanium) PLATFORM
3093 M:      Tony Luck <tony.luck@intel.com>
3094 M:      Fenghua Yu <fenghua.yu@intel.com>
3095 L:      linux-ia64@vger.kernel.org
3096 W:      http://www.ia64-linux.org/
3097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
3098 S:      Maintained
3099 F:      arch/ia64/
3100
3101 IBM MCA SCSI SUBSYSTEM DRIVER
3102 M:      Michael Lang <langa2@kph.uni-mainz.de>
3103 W:      http://www.uni-mainz.de/~langm000/linux.html
3104 S:      Maintained
3105 F:      drivers/scsi/ibmmca.c
3106
3107 IBM Power Linux RAID adapter
3108 M:      Brian King <brking@us.ibm.com>
3109 S:      Supported
3110 F:      drivers/scsi/ipr.*
3111
3112 IBM Power Virtual Ethernet Device Driver
3113 M:      Santiago Leon <santil@linux.vnet.ibm.com>
3114 L:      netdev@vger.kernel.org
3115 S:      Supported
3116 F:      drivers/net/ibmveth.*
3117
3118 IBM ServeRAID RAID DRIVER
3119 P:      Jack Hammer
3120 M:      Dave Jeffery <ipslinux@adaptec.com>
3121 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3122 S:      Supported
3123 F:      drivers/scsi/ips.*
3124
3125 IDE SUBSYSTEM
3126 M:      "David S. Miller" <davem@davemloft.net>
3127 L:      linux-ide@vger.kernel.org
3128 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
3129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
3130 S:      Maintained
3131 F:      Documentation/ide/
3132 F:      drivers/ide/
3133 F:      include/linux/ide.h
3134
3135 IDE/ATAPI DRIVERS
3136 M:      Borislav Petkov <petkovbb@gmail.com>
3137 L:      linux-ide@vger.kernel.org
3138 S:      Maintained
3139 F:      Documentation/cdrom/ide-cd
3140 F:      drivers/ide/ide-cd*
3141
3142 IDLE-I7300
3143 M:      Andy Henroid <andrew.d.henroid@intel.com>
3144 L:      linux-pm@lists.linux-foundation.org
3145 S:      Supported
3146 F:      drivers/idle/i7300_idle.c
3147
3148 IEEE 1394 SUBSYSTEM
3149 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3150 L:      linux1394-devel@lists.sourceforge.net
3151 W:      http://ieee1394.wiki.kernel.org/
3152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
3153 S:      Obsolete
3154 F:      Documentation/debugging-via-ohci1394.txt
3155 F:      drivers/ieee1394/
3156
3157 IEEE 802.15.4 SUBSYSTEM
3158 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3159 M:      Sergey Lapin <slapin@ossfans.org>
3160 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3161 W:      http://apps.sourceforge.net/trac/linux-zigbee
3162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3163 S:      Maintained
3164 F:      net/ieee802154/
3165 F:      drivers/ieee802154/
3166
3167 IKANOS/ADI EAGLE ADSL USB DRIVER
3168 M:      Matthieu Castet <castet.matthieu@free.fr>
3169 M:      Stanislaw Gruszka <stf_xl@wp.pl>
3170 S:      Maintained
3171 F:      drivers/usb/atm/ueagle-atm.c
3172
3173 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3174 M:      Mimi Zohar <zohar@us.ibm.com>
3175 S:      Supported
3176 F:      security/integrity/ima/
3177
3178 IMS TWINTURBO FRAMEBUFFER DRIVER
3179 L:      linux-fbdev@vger.kernel.org
3180 S:      Orphan
3181 F:      drivers/video/imsttfb.c
3182
3183 INFINIBAND SUBSYSTEM
3184 M:      Roland Dreier <roland@kernel.org>
3185 M:      Sean Hefty <sean.hefty@intel.com>
3186 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
3187 L:      linux-rdma@vger.kernel.org
3188 W:      http://www.openfabrics.org/
3189 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
3190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3191 S:      Supported
3192 F:      Documentation/infiniband/
3193 F:      drivers/infiniband/
3194 F:      include/linux/if_infiniband.h
3195
3196 INOTIFY
3197 M:      John McCutchan <john@johnmccutchan.com>
3198 M:      Robert Love <rlove@rlove.org>
3199 M:      Eric Paris <eparis@parisplace.org>
3200 S:      Maintained
3201 F:      Documentation/filesystems/inotify.txt
3202 F:      fs/notify/inotify/
3203 F:      include/linux/inotify.h
3204
3205 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3206 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
3207 M:      Dmitry Torokhov <dtor@mail.ru>
3208 L:      linux-input@vger.kernel.org
3209 Q:      http://patchwork.kernel.org/project/linux-input/list/
3210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3211 S:      Maintained
3212 F:      drivers/input/
3213
3214 INPUT MULTITOUCH (MT) PROTOCOL
3215 M:      Henrik Rydberg <rydberg@euromail.se>
3216 L:      linux-input@vger.kernel.org
3217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3218 S:      Maintained
3219 F:      Documentation/input/multi-touch-protocol.txt
3220 F:      drivers/input/input-mt.c
3221 K:      \b(ABS|SYN)_MT_
3222
3223 INTEL IDLE DRIVER
3224 M:      Len Brown <lenb@kernel.org>
3225 L:      linux-pm@lists.linux-foundation.org
3226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
3227 S:      Supported
3228 F:      drivers/idle/intel_idle.c
3229
3230 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3231 M:      Maik Broemme <mbroemme@plusserver.de>
3232 L:      linux-fbdev@vger.kernel.org
3233 S:      Maintained
3234 F:      Documentation/fb/intelfb.txt
3235 F:      drivers/video/intelfb/
3236
3237 INTEL 810/815 FRAMEBUFFER DRIVER
3238 M:      Antonino Daplas <adaplas@gmail.com>
3239 L:      linux-fbdev@vger.kernel.org
3240 S:      Maintained
3241 F:      drivers/video/i810/
3242
3243 INTEL MENLOW THERMAL DRIVER
3244 M:      Sujith Thomas <sujith.thomas@intel.com>
3245 L:      platform-driver-x86@vger.kernel.org
3246 W:      http://www.lesswatts.org/projects/acpi/
3247 S:      Supported
3248 F:      drivers/platform/x86/intel_menlow.c
3249
3250 INTEL IA32 MICROCODE UPDATE SUPPORT
3251 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3252 S:      Maintained
3253 F:      arch/x86/kernel/microcode_core.c
3254 F:      arch/x86/kernel/microcode_intel.c
3255
3256 INTEL I/OAT DMA DRIVER
3257 M:      Dan Williams <dan.j.williams@intel.com>
3258 S:      Supported
3259 F:      drivers/dma/ioat*
3260
3261 INTEL IOMMU (VT-d)
3262 M:      David Woodhouse <dwmw2@infradead.org>
3263 L:      iommu@lists.linux-foundation.org
3264 T:      git git://git.infradead.org/iommu-2.6.git
3265 S:      Supported
3266 F:      drivers/pci/intel-iommu.c
3267 F:      include/linux/intel-iommu.h
3268
3269 INTEL IOP-ADMA DMA DRIVER
3270 M:      Dan Williams <dan.j.williams@intel.com>
3271 S:      Maintained
3272 F:      drivers/dma/iop-adma.c
3273
3274 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3275 M:      Krzysztof Halasa <khc@pm.waw.pl>
3276 S:      Maintained
3277 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
3278 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
3279 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3280 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
3281 F:      drivers/net/arm/ixp4xx_eth.c
3282 F:      drivers/net/wan/ixp4xx_hss.c
3283
3284 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3285 M:      Deepak Saxena <dsaxena@plexity.net>
3286 S:      Maintained
3287 F:      drivers/char/hw_random/ixp4xx-rng.c
3288
3289 INTEL IXP2000 ETHERNET DRIVER
3290 M:      Lennert Buytenhek <kernel@wantstofly.org>
3291 L:      netdev@vger.kernel.org
3292 S:      Maintained
3293 F:      drivers/net/ixp2000/
3294
3295 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3296 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3297 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
3298 M:      Bruce Allan <bruce.w.allan@intel.com>
3299 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
3300 M:      Don Skidmore <donald.c.skidmore@intel.com>
3301 M:      Greg Rose <gregory.v.rose@intel.com>
3302 M:      PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
3303 M:      Alex Duyck <alexander.h.duyck@intel.com>
3304 M:      John Ronciak <john.ronciak@intel.com>
3305 L:      e1000-devel@lists.sourceforge.net
3306 W:      http://e1000.sourceforge.net/
3307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-2.6.git
3308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next-2.6.git
3309 S:      Supported
3310 F:      Documentation/networking/e100.txt
3311 F:      Documentation/networking/e1000.txt
3312 F:      Documentation/networking/e1000e.txt
3313 F:      Documentation/networking/igb.txt
3314 F:      Documentation/networking/igbvf.txt
3315 F:      Documentation/networking/ixgb.txt
3316 F:      Documentation/networking/ixgbe.txt
3317 F:      Documentation/networking/ixgbevf.txt
3318 F:      drivers/net/e100.c
3319 F:      drivers/net/e1000/
3320 F:      drivers/net/e1000e/
3321 F:      drivers/net/igb/
3322 F:      drivers/net/igbvf/
3323 F:      drivers/net/ixgb/
3324 F:      drivers/net/ixgbe/
3325 F:      drivers/net/ixgbevf/
3326
3327 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3328 L:      linux-wireless@vger.kernel.org
3329 S:      Orphan
3330 F:      Documentation/networking/README.ipw2100
3331 F:      drivers/net/wireless/ipw2x00/ipw2100.*
3332
3333 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3334 L:      linux-wireless@vger.kernel.org
3335 S:      Orphan
3336 F:      Documentation/networking/README.ipw2200
3337 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3338
3339 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3340 M:      Joseph Cihula <joseph.cihula@intel.com>
3341 M:      Shane Wang <shane.wang@intel.com>
3342 L:      tboot-devel@lists.sourceforge.net
3343 W:      http://tboot.sourceforge.net
3344 T:      Mercurial http://www.bughost.org/repos.hg/tboot.hg
3345 S:      Supported
3346 F:      Documentation/intel_txt.txt
3347 F:      include/linux/tboot.h
3348 F:      arch/x86/kernel/tboot.c
3349
3350 INTEL WIRELESS WIMAX CONNECTION 2400
3351 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3352 M:      linux-wimax@intel.com
3353 L:      wimax@linuxwimax.org
3354 S:      Supported
3355 W:      http://linuxwimax.org
3356 F:      Documentation/wimax/README.i2400m
3357 F:      drivers/net/wimax/i2400m/
3358 F:      include/linux/wimax/i2400m.h
3359
3360 INTEL WIRELESS WIFI LINK (iwlwifi)
3361 M:      Wey-Yi Guy <wey-yi.w.guy@intel.com>
3362 M:      Intel Linux Wireless <ilw@linux.intel.com>
3363 L:      linux-wireless@vger.kernel.org
3364 W:      http://intellinuxwireless.org
3365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3366 S:      Supported
3367 F:      drivers/net/wireless/iwlwifi/
3368
3369 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3370 M:      Samuel Ortiz <samuel.ortiz@intel.com>
3371 M:      Intel Linux Wireless <ilw@linux.intel.com>
3372 L:      linux-wireless@vger.kernel.org
3373 S:      Supported
3374 W:      http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3375 F:      drivers/net/wireless/iwmc3200wifi/
3376
3377 IOC3 ETHERNET DRIVER
3378 M:      Ralf Baechle <ralf@linux-mips.org>
3379 L:      linux-mips@linux-mips.org
3380 S:      Maintained
3381 F:      drivers/net/ioc3-eth.c
3382
3383 IOC3 SERIAL DRIVER
3384 M:      Pat Gefre <pfg@sgi.com>
3385 L:      linux-serial@vger.kernel.org
3386 S:      Maintained
3387 F:      drivers/tty/serial/ioc3_serial.c
3388
3389 IP MASQUERADING
3390 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3391 S:      Maintained
3392 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3393
3394 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3395 M:      Francois Romieu <romieu@fr.zoreil.com>
3396 M:      Sorbica Shieh <sorbica@icplus.com.tw>
3397 L:      netdev@vger.kernel.org
3398 S:      Maintained
3399 F:      drivers/net/ipg.*
3400
3401 IPATH DRIVER
3402 M:      Ralph Campbell <infinipath@qlogic.com>
3403 L:      linux-rdma@vger.kernel.org
3404 T:      git git://git.qlogic.com/ipath-linux-2.6
3405 S:      Supported
3406 F:      drivers/infiniband/hw/ipath/
3407
3408 IPMI SUBSYSTEM
3409 M:      Corey Minyard <minyard@acm.org>
3410 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3411 W:      http://openipmi.sourceforge.net/
3412 S:      Supported
3413 F:      Documentation/IPMI.txt
3414 F:      drivers/char/ipmi/
3415 F:      include/linux/ipmi*
3416
3417 IPS SCSI RAID DRIVER
3418 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3419 L:      linux-scsi@vger.kernel.org
3420 W:      http://www.adaptec.com/
3421 S:      Maintained
3422 F:      drivers/scsi/ips*
3423
3424 IPVS
3425 M:      Wensong Zhang <wensong@linux-vs.org>
3426 M:      Simon Horman <horms@verge.net.au>
3427 M:      Julian Anastasov <ja@ssi.bg>
3428 L:      netdev@vger.kernel.org
3429 L:      lvs-devel@vger.kernel.org
3430 S:      Maintained
3431 F:      Documentation/networking/ipvs-sysctl.txt
3432 F:      include/net/ip_vs.h
3433 F:      include/linux/ip_vs.h
3434 F:      net/netfilter/ipvs/
3435
3436 IPWIRELESS DRIVER
3437 M:      Jiri Kosina <jkosina@suse.cz>
3438 M:      David Sterba <dsterba@suse.cz>
3439 S:      Maintained
3440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3441 F:      drivers/char/pcmcia/ipwireless/
3442
3443 IPX NETWORK LAYER
3444 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3445 L:      netdev@vger.kernel.org
3446 S:      Maintained
3447 F:      include/linux/ipx.h
3448 F:      include/net/ipx.h
3449 F:      net/ipx/
3450
3451 IRDA SUBSYSTEM
3452 M:      Samuel Ortiz <samuel@sortiz.org>
3453 L:      irda-users@lists.sourceforge.net (subscribers-only)
3454 W:      http://irda.sourceforge.net/
3455 S:      Maintained
3456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3457 F:      Documentation/networking/irda.txt
3458 F:      drivers/net/irda/
3459 F:      include/net/irda/
3460 F:      net/irda/
3461
3462 IRQ SUBSYSTEM
3463 M:      Thomas Gleixner <tglx@linutronix.de>
3464 S:      Maintained
3465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq/core
3466 F:      kernel/irq/
3467
3468 ISAPNP
3469 M:      Jaroslav Kysela <perex@perex.cz>
3470 S:      Maintained
3471 F:      Documentation/isapnp.txt
3472 F:      drivers/pnp/isapnp/
3473 F:      include/linux/isapnp.h
3474
3475 ISCSI
3476 M:      Mike Christie <michaelc@cs.wisc.edu>
3477 L:      open-iscsi@googlegroups.com
3478 W:      www.open-iscsi.org
3479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3480 S:      Maintained
3481 F:      drivers/scsi/*iscsi*
3482 F:      include/scsi/*iscsi*
3483
3484 ISDN SUBSYSTEM
3485 M:      Karsten Keil <isdn@linux-pingi.de>
3486 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3487 L:      netdev@vger.kernel.org
3488 W:      http://www.isdn4linux.de
3489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3490 S:      Maintained
3491 F:      Documentation/isdn/
3492 F:      drivers/isdn/
3493 F:      include/linux/isdn.h
3494 F:      include/linux/isdn/
3495
3496 ISDN SUBSYSTEM (Eicon active card driver)
3497 M:      Armin Schindler <mac@melware.de>
3498 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3499 W:      http://www.melware.de
3500 S:      Maintained
3501 F:      drivers/isdn/hardware/eicon/
3502
3503 IT87 HARDWARE MONITORING DRIVER
3504 M:      Jean Delvare <khali@linux-fr.org>
3505 L:      lm-sensors@lm-sensors.org
3506 S:      Maintained
3507 F:      Documentation/hwmon/it87
3508 F:      drivers/hwmon/it87.c
3509
3510 IVTV VIDEO4LINUX DRIVER
3511 M:      Andy Walls <awalls@md.metrocast.net>
3512 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3513 L:      linux-media@vger.kernel.org
3514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3515 W:      http://www.ivtvdriver.org
3516 S:      Maintained
3517 F:      Documentation/video4linux/*.ivtv
3518 F:      drivers/media/video/ivtv/
3519 F:      include/linux/ivtv*
3520
3521 JC42.4 TEMPERATURE SENSOR DRIVER
3522 M:      Guenter Roeck <linux@roeck-us.net>
3523 L:      lm-sensors@lm-sensors.org
3524 S:      Maintained
3525 F:      drivers/hwmon/jc42.c
3526 F:      Documentation/hwmon/jc42
3527
3528 JFS FILESYSTEM
3529 M:      Dave Kleikamp <shaggy@linux.vnet.ibm.com>
3530 L:      jfs-discussion@lists.sourceforge.net
3531 W:      http://jfs.sourceforge.net/
3532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3533 S:      Maintained
3534 F:      Documentation/filesystems/jfs.txt
3535 F:      fs/jfs/
3536
3537 JME NETWORK DRIVER
3538 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
3539 L:      netdev@vger.kernel.org
3540 S:      Maintained
3541 F:      drivers/net/jme.*
3542
3543 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3544 M:      David Woodhouse <dwmw2@infradead.org>
3545 L:      linux-mtd@lists.infradead.org
3546 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3547 S:      Maintained
3548 F:      fs/jffs2/
3549 F:      include/linux/jffs2.h
3550
3551 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3552 M:      Andrew Morton <akpm@linux-foundation.org>
3553 M:      Jan Kara <jack@suse.cz>
3554 L:      linux-ext4@vger.kernel.org
3555 S:      Maintained
3556 F:      fs/jbd*/
3557 F:      include/linux/ext*jbd*.h
3558 F:      include/linux/jbd*.h
3559
3560 JSM Neo PCI based serial card
3561 M:      Breno Leitao <leitao@linux.vnet.ibm.com>
3562 L:      linux-serial@vger.kernel.org
3563 S:      Maintained
3564 F:      drivers/tty/serial/jsm/
3565
3566 K10TEMP HARDWARE MONITORING DRIVER
3567 M:      Clemens Ladisch <clemens@ladisch.de>
3568 L:      lm-sensors@lm-sensors.org
3569 S:      Maintained
3570 F:      Documentation/hwmon/k10temp
3571 F:      drivers/hwmon/k10temp.c
3572
3573 K8TEMP HARDWARE MONITORING DRIVER
3574 M:      Rudolf Marek <r.marek@assembler.cz>
3575 L:      lm-sensors@lm-sensors.org
3576 S:      Maintained
3577 F:      Documentation/hwmon/k8temp
3578 F:      drivers/hwmon/k8temp.c
3579
3580 KCONFIG
3581 M:      Roman Zippel <zippel@linux-m68k.org>
3582 L:      linux-kbuild@vger.kernel.org
3583 Q:      http://patchwork.kernel.org/project/linux-kbuild/list/
3584 S:      Maintained
3585 F:      Documentation/kbuild/kconfig-language.txt
3586 F:      scripts/kconfig/
3587
3588 KDUMP
3589 M:      Vivek Goyal <vgoyal@redhat.com>
3590 M:      Haren Myneni <hbabu@us.ibm.com>
3591 L:      kexec@lists.infradead.org
3592 W:      http://lse.sourceforge.net/kdump/
3593 S:      Maintained
3594 F:      Documentation/kdump/
3595
3596 KERNEL AUTOMOUNTER (AUTOFS)
3597 M:      "H. Peter Anvin" <hpa@zytor.com>
3598 L:      autofs@linux.kernel.org
3599 S:      Obsolete
3600 F:      drivers/staging/autofs/
3601
3602 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3603 M:      Ian Kent <raven@themaw.net>
3604 L:      autofs@linux.kernel.org
3605 S:      Maintained
3606 F:      fs/autofs4/
3607
3608 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3609 M:      Michal Marek <mmarek@suse.cz>
3610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git for-next
3611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes
3612 L:      linux-kbuild@vger.kernel.org
3613 S:      Maintained
3614 F:      Documentation/kbuild/
3615 F:      Makefile
3616 F:      scripts/Makefile.*
3617 F:      scripts/basic/
3618 F:      scripts/mk*
3619 F:      scripts/package/
3620
3621 KERNEL JANITORS
3622 L:      kernel-janitors@vger.kernel.org
3623 W:      http://kernelnewbies.org/KernelJanitors
3624 S:      Odd Fixes
3625
3626 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3627 M:      "J. Bruce Fields" <bfields@fieldses.org>
3628 M:      Neil Brown <neilb@suse.de>
3629 L:      linux-nfs@vger.kernel.org
3630 W:      http://nfs.sourceforge.net/
3631 S:      Supported
3632 F:      fs/nfsd/
3633 F:      include/linux/nfsd/
3634 F:      fs/lockd/
3635 F:      fs/nfs_common/
3636 F:      net/sunrpc/
3637 F:      include/linux/lockd/
3638 F:      include/linux/sunrpc/
3639
3640 KERNEL VIRTUAL MACHINE (KVM)
3641 M:      Avi Kivity <avi@redhat.com>
3642 M:      Marcelo Tosatti <mtosatti@redhat.com>
3643 L:      kvm@vger.kernel.org
3644 W:      http://kvm.qumranet.com
3645 S:      Supported
3646 F:      Documentation/*/kvm.txt
3647 F:      arch/*/kvm/
3648 F:      arch/*/include/asm/kvm*
3649 F:      include/linux/kvm*
3650 F:      virt/kvm/
3651
3652 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3653 M:      Joerg Roedel <joerg.roedel@amd.com>
3654 L:      kvm@vger.kernel.org
3655 W:      http://kvm.qumranet.com
3656 S:      Supported
3657 F:      arch/x86/include/asm/svm.h
3658 F:      arch/x86/kvm/svm.c
3659
3660 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3661 M:      Alexander Graf <agraf@suse.de>
3662 L:      kvm-ppc@vger.kernel.org
3663 W:      http://kvm.qumranet.com
3664 S:      Supported
3665 F:      arch/powerpc/include/asm/kvm*
3666 F:      arch/powerpc/kvm/
3667
3668 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3669 M:      Xiantao Zhang <xiantao.zhang@intel.com>
3670 L:      kvm-ia64@vger.kernel.org
3671 W:      http://kvm.qumranet.com
3672 S:      Supported
3673 F:      Documentation/ia64/kvm.txt
3674 F:      arch/ia64/include/asm/kvm*
3675 F:      arch/ia64/kvm/
3676
3677 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3678 M:      Carsten Otte <cotte@de.ibm.com>
3679 M:      Christian Borntraeger <borntraeger@de.ibm.com>
3680 M:      linux390@de.ibm.com
3681 L:      linux-s390@vger.kernel.org
3682 W:      http://www.ibm.com/developerworks/linux/linux390/
3683 S:      Supported
3684 F:      Documentation/s390/kvm.txt
3685 F:      arch/s390/include/asm/kvm*
3686 F:      arch/s390/kvm/
3687 F:      drivers/s390/kvm/
3688
3689 KEXEC
3690 M:      Eric Biederman <ebiederm@xmission.com>
3691 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
3692 L:      kexec@lists.infradead.org
3693 S:      Maintained
3694 F:      include/linux/kexec.h
3695 F:      kernel/kexec.c
3696
3697 KEYS/KEYRINGS:
3698 M:      David Howells <dhowells@redhat.com>
3699 L:      keyrings@linux-nfs.org
3700 S:      Maintained
3701 F:      Documentation/keys.txt
3702 F:      include/linux/key.h
3703 F:      include/linux/key-type.h
3704 F:      include/keys/
3705 F:      security/keys/
3706
3707 KEYS-TRUSTED
3708 M:      David Safford <safford@watson.ibm.com>
3709 M:      Mimi Zohar <zohar@us.ibm.com>
3710 L:      linux-security-module@vger.kernel.org
3711 L:      keyrings@linux-nfs.org
3712 S:      Supported
3713 F:      Documentation/keys-trusted-encrypted.txt
3714 F:      include/keys/trusted-type.h
3715 F:      security/keys/trusted.c
3716 F:      security/keys/trusted.h
3717
3718 KEYS-ENCRYPTED
3719 M:      Mimi Zohar <zohar@us.ibm.com>
3720 M:      David Safford <safford@watson.ibm.com>
3721 L:      linux-security-module@vger.kernel.org
3722 L:      keyrings@linux-nfs.org
3723 S:      Supported
3724 F:      Documentation/keys-trusted-encrypted.txt
3725 F:      include/keys/encrypted-type.h
3726 F:      security/keys/encrypted.c
3727 F:      security/keys/encrypted.h
3728
3729 KGDB / KDB /debug_core
3730 M:      Jason Wessel <jason.wessel@windriver.com>
3731 W:      http://kgdb.wiki.kernel.org/
3732 L:      kgdb-bugreport@lists.sourceforge.net
3733 S:      Maintained
3734 F:      Documentation/DocBook/kgdb.tmpl
3735 F:      drivers/misc/kgdbts.c
3736 F:      drivers/tty/serial/kgdboc.c
3737 F:      include/linux/kdb.h
3738 F:      include/linux/kgdb.h
3739 F:      kernel/debug/
3740
3741 KMEMCHECK
3742 M:      Vegard Nossum <vegardno@ifi.uio.no>
3743 M:      Pekka Enberg <penberg@kernel.org>
3744 S:      Maintained
3745 F:      Documentation/kmemcheck.txt
3746 F:      arch/x86/include/asm/kmemcheck.h
3747 F:      arch/x86/mm/kmemcheck/
3748 F:      include/linux/kmemcheck.h
3749 F:      mm/kmemcheck.c
3750
3751 KMEMLEAK
3752 M:      Catalin Marinas <catalin.marinas@arm.com>
3753 S:      Maintained
3754 F:      Documentation/kmemleak.txt
3755 F:      include/linux/kmemleak.h
3756 F:      mm/kmemleak.c
3757 F:      mm/kmemleak-test.c
3758
3759 KPROBES
3760 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3761 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3762 M:      "David S. Miller" <davem@davemloft.net>
3763 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3764 S:      Maintained
3765 F:      Documentation/kprobes.txt
3766 F:      include/linux/kprobes.h
3767 F:      kernel/kprobes.c
3768
3769 KS0108 LCD CONTROLLER DRIVER
3770 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3771 W:      http://miguelojeda.es/auxdisplay.htm
3772 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3773 S:      Maintained
3774 F:      Documentation/auxdisplay/ks0108
3775 F:      drivers/auxdisplay/ks0108.c
3776 F:      include/linux/ks0108.h
3777
3778 LAPB module
3779 L:      linux-x25@vger.kernel.org
3780 S:      Orphan
3781 F:      Documentation/networking/lapb-module.txt
3782 F:      include/*/lapb.h
3783 F:      net/lapb/
3784
3785 LASI 53c700 driver for PARISC
3786 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3787 L:      linux-scsi@vger.kernel.org
3788 S:      Maintained
3789 F:      Documentation/scsi/53c700.txt
3790 F:      drivers/scsi/53c700*
3791
3792 LED SUBSYSTEM
3793 M:      Richard Purdie <rpurdie@rpsys.net>
3794 S:      Maintained
3795 F:      drivers/leds/
3796 F:      include/linux/leds.h
3797
3798 LEGO USB Tower driver
3799 M:      Juergen Stuber <starblue@users.sourceforge.net>
3800 L:      legousb-devel@lists.sourceforge.net
3801 W:      http://legousb.sourceforge.net/
3802 S:      Maintained
3803 F:      drivers/usb/misc/legousbtower.c
3804
3805 LGUEST
3806 M:      Rusty Russell <rusty@rustcorp.com.au>
3807 L:      lguest@lists.ozlabs.org
3808 W:      http://lguest.ozlabs.org/
3809 S:      Odd Fixes
3810 F:      Documentation/lguest/
3811 F:      arch/x86/lguest/
3812 F:      drivers/lguest/
3813 F:      include/linux/lguest*.h
3814 F:      arch/x86/include/asm/lguest*.h
3815
3816 LINUX FOR IBM pSERIES (RS/6000)
3817 M:      Paul Mackerras <paulus@au.ibm.com>
3818 W:      http://www.ibm.com/linux/ltc/projects/ppc
3819 S:      Supported
3820 F:      arch/powerpc/boot/rs6000.h
3821
3822 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3823 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3824 M:      Paul Mackerras <paulus@samba.org>
3825 W:      http://www.penguinppc.org/
3826 L:      linuxppc-dev@lists.ozlabs.org
3827 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3829 S:      Supported
3830 F:      Documentation/powerpc/
3831 F:      arch/powerpc/
3832
3833 LINUX FOR POWER MACINTOSH
3834 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3835 W:      http://www.penguinppc.org/
3836 L:      linuxppc-dev@lists.ozlabs.org
3837 S:      Maintained
3838 F:      arch/powerpc/platforms/powermac/
3839 F:      drivers/macintosh/
3840
3841 LINUX FOR POWERPC EMBEDDED MPC5XXX
3842 M:      Grant Likely <grant.likely@secretlab.ca>
3843 L:      linuxppc-dev@lists.ozlabs.org
3844 T:      git git://git.secretlab.ca/git/linux-2.6.git
3845 S:      Maintained
3846 F:      arch/powerpc/platforms/512x/
3847 F:      arch/powerpc/platforms/52xx/
3848
3849 LINUX FOR POWERPC EMBEDDED PPC4XX
3850 M:      Josh Boyer <jwboyer@linux.vnet.ibm.com>
3851 M:      Matt Porter <mporter@kernel.crashing.org>
3852 W:      http://www.penguinppc.org/
3853 L:      linuxppc-dev@lists.ozlabs.org
3854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3855 S:      Maintained
3856 F:      arch/powerpc/platforms/40x/
3857 F:      arch/powerpc/platforms/44x/
3858
3859 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3860 M:      Grant Likely <grant.likely@secretlab.ca>
3861 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3862 L:      linuxppc-dev@lists.ozlabs.org
3863 T:      git git://git.secretlab.ca/git/linux-2.6.git
3864 S:      Maintained
3865 F:      arch/powerpc/*/*virtex*
3866 F:      arch/powerpc/*/*/*virtex*
3867
3868 LINUX FOR POWERPC EMBEDDED PPC8XX
3869 M:      Vitaly Bordug <vitb@kernel.crashing.org>
3870 M:      Marcelo Tosatti <marcelo@kvack.org>
3871 W:      http://www.penguinppc.org/
3872 L:      linuxppc-dev@lists.ozlabs.org
3873 S:      Maintained
3874 F:      arch/powerpc/platforms/8xx/
3875
3876 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3877 M:      Kumar Gala <galak@kernel.crashing.org>
3878 W:      http://www.penguinppc.org/
3879 L:      linuxppc-dev@lists.ozlabs.org
3880 S:      Maintained
3881 F:      arch/powerpc/platforms/83xx/
3882
3883 LINUX FOR POWERPC PA SEMI PWRFICIENT
3884 M:      Olof Johansson <olof@lixom.net>
3885 L:      linuxppc-dev@lists.ozlabs.org
3886 S:      Maintained
3887 F:      arch/powerpc/platforms/pasemi/
3888 F:      drivers/*/*pasemi*
3889 F:      drivers/*/*/*pasemi*
3890
3891 LINUX SECURITY MODULE (LSM) FRAMEWORK
3892 M:      Chris Wright <chrisw@sous-sol.org>
3893 L:      linux-security-module@vger.kernel.org
3894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3895 S:      Supported
3896
3897 LLC (802.2)
3898 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3899 S:      Maintained
3900 F:      include/linux/llc.h
3901 F:      include/net/llc*
3902 F:      net/llc/
3903
3904 LIS3LV02D ACCELEROMETER DRIVER
3905 M:      Eric Piel <eric.piel@tremplin-utc.net>
3906 S:      Maintained
3907 F:      Documentation/hwmon/lis3lv02d
3908 F:      drivers/hwmon/lis3lv02d.*
3909
3910 LM73 HARDWARE MONITOR DRIVER
3911 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
3912 L:      lm-sensors@lm-sensors.org
3913 S:      Maintained
3914 F:      drivers/hwmon/lm73.c
3915
3916 LM83 HARDWARE MONITOR DRIVER
3917 M:      Jean Delvare <khali@linux-fr.org>
3918 L:      lm-sensors@lm-sensors.org
3919 S:      Maintained
3920 F:      Documentation/hwmon/lm83
3921 F:      drivers/hwmon/lm83.c
3922
3923 LM90 HARDWARE MONITOR DRIVER
3924 M:      Jean Delvare <khali@linux-fr.org>
3925 L:      lm-sensors@lm-sensors.org
3926 S:      Maintained
3927 F:      Documentation/hwmon/lm90
3928 F:      drivers/hwmon/lm90.c
3929
3930 LOCKDEP AND LOCKSTAT
3931 M:      Peter Zijlstra <peterz@infradead.org>
3932 M:      Ingo Molnar <mingo@redhat.com>
3933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3934 S:      Maintained
3935 F:      Documentation/lockdep*.txt
3936 F:      Documentation/lockstat.txt
3937 F:      include/linux/lockdep.h
3938 F:      kernel/lockdep*
3939
3940 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3941 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
3942 L:      linux-ntfs-dev@lists.sourceforge.net
3943 W:      http://www.linux-ntfs.org/content/view/19/37/
3944 S:      Maintained
3945 F:      Documentation/ldm.txt
3946 F:      fs/partitions/ldm.*
3947
3948 LogFS
3949 M:      Joern Engel <joern@logfs.org>
3950 L:      logfs@logfs.org
3951 W:      logfs.org
3952 S:      Maintained
3953 F:      fs/logfs/
3954
3955 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3956 M:      Eric Moore <Eric.Moore@lsi.com>
3957 M:      support@lsi.com
3958 L:      DL-MPTFusionLinux@lsi.com
3959 L:      linux-scsi@vger.kernel.org
3960 W:      http://www.lsilogic.com/support
3961 S:      Supported
3962 F:      drivers/message/fusion/
3963
3964 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3965 M:      Matthew Wilcox <matthew@wil.cx>
3966 L:      linux-scsi@vger.kernel.org
3967 S:      Maintained
3968 F:      drivers/scsi/sym53c8xx_2/
3969
3970 LTC4261 HARDWARE MONITOR DRIVER
3971 M:      Guenter Roeck <linux@roeck-us.net>
3972 L:      lm-sensors@lm-sensors.org
3973 S:      Maintained
3974 F:      Documentation/hwmon/ltc4261
3975 F:      drivers/hwmon/ltc4261.c
3976
3977 LTP (Linux Test Project)
3978 M:      Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3979 M:      Garrett Cooper <yanegomi@gmail.com>
3980 M:      Mike Frysinger <vapier@gentoo.org>
3981 M:      Subrata Modak <subrata@linux.vnet.ibm.com>
3982 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3983 W:      http://ltp.sourceforge.net/
3984 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
3985 S:      Maintained
3986
3987 M32R ARCHITECTURE
3988 M:      Hirokazu Takata <takata@linux-m32r.org>
3989 L:      linux-m32r@ml.linux-m32r.org
3990 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3991 W:      http://www.linux-m32r.org/
3992 S:      Maintained
3993 F:      arch/m32r/
3994
3995 M68K ARCHITECTURE
3996 M:      Geert Uytterhoeven <geert@linux-m68k.org>
3997 M:      Roman Zippel <zippel@linux-m68k.org>
3998 L:      linux-m68k@lists.linux-m68k.org
3999 W:      http://www.linux-m68k.org/
4000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4001 S:      Maintained
4002 F:      arch/m68k/
4003 F:      drivers/zorro/
4004
4005 M68K ON APPLE MACINTOSH
4006 M:      Joshua Thompson <funaho@jurai.org>
4007 W:      http://www.mac.linux-m68k.org/
4008 L:      linux-m68k@lists.linux-m68k.org
4009 S:      Maintained
4010 F:      arch/m68k/mac/
4011
4012 M68K ON HP9000/300
4013 M:      Philip Blundell <philb@gnu.org>
4014 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
4015 S:      Maintained
4016 F:      arch/m68k/hp300/
4017
4018 MAC80211
4019 M:      Johannes Berg <johannes@sipsolutions.net>
4020 L:      linux-wireless@vger.kernel.org
4021 W:      http://linuxwireless.org/
4022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4023 S:      Maintained
4024 F:      Documentation/networking/mac80211-injection.txt
4025 F:      include/net/mac80211.h
4026 F:      net/mac80211/
4027
4028 MAC80211 PID RATE CONTROL
4029 M:      Stefano Brivio <stefano.brivio@polimi.it>
4030 M:      Mattias Nissler <mattias.nissler@gmx.de>
4031 L:      linux-wireless@vger.kernel.org
4032 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
4033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4034 S:      Maintained
4035 F:      net/mac80211/rc80211_pid*
4036
4037 MACVLAN DRIVER
4038 M:      Patrick McHardy <kaber@trash.net>
4039 L:      netdev@vger.kernel.org
4040 S:      Maintained
4041 F:      drivers/net/macvlan.c
4042 F:      include/linux/if_macvlan.h
4043
4044 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4045 M:      Michael Kerrisk <mtk.manpages@gmail.com>
4046 W:      http://www.kernel.org/doc/man-pages
4047 L:      linux-man@vger.kernel.org
4048 S:      Maintained
4049
4050 MARVELL LIBERTAS WIRELESS DRIVER
4051 M:      Dan Williams <dcbw@redhat.com>
4052 L:      libertas-dev@lists.infradead.org
4053 S:      Maintained
4054 F:      drivers/net/wireless/libertas/
4055
4056 MARVELL MV643XX ETHERNET DRIVER
4057 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4058 L:      netdev@vger.kernel.org
4059 S:      Maintained
4060 F:      drivers/net/mv643xx_eth.*
4061 F:      include/linux/mv643xx.h
4062
4063 MARVELL MWL8K WIRELESS DRIVER
4064 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4065 L:      linux-wireless@vger.kernel.org
4066 S:      Odd Fixes
4067 F:      drivers/net/wireless/mwl8k.c
4068
4069 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4070 M:      Nicolas Pitre <nico@fluxnic.net>
4071 S:      Odd Fixes
4072 F:      drivers/mmc/host/mvsdio.*
4073
4074 MARVELL YUKON / SYSKONNECT DRIVER
4075 M:      Mirko Lindner <mlindner@syskonnect.de>
4076 M:      Ralph Roesler <rroesler@syskonnect.de>
4077 W:      http://www.syskonnect.com
4078 S:      Supported
4079
4080 MATROX FRAMEBUFFER DRIVER
4081 L:      linux-fbdev@vger.kernel.org
4082 S:      Orphan
4083 F:      drivers/video/matrox/matroxfb_*
4084 F:      include/linux/matroxfb.h
4085
4086 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4087 M:      "Hans J. Koch" <hjk@linutronix.de>
4088 L:      lm-sensors@lm-sensors.org
4089 S:      Maintained
4090 F:      Documentation/hwmon/max6650
4091 F:      drivers/hwmon/max6650.c
4092
4093 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4094 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
4095 P:      LinuxTV.org Project
4096 L:      linux-media@vger.kernel.org
4097 W:      http://linuxtv.org
4098 Q:      http://patchwork.kernel.org/project/linux-media/list/
4099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4100 S:      Maintained
4101 F:      Documentation/dvb/
4102 F:      Documentation/video4linux/
4103 F:      drivers/media/
4104 F:      include/media/
4105 F:      include/linux/dvb/
4106 F:      include/linux/videodev*.h
4107
4108 MEGARAID SCSI DRIVERS
4109 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
4110 L:      linux-scsi@vger.kernel.org
4111 W:      http://megaraid.lsilogic.com
4112 S:      Maintained
4113 F:      Documentation/scsi/megaraid.txt
4114 F:      drivers/scsi/megaraid.*
4115 F:      drivers/scsi/megaraid/
4116
4117 MEMORY MANAGEMENT
4118 L:      linux-mm@kvack.org
4119 W:      http://www.linux-mm.org
4120 S:      Maintained
4121 F:      include/linux/mm.h
4122 F:      mm/
4123
4124 MEMORY RESOURCE CONTROLLER
4125 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
4126 M:      Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
4127 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4128 L:      linux-mm@kvack.org
4129 S:      Maintained
4130 F:      mm/memcontrol.c
4131
4132 MEMORY TECHNOLOGY DEVICES (MTD)
4133 M:      David Woodhouse <dwmw2@infradead.org>
4134 L:      linux-mtd@lists.infradead.org
4135 W:      http://www.linux-mtd.infradead.org/
4136 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
4137 T:      git git://git.infradead.org/mtd-2.6.git
4138 S:      Maintained
4139 F:      drivers/mtd/
4140 F:      include/linux/mtd/
4141 F:      include/mtd/
4142
4143 MICROBLAZE ARCHITECTURE
4144 M:      Michal Simek <monstr@monstr.eu>
4145 L:      microblaze-uclinux@itee.uq.edu.au
4146 W:      http://www.monstr.eu/fdt/
4147 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
4148 S:      Supported
4149 F:      arch/microblaze/
4150
4151 MICROTEK X6 SCANNER
4152 M:      Oliver Neukum <oliver@neukum.name>
4153 S:      Maintained
4154 F:      drivers/usb/image/microtek.*
4155
4156 MIPS
4157 M:      Ralf Baechle <ralf@linux-mips.org>
4158 W:      http://www.linux-mips.org/
4159 L:      linux-mips@linux-mips.org
4160 T:      git git://git.linux-mips.org/pub/scm/linux.git
4161 S:      Supported
4162 F:      Documentation/mips/
4163 F:      arch/mips/
4164
4165 MISCELLANEOUS MCA-SUPPORT
4166 M:      James Bottomley <James.Bottomley@HansenPartnership.com>
4167 S:      Maintained
4168 F:      Documentation/ia64/mca.txt
4169 F:      Documentation/mca.txt
4170 F:      drivers/mca/
4171 F:      include/linux/mca*
4172
4173 MODULE SUPPORT
4174 M:      Rusty Russell <rusty@rustcorp.com.au>
4175 S:      Maintained
4176 F:      include/linux/module.h
4177 F:      kernel/module.c
4178
4179 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4180 W:      http://popies.net/meye/
4181 S:      Orphan
4182 F:      Documentation/video4linux/meye.txt
4183 F:      drivers/media/video/meye.*
4184 F:      include/linux/meye.h
4185
4186 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4187 M:      Pavel Pisa <ppisa@pikron.com>
4188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4189 S:      Maintained
4190 F:      drivers/mmc/host/imxmmc.*
4191
4192 MOUSE AND MISC DEVICES [GENERAL]
4193 M:      Alessandro Rubini <rubini@ipvvis.unipv.it>
4194 S:      Maintained
4195 F:      drivers/input/mouse/
4196 F:      include/linux/gpio_mouse.h
4197
4198 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4199 M:      Jiri Slaby <jirislaby@gmail.com>
4200 S:      Maintained
4201 F:      Documentation/serial/moxa-smartio
4202 F:      drivers/char/mxser.*
4203
4204 MSI LAPTOP SUPPORT
4205 M:      Lee, Chun-Yi <jlee@novell.com>
4206 L:      platform-driver-x86@vger.kernel.org
4207 S:      Maintained
4208 F:      drivers/platform/x86/msi-laptop.c
4209
4210 MSI WMI SUPPORT
4211 M:      Anisse Astier <anisse@astier.eu>
4212 L:      platform-driver-x86@vger.kernel.org
4213 S:      Supported
4214 F:      drivers/platform/x86/msi-wmi.c
4215
4216 MULTIFUNCTION DEVICES (MFD)
4217 M:      Samuel Ortiz <sameo@linux.intel.com>
4218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4219 S:      Supported
4220 F:      drivers/mfd/
4221
4222 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4223 M:      Chris Ball <cjb@laptop.org>
4224 L:      linux-mmc@vger.kernel.org
4225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4226 S:      Maintained
4227 F:      drivers/mmc/
4228 F:      include/linux/mmc/
4229
4230 MULTIMEDIA CARD (MMC) ETC. OVER SPI
4231 M:      David Brownell <dbrownell@users.sourceforge.net>
4232 S:      Odd Fixes
4233 F:      drivers/mmc/host/mmc_spi.c
4234 F:      include/linux/spi/mmc_spi.h
4235
4236 MULTISOUND SOUND DRIVER
4237 M:      Andrew Veliath <andrewtv@usa.net>
4238 S:      Maintained
4239 F:      Documentation/sound/oss/MultiSound
4240 F:      sound/oss/msnd*
4241
4242 MULTITECH MULTIPORT CARD (ISICOM)
4243 S:      Orphan
4244 F:      drivers/char/isicom.c
4245 F:      include/linux/isicom.h
4246
4247 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4248 M:      Felipe Balbi <balbi@ti.com>
4249 L:      linux-usb@vger.kernel.org
4250 T:      git git://gitorious.org/usb/usb.git
4251 S:      Maintained
4252 F:      drivers/usb/musb/
4253
4254 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4255 M:      Andrew Gallatin <gallatin@myri.com>
4256 M:      Brice Goglin <brice@myri.com>
4257 L:      netdev@vger.kernel.org
4258 W:      http://www.myri.com/scs/download-Myri10GE.html
4259 S:      Supported
4260 F:      drivers/net/myri10ge/
4261
4262 NATSEMI ETHERNET DRIVER (DP8381x)
4263 M:      Tim Hockin <thockin@hockin.org>
4264 S:      Maintained
4265 F:      drivers/net/natsemi.c
4266
4267 NCP FILESYSTEM
4268 M:      Petr Vandrovec <petr@vandrovec.name>
4269 S:      Odd Fixes
4270 F:      fs/ncpfs/
4271
4272 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4273 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4274 L:      linux-scsi@vger.kernel.org
4275 S:      Maintained
4276 F:      drivers/scsi/NCR_D700.*
4277
4278 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4279 M:      Faisal Latif <faisal.latif@intel.com>
4280 L:      linux-rdma@vger.kernel.org
4281 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4282 S:      Supported
4283 F:      drivers/infiniband/hw/nes/
4284
4285 NETEM NETWORK EMULATOR
4286 M:      Stephen Hemminger <shemminger@linux-foundation.org>
4287 L:      netem@lists.linux-foundation.org
4288 S:      Maintained
4289 F:      net/sched/sch_netem.c
4290
4291 NETERION 10GbE DRIVERS (s2io/vxge)
4292 M:      Ramkrishna Vepa <ramkrishna.vepa@exar.com>
4293 M:      Sivakumar Subramani <sivakumar.subramani@exar.com>
4294 M:      Sreenivasa Honnur <sreenivasa.honnur@exar.com>
4295 M:      Jon Mason <jon.mason@exar.com>
4296 L:      netdev@vger.kernel.org
4297 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4298 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4299 S:      Supported
4300 F:      Documentation/networking/s2io.txt
4301 F:      drivers/net/s2io*
4302 F:      Documentation/networking/vxge.txt
4303 F:      drivers/net/vxge/
4304
4305 NETFILTER/IPTABLES/IPCHAINS
4306 P:      Rusty Russell
4307 P:      Marc Boucher
4308 P:      James Morris
4309 P:      Harald Welte
4310 P:      Jozsef Kadlecsik
4311 M:      Patrick McHardy <kaber@trash.net>
4312 L:      netfilter-devel@vger.kernel.org
4313 L:      netfilter@vger.kernel.org
4314 L:      coreteam@netfilter.org
4315 W:      http://www.netfilter.org/
4316 W:      http://www.iptables.org/
4317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4318 S:      Supported
4319 F:      include/linux/netfilter*
4320 F:      include/linux/netfilter/
4321 F:      include/net/netfilter/
4322 F:      net/*/netfilter.c
4323 F:      net/*/netfilter/
4324 F:      net/netfilter/
4325
4326 NETLABEL
4327 M:      Paul Moore <paul.moore@hp.com>
4328 W:      http://netlabel.sf.net
4329 L:      netdev@vger.kernel.org
4330 S:      Supported
4331 F:      Documentation/netlabel/
4332 F:      include/net/netlabel.h
4333 F:      net/netlabel/
4334
4335 NETROM NETWORK LAYER
4336 M:      Ralf Baechle <ralf@linux-mips.org>
4337 L:      linux-hams@vger.kernel.org
4338 W:      http://www.linux-ax25.org/
4339 S:      Maintained
4340 F:      include/linux/netrom.h
4341 F:      include/net/netrom.h
4342 F:      net/netrom/
4343
4344 NETWORK BLOCK DEVICE (NBD)
4345 M:      Paul Clements <Paul.Clements@steeleye.com>
4346 S:      Maintained
4347 F:      Documentation/blockdev/nbd.txt
4348 F:      drivers/block/nbd.c
4349 F:      include/linux/nbd.h
4350
4351 NETWORK DROP MONITOR
4352 M:      Neil Horman <nhorman@tuxdriver.com>
4353 L:      netdev@vger.kernel.org
4354 S:      Maintained
4355 W:      https://fedorahosted.org/dropwatch/
4356 F:      net/core/drop_monitor.c
4357
4358 NETWORKING [GENERAL]
4359 M:      "David S. Miller" <davem@davemloft.net>
4360 L:      netdev@vger.kernel.org
4361 W:      http://www.linuxfoundation.org/en/Net
4362 W:      http://patchwork.ozlabs.org/project/netdev/list/
4363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4365 S:      Maintained
4366 F:      net/
4367 F:      include/net/
4368 F:      include/linux/in.h
4369 F:      include/linux/net.h
4370 F:      include/linux/netdevice.h
4371
4372 NETWORKING [IPv4/IPv6]
4373 M:      "David S. Miller" <davem@davemloft.net>
4374 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4375 M:      "Pekka Savola (ipv6)" <pekkas@netcore.fi>
4376 M:      James Morris <jmorris@namei.org>
4377 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4378 M:      Patrick McHardy <kaber@trash.net>
4379 L:      netdev@vger.kernel.org
4380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4381 S:      Maintained
4382 F:      net/ipv4/
4383 F:      net/ipv6/
4384 F:      include/net/ip*
4385
4386 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4387 M:      Paul Moore <paul.moore@hp.com>
4388 L:      netdev@vger.kernel.org
4389 S:      Maintained
4390
4391 NETWORKING [WIRELESS]
4392 M:      "John W. Linville" <linville@tuxdriver.com>
4393 L:      linux-wireless@vger.kernel.org
4394 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
4395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4396 S:      Maintained
4397 F:      net/mac80211/
4398 F:      net/rfkill/
4399 F:      net/wireless/
4400 F:      include/net/ieee80211*
4401 F:      include/linux/wireless.h
4402 F:      include/net/iw_handler.h
4403 F:      drivers/net/wireless/
4404
4405 NETWORKING DRIVERS
4406 L:      netdev@vger.kernel.org
4407 W:      http://www.linuxfoundation.org/en/Net
4408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4410 S:      Odd Fixes
4411 F:      drivers/net/
4412 F:      include/linux/if_*
4413 F:      include/linux/*device.h
4414
4415 NETXEN (1/10) GbE SUPPORT
4416 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
4417 L:      netdev@vger.kernel.org
4418 W:      http://www.qlogic.com
4419 S:      Supported
4420 F:      drivers/net/netxen/
4421
4422 NFS, SUNRPC, AND LOCKD CLIENTS
4423 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
4424 L:      linux-nfs@vger.kernel.org
4425 W:      http://client.linux-nfs.org
4426 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4427 S:      Maintained
4428 F:      fs/lockd/
4429 F:      fs/nfs/
4430 F:      fs/nfs_common/
4431 F:      net/sunrpc/
4432 F:      include/linux/lockd/
4433 F:      include/linux/nfs*
4434 F:      include/linux/sunrpc/
4435
4436 NI5010 NETWORK DRIVER
4437 M:      Jan-Pascal van Best <janpascal@vanbest.org>
4438 M:      Andreas Mohr <andi@lisas.de>
4439 L:      netdev@vger.kernel.org
4440 S:      Maintained
4441 F:      drivers/net/ni5010.*
4442
4443 NILFS2 FILESYSTEM
4444 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4445 L:      linux-nilfs@vger.kernel.org
4446 W:      http://www.nilfs.org/en/
4447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4448 S:      Supported
4449 F:      Documentation/filesystems/nilfs2.txt
4450 F:      fs/nilfs2/
4451 F:      include/linux/nilfs2_fs.h
4452
4453 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4454 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4455 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4456 S:      Maintained
4457 F:      Documentation/scsi/NinjaSCSI.txt
4458 F:      drivers/scsi/pcmcia/nsp_*
4459
4460 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4461 M:      GOTO Masanori <gotom@debian.or.jp>
4462 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4463 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4464 S:      Maintained
4465 F:      Documentation/scsi/NinjaSCSI.txt
4466 F:      drivers/scsi/nsp32*
4467
4468 NTFS FILESYSTEM
4469 M:      Anton Altaparmakov <anton@tuxera.com>
4470 L:      linux-ntfs-dev@lists.sourceforge.net
4471 W:      http://www.tuxera.com/
4472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4473 S:      Supported
4474 F:      Documentation/filesystems/ntfs.txt
4475 F:      fs/ntfs/
4476
4477 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4478 M:      Antonino Daplas <adaplas@gmail.com>
4479 L:      linux-fbdev@vger.kernel.org
4480 S:      Maintained
4481 F:      drivers/video/riva/
4482 F:      drivers/video/nvidia/
4483
4484 OMAP SUPPORT
4485 M:      Tony Lindgren <tony@atomide.com>
4486 L:      linux-omap@vger.kernel.org
4487 W:      http://www.muru.com/linux/omap/
4488 W:      http://linux.omap.com/
4489 Q:      http://patchwork.kernel.org/project/linux-omap/list/
4490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4491 S:      Maintained
4492 F:      arch/arm/*omap*/
4493
4494 OMAP CLOCK FRAMEWORK SUPPORT
4495 M:      Paul Walmsley <paul@pwsan.com>
4496 L:      linux-omap@vger.kernel.org
4497 S:      Maintained
4498 F:      arch/arm/*omap*/*clock*
4499
4500 OMAP POWER MANAGEMENT SUPPORT
4501 M:      Kevin Hilman <khilman@deeprootsystems.com>
4502 L:      linux-omap@vger.kernel.org
4503 S:      Maintained
4504 F:      arch/arm/*omap*/*pm*
4505
4506 OMAP AUDIO SUPPORT
4507 M:      Jarkko Nikula <jhnikula@gmail.com>
4508 L:      alsa-devel@alsa-project.org (subscribers-only)
4509 L:      linux-omap@vger.kernel.org
4510 S:      Maintained
4511 F:      sound/soc/omap/
4512
4513 OMAP FRAMEBUFFER SUPPORT
4514 M:      Tomi Valkeinen <tomi.valkeinen@nokia.com>
4515 L:      linux-fbdev@vger.kernel.org
4516 L:      linux-omap@vger.kernel.org
4517 S:      Maintained
4518 F:      drivers/video/omap/
4519
4520 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4521 M:      Tomi Valkeinen <tomi.valkeinen@nokia.com>
4522 L:      linux-omap@vger.kernel.org
4523 L:      linux-fbdev@vger.kernel.org
4524 S:      Maintained
4525 F:      drivers/video/omap2/
4526 F:      Documentation/arm/OMAP/DSS
4527
4528 OMAP MMC SUPPORT
4529 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
4530 L:      linux-omap@vger.kernel.org
4531 S:      Maintained
4532 F:      drivers/mmc/host/omap.c
4533
4534 OMAP HS MMC SUPPORT
4535 M:      Madhusudhan Chikkature <madhu.cr@ti.com>
4536 L:      linux-omap@vger.kernel.org
4537 S:      Maintained
4538 F:      drivers/mmc/host/omap_hsmmc.c
4539
4540 OMAP RANDOM NUMBER GENERATOR SUPPORT
4541 M:      Deepak Saxena <dsaxena@plexity.net>
4542 S:      Maintained
4543 F:      drivers/char/hw_random/omap-rng.c
4544
4545 OMAP HWMOD SUPPORT
4546 M:      Benoît Cousson <b-cousson@ti.com>
4547 M:      Paul Walmsley <paul@pwsan.com>
4548 L:      linux-omap@vger.kernel.org
4549 S:      Maintained
4550 F:      arch/arm/mach-omap2/omap_hwmod.c
4551 F:      arch/arm/plat-omap/include/plat/omap_hwmod.h
4552
4553 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4554 M:      Benoît Cousson <b-cousson@ti.com>
4555 L:      linux-omap@vger.kernel.org
4556 S:      Maintained
4557 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4558
4559 OMAP USB SUPPORT
4560 M:      Felipe Balbi <balbi@ti.com>
4561 M:      David Brownell <dbrownell@users.sourceforge.net>
4562 L:      linux-usb@vger.kernel.org
4563 L:      linux-omap@vger.kernel.org
4564 S:      Maintained
4565 F:      drivers/usb/*/*omap*
4566 F:      arch/arm/*omap*/usb*
4567
4568 OMFS FILESYSTEM
4569 M:      Bob Copeland <me@bobcopeland.com>
4570 L:      linux-karma-devel@lists.sourceforge.net
4571 S:      Maintained
4572 F:      Documentation/filesystems/omfs.txt
4573 F:      fs/omfs/
4574
4575 OMNIKEY CARDMAN 4000 DRIVER
4576 M:      Harald Welte <laforge@gnumonks.org>
4577 S:      Maintained
4578 F:      drivers/char/pcmcia/cm4000_cs.c
4579 F:      include/linux/cm4000_cs.h
4580
4581 OMNIKEY CARDMAN 4040 DRIVER
4582 M:      Harald Welte <laforge@gnumonks.org>
4583 S:      Maintained
4584 F:      drivers/char/pcmcia/cm4040_cs.*
4585
4586 OMNIVISION OV7670 SENSOR DRIVER
4587 M:      Jonathan Corbet <corbet@lwn.net>
4588 L:      linux-media@vger.kernel.org
4589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4590 S:      Maintained
4591 F:      drivers/media/video/ov7670.c
4592
4593 ONENAND FLASH DRIVER
4594 M:      Kyungmin Park <kyungmin.park@samsung.com>
4595 L:      linux-mtd@lists.infradead.org
4596 S:      Maintained
4597 F:      drivers/mtd/onenand/
4598 F:      include/linux/mtd/onenand*.h
4599
4600 ONSTREAM SCSI TAPE DRIVER
4601 M:      Willem Riede <osst@riede.org>
4602 L:      osst-users@lists.sourceforge.net
4603 L:      linux-scsi@vger.kernel.org
4604 S:      Maintained
4605 F:      drivers/scsi/osst*
4606 F:      drivers/scsi/st*
4607
4608 OPENCORES I2C BUS DRIVER
4609 M:      Peter Korsgaard <jacmet@sunsite.dk>
4610 L:      linux-i2c@vger.kernel.org
4611 S:      Maintained
4612 F:      Documentation/i2c/busses/i2c-ocores
4613 F:      drivers/i2c/busses/i2c-ocores.c
4614
4615 OPEN FIRMWARE AND FLATTENED DEVICE TREE
4616 M:      Grant Likely <grant.likely@secretlab.ca>
4617 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
4618 W:      http://fdt.secretlab.ca
4619 T:      git git://git.secretlab.ca/git/linux-2.6.git
4620 S:      Maintained
4621 F:      drivers/of
4622 F:      include/linux/of*.h
4623 K:      of_get_property
4624
4625 OPL4 DRIVER
4626 M:      Clemens Ladisch <clemens@ladisch.de>
4627 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4628 T:      git git://git.alsa-project.org/alsa-kernel.git
4629 S:      Maintained
4630 F:      sound/drivers/opl4/
4631
4632 OPROFILE
4633 M:      Robert Richter <robert.richter@amd.com>
4634 L:      oprofile-list@lists.sf.net
4635 S:      Maintained
4636 F:      arch/*/include/asm/oprofile*.h
4637 F:      arch/*/oprofile/
4638 F:      drivers/oprofile/
4639 F:      include/linux/oprofile.h
4640
4641 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4642 M:      Mark Fasheh <mfasheh@suse.com>
4643 M:      Joel Becker <jlbec@evilplan.org>
4644 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4645 W:      http://oss.oracle.com/projects/ocfs2/
4646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4647 S:      Supported
4648 F:      Documentation/filesystems/ocfs2.txt
4649 F:      Documentation/filesystems/dlmfs.txt
4650 F:      fs/ocfs2/
4651
4652 ORINOCO DRIVER
4653 L:      linux-wireless@vger.kernel.org
4654 L:      orinoco-users@lists.sourceforge.net
4655 L:      orinoco-devel@lists.sourceforge.net
4656 W:      http://linuxwireless.org/en/users/Drivers/orinoco
4657 W:      http://www.nongnu.org/orinoco/
4658 S:      Orphan
4659 F:      drivers/net/wireless/orinoco/
4660
4661 OSD LIBRARY and FILESYSTEM
4662 M:      Boaz Harrosh <bharrosh@panasas.com>
4663 M:      Benny Halevy <bhalevy@panasas.com>
4664 L:      osd-dev@open-osd.org
4665 W:      http://open-osd.org
4666 T:      git git://git.open-osd.org/open-osd.git
4667 S:      Maintained
4668 F:      drivers/scsi/osd/
4669 F:      include/scsi/osd_*
4670 F:      fs/exofs/
4671
4672 P54 WIRELESS DRIVER
4673 M:      Christian Lamparter <chunkeey@googlemail.com>
4674 L:      linux-wireless@vger.kernel.org
4675 W:      http://wireless.kernel.org/en/users/Drivers/p54
4676 S:      Maintained
4677 F:      drivers/net/wireless/p54/
4678
4679 PA SEMI ETHERNET DRIVER
4680 M:      Olof Johansson <olof@lixom.net>
4681 L:      netdev@vger.kernel.org
4682 S:      Maintained
4683 F:      drivers/net/pasemi_mac.*
4684
4685 PA SEMI SMBUS DRIVER
4686 M:      Olof Johansson <olof@lixom.net>
4687 L:      linux-i2c@vger.kernel.org
4688 S:      Maintained
4689 F:      drivers/i2c/busses/i2c-pasemi.c
4690
4691 PADATA PARALLEL EXECUTION MECHANISM
4692 M:      Steffen Klassert <steffen.klassert@secunet.com>
4693 L:      linux-kernel@vger.kernel.org
4694 L:      linux-crypto@vger.kernel.org
4695 S:      Maintained
4696 F:      kernel/padata.c
4697 F:      include/linux/padata.h
4698 F:      Documentation/padata.txt
4699
4700 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4701 M:      Harald Welte <laforge@gnumonks.org>
4702 L:      platform-driver-x86@vger.kernel.org
4703 S:      Maintained
4704 F:      drivers/platform/x86/panasonic-laptop.c
4705
4706 PANASONIC MN10300/AM33/AM34 PORT
4707 M:      David Howells <dhowells@redhat.com>
4708 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4709 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4710 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4711 S:      Maintained
4712 F:      Documentation/mn10300/
4713 F:      arch/mn10300/
4714
4715 PARALLEL PORT SUPPORT
4716 L:      linux-parport@lists.infradead.org (subscribers-only)
4717 S:      Orphan
4718 F:      drivers/parport/
4719 F:      include/linux/parport*.h
4720 F:      drivers/char/ppdev.c
4721 F:      include/linux/ppdev.h
4722
4723 PARAVIRT_OPS INTERFACE
4724 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
4725 M:      Chris Wright <chrisw@sous-sol.org>
4726 M:      Alok Kataria <akataria@vmware.com>
4727 M:      Rusty Russell <rusty@rustcorp.com.au>
4728 L:      virtualization@lists.linux-foundation.org
4729 S:      Supported
4730 F:      Documentation/ia64/paravirt_ops.txt
4731 F:      arch/*/kernel/paravirt*
4732 F:      arch/*/include/asm/paravirt.h
4733
4734 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4735 M:      Tim Waugh <tim@cyberelk.net>
4736 L:      linux-parport@lists.infradead.org (subscribers-only)
4737 W:      http://www.torque.net/linux-pp.html
4738 S:      Maintained
4739 F:      Documentation/blockdev/paride.txt
4740 F:      drivers/block/paride/
4741
4742 PARISC ARCHITECTURE
4743 M:      Kyle McMartin <kyle@mcmartin.ca>
4744 M:      Helge Deller <deller@gmx.de>
4745 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
4746 L:      linux-parisc@vger.kernel.org
4747 W:      http://www.parisc-linux.org/
4748 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
4749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4750 S:      Maintained
4751 F:      arch/parisc/
4752 F:      drivers/parisc/
4753
4754 PC87360 HARDWARE MONITORING DRIVER
4755 M:      Jim Cromie <jim.cromie@gmail.com>
4756 L:      lm-sensors@lm-sensors.org
4757 S:      Maintained
4758 F:      Documentation/hwmon/pc87360
4759 F:      drivers/hwmon/pc87360.c
4760
4761 PC8736x GPIO DRIVER
4762 M:      Jim Cromie <jim.cromie@gmail.com>
4763 S:      Maintained
4764 F:      drivers/char/pc8736x_gpio.c
4765
4766 PC87427 HARDWARE MONITORING DRIVER
4767 M:      Jean Delvare <khali@linux-fr.org>
4768 L:      lm-sensors@lm-sensors.org
4769 S:      Maintained
4770 F:      Documentation/hwmon/pc87427
4771 F:      drivers/hwmon/pc87427.c
4772
4773 PCA9532 LED DRIVER
4774 M:      Riku Voipio <riku.voipio@iki.fi>
4775 S:      Maintained
4776 F:      drivers/leds/leds-pca9532.c
4777 F:      include/linux/leds-pca9532.h
4778
4779 PCA9541 I2C BUS MASTER SELECTOR DRIVER
4780 M:      Guenter Roeck <guenter.roeck@ericsson.com>
4781 L:      linux-i2c@vger.kernel.org
4782 S:      Maintained
4783 F:      drivers/i2c/muxes/pca9541.c
4784
4785 PCA9564/PCA9665 I2C BUS DRIVER
4786 M:      Wolfram Sang <w.sang@pengutronix.de>
4787 L:      linux-i2c@vger.kernel.org
4788 S:      Maintained
4789 F:      drivers/i2c/algos/i2c-algo-pca.c
4790 F:      drivers/i2c/busses/i2c-pca-*
4791 F:      include/linux/i2c-algo-pca.h
4792 F:      include/linux/i2c-pca-platform.h
4793
4794 PCI ERROR RECOVERY
4795 M:      Linas Vepstas <linas@austin.ibm.com>
4796 L:      linux-pci@vger.kernel.org
4797 S:      Supported
4798 F:      Documentation/PCI/pci-error-recovery.txt
4799 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4800
4801 PCI SUBSYSTEM
4802 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4803 L:      linux-pci@vger.kernel.org
4804 Q:      http://patchwork.kernel.org/project/linux-pci/list/
4805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4806 S:      Supported
4807 F:      Documentation/PCI/
4808 F:      drivers/pci/
4809 F:      include/linux/pci*
4810
4811 PCI HOTPLUG
4812 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4813 L:      linux-pci@vger.kernel.org
4814 S:      Supported
4815 F:      drivers/pci/hotplug
4816
4817 PCMCIA SUBSYSTEM
4818 P:      Linux PCMCIA Team
4819 L:      linux-pcmcia@lists.infradead.org
4820 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4821 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4822 S:      Maintained
4823 F:      Documentation/pcmcia/
4824 F:      drivers/pcmcia/
4825 F:      include/pcmcia/
4826
4827 PCNET32 NETWORK DRIVER
4828 M:      Don Fry <pcnet32@frontier.com>
4829 L:      netdev@vger.kernel.org
4830 S:      Maintained
4831 F:      drivers/net/pcnet32.c
4832
4833 PCRYPT PARALLEL CRYPTO ENGINE
4834 M:      Steffen Klassert <steffen.klassert@secunet.com>
4835 L:      linux-crypto@vger.kernel.org
4836 S:      Maintained
4837 F:      crypto/pcrypt.c
4838 F:      include/crypto/pcrypt.h
4839
4840 PER-CPU MEMORY ALLOCATOR
4841 M:      Tejun Heo <tj@kernel.org>
4842 M:      Christoph Lameter <cl@linux-foundation.org>
4843 L:      linux-kernel@vger.kernel.org
4844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
4845 S:      Maintained
4846 F:      include/linux/percpu*.h
4847 F:      mm/percpu*.c
4848 F:      arch/*/include/asm/percpu.h
4849
4850 PER-TASK DELAY ACCOUNTING
4851 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
4852 S:      Maintained
4853 F:      include/linux/delayacct.h
4854 F:      kernel/delayacct.c
4855
4856 PERFORMANCE EVENTS SUBSYSTEM
4857 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
4858 M:      Paul Mackerras <paulus@samba.org>
4859 M:      Ingo Molnar <mingo@elte.hu>
4860 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4861 S:      Supported
4862 F:      kernel/perf_event*.c
4863 F:      include/linux/perf_event.h
4864 F:      arch/*/kernel/perf_event*.c
4865 F:      arch/*/kernel/*/perf_event*.c
4866 F:      arch/*/kernel/*/*/perf_event*.c
4867 F:      arch/*/include/asm/perf_event.h
4868 F:      arch/*/lib/perf_event*.c
4869 F:      arch/*/kernel/perf_callchain.c
4870 F:      tools/perf/
4871
4872 PERSONALITY HANDLING
4873 M:      Christoph Hellwig <hch@infradead.org>
4874 L:      linux-abi-devel@lists.sourceforge.net
4875 S:      Maintained
4876 F:      include/linux/personality.h
4877
4878 PHONET PROTOCOL
4879 M:      Remi Denis-Courmont <remi.denis-courmont@nokia.com>
4880 S:      Supported
4881 F:      Documentation/networking/phonet.txt
4882 F:      include/linux/phonet.h
4883 F:      include/net/phonet/
4884 F:      net/phonet/
4885
4886 PHRAM MTD DRIVER
4887 M:      Joern Engel <joern@lazybastard.org>
4888 L:      linux-mtd@lists.infradead.org
4889 S:      Maintained
4890 F:      drivers/mtd/devices/phram.c
4891
4892 PKTCDVD DRIVER
4893 M:      Peter Osterlund <petero2@telia.com>
4894 S:      Maintained
4895 F:      drivers/block/pktcdvd.c
4896 F:      include/linux/pktcdvd.h
4897
4898 PMC SIERRA MaxRAID DRIVER
4899 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4900 L:      linux-scsi@vger.kernel.org
4901 W:      http://www.pmc-sierra.com/
4902 S:      Supported
4903 F:      drivers/scsi/pmcraid.*
4904
4905 PMC SIERRA PM8001 DRIVER
4906 M:      jack_wang@usish.com
4907 M:      lindar_liu@usish.com
4908 L:      linux-scsi@vger.kernel.org
4909 S:      Supported
4910 F:      drivers/scsi/pm8001/
4911
4912 POSIX CLOCKS and TIMERS
4913 M:      Thomas Gleixner <tglx@linutronix.de>
4914 S:      Supported
4915 F:      fs/timerfd.c
4916 F:      include/linux/timer*
4917 F:      kernel/*timer*
4918
4919 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4920 M:      Anton Vorontsov <cbou@mail.ru>
4921 M:      David Woodhouse <dwmw2@infradead.org>
4922 T:      git git://git.infradead.org/battery-2.6.git
4923 S:      Maintained
4924 F:      include/linux/power_supply.h
4925 F:      drivers/power/power_supply*
4926
4927 PNP SUPPORT
4928 M:      Adam Belay <abelay@mit.edu>
4929 M:      Bjorn Helgaas <bjorn.helgaas@hp.com>
4930 S:      Maintained
4931 F:      drivers/pnp/
4932
4933 PNXxxxx I2C DRIVER
4934 M:      Vitaly Wool <vitalywool@gmail.com>
4935 L:      linux-i2c@vger.kernel.org
4936 S:      Maintained
4937 F:      drivers/i2c/busses/i2c-pnx.c
4938
4939 PPP PROTOCOL DRIVERS AND COMPRESSORS
4940 M:      Paul Mackerras <paulus@samba.org>
4941 L:      linux-ppp@vger.kernel.org
4942 S:      Maintained
4943 F:      drivers/net/ppp_*
4944
4945 PPP OVER ATM (RFC 2364)
4946 M:      Mitchell Blank Jr <mitch@sfgoth.com>
4947 S:      Maintained
4948 F:      net/atm/pppoatm.c
4949 F:      include/linux/atmppp.h
4950
4951 PPP OVER ETHERNET
4952 M:      Michal Ostrowski <mostrows@earthlink.net>
4953 S:      Maintained
4954 F:      drivers/net/pppoe.c
4955 F:      drivers/net/pppox.c
4956
4957 PPP OVER L2TP
4958 M:      James Chapman <jchapman@katalix.com>
4959 S:      Maintained
4960 F:      net/l2tp/l2tp_ppp.c
4961 F:      include/linux/if_pppol2tp.h
4962
4963 PPS SUPPORT
4964 M:      Rodolfo Giometti <giometti@enneenne.com>
4965 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
4966 L:      linuxpps@ml.enneenne.com (subscribers-only)
4967 S:      Maintained
4968 F:      Documentation/pps/
4969 F:      drivers/pps/
4970 F:      include/linux/pps*.h
4971
4972 PREEMPTIBLE KERNEL
4973 M:      Robert Love <rml@tech9.net>
4974 L:      kpreempt-tech@lists.sourceforge.net
4975 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4976 S:      Supported
4977 F:      Documentation/preempt-locking.txt
4978 F:      include/linux/preempt.h
4979
4980 PRISM54 WIRELESS DRIVER
4981 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
4982 L:      linux-wireless@vger.kernel.org
4983 W:      http://wireless.kernel.org/en/users/Drivers/p54
4984 S:      Obsolete
4985 F:      drivers/net/wireless/prism54/
4986
4987 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4988 M:      Mikael Pettersson <mikpe@it.uu.se>
4989 L:      linux-ide@vger.kernel.org
4990 S:      Maintained
4991 F:      drivers/ata/sata_promise.*
4992
4993 PS3 NETWORK SUPPORT
4994 M:      Geoff Levand <geoff@infradead.org>
4995 L:      netdev@vger.kernel.org
4996 L:      cbe-oss-dev@lists.ozlabs.org
4997 S:      Maintained
4998 F:      drivers/net/ps3_gelic_net.*
4999
5000 PS3 PLATFORM SUPPORT
5001 M:      Geoff Levand <geoff@infradead.org>
5002 L:      linuxppc-dev@lists.ozlabs.org
5003 L:      cbe-oss-dev@lists.ozlabs.org
5004 S:      Maintained
5005 F:      arch/powerpc/boot/ps3*
5006 F:      arch/powerpc/include/asm/lv1call.h
5007 F:      arch/powerpc/include/asm/ps3*.h
5008 F:      arch/powerpc/platforms/ps3/
5009 F:      drivers/*/ps3*
5010 F:      drivers/ps3/
5011 F:      drivers/rtc/rtc-ps3.c
5012 F:      drivers/usb/host/*ps3.c
5013 F:      sound/ppc/snd_ps3*
5014
5015 PS3VRAM DRIVER
5016 M:      Jim Paris <jim@jtan.com>
5017 L:      cbe-oss-dev@lists.ozlabs.org
5018 S:      Maintained
5019 F:      drivers/block/ps3vram.c
5020
5021 PTRACE SUPPORT
5022 M:      Roland McGrath <roland@redhat.com>
5023 M:      Oleg Nesterov <oleg@redhat.com>
5024 S:      Maintained
5025 F:      include/asm-generic/syscall.h
5026 F:      include/linux/ptrace.h
5027 F:      include/linux/regset.h
5028 F:      include/linux/tracehook.h
5029 F:      kernel/ptrace.c
5030
5031 PVRUSB2 VIDEO4LINUX DRIVER
5032 M:      Mike Isely <isely@pobox.com>
5033 L:      pvrusb2@isely.net       (subscribers-only)
5034 L:      linux-media@vger.kernel.org
5035 W:      http://www.isely.net/pvrusb2/
5036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5037 S:      Maintained
5038 F:      Documentation/video4linux/README.pvrusb2
5039 F:      drivers/media/video/pvrusb2/
5040
5041 PXA2xx/PXA3xx SUPPORT
5042 M:      Eric Miao <eric.y.miao@gmail.com>
5043 M:      Russell King <linux@arm.linux.org.uk>
5044 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5045 S:      Maintained
5046 F:      arch/arm/mach-pxa/
5047 F:      drivers/pcmcia/pxa2xx*
5048 F:      drivers/spi/pxa2xx*
5049 F:      drivers/usb/gadget/pxa2*
5050 F:      include/sound/pxa2xx-lib.h
5051 F:      sound/arm/pxa*
5052 F:      sound/soc/pxa
5053
5054 PXA168 SUPPORT
5055 M:      Eric Miao <eric.y.miao@gmail.com>
5056 M:      Jason Chagas <jason.chagas@marvell.com>
5057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5059 S:      Maintained
5060
5061 PXA910 SUPPORT
5062 M:      Eric Miao <eric.y.miao@gmail.com>
5063 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5065 S:      Maintained
5066
5067 MMP2 SUPPORT (aka ARMADA610)
5068 M:      Haojian Zhuang <haojian.zhuang@marvell.com>
5069 M:      Eric Miao <eric.y.miao@gmail.com>
5070 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5072 S:      Maintained
5073
5074 PXA MMCI DRIVER
5075 S:      Orphan
5076
5077 PXA RTC DRIVER
5078 M:      Robert Jarzmik <robert.jarzmik@free.fr>
5079 L:      rtc-linux@googlegroups.com
5080 S:      Maintained
5081
5082 QLOGIC QLA1280 SCSI DRIVER
5083 M:      Michael Reed <mdr@sgi.com>
5084 L:      linux-scsi@vger.kernel.org
5085 S:      Maintained
5086 F:      drivers/scsi/qla1280.[ch]
5087
5088 QLOGIC QLA2XXX FC-SCSI DRIVER
5089 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
5090 M:      linux-driver@qlogic.com
5091 L:      linux-scsi@vger.kernel.org
5092 S:      Supported
5093 F:      Documentation/scsi/LICENSE.qla2xxx
5094 F:      drivers/scsi/qla2xxx/
5095
5096 QLOGIC QLA4XXX iSCSI DRIVER
5097 M:      Ravi Anand <ravi.anand@qlogic.com>
5098 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5099 M:      iscsi-driver@qlogic.com
5100 L:      linux-scsi@vger.kernel.org
5101 S:      Supported
5102 F:      drivers/scsi/qla4xxx/
5103
5104 QLOGIC QLA3XXX NETWORK DRIVER
5105 M:      Ron Mercer <ron.mercer@qlogic.com>
5106 M:      linux-driver@qlogic.com
5107 L:      netdev@vger.kernel.org
5108 S:      Supported
5109 F:      Documentation/networking/LICENSE.qla3xxx
5110 F:      drivers/net/qla3xxx.*
5111
5112 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5113 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
5114 M:      Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5115 M:      linux-driver@qlogic.com
5116 L:      netdev@vger.kernel.org
5117 S:      Supported
5118 F:      drivers/net/qlcnic/
5119
5120 QLOGIC QLGE 10Gb ETHERNET DRIVER
5121 M:      Ron Mercer <ron.mercer@qlogic.com>
5122 M:      linux-driver@qlogic.com
5123 L:      netdev@vger.kernel.org
5124 S:      Supported
5125 F:      drivers/net/qlge/
5126
5127 QNX4 FILESYSTEM
5128 M:      Anders Larsen <al@alarsen.net>
5129 W:      http://www.alarsen.net/linux/qnx4fs/
5130 S:      Maintained
5131 F:      fs/qnx4/
5132 F:      include/linux/qnx4_fs.h
5133 F:      include/linux/qnxtypes.h
5134
5135 RADOS BLOCK DEVICE (RBD)
5136 F:      include/linux/qnxtypes.h
5137 M:      Yehuda Sadeh <yehuda@hq.newdream.net>
5138 M:      Sage Weil <sage@newdream.net>
5139 M:      ceph-devel@vger.kernel.org
5140 S:      Supported
5141 F:      drivers/block/rbd.c
5142 F:      drivers/block/rbd_types.h
5143
5144 RADEON FRAMEBUFFER DISPLAY DRIVER
5145 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5146 L:      linux-fbdev@vger.kernel.org
5147 S:      Maintained
5148 F:      drivers/video/aty/radeon*
5149 F:      include/linux/radeonfb.h
5150
5151 RAGE128 FRAMEBUFFER DISPLAY DRIVER
5152 M:      Paul Mackerras <paulus@samba.org>
5153 L:      linux-fbdev@vger.kernel.org
5154 S:      Maintained
5155 F:      drivers/video/aty/aty128fb.c
5156
5157 RALINK RT2X00 WIRELESS LAN DRIVER
5158 P:      rt2x00 project
5159 M:      Ivo van Doorn <IvDoorn@gmail.com>
5160 M:      Gertjan van Wingerde <gwingerde@gmail.com>
5161 L:      linux-wireless@vger.kernel.org
5162 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5163 W:      http://rt2x00.serialmonkey.com/
5164 S:      Maintained
5165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5166 F:      drivers/net/wireless/rt2x00/
5167
5168 RAMDISK RAM BLOCK DEVICE DRIVER
5169 M:      Nick Piggin <npiggin@kernel.dk>
5170 S:      Maintained
5171 F:      Documentation/blockdev/ramdisk.txt
5172 F:      drivers/block/brd.c
5173
5174 RANDOM NUMBER DRIVER
5175 M:      Matt Mackall <mpm@selenic.com>
5176 S:      Maintained
5177 F:      drivers/char/random.c
5178
5179 RAPIDIO SUBSYSTEM
5180 M:      Matt Porter <mporter@kernel.crashing.org>
5181 S:      Maintained
5182 F:      drivers/rapidio/
5183
5184 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5185 L:      linux-wireless@vger.kernel.org
5186 S:      Orphan
5187 F:      drivers/net/wireless/ray*
5188
5189 RCUTORTURE MODULE
5190 M:      Josh Triplett <josh@freedesktop.org>
5191 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5192 S:      Supported
5193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5194 F:      Documentation/RCU/torture.txt
5195 F:      kernel/rcutorture.c
5196
5197 RDC R-321X SoC
5198 M:      Florian Fainelli <florian@openwrt.org>
5199 S:      Maintained
5200
5201 RDC R6040 FAST ETHERNET DRIVER
5202 M:      Florian Fainelli <florian@openwrt.org>
5203 L:      netdev@vger.kernel.org
5204 S:      Maintained
5205 F:      drivers/net/r6040.c
5206
5207 RDS - RELIABLE DATAGRAM SOCKETS
5208 M:      Andy Grover <andy.grover@oracle.com>
5209 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
5210 S:      Supported
5211 F:      net/rds/
5212
5213 READ-COPY UPDATE (RCU)
5214 M:      Dipankar Sarma <dipankar@in.ibm.com>
5215 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5216 W:      http://www.rdrop.com/users/paulmck/rclock/
5217 S:      Supported
5218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5219 F:      Documentation/RCU/
5220 F:      include/linux/rcu*
5221 F:      include/linux/srcu*
5222 F:      kernel/rcu*
5223 F:      kernel/srcu*
5224 X:      kernel/rcutorture.c
5225
5226 REAL TIME CLOCK (RTC) SUBSYSTEM
5227 M:      Alessandro Zummo <a.zummo@towertech.it>
5228 L:      rtc-linux@googlegroups.com
5229 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
5230 S:      Maintained
5231 F:      Documentation/rtc.txt
5232 F:      drivers/rtc/
5233 F:      include/linux/rtc.h
5234
5235 REISERFS FILE SYSTEM
5236 L:      reiserfs-devel@vger.kernel.org
5237 S:      Supported
5238 F:      fs/reiserfs/
5239
5240 RFKILL
5241 M:      Johannes Berg <johannes@sipsolutions.net>
5242 L:      linux-wireless@vger.kernel.org
5243 S:      Maintained
5244 F:      Documentation/rfkill.txt
5245 F:      net/rfkill/
5246
5247 RICOH SMARTMEDIA/XD DRIVER
5248 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5249 S:      Maintained
5250 F:      drivers/mtd/nand/r852.c
5251 F:      drivers/mtd/nand/r852.h
5252
5253 RISCOM8 DRIVER
5254 S:      Orphan
5255 F:      Documentation/serial/riscom8.txt
5256 F:      drivers/char/riscom8*
5257
5258 ROCKETPORT DRIVER
5259 P:      Comtrol Corp.
5260 W:      http://www.comtrol.com
5261 S:      Maintained
5262 F:      Documentation/serial/rocket.txt
5263 F:      drivers/char/rocket*
5264
5265 ROSE NETWORK LAYER
5266 M:      Ralf Baechle <ralf@linux-mips.org>
5267 L:      linux-hams@vger.kernel.org
5268 W:      http://www.linux-ax25.org/
5269 S:      Maintained
5270 F:      include/linux/rose.h
5271 F:      include/net/rose.h
5272 F:      net/rose/
5273
5274 RTL8180 WIRELESS DRIVER
5275 M:      "John W. Linville" <linville@tuxdriver.com>
5276 L:      linux-wireless@vger.kernel.org
5277 W:      http://linuxwireless.org/
5278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5279 S:      Maintained
5280 F:      drivers/net/wireless/rtl818x/rtl8180/
5281
5282 RTL8187 WIRELESS DRIVER
5283 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
5284 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
5285 M:      Larry Finger <Larry.Finger@lwfinger.net>
5286 L:      linux-wireless@vger.kernel.org
5287 W:      http://linuxwireless.org/
5288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5289 S:      Maintained
5290 F:      drivers/net/wireless/rtl818x/rtl8187/
5291
5292 RTL8192CE WIRELESS DRIVER
5293 M:      Larry Finger <Larry.Finger@lwfinger.net>
5294 M:      Chaoming Li <chaoming_li@realsil.com.cn>
5295 L:      linux-wireless@vger.kernel.org
5296 W:      http://linuxwireless.org/
5297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5298 S:      Maintained
5299 F:      drivers/net/wireless/rtlwifi/
5300 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
5301
5302 S3 SAVAGE FRAMEBUFFER DRIVER
5303 M:      Antonino Daplas <adaplas@gmail.com>
5304 L:      linux-fbdev@vger.kernel.org
5305 S:      Maintained
5306 F:      drivers/video/savage/
5307
5308 S390
5309 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
5310 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
5311 M:      linux390@de.ibm.com
5312 L:      linux-s390@vger.kernel.org
5313 W:      http://www.ibm.com/developerworks/linux/linux390/
5314 S:      Supported
5315 F:      arch/s390/
5316 F:      drivers/s390/
5317 F:      fs/partitions/ibm.c
5318 F:      Documentation/s390/
5319 F:      Documentation/DocBook/s390*
5320
5321 S390 NETWORK DRIVERS
5322 M:      Ursula Braun <ursula.braun@de.ibm.com>
5323 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
5324 M:      linux390@de.ibm.com
5325 L:      linux-s390@vger.kernel.org
5326 W:      http://www.ibm.com/developerworks/linux/linux390/
5327 S:      Supported
5328 F:      drivers/s390/net/
5329
5330 S390 ZCRYPT DRIVER
5331 M:      Holger Dengler <hd@linux.vnet.ibm.com>
5332 M:      linux390@de.ibm.com
5333 L:      linux-s390@vger.kernel.org
5334 W:      http://www.ibm.com/developerworks/linux/linux390/
5335 S:      Supported
5336 F:      drivers/s390/crypto/
5337
5338 S390 ZFCP DRIVER
5339 M:      Christof Schmitt <christof.schmitt@de.ibm.com>
5340 M:      Swen Schillig <swen@vnet.ibm.com>
5341 M:      linux390@de.ibm.com
5342 L:      linux-s390@vger.kernel.org
5343 W:      http://www.ibm.com/developerworks/linux/linux390/
5344 S:      Supported
5345 F:      drivers/s390/scsi/zfcp_*
5346
5347 S390 IUCV NETWORK LAYER
5348 M:      Ursula Braun <ursula.braun@de.ibm.com>
5349 M:      linux390@de.ibm.com
5350 L:      linux-s390@vger.kernel.org
5351 W:      http://www.ibm.com/developerworks/linux/linux390/
5352 S:      Supported
5353 F:      drivers/s390/net/*iucv*
5354 F:      include/net/iucv/
5355 F:      net/iucv/
5356
5357 S3C24XX SD/MMC Driver
5358 M:      Ben Dooks <ben-linux@fluff.org>
5359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5360 S:      Supported
5361 F:      drivers/mmc/host/s3cmci.*
5362
5363 SAA7146 VIDEO4LINUX-2 DRIVER
5364 M:      Michael Hunold <michael@mihu.de>
5365 L:      linux-media@vger.kernel.org
5366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5367 W:      http://www.mihu.de/linux/saa7146
5368 S:      Maintained
5369 F:      drivers/media/common/saa7146*
5370 F:      drivers/media/video/*7146*
5371 F:      include/media/*7146*
5372
5373 SAMSUNG AUDIO (ASoC) DRIVERS
5374 M:      Jassi Brar <jassi.brar@samsung.com>
5375 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5376 S:      Supported
5377 F:      sound/soc/samsung
5378
5379 TIMEKEEPING, NTP
5380 M:      John Stultz <johnstul@us.ibm.com>
5381 M:      Thomas Gleixner <tglx@linutronix.de>
5382 S:      Supported
5383 F:      include/linux/clocksource.h
5384 F:      include/linux/time.h
5385 F:      include/linux/timex.h
5386 F:      include/linux/timekeeping.h
5387 F:      kernel/time/clocksource.c
5388 F:      kernel/time/time*.c
5389 F:      kernel/time/ntp.c
5390
5391 TLG2300 VIDEO4LINUX-2 DRIVER
5392 M:      Huang Shijie <shijie8@gmail.com>
5393 M:      Kang Yong <kangyong@telegent.com>
5394 M:      Zhang Xiaobing <xbzhang@telegent.com>
5395 S:      Supported
5396 F:      drivers/media/video/tlg2300
5397
5398 SC1200 WDT DRIVER
5399 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
5400 S:      Maintained
5401 F:      drivers/watchdog/sc1200wdt.c
5402
5403 SCHEDULER
5404 M:      Ingo Molnar <mingo@elte.hu>
5405 M:      Peter Zijlstra <peterz@infradead.org>
5406 S:      Maintained
5407 F:      kernel/sched*
5408 F:      include/linux/sched.h
5409
5410 SCORE ARCHITECTURE
5411 M:      Chen Liqin <liqin.chen@sunplusct.com>
5412 M:      Lennox Wu <lennox.wu@gmail.com>
5413 W:      http://www.sunplusct.com
5414 S:      Supported
5415 F:      arch/score/
5416
5417 SCSI CDROM DRIVER
5418 M:      Jens Axboe <axboe@kernel.dk>
5419 L:      linux-scsi@vger.kernel.org
5420 W:      http://www.kernel.dk
5421 S:      Maintained
5422 F:      drivers/scsi/sr*
5423
5424 SCSI RDMA PROTOCOL (SRP) INITIATOR
5425 M:      David Dillow <dillowda@ornl.gov>
5426 L:      linux-rdma@vger.kernel.org
5427 S:      Supported
5428 W:      http://www.openfabrics.org
5429 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5431 F:      drivers/infiniband/ulp/srp/
5432 F:      include/scsi/srp.h
5433
5434 SCSI SG DRIVER
5435 M:      Doug Gilbert <dgilbert@interlog.com>
5436 L:      linux-scsi@vger.kernel.org
5437 W:      http://www.torque.net/sg
5438 S:      Maintained
5439 F:      drivers/scsi/sg.c
5440 F:      include/scsi/sg.h
5441
5442 SCSI SUBSYSTEM
5443 M:      "James E.J. Bottomley" <James.Bottomley@suse.de>
5444 L:      linux-scsi@vger.kernel.org
5445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5448 S:      Maintained
5449 F:      drivers/scsi/
5450 F:      include/scsi/
5451
5452 SCSI TAPE DRIVER
5453 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5454 L:      linux-scsi@vger.kernel.org
5455 S:      Maintained
5456 F:      Documentation/scsi/st.txt
5457 F:      drivers/scsi/st*
5458
5459 SCTP PROTOCOL
5460 M:      Vlad Yasevich <vladislav.yasevich@hp.com>
5461 M:      Sridhar Samudrala <sri@us.ibm.com>
5462 L:      linux-sctp@vger.kernel.org
5463 W:      http://lksctp.sourceforge.net
5464 S:      Supported
5465 F:      Documentation/networking/sctp.txt
5466 F:      include/linux/sctp.h
5467 F:      include/net/sctp/
5468 F:      net/sctp/
5469
5470 SCx200 CPU SUPPORT
5471 M:      Jim Cromie <jim.cromie@gmail.com>
5472 S:      Odd Fixes
5473 F:      Documentation/i2c/busses/scx200_acb
5474 F:      arch/x86/kernel/scx200_32.c
5475 F:      drivers/watchdog/scx200_wdt.c
5476 F:      drivers/i2c/busses/scx200*
5477 F:      drivers/mtd/maps/scx200_docflash.c
5478 F:      include/linux/scx200.h
5479
5480 SCx200 GPIO DRIVER
5481 M:      Jim Cromie <jim.cromie@gmail.com>
5482 S:      Maintained
5483 F:      drivers/char/scx200_gpio.c
5484 F:      include/linux/scx200_gpio.h
5485
5486 SCx200 HRT CLOCKSOURCE DRIVER
5487 M:      Jim Cromie <jim.cromie@gmail.com>
5488 S:      Maintained
5489 F:      drivers/clocksource/scx200_hrt.c
5490
5491 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5492 M:      Sascha Sommer <saschasommer@freenet.de>
5493 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5494 S:      Maintained
5495 F:      drivers/mmc/host/sdricoh_cs.c
5496
5497 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5498 M:      Chris Ball <cjb@laptop.org>
5499 L:      linux-mmc@vger.kernel.org
5500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5501 S:      Maintained
5502 F:      drivers/mmc/host/sdhci.*
5503
5504 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5505 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
5506 L:      linuxppc-dev@lists.ozlabs.org
5507 L:      linux-mmc@vger.kernel.org
5508 S:      Maintained
5509 F:      drivers/mmc/host/sdhci-of.*
5510
5511 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5512 M:      Ben Dooks <ben-linux@fluff.org>
5513 L:      linux-mmc@vger.kernel.org
5514 S:      Maintained
5515 F:      drivers/mmc/host/sdhci-s3c.c
5516
5517 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5518 M:      Viresh Kumar <viresh.kumar@st.com>
5519 L:      linux-mmc@vger.kernel.org
5520 S:      Maintained
5521 F:      drivers/mmc/host/sdhci-spear.c
5522
5523 SECURITY SUBSYSTEM
5524 M:      James Morris <jmorris@namei.org>
5525 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5527 W:      http://security.wiki.kernel.org/
5528 S:      Supported
5529 F:      security/
5530
5531 SECURITY CONTACT
5532 M:      Security Officers <security@kernel.org>
5533 S:      Supported
5534
5535 SELINUX SECURITY MODULE
5536 M:      Stephen Smalley <sds@tycho.nsa.gov>
5537 M:      James Morris <jmorris@namei.org>
5538 M:      Eric Paris <eparis@parisplace.org>
5539 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5540 W:      http://selinuxproject.org
5541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5542 S:      Supported
5543 F:      include/linux/selinux*
5544 F:      security/selinux/
5545
5546 APPARMOR SECURITY MODULE
5547 M:      John Johansen <john.johansen@canonical.com>
5548 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5549 W:      apparmor.wiki.kernel.org
5550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5551 S:      Supported
5552 F:      security/apparmor/
5553
5554 SENSABLE PHANTOM
5555 M:      Jiri Slaby <jirislaby@gmail.com>
5556 S:      Maintained
5557 F:      drivers/misc/phantom.c
5558 F:      include/linux/phantom.h
5559
5560 SERIAL ATA (SATA) SUBSYSTEM
5561 M:      Jeff Garzik <jgarzik@pobox.com>
5562 L:      linux-ide@vger.kernel.org
5563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5564 S:      Supported
5565 F:      drivers/ata/
5566 F:      include/linux/ata.h
5567 F:      include/linux/libata.h
5568
5569 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5570 M:      Jayamohan Kallickal <jayamohank@serverengines.com>
5571 L:      linux-scsi@vger.kernel.org
5572 W:      http://www.serverengines.com
5573 S:      Supported
5574 F:      drivers/scsi/be2iscsi/
5575
5576 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5577 M:      Sathya Perla <sathya.perla@emulex.com>
5578 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
5579 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
5580 L:      netdev@vger.kernel.org
5581 W:      http://www.emulex.com
5582 S:      Supported
5583 F:      drivers/net/benet/
5584
5585 SFC NETWORK DRIVER
5586 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5587 M:      Steve Hodgson <shodgson@solarflare.com>
5588 M:      Ben Hutchings <bhutchings@solarflare.com>
5589 L:      netdev@vger.kernel.org
5590 S:      Supported
5591 F:      drivers/net/sfc/
5592
5593 SGI GRU DRIVER
5594 M:      Jack Steiner <steiner@sgi.com>
5595 S:      Maintained
5596 F:      drivers/misc/sgi-gru/
5597
5598 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5599 M:      Pat Gefre <pfg@sgi.com>
5600 L:      linux-ia64@vger.kernel.org
5601 S:      Supported
5602 F:      Documentation/ia64/serial.txt
5603 F:      drivers/tty/serial/ioc?_serial.c
5604 F:      include/linux/ioc?.h
5605
5606 SGI VISUAL WORKSTATION 320 AND 540
5607 M:      Andrey Panin <pazke@donpac.ru>
5608 L:      linux-visws-devel@lists.sf.net
5609 W:      http://linux-visws.sf.net
5610 S:      Maintained for 2.6.
5611 F:      Documentation/sgi-visws.txt
5612
5613 SGI XP/XPC/XPNET DRIVER
5614 M:      Robin Holt <holt@sgi.com>
5615 S:      Maintained
5616 F:      drivers/misc/sgi-xp/
5617
5618 SHARP LH SUPPORT (LH7952X & LH7A40X)
5619 M:      Marc Singer <elf@buici.com>
5620 W:      http://projects.buici.com/arm
5621 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5622 S:      Maintained
5623 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5624 F:      arch/arm/mach-lh7a40x/
5625 F:      drivers/tty/serial/serial_lh7a40x.c
5626 F:      drivers/usb/gadget/lh7a40*
5627 F:      drivers/usb/host/ohci-lh7a40*
5628
5629 SIMPLE FIRMWARE INTERFACE (SFI)
5630 M:      Len Brown <lenb@kernel.org>
5631 L:      sfi-devel@simplefirmware.org
5632 W:      http://simplefirmware.org/
5633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5634 S:      Supported
5635 F:      arch/x86/kernel/*sfi*
5636 F:      drivers/sfi/
5637 F:      include/linux/sfi*.h
5638
5639 SIMTEC EB110ATX (Chalice CATS)
5640 P:      Ben Dooks
5641 P:      Vincent Sanders <vince@simtec.co.uk>
5642 M:      Simtec Linux Team <linux@simtec.co.uk>
5643 W:      http://www.simtec.co.uk/products/EB110ATX/
5644 S:      Supported
5645
5646 SIMTEC EB2410ITX (BAST)
5647 P:      Ben Dooks
5648 P:      Vincent Sanders <vince@simtec.co.uk>
5649 M:      Simtec Linux Team <linux@simtec.co.uk>
5650 W:      http://www.simtec.co.uk/products/EB2410ITX/
5651 S:      Supported
5652 F:      arch/arm/mach-s3c2410/mach-bast.c
5653 F:      arch/arm/mach-s3c2410/bast-ide.c
5654 F:      arch/arm/mach-s3c2410/bast-irq.c
5655
5656 TI DAVINCI MACHINE SUPPORT
5657 M:      Kevin Hilman <khilman@deeprootsystems.com>
5658 L:      davinci-linux-open-source@linux.davincidsp.com (subscribers-only)
5659 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
5660 S:      Supported
5661 F:      arch/arm/mach-davinci
5662
5663 SIS 190 ETHERNET DRIVER
5664 M:      Francois Romieu <romieu@fr.zoreil.com>
5665 L:      netdev@vger.kernel.org
5666 S:      Maintained
5667 F:      drivers/net/sis190.c
5668
5669 SIS 900/7016 FAST ETHERNET DRIVER
5670 M:      Daniele Venzano <venza@brownhat.org>
5671 W:      http://www.brownhat.org/sis900.html
5672 L:      netdev@vger.kernel.org
5673 S:      Maintained
5674 F:      drivers/net/sis900.*
5675
5676 SIS 96X I2C/SMBUS DRIVER
5677 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5678 L:      linux-i2c@vger.kernel.org
5679 S:      Maintained
5680 F:      Documentation/i2c/busses/i2c-sis96x
5681 F:      drivers/i2c/busses/i2c-sis96x.c
5682
5683 SIS FRAMEBUFFER DRIVER
5684 M:      Thomas Winischhofer <thomas@winischhofer.net>
5685 W:      http://www.winischhofer.net/linuxsisvga.shtml
5686 S:      Maintained
5687 F:      Documentation/fb/sisfb.txt
5688 F:      drivers/video/sis/
5689 F:      include/video/sisfb.h
5690
5691 SIS USB2VGA DRIVER
5692 M:      Thomas Winischhofer <thomas@winischhofer.net>
5693 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5694 S:      Maintained
5695 F:      drivers/usb/misc/sisusbvga/
5696
5697 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5698 M:      Stephen Hemminger <shemminger@linux-foundation.org>
5699 L:      netdev@vger.kernel.org
5700 S:      Maintained
5701 F:      drivers/net/skge.*
5702 F:      drivers/net/sky2.*
5703
5704 SLAB ALLOCATOR
5705 M:      Christoph Lameter <cl@linux-foundation.org>
5706 M:      Pekka Enberg <penberg@kernel.org>
5707 M:      Matt Mackall <mpm@selenic.com>
5708 L:      linux-mm@kvack.org
5709 S:      Maintained
5710 F:      include/linux/sl?b*.h
5711 F:      mm/sl?b.c
5712
5713 SMC91x ETHERNET DRIVER
5714 M:      Nicolas Pitre <nico@fluxnic.net>
5715 S:      Odd Fixes
5716 F:      drivers/net/smc91x.*
5717
5718 SMM665 HARDWARE MONITOR DRIVER
5719 M:      Guenter Roeck <linux@roeck-us.net>
5720 L:      lm-sensors@lm-sensors.org
5721 S:      Maintained
5722 F:      Documentation/hwmon/smm665
5723 F:      drivers/hwmon/smm665.c
5724
5725 SMSC EMC2103 HARDWARE MONITOR DRIVER
5726 M:      Steve Glendinning <steve.glendinning@smsc.com>
5727 L:      lm-sensors@lm-sensors.org
5728 S:      Supported
5729 F:      Documentation/hwmon/emc2103
5730 F:      drivers/hwmon/emc2103.c
5731
5732 SMSC47B397 HARDWARE MONITOR DRIVER
5733 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5734 L:      lm-sensors@lm-sensors.org
5735 S:      Maintained
5736 F:      Documentation/hwmon/smsc47b397
5737 F:      drivers/hwmon/smsc47b397.c
5738
5739 SMSC911x ETHERNET DRIVER
5740 M:      Steve Glendinning <steve.glendinning@smsc.com>
5741 L:      netdev@vger.kernel.org
5742 S:      Supported
5743 F:      include/linux/smsc911x.h
5744 F:      drivers/net/smsc911x.*
5745
5746 SMSC9420 PCI ETHERNET DRIVER
5747 M:      Steve Glendinning <steve.glendinning@smsc.com>
5748 L:      netdev@vger.kernel.org
5749 S:      Supported
5750 F:      drivers/net/smsc9420.*
5751
5752 SN-IA64 (Itanium) SUB-PLATFORM
5753 M:      Jes Sorensen <jes@sgi.com>
5754 L:      linux-altix@sgi.com
5755 L:      linux-ia64@vger.kernel.org
5756 W:      http://www.sgi.com/altix
5757 S:      Maintained
5758 F:      arch/ia64/sn/
5759
5760 SOC-CAMERA V4L2 SUBSYSTEM
5761 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5762 L:      linux-media@vger.kernel.org
5763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5764 S:      Maintained
5765 F:      include/media/v4l2*
5766 F:      drivers/media/video/v4l2*
5767
5768 SOEKRIS NET48XX LED SUPPORT
5769 M:      Chris Boot <bootc@bootc.net>
5770 S:      Maintained
5771 F:      drivers/leds/leds-net48xx.c
5772
5773 SOFTWARE RAID (Multiple Disks) SUPPORT
5774 M:      Neil Brown <neilb@suse.de>
5775 L:      linux-raid@vger.kernel.org
5776 S:      Supported
5777 F:      drivers/md/
5778 F:      include/linux/raid/
5779
5780 SONIC NETWORK DRIVER
5781 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5782 L:      netdev@vger.kernel.org
5783 S:      Maintained
5784 F:      drivers/net/sonic.*
5785
5786 SONICS SILICON BACKPLANE DRIVER (SSB)
5787 M:      Michael Buesch <mb@bu3sch.de>
5788 L:      netdev@vger.kernel.org
5789 S:      Maintained
5790 F:      drivers/ssb/
5791 F:      include/linux/ssb/
5792
5793 SONY VAIO CONTROL DEVICE DRIVER
5794 M:      Mattia Dongili <malattia@linux.it>
5795 L:      platform-driver-x86@vger.kernel.org
5796 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5797 S:      Maintained
5798 F:      Documentation/laptops/sony-laptop.txt
5799 F:      drivers/char/sonypi.c
5800 F:      drivers/platform/x86/sony-laptop.c
5801 F:      include/linux/sony-laptop.h
5802
5803 SONY MEMORYSTICK CARD SUPPORT
5804 M:      Alex Dubov <oakad@yahoo.com>
5805 W:      http://tifmxx.berlios.de/
5806 S:      Maintained
5807 F:      drivers/memstick/host/tifm_ms.c
5808
5809 SOUND
5810 M:      Jaroslav Kysela <perex@perex.cz>
5811 M:      Takashi Iwai <tiwai@suse.de>
5812 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5813 W:      http://www.alsa-project.org/
5814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5815 T:      git git://git.alsa-project.org/alsa-kernel.git
5816 S:      Maintained
5817 F:      Documentation/sound/
5818 F:      include/sound/
5819 F:      sound/
5820
5821 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5822 M:      Liam Girdwood <lrg@slimlogic.co.uk>
5823 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5824 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5825 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5826 W:      http://alsa-project.org/main/index.php/ASoC
5827 S:      Supported
5828 F:      sound/soc/
5829 F:      include/sound/soc*
5830
5831 SPARC + UltraSPARC (sparc/sparc64)
5832 M:      "David S. Miller" <davem@davemloft.net>
5833 L:      sparclinux@vger.kernel.org
5834 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
5835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5837 S:      Maintained
5838 F:      arch/sparc/
5839 F:      drivers/sbus/
5840
5841 SPARC SERIAL DRIVERS
5842 M:      "David S. Miller" <davem@davemloft.net>
5843 L:      sparclinux@vger.kernel.org
5844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5846 S:      Maintained
5847 F:      drivers/tty/serial/suncore.c
5848 F:      drivers/tty/serial/suncore.h
5849 F:      drivers/tty/serial/sunhv.c
5850 F:      drivers/tty/serial/sunsab.c
5851 F:      drivers/tty/serial/sunsab.h
5852 F:      drivers/tty/serial/sunsu.c
5853 F:      drivers/tty/serial/sunzilog.c
5854 F:      drivers/tty/serial/sunzilog.h
5855
5856 SPEAR PLATFORM SUPPORT
5857 M:      Viresh Kumar <viresh.kumar@st.com>
5858 W:      http://www.st.com/spear
5859 S:      Maintained
5860 F:      arch/arm/plat-spear/
5861
5862 SPEAR3XX MACHINE SUPPORT
5863 M:      Viresh Kumar <viresh.kumar@st.com>
5864 W:      http://www.st.com/spear
5865 S:      Maintained
5866 F:      arch/arm/mach-spear3xx/
5867
5868 SPEAR6XX MACHINE SUPPORT
5869 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
5870 W:      http://www.st.com/spear
5871 S:      Maintained
5872 F:      arch/arm/mach-spear6xx/
5873
5874 SPEAR CLOCK FRAMEWORK SUPPORT
5875 M:      Viresh Kumar <viresh.kumar@st.com>
5876 W:      http://www.st.com/spear
5877 S:      Maintained
5878 F:      arch/arm/mach-spear*/clock.c
5879 F:      arch/arm/mach-spear*/include/mach/clkdev.h
5880 F:      arch/arm/plat-spear/clock.c
5881 F:      arch/arm/plat-spear/include/plat/clkdev.h
5882 F:      arch/arm/plat-spear/include/plat/clock.h
5883
5884 SPEAR PAD MULTIPLEXING SUPPORT
5885 M:      Viresh Kumar <viresh.kumar@st.com>
5886 W:      http://www.st.com/spear
5887 S:      Maintained
5888 F:      arch/arm/plat-spear/include/plat/padmux.h
5889 F:      arch/arm/plat-spear/padmux.c
5890 F:      arch/arm/mach-spear*/spear*xx.c
5891 F:      arch/arm/mach-spear*/include/mach/generic.h
5892 F:      arch/arm/mach-spear3xx/spear3*0.c
5893 F:      arch/arm/mach-spear3xx/spear3*0_evb.c
5894 F:      arch/arm/mach-spear6xx/spear600.c
5895 F:      arch/arm/mach-spear6xx/spear600_evb.c
5896
5897 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5898 M:      Roger Wolff <R.E.Wolff@BitWizard.nl>
5899 S:      Supported
5900 F:      Documentation/serial/specialix.txt
5901 F:      drivers/char/specialix*
5902
5903 SPI SUBSYSTEM
5904 M:      David Brownell <dbrownell@users.sourceforge.net>
5905 M:      Grant Likely <grant.likely@secretlab.ca>
5906 L:      spi-devel-general@lists.sourceforge.net
5907 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
5908 T:      git git://git.secretlab.ca/git/linux-2.6.git
5909 S:      Maintained
5910 F:      Documentation/spi/
5911 F:      drivers/spi/
5912 F:      include/linux/spi/
5913
5914 SPIDERNET NETWORK DRIVER for CELL
5915 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5916 M:      Jens Osterkamp <jens@de.ibm.com>
5917 L:      netdev@vger.kernel.org
5918 S:      Supported
5919 F:      Documentation/networking/spider_net.txt
5920 F:      drivers/net/spider_net*
5921
5922 SPU FILE SYSTEM
5923 M:      Jeremy Kerr <jk@ozlabs.org>
5924 L:      linuxppc-dev@lists.ozlabs.org
5925 L:      cbe-oss-dev@lists.ozlabs.org
5926 W:      http://www.ibm.com/developerworks/power/cell/
5927 S:      Supported
5928 F:      Documentation/filesystems/spufs.txt
5929 F:      arch/powerpc/platforms/cell/spufs/
5930
5931 SQUASHFS FILE SYSTEM
5932 M:      Phillip Lougher <phillip@lougher.demon.co.uk>
5933 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5934 W:      http://squashfs.org.uk
5935 S:      Maintained
5936 F:      Documentation/filesystems/squashfs.txt
5937 F:      fs/squashfs/
5938
5939 SRM (Alpha) environment access
5940 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
5941 S:      Maintained
5942 F:      arch/alpha/kernel/srm_env.c
5943
5944 STABLE BRANCH
5945 M:      Greg Kroah-Hartman <greg@kroah.com>
5946 M:      Chris Wright <chrisw@sous-sol.org>
5947 L:      stable@kernel.org
5948 S:      Maintained
5949
5950 STAGING SUBSYSTEM
5951 M:      Greg Kroah-Hartman <gregkh@suse.de>
5952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git
5953 L:      devel@driverdev.osuosl.org
5954 S:      Maintained
5955 F:      drivers/staging/
5956
5957 STARFIRE/DURALAN NETWORK DRIVER
5958 M:      Ion Badulescu <ionut@badula.org>
5959 S:      Odd Fixes
5960 F:      drivers/net/starfire*
5961
5962 SUN3/3X
5963 M:      Sam Creasey <sammy@sammy.net>
5964 W:      http://sammy.net/sun3/
5965 S:      Maintained
5966 F:      arch/m68k/kernel/*sun3*
5967 F:      arch/m68k/sun3*/
5968 F:      arch/m68k/include/asm/sun3*
5969
5970 SUPERH
5971 M:      Paul Mundt <lethal@linux-sh.org>
5972 L:      linux-sh@vger.kernel.org
5973 W:      http://www.linux-sh.org
5974 Q:      http://patchwork.kernel.org/project/linux-sh/list/
5975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
5976 S:      Supported
5977 F:      Documentation/sh/
5978 F:      arch/sh/
5979 F:      drivers/sh/
5980
5981 SUSPEND TO RAM
5982 M:      Len Brown <len.brown@intel.com>
5983 M:      Pavel Machek <pavel@ucw.cz>
5984 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
5985 L:      linux-pm@lists.linux-foundation.org
5986 S:      Supported
5987 F:      Documentation/power/
5988 F:      arch/x86/kernel/acpi/
5989 F:      drivers/base/power/
5990 F:      kernel/power/
5991 F:      include/linux/suspend.h
5992 F:      include/linux/freezer.h
5993 F:      include/linux/pm.h
5994
5995 SVGA HANDLING
5996 M:      Martin Mares <mj@ucw.cz>
5997 L:      linux-video@atrey.karlin.mff.cuni.cz
5998 S:      Maintained
5999 F:      Documentation/svga.txt
6000 F:      arch/x86/boot/video*
6001
6002 SYSV FILESYSTEM
6003 M:      Christoph Hellwig <hch@infradead.org>
6004 S:      Maintained
6005 F:      Documentation/filesystems/sysv-fs.txt
6006 F:      fs/sysv/
6007 F:      include/linux/sysv_fs.h
6008
6009 TASKSTATS STATISTICS INTERFACE
6010 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
6011 S:      Maintained
6012 F:      Documentation/accounting/taskstats*
6013 F:      include/linux/taskstats*
6014 F:      kernel/taskstats.c
6015
6016 TC CLASSIFIER
6017 M:      Jamal Hadi Salim <hadi@cyberus.ca>
6018 L:      netdev@vger.kernel.org
6019 S:      Maintained
6020 F:      include/linux/pkt_cls.h
6021 F:      include/net/pkt_cls.h
6022 F:      net/sched/
6023
6024 TCP LOW PRIORITY MODULE
6025 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
6026 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
6027 W:      http://tcp-lp-mod.sourceforge.net/
6028 S:      Maintained
6029 F:      net/ipv4/tcp_lp.c
6030
6031 TEGRA SUPPORT
6032 M:      Colin Cross <ccross@android.com>
6033 M:      Erik Gilling <konkers@android.com>
6034 M:      Olof Johansson <olof@lixom.net>
6035 L:      linux-tegra@vger.kernel.org
6036 T:      git git://android.git.kernel.org/kernel/tegra.git
6037 S:      Supported
6038 F:      arch/arm/mach-tegra
6039
6040 TEHUTI ETHERNET DRIVER
6041 M:      Alexander Indenbaum <baum@tehutinetworks.net>
6042 M:      Andy Gospodarek <andy@greyhouse.net>
6043 L:      netdev@vger.kernel.org
6044 S:      Supported
6045 F:      drivers/net/tehuti*
6046
6047 Telecom Clock Driver for MCPL0010
6048 M:      Mark Gross <mark.gross@intel.com>
6049 S:      Supported
6050 F:      drivers/char/tlclk.c
6051
6052 TENSILICA XTENSA PORT (xtensa)
6053 M:      Chris Zankel <chris@zankel.net>
6054 S:      Maintained
6055 F:      arch/xtensa/
6056
6057 THINKPAD ACPI EXTRAS DRIVER
6058 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
6059 L:      ibm-acpi-devel@lists.sourceforge.net
6060 L:      platform-driver-x86@vger.kernel.org
6061 W:      http://ibm-acpi.sourceforge.net
6062 W:      http://thinkwiki.org/wiki/Ibm-acpi
6063 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6064 S:      Maintained
6065 F:      drivers/platform/x86/thinkpad_acpi.c
6066
6067 TI FLASH MEDIA INTERFACE DRIVER
6068 M:      Alex Dubov <oakad@yahoo.com>
6069 S:      Maintained
6070 F:      drivers/misc/tifm*
6071 F:      drivers/mmc/host/tifm_sd.c
6072 F:      include/linux/tifm.h
6073
6074 TI TWL4030 SERIES SOC CODEC DRIVER
6075 M:      Peter Ujfalusi <peter.ujfalusi@nokia.com>
6076 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6077 S:      Maintained
6078 F:      sound/soc/codecs/twl4030*
6079
6080 TIPC NETWORK LAYER
6081 M:      Jon Maloy <jon.maloy@ericsson.com>
6082 M:      Allan Stephens <allan.stephens@windriver.com>
6083 L:      tipc-discussion@lists.sourceforge.net
6084 W:      http://tipc.sourceforge.net/
6085 W:      http://tipc.cslab.ericsson.net/
6086 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
6087 S:      Maintained
6088 F:      include/linux/tipc*.h
6089 F:      include/net/tipc/
6090 F:      net/tipc/
6091
6092 TILE ARCHITECTURE
6093 M:      Chris Metcalf <cmetcalf@tilera.com>
6094 W:      http://www.tilera.com/scm/
6095 S:      Supported
6096 F:      arch/tile/
6097 F:      drivers/char/hvc_tile.c
6098 F:      drivers/net/tile/
6099
6100 TLAN NETWORK DRIVER
6101 M:      Samuel Chessman <chessman@tux.org>
6102 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
6103 W:      http://sourceforge.net/projects/tlan/
6104 S:      Maintained
6105 F:      Documentation/networking/tlan.txt
6106 F:      drivers/net/tlan.*
6107
6108 TOMOYO SECURITY MODULE
6109 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
6110 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6111 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6112 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6113 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6114 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6115 W:      http://tomoyo.sourceforge.jp/
6116 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
6117 S:      Maintained
6118 F:      security/tomoyo/
6119
6120 TOPSTAR LAPTOP EXTRAS DRIVER
6121 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
6122 L:      platform-driver-x86@vger.kernel.org
6123 S:      Maintained
6124 F:      drivers/platform/x86/topstar-laptop.c
6125
6126 TOSHIBA ACPI EXTRAS DRIVER
6127 L:      platform-driver-x86@vger.kernel.org
6128 S:      Orphan
6129 F:      drivers/platform/x86/toshiba_acpi.c
6130
6131 TOSHIBA SMM DRIVER
6132 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
6133 L:      tlinux-users@tce.toshiba-dme.co.jp
6134 W:      http://www.buzzard.org.uk/toshiba/
6135 S:      Maintained
6136 F:      drivers/char/toshiba.c
6137 F:      include/linux/toshiba.h
6138
6139 TMIO MMC DRIVER
6140 M:      Ian Molton <ian@mnementh.co.uk>
6141 S:      Maintained
6142 F:      drivers/mmc/host/tmio_mmc.*
6143
6144 TMPFS (SHMEM FILESYSTEM)
6145 M:      Hugh Dickins <hughd@google.com>
6146 L:      linux-mm@kvack.org
6147 S:      Maintained
6148 F:      include/linux/shmem_fs.h
6149 F:      mm/shmem.c
6150
6151 TPM DEVICE DRIVER
6152 M:      Debora Velarde <debora@linux.vnet.ibm.com>
6153 M:      Rajiv Andrade <srajiv@linux.vnet.ibm.com>
6154 W:      http://tpmdd.sourceforge.net
6155 M:      Marcel Selhorst <m.selhorst@sirrix.com>
6156 W:      http://www.sirrix.com
6157 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6158 S:      Maintained
6159 F:      drivers/char/tpm/
6160
6161 TRACING
6162 M:      Steven Rostedt <rostedt@goodmis.org>
6163 M:      Frederic Weisbecker <fweisbec@gmail.com>
6164 M:      Ingo Molnar <mingo@redhat.com>
6165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
6166 S:      Maintained
6167 F:      Documentation/trace/ftrace.txt
6168 F:      arch/*/*/*/ftrace.h
6169 F:      arch/*/kernel/ftrace.c
6170 F:      include/*/ftrace.h
6171 F:      include/linux/trace*.h
6172 F:      include/trace/
6173 F:      kernel/trace/
6174
6175 TRIVIAL PATCHES
6176 M:      Jiri Kosina <trivial@kernel.org>
6177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6178 S:      Maintained
6179
6180 TTY LAYER
6181 M:      Greg Kroah-Hartman <gregkh@suse.de>
6182 S:      Maintained
6183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
6184 F:      drivers/tty/*
6185 F:      drivers/tty/serial/serial_core.c
6186 F:      include/linux/serial_core.h
6187 F:      include/linux/serial.h
6188 F:      include/linux/tty.h
6189
6190 TULIP NETWORK DRIVERS
6191 M:      Grant Grundler <grundler@parisc-linux.org>
6192 L:      netdev@vger.kernel.org
6193 S:      Maintained
6194 F:      drivers/net/tulip/
6195
6196 TUN/TAP driver
6197 M:      Maxim Krasnyansky <maxk@qualcomm.com>
6198 L:      vtun@office.satix.net
6199 W:      http://vtun.sourceforge.net/tun
6200 S:      Maintained
6201 F:      Documentation/networking/tuntap.txt
6202 F:      arch/um/os-Linux/drivers/
6203
6204 TURBOCHANNEL SUBSYSTEM
6205 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6206 S:      Maintained
6207 F:      drivers/tc/
6208 F:      include/linux/tc.h
6209
6210 U14-34F SCSI DRIVER
6211 M:      Dario Ballabio <ballabio_dario@emc.com>
6212 L:      linux-scsi@vger.kernel.org
6213 S:      Maintained
6214 F:      drivers/scsi/u14-34f.c
6215
6216 UBI FILE SYSTEM (UBIFS)
6217 M:      Artem Bityutskiy <dedekind1@gmail.com>
6218 M:      Adrian Hunter <adrian.hunter@nokia.com>
6219 L:      linux-mtd@lists.infradead.org
6220 T:      git git://git.infradead.org/ubifs-2.6.git
6221 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
6222 S:      Maintained
6223 F:      Documentation/filesystems/ubifs.txt
6224 F:      fs/ubifs/
6225
6226 UCLINUX (AND M68KNOMMU)
6227 M:      Greg Ungerer <gerg@uclinux.org>
6228 W:      http://www.uclinux.org/
6229 L:      uclinux-dev@uclinux.org  (subscribers-only)
6230 S:      Maintained
6231 F:      arch/m68knommu/
6232
6233 UCLINUX FOR RENESAS H8/300 (H8300)
6234 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
6235 W:      http://uclinux-h8.sourceforge.jp/
6236 S:      Supported
6237 F:      arch/h8300/
6238 F:      drivers/ide/ide-h8300.c
6239 F:      drivers/net/ne-h8300.c
6240
6241 UDF FILESYSTEM
6242 M:      Jan Kara <jack@suse.cz>
6243 W:      http://linux-udf.sourceforge.net
6244 S:      Maintained
6245 F:      Documentation/filesystems/udf.txt
6246 F:      fs/udf/
6247
6248 UFS FILESYSTEM
6249 M:      Evgeniy Dushistov <dushistov@mail.ru>
6250 S:      Maintained
6251 F:      Documentation/filesystems/ufs.txt
6252 F:      fs/ufs/
6253
6254 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6255 L:      linux-usb@vger.kernel.org
6256 S:      Orphan
6257 F:      drivers/uwb/
6258 F:      include/linux/uwb.h
6259 F:      include/linux/uwb/
6260
6261 UNIFDEF
6262 M:      Tony Finch <dot@dotat.at>
6263 W:      http://dotat.at/prog/unifdef
6264 S:      Maintained
6265 F:      scripts/unifdef.c
6266
6267 UNIFORM CDROM DRIVER
6268 M:      Jens Axboe <axboe@kernel.dk>
6269 W:      http://www.kernel.dk
6270 S:      Maintained
6271 F:      Documentation/cdrom/
6272 F:      drivers/cdrom/cdrom.c
6273 F:      include/linux/cdrom.h
6274
6275 UNSORTED BLOCK IMAGES (UBI)
6276 M:      Artem Bityutskiy <dedekind1@gmail.com>
6277 W:      http://www.linux-mtd.infradead.org/
6278 L:      linux-mtd@lists.infradead.org
6279 T:      git git://git.infradead.org/ubi-2.6.git
6280 S:      Maintained
6281 F:      drivers/mtd/ubi/
6282 F:      include/linux/mtd/ubi.h
6283 F:      include/mtd/ubi-user.h
6284
6285 USB ACM DRIVER
6286 M:      Oliver Neukum <oliver@neukum.name>
6287 L:      linux-usb@vger.kernel.org
6288 S:      Maintained
6289 F:      Documentation/usb/acm.txt
6290 F:      drivers/usb/class/cdc-acm.*
6291
6292 USB ATTACHED SCSI
6293 M:      Matthew Wilcox <willy@linux.intel.com>
6294 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6295 L:      linux-usb@vger.kernel.org
6296 L:      linux-scsi@vger.kernel.org
6297 S:      Supported
6298 F:      drivers/usb/storage/uas.c
6299
6300 USB BLOCK DRIVER (UB ub)
6301 M:      Pete Zaitcev <zaitcev@redhat.com>
6302 L:      linux-usb@vger.kernel.org
6303 S:      Supported
6304 F:      drivers/block/ub.c
6305
6306 USB CDC ETHERNET DRIVER
6307 M:      Oliver Neukum <oliver@neukum.name>
6308 L:      linux-usb@vger.kernel.org
6309 S:      Maintained
6310 F:      drivers/net/usb/cdc_*.c
6311 F:      include/linux/usb/cdc.h
6312
6313 USB CYPRESS C67X00 DRIVER
6314 M:      Peter Korsgaard <jacmet@sunsite.dk>
6315 L:      linux-usb@vger.kernel.org
6316 S:      Maintained
6317 F:      drivers/usb/c67x00/
6318
6319 USB DAVICOM DM9601 DRIVER
6320 M:      Peter Korsgaard <jacmet@sunsite.dk>
6321 L:      netdev@vger.kernel.org
6322 W:      http://www.linux-usb.org/usbnet
6323 S:      Maintained
6324 F:      drivers/net/usb/dm9601.c
6325
6326 USB DIAMOND RIO500 DRIVER
6327 M:      Cesar Miquel <miquel@df.uba.ar>
6328 L:      rio500-users@lists.sourceforge.net
6329 W:      http://rio500.sourceforge.net
6330 S:      Maintained
6331 F:      drivers/usb/misc/rio500*
6332
6333 USB EHCI DRIVER
6334 M:      David Brownell <dbrownell@users.sourceforge.net>
6335 L:      linux-usb@vger.kernel.org
6336 S:      Odd Fixes
6337 F:      Documentation/usb/ehci.txt
6338 F:      drivers/usb/host/ehci*
6339
6340 USB ET61X[12]51 DRIVER
6341 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6342 L:      linux-usb@vger.kernel.org
6343 L:      linux-media@vger.kernel.org
6344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6345 W:      http://www.linux-projects.org
6346 S:      Maintained
6347 F:      drivers/media/video/et61x251/
6348
6349 USB GADGET/PERIPHERAL SUBSYSTEM
6350 M:      David Brownell <dbrownell@users.sourceforge.net>
6351 L:      linux-usb@vger.kernel.org
6352 W:      http://www.linux-usb.org/gadget
6353 S:      Maintained
6354 F:      drivers/usb/gadget/
6355 F:      include/linux/usb/gadget*
6356
6357 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6358 M:      Jiri Kosina <jkosina@suse.cz>
6359 L:      linux-usb@vger.kernel.org
6360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6361 S:      Maintained
6362 F:      Documentation/usb/hiddev.txt
6363 F:      drivers/hid/usbhid/
6364
6365 USB ISP116X DRIVER
6366 M:      Olav Kongas <ok@artecdesign.ee>
6367 L:      linux-usb@vger.kernel.org
6368 S:      Maintained
6369 F:      drivers/usb/host/isp116x*
6370 F:      include/linux/usb/isp116x.h
6371
6372 USB KAWASAKI LSI DRIVER
6373 M:      Oliver Neukum <oliver@neukum.name>
6374 L:      linux-usb@vger.kernel.org
6375 S:      Maintained
6376 F:      drivers/usb/serial/kl5kusb105.*
6377
6378 USB MASS STORAGE DRIVER
6379 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6380 L:      linux-usb@vger.kernel.org
6381 L:      usb-storage@lists.one-eyed-alien.net
6382 S:      Maintained
6383 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
6384 F:      drivers/usb/storage/
6385
6386 USB MIDI DRIVER
6387 M:      Clemens Ladisch <clemens@ladisch.de>
6388 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6389 T:      git git://git.alsa-project.org/alsa-kernel.git
6390 S:      Maintained
6391 F:      sound/usb/midi.*
6392
6393 USB OHCI DRIVER
6394 M:      David Brownell <dbrownell@users.sourceforge.net>
6395 L:      linux-usb@vger.kernel.org
6396 S:      Odd Fixes
6397 F:      Documentation/usb/ohci.txt
6398 F:      drivers/usb/host/ohci*
6399
6400 USB OPTION-CARD DRIVER
6401 M:      Matthias Urlichs <smurf@smurf.noris.de>
6402 L:      linux-usb@vger.kernel.org
6403 S:      Maintained
6404 F:      drivers/usb/serial/option.c
6405
6406 USB PEGASUS DRIVER
6407 M:      Petko Manolov <petkan@users.sourceforge.net>
6408 L:      linux-usb@vger.kernel.org
6409 L:      netdev@vger.kernel.org
6410 W:      http://pegasus2.sourceforge.net/
6411 S:      Maintained
6412 F:      drivers/net/usb/pegasus.*
6413
6414 USB PRINTER DRIVER (usblp)
6415 M:      Pete Zaitcev <zaitcev@redhat.com>
6416 L:      linux-usb@vger.kernel.org
6417 S:      Supported
6418 F:      drivers/usb/class/usblp.c
6419
6420 USB RTL8150 DRIVER
6421 M:      Petko Manolov <petkan@users.sourceforge.net>
6422 L:      linux-usb@vger.kernel.org
6423 L:      netdev@vger.kernel.org
6424 W:      http://pegasus2.sourceforge.net/
6425 S:      Maintained
6426 F:      drivers/net/usb/rtl8150.c
6427
6428 USB SE401 DRIVER
6429 M:      Jeroen Vreeken <pe1rxq@amsat.org>
6430 L:      linux-usb@vger.kernel.org
6431 W:      http://www.chello.nl/~j.vreeken/se401/
6432 S:      Maintained
6433 F:      Documentation/video4linux/se401.txt
6434 F:      drivers/media/video/se401.*
6435
6436 USB SERIAL BELKIN F5U103 DRIVER
6437 M:      William Greathouse <wgreathouse@smva.com>
6438 L:      linux-usb@vger.kernel.org
6439 S:      Maintained
6440 F:      drivers/usb/serial/belkin_sa.*
6441
6442 USB SERIAL CYPRESS M8 DRIVER
6443 M:      Lonnie Mendez <dignome@gmail.com>
6444 L:      linux-usb@vger.kernel.org
6445 S:      Maintained
6446 W:      http://geocities.com/i0xox0i
6447 W:      http://firstlight.net/cvs
6448 F:      drivers/usb/serial/cypress_m8.*
6449
6450 USB SERIAL CYBERJACK DRIVER
6451 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6452 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
6453 S:      Maintained
6454 F:      drivers/usb/serial/cyberjack.c
6455
6456 USB SERIAL DIGI ACCELEPORT DRIVER
6457 M:      Peter Berger <pberger@brimson.com>
6458 M:      Al Borchers <alborchers@steinerpoint.com>
6459 L:      linux-usb@vger.kernel.org
6460 S:      Maintained
6461 F:      drivers/usb/serial/digi_acceleport.c
6462
6463 USB SERIAL DRIVER
6464 M:      Greg Kroah-Hartman <gregkh@suse.de>
6465 L:      linux-usb@vger.kernel.org
6466 S:      Supported
6467 F:      Documentation/usb/usb-serial.txt
6468 F:      drivers/usb/serial/generic.c
6469 F:      drivers/usb/serial/usb-serial.c
6470 F:      include/linux/usb/serial.h
6471
6472 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6473 M:      Gary Brubaker <xavyer@ix.netcom.com>
6474 L:      linux-usb@vger.kernel.org
6475 S:      Maintained
6476 F:      drivers/usb/serial/empeg.c
6477
6478 USB SERIAL KEYSPAN DRIVER
6479 M:      Greg Kroah-Hartman <greg@kroah.com>
6480 L:      linux-usb@vger.kernel.org
6481 W:      http://www.kroah.com/linux/
6482 S:      Maintained
6483 F:      drivers/usb/serial/*keyspan*
6484
6485 USB SERIAL WHITEHEAT DRIVER
6486 M:      Support Department <support@connecttech.com>
6487 L:      linux-usb@vger.kernel.org
6488 W:      http://www.connecttech.com
6489 S:      Supported
6490 F:      drivers/usb/serial/whiteheat*
6491
6492 USB SMSC95XX ETHERNET DRIVER
6493 M:      Steve Glendinning <steve.glendinning@smsc.com>
6494 L:      netdev@vger.kernel.org
6495 S:      Supported
6496 F:      drivers/net/usb/smsc95xx.*
6497
6498 USB SN9C1xx DRIVER
6499 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6500 L:      linux-usb@vger.kernel.org
6501 L:      linux-media@vger.kernel.org
6502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6503 W:      http://www.linux-projects.org
6504 S:      Maintained
6505 F:      Documentation/video4linux/sn9c102.txt
6506 F:      drivers/media/video/sn9c102/
6507
6508 USB SUBSYSTEM
6509 M:      Greg Kroah-Hartman <gregkh@suse.de>
6510 L:      linux-usb@vger.kernel.org
6511 W:      http://www.linux-usb.org
6512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git
6513 S:      Supported
6514 F:      Documentation/usb/
6515 F:      drivers/net/usb/
6516 F:      drivers/usb/
6517 F:      include/linux/usb.h
6518 F:      include/linux/usb/
6519
6520 USB UHCI DRIVER
6521 M:      Alan Stern <stern@rowland.harvard.edu>
6522 L:      linux-usb@vger.kernel.org
6523 S:      Maintained
6524 F:      drivers/usb/host/uhci*
6525
6526 USB "USBNET" DRIVER FRAMEWORK
6527 M:      David Brownell <dbrownell@users.sourceforge.net>
6528 L:      netdev@vger.kernel.org
6529 W:      http://www.linux-usb.org/usbnet
6530 S:      Maintained
6531 F:      drivers/net/usb/usbnet.c
6532 F:      include/linux/usb/usbnet.h
6533
6534 USB VIDEO CLASS
6535 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6536 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6537 L:      linux-media@vger.kernel.org
6538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6539 W:      http://www.ideasonboard.org/uvc/
6540 S:      Maintained
6541 F:      drivers/media/video/uvc/
6542
6543 USB W996[87]CF DRIVER
6544 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6545 L:      linux-usb@vger.kernel.org
6546 L:      linux-media@vger.kernel.org
6547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6548 W:      http://www.linux-projects.org
6549 S:      Maintained
6550 F:      Documentation/video4linux/w9968cf.txt
6551 F:      drivers/media/video/w996*
6552
6553 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6554 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6555 L:      linux-wireless@vger.kernel.org
6556 S:      Maintained
6557 F:      drivers/net/wireless/rndis_wlan.c
6558
6559 USB XHCI DRIVER
6560 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6561 L:      linux-usb@vger.kernel.org
6562 S:      Supported
6563 F:      drivers/usb/host/xhci*
6564 F:      drivers/usb/host/pci-quirks*
6565
6566 USB ZD1201 DRIVER
6567 L:      linux-wireless@vger.kernel.org
6568 W:      http://linux-lc100020.sourceforge.net
6569 S:      Orphan
6570 F:      drivers/net/wireless/zd1201.*
6571
6572 USB ZR364XX DRIVER
6573 M:      Antoine Jacquet <royale@zerezo.com>
6574 L:      linux-usb@vger.kernel.org
6575 L:      linux-media@vger.kernel.org
6576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6577 W:      http://royale.zerezo.com/zr364xx/
6578 S:      Maintained
6579 F:      Documentation/video4linux/zr364xx.txt
6580 F:      drivers/media/video/zr364xx.c
6581
6582 USER-MODE LINUX (UML)
6583 M:      Jeff Dike <jdike@addtoit.com>
6584 L:      user-mode-linux-devel@lists.sourceforge.net
6585 L:      user-mode-linux-user@lists.sourceforge.net
6586 W:      http://user-mode-linux.sourceforge.net
6587 S:      Maintained
6588 F:      Documentation/uml/
6589 F:      arch/um/
6590 F:      fs/hostfs/
6591 F:      fs/hppfs/
6592
6593 USERSPACE I/O (UIO)
6594 M:      "Hans J. Koch" <hjk@linutronix.de>
6595 M:      Greg Kroah-Hartman <gregkh@suse.de>
6596 S:      Maintained
6597 F:      Documentation/DocBook/uio-howto.tmpl
6598 F:      drivers/uio/
6599 F:      include/linux/uio*.h
6600
6601 UTIL-LINUX-NG PACKAGE
6602 M:      Karel Zak <kzak@redhat.com>
6603 L:      util-linux-ng@vger.kernel.org
6604 W:      http://kernel.org/~kzak/util-linux-ng/
6605 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6606 S:      Maintained
6607
6608 UVESAFB DRIVER
6609 M:      Michal Januszewski <spock@gentoo.org>
6610 L:      linux-fbdev@vger.kernel.org
6611 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6612 S:      Maintained
6613 F:      Documentation/fb/uvesafb.txt
6614 F:      drivers/video/uvesafb.*
6615
6616 VFAT/FAT/MSDOS FILESYSTEM
6617 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6618 S:      Maintained
6619 F:      Documentation/filesystems/vfat.txt
6620 F:      fs/fat/
6621
6622 VIRTIO CONSOLE DRIVER
6623 M:      Amit Shah <amit.shah@redhat.com>
6624 L:      virtualization@lists.linux-foundation.org
6625 S:      Maintained
6626 F:      drivers/char/virtio_console.c
6627 F:      include/linux/virtio_console.h
6628
6629 VIRTIO CORE, NET AND BLOCK DRIVERS
6630 M:      Rusty Russell <rusty@rustcorp.com.au>
6631 M:      "Michael S. Tsirkin" <mst@redhat.com>
6632 L:      virtualization@lists.linux-foundation.org
6633 S:      Maintained
6634 F:      drivers/virtio/
6635 F:      drivers/net/virtio_net.c
6636 F:      drivers/block/virtio_blk.c
6637 F:      include/linux/virtio_*.h
6638
6639 VIRTIO HOST (VHOST)
6640 M:      "Michael S. Tsirkin" <mst@redhat.com>
6641 L:      kvm@vger.kernel.org
6642 L:      virtualization@lists.linux-foundation.org
6643 L:      netdev@vger.kernel.org
6644 S:      Maintained
6645 F:      drivers/vhost/
6646 F:      include/linux/vhost.h
6647
6648 VIA RHINE NETWORK DRIVER
6649 M:      Roger Luethi <rl@hellgate.ch>
6650 S:      Maintained
6651 F:      drivers/net/via-rhine.c
6652
6653 VIAPRO SMBUS DRIVER
6654 M:      Jean Delvare <khali@linux-fr.org>
6655 L:      linux-i2c@vger.kernel.org
6656 S:      Maintained
6657 F:      Documentation/i2c/busses/i2c-viapro
6658 F:      drivers/i2c/busses/i2c-viapro.c
6659
6660 VIA SD/MMC CARD CONTROLLER DRIVER
6661 M:      Bruce Chang <brucechang@via.com.tw>
6662 M:      Harald Welte <HaraldWelte@viatech.com>
6663 S:      Maintained
6664 F:      drivers/mmc/host/via-sdmmc.c
6665
6666 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6667 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
6668 L:      linux-fbdev@vger.kernel.org
6669 S:      Maintained
6670 F:      include/linux/via-core.h
6671 F:      include/linux/via-gpio.h
6672 F:      include/linux/via_i2c.h
6673 F:      drivers/video/via/
6674
6675 VIA VELOCITY NETWORK DRIVER
6676 M:      Francois Romieu <romieu@fr.zoreil.com>
6677 L:      netdev@vger.kernel.org
6678 S:      Maintained
6679 F:      drivers/net/via-velocity.*
6680
6681 VLAN (802.1Q)
6682 M:      Patrick McHardy <kaber@trash.net>
6683 L:      netdev@vger.kernel.org
6684 S:      Maintained
6685 F:      drivers/net/macvlan.c
6686 F:      include/linux/if_*vlan.h
6687 F:      net/8021q/
6688
6689 VLYNQ BUS
6690 M:      Florian Fainelli <florian@openwrt.org>
6691 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
6692 S:      Maintained
6693 F:      drivers/vlynq/vlynq.c
6694 F:      include/linux/vlynq.h
6695
6696 VMWARE VMXNET3 ETHERNET DRIVER
6697 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
6698 M:      "VMware, Inc." <pv-drivers@vmware.com>
6699 L:      netdev@vger.kernel.org
6700 S:      Maintained
6701 F:      drivers/net/vmxnet3/
6702
6703 VMware PVSCSI driver
6704 M:      Alok Kataria <akataria@vmware.com>
6705 M:      VMware PV-Drivers <pv-drivers@vmware.com>
6706 L:      linux-scsi@vger.kernel.org
6707 S:      Maintained
6708 F:      drivers/scsi/vmw_pvscsi.c
6709 F:      drivers/scsi/vmw_pvscsi.h
6710
6711 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6712 M:      Liam Girdwood <lrg@slimlogic.co.uk>
6713 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6714 W:      http://opensource.wolfsonmicro.com/node/15
6715 W:      http://www.slimlogic.co.uk/?p=48
6716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6717 S:      Supported
6718 F:      drivers/regulator/
6719 F:      include/linux/regulator/
6720
6721 VT1211 HARDWARE MONITOR DRIVER
6722 M:      Juerg Haefliger <juergh@gmail.com>
6723 L:      lm-sensors@lm-sensors.org
6724 S:      Maintained
6725 F:      Documentation/hwmon/vt1211
6726 F:      drivers/hwmon/vt1211.c
6727
6728 VT8231 HARDWARE MONITOR DRIVER
6729 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
6730 L:      lm-sensors@lm-sensors.org
6731 S:      Maintained
6732 F:      drivers/hwmon/vt8231.c
6733
6734 W1 DALLAS'S 1-WIRE BUS
6735 M:      Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6736 S:      Maintained
6737 F:      Documentation/w1/
6738 F:      drivers/w1/
6739
6740 W83791D HARDWARE MONITORING DRIVER
6741 M:      Marc Hulsman <m.hulsman@tudelft.nl>
6742 L:      lm-sensors@lm-sensors.org
6743 S:      Maintained
6744 F:      Documentation/hwmon/w83791d
6745 F:      drivers/hwmon/w83791d.c
6746
6747 W83793 HARDWARE MONITORING DRIVER
6748 M:      Rudolf Marek <r.marek@assembler.cz>
6749 L:      lm-sensors@lm-sensors.org
6750 S:      Maintained
6751 F:      Documentation/hwmon/w83793
6752 F:      drivers/hwmon/w83793.c
6753
6754 W83795 HARDWARE MONITORING DRIVER
6755 M:      Jean Delvare <khali@linux-fr.org>
6756 L:      lm-sensors@lm-sensors.org
6757 S:      Maintained
6758 F:      drivers/hwmon/w83795.c
6759
6760 W83L51xD SD/MMC CARD INTERFACE DRIVER
6761 M:      Pierre Ossman <pierre@ossman.eu>
6762 S:      Maintained
6763 F:      drivers/mmc/host/wbsd.*
6764
6765 WATCHDOG DEVICE DRIVERS
6766 M:      Wim Van Sebroeck <wim@iguana.be>
6767 L:      linux-watchdog@vger.kernel.org
6768 W:      http://www.linux-watchdog.org/
6769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6770 S:      Maintained
6771 F:      Documentation/watchdog/
6772 F:      drivers/watchdog/
6773 F:      include/linux/watchdog.h
6774
6775 WD7000 SCSI DRIVER
6776 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
6777 L:      linux-scsi@vger.kernel.org
6778 S:      Maintained
6779 F:      drivers/scsi/wd7000.c
6780
6781 WINBOND CIR DRIVER
6782 M:      David Härdeman <david@hardeman.nu>
6783 S:      Maintained
6784 F:      drivers/input/misc/winbond-cir.c
6785
6786 WIMAX STACK
6787 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6788 M:      linux-wimax@intel.com
6789 L:      wimax@linuxwimax.org
6790 S:      Supported
6791 W:      http://linuxwimax.org
6792 F:      Documentation/wimax/README.wimax
6793 F:      include/linux/wimax.h
6794 F:      include/linux/wimax/debug.h
6795 F:      include/net/wimax.h
6796 F:      net/wimax/
6797
6798 WISTRON LAPTOP BUTTON DRIVER
6799 M:      Miloslav Trmac <mitr@volny.cz>
6800 S:      Maintained
6801 F:      drivers/input/misc/wistron_btns.c
6802
6803 WL1251 WIRELESS DRIVER
6804 M:      Kalle Valo <kvalo@adurom.com>
6805 L:      linux-wireless@vger.kernel.org
6806 W:      http://wireless.kernel.org
6807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6808 S:      Maintained
6809 F:      drivers/net/wireless/wl1251/*
6810
6811 WL1271 WIRELESS DRIVER
6812 M:      Luciano Coelho <coelho@ti.com>
6813 L:      linux-wireless@vger.kernel.org
6814 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
6815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
6816 S:      Maintained
6817 F:      drivers/net/wireless/wl12xx/
6818 F:      include/linux/wl12xx.h
6819
6820 WL3501 WIRELESS PCMCIA CARD DRIVER
6821 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6822 L:      linux-wireless@vger.kernel.org
6823 W:      http://oops.ghostprotocols.net:81/blog
6824 S:      Maintained
6825 F:      drivers/net/wireless/wl3501*
6826
6827 WM97XX TOUCHSCREEN DRIVERS
6828 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6829 M:      Liam Girdwood <lrg@slimlogic.co.uk>
6830 L:      linux-input@vger.kernel.org
6831 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6832 W:      http://opensource.wolfsonmicro.com/node/7
6833 S:      Supported
6834 F:      drivers/input/touchscreen/*wm97*
6835 F:      include/linux/wm97xx.h
6836
6837 WOLFSON MICROELECTRONICS DRIVERS
6838 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6839 M:      Ian Lartey <ian@opensource.wolfsonmicro.com>
6840 M:      Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
6841 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
6842 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6843 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
6844 S:      Supported
6845 F:      Documentation/hwmon/wm83??
6846 F:      drivers/leds/leds-wm83*.c
6847 F:      drivers/mfd/wm8*.c
6848 F:      drivers/power/wm83*.c
6849 F:      drivers/rtc/rtc-wm83*.c
6850 F:      drivers/regulator/wm8*.c
6851 F:      drivers/video/backlight/wm83*_bl.c
6852 F:      drivers/watchdog/wm83*_wdt.c
6853 F:      include/linux/mfd/wm831x/
6854 F:      include/linux/mfd/wm8350/
6855 F:      include/linux/mfd/wm8400*
6856 F:      include/sound/wm????.h
6857 F:      sound/soc/codecs/wm*
6858
6859 WORKQUEUE
6860 M:      Tejun Heo <tj@kernel.org>
6861 L:      linux-kernel@vger.kernel.org
6862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
6863 S:      Maintained
6864 F:      include/linux/workqueue.h
6865 F:      kernel/workqueue.c
6866 F:      Documentation/workqueue.txt
6867
6868 X.25 NETWORK LAYER
6869 M:      Andrew Hendry <andrew.hendry@gmail.com>
6870 L:      linux-x25@vger.kernel.org
6871 S:      Odd Fixes
6872 F:      Documentation/networking/x25*
6873 F:      include/net/x25*
6874 F:      net/x25/
6875
6876 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6877 M:      Thomas Gleixner <tglx@linutronix.de>
6878 M:      Ingo Molnar <mingo@redhat.com>
6879 M:      "H. Peter Anvin" <hpa@zytor.com>
6880 M:      x86@kernel.org
6881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6882 S:      Maintained
6883 F:      Documentation/x86/
6884 F:      arch/x86/
6885
6886 X86 PLATFORM DRIVERS
6887 M:      Matthew Garrett <mjg@redhat.com>
6888 L:      platform-driver-x86@vger.kernel.org
6889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6890 S:      Maintained
6891 F:      drivers/platform/x86
6892
6893 XEN PCI SUBSYSTEM
6894 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6895 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
6896 S:      Supported
6897 F:      arch/x86/pci/*xen*
6898 F:      drivers/pci/*xen*
6899
6900 XEN SWIOTLB SUBSYSTEM
6901 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6902 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
6903 S:      Supported
6904 F:      arch/x86/xen/*swiotlb*
6905 F:      drivers/xen/*swiotlb*
6906
6907 XEN HYPERVISOR INTERFACE
6908 M:      Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
6909 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6910 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
6911 L:      virtualization@lists.linux-foundation.org
6912 S:      Supported
6913 F:      arch/x86/xen/
6914 F:      drivers/*/xen-*front.c
6915 F:      drivers/xen/
6916 F:      arch/x86/include/asm/xen/
6917 F:      include/xen/
6918
6919 XFS FILESYSTEM
6920 P:      Silicon Graphics Inc
6921 M:      Alex Elder <aelder@sgi.com>
6922 M:      xfs-masters@oss.sgi.com
6923 L:      xfs@oss.sgi.com
6924 W:      http://oss.sgi.com/projects/xfs
6925 T:      git git://oss.sgi.com/xfs/xfs.git
6926 S:      Supported
6927 F:      Documentation/filesystems/xfs.txt
6928 F:      fs/xfs/
6929
6930 XILINX SYSTEMACE DRIVER
6931 M:      Grant Likely <grant.likely@secretlab.ca>
6932 W:      http://www.secretlab.ca/
6933 S:      Maintained
6934 F:      drivers/block/xsysace.c
6935
6936 XILINX UARTLITE SERIAL DRIVER
6937 M:      Peter Korsgaard <jacmet@sunsite.dk>
6938 L:      linux-serial@vger.kernel.org
6939 S:      Maintained
6940 F:      drivers/tty/serial/uartlite.c
6941
6942 YAM DRIVER FOR AX.25
6943 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
6944 L:      linux-hams@vger.kernel.org
6945 S:      Maintained
6946 F:      drivers/net/hamradio/yam*
6947 F:      include/linux/yam.h
6948
6949 YEALINK PHONE DRIVER
6950 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
6951 L:      usbb2k-api-dev@nongnu.org
6952 S:      Maintained
6953 F:      Documentation/input/yealink.txt
6954 F:      drivers/input/misc/yealink.*
6955
6956 Z8530 DRIVER FOR AX.25
6957 M:      Joerg Reuter <jreuter@yaina.de>
6958 W:      http://yaina.de/jreuter/
6959 W:      http://www.qsl.net/dl1bke/
6960 L:      linux-hams@vger.kernel.org
6961 S:      Maintained
6962 F:      Documentation/networking/z8530drv.txt
6963 F:      drivers/net/hamradio/*scc.c
6964 F:      drivers/net/hamradio/z8530.h
6965
6966 ZD1211RW WIRELESS DRIVER
6967 M:      Daniel Drake <dsd@gentoo.org>
6968 M:      Ulrich Kunitz <kune@deine-taler.de>
6969 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6970 L:      linux-wireless@vger.kernel.org
6971 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6972 S:      Maintained
6973 F:      drivers/net/wireless/zd1211rw/
6974
6975 ZR36067 VIDEO FOR LINUX DRIVER
6976 L:      mjpeg-users@lists.sourceforge.net
6977 L:      linux-media@vger.kernel.org
6978 W:      http://mjpeg.sourceforge.net/driver-zoran/
6979 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6980 S:      Odd Fixes
6981 F:      drivers/media/video/zoran/
6982
6983 ZS DECSTATION Z85C30 SERIAL DRIVER
6984 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6985 S:      Maintained
6986 F:      drivers/tty/serial/zs.*
6987
6988 GRE DEMULTIPLEXER DRIVER
6989 M:      Dmitry Kozlov <xeb@mail.ru>
6990 L:      netdev@vger.kernel.org
6991 S:      Maintained
6992 F:      net/ipv4/gre.c
6993 F:      include/net/gre.h
6994
6995 PPTP DRIVER
6996 M:      Dmitry Kozlov <xeb@mail.ru>
6997 L:      netdev@vger.kernel.org
6998 S:      Maintained
6999 F:      drivers/net/pptp.c
7000 W:      http://sourceforge.net/projects/accel-pptp
7001
7002 THE REST
7003 M:      Linus Torvalds <torvalds@linux-foundation.org>
7004 L:      linux-kernel@vger.kernel.org
7005 Q:      http://patchwork.kernel.org/project/LKML/list/
7006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
7007 S:      Buried alive in reporters
7008 F:      *
7009 F:      */