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