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