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