]> Git Repo - linux.git/blob - MAINTAINERS
Merge git://git.infradead.org/iommu-2.6
[linux.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE CC: the maintainers and mailing lists that are generated
40         by scripts/get_maintainer.pl.  The results returned by the
41         script will be best if you have git installed and are making
42         your changes in a branch derived from Linus' latest git tree.
43         See Documentation/SubmittingPatches for details.
44
45         PLEASE try to include any credit lines you want added with the
46         patch. It avoids people being missed off by mistake and makes
47         it easier to know who wants adding and who doesn't.
48
49         PLEASE document known bugs. If it doesn't work for everything
50         or does something very odd once a month document it.
51
52         PLEASE remember that submissions must be made under the terms
53         of the OSDL certificate of contribution and should include a
54         Signed-off-by: line.  The current version of this "Developer's
55         Certificate of Origin" (DCO) is listed in the file
56         Documentation/SubmittingPatches.
57
58 6.      Make sure you have the right to send any changes you make. If you
59         do changes at work you may find your employer owns the patch
60         not you.
61
62 7.      When sending security related changes or reports to a maintainer
63         please Cc: [email protected], especially if the maintainer
64         does not respond.
65
66 8.      Happy hacking.
67
68                 -----------------------------------
69
70 Maintainers List (try to look for most precise areas first)
71
72 Note: For the hard of thinking, this list is meant to remain in alphabetical
73 order. If you could add yourselves to it in alphabetical order that would be
74 so much easier [Ed]
75
76 P: Person
77 M: Mail patches to
78 L: Mailing list that is relevant to this area
79 W: Web-page with status/info
80 T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
81 S: Status, one of the following:
82
83         Supported:      Someone is actually paid to look after this.
84         Maintained:     Someone actually looks after it.
85         Odd Fixes:      It has a maintainer but they don't have time to do
86                         much other than throw the odd patch in. See below..
87         Orphan:         No current maintainer [but maybe you could take the
88                         role as you write your new code].
89         Obsolete:       Old code. Something tagged obsolete generally means
90                         it has been replaced by a better system and you
91                         should be using that.
92
93 F: Files and directories with wildcard patterns.
94    A trailing slash includes all files and subdirectory files.
95         F:      drivers/net/    all files in and below drivers/net
96         F:      drivers/net/*   all files in drivers/net, but not below
97         F:      */net/*         all files in "any top level directory"/net
98    One pattern per line.  Multiple F: lines acceptable.
99 X: Files and directories that are NOT maintained, same rules as F:
100    Files exclusions are tested before file matches.
101    Can be useful for excluding a specific subdirectory, for instance:
102         F:      net/
103         X:      net/ipv6/
104    matches all files in and below net excluding net/ipv6/
105
106 3C505 NETWORK DRIVER
107 P:      Philip Blundell
108 M:      [email protected]
109 L:      [email protected]
110 S:      Maintained
111 F:      drivers/net/3c505*
112
113 3C59X NETWORK DRIVER
114 P:      Steffen Klassert
115 M:      [email protected]
116 L:      [email protected]
117 S:      Maintained
118 F:      Documentation/networking/vortex.txt
119 F:      drivers/net/3c59x.c
120
121 3CR990 NETWORK DRIVER
122 P:      David Dillow
123 M:      [email protected]
124 L:      [email protected]
125 S:      Maintained
126 F:      drivers/net/typhoon*
127
128 3W-9XXX SATA-RAID CONTROLLER DRIVER
129 P:      Adam Radford
130 M:      [email protected]
131 L:      [email protected]
132 W:      http://www.amcc.com
133 S:      Supported
134 F:      drivers/scsi/3w-9xxx*
135
136 3W-XXXX ATA-RAID CONTROLLER DRIVER
137 P:      Adam Radford
138 M:      [email protected]
139 L:      [email protected]
140 W:      http://www.amcc.com
141 S:      Supported
142 F:      drivers/scsi/3w-xxxx*
143
144 53C700 AND 53C700-66 SCSI DRIVER
145 P:      James E.J. Bottomley
146 M:      [email protected]
147 L:      [email protected]
148 S:      Maintained
149 F:      drivers/scsi/53c700*
150
151 6PACK NETWORK DRIVER FOR AX.25
152 P:      Andreas Koensgen
153 M:      [email protected]
154 L:      [email protected]
155 S:      Maintained
156 F:      drivers/net/hamradio/6pack.c
157
158 8169 10/100/1000 GIGABIT ETHERNET DRIVER
159 P:      Francois Romieu
160 M:      [email protected]
161 L:      [email protected]
162 S:      Maintained
163 F:      drivers/net/r8169.c
164
165 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
166 P:      Alan Cox
167 M:      [email protected]
168 L:      [email protected]
169 W:      http://serial.sourceforge.net
170 S:      Odd Fixes
171 F:      drivers/serial/8250*
172 F:      include/linux/serial_8250.h
173
174 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
175 P:      Paul Gortmaker
176 M:      [email protected]
177 L:      [email protected]
178 S:      Maintained
179 F:      drivers/net/*8390*
180 F:      drivers/net/ax88796.c
181
182 9P FILE SYSTEM
183 P:      Eric Van Hensbergen
184 M:      [email protected]
185 P:      Ron Minnich
186 M:      [email protected]
187 P:      Latchesar Ionkov
188 M:      [email protected]
189 L:      [email protected]
190 W:      http://swik.net/v9fs
191 T:      git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
192 S:      Maintained
193 F:      Documentation/filesystems/9p.txt
194 F:      fs/9p/
195
196 A2232 SERIAL BOARD DRIVER
197 P:      Enver Haase
198 M:      [email protected]
199 L:      [email protected]
200 S:      Maintained
201 F:      drivers/char/ser_a2232*
202
203 AACRAID SCSI RAID DRIVER
204 P:      Adaptec OEM Raid Solutions
205 M:      [email protected]
206 L:      [email protected]
207 W:      http://www.adaptec.com/
208 S:      Supported
209 F:      Documentation/scsi/aacraid.txt
210 F:      drivers/scsi/aacraid/
211
212 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
213 P:      Hans de Goede
214 M:      [email protected]
215 L:      [email protected]
216 S:      Maintained
217 F:      drivers/hwmon/abituguru.c
218
219 ABIT UGURU 3 HARDWARE MONITOR DRIVER
220 P:      Alistair John Strachan
221 M:      [email protected]
222 L:      [email protected]
223 S:      Maintained
224 F:      drivers/hwmon/abituguru3.c
225
226 ACENIC DRIVER
227 P:      Jes Sorensen
228 M:      [email protected]
229 L:      [email protected]
230 S:      Maintained
231 F:      drivers/net/acenic*
232
233 ACER WMI LAPTOP EXTRAS
234 P:      Carlos Corbacho
235 M:      [email protected]
236 L:      [email protected] (subscribers-only)
237 W:      http://code.google.com/p/aceracpi
238 S:      Maintained
239 F:      drivers/platform/x86/acer-wmi.c
240
241 ACPI
242 P:      Len Brown
243 M:      [email protected]
244 L:      [email protected]
245 W:      http://www.lesswatts.org/projects/acpi/
246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
247 S:      Supported
248 F:      drivers/acpi/
249 F:      drivers/pnp/pnpacpi/
250 F:      include/linux/acpi.h
251
252 ACPI BATTERY DRIVERS
253 P:      Alexey Starikovskiy
254 M:      [email protected]
255 L:      [email protected]
256 W:      http://www.lesswatts.org/projects/acpi/
257 S:      Supported
258 F:      drivers/acpi/battery.c
259 F:      drivers/acpi/*sbs*
260
261 ACPI EC DRIVER
262 P:      Alexey Starikovskiy
263 M:      [email protected]
264 L:      [email protected]
265 W:      http://www.lesswatts.org/projects/acpi/
266 S:      Supported
267 F:      drivers/acpi/ec.c
268
269 ACPI FAN DRIVER
270 P:      Zhang Rui
271 M:      [email protected]
272 L:      [email protected]
273 W:      http://www.lesswatts.org/projects/acpi/
274 S:      Supported
275 F:      drivers/acpi/fan.c
276
277 ACPI PCI HOTPLUG DRIVER
278 P:      Kristen Carlson Accardi
279 M:      [email protected]
280 L:      [email protected]
281 S:      Supported
282 F:      drivers/pci/hotplug/acpi*
283
284 ACPI THERMAL DRIVER
285 P:      Zhang Rui
286 M:      [email protected]
287 L:      [email protected]
288 W:      http://www.lesswatts.org/projects/acpi/
289 S:      Supported
290 F:      drivers/acpi/*thermal*
291
292 ACPI VIDEO DRIVER
293 P:      Zhang Rui
294 M:      [email protected]
295 L:      [email protected]
296 W:      http://www.lesswatts.org/projects/acpi/
297 S:      Supported
298 F:      drivers/acpi/video.c
299
300 ACPI WMI DRIVER
301 P:      Carlos Corbacho
302 M:      [email protected]
303 L:      [email protected]
304 W:      http://www.lesswatts.org/projects/acpi/
305 S:      Maintained
306 F:      drivers/platform/x86/wmi.c
307
308 AD1889 ALSA SOUND DRIVER
309 P:      Kyle McMartin
310 M:      [email protected]
311 P:      Thibaut Varene
312 M:      [email protected]
313 W:      http://wiki.parisc-linux.org/AD1889
314 L:      [email protected]
315 S:      Maintained
316 F:      sound/pci/ad1889.*
317
318 ADM1025 HARDWARE MONITOR DRIVER
319 P:      Jean Delvare
320 M:      [email protected]
321 L:      [email protected]
322 S:      Maintained
323 F:      Documentation/hwmon/adm1025
324 F:      drivers/hwmon/adm1025.c
325
326 ADM1029 HARDWARE MONITOR DRIVER
327 P:      Corentin Labbe
328 M:      [email protected]
329 L:      [email protected]
330 S:      Maintained
331 F:      drivers/hwmon/adm1029.c
332
333 ADM8211 WIRELESS DRIVER
334 P:      Michael Wu
335 M:      [email protected]
336 L:      [email protected]
337 W:      http://linuxwireless.org/
338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
339 S:      Maintained
340 F:      drivers/net/wireless/adm8211.*
341
342 ADT746X FAN DRIVER
343 P:      Colin Leroy
344 M:      [email protected]
345 S:      Maintained
346 F:      drivers/macintosh/therm_adt746x.c
347
348 ADVANSYS SCSI DRIVER
349 P:      Matthew Wilcox
350 M:      [email protected]
351 L:      [email protected]
352 S:      Maintained
353 F:      Documentation/scsi/advansys.txt
354 F:      drivers/scsi/advansys.c
355
356 AEDSP16 DRIVER
357 P:      Riccardo Facchetti
358 M:      [email protected]
359 S:      Maintained
360 F:      sound/oss/aedsp16.c
361
362 AFFS FILE SYSTEM
363 P:      Roman Zippel
364 M:      [email protected]
365 S:      Maintained
366 F:      Documentation/filesystems/affs.txt
367 F:      fs/affs/
368
369 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
370 P:      David Howells
371 M:      [email protected]
372 L:      [email protected]
373 S:      Supported
374 F:      fs/afs/
375 F:      include/net/af_rxrpc.h
376 F:      net/rxrpc/af_rxrpc.c
377
378 AGPGART DRIVER
379 P:      David Airlie
380 M:      [email protected]
381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
382 S:      Maintained
383 F:      drivers/char/agp/
384 F:      include/linux/agp*
385
386 AHA152X SCSI DRIVER
387 P:      Juergen E. Fischer
388 M:      [email protected]
389 L:      [email protected]
390 S:      Maintained
391 F:      drivers/scsi/aha152x*
392 F:      drivers/scsi/pcmcia/aha152x*
393
394 AIC7XXX / AIC79XX SCSI DRIVER
395 P:      Hannes Reinecke
396 M:      [email protected]
397 L:      [email protected]
398 S:      Maintained
399 F:      drivers/scsi/aic7xxx/
400 F:      drivers/scsi/aic7xxx_old/
401
402 AIO
403 P:      Benjamin LaHaise
404 M:      [email protected]
405 L:      [email protected]
406 S:      Supported
407 F:      fs/aio.c
408 F:      include/linux/*aio*.h
409
410 ALCATEL SPEEDTOUCH USB DRIVER
411 P:      Duncan Sands
412 M:      [email protected]
413 L:      [email protected]
414 W:      http://www.linux-usb.org/SpeedTouch/
415 S:      Maintained
416 F:      drivers/usb/atm/speedtch.c
417 F:      drivers/usb/atm/usbatm.c
418
419 ALCHEMY AU1XX0 MMC DRIVER
420 P:      Manuel Lauss
421 M:      [email protected]
422 S:      Maintained
423 F:      drivers/mmc/host/au1xmmc.c
424
425 ALI1563 I2C DRIVER
426 P:      Rudolf Marek
427 M:      [email protected]
428 L:      [email protected]
429 S:      Maintained
430 F:      Documentation/i2c/busses/i2c-ali1563
431 F:      drivers/i2c/busses/i2c-ali1563.c
432
433 ALPHA PORT
434 P:      Richard Henderson
435 M:      [email protected]
436 S:      Odd Fixes for 2.4; Maintained for 2.6.
437 P:      Ivan Kokshaysky
438 M:      [email protected]
439 S:      Maintained for 2.4; PCI support for 2.6.
440 L:      [email protected]
441 F:      arch/alpha/
442
443 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
444 P:      Thomas Dahlmann
445 M:      [email protected]
446 L:      [email protected] (moderated for non-subscribers)
447 S:      Supported
448 F:      drivers/usb/gadget/amd5536udc.*
449
450 AMD GEODE PROCESSOR/CHIPSET SUPPORT
451 P:      Jordan Crouse
452 L:      [email protected] (moderated for non-subscribers)
453 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
454 S:      Supported
455 F:      arch/x86/kernel/geode_32.c
456 F:      drivers/char/hw_random/geode-rng.c
457 F:      drivers/crypto/geode*
458 F:      drivers/video/geode/
459 F:      arch/x86/include/asm/geode.h
460
461 AMD IOMMU (AMD-VI)
462 P:      Joerg Roedel
463 M:      [email protected]
464 L:      [email protected]
465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
466 S:      Supported
467 F:      arch/x86/kernel/amd_iommu*.c
468 F:      arch/x86/include/asm/amd_iommu*.h
469
470 AMD MICROCODE UPDATE SUPPORT
471 P:      Andreas Herrmann
472 M:      [email protected]
473 L:      [email protected]
474 S:      Supported
475 F:      arch/x86/kernel/microcode_amd.c
476
477 AMS (Apple Motion Sensor) DRIVER
478 P:      Stelian Pop
479 M:      [email protected]
480 P:      Michael Hanselmann
481 M:      [email protected]
482 S:      Supported
483 F:      drivers/hwmon/ams/
484
485 AMSO1100 RNIC DRIVER
486 P:      Tom Tucker
487 M:      [email protected]
488 P:      Steve Wise
489 M:      [email protected]
490 L:      [email protected]
491 S:      Maintained
492 F:      drivers/infiniband/hw/amso1100/
493
494 AOA (Apple Onboard Audio) ALSA DRIVER
495 P:      Johannes Berg
496 M:      [email protected]
497 L:      [email protected]
498 L:      [email protected] (moderated for non-subscribers)
499 S:      Maintained
500 F:      sound/aoa/
501
502 APM DRIVER
503 P:      Stephen Rothwell
504 M:      [email protected]
505 L:      [email protected]
506 W:      http://www.canb.auug.org.au/~sfr/
507 S:      Supported
508 F:      arch/x86/kernel/apm_32.c
509 F:      include/linux/apm_bios.h
510
511 APPLE BCM5974 MULTITOUCH DRIVER
512 P:      Henrik Rydberg
513 M:      [email protected]
514 L:      [email protected]
515 S:      Maintained
516 F:      drivers/input/mouse/bcm5974.c
517
518 APPLE SMC DRIVER
519 P:      Nicolas Boichat
520 M:      [email protected]
521 L:      [email protected]
522 S:      Maintained
523 F:      drivers/hwmon/applesmc.c
524
525 APPLETALK NETWORK LAYER
526 P:      Arnaldo Carvalho de Melo
527 M:      [email protected]
528 S:      Maintained
529 F:      drivers/net/appletalk/
530 F:      net/appletalk/
531
532 APPLETOUCH TOUCHPAD DRIVER
533 P:      Johannes Berg
534 M:      [email protected]
535 L:      [email protected]
536 S:      Maintained
537 F:      Documentation/input/appletouch.txt
538 F:      drivers/input/mouse/appletouch.c
539
540 ARC FRAMEBUFFER DRIVER
541 P:      Jaya Kumar
542 M:      [email protected]
543 S:      Maintained
544 F:      drivers/video/arcfb.c
545 F:      drivers/video/fb_defio.c
546
547 ARM MFM AND FLOPPY DRIVERS
548 P:      Ian Molton
549 M:      [email protected]
550 S:      Maintained
551 F:      arch/arm/lib/floppydma.S
552 F:      arch/arm/include/asm/floppy.h
553
554 ARM PORT
555 P:      Russell King
556 M:      [email protected]
557 L:      [email protected] (subscribers-only)
558 W:      http://www.arm.linux.org.uk/
559 S:      Maintained
560 F:      arch/arm/
561
562 ARM PRIMECELL MMCI PL180/1 DRIVER
563 S:      Orphan
564 F:      drivers/mmc/host/mmci.*
565
566 ARM/ADI ROADRUNNER MACHINE SUPPORT
567 P:      Lennert Buytenhek
568 M:      [email protected]
569 L:      [email protected] (subscribers-only)
570 S:      Maintained
571 F:      arch/arm/mach-ixp23xx/
572 F:      arch/arm/mach-ixp23xx/include/mach/
573
574 ARM/ADS SPHERE MACHINE SUPPORT
575 P:      Lennert Buytenhek
576 M:      [email protected]
577 L:      [email protected] (subscribers-only)
578 S:      Maintained
579
580 ARM/AFEB9260 MACHINE SUPPORT
581 P:      Sergey Lapin
582 M:      [email protected]
583 L:      [email protected] (subscribers-only)
584 S:      Maintained
585
586 ARM/AJECO 1ARM MACHINE SUPPORT
587 P:      Lennert Buytenhek
588 M:      [email protected]
589 L:      [email protected] (subscribers-only)
590 S:      Maintained
591
592 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
593 P:      Andrew Victor
594 M:      [email protected]
595 L:      [email protected] (subscribers-only)
596 W:      http://maxim.org.za/at91_26.html
597 S:      Maintained
598
599 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
600 P:      Lennert Buytenhek
601 M:      [email protected]
602 L:      [email protected] (subscribers-only)
603 S:      Maintained
604
605 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
606 P:      Lennert Buytenhek
607 M:      [email protected]
608 L:      [email protected] (subscribers-only)
609 S:      Maintained
610
611 ARM/CLKDEV SUPPORT
612 P:      Russell King
613 M:      [email protected]
614 L:      [email protected] (subscribers-only)
615 F:      arch/arm/common/clkdev.c
616 F:      arch/arm/include/asm/clkdev.h
617
618 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
619 P:      Mike Rapoport
620 M:      [email protected]
621 L:      [email protected] (subscribers-only)
622 S:      Maintained
623
624 ARM/CORGI MACHINE SUPPORT
625 P:      Richard Purdie
626 M:      [email protected]
627 S:      Maintained
628
629 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
630 P:      Paulius Zaleckas
631 M:      [email protected]
632 L:      [email protected] (subscribers-only)
633 T:      git git://gitorious.org/linux-gemini/mainline.git
634 S:      Maintained
635 F:      arch/arm/mach-gemini/
636
637 ARM/EBSA110 MACHINE SUPPORT
638 P:      Russell King
639 M:      [email protected]
640 L:      [email protected] (subscribers-only)
641 W:      http://www.arm.linux.org.uk/
642 S:      Maintained
643 F:      arch/arm/mach-ebsa110/
644 F:      drivers/net/arm/am79c961a.*
645
646 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
647 P:      Daniel Ribeiro
648 M:      [email protected]
649 P:      Stefan Schmidt
650 M:      [email protected]
651 P:      Harald Welte
652 M:      [email protected]
653 L:      [email protected] (subscribers-only)
654 W:      http://www.openezx.org/
655 S:      Maintained
656 T:      topgit git://git.openezx.org/openezx.git
657 F:      arch/arm/mach-pxa/ezx.c
658
659 ARM/FARADAY FA526 PORT
660 P:      Paulius Zaleckas
661 M:      [email protected]
662 L:      [email protected] (subscribers-only)
663 S:      Maintained
664 F:      arch/arm/mm/*-fa*
665
666 ARM/FOOTBRIDGE ARCHITECTURE
667 P:      Russell King
668 M:      [email protected]
669 L:      [email protected] (subscribers-only)
670 W:      http://www.arm.linux.org.uk/
671 S:      Maintained
672 F:      arch/arm/include/asm/hardware/dec21285.h
673 F:      arch/arm/mach-footbridge/
674
675 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
676 P:      Sascha Hauer
677 M:      [email protected]
678 L:      [email protected] (subscribers-only)
679 S:      Maintained
680
681 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
682 P:      Lennert Buytenhek
683 M:      [email protected]
684 L:      [email protected] (subscribers-only)
685 S:      Maintained
686
687 ARM/GUMSTIX MACHINE SUPPORT
688 P:      Steve Sakoman
689 M:      [email protected]
690 L:      [email protected] (subscribers-only)
691 S:      Maintained
692
693 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
694 P:      Philipp Zabel
695 M:      [email protected]
696 S:      Maintained
697 F:      arch/arm/mach-pxa/hx4700.c
698 F:      arch/arm/mach-pxa/include/mach/hx4700.h
699
700 ARM/HP JORNADA 7XX MACHINE SUPPORT
701 P:      Kristoffer Ericson
702 M:      [email protected]
703 W:      www.jlime.com
704 S:      Maintained
705
706 ARM/INTEL IOP32X ARM ARCHITECTURE
707 P:      Lennert Buytenhek
708 M:      [email protected]
709 P:      Dan Williams
710 M:      [email protected]
711 L:      [email protected] (subscribers-only)
712 S:      Supported
713
714 ARM/INTEL IOP33X ARM ARCHITECTURE
715 P:      Dan Williams
716 M:      [email protected]
717 L:      [email protected] (subscribers-only)
718 S:      Supported
719
720 ARM/INTEL IOP13XX ARM ARCHITECTURE
721 P:      Lennert Buytenhek
722 M:      [email protected]
723 P:      Dan Williams
724 M:      [email protected]
725 L:      [email protected] (subscribers-only)
726 S:      Supported
727
728 ARM/INTEL IQ81342EX MACHINE SUPPORT
729 P:      Lennert Buytenhek
730 M:      [email protected]
731 P:      Dan Williams
732 M:      [email protected]
733 L:      [email protected] (subscribers-only)
734 S:      Supported
735
736 ARM/INTEL IXP2000 ARM ARCHITECTURE
737 P:      Lennert Buytenhek
738 M:      [email protected]
739 L:      [email protected] (subscribers-only)
740 S:      Maintained
741
742 ARM/INTEL IXDP2850 MACHINE SUPPORT
743 P:      Lennert Buytenhek
744 M:      [email protected]
745 L:      [email protected] (subscribers-only)
746 S:      Maintained
747
748 ARM/INTEL IXP23XX ARM ARCHITECTURE
749 P:      Lennert Buytenhek
750 M:      [email protected]
751 L:      [email protected] (subscribers-only)
752 S:      Maintained
753
754 ARM/INTEL XSC3 (MANZANO) ARM CORE
755 P:      Lennert Buytenhek
756 M:      [email protected]
757 P:      Dan Williams
758 M:      [email protected]
759 L:      [email protected] (subscribers-only)
760 S:      Supported
761
762 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
763 P:      Lennert Buytenhek
764 M:      [email protected]
765 L:      [email protected] (subscribers-only)
766 S:      Maintained
767
768 ARM/LOGICPD PXA270 MACHINE SUPPORT
769 P:      Lennert Buytenhek
770 M:      [email protected]
771 L:      [email protected] (subscribers-only)
772 S:      Maintained
773
774 ARM/MAGICIAN MACHINE SUPPORT
775 P:      Philipp Zabel
776 M:      [email protected]
777 S:      Maintained
778
779 ARM/MIOA701 MACHINE SUPPORT
780 P:      Robert Jarzmik
781 M:      [email protected]
782 L:      [email protected] (subscribers-only)
783 F:      arch/arm/mach-pxa/mioa701.c
784 S:      Maintained
785
786 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
787 P:      Michael Petchkovsky
788 M:      [email protected]
789 S:      Maintained
790
791 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
792 P:      Nelson Castillo
793 M:      [email protected]
794 L:      [email protected] (subscribers-only)
795 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
796 S:      Supported
797
798 ARM/TOSA MACHINE SUPPORT
799 P:      Dmitry Eremin-Solenikov
800 M:      [email protected]
801 P:      Dirk Opfer
802 M:      [email protected]
803 S:      Maintained
804
805 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
806 P:      Marek Vasut
807 M:      [email protected]
808 W:      http://hackndev.com
809 S:      Maintained
810
811 ARM/PALM TREO 680 SUPPORT
812 P:      Tomas Cech
813 M:      [email protected]
814 W:      http://hackndev.com
815 S:      Maintained
816
817 ARM/PALMZ72 SUPPORT
818 P:      Sergey Lapin
819 M:      [email protected]
820 W:      http://hackndev.com
821 S:      Maintained
822
823 ARM/PLEB SUPPORT
824 P:      Peter Chubb
825 M:      [email protected]
826 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
827 S:      Maintained
828
829 ARM/PT DIGITAL BOARD PORT
830 P:      Stefan Eletzhofer
831 M:      [email protected]
832 L:      [email protected] (subscribers-only)
833 W:      http://www.arm.linux.org.uk/
834 S:      Maintained
835
836 ARM/RADISYS ENP2611 MACHINE SUPPORT
837 P:      Lennert Buytenhek
838 M:      [email protected]
839 L:      [email protected] (subscribers-only)
840 S:      Maintained
841
842 ARM/RISCPC ARCHITECTURE
843 P:      Russell King
844 M:      [email protected]
845 L:      [email protected] (subscribers-only)
846 W:      http://www.arm.linux.org.uk/
847 S:      Maintained
848 F:      arch/arm/common/time-acorn.c
849 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
850 F:      arch/arm/include/asm/hardware/ioc.h
851 F:      arch/arm/include/asm/hardware/iomd.h
852 F:      arch/arm/include/asm/hardware/memc.h
853 F:      arch/arm/mach-rpc/
854 F:      drivers/net/arm/ether*
855 F:      drivers/scsi/arm/
856
857 ARM/SHARK MACHINE SUPPORT
858 P:      Alexander Schulz
859 M:      [email protected]
860 W:      http://www.shark-linux.de/shark.html
861 S:      Maintained
862
863 ARM/S3C2410 ARM ARCHITECTURE
864 P:      Ben Dooks
865 M:      [email protected]
866 L:      [email protected] (subscribers-only)
867 W:      http://www.fluff.org/ben/linux/
868 S:      Maintained
869
870 ARM/S3C2440 ARM ARCHITECTURE
871 P:      Ben Dooks
872 M:      [email protected]
873 L:      [email protected] (subscribers-only)
874 W:      http://www.fluff.org/ben/linux/
875 S:      Maintained
876
877 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
878 P:      Lennert Buytenhek
879 M:      [email protected]
880 L:      [email protected] (subscribers-only)
881 S:      Maintained
882
883 ARM/THECUS N2100 MACHINE SUPPORT
884 P:      Lennert Buytenhek
885 M:      [email protected]
886 L:      [email protected] (subscribers-only)
887 S:      Maintained
888
889 ARM/NUVOTON W90X900 ARM ARCHITECTURE
890 P:      Wan ZongShun
891 M:      [email protected]
892 L:      [email protected] (subscribers-only)
893 W:      http://www.mcuos.com
894 S:      Maintained
895
896 ARM/VFP SUPPORT
897 P:      Russell King
898 M:      [email protected]
899 L:      [email protected] (subscribers-only)
900 W:      http://www.arm.linux.org.uk/
901 S:      Maintained
902 F:      arch/arm/vfp/
903
904 ARPD SUPPORT
905 P:      Jonathan Layes
906 L:      [email protected]
907 S:      Maintained
908 F:      net/ipv4/arp.c
909
910 ASUS ACPI EXTRAS DRIVER
911 P:      Corentin Chary
912 M:      [email protected]
913 P:      Karol Kozimor
914 M:      [email protected]
915 L:      [email protected]
916 W:      http://sourceforge.net/projects/acpi4asus
917 W:      http://xf.iksaif.net/acpi4asus
918 S:      Maintained
919 F:      arch/x86/kernel/acpi/boot.c
920 F:      drivers/platform/x86/asus_acpi.c
921
922 ASUS ASB100 HARDWARE MONITOR DRIVER
923 P:      Mark M. Hoffman
924 M:      [email protected]
925 L:      [email protected]
926 S:      Maintained
927 F:      drivers/hwmon/asb100.c
928
929 ASUS LAPTOP EXTRAS DRIVER
930 P:      Corentin Chary
931 M:      [email protected]
932 L:      [email protected]
933 W:      http://sourceforge.net/projects/acpi4asus
934 W:      http://xf.iksaif.net/acpi4asus
935 S:      Maintained
936 F:      drivers/platform/x86/asus-laptop.c
937
938 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
939 P:      Dan Williams
940 M:      [email protected]
941 P:      Maciej Sosnowski
942 M:      [email protected]
943 W:      http://sourceforge.net/projects/xscaleiop
944 S:      Supported
945 F:      Documentation/crypto/async-tx-api.txt
946 F:      crypto/async_tx/
947 F:      drivers/dma/
948 F:      include/linux/dmaengine.h
949 F:      include/linux/async_tx.h
950
951 ATA OVER ETHERNET (AOE) DRIVER
952 P:      Ed L. Cashin
953 M:      [email protected]
954 W:      http://www.coraid.com/support/linux
955 S:      Supported
956 F:      Documentation/aoe/
957 F:      drivers/block/aoe/
958
959 ATHEROS ATH5K WIRELESS DRIVER
960 P:      Jiri Slaby
961 M:      [email protected]
962 P:      Nick Kossifidis
963 M:      [email protected]
964 P:      Luis R. Rodriguez
965 M:      [email protected]
966 P:      Bob Copeland
967 M:      [email protected]
968 L:      [email protected]
969 L:      [email protected]
970 S:      Maintained
971 F:      drivers/net/wireless/ath/ath5k/
972
973 ATHEROS ATH9K WIRELESS DRIVER
974 P:      Luis R. Rodriguez
975 M:      [email protected]
976 P:      Jouni Malinen
977 M:      [email protected]
978 P:      Sujith Manoharan
979 M:      [email protected]
980 P:      Vasanthakumar Thiagarajan
981 M:      [email protected]
982 P:      Senthil Balasubramanian
983 M:      [email protected]
984 L:      [email protected]
985 L:      [email protected]
986 S:      Supported
987 F:      drivers/net/wireless/ath/ath9k/
988
989 ATHEROS AR9170 WIRELESS DRIVER
990 P:      Christian Lamparter
991 M:      [email protected]
992 L:      [email protected]
993 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
994 S:      Maintained
995 F:      drivers/net/wireless/ath/ar9170/
996
997 ATI_REMOTE2 DRIVER
998 P:      Ville Syrjala
999 M:      [email protected]
1000 S:      Maintained
1001 F:      drivers/input/misc/ati_remote2.c
1002
1003 ATLX ETHERNET DRIVERS
1004 P:      Jay Cliburn
1005 M:      [email protected]
1006 P:      Chris Snook
1007 M:      [email protected]
1008 P:      Jie Yang
1009 M:      [email protected]
1010 L:      [email protected]
1011 W:      http://sourceforge.net/projects/atl1
1012 W:      http://atl1.sourceforge.net
1013 S:      Maintained
1014 F:      drivers/net/atlx/
1015
1016 ATM
1017 P:      Chas Williams
1018 M:      [email protected]
1019 L:      [email protected] (subscribers-only)
1020 L:      [email protected]
1021 W:      http://linux-atm.sourceforge.net
1022 S:      Maintained
1023 F:      drivers/atm/
1024 F:      include/linux/atm*
1025
1026 ATMEL AT91 MCI DRIVER
1027 P:      Nicolas Ferre
1028 M:      [email protected]
1029 L:      [email protected] (subscribers-only)
1030 W:      http://www.atmel.com/products/AT91/
1031 W:      http://www.at91.com/
1032 S:      Maintained
1033 F:      drivers/mmc/host/at91_mci.c
1034
1035 ATMEL AT91 / AT32 MCI DRIVER
1036 P:      Nicolas Ferre
1037 M:      [email protected]
1038 S:      Maintained
1039 F:      drivers/mmc/host/atmel-mci.c
1040 F:      drivers/mmc/host/atmel-mci-regs.h
1041
1042 ATMEL AT91 / AT32 SERIAL DRIVER
1043 P:      Haavard Skinnemoen
1044 M:      [email protected]
1045 S:      Supported
1046 F:      drivers/serial/atmel_serial.c
1047
1048 ATMEL LCDFB DRIVER
1049 P:      Nicolas Ferre
1050 M:      [email protected]
1051 L:      [email protected] (moderated for non-subscribers)
1052 S:      Maintained
1053 F:      drivers/video/atmel_lcdfb.c
1054 F:      include/video/atmel_lcdc.h
1055
1056 ATMEL MACB ETHERNET DRIVER
1057 P:      Haavard Skinnemoen
1058 M:      [email protected]
1059 S:      Supported
1060 F:      drivers/net/macb.*
1061
1062 ATMEL SPI DRIVER
1063 P:      Haavard Skinnemoen
1064 M:      [email protected]
1065 S:      Supported
1066 F:      drivers/spi/atmel_spi.*
1067
1068 ATMEL USBA UDC DRIVER
1069 P:      Haavard Skinnemoen
1070 M:      [email protected]
1071 L:      [email protected]
1072 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1073 S:      Supported
1074 F:      drivers/usb/gadget/atmel_usba_udc.*
1075
1076 ATMEL WIRELESS DRIVER
1077 P:      Simon Kelley
1078 M:      [email protected]
1079 L:      [email protected]
1080 W:      http://www.thekelleys.org.uk/atmel
1081 W:      http://atmelwlandriver.sourceforge.net/
1082 S:      Maintained
1083 F:      drivers/net/wireless/atmel*
1084
1085 AUDIT SUBSYSTEM
1086 P:      Al Viro
1087 M:      [email protected]
1088 P:      Eric Paris
1089 M:      [email protected]
1090 L:      [email protected] (subscribers-only)
1091 W:      http://people.redhat.com/sgrubb/audit/
1092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1093 S:      Maintained
1094 F:      include/linux/audit.h
1095 F:      kernel/audit*
1096
1097 AUXILIARY DISPLAY DRIVERS
1098 P:      Miguel Ojeda Sandonis
1099 M:      [email protected]
1100 W:      http://miguelojeda.es/auxdisplay.htm
1101 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1102 S:      Maintained
1103 F:      drivers/auxdisplay/
1104 F:      include/linux/cfag12864b.h
1105
1106 AVR32 ARCHITECTURE
1107 P:      Haavard Skinnemoen
1108 M:      [email protected]
1109 W:      http://www.atmel.com/products/AVR32/
1110 W:      http://avr32linux.org/
1111 W:      http://avrfreaks.net/
1112 S:      Supported
1113 F:      arch/avr32/
1114
1115 AVR32/AT32AP MACHINE SUPPORT
1116 P:      Haavard Skinnemoen
1117 M:      [email protected]
1118 S:      Supported
1119 F:      arch/avr32/mach-at32ap/
1120
1121 AX.25 NETWORK LAYER
1122 P:      Ralf Baechle
1123 M:      [email protected]
1124 L:      [email protected]
1125 W:      http://www.linux-ax25.org/
1126 S:      Maintained
1127 F:      include/linux/ax25.h
1128 F:      include/net/ax25.h
1129 F:      net/ax25/
1130
1131 B43 WIRELESS DRIVER
1132 P:      Michael Buesch
1133 M:      [email protected]
1134 P:      Stefano Brivio
1135 M:      [email protected]
1136 L:      [email protected]
1137 W:      http://linuxwireless.org/en/users/Drivers/b43
1138 S:      Maintained
1139 F:      drivers/net/wireless/b43/
1140
1141 B43LEGACY WIRELESS DRIVER
1142 P:      Larry Finger
1143 M:      [email protected]
1144 P:      Stefano Brivio
1145 M:      [email protected]
1146 L:      [email protected]
1147 W:      http://linuxwireless.org/en/users/Drivers/b43
1148 S:      Maintained
1149 F:      drivers/net/wireless/b43legacy/
1150
1151 BACKLIGHT CLASS/SUBSYSTEM
1152 P:      Richard Purdie
1153 M:      [email protected]
1154 S:      Maintained
1155 F:      drivers/video/backlight/
1156 F:      include/linux/backlight.h
1157
1158 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1159 P:      Thomas Sailer
1160 M:      [email protected]
1161 L:      [email protected]
1162 W:      http://www.baycom.org/~tom/ham/ham.html
1163 S:      Maintained
1164 F:      drivers/net/hamradio/baycom*
1165
1166 BEFS FILE SYSTEM
1167 P:      Sergey S. Kostyliov
1168 M:      [email protected]
1169 S:      Maintained
1170 F:      Documentation/filesystems/befs.txt
1171 F:      fs/befs/
1172
1173 BFS FILE SYSTEM
1174 P:      Tigran A. Aivazian
1175 M:      [email protected]
1176 S:      Maintained
1177 F:      Documentation/filesystems/bfs.txt
1178 F:      fs/bfs/
1179 F:      include/linux/bfs_fs.h
1180
1181 BLACKFIN ARCHITECTURE
1182 P:      Mike Frysinger
1183 M:      [email protected]
1184 L:      [email protected]
1185 W:      http://blackfin.uclinux.org
1186 S:      Supported
1187 F:      arch/blackfin/
1188
1189 BLACKFIN EMAC DRIVER
1190 P:      Michael Hennerich
1191 M:      [email protected]
1192 L:      [email protected]
1193 W:      http://blackfin.uclinux.org
1194 S:      Supported
1195 F:      drivers/net/bfin_mac.*
1196
1197 BLACKFIN RTC DRIVER
1198 P:      Mike Frysinger
1199 M:      [email protected]
1200 L:      [email protected]
1201 W:      http://blackfin.uclinux.org
1202 S:      Supported
1203 F:      drivers/rtc/rtc-bfin.c
1204
1205 BLACKFIN SERIAL DRIVER
1206 P:      Sonic Zhang
1207 M:      [email protected]
1208 L:      [email protected]
1209 W:      http://blackfin.uclinux.org
1210 S:      Supported
1211 F:      drivers/serial/bfin_5xx.c
1212
1213 BLACKFIN WATCHDOG DRIVER
1214 P:      Mike Frysinger
1215 M:      [email protected]
1216 L:      [email protected]
1217 W:      http://blackfin.uclinux.org
1218 S:      Supported
1219 F:      drivers/watchdog/bfin_wdt.c
1220
1221 BLACKFIN I2C TWI DRIVER
1222 P:      Sonic Zhang
1223 M:      [email protected]
1224 L:      [email protected]
1225 W:      http://blackfin.uclinux.org/
1226 S:      Supported
1227 F:      drivers/i2c/busses/i2c-bfin-twi.c
1228
1229 BLOCK LAYER
1230 P:      Jens Axboe
1231 M:      [email protected]
1232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1233 S:      Maintained
1234 F:      block/
1235
1236 BLOCK2MTD DRIVER
1237 P:      Joern Engel
1238 M:      [email protected]
1239 L:      [email protected]
1240 S:      Maintained
1241 F:      drivers/mtd/devices/block2mtd.c
1242
1243 BLUETOOTH DRIVERS
1244 P:      Marcel Holtmann
1245 M:      [email protected]
1246 L:      [email protected]
1247 W:      http://www.bluez.org/
1248 S:      Maintained
1249 F:      drivers/bluetooth/
1250
1251 BLUETOOTH SUBSYSTEM
1252 P:      Marcel Holtmann
1253 M:      [email protected]
1254 L:      [email protected]
1255 W:      http://www.bluez.org/
1256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1257 S:      Maintained
1258 F:      net/bluetooth/
1259 F:      include/net/bluetooth/
1260
1261 BONDING DRIVER
1262 P:      Jay Vosburgh
1263 M:      [email protected]
1264 L:      [email protected]
1265 W:      http://sourceforge.net/projects/bonding/
1266 S:      Supported
1267 F:      drivers/net/bonding/
1268 F:      include/linux/if_bonding.h
1269
1270 BROADCOM B44 10/100 ETHERNET DRIVER
1271 P:      Gary Zambrano
1272 M:      [email protected]
1273 L:      [email protected]
1274 S:      Supported
1275 F:      drivers/net/b44.*
1276
1277 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1278 P:      Michael Chan
1279 M:      [email protected]
1280 L:      [email protected]
1281 S:      Supported
1282 F:      drivers/net/bnx2.*
1283 F:      drivers/net/bnx2_*
1284
1285 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1286 P:      Eilon Greenstein
1287 M:      [email protected]
1288 L:      [email protected]
1289 S:      Supported
1290 F:      drivers/net/bnx2x*
1291
1292 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1293 P:      Matt Carlson
1294 M:      [email protected]
1295 P:      Michael Chan
1296 M:      [email protected]
1297 L:      [email protected]
1298 S:      Supported
1299 F:      drivers/net/tg3.*
1300
1301 BSG (block layer generic sg v4 driver)
1302 P:      FUJITA Tomonori
1303 M:      [email protected]
1304 L:      [email protected]
1305 S:      Supported
1306 F:      block/bsg.c
1307 F:      include/linux/bsg.h
1308
1309 BT8XXGPIO DRIVER
1310 P:      Michael Buesch
1311 M:      [email protected]
1312 W:      http://bu3sch.de/btgpio.php
1313 S:      Maintained
1314 F:      drivers/gpio/bt8xxgpio.c
1315
1316 BTRFS FILE SYSTEM
1317 P:      Chris Mason
1318 M:      [email protected]
1319 L:      [email protected]
1320 W:      http://btrfs.wiki.kernel.org/
1321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1322 S:      Maintained
1323 F:      Documentation/filesystems/btrfs.txt
1324 F:      fs/btrfs/
1325
1326 BTTV VIDEO4LINUX DRIVER
1327 P:      Mauro Carvalho Chehab
1328 M:      [email protected]
1329 L:      [email protected]
1330 W:      http://linuxtv.org
1331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1332 S:      Maintained
1333 F:      Documentation/video4linux/bttv/
1334 F:      drivers/media/video/bt8xx/bttv*
1335
1336 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1337 P:      David Howells
1338 M:      [email protected]
1339 L:      [email protected]
1340 S:      Supported
1341 F:      Documentation/filesystems/caching/cachefiles.txt
1342 F:      fs/cachefiles/
1343
1344 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1345 P:      Jonathan Corbet
1346 M:      [email protected]
1347 L:      [email protected]
1348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1349 S:      Maintained
1350 F:      Documentation/video4linux/cafe_ccic
1351 F:      drivers/media/video/cafe_ccic*
1352
1353 CALGARY x86-64 IOMMU
1354 P:      Muli Ben-Yehuda
1355 M:      [email protected]
1356 P:      Jon D. Mason
1357 M:      [email protected]
1358 L:      [email protected]
1359 S:      Maintained
1360 F:      arch/x86/kernel/pci-calgary_64.c
1361 F:      arch/x86/kernel/tce_64.c
1362 F:      arch/x86/include/asm/calgary.h
1363 F:      arch/x86/include/asm/tce.h
1364
1365 CAN NETWORK LAYER
1366 P:      Urs Thuermann
1367 M:      [email protected]
1368 P:      Oliver Hartkopp
1369 M:      [email protected]
1370 L:      [email protected] (subscribers-only)
1371 W:      http://developer.berlios.de/projects/socketcan/
1372 S:      Maintained
1373 F:      drivers/net/can/
1374 F:      include/linux/can/
1375 F:      include/linux/can.h
1376
1377 CAN NETWORK DRIVERS
1378 P:      Wolfgang Grandegger
1379 M:      [email protected]
1380 L:      [email protected] (subscribers-only)
1381 W:      http://developer.berlios.de/projects/socketcan/
1382 S:      Maintained
1383
1384 CELL BROADBAND ENGINE ARCHITECTURE
1385 P:      Arnd Bergmann
1386 M:      [email protected]
1387 L:      [email protected]
1388 L:      [email protected]
1389 W:      http://www.ibm.com/developerworks/power/cell/
1390 S:      Supported
1391 F:      arch/powerpc/include/asm/cell*.h
1392 F:      arch/powerpc/include/asm/spu*.h
1393 F:      arch/powerpc/oprofile/*cell*
1394 F:      arch/powerpc/platforms/cell/
1395
1396 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1397 P:      David Vrabel
1398 M:      [email protected]
1399 L:      [email protected]
1400 S:      Supported
1401 F:      Documentation/usb/WUSB-Design-overview.txt
1402 F:      Documentation/usb/wusb-cbaf
1403 F:      drivers/usb/wusbcore/
1404 F:      include/linux/usb/wusb*
1405
1406 CFAG12864B LCD DRIVER
1407 P:      Miguel Ojeda Sandonis
1408 M:      [email protected]
1409 W:      http://miguelojeda.es/auxdisplay.htm
1410 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1411 S:      Maintained
1412 F:      drivers/auxdisplay/cfag12864b.c
1413 F:      include/linux/cfag12864b.h
1414
1415 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1416 P:      Miguel Ojeda Sandonis
1417 M:      [email protected]
1418 W:      http://miguelojeda.es/auxdisplay.htm
1419 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1420 S:      Maintained
1421 F:      drivers/auxdisplay/cfag12864bfb.c
1422 F:      include/linux/cfag12864b.h
1423
1424 CFG80211 and NL80211
1425 P:      Johannes Berg
1426 M:      [email protected]
1427 L:      [email protected]
1428 S:      Maintained
1429 F:      include/linux/nl80211.h
1430 F:      include/net/cfg80211.h
1431 F:      net/wireless/*
1432 X:      net/wireless/wext*
1433
1434 CHECKPATCH
1435 P:      Andy Whitcroft
1436 M:      [email protected]
1437 S:      Supported
1438 F:      scripts/checkpatch.pl
1439
1440 CISCO 10G ETHERNET DRIVER
1441 P:      Scott Feldman
1442 M:      [email protected]
1443 P:      Joe Eykholt
1444 M:      [email protected]
1445 S:      Supported
1446 F:      drivers/net/enic/
1447
1448 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1449 P:      Lennert Buytenhek
1450 M:      [email protected]
1451 L:      [email protected]
1452 S:      Maintained
1453 F:      drivers/net/arm/ep93xx_eth.c
1454
1455 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1456 P:      Lennert Buytenhek
1457 M:      [email protected]
1458 L:      [email protected]
1459 S:      Maintained
1460 F:      drivers/usb/host/ohci-ep93xx.c
1461
1462 CIRRUS LOGIC CS4270 SOUND DRIVER
1463 P:      Timur Tabi
1464 M:      [email protected]
1465 L:      [email protected] (moderated for non-subscribers)
1466 S:      Supported
1467 F:      sound/soc/codecs/cs4270*
1468
1469 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1470 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1471 M:      Cirrus Logic Corporation, Thomas Woller <[email protected]>
1472 P:      Nils Faerber (port to kernel 2.4)
1473 M:      Nils Faerber <[email protected]>
1474 S:      Maintained
1475 F:      Documentation/input/cs461x.txt
1476 F:      sound/pci/cs46xx/
1477
1478 CLK API
1479 P:      Russell King
1480 M:      [email protected]
1481 F:      include/linux/clk.h
1482
1483 CISCO FCOE HBA DRIVER
1484 P:      Abhijeet Joglekar
1485 M:      [email protected]
1486 P:      Joe Eykholt
1487 M:      [email protected]
1488 L:      [email protected]
1489 S:      Supported
1490 F:      drivers/scsi/fnic/
1491
1492 CODA FILE SYSTEM
1493 P:      Jan Harkes
1494 M:      [email protected]
1495 M:      [email protected]
1496 L:      [email protected]
1497 W:      http://www.coda.cs.cmu.edu/
1498 S:      Maintained
1499 F:      Documentation/filesystems/coda.txt
1500 F:      fs/coda/
1501 F:      include/linux/coda*.h
1502
1503 COMMON INTERNET FILE SYSTEM (CIFS)
1504 P:      Steve French
1505 M:      [email protected]
1506 L:      [email protected]
1507 L:      [email protected]
1508 W:      http://linux-cifs.samba.org/
1509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1510 S:      Supported
1511 F:      Documentation/filesystems/cifs.txt
1512 F:      fs/cifs/
1513
1514 COMPACTPCI HOTPLUG CORE
1515 P:      Scott Murray
1516 M:      [email protected]
1517 M:      [email protected]
1518 L:      [email protected]
1519 S:      Supported
1520 F:      drivers/pci/hotplug/cpci_hotplug*
1521
1522 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1523 P:      Scott Murray
1524 M:      [email protected]
1525 M:      [email protected]
1526 L:      [email protected]
1527 S:      Supported
1528 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1529
1530 COMPACTPCI HOTPLUG GENERIC DRIVER
1531 P:      Scott Murray
1532 M:      [email protected]
1533 M:      [email protected]
1534 L:      [email protected]
1535 S:      Supported
1536 F:      drivers/pci/hotplug/cpcihp_generic.c
1537
1538 COMPAL LAPTOP SUPPORT
1539 P:      Cezary Jackiewicz
1540 M:      [email protected]
1541 S:      Maintained
1542 F:      drivers/platform/x86/compal-laptop.c
1543
1544 COMPUTONE INTELLIPORT MULTIPORT CARD
1545 P:      Michael H. Warfield
1546 M:      [email protected]
1547 W:      http://www.wittsend.com/computone.html
1548 S:      Maintained
1549 F:      Documentation/serial/computone.txt
1550 F:      drivers/char/ip2/
1551
1552 CONEXANT ACCESSRUNNER USB DRIVER
1553 P:      Simon Arlott
1554 M:      [email protected]
1555 L:      [email protected]
1556 W:      http://accessrunner.sourceforge.net/
1557 S:      Maintained
1558 F:      drivers/usb/atm/cxacru.c
1559
1560 CONFIGFS
1561 P:      Joel Becker
1562 M:      [email protected]
1563 S:      Supported
1564 F:      fs/configfs/
1565 F:      include/linux/configfs.h
1566
1567 CONTROL GROUPS (CGROUPS)
1568 P:      Paul Menage
1569 M:      [email protected]
1570 P:      Li Zefan
1571 M:      [email protected]
1572 L:      [email protected]
1573 S:      Maintained
1574 F:      include/linux/cgroup*
1575 F:      kernel/cgroup*
1576 F:      mm/*cgroup*
1577
1578 CORETEMP HARDWARE MONITORING DRIVER
1579 P:      Rudolf Marek
1580 M:      [email protected]
1581 L:      [email protected]
1582 S:      Maintained
1583 F:      Documentation/hwmon/coretemp
1584 F:      drivers/hwmon/coretemp.c
1585
1586 COSA/SRP SYNC SERIAL DRIVER
1587 P:      Jan "Yenya" Kasprzak
1588 M:      [email protected]
1589 W:      http://www.fi.muni.cz/~kas/cosa/
1590 S:      Maintained
1591 F:      drivers/net/wan/cosa*
1592
1593 CPMAC ETHERNET DRIVER
1594 P:      Florian Fainelli
1595 M:      [email protected]
1596 L:      [email protected]
1597 S:      Maintained
1598 F:      drivers/net/cpmac.c
1599
1600 CPU FREQUENCY DRIVERS
1601 P:      Dave Jones
1602 M:      [email protected]
1603 L:      [email protected]
1604 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1606 S:      Maintained
1607 F:      arch/x86/kernel/cpu/cpufreq/
1608 F:      drivers/cpufreq/
1609 F:      include/linux/cpufreq.h
1610
1611 CPUID/MSR DRIVER
1612 P:      H. Peter Anvin
1613 M:      [email protected]
1614 S:      Maintained
1615 F:      arch/x86/kernel/cpuid.c
1616 F:      arch/x86/kernel/msr.c
1617
1618 CPUSETS
1619 P:      Paul Menage
1620 M:      [email protected]
1621 W:      http://www.bullopensource.org/cpuset/
1622 W:      http://oss.sgi.com/projects/cpusets/
1623 S:      Supported
1624 F:      Documentation/cgroups/cpusets.txt
1625 F:      include/linux/cpuset.h
1626 F:      kernel/cpuset.c
1627
1628 CRAMFS FILESYSTEM
1629 W:      http://sourceforge.net/projects/cramfs/
1630 S:      Orphan
1631 F:      Documentation/filesystems/cramfs.txt
1632 F:      fs/cramfs/
1633
1634 CRIS PORT
1635 P:      Mikael Starvik
1636 M:      [email protected]
1637 P:      Jesper Nilsson
1638 M:      [email protected]
1639 L:      [email protected]
1640 W:      http://developer.axis.com
1641 S:      Maintained
1642 F:      arch/cris/
1643
1644 CRYPTO API
1645 P:      Herbert Xu
1646 M:      [email protected]
1647 P:      David S. Miller
1648 M:      [email protected]
1649 L:      [email protected]
1650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1651 S:      Maintained
1652 F:      Documentation/crypto/
1653 F:      arch/*/crypto/
1654 F:      crypto/
1655 F:      drivers/crypto/
1656 F:      include/crypto/
1657
1658 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1659 P:      Neil Horman
1660 M:      [email protected]
1661 L:      [email protected]
1662 S:      Maintained
1663
1664 CS5535 Audio ALSA driver
1665 P:      Jaya Kumar
1666 M:      [email protected]
1667 S:      Maintained
1668 F:      sound/pci/cs5535audio/
1669
1670 CX18 VIDEO4LINUX DRIVER
1671 P:      Hans Verkuil
1672 M:      [email protected]
1673 P:      Andy Walls
1674 M:      [email protected]
1675 L:      [email protected]
1676 L:      [email protected]
1677 L:      [email protected]
1678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1679 W:      http://linuxtv.org
1680 S:      Maintained
1681 F:      Documentation/video4linux/cx18.txt
1682 F:      drivers/media/video/cx18/
1683
1684 CXGB3 ETHERNET DRIVER (CXGB3)
1685 P:      Divy Le Ray
1686 M:      [email protected]
1687 L:      [email protected]
1688 W:      http://www.chelsio.com
1689 S:      Supported
1690 F:      drivers/net/cxgb3/
1691
1692 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1693 P:      Steve Wise
1694 M:      [email protected]
1695 L:      [email protected]
1696 W:      http://www.openfabrics.org
1697 S:      Supported
1698 F:      drivers/infiniband/hw/cxgb3/
1699
1700 CYBERPRO FB DRIVER
1701 P:      Russell King
1702 M:      [email protected]
1703 L:      [email protected] (subscribers-only)
1704 W:      http://www.arm.linux.org.uk/
1705 S:      Maintained
1706 F:      drivers/video/cyber2000fb.*
1707
1708 CYCLADES 2X SYNC CARD DRIVER
1709 P:      Arnaldo Carvalho de Melo
1710 M:      [email protected]
1711 W:      http://oops.ghostprotocols.net:81/blog
1712 S:      Maintained
1713 F:      drivers/net/wan/cycx*
1714
1715 CYCLADES ASYNC MUX DRIVER
1716 W:      http://www.cyclades.com/
1717 S:      Orphan
1718 F:      drivers/char/cyclades.c
1719 F:      include/linux/cyclades.h
1720
1721 CYCLADES PC300 DRIVER
1722 W:      http://www.cyclades.com/
1723 S:      Orphan
1724 F:      drivers/net/wan/pc300*
1725
1726 DAMA SLAVE for AX.25
1727 P:      Joerg Reuter
1728 M:      [email protected]
1729 W:      http://yaina.de/jreuter/
1730 W:      http://www.qsl.net/dl1bke/
1731 L:      [email protected]
1732 S:      Maintained
1733 F:      net/ax25/af_ax25.c
1734 F:      net/ax25/ax25_dev.c
1735 F:      net/ax25/ax25_ds_*
1736 F:      net/ax25/ax25_in.c
1737 F:      net/ax25/ax25_out.c
1738 F:      net/ax25/ax25_timer.c
1739 F:      net/ax25/sysctl_net_ax25.c
1740
1741 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1742 P:      Tobias Ringstrom
1743 M:      [email protected]
1744 L:      [email protected]
1745 S:      Maintained
1746 F:      Documentation/networking/dmfe.txt
1747 F:      drivers/net/tulip/dmfe.c
1748
1749 DC390/AM53C974 SCSI driver
1750 P:      Kurt Garloff
1751 M:      [email protected]
1752 W:      http://www.garloff.de/kurt/linux/dc390/
1753 P:      Guennadi Liakhovetski
1754 M:      [email protected]
1755 S:      Maintained
1756 F:      drivers/scsi/tmscsim.*
1757
1758 DC395x SCSI driver
1759 P:      Oliver Neukum
1760 M:      [email protected]
1761 P:      Ali Akcaagac
1762 M:      [email protected]
1763 P:      Jamie Lenehan
1764 M:      [email protected]
1765 W:      http://twibble.org/dist/dc395x/
1766 L:      [email protected]
1767 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1768 S:      Maintained
1769 F:      Documentation/scsi/dc395x.txt
1770 F:      drivers/scsi/dc395x.*
1771
1772 DCCP PROTOCOL
1773 P:      Arnaldo Carvalho de Melo
1774 M:      [email protected]
1775 L:      [email protected]
1776 W:      http://linux-net.osdl.org/index.php/DCCP
1777 S:      Maintained
1778 F:      include/linux/dccp.h
1779 F:      include/linux/tfrc.h
1780 F:      net/dccp/
1781
1782 DECnet NETWORK LAYER
1783 P:      Christine Caulfield
1784 M:      [email protected]
1785 W:      http://linux-decnet.sourceforge.net
1786 L:      [email protected]
1787 S:      Maintained
1788 F:      Documentation/networking/decnet.txt
1789 F:      net/decnet/
1790
1791 DEFXX FDDI NETWORK DRIVER
1792 P:      Maciej W. Rozycki
1793 M:      [email protected]
1794 S:      Maintained
1795 F:      drivers/net/defxx.*
1796
1797 DELL LAPTOP DRIVER
1798 P:      Matthew Garrett
1799 M:      [email protected]
1800 S:      Maintained
1801 F:      drivers/platform/x86/dell-laptop.c
1802
1803 DELL LAPTOP SMM DRIVER
1804 P:      Massimo Dal Zotto
1805 M:      [email protected]
1806 W:      http://www.debian.org/~dz/i8k/
1807 S:      Maintained
1808 F:      drivers/char/i8k.c
1809 F:      include/linux/i8k.h
1810
1811 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1812 P:      Doug Warzecha
1813 M:      [email protected]
1814 S:      Maintained
1815 F:      Documentation/dcdbas.txt
1816 F:      drivers/firmware/dcdbas.*
1817
1818 DELL WMI EXTRAS DRIVER
1819 P:      Matthew Garrett
1820 M:      [email protected]
1821 S:      Maintained
1822
1823 DEVICE NUMBER REGISTRY
1824 P:      Torben Mathiasen
1825 M:      [email protected]
1826 W:      http://lanana.org/docs/device-list/index.html
1827 S:      Maintained
1828
1829 DEVICE-MAPPER  (LVM)
1830 P:      Alasdair Kergon
1831 L:      [email protected]
1832 W:      http://sources.redhat.com/dm
1833 S:      Maintained
1834 F:      Documentation/device-mapper/
1835 F:      drivers/md/dm*
1836 F:      include/linux/device-mapper.h
1837 F:      include/linux/dm-*.h
1838
1839 DIGI INTL. EPCA DRIVER
1840 P:      Digi International, Inc
1841 M:      [email protected]
1842 L:      [email protected]
1843 W:      http://www.digi.com
1844 S:      Orphan
1845 F:      Documentation/serial/digiepca.txt
1846 F:      drivers/char/epca*
1847 F:      drivers/char/digi*
1848
1849 DIRECTORY NOTIFICATION (DNOTIFY)
1850 P:      Eric Paris
1851 M:      [email protected]
1852 S:      Maintained
1853 F:      Documentation/filesystems/dnotify.txt
1854 F:      fs/notify/dnotify/
1855 F:      include/linux/dnotify.h
1856
1857 DISK GEOMETRY AND PARTITION HANDLING
1858 P:      Andries Brouwer
1859 M:      [email protected]
1860 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1861 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1862 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1863 S:      Maintained
1864
1865 DISKQUOTA
1866 P:      Jan Kara
1867 M:      [email protected]
1868 S:      Maintained
1869 F:      Documentation/filesystems/quota.txt
1870 F:      fs/quota/
1871 F:      include/linux/quota*.h
1872
1873 DISTRIBUTED LOCK MANAGER (DLM)
1874 P:      Christine Caulfield
1875 M:      [email protected]
1876 P:      David Teigland
1877 M:      [email protected]
1878 L:      [email protected]
1879 W:      http://sources.redhat.com/cluster/
1880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1881 S:      Supported
1882 F:      fs/dlm/
1883
1884 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1885 P:      Maciej Sosnowski
1886 M:      [email protected]
1887 P:      Dan Williams
1888 M:      [email protected]
1889 S:      Supported
1890 F:      drivers/dma/
1891 F:      include/linux/dma*
1892
1893 DME1737 HARDWARE MONITOR DRIVER
1894 P:      Juerg Haefliger
1895 M:      [email protected]
1896 L:      [email protected]
1897 S:      Maintained
1898 F:      Documentation/hwmon/dme1737
1899 F:      drivers/hwmon/dme1737.c
1900
1901 DOCBOOK FOR DOCUMENTATION
1902 P:      Randy Dunlap
1903 M:      [email protected]
1904 S:      Maintained
1905
1906 DOCKING STATION DRIVER
1907 P:      Shaohua Li
1908 M:      [email protected]
1909 L:      [email protected]
1910 S:      Supported
1911 F:      drivers/acpi/dock.c
1912
1913 DOCUMENTATION
1914 P:      Randy Dunlap
1915 M:      [email protected]
1916 L:      [email protected]
1917 S:      Maintained
1918 F:      Documentation/
1919
1920 DOUBLETALK DRIVER
1921 P:      James R. Van Zandt
1922 M:      [email protected]
1923 L:      [email protected]
1924 S:      Maintained
1925 F:      drivers/char/dtlk.c
1926 F:      include/linux/dtlk.h
1927
1928 DPT_I2O SCSI RAID DRIVER
1929 P:      Adaptec OEM Raid Solutions
1930 M:      [email protected]
1931 L:      [email protected]
1932 W:      http://www.adaptec.com/
1933 S:      Maintained
1934 F:      drivers/scsi/dpt*
1935 F:      drivers/scsi/dpt/
1936
1937 DRIVER CORE, KOBJECTS, AND SYSFS
1938 P:      Greg Kroah-Hartman
1939 M:      [email protected]
1940 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1941 S:      Supported
1942 F:      Documentation/kobject.txt
1943 F:      drivers/base/
1944 F:      fs/sysfs/
1945 F:      include/linux/kobj*
1946 F:      lib/kobj*
1947
1948 DRM DRIVERS
1949 P:      David Airlie
1950 M:      [email protected]
1951 L:      [email protected]
1952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1953 S:      Maintained
1954 F:      drivers/gpu/drm/
1955
1956 DSCC4 DRIVER
1957 P:      Francois Romieu
1958 M:      [email protected]
1959 L:      [email protected]
1960 S:      Maintained
1961 F:      drivers/net/wan/dscc4.c
1962
1963 DZ DECSTATION DZ11 SERIAL DRIVER
1964 P:      Maciej W. Rozycki
1965 M:      [email protected]
1966 S:      Maintained
1967 F:      drivers/serial/dz.*
1968
1969 EATA-DMA SCSI DRIVER
1970 P:      Michael Neuffer
1971 M:      [email protected]
1972 L:      [email protected]
1973 L:      [email protected]
1974 S:      Maintained
1975 F:      drivers/scsi/eata*
1976
1977 EATA ISA/EISA/PCI SCSI DRIVER
1978 P:      Dario Ballabio
1979 M:      [email protected]
1980 L:      [email protected]
1981 S:      Maintained
1982 F:      drivers/scsi/eata.c
1983
1984 EATA-PIO SCSI DRIVER
1985 P:      Michael Neuffer
1986 M:      [email protected]
1987 L:      [email protected]
1988 L:      [email protected]
1989 S:      Maintained
1990 F:      drivers/scsi/eata_pio.*
1991
1992 EBTABLES
1993 P:      Bart De Schuymer
1994 M:      [email protected]
1995 L:      [email protected]
1996 L:      [email protected]
1997 W:      http://ebtables.sourceforge.net/
1998 S:      Maintained
1999 F:      include/linux/netfilter_bridge/ebt_*.h
2000 F:      net/bridge/netfilter/ebt*.c
2001
2002 ECRYPT FILE SYSTEM
2003 P:      Tyler Hicks
2004 M:      [email protected]
2005 P:      Dustin Kirkland
2006 M:      [email protected]
2007 L:      [email protected]
2008 W:      https://launchpad.net/ecryptfs
2009 S:      Supported
2010 F:      Documentation/filesystems/ecryptfs.txt
2011 F:      fs/ecryptfs/
2012
2013 EDAC-CORE
2014 P:      Doug Thompson
2015 M:      [email protected]
2016 L:      [email protected] (moderated for non-subscribers)
2017 W:      bluesmoke.sourceforge.net
2018 S:      Supported
2019 F:      Documentation/edac.txt
2020 F:      drivers/edac/edac_*
2021 F:      include/linux/edac.h
2022
2023 EDAC-AMD64
2024 P:      Doug Thompson
2025 M:      [email protected]
2026 P:      Borislav Petkov
2027 M:      [email protected]
2028 L:      [email protected] (moderated for non-subscribers)
2029 W:      bluesmoke.sourceforge.net
2030 S:      Supported
2031 F:      drivers/edac/amd64_edac*
2032
2033 EDAC-E752X
2034 P:      Mark Gross
2035 M:      [email protected]
2036 P:      Doug Thompson
2037 M:      [email protected]
2038 L:      [email protected] (moderated for non-subscribers)
2039 W:      bluesmoke.sourceforge.net
2040 S:      Maintained
2041 F:      drivers/edac/e752x_edac.c
2042
2043 EDAC-E7XXX
2044 P:      Doug Thompson
2045 M:      [email protected]
2046 L:      [email protected] (moderated for non-subscribers)
2047 W:      bluesmoke.sourceforge.net
2048 S:      Maintained
2049 F:      drivers/edac/e7xxx_edac.c
2050
2051 EDAC-I82443BXGX
2052 P:      Tim Small
2053 M:      [email protected]
2054 L:      [email protected] (moderated for non-subscribers)
2055 W:      bluesmoke.sourceforge.net
2056 S:      Maintained
2057 F:      drivers/edac/i82443bxgx_edac.c
2058
2059 EDAC-I3000
2060 P:      Jason Uhlenkott
2061 M:      [email protected]
2062 L:      [email protected] (moderated for non-subscribers)
2063 W:      bluesmoke.sourceforge.net
2064 S:      Maintained
2065 F:      drivers/edac/i3000_edac.c
2066
2067 EDAC-I5000
2068 P:      Doug Thompson
2069 M:      [email protected]
2070 L:      [email protected] (moderated for non-subscribers)
2071 W:      bluesmoke.sourceforge.net
2072 S:      Maintained
2073 F:      drivers/edac/i5000_edac.c
2074
2075 EDAC-I5400
2076 P:      Mauro Carvalho Chehab
2077 M:      [email protected]
2078 L:      [email protected] (moderated for non-subscribers)
2079 W:      bluesmoke.sourceforge.net
2080 S:      Maintained
2081 F:      drivers/edac/i5400_edac.c
2082
2083 EDAC-I82975X
2084 P:      Ranganathan Desikan
2085 M:      [email protected]
2086 P:      Arvind R.
2087 M:      [email protected]
2088 L:      [email protected] (moderated for non-subscribers)
2089 W:      bluesmoke.sourceforge.net
2090 S:      Maintained
2091 F:      drivers/edac/i82975x_edac.c
2092
2093 EDAC-PASEMI
2094 P:      Egor Martovetsky
2095 M:      [email protected]
2096 L:      [email protected] (moderated for non-subscribers)
2097 W:      bluesmoke.sourceforge.net
2098 S:      Maintained
2099 F:      drivers/edac/pasemi_edac.c
2100
2101 EDAC-R82600
2102 P:      Tim Small
2103 M:      [email protected]
2104 L:      [email protected] (moderated for non-subscribers)
2105 W:      bluesmoke.sourceforge.net
2106 S:      Maintained
2107 F:      drivers/edac/r82600_edac.c
2108
2109 EEEPC LAPTOP EXTRAS DRIVER
2110 P:      Corentin Chary
2111 M:      [email protected]
2112 L:      [email protected]
2113 W:      http://sourceforge.net/projects/acpi4asus
2114 S:      Maintained
2115 F:      drivers/platform/x86/eeepc-laptop.c
2116
2117 EFS FILESYSTEM
2118 W:      http://aeschi.ch.eu.org/efs/
2119 S:      Orphan
2120 F:      fs/efs/
2121
2122 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2123 P:      Hoang-Nam Nguyen
2124 M:      [email protected]
2125 P:      Christoph Raisch
2126 M:      [email protected]
2127 L:      [email protected]
2128 S:      Supported
2129 F:      drivers/infiniband/hw/ehca/
2130
2131 EMBEDDED LINUX
2132 P:      Paul Gortmaker
2133 M:      [email protected]
2134 P:      Matt Mackall
2135 M:      [email protected]
2136 P:      David Woodhouse
2137 M:      [email protected]
2138 L:      [email protected]
2139 S:      Maintained
2140
2141 EMULEX LPFC FC SCSI DRIVER
2142 P:      James Smart
2143 M:      [email protected]
2144 L:      [email protected]
2145 W:      http://sourceforge.net/projects/lpfcxxxx
2146 S:      Supported
2147 F:      drivers/scsi/lpfc/
2148
2149 ENE CB710 FLASH CARD READER DRIVER
2150 P:      MichaÅ‚ MirosÅ‚aw
2151 M:      [email protected]
2152 L:      [email protected]
2153 S:      Maintained
2154 F:      drivers/misc/cb710/
2155 F:      drivers/mmc/host/cb710-mmc.*
2156 F:      include/linux/cb710.h
2157
2158 EPSON 1355 FRAMEBUFFER DRIVER
2159 P:      Christopher Hoover
2160 M:      [email protected]
2161 P:      Christopher Hoover
2162 M:      [email protected]
2163 S:      Maintained
2164 F:      drivers/video/epson1355fb.c
2165
2166 EPSON S1D13XXX FRAMEBUFFER DRIVER
2167 P:      Kristoffer Ericson
2168 M:      [email protected]
2169 S:      Maintained
2170 F:      drivers/video/s1d13xxxfb.c
2171 F:      include/video/s1d13xxxfb.h
2172
2173 ETHEREXPRESS-16 NETWORK DRIVER
2174 P:      Philip Blundell
2175 M:      [email protected]
2176 L:      [email protected]
2177 S:      Maintained
2178 F:      drivers/net/eexpress.*
2179
2180 ETHERNET BRIDGE
2181 P:      Stephen Hemminger
2182 M:      [email protected]
2183 L:      [email protected]
2184 W:      http://www.linux-foundation.org/en/Net:Bridge
2185 S:      Maintained
2186 F:      include/linux/netfilter_bridge/
2187 F:      net/bridge/
2188
2189 ETHERTEAM 16I DRIVER
2190 P:      Mika Kuoppala
2191 M:      [email protected]
2192 S:      Maintained
2193 F:      drivers/net/eth16i.c
2194
2195 EXT2 FILE SYSTEM
2196 L:      [email protected]
2197 S:      Maintained
2198 F:      Documentation/filesystems/ext2.txt
2199 F:      fs/ext2/
2200 F:      include/linux/ext2*
2201
2202 EXT3 FILE SYSTEM
2203 P:      Stephen Tweedie
2204 M:      [email protected]
2205 P:      Andrew Morton
2206 M:      [email protected]
2207 P:      Andreas Dilger
2208 M:      [email protected]
2209 L:      [email protected]
2210 S:      Maintained
2211 F:      Documentation/filesystems/ext3.txt
2212 F:      fs/ext3/
2213 F:      include/linux/ext3*
2214
2215 EXT4 FILE SYSTEM
2216 P:      Theodore Ts'o
2217 M:      [email protected]
2218 P:      Andreas Dilger
2219 M:      [email protected]
2220 L:      [email protected]
2221 W:      http://ext4.wiki.kernel.org
2222 S:      Maintained
2223 F:      Documentation/filesystems/ext4.txt
2224 F:      fs/ext4/
2225
2226 F71805F HARDWARE MONITORING DRIVER
2227 P:      Jean Delvare
2228 M:      [email protected]
2229 L:      [email protected]
2230 S:      Maintained
2231 F:      Documentation/hwmon/f71805f
2232 F:      drivers/hwmon/f71805f.c
2233
2234 FARSYNC SYNCHRONOUS DRIVER
2235 P:      Kevin Curtis
2236 M:      [email protected]
2237 W:      http://www.farsite.co.uk/
2238 S:      Supported
2239 F:      drivers/net/wan/farsync.*
2240
2241 FAULT INJECTION SUPPORT
2242 P:      Akinobu Mita
2243 M:      [email protected]
2244 S:      Supported
2245 F:      Documentation/fault-injection/
2246 F:      lib/fault-inject.c
2247
2248 FILE LOCKING (flock() and fcntl()/lockf())
2249 P:      Matthew Wilcox
2250 M:      [email protected]
2251 L:      [email protected]
2252 S:      Maintained
2253 F:      include/linux/fcntl.h
2254 F:      include/linux/fs.h
2255 F:      fs/fcntl.c
2256 F:      fs/locks.c
2257
2258 FILESYSTEMS (VFS and infrastructure)
2259 P:      Alexander Viro
2260 M:      [email protected]
2261 L:      [email protected]
2262 S:      Maintained
2263 F:      fs/*
2264
2265 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2266 P:      Riku Voipio
2267 M:      [email protected]
2268 L:      [email protected]
2269 S:      Maintained
2270 F:      drivers/hwmon/f75375s.c
2271 F:      include/linux/f75375s.h
2272
2273 FIREWIRE SUBSYSTEM
2274 P:      Kristian Hoegsberg
2275 M:      [email protected]
2276 P:      Stefan Richter
2277 M:      [email protected]
2278 L:      [email protected]
2279 W:      http://www.linux1394.org/
2280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2281 S:      Maintained
2282 F:      drivers/firewire/
2283 F:      include/linux/firewire*.h
2284
2285 FIRMWARE LOADER (request_firmware)
2286 S:      Orphan
2287 F:      Documentation/firmware_class/
2288 F:      drivers/base/firmware*.c
2289 F:      include/linux/firmware.h
2290
2291 FPU EMULATOR
2292 P:      Bill Metzenthen
2293 M:      [email protected]
2294 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2295 S:      Maintained
2296 F:      arch/x86/math-emu/
2297
2298 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2299 P:      Mike McLagan
2300 M:      [email protected]
2301 L:      [email protected]
2302 S:      Maintained
2303 F:      drivers/net/wan/dlci.c
2304 F:      drivers/net/wan/sdla.c
2305
2306 FRAMEBUFFER LAYER
2307 L:      [email protected] (moderated for non-subscribers)
2308 W:      http://linux-fbdev.sourceforge.net/
2309 S:      Orphan
2310 F:      Documentation/fb/
2311 F:      drivers/video/fb*
2312 F:      include/linux/fb.h
2313
2314 FREESCALE DMA DRIVER
2315 P:      Li Yang
2316 M:      [email protected]
2317 P:      Zhang Wei
2318 M:      [email protected]
2319 L:      [email protected]
2320 S:      Maintained
2321 F:      drivers/dma/fsldma.*
2322
2323 FREESCALE I2C CPM DRIVER
2324 P:      Jochen Friedrich
2325 M:      [email protected]
2326 L:      [email protected]
2327 L:      [email protected]
2328 S:      Maintained
2329 F:      drivers/i2c/busses/i2c-cpm.c
2330
2331 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2332 P:      Sascha Hauer
2333 M:      [email protected]
2334 L:      [email protected] (moderated for non-subscribers)
2335 L:      [email protected] (subscribers-only)
2336 S:      Maintained
2337 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2338 F:      drivers/video/imxfb.c
2339
2340 FREESCALE SOC FS_ENET DRIVER
2341 P:      Pantelis Antoniou
2342 M:      [email protected]
2343 P:      Vitaly Bordug
2344 M:      [email protected]
2345 L:      [email protected]
2346 L:      [email protected]
2347 S:      Maintained
2348 F:      drivers/net/fs_enet/
2349 F:      include/linux/fs_enet_pd.h
2350
2351 FREESCALE QUICC ENGINE LIBRARY
2352 P:      Timur Tabi
2353 M:      [email protected]
2354 L:      [email protected]
2355 S:      Supported
2356 F:      arch/powerpc/sysdev/qe_lib/
2357 F:      arch/powerpc/include/asm/*qe.h
2358
2359 FREESCALE HIGHSPEED USB DEVICE DRIVER
2360 P:      Li Yang
2361 M:      [email protected]
2362 L:      [email protected]
2363 L:      [email protected]
2364 S:      Maintained
2365 F:      drivers/usb/gadget/fsl_usb2_udc.c
2366
2367 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2368 P:      Li Yang
2369 M:      [email protected]
2370 L:      [email protected]
2371 L:      [email protected]
2372 S:      Maintained
2373 F:      drivers/net/ucc_geth*
2374
2375 FREESCALE QUICC ENGINE UCC UART DRIVER
2376 P:      Timur Tabi
2377 M:      [email protected]
2378 L:      [email protected]
2379 S:      Supported
2380 F:      drivers/serial/ucc_uart.c
2381
2382 FREESCALE SOC SOUND DRIVERS
2383 P:      Timur Tabi
2384 M:      [email protected]
2385 L:      [email protected] (moderated for non-subscribers)
2386 L:      [email protected]
2387 S:      Supported
2388 F:      sound/soc/fsl/fsl*
2389 F:      sound/soc/fsl/mpc8610_hpcd.c
2390
2391 FREEVXFS FILESYSTEM
2392 P:      Christoph Hellwig
2393 M:      [email protected]
2394 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2395 S:      Maintained
2396 F:      fs/freevxfs/
2397
2398 FREEZER
2399 P:      Pavel Machek
2400 M:      [email protected]
2401 P:      Rafael J. Wysocki
2402 M:      [email protected]
2403 L:      [email protected]
2404 S:      Supported
2405 F:      Documentation/power/freezing-of-tasks.txt
2406 F:      include/linux/freezer.h
2407 F:      kernel/freezer.c
2408
2409 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2410 P:      David Howells
2411 M:      [email protected]
2412 L:      [email protected]
2413 S:      Supported
2414 F:      Documentation/filesystems/caching/
2415 F:      fs/fscache/
2416 F:      include/linux/fscache*.h
2417
2418 FTRACE
2419 P:      Steven Rostedt
2420 M:      [email protected]
2421 S:      Maintained
2422 F:      Documentation/trace/ftrace.txt
2423 F:      arch/*/*/*/ftrace.h
2424 F:      arch/*/kernel/ftrace.c
2425 F:      include/*/ftrace.h
2426 F:      kernel/trace/
2427
2428 FUJITSU FR-V (FRV) PORT
2429 P:      David Howells
2430 M:      [email protected]
2431 S:      Maintained
2432 F:      arch/frv/
2433
2434 FUJITSU LAPTOP EXTRAS
2435 P:      Jonathan Woithe
2436 M:      [email protected]
2437 L:      [email protected]
2438 S:      Maintained
2439 F:      drivers/platform/x86/fujitsu-laptop.c
2440
2441 FUSE: FILESYSTEM IN USERSPACE
2442 P:      Miklos Szeredi
2443 M:      [email protected]
2444 L:      [email protected]
2445 W:      http://fuse.sourceforge.net/
2446 S:      Maintained
2447 F:      fs/fuse/
2448 F:      include/linux/fuse.h
2449
2450 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2451 P:      Rik Faith
2452 M:      [email protected]
2453 L:      [email protected]
2454 S:      Odd Fixes (e.g., new signatures)
2455 F:      drivers/scsi/fdomain.*
2456
2457 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2458 P:      Achim Leubner
2459 M:      [email protected]
2460 L:      [email protected]
2461 W:      http://www.icp-vortex.com/
2462 S:      Supported
2463 F:      drivers/scsi/gdt*
2464
2465 GENERIC GPIO I2C DRIVER
2466 P:      Haavard Skinnemoen
2467 M:      [email protected]
2468 S:      Supported
2469 F:      drivers/i2c/busses/i2c-gpio.c
2470 F:      include/linux/i2c-gpio.h
2471
2472 GENERIC HDLC (WAN) DRIVERS
2473 P:      Krzysztof Halasa
2474 M:      [email protected]
2475 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2476 S:      Maintained
2477 F:      drivers/net/wan/c101.c
2478 F:      drivers/net/wan/hd6457*
2479 F:      drivers/net/wan/hdlc*
2480 F:      drivers/net/wan/n2.c
2481 F:      drivers/net/wan/pc300too.c
2482 F:      drivers/net/wan/pci200syn.c
2483 F:      drivers/net/wan/wanxl*
2484
2485 GENERIC INCLUDE/ASM HEADER FILES
2486 P:      Arnd Bergmann
2487 M:      [email protected]
2488 L:      [email protected]
2489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2490 S:      Maintained
2491 F:      include/asm-generic
2492
2493 GFS2 FILE SYSTEM
2494 P:      Steven Whitehouse
2495 M:      [email protected]
2496 L:      [email protected]
2497 W:      http://sources.redhat.com/cluster/
2498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2500 S:      Supported
2501 F:      Documentation/filesystems/gfs2*.txt
2502 F:      fs/gfs2/
2503 F:      include/linux/gfs2_ondisk.h
2504
2505 GIGASET ISDN DRIVERS
2506 P:      Hansjoerg Lipp
2507 M:      [email protected]
2508 P:      Tilman Schmidt
2509 M:      [email protected]
2510 L:      [email protected]
2511 W:      http://gigaset307x.sourceforge.net/
2512 S:      Maintained
2513 F:      Documentation/isdn/README.gigaset
2514 F:      drivers/isdn/gigaset/
2515 F:      include/linux/gigaset_dev.h
2516
2517 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2518 P:      Frank Seidel
2519 M:      [email protected]
2520 L:      [email protected]
2521 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2522 S:      Maintained
2523 F:      drivers/hwmon/hdaps.c
2524
2525 HYPERVISOR VIRTUAL CONSOLE DRIVER
2526 L:      [email protected]
2527 S:      Odd Fixes
2528 F:      drivers/char/hvc_*
2529
2530 GSPCA FINEPIX SUBDRIVER
2531 P:      Frank Zago
2532 M:      [email protected]
2533 L:      [email protected]
2534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2535 S:      Maintained
2536 F:      drivers/media/video/gspca/finepix.c
2537
2538 GSPCA M5602 SUBDRIVER
2539 P:      Erik Andren
2540 M:      [email protected]
2541 L:      [email protected]
2542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2543 S:      Maintained
2544 F:      drivers/media/video/gspca/m5602/
2545
2546 GSPCA PAC207 SONIXB SUBDRIVER
2547 P:      Hans de Goede
2548 M:      [email protected]
2549 L:      [email protected]
2550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2551 S:      Maintained
2552 F:      drivers/media/video/gspca/pac207.c
2553
2554 GSPCA T613 SUBDRIVER
2555 P:      Leandro Costantino
2556 M:      [email protected]
2557 L:      [email protected]
2558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2559 S:      Maintained
2560 F:      drivers/media/video/gspca/t613.c
2561
2562 GSPCA USB WEBCAM DRIVER
2563 P:      Jean-Francois Moine
2564 M:      [email protected]
2565 W:      http://moinejf.free.fr
2566 L:      [email protected]
2567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2568 S:      Maintained
2569 F:      drivers/media/video/gspca/
2570
2571 HARDWARE MONITORING
2572 L:      [email protected]
2573 W:      http://www.lm-sensors.org/
2574 S:      Orphan
2575 F:      drivers/hwmon/
2576
2577 HARDWARE RANDOM NUMBER GENERATOR CORE
2578 S:      Orphan
2579 F:      Documentation/hw_random.txt
2580 F:      drivers/char/hw_random/
2581 F:      include/linux/hw_random.h
2582
2583 HARMONY SOUND DRIVER
2584 P:      Kyle McMartin
2585 M:      [email protected]
2586 L:      [email protected]
2587 S:      Maintained
2588 F:      sound/parisc/harmony.*
2589
2590 HAYES ESP SERIAL DRIVER
2591 P:      Andrew J. Robinson
2592 M:      [email protected]
2593 W:      http://www.nyx.net/~arobinso
2594 S:      Maintained
2595 F:      Documentation/serial/hayes-esp.txt
2596 F:      drivers/char/esp.c
2597
2598 HEWLETT-PACKARD SMART2 RAID DRIVER
2599 P:      Chirag Kantharia
2600 M:      [email protected]
2601 L:      [email protected]
2602 S:      Maintained
2603 F:      Documentation/blockdev/cpqarray.txt
2604 F:      drivers/block/cpqarray.*
2605
2606 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2607 P:      Mike Miller
2608 M:      [email protected]
2609 L:      [email protected]
2610 S:      Supported
2611 F:      Documentation/blockdev/cciss.txt
2612 F:      drivers/block/cciss*
2613 F:      include/linux/cciss_ioctl.h
2614
2615 HFS FILESYSTEM
2616 P:      Roman Zippel
2617 M:      [email protected]
2618 S:      Maintained
2619 F:      Documentation/filesystems/hfs.txt
2620 F:      fs/hfs/
2621
2622 HGA FRAMEBUFFER DRIVER
2623 P:      Ferenc Bakonyi
2624 M:      [email protected]
2625 L:      [email protected]
2626 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2627 S:      Maintained
2628 F:      drivers/video/hgafb.c
2629
2630 HIBERNATION (aka Software Suspend, aka swsusp)
2631 P:      Pavel Machek
2632 M:      [email protected]
2633 P:      Rafael J. Wysocki
2634 M:      [email protected]
2635 L:      [email protected]
2636 S:      Supported
2637 F:      arch/x86/power/
2638 F:      drivers/base/power/
2639 F:      kernel/power/
2640 F:      include/linux/suspend.h
2641 F:      include/linux/freezer.h
2642 F:      include/linux/pm.h
2643 F:      arch/*/include/asm/suspend*.h
2644
2645 HID CORE LAYER
2646 P:      Jiri Kosina
2647 M:      [email protected]
2648 L:      [email protected]
2649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2650 S:      Maintained
2651 F:      drivers/hid/
2652 F:      include/linux/hid*
2653
2654 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2655 P:      Thomas Gleixner
2656 M:      [email protected]
2657 S:      Maintained
2658 F:      Documentation/timers/
2659 F:      kernel/hrtimer.c
2660 F:      include/linux/hrtimer.h
2661
2662 HIGH-SPEED SCC DRIVER FOR AX.25
2663 P:      Klaus Kudielka
2664 M:      [email protected]
2665 L:      [email protected]
2666 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2667 S:      Maintained
2668 F:      drivers/net/hamradio/dmascc.c
2669 F:      drivers/net/hamradio/scc.c
2670
2671 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2672 P:      HighPoint Linux Team
2673 M:      [email protected]
2674 W:      http://www.highpoint-tech.com
2675 S:      Supported
2676 F:      Documentation/scsi/hptiop.txt
2677 F:      drivers/scsi/hptiop.c
2678
2679 HIPPI
2680 P:      Jes Sorensen
2681 M:      [email protected]
2682 L:      [email protected]
2683 S:      Maintained
2684 F:      include/linux/hippidevice.h
2685 F:      include/linux/if_hippi.h
2686 F:      net/802/hippi.c
2687
2688 HOST AP DRIVER
2689 P:      Jouni Malinen
2690 M:      [email protected]
2691 L:      [email protected] (subscribers-only)
2692 L:      [email protected]
2693 W:      http://hostap.epitest.fi/
2694 S:      Maintained
2695 F:      drivers/net/wireless/hostap/
2696
2697 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2698 P:      Carlos Corbacho
2699 M:      [email protected]
2700 S:      Odd Fixes
2701 F:      drivers/platform/x86/tc1100-wmi.c
2702
2703 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2704 P:      Jaroslav Kysela
2705 M:      [email protected]
2706 S:      Maintained
2707 F:      drivers/net/hp100.*
2708
2709 HPET:   High Precision Event Timers driver
2710 P:      Clemens Ladisch
2711 M:      [email protected]
2712 S:      Maintained
2713 F:      Documentation/timers/hpet.txt
2714 F:      drivers/char/hpet.c
2715 F:      include/linux/hpet.h
2716
2717 HPET:   i386
2718 P:      Venkatesh Pallipadi (Venki)
2719 M:      [email protected]
2720 S:      Maintained
2721 F:      arch/x86/kernel/hpet.c
2722 F:      arch/x86/include/asm/hpet.h
2723
2724 HPET:   x86_64
2725 P:      Vojtech Pavlik
2726 M:      [email protected]
2727 S:      Maintained
2728
2729 HPET:   ACPI
2730 P:      Bob Picco
2731 M:      [email protected]
2732 S:      Maintained
2733 F:      drivers/char/hpet.c
2734
2735 HPFS FILESYSTEM
2736 P:      Mikulas Patocka
2737 M:      [email protected]
2738 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2739 S:      Maintained
2740 F:      fs/hpfs/
2741
2742 HSO 3G MODEM DRIVER
2743 P:      Jan Dumon
2744 M:      [email protected]
2745 W:      http://www.pharscape.org
2746 S:      Maintained
2747 F:      drivers/net/usb/hso.c
2748
2749 HTCPEN TOUCHSCREEN DRIVER
2750 P:      Pau Oliva Fora
2751 M:      [email protected]
2752 L:      [email protected]
2753 S:      Maintained
2754 F:      drivers/input/touchscreen/htcpen.c
2755
2756 HUGETLB FILESYSTEM
2757 P:      William Irwin
2758 M:      [email protected]
2759 S:      Maintained
2760 F:      fs/hugetlbfs/
2761
2762 I2C/SMBUS STUB DRIVER
2763 P:      Mark M. Hoffman
2764 M:      [email protected]
2765 L:      [email protected]
2766 S:      Maintained
2767 F:      drivers/i2c/busses/i2c-stub.c
2768
2769 I2C SUBSYSTEM
2770 P:      Jean Delvare (PC drivers, core)
2771 M:      [email protected]
2772 P:      Ben Dooks (embedded platforms)
2773 M:      [email protected]
2774 L:      [email protected]
2775 W:      http://i2c.wiki.kernel.org/
2776 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2777 S:      Maintained
2778 F:      Documentation/i2c/
2779 F:      drivers/i2c/
2780 F:      include/linux/i2c.h
2781 F:      include/linux/i2c-dev.h
2782 F:      include/linux/i2c-id.h
2783
2784 I2C-TINY-USB DRIVER
2785 P:      Till Harbaum
2786 M:      [email protected]
2787 L:      [email protected]
2788 W:      http://www.harbaum.org/till/i2c_tiny_usb
2789 S:      Maintained
2790 F:      drivers/i2c/busses/i2c-tiny-usb.c
2791
2792 i386 BOOT CODE
2793 P:      H. Peter Anvin
2794 M:      [email protected]
2795 S:      Maintained
2796 F:      arch/x86/boot/
2797
2798 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2799 P:      H. Peter Anvin
2800 M:      [email protected]
2801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2802 S:      Maintained
2803
2804 IA64 (Itanium) PLATFORM
2805 P:      Tony Luck
2806 M:      [email protected]
2807 L:      [email protected]
2808 W:      http://www.ia64-linux.org/
2809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2810 S:      Maintained
2811 F:      arch/ia64/
2812
2813 IBM MCA SCSI SUBSYSTEM DRIVER
2814 P:      Michael Lang
2815 M:      [email protected]
2816 W:      http://www.uni-mainz.de/~langm000/linux.html
2817 S:      Maintained
2818 F:      drivers/scsi/ibmmca.c
2819
2820 IBM Power Linux RAID adapter
2821 P:      Brian King
2822 M:      [email protected]
2823 S:      Supported
2824 F:      drivers/scsi/ipr.*
2825
2826 IBM ServeRAID RAID DRIVER
2827 P:      Jack Hammer
2828 P:      Dave Jeffery
2829 M:      [email protected]
2830 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2831 S:      Supported
2832 F:      drivers/scsi/ips.*
2833
2834 IDE SUBSYSTEM
2835 P:      David S. Miller
2836 M:      [email protected]
2837 L:      [email protected]
2838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2839 S:      Maintained
2840 F:      Documentation/ide/
2841 F:      drivers/ide/
2842 F:      include/linux/ide.h
2843
2844 IDE/ATAPI DRIVERS
2845 P:      Borislav Petkov
2846 M:      [email protected]
2847 L:      [email protected]
2848 S:      Maintained
2849 F:      Documentation/cdrom/ide-cd
2850 F:      drivers/ide/ide-cd*
2851
2852 IDLE-I7300
2853 P:      Andy Henroid
2854 M:      [email protected]
2855 L:      [email protected]
2856 S:      Supported
2857 F:      drivers/idle/i7300_idle.c
2858
2859 IEEE 1394 SUBSYSTEM
2860 P:      Ben Collins
2861 M:      [email protected]
2862 P:      Stefan Richter
2863 M:      [email protected]
2864 L:      [email protected]
2865 W:      http://www.linux1394.org/
2866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2867 S:      Maintained
2868 F:      drivers/ieee1394/
2869
2870 IEEE 1394 RAW I/O DRIVER
2871 P:      Dan Dennedy
2872 M:      [email protected]
2873 P:      Stefan Richter
2874 M:      [email protected]
2875 L:      [email protected]
2876 S:      Maintained
2877 F:      drivers/ieee1394/raw1394*
2878
2879 IEEE 802.15.4 SUBSYSTEM
2880 P:      Dmitry Eremin-Solenikov
2881 M:      [email protected]
2882 P:      Sergey Lapin
2883 M:      [email protected]
2884 L:      [email protected]
2885 W:      http://apps.sourceforge.net/trac/linux-zigbee
2886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2887 S:      Maintained
2888 F:      net/ieee802154/
2889 F:      drivers/ieee802154/
2890
2891 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2892 P:      Mimi Zohar
2893 M:      [email protected]
2894 S:      Supported
2895 F:      security/integrity/ima/
2896
2897 IMS TWINTURBO FRAMEBUFFER DRIVER
2898 L:      [email protected] (moderated for non-subscribers)
2899 S:      Orphan
2900 F:      drivers/video/imsttfb.c
2901
2902 INFINIBAND SUBSYSTEM
2903 P:      Roland Dreier
2904 M:      [email protected]
2905 P:      Sean Hefty
2906 M:      [email protected]
2907 P:      Hal Rosenstock
2908 M:      [email protected]
2909 L:      [email protected] (moderated for non-subscribers)
2910 W:      http://www.openib.org/
2911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2912 S:      Supported
2913 F:      Documentation/infiniband/
2914 F:      drivers/infiniband/
2915 F:      include/linux/if_infiniband.h
2916
2917 INOTIFY
2918 P:      John McCutchan
2919 M:      [email protected]
2920 P:      Robert Love
2921 M:      [email protected]
2922 P:      Eric Paris
2923 M:      [email protected]
2924 S:      Maintained
2925 F:      Documentation/filesystems/inotify.txt
2926 F:      fs/notify/inotify/
2927 F:      include/linux/inotify.h
2928
2929 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2930 P:      Dmitry Torokhov
2931 M:      [email protected]
2932 M:      [email protected]
2933 L:      [email protected]
2934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2935 S:      Maintained
2936 F:      drivers/input/
2937
2938 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2939 P:      Sylvain Meyer
2940 M:      [email protected]
2941 L:      [email protected] (moderated for non-subscribers)
2942 S:      Maintained
2943 F:      Documentation/fb/intelfb.txt
2944 F:      drivers/video/intelfb/
2945
2946 INTEL 810/815 FRAMEBUFFER DRIVER
2947 P:      Antonino Daplas
2948 M:      [email protected]
2949 L:      [email protected] (moderated for non-subscribers)
2950 S:      Maintained
2951 F:      drivers/video/i810/
2952
2953 INTEL MENLOW THERMAL DRIVER
2954 P:      Sujith Thomas
2955 M:      [email protected]
2956 L:      [email protected]
2957 W:      http://www.lesswatts.org/projects/acpi/
2958 S:      Supported
2959 F:      drivers/platform/x86/intel_menlow.c
2960
2961 INTEL IA32 MICROCODE UPDATE SUPPORT
2962 P:      Tigran Aivazian
2963 M:      [email protected]
2964 S:      Maintained
2965 F:      arch/x86/kernel/microcode_core.c
2966 F:      arch/x86/kernel/microcode_intel.c
2967
2968 INTEL I/OAT DMA DRIVER
2969 P:      Maciej Sosnowski
2970 M:      [email protected]
2971 S:      Supported
2972 F:      drivers/dma/ioat*
2973
2974 INTEL IOMMU (VT-d)
2975 P:      David Woodhouse
2976 M:      [email protected]
2977 L:      [email protected]
2978 T:      git git://git.infradead.org/iommu-2.6.git
2979 S:      Supported
2980 F:      drivers/pci/intel-iommu.c
2981 F:      include/linux/intel-iommu.h
2982
2983 INTEL IOP-ADMA DMA DRIVER
2984 P:      Dan Williams
2985 M:      [email protected]
2986 S:      Supported
2987 F:      drivers/dma/iop-adma.c
2988
2989 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2990 P:      Krzysztof Halasa
2991 M:      [email protected]
2992 S:      Maintained
2993 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
2994 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
2995 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2996 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
2997 F:      drivers/net/arm/ixp4xx_eth.c
2998 F:      drivers/net/wan/ixp4xx_hss.c
2999
3000 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3001 P:      Deepak Saxena
3002 M:      [email protected]
3003 S:      Maintained
3004 F:      drivers/char/hw_random/ixp4xx-rng.c
3005
3006 INTEL IXP2000 ETHERNET DRIVER
3007 P:      Lennert Buytenhek
3008 M:      [email protected]
3009 L:      [email protected]
3010 S:      Maintained
3011 F:      drivers/net/ixp2000/
3012
3013 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
3014 P:      Jeff Kirsher
3015 M:      [email protected]
3016 P:      Jesse Brandeburg
3017 M:      [email protected]
3018 P:      Bruce Allan
3019 M:      [email protected]
3020 P:      PJ Waskiewicz
3021 M:      [email protected]
3022 P:      John Ronciak
3023 M:      [email protected]
3024 L:      [email protected]
3025 W:      http://e1000.sourceforge.net/
3026 S:      Supported
3027 F:      drivers/net/e100.c
3028 F:      drivers/net/e1000/
3029 F:      drivers/net/e1000e/
3030 F:      drivers/net/igb/
3031 F:      drivers/net/ixgb/
3032 F:      drivers/net/ixgbe/
3033
3034 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3035 P:      Zhu Yi
3036 M:      [email protected]
3037 P:      James Ketrenos
3038 M:      [email protected]
3039 P:      Reinette Chatre
3040 M:      [email protected]
3041 L:      [email protected]
3042 L:      [email protected]
3043 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3044 W:      http://ipw2100.sourceforge.net
3045 S:      Supported
3046 F:      Documentation/networking/README.ipw2100
3047 F:      drivers/net/wireless/ipw2x00/ipw2100.*
3048
3049 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3050 P:      Zhu Yi
3051 M:      [email protected]
3052 P:      James Ketrenos
3053 M:      [email protected]
3054 P:      Reinette Chatre
3055 M:      [email protected]
3056 L:      [email protected]
3057 L:      [email protected]
3058 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
3059 W:      http://ipw2200.sourceforge.net
3060 S:      Supported
3061 F:      Documentation/networking/README.ipw2200
3062 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3063
3064 INTEL WIRELESS WIMAX CONNECTION 2400
3065 P:      Inaky Perez-Gonzalez
3066 M:      [email protected]
3067 M:      [email protected]
3068 L:      [email protected]
3069 S:      Supported
3070 W:      http://linuxwimax.org
3071 F:      Documentation/wimax/README.i2400m
3072 F:      drivers/net/wimax/i2400m/
3073 F:      include/linux/wimax/i2400m.h
3074
3075 INTEL WIRELESS WIFI LINK (iwlwifi)
3076 P:      Zhu Yi
3077 M:      [email protected]
3078 P:      Reinette Chatre
3079 M:      [email protected]
3080 L:      [email protected]
3081 L:      [email protected]
3082 W:      http://intellinuxwireless.org
3083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3084 S:      Supported
3085 F:      drivers/net/wireless/iwlwifi/
3086
3087 IOC3 ETHERNET DRIVER
3088 P:      Ralf Baechle
3089 M:      [email protected]
3090 L:      [email protected]
3091 S:      Maintained
3092 F:      drivers/net/ioc3-eth.c
3093
3094 IOC3 SERIAL DRIVER
3095 P:      Pat Gefre
3096 M:      [email protected]
3097 L:      [email protected]
3098 S:      Maintained
3099 F:      drivers/serial/ioc3_serial.c
3100
3101 IP MASQUERADING
3102 P:      Juanjo Ciarlante
3103 M:      [email protected]
3104 S:      Maintained
3105 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3106
3107 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3108 P:      Francois Romieu
3109 M:      [email protected]
3110 P:      Sorbica Shieh
3111 M:      [email protected]
3112 P:      Jesse Huang
3113 M:      [email protected]
3114 L:      [email protected]
3115 S:      Maintained
3116 F:      drivers/net/ipg.c
3117
3118 IPATH DRIVER
3119 P:      Ralph Campbell
3120 M:      [email protected]
3121 L:      [email protected]
3122 T:      git git://git.qlogic.com/ipath-linux-2.6
3123 S:      Supported
3124 F:      drivers/infiniband/hw/ipath/
3125
3126 IPMI SUBSYSTEM
3127 P:      Corey Minyard
3128 M:      [email protected]
3129 L:      [email protected]
3130 W:      http://openipmi.sourceforge.net/
3131 S:      Supported
3132 F:      Documentation/IPMI.txt
3133 F:      drivers/char/ipmi/
3134 F:      include/linux/ipmi*
3135
3136 IPS SCSI RAID DRIVER
3137 P:      Adaptec OEM Raid Solutions
3138 M:      [email protected]
3139 L:      [email protected]
3140 W:      http://www.adaptec.com/
3141 S:      Maintained
3142 F:      drivers/scsi/ips*
3143
3144 IPVS
3145 P:      Wensong Zhang
3146 M:      [email protected]
3147 P:      Simon Horman
3148 M:      [email protected]
3149 P:      Julian Anastasov
3150 M:      [email protected]
3151 L:      [email protected]
3152 L:      [email protected]
3153 S:      Maintained
3154 F:      Documentation/networking/ipvs-sysctl.txt
3155 F:      net/netfilter/ipvs/
3156
3157 IPWIRELESS DRIVER
3158 P:      Jiri Kosina
3159 M:      [email protected]
3160 P:      David Sterba
3161 M:      [email protected]
3162 S:      Maintained
3163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3164 F:      drivers/char/pcmcia/ipwireless/
3165
3166 IPX NETWORK LAYER
3167 P:      Arnaldo Carvalho de Melo
3168 M:      [email protected]
3169 L:      [email protected]
3170 S:      Maintained
3171 F:      include/linux/ipx.h
3172 F:      include/net/ipx.h
3173 F:      net/ipx/
3174
3175 IRDA SUBSYSTEM
3176 P:      Samuel Ortiz
3177 M:      [email protected]
3178 L:      [email protected] (subscribers-only)
3179 W:      http://irda.sourceforge.net/
3180 S:      Maintained
3181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3182 F:      Documentation/networking/irda.txt
3183 F:      drivers/net/irda/
3184 F:      include/net/irda/
3185 F:      net/irda/
3186
3187 ISAPNP
3188 P:      Jaroslav Kysela
3189 M:      [email protected]
3190 S:      Maintained
3191 F:      Documentation/isapnp.txt
3192 F:      drivers/pnp/isapnp/
3193 F:      include/linux/isapnp.h
3194
3195 ISCSI
3196 P:      Mike Christie
3197 M:      [email protected]
3198 L:      [email protected]
3199 W:      www.open-iscsi.org
3200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3201 S:      Maintained
3202 F:      drivers/scsi/*iscsi*
3203 F:      include/scsi/*iscsi*
3204
3205 ISDN SUBSYSTEM
3206 P:      Karsten Keil
3207 M:      [email protected]
3208 L:      [email protected] (subscribers-only)
3209 W:      http://www.isdn4linux.de
3210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3211 S:      Maintained
3212 F:      Documentation/isdn/
3213 F:      drivers/isdn/
3214 F:      include/linux/isdn.h
3215 F:      include/linux/isdn/
3216
3217 ISDN SUBSYSTEM (Eicon active card driver)
3218 P:      Armin Schindler
3219 M:      [email protected]
3220 L:      [email protected] (subscribers-only)
3221 W:      http://www.melware.de
3222 S:      Maintained
3223 F:      drivers/isdn/hardware/eicon/
3224
3225 IVTV VIDEO4LINUX DRIVER
3226 P:      Hans Verkuil
3227 M:      [email protected]
3228 L:      [email protected]
3229 L:      [email protected]
3230 L:      [email protected]
3231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3232 W:      http://www.ivtvdriver.org
3233 S:      Maintained
3234 F:      Documentation/video4linux/*.ivtv
3235 F:      drivers/media/video/ivtv/
3236 F:      include/linux/ivtv*
3237
3238 JFS FILESYSTEM
3239 P:      Dave Kleikamp
3240 M:      [email protected]
3241 L:      [email protected]
3242 W:      http://jfs.sourceforge.net/
3243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3244 S:      Supported
3245 F:      Documentation/filesystems/jfs.txt
3246 F:      fs/jfs/
3247
3248 JME NETWORK DRIVER
3249 P:      Guo-Fu Tseng
3250 M:      [email protected]
3251 L:      [email protected]
3252 S:      Maintained
3253 F:      drivers/net/jme.*
3254
3255 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3256 P:      David Woodhouse
3257 M:      [email protected]
3258 L:      [email protected]
3259 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3260 S:      Maintained
3261 F:      fs/jffs2/
3262 F:      include/linux/jffs2.h
3263
3264 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3265 P:      Stephen Tweedie
3266 M:      [email protected]
3267 P:      Andrew Morton
3268 M:      [email protected]
3269 L:      [email protected]
3270 S:      Maintained
3271 F:      fs/jbd*/
3272 F:      include/linux/ext*jbd*.h
3273 F:      include/linux/jbd*.h
3274
3275 K8TEMP HARDWARE MONITORING DRIVER
3276 P:      Rudolf Marek
3277 M:      [email protected]
3278 L:      [email protected]
3279 S:      Maintained
3280 F:      Documentation/hwmon/k8temp
3281 F:      drivers/hwmon/k8temp.c
3282
3283 KCONFIG
3284 P:      Roman Zippel
3285 M:      [email protected]
3286 L:      [email protected]
3287 S:      Maintained
3288 F:      Documentation/kbuild/kconfig-language.txt
3289 F:      scripts/kconfig/
3290
3291 KDUMP
3292 P:      Vivek Goyal
3293 M:      [email protected]
3294 P:      Haren Myneni
3295 M:      [email protected]
3296 L:      [email protected]
3297 W:      http://lse.sourceforge.net/kdump/
3298 S:      Maintained
3299 F:      Documentation/kdump/
3300
3301 KERNEL AUTOMOUNTER (AUTOFS)
3302 P:      H. Peter Anvin
3303 M:      [email protected]
3304 L:      [email protected]
3305 S:      Odd Fixes
3306 F:      fs/autofs/
3307
3308 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3309 P:      Ian Kent
3310 M:      [email protected]
3311 L:      [email protected]
3312 S:      Maintained
3313 F:      fs/autofs4/
3314
3315 KERNEL BUILD
3316 P:      Sam Ravnborg
3317 M:      [email protected]
3318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3320 L:      [email protected]
3321 S:      Maintained
3322 F:      Documentation/kbuild/
3323 F:      Makefile
3324 F:      scripts/Makefile.*
3325
3326 KERNEL JANITORS
3327 P:      Several
3328 L:      [email protected]
3329 W:      http://www.kerneljanitors.org/
3330 S:      Maintained
3331
3332 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3333 P:      J. Bruce Fields
3334 M:      [email protected]
3335 P:      Neil Brown
3336 M:      [email protected]
3337 L:      [email protected]
3338 W:      http://nfs.sourceforge.net/
3339 S:      Supported
3340 F:      fs/nfsd/
3341 F:      include/linux/nfsd/
3342 F:      fs/lockd/
3343 F:      fs/nfs_common/
3344 F:      net/sunrpc/
3345 F:      include/linux/lockd/
3346 F:      include/linux/sunrpc/
3347
3348 KERNEL VIRTUAL MACHINE (KVM)
3349 P:      Avi Kivity
3350 M:      [email protected]
3351 L:      [email protected]
3352 W:      http://kvm.qumranet.com
3353 S:      Supported
3354 F:      Documentation/*/kvm.txt
3355 F:      arch/*/kvm/
3356 F:      arch/*/include/asm/kvm*
3357 F:      include/linux/kvm*
3358 F:      virt/kvm/
3359
3360 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3361 P:      Joerg Roedel
3362 M:      [email protected]
3363 L:      [email protected]
3364 W:      http://kvm.qumranet.com
3365 S:      Supported
3366 F:      arch/x86/include/asm/svm.h
3367 F:      arch/x86/kvm/kvm_svm.h
3368 F:      arch/x86/kvm/svm.c
3369
3370 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3371 P:      Hollis Blanchard
3372 M:      [email protected]
3373 L:      [email protected]
3374 W:      http://kvm.qumranet.com
3375 S:      Supported
3376 F:      arch/powerpc/include/asm/kvm*
3377 F:      arch/powerpc/kvm/
3378
3379 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3380 P:      Xiantao Zhang
3381 M:      [email protected]
3382 L:      [email protected]
3383 W:      http://kvm.qumranet.com
3384 S:      Supported
3385 F:      Documentation/ia64/kvm.txt
3386 F:      arch/ia64/include/asm/kvm*
3387 F:      arch/ia64/kvm/
3388
3389 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3390 P:      Carsten Otte
3391 M:      [email protected]
3392 P:      Christian Borntraeger
3393 M:      [email protected]
3394 M:      [email protected]
3395 L:      [email protected]
3396 W:      http://www.ibm.com/developerworks/linux/linux390/
3397 S:      Supported
3398 F:      Documentation/s390/kvm.txt
3399 F:      arch/s390/include/asm/kvm*
3400 F:      arch/s390/kvm/
3401
3402 KEXEC
3403 P:      Eric Biederman
3404 M:      [email protected]
3405 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3406 L:      [email protected]
3407 S:      Maintained
3408 F:      include/linux/kexec.h
3409 F:      kernel/kexec.c
3410
3411 KGDB
3412 P:      Jason Wessel
3413 M:      [email protected]
3414 L:      [email protected]
3415 S:      Maintained
3416 F:      Documentation/DocBook/kgdb.tmpl
3417 F:      drivers/misc/kgdbts.c
3418 F:      drivers/serial/kgdboc.c
3419 F:      include/linux/kgdb.h
3420 F:      kernel/kgdb.c
3421
3422 KMEMCHECK
3423 P:      Vegard Nossum
3424 M:      [email protected]
3425 P       Pekka Enberg
3426 M:      [email protected]
3427 L:      [email protected]
3428 S:      Maintained
3429
3430 KMEMLEAK
3431 P:      Catalin Marinas
3432 M:      [email protected]
3433 L:      [email protected]
3434 S:      Maintained
3435 F:      Documentation/kmemleak.txt
3436 F:      include/linux/kmemleak.h
3437 F:      mm/kmemleak.c
3438 F:      mm/kmemleak-test.c
3439
3440 KMEMTRACE
3441 P:      Eduard - Gabriel Munteanu
3442 M:      [email protected]
3443 S:      Maintained
3444 F:      Documentation/trace/kmemtrace.txt
3445 F:      include/linux/kmemtrace.h
3446 F:      kernel/trace/kmemtrace.c
3447
3448 KPROBES
3449 P:      Ananth N Mavinakayanahalli
3450 M:      [email protected]
3451 P:      Anil S Keshavamurthy
3452 M:      [email protected]
3453 P:      David S. Miller
3454 M:      [email protected]
3455 P:      Masami Hiramatsu
3456 M:      [email protected]
3457 S:      Maintained
3458 F:      Documentation/kprobes.txt
3459 F:      include/linux/kprobes.h
3460 F:      kernel/kprobes.c
3461
3462 KS0108 LCD CONTROLLER DRIVER
3463 P:      Miguel Ojeda Sandonis
3464 M:      [email protected]
3465 W:      http://miguelojeda.es/auxdisplay.htm
3466 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3467 S:      Maintained
3468 F:      Documentation/auxdisplay/ks0108
3469 F:      drivers/auxdisplay/ks0108.c
3470 F:      include/linux/ks0108.h
3471
3472 LAPB module
3473 L:      [email protected]
3474 S:      Orphan
3475 F:      Documentation/networking/lapb-module.txt
3476 F:      include/*/lapb.h
3477 F:      net/lapb/
3478
3479 LASI 53c700 driver for PARISC
3480 P:      James E.J. Bottomley
3481 M:      [email protected]
3482 L:      [email protected]
3483 S:      Maintained
3484 F:      Documentation/scsi/53c700.txt
3485 F:      drivers/scsi/53c700*
3486
3487 LED SUBSYSTEM
3488 P:      Richard Purdie
3489 M:      [email protected]
3490 S:      Maintained
3491 F:      drivers/leds/
3492 F:      include/linux/leds.h
3493
3494 LEGO USB Tower driver
3495 P:      Juergen Stuber
3496 M:      [email protected]
3497 L:      [email protected]
3498 W:      http://legousb.sourceforge.net/
3499 S:      Maintained
3500 F:      drivers/usb/misc/legousbtower.c
3501
3502 LGUEST
3503 P:      Rusty Russell
3504 M:      [email protected]
3505 L:      [email protected]
3506 W:      http://lguest.ozlabs.org/
3507 S:      Maintained
3508 F:      Documentation/lguest/
3509 F:      arch/x86/lguest/
3510 F:      drivers/lguest/
3511 F:      include/linux/lguest*.h
3512 F:      arch/x86/include/asm/lguest*.h
3513
3514 LINUX FOR IBM pSERIES (RS/6000)
3515 P:      Paul Mackerras
3516 M:      [email protected]
3517 W:      http://www.ibm.com/linux/ltc/projects/ppc
3518 S:      Supported
3519
3520 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3521 P:      Benjamin Herrenschmidt
3522 M:      [email protected]
3523 P:      Paul Mackerras
3524 M:      [email protected]
3525 W:      http://www.penguinppc.org/
3526 L:      [email protected]
3527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3528 S:      Supported
3529
3530 LINUX FOR POWER MACINTOSH
3531 P:      Benjamin Herrenschmidt
3532 M:      [email protected]
3533 W:      http://www.penguinppc.org/
3534 L:      [email protected]
3535 S:      Maintained
3536
3537 LINUX FOR POWERPC EMBEDDED MPC5XXX
3538 P:      Grant Likely
3539 M:      [email protected]
3540 L:      [email protected]
3541 T:      git git://git.secretlab.ca/git/linux-2.6.git
3542 S:      Maintained
3543
3544 LINUX FOR POWERPC EMBEDDED PPC4XX
3545 P:      Josh Boyer
3546 M:      [email protected]
3547 P:      Matt Porter
3548 M:      [email protected]
3549 W:      http://www.penguinppc.org/
3550 L:      [email protected]
3551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3552 S:      Maintained
3553
3554 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3555 P:      Grant Likely
3556 M:      [email protected]
3557 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3558 L:      [email protected]
3559 T:      git git://git.secretlab.ca/git/linux-2.6.git
3560 S:      Maintained
3561
3562 LINUX FOR POWERPC EMBEDDED PPC8XX
3563 P:      Vitaly Bordug
3564 M:      [email protected]
3565 P:      Marcelo Tosatti
3566 M:      [email protected]
3567 W:      http://www.penguinppc.org/
3568 L:      [email protected]
3569 S:      Maintained
3570
3571 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3572 P:      Kumar Gala
3573 M:      [email protected]
3574 W:      http://www.penguinppc.org/
3575 L:      [email protected]
3576 S:      Maintained
3577
3578 LINUX FOR POWERPC PA SEMI PWRFICIENT
3579 P:      Olof Johansson
3580 M:      [email protected]
3581 W:      http://www.pasemi.com/
3582 L:      [email protected]
3583 S:      Supported
3584
3585 LINUX SECURITY MODULE (LSM) FRAMEWORK
3586 P:      Chris Wright
3587 M:      [email protected]
3588 L:      [email protected]
3589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3590 S:      Supported
3591
3592 LLC (802.2)
3593 P:      Arnaldo Carvalho de Melo
3594 M:      [email protected]
3595 S:      Maintained
3596 F:      include/linux/llc.h
3597 F:      include/net/llc*
3598 F:      net/llc/
3599
3600 LIS3LV02D ACCELEROMETER DRIVER
3601 P:      Eric Piel
3602 M:      [email protected]
3603 S:      Maintained
3604 F:      Documentation/hwmon/lis3lv02d
3605 F:      drivers/hwmon/lis3lv02d.*
3606
3607 LM83 HARDWARE MONITOR DRIVER
3608 P:      Jean Delvare
3609 M:      [email protected]
3610 L:      [email protected]
3611 S:      Maintained
3612 F:      Documentation/hwmon/lm83
3613 F:      drivers/hwmon/lm83.c
3614
3615 LM90 HARDWARE MONITOR DRIVER
3616 P:      Jean Delvare
3617 M:      [email protected]
3618 L:      [email protected]
3619 S:      Maintained
3620 F:      Documentation/hwmon/lm90
3621 F:      drivers/hwmon/lm90.c
3622
3623 LOCKDEP AND LOCKSTAT
3624 P:      Peter Zijlstra
3625 M:      [email protected]
3626 P:      Ingo Molnar
3627 M:      [email protected]
3628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3629 S:      Maintained
3630 F:      Documentation/lockdep*.txt
3631 F:      Documentation/lockstat.txt
3632 F:      include/linux/lockdep.h
3633 F:      kernel/lockdep*
3634
3635 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3636 P:      Richard Russon (FlatCap)
3637 M:      [email protected]
3638 L:      [email protected]
3639 W:      http://www.linux-ntfs.org/content/view/19/37/
3640 S:      Maintained
3641 F:      Documentation/ldm.txt
3642 F:      fs/partitions/ldm.*
3643
3644 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3645 P:      Eric Moore
3646 M:      [email protected]
3647 M:      [email protected]
3648 L:      [email protected]
3649 L:      [email protected]
3650 W:      http://www.lsilogic.com/support
3651 S:      Supported
3652 F:      drivers/message/fusion/
3653
3654 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3655 P:      Matthew Wilcox
3656 M:      [email protected]
3657 L:      [email protected]
3658 S:      Maintained
3659 F:      drivers/scsi/sym53c8xx_2/
3660
3661 LTP (Linux Test Project)
3662 P:      Subrata Modak
3663 M:      [email protected]
3664 P:      Mike Frysinger
3665 M:      [email protected]
3666 L:      [email protected] (subscribers-only)
3667 W:      http://ltp.sourceforge.net/
3668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3669 S:      Maintained
3670
3671 M32R ARCHITECTURE
3672 P:      Hirokazu Takata
3673 M:      [email protected]
3674 L:      [email protected]
3675 L:      [email protected] (in Japanese)
3676 W:      http://www.linux-m32r.org/
3677 S:      Maintained
3678 F:      arch/m32r/
3679
3680 M68K ARCHITECTURE
3681 P:      Geert Uytterhoeven
3682 M:      [email protected]
3683 P:      Roman Zippel
3684 M:      [email protected]
3685 L:      [email protected]
3686 W:      http://www.linux-m68k.org/
3687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3688 S:      Maintained
3689 F:      arch/m68k/
3690 F:      drivers/zorro/
3691
3692 M68K ON APPLE MACINTOSH
3693 P:      Joshua Thompson
3694 M:      [email protected]
3695 W:      http://www.mac.linux-m68k.org/
3696 L:      [email protected]
3697 S:      Maintained
3698 F:      arch/m68k/mac/
3699
3700 M68K ON HP9000/300
3701 P:      Philip Blundell
3702 M:      [email protected]
3703 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3704 S:      Maintained
3705 F:      arch/m68k/hp300/
3706
3707 MAC80211
3708 P:      Johannes Berg
3709 M:      [email protected]
3710 L:      [email protected]
3711 W:      http://linuxwireless.org/
3712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3713 S:      Maintained
3714 F:      Documentation/networking/mac80211-injection.txt
3715 F:      include/net/mac80211.h
3716 F:      net/mac80211/
3717
3718 MAC80211 PID RATE CONTROL
3719 P:      Stefano Brivio
3720 M:      [email protected]
3721 P:      Mattias Nissler
3722 M:      [email protected]
3723 L:      [email protected]
3724 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3726 S:      Maintained
3727 F:      net/mac80211/rc80211_pid*
3728
3729 MACVLAN DRIVER
3730 P:      Patrick McHardy
3731 M:      [email protected]
3732 L:      [email protected]
3733 S:      Maintained
3734 F:      drivers/net/macvlan.c
3735 F:      include/linux/if_macvlan.h
3736
3737 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3738 P:      Michael Kerrisk
3739 M:      [email protected]
3740 W:      http://www.kernel.org/doc/man-pages
3741 L:      [email protected]
3742 S:      Maintained
3743
3744 MARVELL LIBERTAS WIRELESS DRIVER
3745 P:      Dan Williams
3746 M:      [email protected]
3747 L:      [email protected]
3748 S:      Maintained
3749 F:      drivers/net/wireless/libertas/
3750
3751 MARVELL MV643XX ETHERNET DRIVER
3752 P:      Lennert Buytenhek
3753 M:      [email protected]
3754 L:      [email protected]
3755 S:      Supported
3756 F:      drivers/net/mv643xx_eth.*
3757 F:      include/linux/mv643xx.h
3758
3759 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3760 P:      Nicolas Pitre
3761 M:      [email protected]
3762 S:      Maintained
3763
3764 MARVELL YUKON / SYSKONNECT DRIVER
3765 P:      Mirko Lindner
3766 M:      [email protected]
3767 P:      Ralph Roesler
3768 M:      [email protected]
3769 W:      http://www.syskonnect.com
3770 S:      Supported
3771
3772 MATROX FRAMEBUFFER DRIVER
3773 P:      Petr Vandrovec
3774 M:      [email protected]
3775 L:      [email protected] (moderated for non-subscribers)
3776 S:      Maintained
3777 F:      drivers/video/matrox/matroxfb_*
3778 F:      include/linux/matroxfb.h
3779
3780 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3781 P:      Hans J. Koch
3782 M:      [email protected]
3783 L:      [email protected]
3784 S:      Maintained
3785 F:      Documentation/hwmon/max6650
3786 F:      drivers/hwmon/max6650.c
3787
3788 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3789 P:      Mauro Carvalho Chehab
3790 M:      [email protected]
3791 P:      LinuxTV.org Project
3792 L:      [email protected]
3793 W:      http://linuxtv.org
3794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3795 S:      Maintained
3796 F:      Documentation/dvb/
3797 F:      Documentation/video4linux/
3798 F:      drivers/media/
3799 F:      include/media/
3800 F:      include/linux/dvb/
3801 F:      include/linux/videodev*.h
3802
3803 MEGARAID SCSI DRIVERS
3804 P:      Neela Syam Kolli
3805 M:      [email protected]
3806 L:      [email protected]
3807 W:      http://megaraid.lsilogic.com
3808 S:      Maintained
3809 F:      Documentation/scsi/megaraid.txt
3810 F:      drivers/scsi/megaraid.*
3811 F:      drivers/scsi/megaraid/
3812
3813 MEMORY MANAGEMENT
3814 L:      [email protected]
3815 W:      http://www.linux-mm.org
3816 S:      Maintained
3817 F:      include/linux/mm.h
3818 F:      mm/
3819
3820 MEMORY RESOURCE CONTROLLER
3821 P:      Balbir Singh
3822 M:      [email protected]
3823 P:      Pavel Emelyanov
3824 M:      [email protected]
3825 P:      KAMEZAWA Hiroyuki
3826 M:      [email protected]
3827 L:      [email protected]
3828 S:      Maintained
3829 F:      mm/memcontrol.c
3830
3831 MEMORY TECHNOLOGY DEVICES (MTD)
3832 P:      David Woodhouse
3833 M:      [email protected]
3834 W:      http://www.linux-mtd.infradead.org/
3835 L:      [email protected]
3836 T:      git git://git.infradead.org/mtd-2.6.git
3837 S:      Maintained
3838 F:      drivers/mtd/
3839 F:      include/linux/mtd/
3840 F:      include/mtd/
3841
3842 MICROBLAZE ARCHITECTURE
3843 P:      Michal Simek
3844 M:      [email protected]
3845 L:      [email protected]
3846 W:      http://www.monstr.eu/fdt/
3847 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3848 S:      Supported
3849 F:      arch/microblaze/
3850
3851 MICROTEK X6 SCANNER
3852 P:      Oliver Neukum
3853 M:      [email protected]
3854 S:      Maintained
3855 F:      drivers/usb/image/microtek.*
3856
3857 MIPS
3858 P:      Ralf Baechle
3859 M:      [email protected]
3860 W:      http://www.linux-mips.org/
3861 L:      [email protected]
3862 T:      git git://git.linux-mips.org/pub/scm/linux.git
3863 S:      Supported
3864 F:      Documentation/mips/
3865 F:      arch/mips/
3866
3867 MISCELLANEOUS MCA-SUPPORT
3868 P:      James Bottomley
3869 M:      [email protected]
3870 S:      Maintained
3871 F:      Documentation/ia64/mca.txt
3872 F:      Documentation/mca.txt
3873 F:      drivers/mca/
3874 F:      include/linux/mca*
3875
3876 MODULE SUPPORT
3877 P:      Rusty Russell
3878 M:      [email protected]
3879 S:      Maintained
3880 F:      include/linux/module.h
3881 F:      kernel/module.c
3882
3883 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3884 P:      Stelian Pop
3885 M:      [email protected]
3886 W:      http://popies.net/meye/
3887 S:      Maintained
3888 F:      Documentation/video4linux/meye.txt
3889 F:      drivers/media/video/meye.*
3890 F:      include/linux/meye.h
3891
3892 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3893 P:      Pavel Pisa
3894 M:      [email protected]
3895 L:      [email protected] (subscribers-only)
3896 S:      Maintained
3897 F:      drivers/mmc/host/imxmmc.*
3898
3899 MOUSE AND MISC DEVICES [GENERAL]
3900 P:      Alessandro Rubini
3901 M:      [email protected]
3902 S:      Maintained
3903 F:      drivers/input/mouse/
3904 F:      include/linux/gpio_mouse.h
3905
3906 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3907 P:      Jiri Slaby
3908 M:      [email protected]
3909 S:      Maintained
3910 F:      Documentation/serial/moxa-smartio
3911 F:      drivers/char/mxser.*
3912
3913 MSI LAPTOP SUPPORT
3914 P:      Lennart Poettering
3915 M:      [email protected]
3916 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3917 W:      http://0pointer.de/lennart/tchibo.html
3918 S:      Maintained
3919 F:      drivers/platform/x86/msi-laptop.c
3920
3921 MULTIFUNCTION DEVICES (MFD)
3922 P:      Samuel Ortiz
3923 M:      [email protected]
3924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3925 S:      Supported
3926 F:      drivers/mfd/
3927
3928 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3929 P:      Pierre Ossman
3930 M:      [email protected]
3931 S:      Maintained
3932 F:      drivers/mmc/
3933 F:      include/linux/mmc/
3934
3935 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3936 P:      David Brownell
3937 M:      [email protected]
3938 S:      Odd Fixes
3939 F:      drivers/mmc/host/mmc_spi.c
3940 F:      include/linux/spi/mmc_spi.h
3941
3942 MULTISOUND SOUND DRIVER
3943 P:      Andrew Veliath
3944 M:      [email protected]
3945 S:      Maintained
3946 F:      Documentation/sound/oss/MultiSound
3947 F:      sound/oss/msnd*
3948
3949 MULTITECH MULTIPORT CARD (ISICOM)
3950 P:      Jiri Slaby
3951 M:      [email protected]
3952 S:      Maintained
3953 F:      drivers/char/isicom.c
3954 F:      include/linux/isicom.h
3955
3956 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3957 P:      Felipe Balbi
3958 M:      [email protected]
3959 L:      [email protected]
3960 T:      git git://gitorious.org/musb/mainline.git
3961 S:      Maintained
3962 F:      drivers/usb/musb/
3963
3964 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3965 P:      Andrew Gallatin
3966 M:      [email protected]
3967 P:      Brice Goglin
3968 M:      [email protected]
3969 L:      [email protected]
3970 W:      http://www.myri.com/scs/download-Myri10GE.html
3971 S:      Supported
3972 F:      drivers/net/myri10ge/
3973
3974 NATSEMI ETHERNET DRIVER (DP8381x)
3975 P:      Tim Hockin
3976 M:      [email protected]
3977 S:      Maintained
3978 F:      drivers/net/natsemi.c
3979
3980 NCP FILESYSTEM
3981 P:      Petr Vandrovec
3982 M:      [email protected]
3983 L:      [email protected]
3984 S:      Maintained
3985 F:      fs/ncpfs/
3986
3987 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3988 P:      James E.J. Bottomley
3989 M:      [email protected]
3990 L:      [email protected]
3991 S:      Maintained
3992 F:      drivers/scsi/NCR_D700.*
3993
3994 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3995 P:      Faisal Latif
3996 M:      [email protected]
3997 P:      Chien Tung
3998 M:      [email protected]
3999 L:      [email protected]
4000 W:      http://www.neteffect.com
4001 S:      Supported
4002 F:      drivers/infiniband/hw/nes/
4003
4004 NETEM NETWORK EMULATOR
4005 P:      Stephen Hemminger
4006 M:      [email protected]
4007 L:      [email protected]
4008 S:      Maintained
4009 F:      net/sched/sch_netem.c
4010
4011 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
4012 P:      Ramkrishna Vepa
4013 M:      [email protected]
4014 P:      Rastapur Santosh
4015 M:      [email protected]
4016 P:      Sivakumar Subramani
4017 M:      [email protected]
4018 P:      Sreenivasa Honnur
4019 M:      [email protected]
4020 P:      Anil Murthy
4021 M:      [email protected]
4022 L:      [email protected]
4023 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4024 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4025 S:      Supported
4026 F:      Documentation/networking/s2io.txt
4027 F:      drivers/net/s2io*
4028
4029 NETFILTER/IPTABLES/IPCHAINS
4030 P:      Rusty Russell
4031 P:      Marc Boucher
4032 P:      James Morris
4033 P:      Harald Welte
4034 P:      Jozsef Kadlecsik
4035 P:      Patrick McHardy
4036 M:      [email protected]
4037 L:      [email protected]
4038 L:      [email protected]
4039 L:      [email protected]
4040 W:      http://www.netfilter.org/
4041 W:      http://www.iptables.org/
4042 S:      Supported
4043 F:      include/linux/netfilter*
4044 F:      include/linux/netfilter/
4045 F:      include/net/netfilter/
4046 F:      net/*/netfilter.c
4047 F:      net/*/netfilter/
4048 F:      net/netfilter/
4049
4050 NETLABEL
4051 P:      Paul Moore
4052 M:      [email protected]
4053 W:      http://netlabel.sf.net
4054 L:      [email protected]
4055 S:      Supported
4056 F:      Documentation/netlabel/
4057 F:      include/net/netlabel.h
4058 F:      net/netlabel/
4059
4060 NETROM NETWORK LAYER
4061 P:      Ralf Baechle
4062 M:      [email protected]
4063 L:      [email protected]
4064 W:      http://www.linux-ax25.org/
4065 S:      Maintained
4066 F:      include/linux/netrom.h
4067 F:      include/net/netrom.h
4068 F:      net/netrom/
4069
4070 NETWORK BLOCK DEVICE (NBD)
4071 P:      Paul Clements
4072 M:      [email protected]
4073 S:      Maintained
4074 F:      Documentation/blockdev/nbd.txt
4075 F:      drivers/block/nbd.c
4076 F:      include/linux/nbd.h
4077
4078 NETWORKING [GENERAL]
4079 P:      David S. Miller
4080 M:      [email protected]
4081 L:      [email protected]
4082 W:      http://www.linuxfoundation.org/en/Net
4083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4084 S:      Maintained
4085 F:      net/
4086 F:      include/net/
4087
4088 NETWORKING [IPv4/IPv6]
4089 P:      David S. Miller
4090 M:      [email protected]
4091 P:      Alexey Kuznetsov
4092 M:      [email protected]
4093 P:      Pekka Savola (ipv6)
4094 M:      [email protected]
4095 P:      James Morris
4096 M:      [email protected]
4097 P:      Hideaki YOSHIFUJI
4098 M:      [email protected]
4099 P:      Patrick McHardy
4100 M:      [email protected]
4101 L:      [email protected]
4102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4103 S:      Maintained
4104 F:      net/ipv4/
4105 F:      net/ipv6/
4106 F:      include/net/ip*
4107
4108 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4109 P:      Paul Moore
4110 M:      [email protected]
4111 L:      [email protected]
4112 S:      Maintained
4113
4114 NETWORKING [WIRELESS]
4115 P:      John W. Linville
4116 M:      [email protected]
4117 L:      [email protected]
4118 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4119 S:      Maintained
4120 F:      net/wireless/
4121 F:      include/net/ieee80211*
4122 F:      include/linux/wireless.h
4123
4124 NETWORKING DRIVERS
4125 L:      [email protected]
4126 W:      http://www.linuxfoundation.org/en/Net
4127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4128 S:      Odd Fixes
4129 F:      drivers/net/
4130
4131 NETXEN (1/10) GbE SUPPORT
4132 P:      Dhananjay Phadke
4133 M:      [email protected]
4134 L:      [email protected]
4135 W:      http://www.netxen.com
4136 S:      Supported
4137 F:      drivers/net/netxen/
4138
4139 NFS, SUNRPC, AND LOCKD CLIENTS
4140 P:      Trond Myklebust
4141 M:      [email protected]
4142 L:      [email protected]
4143 W:      http://client.linux-nfs.org
4144 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4145 S:      Maintained
4146 F:      fs/lockd/
4147 F:      fs/nfs/
4148 F:      fs/nfs_common/
4149 F:      net/sunrpc/
4150 F:      include/linux/lockd/
4151 F:      include/linux/nfs*
4152 F:      include/linux/sunrpc/
4153
4154 NI5010 NETWORK DRIVER
4155 P:      Jan-Pascal van Best
4156 M:      [email protected]
4157 P:      Andreas Mohr
4158 M:      [email protected]
4159 L:      [email protected]
4160 S:      Maintained
4161 F:      drivers/net/ni5010.*
4162
4163 NILFS2 FILESYSTEM
4164 P:      KONISHI Ryusuke
4165 M:      [email protected]
4166 L:      [email protected]
4167 W:      http://www.nilfs.org/en/
4168 S:      Supported
4169 F:      Documentation/filesystems/nilfs2.txt
4170 F:      fs/nilfs2/
4171 F:      include/linux/nilfs2_fs.h
4172
4173 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4174 P:      YOKOTA Hiroshi
4175 M:      [email protected]
4176 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4177 S:      Maintained
4178 F:      Documentation/scsi/NinjaSCSI.txt
4179 F:      drivers/scsi/pcmcia/nsp_*
4180
4181 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4182 P:      GOTO Masanori
4183 M:      [email protected]
4184 P:      YOKOTA Hiroshi
4185 M:      [email protected]
4186 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4187 S:      Maintained
4188 F:      Documentation/scsi/NinjaSCSI.txt
4189 F:      drivers/scsi/nsp32*
4190
4191 NTFS FILESYSTEM
4192 P:      Anton Altaparmakov
4193 M:      [email protected]
4194 L:      [email protected]
4195 W:      http://www.linux-ntfs.org/
4196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4197 S:      Maintained
4198 F:      Documentation/filesystems/ntfs.txt
4199 F:      fs/ntfs/
4200
4201 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4202 P:      Antonino Daplas
4203 M:      [email protected]
4204 L:      [email protected] (moderated for non-subscribers)
4205 S:      Maintained
4206 F:      drivers/video/riva/
4207 F:      drivers/video/nvidia/
4208
4209 OMAP SUPPORT
4210 P:      Tony Lindgren <[email protected]>
4211 M:      [email protected]
4212 L:      [email protected]
4213 W:      http://www.muru.com/linux/omap/
4214 W:      http://linux.omap.com/
4215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4216 S:      Maintained
4217 F:      arch/arm/*omap*
4218
4219 OMAP CLOCK FRAMEWORK SUPPORT
4220 P:      Paul Walmsley
4221 M:      [email protected]
4222 L:      [email protected]
4223 S:      Maintained
4224 F:      arch/arm/*omap*/*clock*
4225
4226 OMAP POWER MANAGEMENT SUPPORT
4227 P:      Kevin Hilman
4228 M:      [email protected]
4229 L:      [email protected]
4230 S:      Maintained
4231 F:      arch/arm/*omap*/*pm*
4232
4233 OMAP AUDIO SUPPORT
4234 P:      Jarkko Nikula
4235 M:      [email protected]
4236 L:      [email protected] (subscribers-only)
4237 L:      [email protected]
4238 S:      Maintained
4239 F:      sound/soc/omap/
4240
4241 OMAP FRAMEBUFFER SUPPORT
4242 P:      Imre Deak
4243 M:      [email protected]
4244 L:      [email protected] (moderated for non-subscribers)
4245 L:      [email protected]
4246 S:      Maintained
4247 F:      drivers/video/omap/
4248
4249 OMAP MMC SUPPORT
4250 P:      Jarkko Lavinen
4251 M:      [email protected]
4252 L:      [email protected]
4253 L:      [email protected]
4254 S:      Maintained
4255 F:      drivers/mmc/host/*omap*
4256
4257 OMAP RANDOM NUMBER GENERATOR SUPPORT
4258 P:      Deepak Saxena
4259 M:      [email protected]
4260 S:      Maintained
4261 F:      drivers/char/hw_random/omap-rng.c
4262
4263 OMAP USB SUPPORT
4264 P:      Felipe Balbi
4265 M:      [email protected]
4266 P:      David Brownell
4267 M:      [email protected]
4268 L:      [email protected]
4269 L:      [email protected]
4270 S:      Maintained
4271
4272 OMFS FILESYSTEM
4273 P:      Bob Copeland
4274 M:      [email protected]
4275 L:      [email protected]
4276 S:      Maintained
4277 F:      Documentation/filesystems/omfs.txt
4278 F:      fs/omfs/
4279
4280 OMNIKEY CARDMAN 4000 DRIVER
4281 P:      Harald Welte
4282 M:      [email protected]
4283 S:      Maintained
4284 F:      drivers/char/pcmcia/cm4000_cs.c
4285 F:      include/linux/cm4000_cs.h
4286
4287 OMNIKEY CARDMAN 4040 DRIVER
4288 P:      Harald Welte
4289 M:      [email protected]
4290 S:      Maintained
4291 F:      drivers/char/pcmcia/cm4040_cs.*
4292
4293 OMNIVISION OV7670 SENSOR DRIVER
4294 P:      Jonathan Corbet
4295 M:      [email protected]
4296 L:      [email protected]
4297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4298 S:      Maintained
4299 F:      drivers/media/video/ov7670.c
4300
4301 ONENAND FLASH DRIVER
4302 P:      Kyungmin Park
4303 M:      [email protected]
4304 L:      [email protected]
4305 S:      Maintained
4306 F:      drivers/mtd/onenand/
4307 F:      include/linux/mtd/onenand*.h
4308
4309 ONSTREAM SCSI TAPE DRIVER
4310 P:      Willem Riede
4311 M:      [email protected]
4312 L:      [email protected]
4313 L:      [email protected]
4314 S:      Maintained
4315 F:      drivers/scsi/osst*
4316 F:      drivers/scsi/st*
4317
4318 OPENCORES I2C BUS DRIVER
4319 P:      Peter Korsgaard
4320 M:      [email protected]
4321 L:      [email protected]
4322 S:      Maintained
4323 F:      Documentation/i2c/busses/i2c-ocores
4324 F:      drivers/i2c/busses/i2c-ocores.c
4325
4326 OPROFILE
4327 P:      Robert Richter
4328 M:      [email protected]
4329 L:      [email protected]
4330 S:      Maintained
4331 F:      arch/*/oprofile/
4332 F:      drivers/oprofile/
4333 F:      include/linux/oprofile.h
4334
4335 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4336 P:      Mark Fasheh
4337 M:      [email protected]
4338 P:      Joel Becker
4339 M:      [email protected]
4340 L:      [email protected] (moderated for non-subscribers)
4341 W:      http://oss.oracle.com/projects/ocfs2/
4342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4343 S:      Supported
4344 F:      Documentation/filesystems/ocfs2.txt
4345 F:      Documentation/filesystems/dlmfs.txt
4346 F:      fs/ocfs2/
4347
4348 ORINOCO DRIVER
4349 P:      Pavel Roskin
4350 M:      [email protected]
4351 P:      David Gibson
4352 M:      [email protected]
4353 L:      [email protected]
4354 L:      [email protected]
4355 L:      [email protected]
4356 W:      http://www.nongnu.org/orinoco/
4357 S:      Maintained
4358 F:      drivers/net/wireless/orinoco/
4359
4360 OSD LIBRARY
4361 P:      Boaz Harrosh
4362 M:      [email protected]
4363 P:      Benny Halevy
4364 M:      [email protected]
4365 L:      [email protected]
4366 W:      http://open-osd.org
4367 T:      git git://git.open-osd.org/open-osd.git
4368 S:      Maintained
4369
4370 P54 WIRELESS DRIVER
4371 P:      Michael Wu
4372 M:      [email protected]
4373 L:      [email protected]
4374 W:      http://prism54.org
4375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4376 S:      Maintained
4377 F:      drivers/net/wireless/p54/
4378
4379 PA SEMI ETHERNET DRIVER
4380 P:      Olof Johansson
4381 M:      [email protected]
4382 L:      [email protected]
4383 S:      Maintained
4384 F:      drivers/net/pasemi_mac.*
4385
4386 PA SEMI SMBUS DRIVER
4387 P:      Olof Johansson
4388 M:      [email protected]
4389 L:      [email protected]
4390 S:      Maintained
4391 F:      drivers/i2c/busses/i2c-pasemi.c
4392
4393 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4394 P:      Harald Welte
4395 M:      [email protected]
4396 S:      Maintained
4397 F:      drivers/platform/x86/panasonic-laptop.c
4398
4399 PANASONIC MN10300/AM33 PORT
4400 P:      David Howells
4401 M:      [email protected]
4402 P:      Koichi Yasutake
4403 M:      [email protected]
4404 L:      [email protected] (moderated for non-subscribers)
4405 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4406 S:      Maintained
4407 F:      Documentation/mn10300/
4408 F:      arch/mn10300/
4409
4410 PARALLEL PORT SUPPORT
4411 L:      [email protected] (subscribers-only)
4412 S:      Orphan
4413 F:      drivers/parport/
4414 F:      include/linux/parport*.h
4415 F:      drivers/char/ppdev.c
4416 F:      include/linux/ppdev.h
4417
4418 PARAVIRT_OPS INTERFACE
4419 P:      Jeremy Fitzhardinge
4420 M:      [email protected]
4421 P:      Chris Wright
4422 M:      [email protected]
4423 P:      Alok Kataria
4424 M:      [email protected]
4425 P:      Rusty Russell
4426 M:      [email protected]
4427 L:      [email protected]
4428 S:      Supported
4429 F:      Documentation/ia64/paravirt_ops.txt
4430 F:      arch/*/kernel/paravirt*
4431 F:      arch/*/include/asm/paravirt.h
4432
4433 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4434 P:      Tim Waugh
4435 M:      [email protected]
4436 L:      [email protected] (subscribers-only)
4437 W:      http://www.torque.net/linux-pp.html
4438 S:      Maintained
4439 F:      Documentation/blockdev/paride.txt
4440 F:      drivers/block/paride/
4441
4442 PARISC ARCHITECTURE
4443 P:      Kyle McMartin
4444 M:      [email protected]
4445 P:      Helge Deller
4446 M:      [email protected]
4447 L:      [email protected]
4448 W:      http://www.parisc-linux.org/
4449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4450 S:      Maintained
4451 F:      arch/parisc/
4452 F:      drivers/parisc/
4453
4454 PC87360 HARDWARE MONITORING DRIVER
4455 P:      Jim Cromie
4456 M:      [email protected]
4457 L:      [email protected]
4458 S:      Maintained
4459 F:      Documentation/hwmon/pc87360
4460 F:      drivers/hwmon/pc87360.c
4461
4462 PC8736x GPIO DRIVER
4463 P:      Jim Cromie
4464 M:      [email protected]
4465 S:      Maintained
4466 F:      drivers/char/pc8736x_gpio.c
4467
4468 PCA9532 LED DRIVER
4469 P:      Riku Voipio
4470 M:      [email protected]
4471 S:      Maintained
4472 F:      drivers/leds/leds-pca9532.c
4473 F:      include/linux/leds-pca9532.h
4474
4475 PCI ERROR RECOVERY
4476 P:      Linas Vepstas
4477 M:      [email protected]
4478 L:      [email protected]
4479 S:      Supported
4480 F:      Documentation/PCI/pci-error-recovery.txt
4481 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4482
4483 PCI SUBSYSTEM
4484 P:      Jesse Barnes
4485 M:      [email protected]
4486 L:      [email protected]
4487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4488 S:      Supported
4489 F:      Documentation/PCI/
4490 F:      drivers/pci/
4491 F:      include/linux/pci*
4492
4493 PCIE HOTPLUG DRIVER
4494 P:      Kristen Carlson Accardi
4495 M:      [email protected]
4496 L:      [email protected]
4497 S:      Supported
4498 F:      drivers/pci/pcie/
4499
4500 PCMCIA SUBSYSTEM
4501 P:      Linux PCMCIA Team
4502 L:      [email protected]
4503 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4505 S:      Maintained
4506 F:      Documentation/pcmcia/
4507 F:      drivers/pcmcia/
4508 F:      include/pcmcia/
4509
4510 PCNET32 NETWORK DRIVER
4511 P:      Don Fry
4512 M:      [email protected]
4513 L:      [email protected]
4514 S:      Maintained
4515 F:      drivers/net/pcnet32.c
4516
4517 PER-TASK DELAY ACCOUNTING
4518 P:      Balbir Singh
4519 M:      [email protected]
4520 S:      Maintained
4521 F:      include/linux/delayacct.h
4522 F:      kernel/delayacct.c
4523
4524 PERFORMANCE COUNTER SUBSYSTEM
4525 P:      Peter Zijlstra
4526 M:      [email protected]
4527 P:      Paul Mackerras
4528 M:      [email protected]
4529 P:      Ingo Molnar
4530 M:      [email protected]
4531 L:      [email protected]
4532 S:      Supported
4533
4534 PERSONALITY HANDLING
4535 P:      Christoph Hellwig
4536 M:      [email protected]
4537 L:      [email protected]
4538 S:      Maintained
4539 F:      include/linux/personality.h
4540
4541 PHRAM MTD DRIVER
4542 P:      Joern Engel
4543 M:      [email protected]
4544 L:      [email protected]
4545 S:      Maintained
4546 F:      drivers/mtd/devices/phram.c
4547
4548 PKTCDVD DRIVER
4549 P:      Peter Osterlund
4550 M:      [email protected]
4551 S:      Maintained
4552 F:      drivers/block/pktcdvd.c
4553 F:      include/linux/pktcdvd.h
4554
4555 POSIX CLOCKS and TIMERS
4556 P:      Thomas Gleixner
4557 M:      [email protected]
4558 S:      Supported
4559 F:      fs/timerfd.c
4560 F:      include/linux/timer*
4561 F:      kernel/*timer*
4562
4563 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4564 P:      Anton Vorontsov
4565 M:      [email protected]
4566 P:      David Woodhouse
4567 M:      [email protected]
4568 T:      git git://git.infradead.org/battery-2.6.git
4569 S:      Maintained
4570 F:      include/linux/power_supply.h
4571 F:      drivers/power/power_supply*
4572
4573 PNP SUPPORT
4574 P:      Adam Belay
4575 M:      [email protected]
4576 P:      Bjorn Helgaas
4577 M:      [email protected]
4578 S:      Maintained
4579 F:      drivers/pnp/
4580
4581 PNXxxxx I2C DRIVER
4582 P:      Vitaly Wool
4583 M:      [email protected]
4584 L:      [email protected]
4585 S:      Maintained
4586 F:      drivers/i2c/busses/i2c-pnx.c
4587
4588 PPP PROTOCOL DRIVERS AND COMPRESSORS
4589 P:      Paul Mackerras
4590 M:      [email protected]
4591 L:      [email protected]
4592 S:      Maintained
4593 F:      drivers/net/ppp_*
4594
4595 PPP OVER ATM (RFC 2364)
4596 P:      Mitchell Blank Jr
4597 M:      [email protected]
4598 S:      Maintained
4599 F:      net/atm/pppoatm.c
4600 F:      include/linux/atmppp.h
4601
4602 PPP OVER ETHERNET
4603 P:      Michal Ostrowski
4604 M:      [email protected]
4605 S:      Maintained
4606 F:      drivers/net/pppoe.c
4607 F:      drivers/net/pppox.c
4608
4609 PPP OVER L2TP
4610 P:      James Chapman
4611 M:      [email protected]
4612 S:      Maintained
4613 F:      drivers/net/pppol2tp.c
4614 F:      include/linux/if_pppol2tp.h
4615
4616 PPS SUPPORT
4617 P:      Rodolfo Giometti
4618 M:      [email protected]
4619 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
4620 L:      [email protected] (subscribers-only)
4621 S:      Maintained
4622
4623 PREEMPTIBLE KERNEL
4624 P:      Robert Love
4625 M:      [email protected]
4626 L:      [email protected]
4627 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4628 S:      Supported
4629 F:      Documentation/preempt-locking.txt
4630 F:      include/linux/preempt.h
4631
4632 PRISM54 WIRELESS DRIVER
4633 P:      Luis R. Rodriguez
4634 M:      [email protected]
4635 L:      [email protected]
4636 W:      http://prism54.org
4637 S:      Maintained
4638 F:      drivers/net/wireless/prism54/
4639
4640 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4641 P:      Peter Denison
4642 M:      [email protected]
4643 W:      http://www.pnd-pc.demon.co.uk/promise/
4644 S:      Maintained
4645
4646 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4647 P:      Mikael Pettersson
4648 M:      [email protected]
4649 L:      [email protected]
4650 S:      Maintained
4651 F:      drivers/ata/sata_promise.*
4652
4653 PS3 NETWORK SUPPORT
4654 P:      Geoff Levand
4655 M:      [email protected]
4656 L:      [email protected]
4657 L:      [email protected]
4658 S:      Supported
4659 F:      drivers/net/ps3_gelic_net.*
4660
4661 PS3 PLATFORM SUPPORT
4662 P:      Geoff Levand
4663 M:      [email protected]
4664 L:      [email protected]
4665 L:      [email protected]
4666 S:      Supported
4667 F:      arch/powerpc/boot/ps3*
4668 F:      arch/powerpc/include/asm/lv1call.h
4669 F:      arch/powerpc/include/asm/ps3*.h
4670 F:      arch/powerpc/platforms/ps3/
4671 F:      drivers/*/ps3*
4672 F:      drivers/ps3/
4673 F:      drivers/rtc/rtc-ps3.c
4674 F:      drivers/usb/host/*ps3.c
4675 F:      sound/ppc/snd_ps3*
4676
4677 PS3VRAM DRIVER
4678 P:      Jim Paris
4679 M:      [email protected]
4680 L:      [email protected]
4681 S:      Maintained
4682
4683 PTRACE SUPPORT
4684 P:      Roland McGrath
4685 M:      [email protected]
4686 P:      Oleg Nesterov
4687 M:      [email protected]
4688 S:      Maintained
4689 F:      include/asm-generic/syscall.h
4690 F:      include/linux/ptrace.h
4691 F:      include/linux/regset.h
4692 F:      include/linux/tracehook.h
4693 F:      kernel/ptrace.c
4694
4695 PVRUSB2 VIDEO4LINUX DRIVER
4696 P:      Mike Isely
4697 M:      [email protected]
4698 L:      [email protected]       (subscribers-only)
4699 L:      [email protected]
4700 W:      http://www.isely.net/pvrusb2/
4701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4702 S:      Maintained
4703 F:      Documentation/video4linux/README.pvrusb2
4704 F:      drivers/media/video/pvrusb2/
4705
4706 PXA2xx/PXA3xx SUPPORT
4707 P:      Eric Miao
4708 M:      [email protected]
4709 P:      Russell King
4710 M:      [email protected]
4711 L:      [email protected] (subscribers-only)
4712 S:      Maintained
4713 F:      arch/arm/mach-pxa/
4714 F:      drivers/pcmcia/pxa2xx*
4715 F:      drivers/spi/pxa2xx*
4716 F:      drivers/usb/gadget/pxa2*
4717 F:      include/sound/pxa2xx-lib.h
4718 F:      sound/arm/pxa*
4719 F:      sound/soc/pxa
4720
4721 PXA168 SUPPORT
4722 P:      Eric Miao
4723 M:      [email protected]
4724 P:      Jason Chagas
4725 M:      [email protected]
4726 L:      [email protected] (subscribers-only)
4727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4728 S:      Maintained
4729
4730 PXA910 SUPPORT
4731 P:      Eric Miao
4732 M:      [email protected]
4733 L:      [email protected] (subscribers-only)
4734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4735 S:      Maintained
4736
4737 PXA MMCI DRIVER
4738 S:      Orphan
4739
4740 PXA RTC DRIVER
4741 P:      Robert Jarzmik
4742 M:      [email protected]
4743 L:      [email protected]
4744 S:      Maintained
4745
4746 QLOGIC QLA2XXX FC-SCSI DRIVER
4747 P:      Andrew Vasquez
4748 M:      [email protected]
4749 L:      [email protected]
4750 S:      Supported
4751 F:      Documentation/scsi/LICENSE.qla2xxx
4752 F:      drivers/scsi/qla2xxx/
4753
4754 QLOGIC QLA3XXX NETWORK DRIVER
4755 P:      Ron Mercer
4756 M:      [email protected]
4757 L:      [email protected]
4758 S:      Supported
4759 F:      Documentation/networking/LICENSE.qla3xxx
4760 F:      drivers/net/qla3xxx.*
4761
4762 QLOGIC QLGE 10Gb ETHERNET DRIVER
4763 P:      Ron Mercer
4764 M:      [email protected]
4765 M:      [email protected]
4766 L:      [email protected]
4767 S:      Supported
4768 F:      drivers/net/qlge/
4769
4770 QNX4 FILESYSTEM
4771 P:      Anders Larsen
4772 M:      [email protected]
4773 W:      http://www.alarsen.net/linux/qnx4fs/
4774 S:      Maintained
4775 F:      fs/qnx4/
4776 F:      include/linux/qnx4_fs.h
4777 F:      include/linux/qnxtypes.h
4778
4779 RADEON FRAMEBUFFER DISPLAY DRIVER
4780 P:      Benjamin Herrenschmidt
4781 M:      [email protected]
4782 L:      [email protected] (moderated for non-subscribers)
4783 S:      Maintained
4784 F:      drivers/video/aty/radeon*
4785 F:      include/linux/radeonfb.h
4786
4787 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4788 P:      Paul Mackerras
4789 M:      [email protected]
4790 L:      [email protected] (moderated for non-subscribers)
4791 S:      Maintained
4792 F:      drivers/video/aty/aty128fb.c
4793
4794 RALINK RT2X00 WIRELESS LAN DRIVER
4795 P:      rt2x00 project
4796 L:      [email protected]
4797 L:      [email protected]
4798 W:      http://rt2x00.serialmonkey.com/
4799 S:      Maintained
4800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4801 F:      drivers/net/wireless/rt2x00/
4802
4803 RAMDISK RAM BLOCK DEVICE DRIVER
4804 P:      Nick Piggin
4805 M:      [email protected]
4806 S:      Maintained
4807 F:      Documentation/blockdev/ramdisk.txt
4808 F:      drivers/block/brd.c
4809
4810 RANDOM NUMBER DRIVER
4811 P:      Matt Mackall
4812 M:      [email protected]
4813 S:      Maintained
4814 F:      drivers/char/random.c
4815
4816 RAPIDIO SUBSYSTEM
4817 P:      Matt Porter
4818 M:      [email protected]
4819 S:      Maintained
4820 F:      drivers/rapidio/
4821
4822 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4823 P:      Corey Thomas
4824 M:      [email protected]
4825 L:      [email protected]
4826 S:      Maintained
4827 F:      drivers/net/wireless/ray*
4828
4829 RCUTORTURE MODULE
4830 P:      Josh Triplett
4831 M:      [email protected]
4832 P:      Paul E. McKenney
4833 M:      [email protected]
4834 S:      Maintained
4835 F:      Documentation/RCU/torture.txt
4836 F:      kernel/rcutorture.c
4837
4838 RDC R-321X SoC
4839 P:      Florian Fainelli
4840 M:      [email protected]
4841 S:      Maintained
4842
4843 RDC R6040 FAST ETHERNET DRIVER
4844 P:      Florian Fainelli
4845 M:      [email protected]
4846 L:      [email protected]
4847 S:      Maintained
4848 F:      drivers/net/r6040.c
4849
4850 RDS - RELIABLE DATAGRAM SOCKETS
4851 P:      Andy Grover
4852 M:      [email protected]
4853 L:      [email protected] (moderated for non-subscribers)
4854 S:      Supported
4855 F:      net/rds/
4856
4857 READ-COPY UPDATE (RCU)
4858 P:      Dipankar Sarma
4859 M:      [email protected]
4860 P:      Paul E. McKenney
4861 M:      [email protected]
4862 W:      http://www.rdrop.com/users/paulmck/rclock/
4863 S:      Supported
4864 F:      Documentation/RCU/rcu.txt
4865 F:      Documentation/RCU/rcuref.txt
4866 F:      include/linux/rcupdate.h
4867 F:      include/linux/srcu.h
4868 F:      kernel/rcupdate.c
4869
4870 REAL TIME CLOCK DRIVER
4871 P:      Paul Gortmaker
4872 M:      [email protected]
4873 S:      Maintained
4874 F:      Documentation/rtc.txt
4875 F:      drivers/rtc/
4876 F:      include/linux/rtc.h
4877
4878 REAL TIME CLOCK (RTC) SUBSYSTEM
4879 P:      Alessandro Zummo
4880 M:      [email protected]
4881 L:      [email protected]
4882 S:      Maintained
4883 F:      Documentation/rtc.txt
4884 F:      drivers/rtc/
4885 F:      include/linux/rtc.h
4886
4887 REISERFS FILE SYSTEM
4888 L:      [email protected]
4889 S:      Supported
4890 F:      fs/reiserfs/
4891
4892 RFKILL
4893 P:      Johannes Berg
4894 M:      [email protected]
4895 L:      [email protected]
4896 S:      Maintained
4897 F       Documentation/rfkill.txt
4898 F:      net/rfkill/
4899
4900 RISCOM8 DRIVER
4901 S:      Orphan
4902 F:      Documentation/serial/riscom8.txt
4903 F:      drivers/char/riscom8*
4904
4905 ROCKETPORT DRIVER
4906 P:      Comtrol Corp.
4907 W:      http://www.comtrol.com
4908 S:      Maintained
4909 F:      Documentation/serial/rocket.txt
4910 F:      drivers/char/rocket*
4911
4912 ROSE NETWORK LAYER
4913 P:      Ralf Baechle
4914 M:      [email protected]
4915 L:      [email protected]
4916 W:      http://www.linux-ax25.org/
4917 S:      Maintained
4918 F:      include/linux/rose.h
4919 F:      include/net/rose.h
4920 F:      net/rose/
4921
4922 RTL8180 WIRELESS DRIVER
4923 P:      John W. Linville
4924 M:      [email protected]
4925 L:      [email protected]
4926 W:      http://linuxwireless.org/
4927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4928 S:      Maintained
4929 F:      drivers/net/wireless/rtl818*
4930
4931 RTL8187 WIRELESS DRIVER
4932 P:      Herton Ronaldo Krzesinski
4933 M:      [email protected]
4934 P:      Hin-Tak Leung
4935 M:      [email protected]
4936 P:      Larry Finger
4937 M:      [email protected]
4938 L:      [email protected]
4939 W:      http://linuxwireless.org/
4940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4941 S:      Maintained
4942 F:      drivers/net/wireless/rtl818x/rtl8187*
4943
4944 S3 SAVAGE FRAMEBUFFER DRIVER
4945 P:      Antonino Daplas
4946 M:      [email protected]
4947 L:      [email protected] (moderated for non-subscribers)
4948 S:      Maintained
4949 F:      drivers/video/savage/
4950
4951 S390
4952 P:      Martin Schwidefsky
4953 M:      [email protected]
4954 P:      Heiko Carstens
4955 M:      [email protected]
4956 M:      [email protected]
4957 L:      [email protected]
4958 W:      http://www.ibm.com/developerworks/linux/linux390/
4959 S:      Supported
4960 F:      arch/s390/
4961
4962 S390 NETWORK DRIVERS
4963 P:      Ursula Braun
4964 M:      [email protected]
4965 P:      Frank Blaschka
4966 M:      [email protected]
4967 M:      [email protected]
4968 L:      [email protected]
4969 W:      http://www.ibm.com/developerworks/linux/linux390/
4970 S:      Supported
4971 F:      drivers/s390/net/
4972
4973 S390 ZCRYPT DRIVER
4974 P:      Felix Beck
4975 M:      [email protected]
4976 P:      Ralph Wuerthner
4977 M:      [email protected]
4978 M:      [email protected]
4979 L:      [email protected]
4980 S:      Supported
4981 F:      drivers/s390/crypto/
4982
4983 S390 ZFCP DRIVER
4984 P:      Christof Schmitt
4985 M:      [email protected]
4986 P:      Martin Peschke
4987 M:      [email protected]
4988 M:      [email protected]
4989 L:      [email protected]
4990 W:      http://www.ibm.com/developerworks/linux/linux390/
4991 S:      Supported
4992 F:      Documentation/s390/zfcpdump.txt
4993 F:      drivers/s390/scsi/zfcp_*
4994
4995 S390 IUCV NETWORK LAYER
4996 P:      Ursula Braun
4997 M:      [email protected]
4998 M:      [email protected]
4999 L:      [email protected]
5000 W:      http://www.ibm.com/developerworks/linux/linux390/
5001 S:      Supported
5002 F:      drivers/s390/net/*iucv*
5003 F:      include/net/iucv/
5004 F:      net/iucv/
5005
5006 S3C24XX SD/MMC Driver
5007 P:      Ben Dooks
5008 M:      [email protected]
5009 L:      [email protected] (subscribers-only)
5010 S:      Supported
5011 F:      drivers/mmc/host/s3cmci.*
5012
5013 SAA7146 VIDEO4LINUX-2 DRIVER
5014 P:      Michael Hunold
5015 M:      [email protected]
5016 L:      [email protected]
5017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5018 W:      http://www.mihu.de/linux/saa7146
5019 S:      Maintained
5020 F:      drivers/media/common/saa7146*
5021 F:      drivers/media/video/*7146*
5022 F:      include/media/*7146*
5023
5024 SC1200 WDT DRIVER
5025 P:      Zwane Mwaikambo
5026 M:      [email protected]
5027 S:      Maintained
5028 F:      drivers/watchdog/sc1200wdt.c
5029
5030 SCHEDULER
5031 P:      Ingo Molnar
5032 M:      [email protected]
5033 P:      Peter Zijlstra
5034 M:      [email protected]
5035 S:      Maintained
5036 F:      kernel/sched*
5037 F:      include/linux/sched.h
5038
5039 SCSI CDROM DRIVER
5040 P:      Jens Axboe
5041 M:      [email protected]
5042 L:      [email protected]
5043 W:      http://www.kernel.dk
5044 S:      Maintained
5045 F:      drivers/scsi/sr*
5046
5047 SCSI SG DRIVER
5048 P:      Doug Gilbert
5049 M:      [email protected]
5050 L:      [email protected]
5051 W:      http://www.torque.net/sg
5052 S:      Maintained
5053 F:      drivers/scsi/sg.c
5054 F:      include/scsi/sg.h
5055
5056 SCSI SUBSYSTEM
5057 P:      James E.J. Bottomley
5058 M:      [email protected]
5059 L:      [email protected]
5060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5063 S:      Maintained
5064 F:      drivers/scsi/
5065 F:      include/scsi/
5066
5067 SCSI TAPE DRIVER
5068 P:      Kai Mäkisara
5069 M:      [email protected]
5070 L:      [email protected]
5071 S:      Maintained
5072 F:      Documentation/scsi/st.txt
5073 F:      drivers/scsi/st*
5074
5075 SCTP PROTOCOL
5076 P:      Vlad Yasevich
5077 M:      [email protected]
5078 P:      Sridhar Samudrala
5079 M:      [email protected]
5080 L:      [email protected]
5081 W:      http://lksctp.sourceforge.net
5082 S:      Supported
5083 F:      Documentation/networking/sctp.txt
5084 F:      include/linux/sctp.h
5085 F:      include/net/sctp/
5086 F:      net/sctp/
5087
5088 SCx200 CPU SUPPORT
5089 P:      Jim Cromie
5090 M:      [email protected]
5091 S:      Odd Fixes
5092 F:      Documentation/i2c/busses/scx200_acb
5093 F:      arch/x86/kernel/scx200_32.c
5094 F:      drivers/watchdog/scx200_wdt.c
5095 F:      drivers/i2c/busses/scx200*
5096 F:      drivers/mtd/maps/scx200_docflash.c
5097 F:      include/linux/scx200.h
5098
5099 SCx200 GPIO DRIVER
5100 P:      Jim Cromie
5101 M:      [email protected]
5102 S:      Maintained
5103 F:      drivers/char/scx200_gpio.c
5104 F:      include/linux/scx200_gpio.h
5105
5106 SCx200 HRT CLOCKSOURCE DRIVER
5107 P:      Jim Cromie
5108 M:      [email protected]
5109 S:      Maintained
5110 F:      drivers/clocksource/scx200_hrt.c
5111
5112 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5113 P:      Sascha Sommer
5114 M:      [email protected]
5115 L:      [email protected] (subscribers-only)
5116 S:      Maintained
5117 F:      drivers/mmc/host/sdricoh_cs.c
5118
5119 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5120 P:      Pierre Ossman
5121 M:      [email protected]
5122 L:      [email protected]
5123 S:      Maintained
5124
5125 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5126 P:      Anton Vorontsov
5127 M:      [email protected]
5128 L:      [email protected]
5129 L:      [email protected]
5130 S:      Maintained
5131 F:      drivers/mmc/host/sdhci.*
5132
5133 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5134 P:      Ben Dooks
5135 M:      [email protected]
5136 L:      [email protected]
5137 S:      Maintained
5138 F:      drivers/mmc/host/sdhci-s3c.c
5139
5140 SECURITY SUBSYSTEM
5141 P:      James Morris
5142 M:      [email protected]
5143 L:      [email protected] (suggested Cc:)
5144 T:      git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5145 W:      http://security.wiki.kernel.org/
5146 S:      Supported
5147 F:      security/
5148
5149 SECURITY CONTACT
5150 P:      Security Officers
5151 M:      [email protected]
5152 S:      Supported
5153
5154 SELINUX SECURITY MODULE
5155 P:      Stephen Smalley
5156 M:      [email protected]
5157 P:      James Morris
5158 M:      [email protected]
5159 P:      Eric Paris
5160 M:      [email protected]
5161 L:      [email protected] (subscribers-only, general discussion)
5162 W:      http://selinuxproject.org
5163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5164 S:      Supported
5165 F:      include/linux/selinux*
5166 F:      security/selinux/
5167
5168 SENSABLE PHANTOM
5169 P:      Jiri Slaby
5170 M:      [email protected]
5171 S:      Maintained
5172 F:      drivers/misc/phantom.c
5173 F:      include/linux/phantom.h
5174
5175 SERIAL ATA (SATA) SUBSYSTEM
5176 P:      Jeff Garzik
5177 M:      [email protected]
5178 L:      [email protected]
5179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5180 S:      Supported
5181 F:      drivers/ata/
5182 F:      include/linux/ata.h
5183 F:      include/linux/libata.h
5184
5185 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5186 P:      Sathya Perla
5187 M:      [email protected]
5188 P:      Subbu Seetharaman
5189 M:      [email protected]
5190 L:      [email protected]
5191 W:      http://www.serverengines.com
5192 S:      Supported
5193 F:      drivers/net/benet/
5194
5195 SFC NETWORK DRIVER
5196 P:      Steve Hodgson
5197 P:      Ben Hutchings
5198 P:      Robert Stonehouse
5199 M:      [email protected]
5200 S:      Supported
5201 F:      drivers/net/sfc/
5202
5203 SGI GRU DRIVER
5204 P:      Jack Steiner
5205 M:      [email protected]
5206 S:      Maintained
5207 F:      drivers/misc/sgi-gru/
5208
5209 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5210 P:      Pat Gefre
5211 M:      [email protected]
5212 L:      [email protected]
5213 S:      Supported
5214 F:      Documentation/ia64/serial.txt
5215 F:      drivers/serial/ioc?_serial.c
5216 F:      include/linux/ioc?.h
5217
5218 SGI VISUAL WORKSTATION 320 AND 540
5219 P:      Andrey Panin
5220 M:      [email protected]
5221 L:      [email protected]
5222 W:      http://linux-visws.sf.net
5223 S:      Maintained for 2.6.
5224 F:      Documentation/sgi-visws.txt
5225
5226 SGI XP/XPC/XPNET DRIVER
5227 P:      Robin Holt
5228 M:      [email protected]
5229 S:      Maintained
5230 F:      drivers/misc/sgi-xp/
5231
5232 SHARP LH SUPPORT (LH7952X & LH7A40X)
5233 P:      Marc Singer
5234 M:      [email protected]
5235 W:      http://projects.buici.com/arm
5236 L:      [email protected] (subscribers-only)
5237 S:      Maintained
5238 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5239 F:      arch/arm/mach-lh7a40x/
5240 F:      drivers/serial/serial_lh7a40x.c
5241 F:      drivers/usb/gadget/lh7a40*
5242 F:      drivers/usb/host/ohci-lh7a40*
5243
5244 SHPC HOTPLUG DRIVER
5245 P:      Kristen Carlson Accardi
5246 M:      [email protected]
5247 L:      [email protected]
5248 S:      Supported
5249 F:      drivers/pci/hotplug/shpchp*
5250
5251 SIMTEC EB110ATX (Chalice CATS)
5252 P:      Ben Dooks
5253 P:      Vincent Sanders
5254 M:      [email protected]
5255 W:      http://www.simtec.co.uk/products/EB110ATX/
5256 S:      Supported
5257
5258 SIMTEC EB2410ITX (BAST)
5259 P:      Ben Dooks
5260 P:      Vincent Sanders
5261 M:      [email protected]
5262 W:      http://www.simtec.co.uk/products/EB2410ITX/
5263 S:      Supported
5264 F:      arch/arm/mach-s3c2410/
5265 F:      drivers/*/*s3c2410*
5266 F:      drivers/*/*/*s3c2410*
5267
5268 SIS 190 ETHERNET DRIVER
5269 P:      Francois Romieu
5270 M:      [email protected]
5271 L:      [email protected]
5272 S:      Maintained
5273 F:      drivers/net/sis190.c
5274
5275 SIS 900/7016 FAST ETHERNET DRIVER
5276 P:      Daniele Venzano
5277 M:      [email protected]
5278 W:      http://www.brownhat.org/sis900.html
5279 L:      [email protected]
5280 S:      Maintained
5281 F:      drivers/net/sis900.*
5282
5283 SIS 96X I2C/SMBUS DRIVER
5284 P:      Mark M. Hoffman
5285 M:      [email protected]
5286 L:      [email protected]
5287 S:      Maintained
5288 F:      Documentation/i2c/busses/i2c-sis96x
5289 F:      drivers/i2c/busses/i2c-sis96x.c
5290
5291 SIS FRAMEBUFFER DRIVER
5292 P:      Thomas Winischhofer
5293 M:      [email protected]
5294 W:      http://www.winischhofer.net/linuxsisvga.shtml
5295 S:      Maintained
5296 F:      Documentation/fb/sisfb.txt
5297 F:      drivers/video/sis/
5298 F:      include/video/sisfb.h
5299
5300 SIS USB2VGA DRIVER
5301 P:      Thomas Winischhofer
5302 M:      [email protected]
5303 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5304 S:      Maintained
5305 F:      drivers/usb/misc/sisusbvga/
5306
5307 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5308 P:      Stephen Hemminger
5309 M:      [email protected]
5310 L:      [email protected]
5311 S:      Maintained
5312 F:      drivers/net/skge.*
5313 F:      drivers/net/sky2.*
5314
5315 SLAB ALLOCATOR
5316 P:      Christoph Lameter
5317 M:      [email protected]
5318 P:      Pekka Enberg
5319 M:      [email protected]
5320 P:      Matt Mackall
5321 M:      [email protected]
5322 L:      [email protected]
5323 S:      Maintained
5324 F:      include/linux/sl?b*.h
5325 F:      mm/sl?b.c
5326
5327 SMC91x ETHERNET DRIVER
5328 P:      Nicolas Pitre
5329 M:      [email protected]
5330 S:      Maintained
5331 F:      drivers/net/smc91x.*
5332
5333 SMSC47B397 HARDWARE MONITOR DRIVER
5334 P:      Mark M. Hoffman
5335 M:      [email protected]
5336 L:      [email protected]
5337 S:      Maintained
5338 F:      Documentation/hwmon/smsc47b397
5339 F:      drivers/hwmon/smsc47b397.c
5340
5341 SMSC911x ETHERNET DRIVER
5342 P:      Steve Glendinning
5343 M:      [email protected]
5344 L:      [email protected]
5345 S:      Supported
5346 F:      include/linux/smsc911x.h
5347 F:      drivers/net/smsc911x.*
5348
5349 SMSC9420 PCI ETHERNET DRIVER
5350 P:      Steve Glendinning
5351 M:      [email protected]
5352 L:      [email protected]
5353 S:      Supported
5354 F:      drivers/net/smsc9420.*
5355
5356 SMX UIO Interface
5357 P:      Ben Nizette
5358 M:      [email protected]
5359 S:      Maintained
5360 F:      drivers/uio/uio_smx.c
5361
5362 SN-IA64 (Itanium) SUB-PLATFORM
5363 P:      Jes Sorensen
5364 M:      [email protected]
5365 L:      [email protected]
5366 L:      [email protected]
5367 W:      http://www.sgi.com/altix
5368 S:      Maintained
5369 F:      arch/ia64/sn/
5370
5371 SOC-CAMERA V4L2 SUBSYSTEM
5372 P:      Guennadi Liakhovetski
5373 M:      [email protected]
5374 L:      [email protected]
5375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5376 S:      Maintained
5377 F:      include/media/v4l2*
5378 F:      drivers/media/video/v4l2*
5379
5380 SOEKRIS NET48XX LED SUPPORT
5381 P:      Chris Boot
5382 M:      [email protected]
5383 S:      Maintained
5384 F:      drivers/leds/leds-net48xx.c
5385
5386 SOFTWARE RAID (Multiple Disks) SUPPORT
5387 P:      Neil Brown
5388 M:      [email protected]
5389 L:      [email protected]
5390 S:      Supported
5391 F:      drivers/md/
5392 F:      include/linux/raid/
5393
5394 SONIC NETWORK DRIVER
5395 P:      Thomas Bogendoerfer
5396 M:      [email protected]
5397 L:      [email protected]
5398 S:      Maintained
5399 F:      drivers/net/sonic.*
5400
5401 SONICS SILICON BACKPLANE DRIVER (SSB)
5402 P:      Michael Buesch
5403 M:      [email protected]
5404 L:      [email protected]
5405 S:      Maintained
5406 F:      drivers/ssb/
5407 F:      include/linux/ssb/
5408
5409 SONY VAIO CONTROL DEVICE DRIVER
5410 P:      Mattia Dongili
5411 M:      [email protected]
5412 L:      [email protected]
5413 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5414 S:      Maintained
5415 F:      Documentation/laptops/sony-laptop.txt
5416 F:      drivers/char/sonypi.c
5417 F:      drivers/platform/x86/sony-laptop.c
5418 F:      include/linux/sony-laptop.h
5419
5420 SONY MEMORYSTICK CARD SUPPORT
5421 P:      Alex Dubov
5422 M:      [email protected]
5423 W:      http://tifmxx.berlios.de/
5424 S:      Maintained
5425 F:      drivers/memstick/host/tifm_ms.c
5426
5427 SOUND
5428 P:      Jaroslav Kysela
5429 M:      [email protected]
5430 P:      Takashi Iwai
5431 M:      [email protected]
5432 L:      [email protected] (moderated for non-subscribers)
5433 W:      http://www.alsa-project.org/
5434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5435 T:      git git://git.alsa-project.org/alsa-kernel.git
5436 S:      Maintained
5437 F:      Documentation/sound/
5438 F:      include/sound/
5439 F:      sound/
5440
5441 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5442 P:      Liam Girdwood
5443 M:      [email protected]
5444 P:      Mark Brown
5445 M:      [email protected]
5446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5447 L:      [email protected] (moderated for non-subscribers)
5448 W:      http://alsa-project.org/main/index.php/ASoC
5449 S:      Supported
5450 F:      sound/soc/
5451 F:      include/sound/soc*
5452
5453 SPARC + UltraSPARC (sparc/sparc64)
5454 P:      David S. Miller
5455 M:      [email protected]
5456 L:      [email protected]
5457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5459 S:      Maintained
5460 F:      arch/sparc/
5461
5462 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5463 P:      Roger Wolff
5464 M:      [email protected]
5465 S:      Supported
5466 F:      Documentation/serial/specialix.txt
5467 F:      drivers/char/specialix*
5468
5469 SPI SUBSYSTEM
5470 P:      David Brownell
5471 M:      [email protected]
5472 L:      [email protected]
5473 S:      Maintained
5474 F:      Documentation/spi/
5475 F:      drivers/spi/
5476 F:      include/linux/spi/
5477
5478 SPIDERNET NETWORK DRIVER for CELL
5479 P:      Ishizaki Kou
5480 M:      [email protected]
5481 P:      Jens Osterkamp
5482 M:      [email protected]
5483 L:      [email protected]
5484 S:      Supported
5485 F:      Documentation/networking/spider_net.txt
5486 F:      drivers/net/spider_net*
5487
5488 SPU FILE SYSTEM
5489 P:      Jeremy Kerr
5490 M:      [email protected]
5491 L:      [email protected]
5492 L:      [email protected]
5493 W:      http://www.ibm.com/developerworks/power/cell/
5494 S:      Supported
5495 F:      Documentation/filesystems/spufs.txt
5496 F:      arch/powerpc/platforms/cell/spufs/
5497
5498 SQUASHFS FILE SYSTEM
5499 P:      Phillip Lougher
5500 M:      [email protected]
5501 L:      [email protected] (subscribers-only)
5502 W:      http://squashfs.org.uk
5503 S:      Maintained
5504 F:      Documentation/filesystems/squashfs.txt
5505 F:      fs/squashfs/
5506
5507 SRM (Alpha) environment access
5508 P:      Jan-Benedict Glaw
5509 M:      [email protected]
5510 S:      Maintained
5511 F:      arch/alpha/kernel/srm_env.c
5512
5513 STABLE BRANCH
5514 P:      Greg Kroah-Hartman
5515 M:      [email protected]
5516 P:      Chris Wright
5517 M:      [email protected]
5518 L:      [email protected]
5519 S:      Maintained
5520
5521 STAGING SUBSYSTEM
5522 P:      Greg Kroah-Hartman
5523 M:      [email protected]
5524 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5525 L:      [email protected]
5526 S:      Maintained
5527 F:      drivers/staging/
5528
5529 STARFIRE/DURALAN NETWORK DRIVER
5530 P:      Ion Badulescu
5531 M:      [email protected]
5532 S:      Maintained
5533 F:      drivers/net/starfire*
5534
5535 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5536 W:      http://mosquitonet.Stanford.EDU/strip.html
5537 S:      Orphan
5538 F:      drivers/net/wireless/strip.c
5539 F:      include/linux/if_strip.h
5540
5541 STRADIS MPEG-2 DECODER DRIVER
5542 P:      Nathan Laredo
5543 M:      [email protected]
5544 W:      http://www.stradis.com/
5545 S:      Maintained
5546 F:      drivers/media/video/stradis.c
5547
5548 SUN3/3X
5549 P:      Sam Creasey
5550 M:      [email protected]
5551 W:      http://sammy.net/sun3/
5552 S:      Maintained
5553 F:      arch/m68k/kernel/*sun3*
5554 F:      arch/m68k/sun3*/
5555 F:      arch/m68k/include/asm/sun3*
5556
5557 SUPERH
5558 P:      Paul Mundt
5559 M:      [email protected]
5560 L:      [email protected]
5561 W:      http://www.linux-sh.org
5562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5563 S:      Supported
5564 F:      Documentation/sh/
5565 F:      arch/sh/
5566 F:      drivers/sh/
5567
5568 SUSPEND TO RAM
5569 P:      Len Brown
5570 M:      [email protected]
5571 P:      Pavel Machek
5572 M:      [email protected]
5573 P:      Rafael J. Wysocki
5574 M:      [email protected]
5575 L:      [email protected]
5576 S:      Supported
5577 F:      Documentation/power/
5578 F:      arch/x86/kernel/acpi/
5579 F:      drivers/base/power/
5580 F:      kernel/power/
5581 F:      include/linux/suspend.h
5582 F:      include/linux/freezer.h
5583 F:      include/linux/pm.h
5584
5585 SVGA HANDLING
5586 P:      Martin Mares
5587 M:      [email protected]
5588 L:      [email protected]
5589 S:      Maintained
5590 F:      Documentation/svga.txt
5591 F:      arch/x86/boot/video*
5592
5593 SYSV FILESYSTEM
5594 P:      Christoph Hellwig
5595 M:      [email protected]
5596 S:      Maintained
5597 F:      Documentation/filesystems/sysv-fs.txt
5598 F:      fs/sysv/
5599 F:      include/linux/sysv_fs.h
5600
5601 TASKSTATS STATISTICS INTERFACE
5602 P:      Balbir Singh
5603 M:      [email protected]
5604 S:      Maintained
5605 F:      Documentation/accounting/taskstats*
5606 F:      include/linux/taskstats*
5607 F:      kernel/taskstats.c
5608
5609 TC CLASSIFIER
5610 P:      Jamal Hadi Salim
5611 M:      [email protected]
5612 L:      [email protected]
5613 S:      Maintained
5614 F:      include/linux/pkt_cls.h
5615 F:      include/net/pkt_cls.h
5616 F:      net/sched/
5617
5618 TCP LOW PRIORITY MODULE
5619 P:      Wong Hoi Sing, Edison
5620 M:      [email protected]
5621 P:      Hung Hing Lun, Mike
5622 M:      [email protected]
5623 W:      http://tcp-lp-mod.sourceforge.net/
5624 S:      Maintained
5625 F:      net/ipv4/tcp_lp.c
5626
5627 TEHUTI ETHERNET DRIVER
5628 P:      Alexander Indenbaum
5629 M:      [email protected]
5630 P:      Andy Gospodarek
5631 M:      [email protected]
5632 L:      [email protected]
5633 S:      Supported
5634 F:      drivers/net/tehuti*
5635
5636 Telecom Clock Driver for MCPL0010
5637 P:      Mark Gross
5638 M:      [email protected]
5639 S:      Supported
5640 F:      drivers/char/tlclk.c
5641
5642 TENSILICA XTENSA PORT (xtensa)
5643 P:      Chris Zankel
5644 M:      [email protected]
5645 S:      Maintained
5646 F:      arch/xtensa/
5647
5648 THINKPAD ACPI EXTRAS DRIVER
5649 P:      Henrique de Moraes Holschuh
5650 M:      [email protected]
5651 L:      [email protected]
5652 W:      http://ibm-acpi.sourceforge.net
5653 W:      http://thinkwiki.org/wiki/Ibm-acpi
5654 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5655 S:      Maintained
5656 F:      drivers/platform/x86/thinkpad_acpi.c
5657
5658 TI FLASH MEDIA INTERFACE DRIVER
5659 P:      Alex Dubov
5660 M:      [email protected]
5661 S:      Maintained
5662 F:      drivers/misc/tifm*
5663 F:      drivers/mmc/host/tifm_sd.c
5664 F:      include/linux/tifm.h
5665
5666 TIPC NETWORK LAYER
5667 P:      Per Liden
5668 M:      [email protected]
5669 P:      Jon Maloy
5670 M:      [email protected]
5671 P:      Allan Stephens
5672 M:      [email protected]
5673 L:      [email protected]
5674 W:      http://tipc.sourceforge.net/
5675 W:      http://tipc.cslab.ericsson.net/
5676 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5677 S:      Maintained
5678 F:      include/linux/tipc*.h
5679 F:      include/net/tipc/
5680 F:      net/tipc/
5681
5682 TLAN NETWORK DRIVER
5683 P:      Samuel Chessman
5684 M:      [email protected]
5685 L:      [email protected] (subscribers-only)
5686 W:      http://sourceforge.net/projects/tlan/
5687 S:      Maintained
5688 F:      Documentation/networking/tlan.txt
5689 F:      drivers/net/tlan.*
5690
5691 TOMOYO SECURITY MODULE
5692 P:      Kentaro Takeda
5693 M:      [email protected]
5694 P:      Tetsuo Handa
5695 M:      [email protected]
5696 L:      [email protected] (subscribers-only, for developers and users in English)
5697 L:      [email protected] (subscribers-only, for developers in Japanese)
5698 L:      [email protected] (subscribers-only, for users in Japanese)
5699 W:      http://tomoyo.sourceforge.jp/
5700 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5701 S:      Maintained
5702 F:      security/tomoyo/
5703
5704 TOSHIBA ACPI EXTRAS DRIVER
5705 S:      Orphan
5706 F:      drivers/platform/x86/toshiba_acpi.c
5707
5708 TOSHIBA SMM DRIVER
5709 P:      Jonathan Buzzard
5710 M:      [email protected]
5711 L:      [email protected]
5712 W:      http://www.buzzard.org.uk/toshiba/
5713 S:      Maintained
5714 F:      drivers/char/toshiba.c
5715 F:      include/linux/toshiba.h
5716
5717 TMIO MMC DRIVER
5718 P:      Ian Molton
5719 M:      [email protected]
5720 S:      Maintained
5721 F:      drivers/mmc/host/tmio_mmc.*
5722
5723 TMPFS (SHMEM FILESYSTEM)
5724 P:      Hugh Dickins
5725 M:      [email protected]
5726 L:      [email protected]
5727 S:      Maintained
5728 F:      include/linux/shmem_fs.h
5729 F:      mm/shmem.c
5730
5731 TPM DEVICE DRIVER
5732 P:      Debora Velarde
5733 M:      [email protected]
5734 P:      Rajiv Andrade
5735 M:      [email protected]
5736 W:      http://tpmdd.sourceforge.net
5737 P:      Marcel Selhorst
5738 M:      [email protected]
5739 W:      http://www.sirrix.com
5740 L:      [email protected] (moderated for non-subscribers)
5741 S:      Maintained
5742 F:      drivers/char/tpm/
5743
5744 TRIVIAL PATCHES
5745 P:      Jiri Kosina
5746 M:      [email protected]
5747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5748 S:      Maintained
5749 F:      drivers/char/tty_*
5750 F:      drivers/serial/serial_core.c
5751 F:      include/linux/serial_core.h
5752 F:      include/linux/serial.h
5753 F:      include/linux/tty.h
5754
5755 TTY LAYER
5756 P:      Alan Cox
5757 M:      [email protected]
5758 S:      Maintained
5759 T:      stgit http://zeniv.linux.org.uk/~alan/ttydev/
5760
5761 TULIP NETWORK DRIVERS
5762 P:      Grant Grundler
5763 M:      [email protected]
5764 P:      Kyle McMartin
5765 M:      [email protected]
5766 L:      [email protected]
5767 S:      Maintained
5768 F:      drivers/net/tulip/
5769
5770 TUN/TAP driver
5771 P:      Maxim Krasnyansky
5772 M:      [email protected]
5773 L:      [email protected]
5774 W:      http://vtun.sourceforge.net/tun
5775 S:      Maintained
5776 F:      Documentation/networking/tuntap.txt
5777 F:      arch/um/os-Linux/drivers/
5778
5779 TURBOCHANNEL SUBSYSTEM
5780 P:      Maciej W. Rozycki
5781 M:      [email protected]
5782 S:      Maintained
5783 F:      drivers/tc/
5784 F:      include/linux/tc.h
5785
5786 U14-34F SCSI DRIVER
5787 P:      Dario Ballabio
5788 M:      [email protected]
5789 L:      [email protected]
5790 S:      Maintained
5791 F:      drivers/scsi/u14-34f.c
5792
5793 UBI FILE SYSTEM (UBIFS)
5794 P:      Artem Bityutskiy
5795 M:      [email protected]
5796 P:      Adrian Hunter
5797 M:      [email protected]
5798 L:      [email protected]
5799 T:      git git://git.infradead.org/ubifs-2.6.git
5800 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5801 S:      Maintained
5802 F:      Documentation/filesystems/ubifs.txt
5803 F:      fs/ubifs/
5804
5805 UCLINUX (AND M68KNOMMU)
5806 P:      Greg Ungerer
5807 M:      [email protected]
5808 W:      http://www.uclinux.org/
5809 L:      [email protected]  (subscribers-only)
5810 S:      Maintained
5811 F:      arch/m68knommu/
5812
5813 UCLINUX FOR RENESAS H8/300 (H8300)
5814 P:      Yoshinori Sato
5815 M:      [email protected]
5816 W:      http://uclinux-h8.sourceforge.jp/
5817 S:      Supported
5818
5819 UDF FILESYSTEM
5820 P:      Jan Kara
5821 M:      [email protected]
5822 W:      http://linux-udf.sourceforge.net
5823 S:      Maintained
5824 F:      Documentation/filesystems/udf.txt
5825 F:      fs/udf/
5826
5827 UFS FILESYSTEM
5828 P:      Evgeniy Dushistov
5829 M:      [email protected]
5830 S:      Maintained
5831 F:      Documentation/filesystems/ufs.txt
5832 F:      fs/ufs/
5833
5834 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5835 P:      David Vrabel
5836 M:      [email protected]
5837 L:      [email protected]
5838 S:      Supported
5839 F:      drivers/uwb/*
5840 F:      include/linux/uwb.h
5841 F:      include/linux/uwb/
5842
5843 UNIFORM CDROM DRIVER
5844 P:      Jens Axboe
5845 M:      [email protected]
5846 W:      http://www.kernel.dk
5847 S:      Maintained
5848 F:      Documentation/cdrom/
5849 F:      drivers/cdrom/cdrom.c
5850 F:      include/linux/cdrom.h
5851
5852 UNSORTED BLOCK IMAGES (UBI)
5853 P:      Artem Bityutskiy
5854 M:      [email protected]
5855 W:      http://www.linux-mtd.infradead.org/
5856 L:      [email protected]
5857 T:      git git://git.infradead.org/ubi-2.6.git
5858 S:      Maintained
5859 F:      drivers/mtd/ubi/
5860 F:      include/linux/mtd/ubi.h
5861 F:      include/mtd/ubi-user.h
5862
5863 USB ACM DRIVER
5864 P:      Oliver Neukum
5865 M:      [email protected]
5866 L:      [email protected]
5867 S:      Maintained
5868 F:      Documentation/usb/acm.txt
5869 F:      drivers/usb/class/cdc-acm.*
5870
5871 USB BLOCK DRIVER (UB ub)
5872 P:      Pete Zaitcev
5873 M:      [email protected]
5874 L:      [email protected]
5875 S:      Supported
5876 F:      drivers/block/ub.c
5877
5878 USB CDC ETHERNET DRIVER
5879 P:      Greg Kroah-Hartman
5880 M:      [email protected]
5881 L:      [email protected]
5882 S:      Maintained
5883 W:      http://www.kroah.com/linux-usb/
5884 F:      drivers/net/usb/cdc_*.c
5885 F:      include/linux/usb/cdc.h
5886
5887 USB CYPRESS C67X00 DRIVER
5888 P:      Peter Korsgaard
5889 M:      [email protected]
5890 L:      [email protected]
5891 S:      Maintained
5892 F:      drivers/usb/c67x00/
5893
5894 USB DAVICOM DM9601 DRIVER
5895 P:      Peter Korsgaard
5896 M:      [email protected]
5897 L:      [email protected]
5898 W:      http://www.linux-usb.org/usbnet
5899 S:      Maintained
5900 F:      drivers/net/usb/dm9601.c
5901
5902 USB DIAMOND RIO500 DRIVER
5903 P:      Cesar Miquel
5904 M:      [email protected]
5905 L:      [email protected]
5906 W:      http://rio500.sourceforge.net
5907 S:      Maintained
5908 F:      drivers/usb/misc/rio500*
5909
5910 USB EHCI DRIVER
5911 P:      David Brownell
5912 M:      [email protected]
5913 L:      [email protected]
5914 S:      Odd Fixes
5915 F:      Documentation/usb/ehci.txt
5916 F:      drivers/usb/host/ehci*
5917
5918 USB ET61X[12]51 DRIVER
5919 P:      Luca Risolia
5920 M:      [email protected]
5921 L:      [email protected]
5922 L:      [email protected]
5923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5924 W:      http://www.linux-projects.org
5925 S:      Maintained
5926 F:      drivers/media/video/et61x251/
5927
5928 USB GADGET/PERIPHERAL SUBSYSTEM
5929 P:      David Brownell
5930 M:      [email protected]
5931 L:      [email protected]
5932 W:      http://www.linux-usb.org/gadget
5933 S:      Maintained
5934 F:      drivers/usb/gadget/
5935 F:      include/linux/usb/gadget*
5936
5937 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5938 P:      Jiri Kosina
5939 M:      [email protected]
5940 L:      [email protected]
5941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5942 S:      Maintained
5943 F:      Documentation/usb/hiddev.txt
5944 F:      drivers/hid/usbhid/
5945
5946 USB ISP116X DRIVER
5947 P:      Olav Kongas
5948 M:      [email protected]
5949 L:      [email protected]
5950 S:      Maintained
5951 F:      drivers/usb/host/isp116x*
5952 F:      include/linux/usb/isp116x.h
5953
5954 USB KAWASAKI LSI DRIVER
5955 P:      Oliver Neukum
5956 M:      [email protected]
5957 L:      [email protected]
5958 S:      Maintained
5959 F:      drivers/usb/serial/kl5kusb105.*
5960
5961 USB MASS STORAGE DRIVER
5962 P:      Matthew Dharm
5963 M:      [email protected]
5964 L:      [email protected]
5965 L:      [email protected]
5966 S:      Maintained
5967 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
5968 F:      drivers/usb/storage/
5969
5970 USB OHCI DRIVER
5971 P:      David Brownell
5972 M:      [email protected]
5973 L:      [email protected]
5974 S:      Odd Fixes
5975 F:      Documentation/usb/ohci.txt
5976 F:      drivers/usb/host/ohci*
5977
5978 USB OPTION-CARD DRIVER
5979 P:      Matthias Urlichs
5980 M:      [email protected]
5981 L:      [email protected]
5982 S:      Maintained
5983 F:      drivers/usb/serial/option.c
5984
5985 USB OV511 DRIVER
5986 P:      Mark McClelland
5987 M:      [email protected]
5988 L:      [email protected]
5989 W:      http://alpha.dyndns.org/ov511/
5990 S:      Maintained
5991 F:      drivers/media/video/ov511.*
5992
5993 USB PEGASUS DRIVER
5994 P:      Petko Manolov
5995 M:      [email protected]
5996 L:      [email protected]
5997 L:      [email protected]
5998 W:      http://pegasus2.sourceforge.net/
5999 S:      Maintained
6000 F:      drivers/net/usb/pegasus.*
6001
6002 USB PRINTER DRIVER (usblp)
6003 P:      Pete Zaitcev
6004 M:      [email protected]
6005 L:      [email protected]
6006 S:      Supported
6007 F:      drivers/usb/class/usblp.c
6008
6009 USB RTL8150 DRIVER
6010 P:      Petko Manolov
6011 M:      [email protected]
6012 L:      [email protected]
6013 L:      [email protected]
6014 W:      http://pegasus2.sourceforge.net/
6015 S:      Maintained
6016 F:      drivers/net/usb/rtl8150.c
6017
6018 USB SE401 DRIVER
6019 P:      Jeroen Vreeken
6020 M:      [email protected]
6021 L:      [email protected]
6022 W:      http://www.chello.nl/~j.vreeken/se401/
6023 S:      Maintained
6024 F:      Documentation/video4linux/se401.txt
6025 F:      drivers/media/video/se401.*
6026
6027 USB SERIAL BELKIN F5U103 DRIVER
6028 P:      William Greathouse
6029 M:      [email protected]
6030 L:      [email protected]
6031 S:      Maintained
6032 F:      drivers/usb/serial/belkin_sa.*
6033
6034 USB SERIAL CYPRESS M8 DRIVER
6035 P:      Lonnie Mendez
6036 M:      [email protected]
6037 L:      [email protected]
6038 S:      Maintained
6039 W:      http://geocities.com/i0xox0i
6040 W:      http://firstlight.net/cvs
6041 F:      drivers/usb/serial/cypress_m8.*
6042
6043 USB SERIAL CYBERJACK DRIVER
6044 P:      Matthias Bruestle and Harald Welte
6045 M:      [email protected]
6046 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
6047 S:      Maintained
6048 F:      drivers/usb/serial/cyberjack.c
6049
6050 USB SERIAL DIGI ACCELEPORT DRIVER
6051 P:      Peter Berger and Al Borchers
6052 M:      [email protected]
6053 M:      [email protected]
6054 L:      [email protected]
6055 S:      Maintained
6056 F:      drivers/usb/serial/digi_acceleport.c
6057
6058 USB SERIAL DRIVER
6059 P:      Greg Kroah-Hartman
6060 M:      [email protected]
6061 L:      [email protected]
6062 S:      Supported
6063 F:      Documentation/usb/usb-serial.txt
6064 F:      drivers/usb/serial/generic.c
6065 F:      drivers/usb/serial/usb-serial.c
6066 F:      include/linux/usb/serial.h
6067
6068 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6069 P:      Gary Brubaker
6070 M:      [email protected]
6071 L:      [email protected]
6072 S:      Maintained
6073 F:      drivers/usb/serial/empeg.c
6074
6075 USB SERIAL KEYSPAN DRIVER
6076 P:      Greg Kroah-Hartman
6077 M:      [email protected]
6078 L:      [email protected]
6079 W:      http://www.kroah.com/linux/
6080 S:      Maintained
6081 F:      drivers/usb/serial/*keyspan*
6082
6083 USB SERIAL WHITEHEAT DRIVER
6084 P:      Support Department
6085 M:      [email protected]
6086 L:      [email protected]
6087 W:      http://www.connecttech.com
6088 S:      Supported
6089 F:      drivers/usb/serial/whiteheat*
6090
6091 USB SMSC95XX ETHERNET DRIVER
6092 P:      Steve Glendinning
6093 M:      [email protected]
6094 L:      [email protected]
6095 S:      Supported
6096 F:      drivers/net/usb/smsc95xx.*
6097
6098 USB SN9C1xx DRIVER
6099 P:      Luca Risolia
6100 M:      [email protected]
6101 L:      [email protected]
6102 L:      [email protected]
6103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6104 W:      http://www.linux-projects.org
6105 S:      Maintained
6106 F:      Documentation/video4linux/sn9c102.txt
6107 F:      drivers/media/video/sn9c102/
6108
6109 USB SUBSYSTEM
6110 P:      Greg Kroah-Hartman
6111 M:      [email protected]
6112 L:      [email protected]
6113 W:      http://www.linux-usb.org
6114 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
6115 S:      Supported
6116 F:      Documentation/usb/
6117 F:      drivers/net/usb/
6118 F:      drivers/usb/
6119 F:      include/linux/usb.h
6120 F:      include/linux/usb/
6121
6122 USB UHCI DRIVER
6123 P:      Alan Stern
6124 M:      [email protected]
6125 L:      [email protected]
6126 S:      Maintained
6127 F:      drivers/usb/host/uhci*
6128
6129 USB "USBNET" DRIVER FRAMEWORK
6130 P:      David Brownell
6131 M:      [email protected]
6132 L:      [email protected]
6133 W:      http://www.linux-usb.org/usbnet
6134 S:      Maintained
6135 F:      drivers/net/usb/usbnet.c
6136 F:      include/linux/usb/usbnet.h
6137
6138 USB VIDEO CLASS
6139 P:      Laurent Pinchart
6140 M:      [email protected]
6141 L:      [email protected] (subscribers-only)
6142 L:      [email protected]
6143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6144 W:      http://linux-uvc.berlios.de
6145 S:      Maintained
6146 F:      drivers/media/video/uvc/
6147
6148 USB W996[87]CF DRIVER
6149 P:      Luca Risolia
6150 M:      [email protected]
6151 L:      [email protected]
6152 L:      [email protected]
6153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6154 W:      http://www.linux-projects.org
6155 S:      Maintained
6156 F:      Documentation/video4linux/w9968cf.txt
6157 F:      drivers/media/video/w996*
6158
6159 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6160 P:      Jussi Kivilinna
6161 M:      [email protected]
6162 L:      [email protected]
6163 S:      Maintained
6164 F:      drivers/net/wireless/rndis_wlan.c
6165
6166 USB XHCI DRIVER
6167 P:      Sarah Sharp
6168 M:      [email protected]
6169 L:      [email protected]
6170 S:      Supported
6171
6172 USB ZC0301 DRIVER
6173 P:      Luca Risolia
6174 M:      [email protected]
6175 L:      [email protected]
6176 L:      [email protected]
6177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6178 W:      http://www.linux-projects.org
6179 S:      Maintained
6180 F:      Documentation/video4linux/zc0301.txt
6181 F:      drivers/media/video/zc0301/
6182
6183 USB ZD1201 DRIVER
6184 P:      Jeroen Vreeken
6185 M:      [email protected]
6186 L:      [email protected]
6187 W:      http://linux-lc100020.sourceforge.net
6188 S:      Maintained
6189 F:      drivers/net/wireless/zd1201.*
6190
6191 USB ZR364XX DRIVER
6192 P:      Antoine Jacquet
6193 M:      [email protected]
6194 L:      [email protected]
6195 L:      [email protected]
6196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6197 W:      http://royale.zerezo.com/zr364xx/
6198 S:      Maintained
6199 F:      Documentation/video4linux/zr364xx.txt
6200 F:      drivers/media/video/zr364xx.c
6201
6202 USER-MODE LINUX (UML)
6203 P:      Jeff Dike
6204 M:      [email protected]
6205 L:      [email protected]
6206 L:      [email protected]
6207 W:      http://user-mode-linux.sourceforge.net
6208 S:      Maintained
6209 F:      Documentation/uml/
6210 F:      arch/um/
6211 F:      fs/hostfs/
6212 F:      fs/hppfs/
6213
6214 USERSPACE I/O (UIO)
6215 P:      Hans J. Koch
6216 M:      [email protected]
6217 P:      Greg Kroah-Hartman
6218 M:      [email protected]
6219 S:      Maintained
6220 F:      Documentation/DocBook/uio-howto.tmpl
6221 F:      drivers/uio/
6222 F:      include/linux/uio*.h
6223
6224 UTIL-LINUX-NG PACKAGE
6225 P:      Karel Zak
6226 M:      [email protected]
6227 L:      [email protected]
6228 W:      http://kernel.org/~kzak/util-linux-ng/
6229 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6230 S:      Maintained
6231
6232 UVESAFB DRIVER
6233 P:      Michal Januszewski
6234 M:      [email protected]
6235 L:      [email protected] (moderated for non-subscribers)
6236 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6237 S:      Maintained
6238 F:      Documentation/fb/uvesafb.txt
6239 F:      drivers/video/uvesafb.*
6240
6241 VFAT/FAT/MSDOS FILESYSTEM
6242 P:      OGAWA Hirofumi
6243 M:      [email protected]
6244 S:      Maintained
6245 F:      Documentation/filesystems/vfat.txt
6246 F:      fs/fat/
6247
6248 VIA RHINE NETWORK DRIVER
6249 P:      Roger Luethi
6250 M:      [email protected]
6251 S:      Maintained
6252 F:      drivers/net/via-rhine.c
6253
6254 VIAPRO SMBUS DRIVER
6255 P:      Jean Delvare
6256 M:      [email protected]
6257 L:      [email protected]
6258 S:      Maintained
6259 F:      Documentation/i2c/busses/i2c-viapro
6260 F:      drivers/i2c/busses/i2c-viapro.c
6261
6262 VIA SD/MMC CARD CONTROLLER DRIVER
6263 P:      Joseph Chan
6264 M:      [email protected]
6265 P:      Harald Welte
6266 M:      [email protected]
6267 S:      Maintained
6268 F:      drivers/mmc/host/via-sdmmc.c
6269
6270 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6271 P:      Joseph Chan
6272 M:      [email protected]
6273 P:      Scott Fang
6274 M:      [email protected]
6275 L:      [email protected] (moderated for non-subscribers)
6276 S:      Maintained
6277 F:      drivers/video/via/
6278
6279 VIA VELOCITY NETWORK DRIVER
6280 P:      Francois Romieu
6281 M:      [email protected]
6282 L:      [email protected]
6283 S:      Maintained
6284 F:      drivers/net/via-velocity.*
6285
6286 VLAN (802.1Q)
6287 P:      Patrick McHardy
6288 M:      [email protected]
6289 L:      [email protected]
6290 S:      Maintained
6291 F:      drivers/net/macvlan.c
6292 F:      include/linux/if_*vlan.h
6293 F:      net/8021q/
6294
6295 VLYNQ BUS
6296 P:      Florian Fainelli
6297 M:      [email protected]
6298 L:      [email protected]
6299 S:      Maintained
6300 F:      drivers/vlynq/vlynq.c
6301 F:      include/linux/vlynq.h
6302
6303 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6304 P:      Liam Girdwood
6305 M:      [email protected]
6306 P:      Mark Brown
6307 M:      [email protected]
6308 W:      http://opensource.wolfsonmicro.com/node/15
6309 W:      http://www.slimlogic.co.uk/?p=48
6310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6311 S:      Supported
6312 F:      drivers/regulator/
6313 F:      include/linux/regulator/
6314
6315 VT1211 HARDWARE MONITOR DRIVER
6316 P:      Juerg Haefliger
6317 M:      [email protected]
6318 L:      [email protected]
6319 S:      Maintained
6320 F:      Documentation/hwmon/vt1211
6321 F:      drivers/hwmon/vt1211.c
6322
6323 VT8231 HARDWARE MONITOR DRIVER
6324 P:      Roger Lucas
6325 M:      [email protected]
6326 L:      [email protected]
6327 S:      Maintained
6328 F:      drivers/hwmon/vt8231.c
6329
6330 W1 DALLAS'S 1-WIRE BUS
6331 P:      Evgeniy Polyakov
6332 M:      [email protected]
6333 S:      Maintained
6334 F:      Documentation/w1/
6335 F:      drivers/w1/
6336
6337 W83791D HARDWARE MONITORING DRIVER
6338 P:      Marc Hulsman
6339 M:      [email protected]
6340 L:      [email protected]
6341 S:      Maintained
6342 F:      Documentation/hwmon/w83791d
6343 F:      drivers/hwmon/w83791d.c
6344
6345 W83793 HARDWARE MONITORING DRIVER
6346 P:      Rudolf Marek
6347 M:      [email protected]
6348 L:      [email protected]
6349 S:      Maintained
6350 F:      Documentation/hwmon/w83793
6351 F:      drivers/hwmon/w83793.c
6352
6353 W83L51xD SD/MMC CARD INTERFACE DRIVER
6354 P:      Pierre Ossman
6355 M:      [email protected]
6356 S:      Maintained
6357 F:      drivers/mmc/host/wbsd.*
6358
6359 WATCHDOG DEVICE DRIVERS
6360 P:      Wim Van Sebroeck
6361 M:      [email protected]
6362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6363 S:      Maintained
6364 F:      Documentation/watchdog/
6365 F:      drivers/watchdog/
6366 F:      include/linux/watchdog.h
6367
6368 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6369 P:      Jean Tourrilhes
6370 M:      [email protected]
6371 L:      [email protected]
6372 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6373 S:      Maintained
6374 F:      Documentation/networking/wavelan.txt
6375 F:      drivers/net/wireless/wavelan*
6376
6377 WD7000 SCSI DRIVER
6378 P:      Miroslav Zagorac
6379 M:      [email protected]
6380 L:      [email protected]
6381 S:      Maintained
6382 F:      drivers/scsi/wd7000.c
6383
6384 WIMAX STACK
6385 P:      Inaky Perez-Gonzalez
6386 M:      [email protected]
6387 M:      [email protected]
6388 L:      [email protected]
6389 S:      Supported
6390 W:      http://linuxwimax.org
6391
6392 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6393 P:      David Vrabel
6394 M:      [email protected]
6395 S:      Maintained
6396 F:      include/linux/wlp.h
6397 F:      drivers/uwb/wlp/
6398
6399 WISTRON LAPTOP BUTTON DRIVER
6400 P:      Miloslav Trmac
6401 M:      [email protected]
6402 S:      Maintained
6403 F:      drivers/input/misc/wistron_btns.c
6404
6405 WL3501 WIRELESS PCMCIA CARD DRIVER
6406 P:      Arnaldo Carvalho de Melo
6407 M:      [email protected]
6408 L:      [email protected]
6409 W:      http://oops.ghostprotocols.net:81/blog
6410 S:      Maintained
6411 F:      drivers/net/wireless/wl3501*
6412
6413 WM97XX TOUCHSCREEN DRIVERS
6414 P:      Mark Brown
6415 M:      [email protected]
6416 P:      Liam Girdwood
6417 M:      [email protected]
6418 L:      [email protected]
6419 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6420 W:      http://opensource.wolfsonmicro.com/node/7
6421 S:      Supported
6422 F:      drivers/input/touchscreen/*wm97*
6423 F:      include/linux/wm97xx.h
6424
6425 X.25 NETWORK LAYER
6426 P:      Henner Eisen
6427 M:      [email protected]
6428 L:      [email protected]
6429 S:      Maintained
6430 F:      Documentation/networking/x25*
6431 F:      include/net/x25*
6432 F:      net/x25/
6433
6434 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6435 P:      Thomas Gleixner
6436 M:      [email protected]
6437 P:      Ingo Molnar
6438 M:      [email protected]
6439 P:      H. Peter Anvin
6440 M:      [email protected]
6441 M:      [email protected]
6442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6443 S:      Maintained
6444 F:      Documentation/x86/
6445 F:      arch/x86/
6446
6447 XEN HYPERVISOR INTERFACE
6448 P:      Jeremy Fitzhardinge
6449 M:      [email protected]
6450 P:      Chris Wright
6451 M:      [email protected]
6452 L:      [email protected]
6453 L:      [email protected]
6454 S:      Supported
6455 F:      arch/x86/xen/
6456 F:      drivers/*/xen-*front.c
6457 F:      drivers/xen/
6458 F:      arch/x86/include/asm/xen/
6459 F:      include/xen/
6460
6461 XFS FILESYSTEM
6462 P:      Silicon Graphics Inc
6463 P:      Felix Blyakher
6464 M:      [email protected]
6465 M:      [email protected]
6466 L:      [email protected]
6467 W:      http://oss.sgi.com/projects/xfs
6468 T:      git git://oss.sgi.com/xfs/xfs.git
6469 S:      Supported
6470 F:      Documentation/filesystems/xfs.txt
6471 F:      fs/xfs/
6472
6473 XILINX SYSTEMACE DRIVER
6474 P:      Grant Likely
6475 M:      [email protected]
6476 W:      http://www.secretlab.ca/
6477 S:      Maintained
6478 F:      drivers/block/xsysace.c
6479
6480 XILINX UARTLITE SERIAL DRIVER
6481 P:      Peter Korsgaard
6482 M:      [email protected]
6483 L:      [email protected]
6484 S:      Maintained
6485 F:      drivers/serial/uartlite.c
6486
6487 YAM DRIVER FOR AX.25
6488 P:      Jean-Paul Roubelat
6489 M:      [email protected]
6490 L:      [email protected]
6491 S:      Maintained
6492 F:      drivers/net/hamradio/yam*
6493 F:      include/linux/yam.h
6494
6495 YEALINK PHONE DRIVER
6496 P:      Henk Vergonet
6497 M:      [email protected]
6498 L:      [email protected]
6499 S:      Maintained
6500 F:      Documentation/input/yealink.txt
6501 F:      drivers/input/misc/yealink.*
6502
6503 Z8530 DRIVER FOR AX.25
6504 P:      Joerg Reuter
6505 M:      [email protected]
6506 W:      http://yaina.de/jreuter/
6507 W:      http://www.qsl.net/dl1bke/
6508 L:      [email protected]
6509 S:      Maintained
6510 F:      Documentation/networking/z8530drv.txt
6511 F:      drivers/net/hamradio/*scc.c
6512 F:      drivers/net/hamradio/z8530.h
6513
6514 ZD1211RW WIRELESS DRIVER
6515 P:      Daniel Drake
6516 M:      [email protected]
6517 P:      Ulrich Kunitz
6518 M:      [email protected]
6519 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6520 L:      [email protected]
6521 L:      [email protected] (subscribers-only)
6522 S:      Maintained
6523 F:      drivers/net/wireless/zd1211rw/
6524
6525 ZR36067 VIDEO FOR LINUX DRIVER
6526 L:      [email protected]
6527 L:      [email protected]
6528 W:      http://mjpeg.sourceforge.net/driver-zoran/
6529 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6530 S:      Odd Fixes
6531 F:      drivers/media/video/zoran/
6532
6533 ZS DECSTATION Z85C30 SERIAL DRIVER
6534 P:      Maciej W. Rozycki
6535 M:      [email protected]
6536 S:      Maintained
6537 F:      drivers/serial/zs.*
6538
6539 THE REST
6540 P:      Linus Torvalds
6541 M:      [email protected]
6542 L:      [email protected]
6543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6544 S:      Buried alive in reporters
6545 F:      *
6546 F:      */
This page took 0.390587 seconds and 4 git commands to generate.