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