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