]> nv-tegra.nvidia Code Review - linux-2.6.git/blob - MAINTAINERS
ACPI: ibm-acpi: new ibm-acpi maintainer
[linux-2.6.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. See
34         Documentation/CodingStyle for guidance here.
35
36         PLEASE try to include any credit lines you want added with the
37         patch. It avoids people being missed off by mistake and makes
38         it easier to know who wants adding and who doesn't.
39
40         PLEASE document known bugs. If it doesn't work for everything
41         or does something very odd once a month document it.
42
43         PLEASE remember that submissions must be made under the terms
44         of the OSDL certificate of contribution
45         (http://www.osdl.org/newsroom/press_releases/2004/2004_05_24_dco.html)
46         and should include a Signed-off-by: line.
47
48 6.      Make sure you have the right to send any changes you make. If you
49         do changes at work you may find your employer owns the patch
50         not you.
51
52 7.      When sending security related changes or reports to a maintainer
53         please Cc: security@kernel.org, especially if the maintainer
54         does not respond.
55
56 8.      Happy hacking.
57
58                 -----------------------------------
59
60 Maintainers List (try to look for most precise areas first)
61
62 Note: For the hard of thinking, this list is meant to remain in alphabetical
63 order. If you could add yourselves to it in alphabetical order that would be
64 so much easier [Ed]
65
66 P: Person
67 M: Mail patches to
68 L: Mailing list that is relevant to this area
69 W: Web-page with status/info
70 T: SCM tree type and location.  Type is one of: git, hg, quilt.
71 S: Status, one of the following:
72
73         Supported:      Someone is actually paid to look after this.
74         Maintained:     Someone actually looks after it.
75         Odd Fixes:      It has a maintainer but they don't have time to do
76                         much other than throw the odd patch in. See below..
77         Orphan:         No current maintainer [but maybe you could take the
78                         role as you write your new code].
79         Obsolete:       Old code. Something tagged obsolete generally means
80                         it has been replaced by a better system and you
81                         should be using that.
82
83 3C359 NETWORK DRIVER
84 P:      Mike Phillips
85 M:      mikep@linuxtr.net
86 L:      netdev@vger.kernel.org
87 L:      linux-tr@linuxtr.net
88 W:      http://www.linuxtr.net
89 S:      Maintained
90
91 3C505 NETWORK DRIVER
92 P:      Philip Blundell
93 M:      philb@gnu.org
94 L:      netdev@vger.kernel.org
95 S:      Maintained
96
97 3CR990 NETWORK DRIVER
98 P:      David Dillow
99 M:      dave@thedillows.org
100 L:      netdev@vger.kernel.org
101 S:      Maintained
102
103 3W-XXXX ATA-RAID CONTROLLER DRIVER
104 P:      Adam Radford
105 M:      linuxraid@amcc.com
106 L:      linux-scsi@vger.kernel.org
107 W:      http://www.amcc.com
108 S:      Supported
109
110 3W-9XXX SATA-RAID CONTROLLER DRIVER
111 P:      Adam Radford
112 M:      linuxraid@amcc.com
113 L:      linux-scsi@vger.kernel.org
114 W:      http://www.amcc.com
115 S:      Supported
116
117 53C700 AND 53C700-66 SCSI DRIVER
118 P:      James E.J. Bottomley
119 M:      James.Bottomley@HansenPartnership.com
120 L:      linux-scsi@vger.kernel.org
121 S:      Maintained
122
123 6PACK NETWORK DRIVER FOR AX.25
124 P:      Andreas Koensgen
125 M:      ajk@iehk.rwth-aachen.de
126 L:      linux-hams@vger.kernel.org
127 S:      Maintained
128
129 8139CP 10/100 FAST ETHERNET DRIVER
130 P:      Jeff Garzik
131 M:      jgarzik@pobox.com
132 S:      Maintained
133
134 8139TOO 10/100 FAST ETHERNET DRIVER
135 P:      Jeff Garzik
136 M:      jgarzik@pobox.com
137 W:      http://sourceforge.net/projects/gkernel/
138 S:      Maintained
139
140 8169 10/100/1000 GIGABIT ETHERNET DRIVER
141 P:      Francois Romieu
142 M:      romieu@fr.zoreil.com
143 L:      netdev@vger.kernel.org
144 S:      Maintained
145
146 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
147 L:      linux-serial@vger.kernel.org
148 W:      http://serial.sourceforge.net
149 S:      Orphan
150
151 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
152 P:      Paul Gortmaker
153 M:      p_gortmaker@yahoo.com
154 L:      netdev@vger.kernel.org
155 S:      Maintained
156
157 9P FILE SYSTEM
158 P:      Eric Van Hensbergen
159 M:      ericvh@gmail.com
160 P:      Ron Minnich
161 M:      rminnich@lanl.gov
162 P:      Latchesar Ionkov
163 M:      lucho@ionkov.net
164 L:      v9fs-developer@lists.sourceforge.net
165 W:      http://v9fs.sf.net
166 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
167 S:      Maintained
168
169 A2232 SERIAL BOARD DRIVER
170 P:      Enver Haase
171 M:      ehaase@inf.fu-berlin.de
172 M:      A2232@gmx.net
173 L:      linux-m68k@lists.linux-m68k.org
174 S:      Maintained
175
176 AIO
177 P:      Benjamin LaHaise
178 M:      bcrl@kvack.org
179 L:      linux-aio@kvack.org
180 S:      Supported
181
182 ABIT UGURU HARDWARE MONITOR DRIVER
183 P:      Hans de Goede
184 M:      j.w.r.degoede@hhs.nl
185 L:      lm-sensors@lm-sensors.org
186 S:      Maintained
187
188 ACENIC DRIVER
189 P:      Jes Sorensen
190 M:      jes@trained-monkey.org
191 L:      linux-acenic@sunsite.dk
192 S:      Maintained
193
194 ACI MIXER DRIVER
195 P:      Robert Siemer
196 M:      Robert.Siemer@gmx.de
197 L:      linux-sound@vger.kernel.org
198 W:      http://www.stud.uni-karlsruhe.de/~uh1b/
199 S:      Maintained
200
201 AACRAID SCSI RAID DRIVER
202 P:      Adaptec OEM Raid Solutions
203 L:      linux-scsi@vger.kernel.org
204 W:      http://linux.dell.com/storage.shtml
205 S:      Supported
206
207 ACPI
208 P:      Len Brown
209 M:      len.brown@intel.com
210 L:      linux-acpi@vger.kernel.org
211 W:      http://acpi.sourceforge.net/
212 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
213 S:      Maintained
214
215 ACPI PCI HOTPLUG DRIVER
216 P:      Kristen Carlson Accardi
217 M:      kristen.c.accardi@intel.com
218 L:      pcihpd-discuss@lists.sourceforge.net
219 S:      Maintained
220
221 AD1816 SOUND DRIVER
222 P:      Thorsten Knabe
223 M:      Thorsten Knabe <linux@thorsten-knabe.de>
224 W:      http://linux.thorsten-knabe.de
225 S:      Maintained
226
227 AD1889 SOUND DRIVER
228 P:      Kyle McMartin
229 M:      kyle@parisc-linux.org
230 P:      Thibaut Varene
231 M:      T-Bone@parisc-linux.org
232 W:      http://wiki.parisc-linux.org/AD1889
233 L:      parisc-linux@lists.parisc-linux.org
234 S:      Maintained
235
236 ADM1025 HARDWARE MONITOR DRIVER
237 P:      Jean Delvare
238 M:      khali@linux-fr.org
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241
242 ADT746X FAN DRIVER
243 P:      Colin Leroy
244 M:      colin@colino.net
245 S:      Maintained
246
247 AEDSP16 DRIVER
248 P:      Riccardo Facchetti
249 M:      fizban@tin.it
250 S:      Maintained
251
252 AFFS FILE SYSTEM
253 P:      Roman Zippel
254 M:      zippel@linux-m68k.org
255 S:      Maintained
256
257 AGPGART DRIVER
258 P:      Dave Jones
259 M:      davej@codemonkey.org.uk
260 W:      http://www.codemonkey.org.uk/projects/agp/
261 T:      git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git
262 S:      Maintained
263
264 AHA152X SCSI DRIVER
265 P:      Juergen E. Fischer
266 M:      Juergen Fischer <fischer@norbit.de>
267 L:      linux-scsi@vger.kernel.org
268 S:      Maintained
269
270 ALCATEL SPEEDTOUCH USB DRIVER
271 P:      Duncan Sands
272 M:      duncan.sands@free.fr
273 L:      linux-usb-users@lists.sourceforge.net
274 L:      linux-usb-devel@lists.sourceforge.net
275 W:      http://www.linux-usb.org/SpeedTouch/
276 S:      Maintained
277
278 ALI1563 I2C DRIVER
279 P:      Rudolf Marek
280 M:      r.marek@sh.cvut.cz
281 L:      i2c@lm-sensors.org
282 S:      Maintained
283
284 ALPHA PORT
285 P:      Richard Henderson
286 M:      rth@twiddle.net
287 S:      Odd Fixes for 2.4; Maintained for 2.6.
288 P:      Ivan Kokshaysky
289 M:      ink@jurassic.park.msu.ru
290 S:      Maintained for 2.4; PCI support for 2.6.
291
292 AMD GEODE PROCESSOR/CHIPSET SUPPORT
293 P:      Jordan Crouse
294 M:      info-linux@geode.amd.com
295 L:      info-linux@geode.amd.com
296 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
297 S:      Supported
298
299 AMSO1100 RNIC DRIVER
300 P:      Tom Tucker
301 M:      tom@opengridcomputing.com
302 P:      Steve Wise
303 M:      swise@opengridcomputing.com
304 L:      openib-general@openib.org
305 S:      Maintained
306
307 AOA (Apple Onboard Audio) ALSA DRIVER
308 P:      Johannes Berg
309 M:      johannes@sipsolutions.net
310 L:      linuxppc-dev@ozlabs.org
311 L:      alsa-devel@alsa-project.org
312 S:      Maintained
313
314 APM DRIVER
315 P:      Stephen Rothwell
316 M:      sfr@canb.auug.org.au
317 L:      linux-laptop@vger.kernel.org
318 W:      http://www.canb.auug.org.au/~sfr/
319 S:      Supported
320
321 APPLETALK NETWORK LAYER
322 P:      Arnaldo Carvalho de Melo
323 M:      acme@conectiva.com.br
324 S:      Maintained
325
326 ARC FRAMEBUFFER DRIVER
327 P:      Jaya Kumar
328 M:      jayalk@intworks.biz
329 S:      Maintained
330
331 ARM26 ARCHITECTURE
332 P:      Ian Molton
333 M:      spyro@f2s.com
334 S:      Maintained
335
336 ARM26/ARCHIMEDES
337 P:      Ian Molton
338 M:      spyro@f2s.com
339 S:      Maintained
340
341 ARM26/A5000
342 P:      John Appleby
343 M:      john@dnsworld.co.uk
344 S:      Maintained
345
346 ARM MFM AND FLOPPY DRIVERS
347 P:      Ian Molton
348 M:      spyro@f2s.com
349 S:      Maintained
350
351 ARM/CORGI MACHINE SUPPORT
352 P:      Richard Purdie
353 M:      rpurdie@rpsys.net
354 S:      Maintained
355
356 ARM/TOSA MACHINE SUPPORT
357 P:      Dirk Opfer
358 M:      dirk@opfer-online.de
359 S:      Maintained
360
361 ARM/PLEB SUPPORT
362 P:      Peter Chubb
363 M:      pleb@gelato.unsw.edu.au
364 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
365 S:      Maintained
366
367 ARM/PT DIGITAL BOARD PORT
368 P:      Stefan Eletzhofer
369 M:      stefan.eletzhofer@eletztrick.de
370 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
371 W:      http://www.arm.linux.org.uk/
372 S:      Maintained
373
374 ARM/SHARK MACHINE SUPPORT
375 P:      Alexander Schulz
376 M:      alex@shark-linux.de
377 W:      http://www.shark-linux.de/shark.html
378 S:      Maintained
379
380 ARM/STRONGARM110 PORT
381 P:      Russell King
382 M:      rmk@arm.linux.org.uk
383 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
384 W:      http://www.arm.linux.org.uk/
385 S:      Maintained
386
387 ARM/S3C2410 ARM ARCHITECTURE
388 P:      Ben Dooks
389 M:      ben-s3c2410@fluff.org
390 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
391 W:      http://www.fluff.org/ben/linux/
392 S:      Maintained
393
394 ARM/S3C2440 ARM ARCHITECTURE
395 P:      Ben Dooks
396 M:      ben-s3c2440@fluff.org
397 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
398 W:      http://www.fluff.org/ben/linux/
399 S:      Maintained
400
401 ARPD SUPPORT
402 P:      Jonathan Layes
403 L:      netdev@vger.kernel.org
404 S:      Maintained
405
406 ASUS ACPI EXTRAS DRIVER
407 P:      Karol Kozimor
408 M:      sziwan@users.sourceforge.net
409 P:      Julien Lerouge
410 M:      julien.lerouge@free.fr
411 L:      acpi4asus-user@lists.sourceforge.net
412 W:      http://sourceforge.net/projects/acpi4asus
413 W:      http://julien.lerouge.free.fr
414 S:      Maintained
415
416 ATA OVER ETHERNET DRIVER
417 P:      Ed L. Cashin
418 M:      ecashin@coraid.com
419 W:      http://www.coraid.com/support/linux
420 S:      Supported
421
422 ATM
423 P:      Chas Williams
424 M:      chas@cmf.nrl.navy.mil
425 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
426 W:      http://linux-atm.sourceforge.net
427 S:      Maintained
428
429 ATMEL WIRELESS DRIVER
430 P:      Simon Kelley
431 M:      simon@thekelleys.org.uk
432 W:      http://www.thekelleys.org.uk/atmel
433 W:      http://atmelwlandriver.sourceforge.net/
434 S:      Maintained
435
436 AUDIT SUBSYSTEM
437 P:      David Woodhouse
438 M:      dwmw2@infradead.org
439 L:      linux-audit@redhat.com
440 W:      http://people.redhat.com/sgrubb/audit/
441 T:      git kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6.git
442 S:      Maintained
443
444 AVR32 ARCHITECTURE
445 P:      Atmel AVR32 Support Team
446 M:      avr32@atmel.com
447 P:      Haavard Skinnemoen
448 M:      hskinnemoen@atmel.com
449 W:      http://www.atmel.com/products/AVR32/
450 W:      http://avr32linux.org/
451 W:      http://avrfreaks.net/
452 S:      Supported
453
454 AVR32/AT32AP MACHINE SUPPORT
455 P:      Atmel AVR32 Support Team
456 M:      avr32@atmel.com
457 P:      Haavard Skinnemoen
458 M:      hskinnemoen@atmel.com
459 S:      Supported
460
461 AX.25 NETWORK LAYER
462 P:      Ralf Baechle
463 M:      ralf@linux-mips.org
464 L:      linux-hams@vger.kernel.org
465 W:      http://www.linux-ax25.org/
466 S:      Maintained
467
468 BAYCOM/HDLCDRV DRIVERS FOR AX.25
469 P:      Thomas Sailer
470 M:      t.sailer@alumni.ethz.ch
471 L:      linux-hams@vger.kernel.org
472 W:      http://www.baycom.org/~tom/ham/ham.html
473 S:      Maintained
474
475 BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
476 P:      Larry Finger
477 M:      Larry.Finger@lwfinger.net
478 P:      Stefano Brivio
479 M:      st3@riseup.net
480 W:      http://bcm43xx.berlios.de/
481 S:      Maintained
482
483 BEFS FILE SYSTEM
484 P:      Sergey S. Kostyliov
485 M:      rathamahata@php4.ru
486 L:      linux-kernel@vger.kernel.org
487 S:      Maintained
488
489 BERKSHIRE PRODUCTS PC WATCHDOG DRIVER
490 P:      Kenji Hollis
491 W:      http://ftp.bitgate.com/pcwd/
492 S:      Maintained
493
494 BFS FILE SYSTEM
495 P:      Tigran A. Aivazian
496 M:      tigran@veritas.com
497 L:      linux-kernel@vger.kernel.org
498 S:      Maintained
499
500 BLOCK LAYER
501 P:      Jens Axboe
502 M:      axboe@kernel.dk
503 L:      linux-kernel@vger.kernel.org
504 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
505 S:      Maintained
506
507 BLUETOOTH SUBSYSTEM
508 P:      Marcel Holtmann
509 M:      marcel@holtmann.org
510 P:      Maxim Krasnyansky
511 M:      maxk@qualcomm.com
512 L:      bluez-devel@lists.sf.net
513 W:      http://bluez.sf.net
514 W:      http://www.bluez.org
515 W:      http://www.holtmann.org/linux/bluetooth/
516 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
517 S:      Maintained
518
519 BLUETOOTH RFCOMM LAYER
520 P:      Marcel Holtmann
521 M:      marcel@holtmann.org
522 P:      Maxim Krasnyansky
523 M:      maxk@qualcomm.com
524 S:      Maintained
525
526 BLUETOOTH BNEP LAYER
527 P:      Marcel Holtmann
528 M:      marcel@holtmann.org
529 P:      Maxim Krasnyansky
530 M:      maxk@qualcomm.com
531 S:      Maintained
532
533 BLUETOOTH CMTP LAYER
534 P:      Marcel Holtmann
535 M:      marcel@holtmann.org
536 S:      Maintained
537
538 BLUETOOTH HIDP LAYER
539 P:      Marcel Holtmann
540 M:      marcel@holtmann.org
541 S:      Maintained
542
543 BLUETOOTH HCI UART DRIVER
544 P:      Marcel Holtmann
545 M:      marcel@holtmann.org
546 P:      Maxim Krasnyansky
547 M:      maxk@qualcomm.com
548 S:      Maintained
549
550 BLUETOOTH HCI USB DRIVER
551 P:      Marcel Holtmann
552 M:      marcel@holtmann.org
553 P:      Maxim Krasnyansky
554 M:      maxk@qualcomm.com
555 S:      Maintained
556
557 BLUETOOTH HCI BCM203X DRIVER
558 P:      Marcel Holtmann
559 M:      marcel@holtmann.org
560 S:      Maintained
561
562 BLUETOOTH HCI BPA10X DRIVER
563 P:      Marcel Holtmann
564 M:      marcel@holtmann.org
565 S:      Maintained
566
567 BLUETOOTH HCI BFUSB DRIVER
568 P:      Marcel Holtmann
569 M:      marcel@holtmann.org
570 S:      Maintained
571
572 BLUETOOTH HCI DTL1 DRIVER
573 P:      Marcel Holtmann
574 M:      marcel@holtmann.org
575 S:      Maintained
576
577 BLUETOOTH HCI BLUECARD DRIVER
578 P:      Marcel Holtmann
579 M:      marcel@holtmann.org
580 S:      Maintained
581
582 BLUETOOTH HCI BT3C DRIVER
583 P:      Marcel Holtmann
584 M:      marcel@holtmann.org
585 S:      Maintained
586
587 BLUETOOTH HCI BTUART DRIVER
588 P:      Marcel Holtmann
589 M:      marcel@holtmann.org
590 S:      Maintained
591
592 BLUETOOTH HCI VHCI DRIVER
593 P:      Maxim Krasnyansky
594 M:      maxk@qualcomm.com
595 S:      Maintained
596
597 BONDING DRIVER
598 P:   Chad Tindel
599 M:   ctindel@users.sourceforge.net
600 P:   Jay Vosburgh
601 M:   fubar@us.ibm.com
602 L:   bonding-devel@lists.sourceforge.net
603 W:   http://sourceforge.net/projects/bonding/
604 S:   Supported
605
606 BROADBAND PROCESSOR ARCHITECTURE
607 P:      Arnd Bergmann
608 M:      arnd@arndb.de
609 L:      linuxppc-dev@ozlabs.org
610 W:      http://www.penguinppc.org/ppc64/
611 S:      Supported
612
613 BROADCOM B44 10/100 ETHERNET DRIVER
614 P:      Gary Zambrano
615 M:      zambrano@broadcom.com
616 L:      netdev@vger.kernel.org
617 S:      Supported
618
619 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
620 P:      Michael Chan
621 M:      mchan@broadcom.com
622 L:      netdev@vger.kernel.org
623 S:      Supported
624
625 BROADCOM TG3 GIGABIT ETHERNET DRIVER
626 P:      Michael Chan
627 M:      mchan@broadcom.com
628 L:      netdev@vger.kernel.org
629 S:      Supported
630
631 BTTV VIDEO4LINUX DRIVER
632 P:      Mauro Carvalho Chehab
633 M:      mchehab@infradead.org
634 M:      v4l-dvb-maintainer@linuxtv.org
635 L:      video4linux-list@redhat.com
636 W:      http://linuxtv.org
637 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
638 S:      Maintained
639
640 CALGARY x86-64 IOMMU
641 P:      Muli Ben-Yehuda
642 M:      muli@il.ibm.com
643 P:      Jon D. Mason
644 M:      jdmason@kudzu.us
645 L:      linux-kernel@vger.kernel.org
646 L:      discuss@x86-64.org
647 S:      Maintained
648
649 COMMON INTERNET FILE SYSTEM (CIFS)
650 P:      Steve French
651 M:      sfrench@samba.org
652 L:      linux-cifs-client@lists.samba.org
653 L:      samba-technical@lists.samba.org
654 W:      http://us1.samba.org/samba/Linux_CIFS_client.html
655 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
656 S:      Supported       
657
658 CONFIGFS
659 P:      Joel Becker
660 M:      joel.becker@oracle.com
661 L:      linux-kernel@vger.kernel.org
662 S:      Supported
663
664 CIRRUS LOGIC GENERIC FBDEV DRIVER
665 P:      Jeff Garzik
666 M:      jgarzik@pobox.com
667 L:      linux-fbdev-devel@lists.sourceforge.net
668 S:      Odd Fixes
669
670 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
671 P:      Cirrus Logic Corporation (kernel 2.2 driver)
672 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
673 P:      Nils Faerber (port to kernel 2.4)
674 M:      Nils Faerber <nils@kernelconcepts.de>
675 S:      Maintained
676
677 CODA FILE SYSTEM
678 P:      Jan Harkes
679 M:      jaharkes@cs.cmu.edu
680 M:      coda@cs.cmu.edu
681 L:      codalist@coda.cs.cmu.edu
682 W:      http://www.coda.cs.cmu.edu/
683 S:      Maintained
684
685 COMPACTPCI HOTPLUG CORE
686 P:      Scott Murray
687 M:      scottm@somanetworks.com
688 M:      scott@spiteful.org
689 L:      pcihpd-discuss@lists.sourceforge.net
690 S:      Supported
691
692 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
693 P:      Scott Murray
694 M:      scottm@somanetworks.com
695 M:      scott@spiteful.org
696 L:      pcihpd-discuss@lists.sourceforge.net
697 S:      Supported
698
699 COMPACTPCI HOTPLUG GENERIC DRIVER
700 P:      Scott Murray
701 M:      scottm@somanetworks.com
702 M:      scott@spiteful.org
703 L:      pcihpd-discuss@lists.sourceforge.net
704 S:      Supported
705
706 COMPUTONE INTELLIPORT MULTIPORT CARD
707 P:      Michael H. Warfield
708 M:      mhw@wittsend.com
709 W:      http://www.wittsend.com/computone.html
710 S:      Maintained
711
712 COSA/SRP SYNC SERIAL DRIVER
713 P:      Jan "Yenya" Kasprzak
714 M:      kas@fi.muni.cz
715 W:      http://www.fi.muni.cz/~kas/cosa/
716 S:      Maintained
717
718 CPU FREQUENCY DRIVERS
719 P:      Dave Jones
720 M:      davej@codemonkey.org.uk
721 L:      cpufreq@lists.linux.org.uk
722 W:      http://www.codemonkey.org.uk/projects/cpufreq/
723 T:      git kernel.org/pub/scm/linux/kernel/davej/cpufreq.git
724 S:      Maintained
725
726 CPUID/MSR DRIVER
727 P:      H. Peter Anvin
728 M:      hpa@zytor.com
729 S:      Maintained
730
731 CPUSETS
732 P:      Paul Jackson
733 P:      Simon Derr
734 M:      pj@sgi.com
735 M:      simon.derr@bull.net
736 L:      linux-kernel@vger.kernel.org
737 W:      http://www.bullopensource.org/cpuset/
738 S:      Supported
739
740 CRAMFS FILESYSTEM
741 W:     http://sourceforge.net/projects/cramfs/
742 S:     Orphan
743
744 CRIS PORT
745 P:      Mikael Starvik
746 M:      starvik@axis.com
747 L:      dev-etrax@axis.com
748 W:      http://developer.axis.com
749 S:      Maintained
750
751 CRYPTO API
752 P:      Herbert Xu
753 M:      herbert@gondor.apana.org.au
754 P:      David S. Miller
755 M:      davem@davemloft.net
756 L:      linux-crypto@vger.kernel.org
757 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
758 S:      Maintained
759
760 CS5535 Audio ALSA driver
761 P:      Jaya Kumar
762 M:      jayakumar.alsa@gmail.com
763 S:      Maintained
764
765 CYBERPRO FB DRIVER
766 P:      Russell King
767 M:      rmk@arm.linux.org.uk
768 W:      http://www.arm.linux.org.uk/
769 S:      Maintained
770
771 CYBLAFB FRAMEBUFFER DRIVER
772 P:      Knut Petersen
773 M:      Knut_Petersen@t-online.de
774 L:      linux-fbdev-devel@lists.sourceforge.net
775 S:      Maintained
776
777 CYCLADES 2X SYNC CARD DRIVER
778 P:      Arnaldo Carvalho de Melo
779 M:      acme@conectiva.com.br
780 W:      http://advogato.org/person/acme
781 L:      cycsyn-devel@bazar.conectiva.com.br
782 S:      Maintained
783
784 CYCLADES ASYNC MUX DRIVER
785 M:      async@cyclades.com
786 W:      http://www.cyclades.com/
787 S:      Supported
788
789 CYCLADES PC300 DRIVER
790 M:      pc300@cyclades.com
791 W:      http://www.cyclades.com/
792 S:      Supported
793
794 DAMA SLAVE for AX.25
795 P:      Joerg Reuter
796 M:      jreuter@yaina.de
797 W:      http://yaina.de/jreuter/
798 W:      http://www.qsl.net/dl1bke/
799 L:      linux-hams@vger.kernel.org
800 S:      Maintained
801
802 DC395x SCSI driver
803 P:      Oliver Neukum
804 M:      oliver@neukum.name
805 P:      Ali Akcaagac
806 M:      aliakc@web.de
807 P:      Jamie Lenehan
808 M:      lenehan@twibble.org
809 W:      http://twibble.org/dist/dc395x/
810 L:      dc395x@twibble.org
811 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
812 S:      Maintained
813
814 DC390/AM53C974 SCSI driver
815 P:      Kurt Garloff
816 M:      garloff@suse.de
817 W:      http://www.garloff.de/kurt/linux/dc390/
818 P:      Guennadi Liakhovetski
819 M:      g.liakhovetski@gmx.de
820 S:      Maintained
821
822 DCCP PROTOCOL
823 P:      Arnaldo Carvalho de Melo
824 M:      acme@mandriva.com
825 L:      dccp@vger.kernel.org
826 W:      http://linux-net.osdl.org/index.php/DCCP
827 S:      Maintained
828
829 DECnet NETWORK LAYER
830 P:      Patrick Caulfield
831 M:      patrick@tykepenguin.com
832 W:      http://linux-decnet.sourceforge.net
833 L:      linux-decnet-user@lists.sourceforge.net
834 S:      Maintained
835
836 DEFXX FDDI NETWORK DRIVER
837 P:      Maciej W. Rozycki
838 M:      macro@linux-mips.org
839 S:      Maintained
840
841 DELL LAPTOP SMM DRIVER
842 P:      Massimo Dal Zotto
843 M:      dz@debian.org
844 W:      http://www.debian.org/~dz/i8k/
845 S:      Maintained
846
847 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
848 P:      Doug Warzecha
849 M:      Douglas_Warzecha@dell.com
850 S:      Maintained
851
852 DEVICE-MAPPER  (LVM)
853 P:      Alasdair Kergon
854 L:      dm-devel@redhat.com
855 W:      http://sources.redhat.com/dm
856 S:      Maintained
857
858 DEVICE NUMBER REGISTRY
859 P:      Torben Mathiasen
860 M:      device@lanana.org
861 W:      http://lanana.org/docs/device-list/index.html
862 L:      linux-kernel@vger.kernel.org
863 S:      Maintained
864
865 DEVICE FILESYSTEM
866 S:      Obsolete
867
868 DIGI INTL. EPCA DRIVER
869 P:      Digi International, Inc
870 M:      Eng.Linux@digi.com
871 L:      Eng.Linux@digi.com
872 W:      http://www.digi.com
873 S:      Orphaned
874
875 DIGI RIGHTSWITCH NETWORK DRIVER
876 P:      Rick Richardson
877 L:      netdev@vger.kernel.org
878 W:      http://www.digi.com
879 S:      Orphaned
880
881 DIRECTORY NOTIFICATION
882 P:      Stephen Rothwell
883 M:      sfr@canb.auug.org.au
884 L:      linux-kernel@vger.kernel.org
885 S:      Supported
886
887 DISK GEOMETRY AND PARTITION HANDLING
888 P:      Andries Brouwer
889 M:      aeb@cwi.nl
890 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
891 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
892 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
893 S:      Maintained
894
895 DISKQUOTA:
896 P:      Jan Kara
897 M:      jack@suse.cz
898 L:      linux-kernel@vger.kernel.org
899 S:      Maintained
900
901 DISTRIBUTED LOCK MANAGER
902 P:      Patrick Caulfield
903 M:      pcaulfie@redhat.com
904 P:      David Teigland
905 M:      teigland@redhat.com
906 L:      cluster-devel@redhat.com
907 W:      http://sources.redhat.com/cluster/
908 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
909 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
910 S:      Supported
911
912 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
913 P:      Tobias Ringstrom
914 M:      tori@unhappy.mine.nu
915 L:      linux-kernel@vger.kernel.org
916 S:      Maintained
917
918 DOCBOOK FOR DOCUMENTATION
919 P:      Martin Waitz
920 M:      tali@admingilde.org
921 P:      Randy Dunlap
922 M:      rdunlap@xenotime.net
923 T:      git http://tali.admingilde.org/git/linux-docbook.git
924 S:      Maintained
925
926 DOCKING STATION DRIVER
927 P:      Kristen Carlson Accardi
928 M:      kristen.c.accardi@intel.com
929 L:      linux-acpi@vger.kernel.org
930 S:      Maintained
931
932 DOUBLETALK DRIVER
933 P:      James R. Van Zandt
934 M:      jrv@vanzandt.mv.com
935 L:      blinux-list@redhat.com
936 S:      Maintained
937
938 DRIVER CORE, KOBJECTS, AND SYSFS
939 P:      Greg Kroah-Hartman
940 M:      gregkh@suse.de
941 L:      linux-kernel@vger.kernel.org
942 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
943 S:      Supported
944
945 DRM DRIVERS
946 P:      David Airlie
947 M:      airlied@linux.ie
948 L:      dri-devel@lists.sourceforge.net
949 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
950 S:      Maintained
951
952 DSCC4 DRIVER
953 P:      François Romieu
954 M:      romieu@cogenit.fr
955 M:      romieu@ensta.fr
956 S:      Maintained
957
958 DVB SUBSYSTEM AND DRIVERS
959 P:      LinuxTV.org Project
960 M:      v4l-dvb-maintainer@linuxtv.org
961 L:      linux-dvb@linuxtv.org (subscription required)
962 W:      http://linuxtv.org/
963 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
964 S:      Maintained
965
966 EATA-DMA SCSI DRIVER
967 P:      Michael Neuffer
968 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
969 S:      Maintained
970
971 EATA ISA/EISA/PCI SCSI DRIVER
972 P:      Dario Ballabio
973 M:      ballabio_dario@emc.com
974 L:      linux-scsi@vger.kernel.org
975 S:      Maintained
976
977 EATA-PIO SCSI DRIVER
978 P:      Michael Neuffer
979 M:      mike@i-Connect.Net
980 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
981 S:      Maintained
982
983 EBTABLES
984 P:      Bart De Schuymer
985 M:      bart.de.schuymer@pandora.be
986 L:      ebtables-user@lists.sourceforge.net
987 L:      ebtables-devel@lists.sourceforge.net
988 W:      http://ebtables.sourceforge.net/
989 S:      Maintained
990
991 ECRYPT FILE SYSTEM
992 P:      Mike Halcrow, Phillip Hellewell
993 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
994 L:      ecryptfs-devel@lists.sourceforge.net
995 W:      http://ecryptfs.sourceforge.net/
996 S:      Supported
997
998 EDAC-CORE
999 P:      Doug Thompson
1000 M:      norsk5@xmission.com
1001 L:      bluesmoke-devel@lists.sourceforge.net
1002 W:      bluesmoke.sourceforge.net
1003 S:      Supported
1004
1005 EDAC-E752X
1006 P:      Mark Gross
1007 M:      mark.gross@intel.com
1008 L:      bluesmoke-devel@lists.sourceforge.net
1009 W:      bluesmoke.sourceforge.net
1010 S:      Maintained
1011
1012 EDAC-E7XXX
1013 P:      Doug Thompson
1014 M:      norsk5@xmission.com
1015 L:      bluesmoke-devel@lists.sourceforge.net
1016 W:      bluesmoke.sourceforge.net
1017 S:      Maintained
1018
1019 EDAC-R82600
1020 P:      Tim Small
1021 M:      tim@buttersideup.com
1022 L:      bluesmoke-devel@lists.sourceforge.net
1023 W:      bluesmoke.sourceforge.net
1024 S:      Maintained
1025
1026 EEPRO100 NETWORK DRIVER
1027 P:      Andrey V. Savochkin
1028 M:      saw@saw.sw.com.sg
1029 S:      Maintained
1030
1031 EFS FILESYSTEM
1032 W:      http://aeschi.ch.eu.org/efs/
1033 S:      Orphan
1034
1035 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1036 P:      Hoang-Nam Nguyen
1037 M:      hnguyen@de.ibm.com
1038 P:      Christoph Raisch
1039 M:      raisch@de.ibm.com
1040 L:      openib-general@openib.org
1041 S:      Supported
1042
1043 EMU10K1 SOUND DRIVER
1044 P:      James Courtier-Dutton
1045 M:      James@superbug.demon.co.uk
1046 L:      emu10k1-devel@lists.sourceforge.net
1047 W:      http://sourceforge.net/projects/emu10k1/
1048 S:      Maintained
1049
1050 EMULEX LPFC FC SCSI DRIVER
1051 P:      James Smart
1052 M:      james.smart@emulex.com
1053 L:      linux-scsi@vger.kernel.org
1054 W:      http://sourceforge.net/projects/lpfcxxxx
1055 S:      Supported
1056
1057 EPSON 1355 FRAMEBUFFER DRIVER
1058 P:      Christopher Hoover
1059 M:      ch@murgatroid.com, ch@hpl.hp.com
1060 S:      Maintained
1061
1062 ETHEREXPRESS-16 NETWORK DRIVER
1063 P:      Philip Blundell
1064 M:      philb@gnu.org
1065 L:      netdev@vger.kernel.org
1066 S:      Maintained
1067
1068 ETHERNET BRIDGE
1069 P:      Stephen Hemminger
1070 M:      shemminger@osdl.org
1071 L:      bridge@osdl.org
1072 W:      http://bridge.sourceforge.net/
1073 S:      Maintained
1074
1075 ETHERTEAM 16I DRIVER
1076 P:      Mika Kuoppala
1077 M:      miku@iki.fi
1078 S:      Maintained
1079
1080 EXT2 FILE SYSTEM
1081 L:      ext2-devel@lists.sourceforge.net
1082 S:      Maintained
1083
1084 EXT3 FILE SYSTEM
1085 P:      Stephen Tweedie, Andrew Morton
1086 M:      sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1087 L:      ext2-devel@lists.sourceforge.net
1088 S:      Maintained
1089
1090 F71805F HARDWARE MONITORING DRIVER
1091 P:      Jean Delvare
1092 M:      khali@linux-fr.org
1093 L:      lm-sensors@lm-sensors.org
1094 S:      Maintained
1095
1096 FARSYNC SYNCHRONOUS DRIVER
1097 P:      Kevin Curtis
1098 M:      kevin.curtis@farsite.co.uk
1099 W:      http://www.farsite.co.uk/
1100 S:      Supported
1101
1102 FRAMEBUFFER LAYER
1103 P:      Antonino Daplas
1104 M:      adaplas@pol.net
1105 L:      linux-fbdev-devel@lists.sourceforge.net 
1106 W:      http://linux-fbdev.sourceforge.net/
1107 S:      Maintained
1108
1109 FREESCALE SOC FS_ENET DRIVER
1110 P:      Pantelis Antoniou
1111 M:      pantelis.antoniou@gmail.com
1112 P:      Vitaly Bordug
1113 M:      vbordug@ru.mvista.com
1114 L:      linuxppc-embedded@ozlabs.org
1115 L:      netdev@vger.kernel.org
1116 S:      Maintained
1117
1118 FILE LOCKING (flock() and fcntl()/lockf())
1119 P:      Matthew Wilcox
1120 M:      matthew@wil.cx
1121 L:      linux-fsdevel@vger.kernel.org
1122 S:      Maintained
1123
1124 FILESYSTEMS (VFS and infrastructure)
1125 P:      Alexander Viro
1126 M:      viro@zeniv.linux.org.uk
1127 S:      Maintained
1128
1129 FIRMWARE LOADER (request_firmware)
1130 L:      linux-kernel@vger.kernel.org
1131 S:      Orphan
1132
1133 FPU EMULATOR
1134 P:      Bill Metzenthen
1135 M:      billm@suburbia.net
1136 W:      http://suburbia.net/~billm/floating-point/emulator/
1137 S:      Maintained
1138
1139 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1140 P:      Mike McLagan
1141 M:      mike.mclagan@linux.org
1142 L:      netdev@vger.kernel.org
1143 S:      Maintained
1144
1145 FREEVXFS FILESYSTEM
1146 P:      Christoph Hellwig
1147 M:      hch@infradead.org
1148 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1149 S:      Maintained
1150
1151 FUJITSU FR-V PORT
1152 P:      David Howells
1153 M:      dhowells@redhat.com
1154 S:      Maintained
1155
1156 FTAPE/QIC-117
1157 L:      linux-tape@vger.kernel.org
1158 W:      http://sourceforge.net/projects/ftape
1159 S:      Orphan
1160
1161 FUSE: FILESYSTEM IN USERSPACE
1162 P:      Miklos Szeredi
1163 M:      miklos@szeredi.hu
1164 L:      fuse-devel@lists.sourceforge.net
1165 W:      http://fuse.sourceforge.net/
1166 S:      Maintained
1167
1168 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1169 P:      Rik Faith
1170 M:      faith@cs.unc.edu
1171 L:      linux-scsi@vger.kernel.org
1172 S:      Odd fixes (e.g., new signatures)
1173
1174 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1175 P:      Achim Leubner
1176 M:      achim_leubner@adaptec.com
1177 L:      linux-scsi@vger.kernel.org
1178 W:      http://www.icp-vortex.com/
1179 S:      Supported
1180
1181 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1182 P:      Krzysztof Halasa
1183 M:      khc@pm.waw.pl
1184 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1185 S:      Maintained
1186
1187 GFS2 FILE SYSTEM
1188 P:      Steven Whitehouse
1189 M:      swhiteho@redhat.com
1190 L:      cluster-devel@redhat.com
1191 W:      http://sources.redhat.com/cluster/
1192 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1193 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1194 S:      Supported
1195
1196 GIGASET ISDN DRIVERS
1197 P:      Hansjoerg Lipp
1198 M:      hjlipp@web.de
1199 P:      Tilman Schmidt
1200 M:      tilman@imap.cc
1201 L:      gigaset307x-common@lists.sourceforge.net
1202 W:      http://gigaset307x.sourceforge.net/
1203 S:      Maintained
1204
1205 HARDWARE MONITORING
1206 P:      Jean Delvare
1207 M:      khali@linux-fr.org
1208 L:      lm-sensors@lm-sensors.org
1209 W:      http://www.lm-sensors.nu/
1210 S:      Maintained
1211
1212 HARDWARE RANDOM NUMBER GENERATOR CORE
1213 P:      Michael Buesch
1214 M:      mb@bu3sch.de
1215 S:      Maintained
1216
1217 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1218 P:      Robert Love
1219 M:      rlove@rlove.org
1220 M:      linux-kernel@vger.kernel.org
1221 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1222 S:      Maintained
1223
1224 HARMONY SOUND DRIVER
1225 P:      Kyle McMartin
1226 M:      kyle@parisc-linux.org
1227 W:      http://www.parisc-linux.org/~kyle/harmony/
1228 L:      parisc-linux@lists.parisc-linux.org
1229 S:      Maintained
1230
1231 HAYES ESP SERIAL DRIVER
1232 P:      Andrew J. Robinson
1233 M:      arobinso@nyx.net
1234 L:      linux-kernel@vger.kernel.org
1235 W:      http://www.nyx.net/~arobinso
1236 S:      Maintained
1237
1238 HFS FILESYSTEM
1239 P:      Roman Zippel
1240 M:      zippel@linux-m68k.org
1241 L:      linux-kernel@vger.kernel.org
1242 S:      Maintained
1243
1244 HGA FRAMEBUFFER DRIVER
1245 P:      Ferenc Bakonyi
1246 M:      fero@drama.obuda.kando.hu
1247 L:      linux-nvidia@lists.surfsouth.com
1248 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1249 S:      Maintained
1250
1251 HIGH-SPEED SCC DRIVER FOR AX.25
1252 P:      Klaus Kudielka
1253 M:      klaus.kudielka@ieee.org
1254 L:      linux-hams@vger.kernel.org
1255 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1256 S:      Maintained
1257
1258 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1259 P:      HighPoint Linux Team
1260 M:      linux@highpoint-tech.com
1261 W:      http://www.highpoint-tech.com
1262 S:      Supported
1263
1264 HIPPI
1265 P:      Jes Sorensen
1266 M:      jes@trained-monkey.org
1267 L:      linux-hippi@sunsite.dk
1268 S:      Maintained
1269
1270 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1271 P:      Chirag Kantharia
1272 M:      chirag.kantharia@hp.com
1273 L:      iss_storagedev@hp.com
1274 S:      Maintained
1275  
1276 HEWLETT-PACKARD SMART2 RAID DRIVER
1277 P:      Chirag Kantharia
1278 M:      chirag.kantharia@hp.com
1279 L:      iss_storagedev@hp.com
1280 S:      Maintained
1281  
1282 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1283 P:      Mike Miller
1284 M:      mike.miller@hp.com
1285 L:      iss_storagedev@hp.com
1286 S:      Supported
1287  
1288 HOST AP DRIVER
1289 P:      Jouni Malinen
1290 M:      jkmaline@cc.hut.fi
1291 L:      hostap@shmoo.com
1292 W:      http://hostap.epitest.fi/
1293 S:      Maintained
1294
1295 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1296 P:      Jaroslav Kysela
1297 M:      perex@suse.cz
1298 S:      Maintained
1299
1300 HPET:   High Precision Event Timers driver (hpet.c)
1301 P:      Clemens Ladisch
1302 M:      clemens@ladisch.de
1303 S:      Maintained
1304
1305 HPET:   i386
1306 P:      Venkatesh Pallipadi (Venki)
1307 M:      venkatesh.pallipadi@intel.com
1308 S:      Maintained
1309
1310 HPET:   x86_64
1311 P:      Andi Kleen and Vojtech Pavlik
1312 M:      ak@muc.de and vojtech@suse.cz
1313 S:      Maintained
1314
1315 HPET:   ACPI hpet.c
1316 P:      Bob Picco
1317 M:      bob.picco@hp.com
1318 S:      Maintained
1319
1320 HPFS FILESYSTEM
1321 P:      Mikulas Patocka
1322 M:      mikulas@artax.karlin.mff.cuni.cz
1323 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1324 S:      Maintained
1325
1326 HUGETLB FILESYSTEM
1327 P:      William Irwin
1328 M:      wli@holomorphy.com
1329 S:      Maintained
1330
1331 I2C SUBSYSTEM
1332 P:      Jean Delvare
1333 M:      khali@linux-fr.org
1334 L:      i2c@lm-sensors.org
1335 W:      http://www.lm-sensors.nu/
1336 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1337 S:      Maintained
1338
1339 I2O
1340 P:      Markus Lidel
1341 M:      markus.lidel@shadowconnect.com
1342 W:      http://i2o.shadowconnect.com/
1343 S:      Maintained
1344
1345 i386 BOOT CODE
1346 P:      Riley H. Williams
1347 M:      Riley@Williams.Name
1348 L:      Linux-Kernel@vger.kernel.org
1349 S:      Maintained
1350
1351 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1352 P:      Dave Jones
1353 M:      davej@codemonkey.org.uk
1354 P:      H. Peter Anvin
1355 M:      hpa@zytor.com
1356 S:      Maintained
1357
1358 i810 TCO TIMER WATCHDOG
1359 P:      Nils Faerber
1360 M:      nils@kernelconcepts.de
1361 W:      http://www.kernelconcepts.de/
1362 S:      Maintained
1363
1364 IA64 (Itanium) PLATFORM
1365 P:      Tony Luck
1366 M:      tony.luck@intel.com
1367 L:      linux-ia64@vger.kernel.org
1368 W:      http://www.ia64-linux.org/
1369 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1370 S:      Maintained
1371
1372 IBM ACPI EXTRAS DRIVER
1373 P:      Henrique de Moraes Holschuh
1374 M:      ibm-acpi@hmh.eng.br
1375 L:      ibm-acpi-devel@lists.sourceforge.net
1376 W:      http://ibm-acpi.sourceforge.net
1377 W:      http://thinkwiki.org/wiki/Ibm-acpi
1378 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
1379 S:      Maintained
1380
1381 SN-IA64 (Itanium) SUB-PLATFORM
1382 P:      Jes Sorensen
1383 M:      jes@sgi.com
1384 L:      linux-altix@sgi.com
1385 L:      linux-ia64@vger.kernel.org
1386 W:      http://www.sgi.com/altix
1387 S:      Maintained
1388
1389 IBM MCA SCSI SUBSYSTEM DRIVER
1390 P:      Michael Lang
1391 M:      langa2@kph.uni-mainz.de
1392 W:      http://www.uni-mainz.de/~langm000/linux.html
1393 S:      Maintained
1394
1395 IBM Power Linux RAID adapter
1396 P:      Brian King
1397 M:      brking@us.ibm.com
1398 S:      Supported
1399
1400 IBM ServeRAID RAID DRIVER
1401 P:      Jack Hammer
1402 P:      Dave Jeffery
1403 M:      ipslinux@adaptec.com
1404 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1405 S:      Supported 
1406
1407 IDE DRIVER [GENERAL]
1408 P:      Bartlomiej Zolnierkiewicz
1409 M:      B.Zolnierkiewicz@elka.pw.edu.pl
1410 L:      linux-kernel@vger.kernel.org
1411 L:      linux-ide@vger.kernel.org
1412 T:      git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1413 S:      Maintained
1414
1415 IDE/ATAPI CDROM DRIVER
1416 P:      Jens Axboe
1417 M:      axboe@kernel.dk
1418 L:      linux-kernel@vger.kernel.org
1419 W:      http://www.kernel.dk
1420 S:      Maintained
1421
1422 IDE/ATAPI FLOPPY DRIVERS
1423 P:      Paul Bristow
1424 M:      Paul Bristow <paul@paulbristow.net>
1425 W:      http://paulbristow.net/linux/idefloppy.html
1426 L:      linux-kernel@vger.kernel.org
1427 S:      Maintained
1428
1429 IDE/ATAPI TAPE DRIVERS
1430 P:      Gadi Oxman
1431 M:      Gadi Oxman <gadio@netvision.net.il>
1432 L:      linux-kernel@vger.kernel.org
1433 S:      Maintained
1434
1435 IEEE 1394 SUBSYSTEM
1436 P:      Ben Collins
1437 M:      bcollins@debian.org
1438 P:      Stefan Richter
1439 M:      stefanr@s5r6.in-berlin.de
1440 L:      linux1394-devel@lists.sourceforge.net
1441 W:      http://www.linux1394.org/
1442 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1443 S:      Maintained
1444
1445 IEEE 1394 IPV4 DRIVER (eth1394)
1446 P:      Stefan Richter
1447 M:      stefanr@s5r6.in-berlin.de
1448 L:      linux1394-devel@lists.sourceforge.net
1449 S:      Odd Fixes
1450
1451 IEEE 1394 PCILYNX DRIVER
1452 P:      Jody McIntyre
1453 M:      scjody@modernduck.com
1454 P:      Stefan Richter
1455 M:      stefanr@s5r6.in-berlin.de
1456 L:      linux1394-devel@lists.sourceforge.net
1457 S:      Odd Fixes
1458
1459 IEEE 1394 RAW I/O DRIVER
1460 P:      Ben Collins
1461 M:      bcollins@debian.org
1462 P:      Dan Dennedy
1463 M:      dan@dennedy.org
1464 L:      linux1394-devel@lists.sourceforge.net
1465 S:      Maintained
1466
1467 IMS TWINTURBO FRAMEBUFFER DRIVER
1468 P:      Paul Mundt
1469 M:      lethal@chaoticdreams.org
1470 L:      linux-fbdev-devel@lists.sourceforge.net
1471 S:      Maintained
1472
1473 INFINIBAND SUBSYSTEM
1474 P:      Roland Dreier
1475 M:      rolandd@cisco.com
1476 P:      Sean Hefty
1477 M:      mshefty@ichips.intel.com
1478 P:      Hal Rosenstock
1479 M:      halr@voltaire.com
1480 L:      openib-general@openib.org
1481 W:      http://www.openib.org/
1482 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1483 S:      Supported
1484
1485 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1486 P:      Dmitry Torokhov
1487 M:      dmitry.torokhov@gmail.com
1488 M:      dtor@mail.ru
1489 L:      linux-input@atrey.karlin.mff.cuni.cz
1490 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1491 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1492 S:      Maintained
1493
1494 INOTIFY
1495 P:      John McCutchan and Robert Love
1496 M:      ttb@tentacle.dhs.org and rml@novell.com
1497 L:      linux-kernel@vger.kernel.org
1498 S:      Maintained
1499
1500 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1501 P:      Sylvain Meyer
1502 M:      sylvain.meyer@worldonline.fr
1503 L:      linux-fbdev-devel@lists.sourceforge.net
1504 S:      Maintained
1505
1506 INTEL 810/815 FRAMEBUFFER DRIVER
1507 P:      Antonino Daplas
1508 M:      adaplas@pol.net
1509 L:      linux-fbdev-devel@lists.sourceforge.net
1510 S:      Maintained
1511
1512 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1513 P:      Ingo Molnar
1514 M:      mingo@redhat.com
1515 S:      Maintained
1516
1517 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1518 P:      Jeff Garzik
1519 M:      jgarzik@pobox.com
1520 W:      http://sourceforge.net/projects/gkernel/
1521 S:      Maintained
1522
1523 INTEL IA32 MICROCODE UPDATE SUPPORT
1524 P:      Tigran Aivazian
1525 M:      tigran@veritas.com
1526 S:      Maintained
1527
1528 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1529 P:      Deepak Saxena
1530 M:      dsaxena@plexity.net
1531 S:      Maintained
1532
1533 INTEL PRO/100 ETHERNET SUPPORT
1534 P:      John Ronciak
1535 M:      john.ronciak@intel.com
1536 P:      Jesse Brandeburg
1537 M:      jesse.brandeburg@intel.com
1538 P:      Jeff Kirsher
1539 M:      jeffrey.t.kirsher@intel.com
1540 P:      Auke Kok
1541 M:      auke-jan.h.kok@intel.com
1542 W:      http://sourceforge.net/projects/e1000/
1543 S:      Supported
1544
1545 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1546 P:      Jeb Cramer
1547 M:      cramerj@intel.com
1548 P:      John Ronciak
1549 M:      john.ronciak@intel.com
1550 P:      Jesse Brandeburg
1551 M:      jesse.brandeburg@intel.com
1552 P:      Jeff Kirsher
1553 M:      jeffrey.t.kirsher@intel.com
1554 P:      Auke Kok
1555 M:      auke-jan.h.kok@intel.com
1556 W:      http://sourceforge.net/projects/e1000/
1557 S:      Supported
1558
1559 INTEL PRO/10GbE SUPPORT
1560 P:      Jeff Kirsher
1561 M:      jeffrey.t.kirsher@intel.com
1562 P:      Ayyappan Veeraiyan
1563 M:      ayyappan.veeraiyan@intel.com
1564 P:      John Ronciak
1565 M:      john.ronciak@intel.com
1566 P:      Jesse Brandeburg
1567 M:      jesse.brandeburg@intel.com
1568 P:      Auke Kok
1569 M:      auke-jan.h.kok@intel.com
1570 W:      http://sourceforge.net/projects/e1000/
1571 S:      Supported
1572
1573 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1574 P:      Yi Zhu
1575 M:      yi.zhu@intel.com
1576 P:      James Ketrenos
1577 M:      jketreno@linux.intel.com
1578 L:      ipw2100-devel@lists.sourceforge.net
1579 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1580 W:      http://ipw2100.sourceforge.net
1581 S:      Supported
1582
1583 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1584 P:      Yi Zhu
1585 M:      yi.zhu@intel.com
1586 P:      James Ketrenos
1587 M:      jketreno@linux.intel.com
1588 L:      ipw2100-devel@lists.sourceforge.net
1589 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1590 W:      http://ipw2200.sourceforge.net
1591 S:      Supported
1592
1593 IOC3 DRIVER
1594 P:      Ralf Baechle
1595 M:      ralf@linux-mips.org
1596 L:      linux-mips@linux-mips.org
1597 S:      Maintained
1598
1599 IP MASQUERADING:
1600 P:      Juanjo Ciarlante
1601 M:      jjciarla@raiz.uncu.edu.ar
1602 S:      Maintained
1603
1604 IPATH DRIVER:
1605 P:      Bryan O'Sullivan
1606 M:      support@pathscale.com
1607 L:      openib-general@openib.org
1608 S:      Supported
1609
1610 IPMI SUBSYSTEM
1611 P:      Corey Minyard
1612 M:      minyard@acm.org
1613 L:      openipmi-developer@lists.sourceforge.net
1614 W:      http://openipmi.sourceforge.net/
1615 S:      Supported
1616
1617 IPX NETWORK LAYER
1618 P:      Arnaldo Carvalho de Melo
1619 M:      acme@conectiva.com.br
1620 L:      netdev@vger.kernel.org
1621 S:      Maintained
1622
1623 IRDA SUBSYSTEM
1624 P:      Samuel Ortiz
1625 M:      samuel@sortiz.org
1626 L:      irda-users@lists.sourceforge.net (subscribers-only)
1627 W:      http://irda.sourceforge.net/
1628 S:      Maintained
1629
1630 ISAPNP
1631 P:      Jaroslav Kysela
1632 M:      perex@suse.cz
1633 S:      Maintained
1634
1635 ISDN SUBSYSTEM
1636 P:      Karsten Keil
1637 M:      kkeil@suse.de
1638 P:      Kai Germaschewski
1639 M:      kai.germaschewski@gmx.de
1640 L:      isdn4linux@listserv.isdn4linux.de
1641 W:      http://www.isdn4linux.de
1642 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1643 S:      Maintained
1644
1645 ISDN SUBSYSTEM (Eicon active card driver)
1646 P:      Armin Schindler
1647 M:      mac@melware.de
1648 L:      isdn4linux@listserv.isdn4linux.de
1649 W:      http://www.melware.de
1650 S:      Maintained
1651
1652 JOURNALLING FLASH FILE SYSTEM (JFFS)
1653 P:      Axis Communications AB
1654 M:      jffs-dev@axis.com
1655 L:      jffs-dev@axis.com
1656 W:      http://www.developer.axis.com/software/jffs/
1657 S:      Maintained
1658
1659 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1660 P:      David Woodhouse
1661 M:      dwmw2@infradead.org
1662 L:      jffs-dev@axis.com
1663 W:      http://sources.redhat.com/jffs2/
1664 S:      Maintained
1665
1666 JFS FILESYSTEM
1667 P:      Dave Kleikamp
1668 M:      shaggy@austin.ibm.com
1669 L:      jfs-discussion@lists.sourceforge.net
1670 W:      http://jfs.sourceforge.net/
1671 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1672 S:      Supported
1673
1674 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1675 P:      Stephen Tweedie, Andrew Morton
1676 M:      sct@redhat.com, akpm@osdl.org
1677 L:      ext2-devel@lists.sourceforge.net
1678 S:      Maintained
1679
1680 K8TEMP HARDWARE MONITORING DRIVER
1681 P:      Rudolf Marek
1682 M:      r.marek@assembler.cz
1683 L:      lm-sensors@lm-sensors.org
1684 S:      Maintained
1685
1686 KCONFIG
1687 P:      Roman Zippel
1688 M:      zippel@linux-m68k.org
1689 L:      kbuild-devel@lists.sourceforge.net
1690 S:      Maintained
1691
1692 KDUMP
1693 P:      Vivek Goyal
1694 M:      vgoyal@in.ibm.com
1695 P:      Haren Myneni
1696 M:      hbabu@us.ibm.com
1697 L:      fastboot@lists.osdl.org
1698 L:      linux-kernel@vger.kernel.org
1699 W:      http://lse.sourceforge.net/kdump/
1700 S:      Maintained
1701
1702 KERNEL AUTOMOUNTER (AUTOFS)
1703 P:      H. Peter Anvin
1704 M:      hpa@zytor.com
1705 L:      autofs@linux.kernel.org
1706 S:      Odd Fixes
1707
1708 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1709 P:      Ian Kent
1710 M:      raven@themaw.net
1711 L:      autofs@linux.kernel.org
1712 S:      Maintained
1713
1714 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1715 P:      Kai Germaschewski
1716 M:      kai@germaschewski.name
1717 P:      Sam Ravnborg
1718 M:      sam@ravnborg.org
1719 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1720 S:      Maintained 
1721
1722 KERNEL JANITORS
1723 P:      Several
1724 L:      kernel-janitors@lists.osdl.org
1725 W:      http://www.kerneljanitors.org/
1726 S:      Maintained
1727
1728 KERNEL NFSD
1729 P:      Neil Brown
1730 M:      neilb@cse.unsw.edu.au
1731 L:      nfs@lists.sourceforge.net
1732 W:      http://nfs.sourceforge.net/
1733 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1734 S:      Maintained
1735
1736 KEXEC
1737 P:      Eric Biederman
1738 M:      ebiederm@xmission.com
1739 W:      http://www.xmission.com/~ebiederm/files/kexec/
1740 L:      linux-kernel@vger.kernel.org
1741 L:      fastboot@osdl.org
1742 S:      Maintained
1743
1744 KPROBES
1745 P:      Prasanna S Panchamukhi
1746 M:      prasanna@in.ibm.com
1747 P:      Ananth N Mavinakayanahalli
1748 M:      ananth@in.ibm.com
1749 P:      Anil S Keshavamurthy
1750 M:      anil.s.keshavamurthy@intel.com
1751 P:      David S. Miller
1752 M:      davem@davemloft.net
1753 L:      linux-kernel@vger.kernel.org
1754 S:      Maintained
1755
1756 LAPB module
1757 L:      linux-x25@vger.kernel.org
1758 S:      Orphan
1759
1760 LASI 53c700 driver for PARISC
1761 P:      James E.J. Bottomley
1762 M:      James.Bottomley@HansenPartnership.com
1763 L:      linux-scsi@vger.kernel.org
1764 S:      Maintained
1765
1766 LED SUBSYSTEM
1767 P:      Richard Purdie
1768 M:      rpurdie@rpsys.net
1769 S:      Maintained
1770
1771 LEGO USB Tower driver
1772 P:      Juergen Stuber
1773 M:      starblue@users.sourceforge.net
1774 L:      legousb-devel@lists.sourceforge.net
1775 W:      http://legousb.sourceforge.net/
1776 S:      Maintained
1777
1778 LINUX FOR IBM pSERIES (RS/6000)
1779 P:      Paul Mackerras
1780 M:      paulus@au.ibm.com
1781 W:      http://www.ibm.com/linux/ltc/projects/ppc
1782 S:      Supported
1783
1784 LINUX FOR NCR VOYAGER
1785 P:      James Bottomley
1786 M:      James.Bottomley@HansenPartnership.com
1787 W:      http://www.hansenpartnership.com/voyager
1788 S:      Maintained
1789
1790 LINUX FOR POWERPC
1791 P:      Paul Mackerras
1792 M:      paulus@samba.org
1793 W:      http://www.penguinppc.org/
1794 L:      linuxppc-dev@ozlabs.org
1795 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1796 S:      Supported
1797
1798 LINUX FOR POWER MACINTOSH
1799 P:      Benjamin Herrenschmidt
1800 M:      benh@kernel.crashing.org
1801 W:      http://www.penguinppc.org/
1802 L:      linuxppc-dev@ozlabs.org
1803 S:      Maintained
1804
1805 LINUX FOR POWERPC EMBEDDED MPC52XX
1806 P:      Sylvain Munaut
1807 M:      tnt@246tNt.com
1808 W:      http://www.246tNt.com/mpc52xx/
1809 W:      http://www.penguinppc.org/
1810 L:      linuxppc-dev@ozlabs.org
1811 L:      linuxppc-embedded@ozlabs.org
1812 S:      Maintained
1813
1814 LINUX FOR POWERPC EMBEDDED PPC4XX
1815 P:      Matt Porter
1816 M:      mporter@kernel.crashing.org
1817 W:      http://www.penguinppc.org/
1818 L:      linuxppc-embedded@ozlabs.org
1819 S:      Maintained
1820
1821 LINUX FOR POWERPC BOOT CODE
1822 P:      Tom Rini
1823 M:      trini@kernel.crashing.org
1824 W:      http://www.penguinppc.org/
1825 L:      linuxppc-embedded@ozlabs.org
1826 S:      Maintained
1827
1828 LINUX FOR POWERPC EMBEDDED PPC8XX
1829 P:      Marcelo Tosatti
1830 M:      marcelo@kvack.org
1831 W:      http://www.penguinppc.org/
1832 L:      linuxppc-embedded@ozlabs.org
1833 S:      Maintained
1834
1835 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1836 P:     Kumar Gala
1837 M:     galak@kernel.crashing.org
1838 W:     http://www.penguinppc.org/
1839 L:     linuxppc-embedded@ozlabs.org
1840 S:     Maintained
1841
1842 LINUX FOR POWERPC PA SEMI PWRFICIENT
1843 P:      Olof Johansson
1844 M:      olof@lixom.net
1845 W:      http://www.pasemi.com/
1846 L:      linuxppc-dev@ozlabs.org
1847 S:      Supported
1848
1849 LLC (802.2)
1850 P:      Arnaldo Carvalho de Melo
1851 M:      acme@conectiva.com.br
1852 S:      Maintained
1853
1854 LINUX FOR 64BIT POWERPC
1855 P:      Paul Mackerras
1856 M:      paulus@samba.org
1857 M:      paulus@au.ibm.com
1858 P:      Anton Blanchard
1859 M:      anton@samba.org
1860 M:      anton@au.ibm.com
1861 W:      http://www.penguinppc.org/ppc64/
1862 L:      linuxppc-dev@ozlabs.org
1863 S:      Supported
1864
1865 LINUX SECURITY MODULE (LSM) FRAMEWORK
1866 P:      Chris Wright
1867 M:      chrisw@sous-sol.org
1868 L:      linux-security-module@vger.kernel.org
1869 W:      http://lsm.immunix.org
1870 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1871 S:      Supported
1872
1873 LM83 HARDWARE MONITOR DRIVER
1874 P:      Jean Delvare
1875 M:      khali@linux-fr.org
1876 L:      lm-sensors@lm-sensors.org
1877 S:      Maintained
1878
1879 LM90 HARDWARE MONITOR DRIVER
1880 P:      Jean Delvare
1881 M:      khali@linux-fr.org
1882 L:      lm-sensors@lm-sensors.org
1883 S:      Maintained
1884
1885 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1886 P:      Richard Russon (FlatCap)
1887 M:      ldm@flatcap.org
1888 L:      ldm-devel@lists.sourceforge.net 
1889 W:      http://ldm.sourceforge.net
1890 S:      Maintained
1891
1892 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1893 P:      Eric Moore
1894 M:      Eric.Moore@lsil.com
1895 M:      support@lsil.com
1896 L:      mpt_linux_developer@lsil.com
1897 L:      linux-scsi@vger.kernel.org
1898 W:      http://www.lsilogic.com/support
1899 S:      Supported
1900
1901 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1902 P:      Matthew Wilcox
1903 M:      matthew@wil.cx
1904 L:      linux-scsi@vger.kernel.org
1905 S:      Maintained
1906
1907 M68K ARCHITECTURE
1908 P:      Geert Uytterhoeven
1909 M:      geert@linux-m68k.org
1910 P:      Roman Zippel
1911 M:      zippel@linux-m68k.org
1912 L:      linux-m68k@lists.linux-m68k.org
1913 W:      http://www.linux-m68k.org/
1914 W:      http://linux-m68k-cvs.ubb.ca/
1915 S:      Maintained
1916
1917 M68K ON APPLE MACINTOSH
1918 P:      Joshua Thompson
1919 M:      funaho@jurai.org
1920 W:      http://www.mac.linux-m68k.org/
1921 L:      linux-mac68k@mac.linux-m68k.org
1922 S:      Maintained
1923
1924 M68K ON HP9000/300
1925 P:      Philip Blundell
1926 M:      philb@gnu.org
1927 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1928 S:      Maintained
1929
1930 MARVELL YUKON / SYSKONNECT DRIVER
1931 P:      Mirko Lindner
1932 M:      mlindner@syskonnect.de
1933 P:      Ralph Roesler
1934 M:      rroesler@syskonnect.de
1935 W:      http://www.syskonnect.com
1936 S:      Supported
1937
1938 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1939 P: Michael Kerrisk
1940 M: mtk-manpages@gmx.net
1941 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1942 S: Maintained
1943
1944 MARVELL MV643XX ETHERNET DRIVER
1945 P:      Dale Farnsworth
1946 M:      dale@farnsworth.org
1947 P:      Manish Lachwani
1948 M:      mlachwani@mvista.com
1949 L:      netdev@vger.kernel.org
1950 S:      Odd Fixes for 2.4; Maintained for 2.6.
1951
1952 MATROX FRAMEBUFFER DRIVER
1953 P:      Petr Vandrovec
1954 M:      vandrove@vc.cvut.cz
1955 L:      linux-fbdev-devel@lists.sourceforge.net
1956 S:      Maintained
1957
1958 MEGARAID SCSI DRIVERS
1959 P:     Neela Syam Kolli
1960 M:     Neela.Kolli@engenio.com
1961 S:     linux-scsi@vger.kernel.org
1962 W:     http://megaraid.lsilogic.com
1963 S:     Maintained
1964
1965 MEMORY MANAGEMENT
1966 L:      linux-mm@kvack.org
1967 L:      linux-kernel@vger.kernel.org
1968 W:      http://www.linux-mm.org
1969 S:      Maintained
1970
1971 MEMORY TECHNOLOGY DEVICES (MTD)
1972 P:      David Woodhouse
1973 M:      dwmw2@infradead.org
1974 W:      http://www.linux-mtd.infradead.org/
1975 L:      linux-mtd@lists.infradead.org
1976 T:      git git://git.infradead.org/mtd-2.6.git
1977 S:      Maintained
1978
1979 MICROTEK X6 SCANNER
1980 P:      Oliver Neukum
1981 M:      oliver@neukum.name
1982 S:      Maintained
1983
1984 MIPS
1985 P:      Ralf Baechle
1986 M:      ralf@linux-mips.org
1987 W:      http://www.linux-mips.org/
1988 L:      linux-mips@linux-mips.org
1989 T:      git www.linux-mips.org:/pub/scm/linux.git
1990 S:      Supported
1991
1992 MISCELLANEOUS MCA-SUPPORT
1993 P:      James Bottomley
1994 M:      jejb@steeleye.com
1995 L:      linux-kernel@vger.kernel.org
1996 S:      Maintained
1997
1998 MODULE SUPPORT
1999 P:      Rusty Russell
2000 M:      rusty@rustcorp.com.au
2001 L:      linux-kernel@vger.kernel.org
2002 S:      Maintained
2003
2004 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2005 P:      Stelian Pop
2006 M:      stelian@popies.net
2007 W:      http://popies.net/meye/
2008 S:      Maintained
2009
2010 MOUSE AND MISC DEVICES [GENERAL]
2011 P:      Alessandro Rubini
2012 M:      rubini@ipvvis.unipv.it
2013 L:      linux-kernel@vger.kernel.org
2014 S:      Maintained
2015
2016 MSI LAPTOP SUPPORT
2017 P:      Lennart Poettering
2018 M:      mzxreary@0pointer.de
2019 L:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2020 W:      http://0pointer.de/lennart/tchibo.html
2021 S:      Maintained
2022
2023 MTRR AND SIMILAR SUPPORT [i386]
2024 P:      Richard Gooch
2025 M:      rgooch@atnf.csiro.au
2026 L:      linux-kernel@vger.kernel.org
2027 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2028 S:      Maintained
2029
2030 MULTIMEDIA CARD (MMC) AND SECURE DIGITAL (SD) SUBSYSTEM
2031 P:      Pierre Ossman
2032 M:      drzeus-mmc@drzeus.cx
2033 L:      linux-kernel@vger.kernel.org
2034 S:      Maintained
2035
2036 MULTISOUND SOUND DRIVER
2037 P:      Andrew Veliath
2038 M:      andrewtv@usa.net
2039 S:      Maintained
2040
2041 NATSEMI ETHERNET DRIVER (DP8381x)
2042 P:      Tim Hockin
2043 M:      thockin@hockin.org
2044 S:      Maintained
2045
2046 NCP FILESYSTEM
2047 P:      Petr Vandrovec
2048 M:      vandrove@vc.cvut.cz
2049 L:      linware@sh.cvut.cz
2050 S:      Maintained
2051
2052 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2053 P:      James E.J. Bottomley
2054 M:      James.Bottomley@HansenPartnership.com
2055 L:      linux-scsi@vger.kernel.org
2056 S:      Maintained
2057
2058 NETEM NETWORK EMULATOR
2059 P:      Stephen Hemminger
2060 M:      shemminger@osdl.org
2061 L:      netem@osdl.org
2062 S:      Maintained
2063
2064 NETFILTER/IPTABLES/IPCHAINS
2065 P:      Rusty Russell
2066 P:      Marc Boucher
2067 P:      James Morris
2068 P:      Harald Welte
2069 P:      Jozsef Kadlecsik
2070 P:      Patrick McHardy
2071 M:      kaber@trash.net
2072 L:      netfilter-devel@lists.netfilter.org
2073 L:      netfilter@lists.netfilter.org
2074 L:      coreteam@netfilter.org
2075 W:      http://www.netfilter.org/
2076 W:      http://www.iptables.org/
2077 S:      Supported
2078
2079 NETLABEL
2080 P:      Paul Moore
2081 M:      paul.moore@hp.com
2082 W:      http://netlabel.sf.net
2083 L:      netdev@vger.kernel.org
2084 S:      Supported
2085
2086 NETROM NETWORK LAYER
2087 P:      Ralf Baechle
2088 M:      ralf@linux-mips.org
2089 L:      linux-hams@vger.kernel.org
2090 W:      http://www.linux-ax25.org/
2091 S:      Maintained
2092
2093 NETWORK BLOCK DEVICE (NBD)
2094 P:      Paul Clements
2095 M:      Paul.Clements@steeleye.com
2096 S:      Maintained
2097
2098 NETWORK DEVICE DRIVERS
2099 P:      Andrew Morton
2100 M:      akpm@osdl.org
2101 P:      Jeff Garzik
2102 M:      jgarzik@pobox.com
2103 L:      netdev@vger.kernel.org
2104 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2105 S:      Maintained
2106
2107 NETWORKING [GENERAL]
2108 P:      Networking Team
2109 M:      netdev@vger.kernel.org
2110 L:      netdev@vger.kernel.org
2111 W:      http://linux-net.osdl.org/
2112 S:      Maintained
2113
2114 NETWORKING [IPv4/IPv6]
2115 P:      David S. Miller
2116 M:      davem@davemloft.net
2117 P:      Alexey Kuznetsov
2118 M:      kuznet@ms2.inr.ac.ru
2119 P:      Pekka Savola (ipv6)
2120 M:      pekkas@netcore.fi
2121 P:      James Morris
2122 M:      jmorris@namei.org
2123 P:      Hideaki YOSHIFUJI
2124 M:      yoshfuji@linux-ipv6.org
2125 P:      Patrick McHardy
2126 M:      kaber@coreworks.de
2127 L:      netdev@vger.kernel.org
2128 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2129 S:      Maintained
2130
2131 NETWORKING [WIRELESS]
2132 P:      John W. Linville
2133 M:      linville@tuxdriver.com
2134 L:      netdev@vger.kernel.org
2135 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2136 S:      Maintained
2137
2138 IPVS
2139 P:      Wensong Zhang
2140 M:      wensong@linux-vs.org
2141 P:      Simon Horman
2142 M:      horms@verge.net.au
2143 P:      Julian Anastasov
2144 M:      ja@ssi.bg
2145 L:      netdev@vger.kernel.org
2146 S:      Maintained
2147
2148 NFS CLIENT
2149 P:      Trond Myklebust
2150 M:      trond.myklebust@fys.uio.no
2151 L:      linux-kernel@vger.kernel.org
2152 S:      Maintained
2153
2154 NI5010 NETWORK DRIVER
2155 P:      Jan-Pascal van Best
2156 M:      janpascal@vanbest.org
2157 P:      Andreas Mohr
2158 M:      andi@lisas.de
2159 L:      netdev@vger.kernel.org
2160 S:      Maintained
2161
2162 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2163 P:      YOKOTA Hiroshi
2164 M:      yokota@netlab.is.tsukuba.ac.jp
2165 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2166 S:      Maintained
2167
2168 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2169 P:      GOTO Masanori
2170 M:      gotom@debian.or.jp
2171 P:      YOKOTA Hiroshi
2172 M:      yokota@netlab.is.tsukuba.ac.jp
2173 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2174 S:      Maintained
2175
2176 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2177 P:      Eberhard Moenkeberg
2178 M:      emoenke@gwdg.de
2179 L:      linux-kernel@vger.kernel.org
2180 S:      Maintained
2181
2182 NTFS FILESYSTEM
2183 P:      Anton Altaparmakov
2184 M:      aia21@cantab.net
2185 L:      linux-ntfs-dev@lists.sourceforge.net
2186 L:      linux-kernel@vger.kernel.org
2187 W:      http://linux-ntfs.sf.net/
2188 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2189 S:      Maintained
2190
2191 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2192 P:      Antonino Daplas
2193 M:      adaplas@pol.net
2194 L:      linux-fbdev-devel@lists.sourceforge.net
2195 S:      Maintained
2196
2197 OPENCORES I2C BUS DRIVER
2198 P:      Peter Korsgaard
2199 M:      jacmet@sunsite.dk
2200 L:      i2c@lm-sensors.org
2201 S:      Maintained
2202
2203 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2204 P:      Mark Fasheh
2205 M:      mark.fasheh@oracle.com
2206 P:      Kurt Hackel
2207 M:      kurt.hackel@oracle.com
2208 L:      ocfs2-devel@oss.oracle.com
2209 W:      http://oss.oracle.com/projects/ocfs2/
2210 S:      Supported       
2211
2212 OLYMPIC NETWORK DRIVER
2213 P:      Peter De Shrijver
2214 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2215 P:      Mike Phillips
2216 M:      mikep@linuxtr.net 
2217 L:      netdev@vger.kernel.org
2218 L:      linux-tr@linuxtr.net
2219 W:      http://www.linuxtr.net
2220 S:      Maintained
2221
2222 OMNIKEY CARDMAN 4000 DRIVER
2223 P:      Harald Welte
2224 M:      laforge@gnumonks.org
2225 S:      Maintained
2226
2227 OMNIKEY CARDMAN 4040 DRIVER
2228 P:      Harald Welte
2229 M:      laforge@gnumonks.org
2230 S:      Maintained
2231
2232 ONSTREAM SCSI TAPE DRIVER
2233 P:      Willem Riede
2234 M:      osst@riede.org
2235 L:      osst-users@lists.sourceforge.net
2236 L:      linux-scsi@vger.kernel.org
2237 S:      Maintained
2238
2239 OPL3-SA2, SA3, and SAx DRIVER
2240 P:      Zwane Mwaikambo
2241 M:      zwane@arm.linux.org.uk
2242 L:      linux-sound@vger.kernel.org
2243 S:      Maintained
2244
2245 OPROFILE
2246 P:      Philippe Elie
2247 M:      phil.el@wanadoo.fr
2248 L:      oprofile-list@lists.sf.net
2249 S:      Maintained
2250
2251 ORINOCO DRIVER
2252 P:      Pavel Roskin
2253 M:      proski@gnu.org
2254 P:      David Gibson
2255 M:      hermes@gibson.dropbear.id.au
2256 L:      orinoco-users@lists.sourceforge.net
2257 L:      orinoco-devel@lists.sourceforge.net
2258 W:      http://www.nongnu.org/orinoco/
2259 S:      Maintained
2260
2261 PARALLEL PORT SUPPORT
2262 P:      Phil Blundell
2263 M:      philb@gnu.org
2264 P:      Tim Waugh
2265 M:      tim@cyberelk.net
2266 P:      David Campbell
2267 P:      Andrea Arcangeli
2268 M:      andrea@suse.de
2269 L:      linux-parport@lists.infradead.org
2270 W:      http://people.redhat.com/twaugh/parport/
2271 S:      Maintained
2272
2273 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2274 P:      Tim Waugh
2275 M:      tim@cyberelk.net
2276 L:      linux-parport@lists.infradead.org
2277 W:      http://www.torque.net/linux-pp.html
2278 S:      Maintained
2279
2280 PARISC ARCHITECTURE
2281 P:      Matthew Wilcox
2282 M:      matthew@wil.cx
2283 P:      Grant Grundler
2284 M:      grundler@parisc-linux.org
2285 P:      Kyle McMartin
2286 M:      kyle@parisc-linux.org
2287 L:      parisc-linux@parisc-linux.org
2288 W:      http://www.parisc-linux.org/
2289 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2290 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2291 S:      Maintained
2292
2293 PC87360 HARDWARE MONITORING DRIVER
2294 P:      Jim Cromie
2295 M:      jim.cromie@gmail.com
2296 L:      lm-sensors@lm-sensors.org
2297 S:      Maintained
2298
2299 PC8736x GPIO DRIVER
2300 P:      Jim Cromie
2301 M:      jim.cromie@gmail.com
2302 S:      Maintained
2303
2304 PCI ERROR RECOVERY
2305 P:      Linas Vepstas
2306 M:      linas@austin.ibm.com
2307 L:      linux-kernel@vger.kernel.org
2308 L:      linux-pci@atrey.karlin.mff.cuni.cz
2309 S:      Supported
2310
2311 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2312 P:      Thomas Sailer
2313 M:      sailer@ife.ee.ethz.ch
2314 L:      linux-sound@vger.kernel.org
2315 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2316 S:      Maintained
2317
2318 PCI SUBSYSTEM
2319 P:      Greg Kroah-Hartman
2320 M:      gregkh@suse.de
2321 L:      linux-kernel@vger.kernel.org
2322 L:      linux-pci@atrey.karlin.mff.cuni.cz
2323 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2324 S:      Supported
2325
2326 PCI HOTPLUG CORE
2327 P:      Kristen Carlson Accardi
2328 M:      kristen.c.accardi@intel.com
2329 S:      Supported
2330
2331 PCI HOTPLUG COMPAQ DRIVER
2332 P:      Greg Kroah-Hartman
2333 M:      greg@kroah.com
2334 S:      Maintained
2335
2336 PCIE HOTPLUG DRIVER
2337 P:      Kristen Carlson Accardi
2338 M:      kristen.c.accardi@intel.com
2339 L:      pcihpd-discuss@lists.sourceforge.net
2340 S:      Maintained
2341
2342 PCMCIA SUBSYSTEM
2343 P:      Linux PCMCIA Team
2344 L:      linux-pcmcia@lists.infradead.org
2345 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2346 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2347 S:      Maintained
2348
2349 PCNET32 NETWORK DRIVER
2350 P:      Thomas Bogendörfer
2351 M:      tsbogend@alpha.franken.de
2352 L:      netdev@vger.kernel.org
2353 S:      Maintained
2354
2355 PER-TASK DELAY ACCOUNTING
2356 P:      Shailabh Nagar
2357 M:      nagar@watson.ibm.com
2358 L:      linux-kernel@vger.kernel.org
2359 S:      Maintained
2360
2361 PERSONALITY HANDLING
2362 P:      Christoph Hellwig
2363 M:      hch@infradead.org
2364 L:      linux-abi-devel@lists.sourceforge.net
2365 S:      Maintained
2366
2367 PHRAM MTD DRIVER
2368 P:      Jörn Engel
2369 M:      joern@wh.fh-wedel.de
2370 L:      linux-mtd@lists.infradead.org
2371 S:      Maintained
2372
2373 PKTCDVD DRIVER
2374 P:      Peter Osterlund
2375 M:      petero2@telia.com
2376 L:      linux-kernel@vger.kernel.org
2377 S:      Maintained
2378
2379 POSIX CLOCKS and TIMERS
2380 P:      George Anzinger
2381 M:      george@mvista.com
2382 L:      linux-kernel@vger.kernel.org
2383 S:      Supported
2384
2385 POWERPC 4xx EMAC DRIVER
2386 P:      Eugene Surovegin
2387 M:      ebs@ebshome.net
2388 W:      http://kernel.ebshome.net/emac/
2389 L:      linuxppc-embedded@ozlabs.org
2390 L:      netdev@vger.kernel.org
2391 S:      Maintained
2392
2393 PNP SUPPORT
2394 P:      Adam Belay
2395 M:      ambx1@neo.rr.com
2396 S:      Maintained
2397
2398 PPP PROTOCOL DRIVERS AND COMPRESSORS
2399 P:      Paul Mackerras
2400 M:      paulus@samba.org
2401 L:      linux-ppp@vger.kernel.org
2402 S:      Maintained
2403
2404 PPP OVER ATM (RFC 2364)
2405 P:      Mitchell Blank Jr
2406 M:      mitch@sfgoth.com
2407 S:      Maintained
2408
2409 PPP OVER ETHERNET
2410 P:      Michal Ostrowski
2411 M:      mostrows@speakeasy.net
2412 S:      Maintained
2413
2414 PREEMPTIBLE KERNEL
2415 P:      Robert Love
2416 M:      rml@tech9.net
2417 L:      linux-kernel@vger.kernel.org
2418 L:      kpreempt-tech@lists.sourceforge.net
2419 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2420 S:      Supported
2421
2422 PRISM54 WIRELESS DRIVER
2423 P:      Prism54 Development Team
2424 M:      prism54-private@prism54.org
2425 L:      netdev@vger.kernel.org
2426 W:      http://prism54.org
2427 S:      Maintained
2428
2429 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2430 P:      Peter Denison
2431 M:      promise@pnd-pc.demon.co.uk
2432 W:      http://www.pnd-pc.demon.co.uk/promise/
2433 S:      Maintained
2434
2435 PVRUSB2 VIDEO4LINUX DRIVER
2436 P:      Mike Isely
2437 M:      isely@pobox.com
2438 L:      pvrusb2@isely.net
2439 L:      video4linux-list@redhat.com
2440 W:      http://www.isely.net/pvrusb2/
2441 S:      Maintained
2442
2443 PXA2xx SUPPORT
2444 P:      Nicolas Pitre
2445 M:      nico@cam.org
2446 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2447 S:      Maintained
2448
2449 QLOGIC QLA2XXX FC-SCSI DRIVER
2450 P:      Andrew Vasquez
2451 M:      linux-driver@qlogic.com
2452 L:      linux-scsi@vger.kernel.org
2453 S:      Supported
2454
2455 QLOGIC QLA3XXX NETWORK DRIVER
2456 P:      Ron Mercer
2457 M:      linux-driver@qlogic.com
2458 L:      netdev@vger.kernel.org
2459 S:      Supported
2460
2461 QNX4 FILESYSTEM
2462 P:      Anders Larsen
2463 M:      al@alarsen.net
2464 L:      linux-kernel@vger.kernel.org
2465 W:      http://www.alarsen.net/linux/qnx4fs/
2466 S:      Maintained
2467
2468 RADEON FRAMEBUFFER DISPLAY DRIVER
2469 P:      Benjamin Herrenschmidt
2470 M:      benh@kernel.crashing.org
2471 L:      linux-fbdev-devel@lists.sourceforge.net
2472 S:      Maintained
2473
2474 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2475 P:      Paul Mackerras
2476 M:      paulus@samba.org
2477 L:      linux-fbdev-devel@lists.sourceforge.net
2478 S:      Maintained
2479
2480 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2481 P:      Corey Thomas
2482 M:      corey@world.std.com
2483 L:      linux-kernel@vger.kernel.org
2484 S:      Maintained
2485
2486 RANDOM NUMBER DRIVER
2487 P:      Matt Mackall
2488 M:      mpm@selenic.com
2489 S:      Maintained
2490
2491 RAPIDIO SUBSYSTEM
2492 P:      Matt Porter
2493 M:      mporter@kernel.crashing.org
2494 L:      linux-kernel@vger.kernel.org
2495 S:      Maintained
2496
2497 READ-COPY UPDATE (RCU)
2498 P:      Dipankar Sarma
2499 M:      dipankar@in.ibm.com
2500 W:      http://www.rdrop.com/users/paulmck/rclock/
2501 L:      linux-kernel@vger.kernel.org
2502 S:      Supported
2503
2504 RCUTORTURE MODULE
2505 P:      Josh Triplett
2506 M:      josh@freedesktop.org
2507 L:      linux-kernel@vger.kernel.org
2508 S:      Maintained
2509
2510 REAL TIME CLOCK DRIVER
2511 P:      Paul Gortmaker
2512 M:      p_gortmaker@yahoo.com
2513 L:      linux-kernel@vger.kernel.org
2514 S:      Maintained
2515
2516 REAL TIME CLOCK (RTC) SUBSYSTEM
2517 P:      Alessandro Zummo
2518 M:      a.zummo@towertech.it
2519 L:      linux-kernel@vger.kernel.org
2520 S:      Maintained
2521
2522 REISERFS FILE SYSTEM
2523 P:      Hans Reiser
2524 M:      reiserfs-dev@namesys.com
2525 L:      reiserfs-list@namesys.com
2526 W:      http://www.namesys.com
2527 S:      Supported
2528
2529 ROCKETPORT DRIVER
2530 P:      Comtrol Corp.
2531 W:      http://www.comtrol.com
2532 S:      Maintained
2533
2534 ROSE NETWORK LAYER
2535 P:      Ralf Baechle
2536 M:      ralf@linux-mips.org
2537 L:      linux-hams@vger.kernel.org
2538 W:      http://www.linux-ax25.org/
2539 S:      Maintained
2540
2541 RISCOM8 DRIVER
2542 S:      Orphan
2543
2544 S3 SAVAGE FRAMEBUFFER DRIVER
2545 P:      Antonino Daplas
2546 M:      adaplas@pol.net
2547 L:      linux-fbdev-devel@lists.sourceforge.net
2548 S:      Maintained
2549
2550 S390
2551 P:      Martin Schwidefsky
2552 M:      schwidefsky@de.ibm.com
2553 P:      Heiko Carstens
2554 M:      heiko.carstens@de.ibm.com
2555 M:      linux390@de.ibm.com
2556 L:      linux-390@vm.marist.edu
2557 W:      http://www.ibm.com/developerworks/linux/linux390/
2558 S:      Supported
2559
2560 S390 NETWORK DRIVERS
2561 P:      Frank Pavlic
2562 M:      fpavlic@de.ibm.com
2563 M:      linux390@de.ibm.com
2564 L:      linux-390@vm.marist.edu
2565 W:      http://www.ibm.com/developerworks/linux/linux390/
2566 S:      Supported
2567
2568 S390 ZFCP DRIVER
2569 P:      Swen Schillig
2570 M:      swen@vnet.ibm.com
2571 M:      linux390@de.ibm.com
2572 L:      linux-390@vm.marist.edu
2573 W:      http://www.ibm.com/developerworks/linux/linux390/
2574 S:      Supported
2575
2576 SAA7146 VIDEO4LINUX-2 DRIVER
2577 P:      Michael Hunold
2578 M:      michael@mihu.de
2579 W:      http://www.mihu.de/linux/saa7146
2580 S:      Maintained
2581
2582 SBPCD CDROM DRIVER
2583 P:      Eberhard Moenkeberg
2584 M:      emoenke@gwdg.de
2585 L:      linux-kernel@vger.kernel.org
2586 S:      Maintained
2587
2588 SC1200 WDT DRIVER
2589 P:      Zwane Mwaikambo
2590 M:      zwane@arm.linux.org.uk
2591 S:      Maintained
2592
2593 SCHEDULER
2594 P:      Ingo Molnar
2595 M:      mingo@elte.hu
2596 P:      Robert Love    [the preemptible kernel bits]
2597 M:      rml@tech9.net
2598 L:      linux-kernel@vger.kernel.org
2599 S:      Maintained
2600
2601 SCSI CDROM DRIVER
2602 P:      Jens Axboe
2603 M:      axboe@kernel.dk
2604 L:      linux-scsi@vger.kernel.org
2605 W:      http://www.kernel.dk
2606 S:      Maintained
2607
2608 SCSI SG DRIVER
2609 P:      Doug Gilbert
2610 M:      dgilbert@interlog.com
2611 L:      linux-scsi@vger.kernel.org
2612 W:      http://www.torque.net/sg
2613 S:      Maintained
2614
2615 SCSI SUBSYSTEM
2616 P:      James E.J. Bottomley
2617 M:      James.Bottomley@SteelEye.com
2618 L:      linux-scsi@vger.kernel.org
2619 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2620 S:      Maintained
2621
2622 SCSI TAPE DRIVER
2623 P:      Kai Mäkisara
2624 M:      Kai.Makisara@kolumbus.fi
2625 L:      linux-scsi@vger.kernel.org
2626 S:      Maintained
2627
2628 SCTP PROTOCOL
2629 P: Sridhar Samudrala
2630 M: sri@us.ibm.com
2631 L: lksctp-developers@lists.sourceforge.net
2632 S: Supported
2633
2634 SCx200 CPU SUPPORT
2635 P:      Jim Cromie
2636 M:      jim.cromie@gmail.com
2637 S:      Odd Fixes
2638
2639 SCx200 GPIO DRIVER
2640 P:      Jim Cromie
2641 M:      jim.cromie@gmail.com
2642 S:      Maintained
2643
2644 SCx200 HRT CLOCKSOURCE DRIVER
2645 P:      Jim Cromie
2646 M:      jim.cromie@gmail.com
2647 S:      Maintained
2648
2649 SECURITY CONTACT
2650 P:      Security Officers
2651 M:      security@kernel.org
2652 S:      Supported
2653
2654 SELINUX SECURITY MODULE
2655 P:      Stephen Smalley
2656 M:      sds@tycho.nsa.gov
2657 P:      James Morris
2658 M:      jmorris@namei.org
2659 L:      linux-kernel@vger.kernel.org (kernel issues)
2660 L:      selinux@tycho.nsa.gov (general discussion)
2661 W:      http://www.nsa.gov/selinux
2662 S:      Supported
2663
2664 SERIAL ATA (SATA) SUBSYSTEM:
2665 P:      Jeff Garzik
2666 M:      jgarzik@pobox.com
2667 L:      linux-ide@vger.kernel.org
2668 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2669 S:      Supported
2670
2671 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2672 P:      Pat Gefre
2673 M:      pfg@sgi.com
2674 L:      linux-ia64@vger.kernel.org
2675 S:      Supported
2676
2677 SGI VISUAL WORKSTATION 320 AND 540
2678 P:      Andrey Panin
2679 M:      pazke@donpac.ru
2680 L:      linux-visws-devel@lists.sf.net
2681 W:      http://linux-visws.sf.net
2682 S:      Maintained for 2.6.
2683
2684 SIMTEC EB110ATX (Chalice CATS)
2685 P:      Ben Dooks
2686 P:      Vincent Sanders
2687 M:      support@simtec.co.uk
2688 W:      http://www.simtec.co.uk/products/EB110ATX/
2689 S:      Supported
2690
2691 SIMTEC EB2410ITX (BAST)
2692 P:      Ben Dooks
2693 P:      Vincent Sanders
2694 M:      support@simtec.co.uk
2695 W:      http://www.simtec.co.uk/products/EB2410ITX/
2696 S:      Supported
2697
2698 SIS 190 ETHERNET DRIVER
2699 P:      Francois Romieu
2700 M:      romieu@fr.zoreil.com
2701 L:      netdev@vger.kernel.org
2702 S:      Maintained
2703
2704 SIS 5513 IDE CONTROLLER DRIVER
2705 P:      Lionel Bouton
2706 M:      Lionel.Bouton@inet6.fr
2707 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2708 W:      http://gyver.homeip.net/sis5513/index.html
2709 S:      Maintained
2710
2711 SIS 900/7016 FAST ETHERNET DRIVER
2712 P:      Daniele Venzano
2713 M:      venza@brownhat.org
2714 W:      http://www.brownhat.org/sis900.html
2715 L:      netdev@vger.kernel.org
2716 S:      Maintained
2717
2718 SIS FRAMEBUFFER DRIVER
2719 P:      Thomas Winischhofer
2720 M:      thomas@winischhofer.net
2721 W:      http://www.winischhofer.net/linuxsisvga.shtml
2722 S:      Maintained      
2723
2724 SIS USB2VGA DRIVER
2725 P:      Thomas Winischhofer
2726 M:      thomas@winischhofer.net
2727 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2728 S:      Maintained
2729
2730 SMC91x ETHERNET DRIVER
2731 P:      Nicolas Pitre
2732 M:      nico@cam.org
2733 S:      Maintained
2734
2735 SOFTMAC LAYER (IEEE 802.11)
2736 P:      Johannes Berg
2737 M:      johannes@sipsolutions.net
2738 P:      Joe Jezak
2739 M:      josejx@gentoo.org
2740 P:      Daniel Drake
2741 M:      dsd@gentoo.org
2742 W:      http://softmac.sipsolutions.net/
2743 L:      netdev@vger.kernel.org
2744 S:      Maintained
2745
2746 SOFTWARE RAID (Multiple Disks) SUPPORT
2747 P:      Ingo Molnar
2748 M:      mingo@redhat.com
2749 P:      Neil Brown
2750 M:      neilb@cse.unsw.edu.au
2751 L:      linux-raid@vger.kernel.org
2752 S:      Maintained
2753
2754 SOFTWARE SUSPEND:
2755 P:      Pavel Machek
2756 M:      pavel@suse.cz
2757 L:      linux-pm@osdl.org
2758 S:      Maintained
2759
2760 SONIC NETWORK DRIVER
2761 P:      Thomas Bogendoerfer
2762 M:      tsbogend@alpha.franken.de
2763 L:      netdev@vger.kernel.org
2764 S:      Maintained
2765
2766 SONY VAIO CONTROL DEVICE DRIVER
2767 P:      Stelian Pop
2768 M:      stelian@popies.net
2769 W:      http://popies.net/sonypi/
2770 S:      Maintained
2771
2772 SOUND
2773 P:      Jaroslav Kysela
2774 M:      perex@suse.cz
2775 L:      alsa-devel@alsa-project.org
2776 S:      Maintained
2777
2778 SPI SUBSYSTEM
2779 P:      David Brownell
2780 M:      dbrownell@users.sourceforge.net
2781 L:      spi-devel-general@lists.sourceforge.net
2782 S:      Maintained
2783
2784 STABLE BRANCH:
2785 P:      Greg Kroah-Hartman
2786 M:      greg@kroah.com
2787 P:      Chris Wright
2788 M:      chrisw@sous-sol.org
2789 L:      stable@kernel.org
2790 S:      Maintained
2791
2792 TPM DEVICE DRIVER
2793 P:      Kylene Hall
2794 M:      kjhall@us.ibm.com
2795 W:      http://tpmdd.sourceforge.net
2796 L:      tpmdd-devel@lists.sourceforge.net
2797 S:      Maintained
2798
2799 Telecom Clock Driver for MCPL0010
2800 P: Mark Gross
2801 M: mark.gross@intel.com
2802 S: Supported
2803
2804 TENSILICA XTENSA PORT (xtensa):
2805 P:      Chris Zankel
2806 M:      chris@zankel.net
2807 S:      Maintained
2808
2809 UltraSPARC (sparc64):
2810 P:      David S. Miller
2811 M:      davem@davemloft.net
2812 L:      sparclinux@vger.kernel.org
2813 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2814 S:      Maintained
2815
2816 SHARP LH SUPPORT (LH7952X & LH7A40X)
2817 P:      Marc Singer
2818 M:      elf@buici.com
2819 W:      http://projects.buici.com/arm
2820 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2821 S:      Maintained
2822
2823 SHPC HOTPLUG DRIVER
2824 P:      Kristen Carlson Accardi
2825 M:      kristen.c.accardi@intel.com
2826 L:      pcihpd-discuss@lists.sourceforge.net
2827 S:      Maintained
2828
2829 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2830 P:      Pierre Ossman
2831 M:      drzeus-sdhci@drzeus.cx
2832 L:      sdhci-devel@list.drzeus.cx
2833 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2834 S:      Maintained
2835
2836 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2837 P:      Stephen Hemminger
2838 M:      shemminger@osdl.org
2839 L:      netdev@vger.kernel.org
2840 S:      Maintained
2841
2842 SOEKRIS NET48XX LED SUPPORT
2843 P:      Chris Boot
2844 M:      bootc@bootc.net
2845 S:      Maintained
2846
2847 SPARC (sparc32):
2848 P:      William L. Irwin
2849 M:      wli@holomorphy.com
2850 L:      sparclinux@vger.kernel.org
2851 S:      Maintained
2852
2853 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2854 P:      Roger Wolff
2855 M:      R.E.Wolff@BitWizard.nl
2856 L:      linux-kernel@vger.kernel.org ?
2857 S:      Supported
2858
2859 SPIDERNET NETWORK DRIVER for CELL
2860 P:      Jim Lewis
2861 M:      jim@jklewis.com
2862 L:      netdev@vger.kernel.org
2863 S:      Supported
2864
2865 SRM (Alpha) environment access
2866 P:      Jan-Benedict Glaw
2867 M:      jbglaw@lug-owl.de
2868 L:      linux-kernel@vger.kernel.org
2869 S:      Maintained
2870
2871 STARFIRE/DURALAN NETWORK DRIVER
2872 P:      Ion Badulescu
2873 M:      ionut@cs.columbia.edu
2874 S:      Maintained
2875
2876 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2877 W:      http://mosquitonet.Stanford.EDU/strip.html
2878 S:      Unsupported ?
2879
2880 STRADIS MPEG-2 DECODER DRIVER
2881 P:      Nathan Laredo
2882 M:      laredo@gnu.org
2883 W:      http://www.stradis.com/
2884 S:      Maintained
2885
2886 SUPERH (sh)
2887 P:      Paul Mundt
2888 M:      lethal@linux-sh.org
2889 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
2890 W:      http://www.linux-sh.org
2891 S:      Maintained
2892
2893 SUPERH64 (sh64)
2894 P:      Paul Mundt
2895 M:      lethal@linux-sh.org
2896 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2897 W:      http://www.linux-sh.org
2898 S:      Maintained
2899
2900 SUN3/3X
2901 P:      Sam Creasey
2902 M:      sammy@sammy.net
2903 L:      sun3-list@redhat.com
2904 W:      http://sammy.net/sun3/
2905 S:      Maintained
2906
2907 SVGA HANDLING
2908 P:      Martin Mares
2909 M:      mj@ucw.cz
2910 L:      linux-video@atrey.karlin.mff.cuni.cz
2911 S:      Maintained
2912
2913 SYSV FILESYSTEM
2914 P:      Christoph Hellwig
2915 M:      hch@infradead.org
2916 S:      Maintained
2917
2918 TC CLASSIFIER
2919 P:      Jamal Hadi Salim
2920 M:      hadi@cyberus.ca
2921 L:      netdev@vger.kernel.org
2922 S:      Maintained
2923
2924 TCP LOW PRIORITY MODULE
2925 P:      Wong Hoi Sing, Edison
2926 M:      hswong3i@gmail.com
2927 P:      Hung Hing Lun, Mike
2928 M:      hlhung3i@gmail.com
2929 W:      http://tcp-lp-mod.sourceforge.net/
2930 S:      Maintained
2931
2932 TI FLASH MEDIA INTERFACE DRIVER
2933 P:      Alex Dubov
2934 M:      oakad@yahoo.com
2935 S:      Maintained
2936
2937 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2938 P:      Deepak Saxena
2939 M:      dsaxena@plexity.net
2940 S:      Maintained
2941
2942 TASKSTATS STATISTICS INTERFACE
2943 P:      Shailabh Nagar
2944 M:      nagar@watson.ibm.com
2945 L:      linux-kernel@vger.kernel.org
2946 S:      Maintained
2947
2948 TI PARALLEL LINK CABLE DRIVER
2949 P:     Romain Lievin
2950 M:     roms@lpg.ticalc.org
2951 S:     Maintained
2952
2953 TIPC NETWORK LAYER
2954 P:      Per Liden
2955 M:      per.liden@ericsson.com
2956 P:      Jon Maloy
2957 M:      jon.maloy@ericsson.com
2958 P:      Allan Stephens
2959 M:      allan.stephens@windriver.com
2960 L:      tipc-discussion@lists.sourceforge.net
2961 W:      http://tipc.sourceforge.net/
2962 W:      http://tipc.cslab.ericsson.net/
2963 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2964 S:      Maintained
2965
2966 TLAN NETWORK DRIVER
2967 P:      Samuel Chessman
2968 M:      chessman@tux.org
2969 L:      tlan-devel@lists.sourceforge.net
2970 W:      http://sourceforge.net/projects/tlan/
2971 S:      Maintained
2972
2973 TOKEN-RING NETWORK DRIVER
2974 P:      Mike Phillips
2975 M:      mikep@linuxtr.net
2976 L:      netdev@vger.kernel.org
2977 L:      linux-tr@linuxtr.net
2978 W:      http://www.linuxtr.net
2979 S:      Maintained
2980
2981 TOSHIBA ACPI EXTRAS DRIVER
2982 P:      John Belmonte
2983 M:      toshiba_acpi@memebeam.org
2984 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2985 S:      Maintained
2986
2987 TOSHIBA SMM DRIVER
2988 P:      Jonathan Buzzard
2989 M:      jonathan@buzzard.org.uk
2990 L:      tlinux-users@tce.toshiba-dme.co.jp
2991 W:      http://www.buzzard.org.uk/toshiba/
2992 S:      Maintained
2993
2994 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2995 P:      Muli Ben-Yehuda
2996 M:      mulix@mulix.org
2997 L:      linux-kernel@vger.kernel.org
2998 S:      Maintained
2999
3000 TRIVIAL PATCHES
3001 P:      Adrian Bunk
3002 M:      trivial@kernel.org
3003 L:      linux-kernel@vger.kernel.org
3004 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
3005 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
3006 S:      Maintained
3007
3008 TMS380 TOKEN-RING NETWORK DRIVER
3009 P:      Adam Fritzler
3010 M:      mid@auk.cx
3011 L:      linux-tr@linuxtr.net
3012 W:      http://www.auk.cx/tms380tr/
3013 S:      Maintained
3014
3015 TULIP NETWORK DRIVER
3016 P:      Valerie Henson
3017 M:      val_henson@linux.intel.com
3018 L:      tulip-users@lists.sourceforge.net
3019 W:      http://sourceforge.net/projects/tulip/
3020 S:      Maintained
3021
3022 TUN/TAP driver
3023 P:      Maxim Krasnyansky
3024 M:      maxk@qualcomm.com
3025 L:      vtun@office.satix.net
3026 W:      http://vtun.sourceforge.net/tun
3027 S:      Maintained
3028
3029 U14-34F SCSI DRIVER
3030 P:      Dario Ballabio
3031 M:      ballabio_dario@emc.com
3032 L:      linux-scsi@vger.kernel.org
3033 S:      Maintained
3034
3035 UDF FILESYSTEM
3036 P:      Ben Fennema
3037 M:      bfennema@falcon.csc.calpoly.edu
3038 W:      http://linux-udf.sourceforge.net
3039 S:      Maintained
3040
3041 UNIFORM CDROM DRIVER
3042 P:      Jens Axboe
3043 M:      axboe@kernel.dk
3044 L:      linux-kernel@vger.kernel.org
3045 W:      http://www.kernel.dk
3046 S:      Maintained
3047
3048 USB ACM DRIVER
3049 P:      Oliver Neukum
3050 M:      oliver@neukum.name
3051 L:      linux-usb-users@lists.sourceforge.net
3052 L:      linux-usb-devel@lists.sourceforge.net
3053 S:      Maintained
3054
3055 USB BLOCK DRIVER (UB ub)
3056 P:      Pete Zaitcev
3057 M:      zaitcev@redhat.com
3058 L:      linux-kernel@vger.kernel.org
3059 L:      linux-usb-devel@lists.sourceforge.net
3060 S:      Supported
3061
3062 USB CDC ETHERNET DRIVER
3063 P:      Greg Kroah-Hartman
3064 M:      greg@kroah.com
3065 L:      linux-usb-users@lists.sourceforge.net
3066 L:      linux-usb-devel@lists.sourceforge.net
3067 S:      Maintained
3068 W:      http://www.kroah.com/linux-usb/
3069
3070 USB EHCI DRIVER
3071 P:      David Brownell
3072 M:      dbrownell@users.sourceforge.net
3073 L:      linux-usb-devel@lists.sourceforge.net
3074 S:      Maintained
3075
3076 USB ET61X[12]51 DRIVER
3077 P:      Luca Risolia
3078 M:      luca.risolia@studio.unibo.it
3079 L:      linux-usb-devel@lists.sourceforge.net
3080 L:      video4linux-list@redhat.com
3081 W:      http://www.linux-projects.org
3082 S:      Maintained
3083
3084 USB HID/HIDBP DRIVERS
3085 P:      Vojtech Pavlik
3086 M:      vojtech@suse.cz
3087 L:      linux-usb-users@lists.sourceforge.net
3088 L:      linux-usb-devel@lists.sourceforge.net
3089 S:      Maintained
3090
3091 USB HUB DRIVER
3092 P:      Johannes Erdfelt
3093 M:      johannes@erdfelt.com
3094 L:      linux-usb-users@lists.sourceforge.net
3095 L:      linux-usb-devel@lists.sourceforge.net
3096 S:      Maintained
3097
3098 USB ISP116X DRIVER
3099 P:      Olav Kongas
3100 M:      ok@artecdesign.ee
3101 L:      linux-usb-devel@lists.sourceforge.net
3102 S:      Maintained
3103
3104 USB KAWASAKI LSI DRIVER
3105 P:      Oliver Neukum
3106 M:      oliver@neukum.name
3107 L:      linux-usb-users@lists.sourceforge.net
3108 L:      linux-usb-devel@lists.sourceforge.net
3109 S:      Maintained
3110
3111 USB MASS STORAGE DRIVER
3112 P:      Matthew Dharm
3113 M:      mdharm-usb@one-eyed-alien.net
3114 L:      linux-usb-users@lists.sourceforge.net
3115 L:      usb-storage@lists.one-eyed-alien.net
3116 S:      Maintained
3117 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3118
3119 USB OHCI DRIVER
3120 P:      Roman Weissgaerber
3121 M:      weissg@vienna.at
3122 L:      linux-usb-users@lists.sourceforge.net
3123 L:      linux-usb-devel@lists.sourceforge.net
3124 S:      Maintained
3125
3126 USB OPTION-CARD DRIVER
3127 P:      Matthias Urlichs
3128 M:      smurf@smurf.noris.de
3129 L:      linux-usb-devel@lists.sourceforge.net
3130 S:      Maintained
3131
3132 USB OV511 DRIVER
3133 P:      Mark McClelland
3134 M:      mmcclell@bigfoot.com
3135 L:      linux-usb-users@lists.sourceforge.net
3136 L:      linux-usb-devel@lists.sourceforge.net
3137 W:      http://alpha.dyndns.org/ov511/
3138 S:      Maintained
3139
3140 USB PEGASUS DRIVER
3141 P:      Petko Manolov
3142 M:      petkan@users.sourceforge.net
3143 L:      linux-usb-users@lists.sourceforge.net
3144 L:      linux-usb-devel@lists.sourceforge.net
3145 W:      http://pegasus2.sourceforge.net/
3146 S:      Maintained
3147
3148 USB PRINTER DRIVER
3149 P:      Vojtech Pavlik
3150 M:      vojtech@suse.cz
3151 L:      linux-usb-users@lists.sourceforge.net
3152 L:      linux-usb-devel@lists.sourceforge.net
3153 S:      Maintained
3154
3155 USB RTL8150 DRIVER
3156 P:      Petko Manolov
3157 M:      petkan@users.sourceforge.net
3158 L:      linux-usb-users@lists.sourceforge.net
3159 L:      linux-usb-devel@lists.sourceforge.net
3160 W:      http://pegasus2.sourceforge.net/
3161 S:      Maintained
3162
3163 USB SE401 DRIVER
3164 P:      Jeroen Vreeken
3165 M:      pe1rxq@amsat.org
3166 L:      linux-usb-users@lists.sourceforge.net
3167 L:      linux-usb-devel@lists.sourceforge.net
3168 W:      http://www.chello.nl/~j.vreeken/se401/
3169 S:      Maintained
3170
3171 USB SERIAL CYBERJACK DRIVER
3172 P:      Matthias Bruestle and Harald Welte
3173 M:      support@reiner-sct.com
3174 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3175 S:      Maintained
3176
3177 USB SERIAL DIGI ACCELEPORT DRIVER
3178 P:      Peter Berger and Al Borchers
3179 M:      pberger@brimson.com
3180 M:      alborchers@steinerpoint.com
3181 L:      linux-usb-users@lists.sourceforge.net
3182 L:      linux-usb-devel@lists.sourceforge.net
3183 S:      Maintained
3184
3185 USB SERIAL DRIVER
3186 P:      Greg Kroah-Hartman
3187 M:      gregkh@suse.de
3188 L:      linux-usb-users@lists.sourceforge.net
3189 L:      linux-usb-devel@lists.sourceforge.net
3190 S:      Supported
3191
3192 USB SERIAL BELKIN F5U103 DRIVER
3193 P:      William Greathouse
3194 M:      wgreathouse@smva.com
3195 L:      linux-usb-users@lists.sourceforge.net
3196 L:      linux-usb-devel@lists.sourceforge.net
3197 S:      Maintained
3198
3199 USB SERIAL CYPRESS M8 DRIVER
3200 P:      Lonnie Mendez
3201 M:      dignome@gmail.com
3202 L:      linux-usb-users@lists.sourceforge.net
3203 L:      linux-usb-devel@lists.sourceforge.net
3204 S:      Maintained
3205 W:      http://geocities.com/i0xox0i
3206 W:      http://firstlight.net/cvs
3207
3208 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3209 L:      linux-usb-users@lists.sourceforge.net
3210 L:      linux-usb-devel@lists.sourceforge.net
3211 S:      Maintained
3212
3213 USB AUERSWALD DRIVER
3214 P:      Wolfgang Muees
3215 M:      wolfgang@iksw-muees.de
3216 L:      linux-usb-users@lists.sourceforge.net
3217 L:      linux-usb-devel@lists.sourceforge.net
3218 S:      Maintained
3219
3220 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3221 P:      Gary Brubaker
3222 M:      xavyer@ix.netcom.com
3223 L:      linux-usb-users@lists.sourceforge.net
3224 L:      linux-usb-devel@lists.sourceforge.net
3225 S:      Maintained
3226
3227 USB SERIAL KEYSPAN DRIVER
3228 P:      Greg Kroah-Hartman
3229 M:      greg@kroah.com
3230 L:      linux-usb-users@lists.sourceforge.net
3231 L:      linux-usb-devel@lists.sourceforge.net
3232 W:      http://www.kroah.com/linux/
3233 S:      Maintained
3234
3235 USB SERIAL WHITEHEAT DRIVER
3236 P:      Stuart MacDonald
3237 M:      stuartm@connecttech.com
3238 L:      linux-usb-users@lists.sourceforge.net
3239 L:      linux-usb-devel@lists.sourceforge.net
3240 W:      http://www.connecttech.com
3241 S:      Supported
3242
3243 USB SN9C10x DRIVER
3244 P:      Luca Risolia
3245 M:      luca.risolia@studio.unibo.it
3246 L:      linux-usb-devel@lists.sourceforge.net
3247 L:      video4linux-list@redhat.com
3248 W:      http://www.linux-projects.org
3249 S:      Maintained
3250
3251 USB SUBSYSTEM
3252 P:      Greg Kroah-Hartman
3253 M:      gregkh@suse.de
3254 L:      linux-usb-users@lists.sourceforge.net
3255 L:      linux-usb-devel@lists.sourceforge.net
3256 W:      http://www.linux-usb.org
3257 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3258 S:      Supported
3259
3260 USB UHCI DRIVER
3261 P:      Alan Stern
3262 M:      stern@rowland.harvard.edu
3263 L:      linux-usb-users@lists.sourceforge.net
3264 L:      linux-usb-devel@lists.sourceforge.net
3265 S:      Maintained
3266
3267 USB "USBNET" DRIVER
3268 P:      David Brownell
3269 M:      dbrownell@users.sourceforge.net
3270 L:      linux-usb-devel@lists.sourceforge.net
3271 S:      Maintained
3272
3273 USB W996[87]CF DRIVER
3274 P:      Luca Risolia
3275 M:      luca.risolia@studio.unibo.it
3276 L:      linux-usb-devel@lists.sourceforge.net
3277 L:      video4linux-list@redhat.com
3278 W:      http://www.linux-projects.org
3279 S:      Maintained
3280
3281 USB ZC0301 DRIVER
3282 P:      Luca Risolia
3283 M:      luca.risolia@studio.unibo.it
3284 L:      linux-usb-devel@lists.sourceforge.net
3285 L:      video4linux-list@redhat.com
3286 W:      http://www.linux-projects.org
3287 S:      Maintained
3288
3289 USB ZD1201 DRIVER
3290 P:      Jeroen Vreeken
3291 M:      pe1rxq@amsat.org
3292 L:      linux-usb-users@lists.sourceforge.net
3293 L:      linux-usb-devel@lists.sourceforge.net
3294 W:      http://linux-lc100020.sourceforge.net
3295 S:      Maintained
3296
3297 USER-MODE LINUX
3298 P:      Jeff Dike
3299 M:      jdike@karaya.com
3300 L:      user-mode-linux-devel@lists.sourceforge.net
3301 L:      user-mode-linux-user@lists.sourceforge.net
3302 W:      http://user-mode-linux.sourceforge.net
3303 S:      Maintained
3304         
3305 FAT/VFAT/MSDOS FILESYSTEM:
3306 P:      OGAWA Hirofumi
3307 M:      hirofumi@mail.parknet.co.jp
3308 L:      linux-kernel@vger.kernel.org
3309 S:      Maintained
3310
3311 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3312 P:      Jeff Garzik
3313 S:      Odd fixes
3314
3315 VIA RHINE NETWORK DRIVER
3316 P:      Roger Luethi
3317 M:      rl@hellgate.ch
3318 S:      Maintained
3319
3320 VIAPRO SMBUS DRIVER
3321 P:      Jean Delvare
3322 M:      khali@linux-fr.org
3323 L:      i2c@lm-sensors.org
3324 S:      Maintained
3325
3326 UCLINUX (AND M68KNOMMU)
3327 P:      Greg Ungerer
3328 M:      gerg@uclinux.org
3329 W:      http://www.uclinux.org/
3330 L:      uclinux-dev@uclinux.org  (subscribers-only)
3331 S:      Maintained
3332
3333 UCLINUX FOR NEC V850
3334 P:      Miles Bader
3335 M:      uclinux-v850@lsi.nec.co.jp
3336 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3337 W:      http://www.ee.nec.de/uclinux/
3338 S:      Supported
3339
3340 UCLINUX FOR RENESAS H8/300
3341 P:      Yoshinori Sato
3342 M:      ysato@users.sourceforge.jp
3343 W:      http://uclinux-h8.sourceforge.jp/
3344 S:      Supported
3345
3346 USB DIAMOND RIO500 DRIVER
3347 P:      Cesar Miquel
3348 M:      miquel@df.uba.ar
3349 L:      rio500-users@lists.sourceforge.net
3350 W:      http://rio500.sourceforge.net
3351 S:      Maintained
3352
3353 VIDEO FOR LINUX
3354 P:      Mauro Carvalho Chehab
3355 M:      mchehab@infradead.org
3356 M:      v4l-dvb-maintainer@linuxtv.org
3357 L:      video4linux-list@redhat.com
3358 W:      http://linuxtv.org
3359 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3360 S:      Maintained
3361
3362 VT1211 HARDWARE MONITOR DRIVER
3363 P:      Juerg Haefliger
3364 M:      juergh@gmail.com
3365 L:      lm-sensors@lm-sensors.org
3366 S:      Maintained
3367
3368 VT8231 HARDWARE MONITOR DRIVER
3369 P:      Roger Lucas
3370 M:      roger@planbit.co.uk
3371 L:      lm-sensors@lm-sensors.org
3372 S:      Maintained
3373
3374 W1 DALLAS'S 1-WIRE BUS
3375 P:      Evgeniy Polyakov
3376 M:      johnpol@2ka.mipt.ru
3377 S:      Maintained
3378
3379 W83791D HARDWARE MONITORING DRIVER
3380 P:      Charles Spirakis
3381 M:      bezaur@gmail.com
3382 L:      lm-sensors@lm-sensors.org
3383 S:      Maintained
3384
3385 W83L51xD SD/MMC CARD INTERFACE DRIVER
3386 P:      Pierre Ossman
3387 M:      drzeus-wbsd@drzeus.cx
3388 L:      wbsd-devel@list.drzeus.cx
3389 W:      http://projects.drzeus.cx/wbsd
3390 S:      Maintained
3391
3392 WATCHDOG DEVICE DRIVERS
3393 P:      Wim Van Sebroeck
3394 M:      wim@iguana.be
3395 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3396 S:      Maintained
3397
3398 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3399 P:      Jean Tourrilhes
3400 M:      jt@hpl.hp.com
3401 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3402 S:      Maintained
3403
3404 WD7000 SCSI DRIVER
3405 P:      Miroslav Zagorac
3406 M:      zaga@fly.cc.fer.hr
3407 L:      linux-scsi@vger.kernel.org
3408 S:      Maintained
3409
3410 WISTRON LAPTOP BUTTON DRIVER
3411 P:      Miloslav Trmac
3412 M:      mitr@volny.cz
3413 S:      Maintained
3414
3415 WL3501 WIRELESS PCMCIA CARD DRIVER
3416 P:      Arnaldo Carvalho de Melo
3417 M:      acme@conectiva.com.br
3418 W:      http://advogato.org/person/acme
3419 S:      Maintained
3420
3421 X.25 NETWORK LAYER
3422 P:      Henner Eisen
3423 M:      eis@baty.hanse.de
3424 L:      linux-x25@vger.kernel.org
3425 S:      Maintained
3426
3427 XFS FILESYSTEM
3428 P:      Silicon Graphics Inc
3429 P:      Tim Shimmin, David Chatterton
3430 M:      xfs-masters@oss.sgi.com
3431 L:      xfs@oss.sgi.com
3432 W:      http://oss.sgi.com/projects/xfs
3433 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3434 S:      Supported
3435
3436 X86 3-LEVEL PAGING (PAE) SUPPORT
3437 P:      Ingo Molnar
3438 M:      mingo@redhat.com
3439 S:      Maintained
3440
3441 X86-64 port
3442 P:      Andi Kleen
3443 M:      ak@suse.de
3444 L:      discuss@x86-64.org
3445 W:      http://www.x86-64.org
3446 S:      Maintained
3447
3448 YAM DRIVER FOR AX.25
3449 P:      Jean-Paul Roubelat
3450 M:      jpr@f6fbb.org
3451 L:      linux-hams@vger.kernel.org
3452 S:      Maintained
3453
3454 YEALINK PHONE DRIVER
3455 P:      Henk Vergonet
3456 M:      Henk.Vergonet@gmail.com
3457 L:      usbb2k-api-dev@nongnu.org
3458 S:      Maintained
3459
3460 Z8530 DRIVER FOR AX.25
3461 P:      Joerg Reuter
3462 M:      jreuter@yaina.de
3463 W:      http://yaina.de/jreuter/
3464 W:      http://www.qsl.net/dl1bke/
3465 L:      linux-hams@vger.kernel.org
3466 S:      Maintained
3467
3468 ZD1211RW WIRELESS DRIVER
3469 P:      Daniel Drake
3470 M:      dsd@gentoo.org
3471 P:      Ulrich Kunitz
3472 M:      kune@deine-taler.de
3473 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3474 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
3475 S:      Maintained
3476
3477 ZF MACHZ WATCHDOG
3478 P:      Fernando Fuganti
3479 M:      fuganti@netbank.com.br
3480 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3481 S:      Maintained
3482
3483 ZR36067 VIDEO FOR LINUX DRIVER
3484 P:      Ronald Bultje
3485 M:      rbultje@ronald.bitfreak.net
3486 L:      mjpeg-users@lists.sourceforge.net
3487 W:      http://mjpeg.sourceforge.net/driver-zoran/
3488 S:      Maintained
3489
3490 ZR36120 VIDEO FOR LINUX DRIVER
3491 P:      Pauline Middelink
3492 M:      middelin@polyware.nl
3493 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3494 W:      http://www.polyware.nl/~middelin/hobbies.html
3495 S:      Maintained
3496
3497 THE REST
3498 P:      Linus Torvalds
3499 S:      Buried alive in reporters