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