[PATCH] x86-64: Calgary IOMMU: Update Jon's contact info
[sfrench/cifs-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/gfs-2.6.git
909 S:      Supported
910
911 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
912 P:      Tobias Ringstrom
913 M:      tori@unhappy.mine.nu
914 L:      linux-kernel@vger.kernel.org
915 S:      Maintained
916
917 DOCBOOK FOR DOCUMENTATION
918 P:      Martin Waitz
919 M:      tali@admingilde.org
920 P:      Randy Dunlap
921 M:      rdunlap@xenotime.net
922 T:      git http://tali.admingilde.org/git/linux-docbook.git
923 S:      Maintained
924
925 DOCKING STATION DRIVER
926 P:      Kristen Carlson Accardi
927 M:      kristen.c.accardi@intel.com
928 L:      linux-acpi@vger.kernel.org
929 S:      Maintained
930
931 DOUBLETALK DRIVER
932 P:      James R. Van Zandt
933 M:      jrv@vanzandt.mv.com
934 L:      blinux-list@redhat.com
935 S:      Maintained
936
937 DRIVER CORE, KOBJECTS, AND SYSFS
938 P:      Greg Kroah-Hartman
939 M:      gregkh@suse.de
940 L:      linux-kernel@vger.kernel.org
941 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
942 S:      Supported
943
944 DRM DRIVERS
945 P:      David Airlie
946 M:      airlied@linux.ie
947 L:      dri-devel@lists.sourceforge.net
948 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
949 S:      Maintained
950
951 DSCC4 DRIVER
952 P:      François Romieu
953 M:      romieu@cogenit.fr
954 M:      romieu@ensta.fr
955 S:      Maintained
956
957 DVB SUBSYSTEM AND DRIVERS
958 P:      LinuxTV.org Project
959 M:      v4l-dvb-maintainer@linuxtv.org
960 L:      linux-dvb@linuxtv.org (subscription required)
961 W:      http://linuxtv.org/
962 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
963 S:      Maintained
964
965 EATA-DMA SCSI DRIVER
966 P:      Michael Neuffer
967 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
968 S:      Maintained
969
970 EATA ISA/EISA/PCI SCSI DRIVER
971 P:      Dario Ballabio
972 M:      ballabio_dario@emc.com
973 L:      linux-scsi@vger.kernel.org
974 S:      Maintained
975
976 EATA-PIO SCSI DRIVER
977 P:      Michael Neuffer
978 M:      mike@i-Connect.Net
979 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
980 S:      Maintained
981
982 EBTABLES
983 P:      Bart De Schuymer
984 M:      bart.de.schuymer@pandora.be
985 L:      ebtables-user@lists.sourceforge.net
986 L:      ebtables-devel@lists.sourceforge.net
987 W:      http://ebtables.sourceforge.net/
988 S:      Maintained
989
990 ECRYPT FILE SYSTEM
991 P:      Mike Halcrow, Phillip Hellewell
992 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
993 L:      ecryptfs-devel@lists.sourceforge.net
994 W:      http://ecryptfs.sourceforge.net/
995 S:      Supported
996
997 EDAC-CORE
998 P:      Doug Thompson
999 M:      norsk5@xmission.com
1000 L:      bluesmoke-devel@lists.sourceforge.net
1001 W:      bluesmoke.sourceforge.net
1002 S:      Supported
1003
1004 EDAC-E752X
1005 P:      Mark Gross
1006 M:      mark.gross@intel.com
1007 L:      bluesmoke-devel@lists.sourceforge.net
1008 W:      bluesmoke.sourceforge.net
1009 S:      Maintained
1010
1011 EDAC-E7XXX
1012 P:      Doug Thompson
1013 M:      norsk5@xmission.com
1014 L:      bluesmoke-devel@lists.sourceforge.net
1015 W:      bluesmoke.sourceforge.net
1016 S:      Maintained
1017
1018 EDAC-R82600
1019 P:      Tim Small
1020 M:      tim@buttersideup.com
1021 L:      bluesmoke-devel@lists.sourceforge.net
1022 W:      bluesmoke.sourceforge.net
1023 S:      Maintained
1024
1025 EEPRO100 NETWORK DRIVER
1026 P:      Andrey V. Savochkin
1027 M:      saw@saw.sw.com.sg
1028 S:      Maintained
1029
1030 EFS FILESYSTEM
1031 W:      http://aeschi.ch.eu.org/efs/
1032 S:      Orphan
1033
1034 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1035 P:      Hoang-Nam Nguyen
1036 M:      hnguyen@de.ibm.com
1037 P:      Christoph Raisch
1038 M:      raisch@de.ibm.com
1039 L:      openib-general@openib.org
1040 S:      Supported
1041
1042 EMU10K1 SOUND DRIVER
1043 P:      James Courtier-Dutton
1044 M:      James@superbug.demon.co.uk
1045 L:      emu10k1-devel@lists.sourceforge.net
1046 W:      http://sourceforge.net/projects/emu10k1/
1047 S:      Maintained
1048
1049 EMULEX LPFC FC SCSI DRIVER
1050 P:      James Smart
1051 M:      james.smart@emulex.com
1052 L:      linux-scsi@vger.kernel.org
1053 W:      http://sourceforge.net/projects/lpfcxxxx
1054 S:      Supported
1055
1056 EPSON 1355 FRAMEBUFFER DRIVER
1057 P:      Christopher Hoover
1058 M:      ch@murgatroid.com, ch@hpl.hp.com
1059 S:      Maintained
1060
1061 ETHEREXPRESS-16 NETWORK DRIVER
1062 P:      Philip Blundell
1063 M:      philb@gnu.org
1064 L:      netdev@vger.kernel.org
1065 S:      Maintained
1066
1067 ETHERNET BRIDGE
1068 P:      Stephen Hemminger
1069 M:      shemminger@osdl.org
1070 L:      bridge@osdl.org
1071 W:      http://bridge.sourceforge.net/
1072 S:      Maintained
1073
1074 ETHERTEAM 16I DRIVER
1075 P:      Mika Kuoppala
1076 M:      miku@iki.fi
1077 S:      Maintained
1078
1079 EXT2 FILE SYSTEM
1080 L:      ext2-devel@lists.sourceforge.net
1081 S:      Maintained
1082
1083 EXT3 FILE SYSTEM
1084 P:      Stephen Tweedie, Andrew Morton
1085 M:      sct@redhat.com, akpm@osdl.org, adilger@clusterfs.com
1086 L:      ext2-devel@lists.sourceforge.net
1087 S:      Maintained
1088
1089 F71805F HARDWARE MONITORING DRIVER
1090 P:      Jean Delvare
1091 M:      khali@linux-fr.org
1092 L:      lm-sensors@lm-sensors.org
1093 S:      Maintained
1094
1095 FARSYNC SYNCHRONOUS DRIVER
1096 P:      Kevin Curtis
1097 M:      kevin.curtis@farsite.co.uk
1098 W:      http://www.farsite.co.uk/
1099 S:      Supported
1100
1101 FRAMEBUFFER LAYER
1102 P:      Antonino Daplas
1103 M:      adaplas@pol.net
1104 L:      linux-fbdev-devel@lists.sourceforge.net 
1105 W:      http://linux-fbdev.sourceforge.net/
1106 S:      Maintained
1107
1108 FREESCALE SOC FS_ENET DRIVER
1109 P:      Pantelis Antoniou
1110 M:      pantelis.antoniou@gmail.com
1111 P:      Vitaly Bordug
1112 M:      vbordug@ru.mvista.com
1113 L:      linuxppc-embedded@ozlabs.org
1114 L:      netdev@vger.kernel.org
1115 S:      Maintained
1116
1117 FILE LOCKING (flock() and fcntl()/lockf())
1118 P:      Matthew Wilcox
1119 M:      matthew@wil.cx
1120 L:      linux-fsdevel@vger.kernel.org
1121 S:      Maintained
1122
1123 FILESYSTEMS (VFS and infrastructure)
1124 P:      Alexander Viro
1125 M:      viro@zeniv.linux.org.uk
1126 S:      Maintained
1127
1128 FIRMWARE LOADER (request_firmware)
1129 L:      linux-kernel@vger.kernel.org
1130 S:      Orphan
1131
1132 FPU EMULATOR
1133 P:      Bill Metzenthen
1134 M:      billm@suburbia.net
1135 W:      http://suburbia.net/~billm/floating-point/emulator/
1136 S:      Maintained
1137
1138 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1139 P:      Mike McLagan
1140 M:      mike.mclagan@linux.org
1141 L:      netdev@vger.kernel.org
1142 S:      Maintained
1143
1144 FREEVXFS FILESYSTEM
1145 P:      Christoph Hellwig
1146 M:      hch@infradead.org
1147 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1148 S:      Maintained
1149
1150 FUJITSU FR-V PORT
1151 P:      David Howells
1152 M:      dhowells@redhat.com
1153 S:      Maintained
1154
1155 FTAPE/QIC-117
1156 L:      linux-tape@vger.kernel.org
1157 W:      http://sourceforge.net/projects/ftape
1158 S:      Orphan
1159
1160 FUSE: FILESYSTEM IN USERSPACE
1161 P:      Miklos Szeredi
1162 M:      miklos@szeredi.hu
1163 L:      fuse-devel@lists.sourceforge.net
1164 W:      http://fuse.sourceforge.net/
1165 S:      Maintained
1166
1167 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1168 P:      Rik Faith
1169 M:      faith@cs.unc.edu
1170 L:      linux-scsi@vger.kernel.org
1171 S:      Odd fixes (e.g., new signatures)
1172
1173 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1174 P:      Achim Leubner
1175 M:      achim_leubner@adaptec.com
1176 L:      linux-scsi@vger.kernel.org
1177 W:      http://www.icp-vortex.com/
1178 S:      Supported
1179
1180 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1181 P:      Krzysztof Halasa
1182 M:      khc@pm.waw.pl
1183 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1184 S:      Maintained
1185
1186 GFS2 FILE SYSTEM
1187 P:      Steven Whitehouse
1188 M:      swhiteho@redhat.com
1189 L:      cluster-devel@redhat.com
1190 W:      http://sources.redhat.com/cluster/
1191 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs-2.6.git
1192 S:      Supported
1193
1194 GIGASET ISDN DRIVERS
1195 P:      Hansjoerg Lipp
1196 M:      hjlipp@web.de
1197 P:      Tilman Schmidt
1198 M:      tilman@imap.cc
1199 L:      gigaset307x-common@lists.sourceforge.net
1200 W:      http://gigaset307x.sourceforge.net/
1201 S:      Maintained
1202
1203 HARDWARE MONITORING
1204 P:      Jean Delvare
1205 M:      khali@linux-fr.org
1206 L:      lm-sensors@lm-sensors.org
1207 W:      http://www.lm-sensors.nu/
1208 S:      Maintained
1209
1210 HARDWARE RANDOM NUMBER GENERATOR CORE
1211 P:      Michael Buesch
1212 M:      mb@bu3sch.de
1213 S:      Maintained
1214
1215 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1216 P:      Robert Love
1217 M:      rlove@rlove.org
1218 M:      linux-kernel@vger.kernel.org
1219 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1220 S:      Maintained
1221
1222 HARMONY SOUND DRIVER
1223 P:      Kyle McMartin
1224 M:      kyle@parisc-linux.org
1225 W:      http://www.parisc-linux.org/~kyle/harmony/
1226 L:      parisc-linux@lists.parisc-linux.org
1227 S:      Maintained
1228
1229 HAYES ESP SERIAL DRIVER
1230 P:      Andrew J. Robinson
1231 M:      arobinso@nyx.net
1232 L:      linux-kernel@vger.kernel.org
1233 W:      http://www.nyx.net/~arobinso
1234 S:      Maintained
1235
1236 HFS FILESYSTEM
1237 P:      Roman Zippel
1238 M:      zippel@linux-m68k.org
1239 L:      linux-kernel@vger.kernel.org
1240 S:      Maintained
1241
1242 HGA FRAMEBUFFER DRIVER
1243 P:      Ferenc Bakonyi
1244 M:      fero@drama.obuda.kando.hu
1245 L:      linux-nvidia@lists.surfsouth.com
1246 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1247 S:      Maintained
1248
1249 HIGH-SPEED SCC DRIVER FOR AX.25
1250 P:      Klaus Kudielka
1251 M:      klaus.kudielka@ieee.org
1252 L:      linux-hams@vger.kernel.org
1253 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1254 S:      Maintained
1255
1256 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1257 P:      HighPoint Linux Team
1258 M:      linux@highpoint-tech.com
1259 W:      http://www.highpoint-tech.com
1260 S:      Supported
1261
1262 HIPPI
1263 P:      Jes Sorensen
1264 M:      jes@trained-monkey.org
1265 L:      linux-hippi@sunsite.dk
1266 S:      Maintained
1267
1268 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1269 P:      Chirag Kantharia
1270 M:      chirag.kantharia@hp.com
1271 L:      iss_storagedev@hp.com
1272 S:      Maintained
1273  
1274 HEWLETT-PACKARD SMART2 RAID DRIVER
1275 P:      Chirag Kantharia
1276 M:      chirag.kantharia@hp.com
1277 L:      iss_storagedev@hp.com
1278 S:      Maintained
1279  
1280 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1281 P:      Mike Miller
1282 M:      mike.miller@hp.com
1283 L:      iss_storagedev@hp.com
1284 S:      Supported
1285  
1286 HOST AP DRIVER
1287 P:      Jouni Malinen
1288 M:      jkmaline@cc.hut.fi
1289 L:      hostap@shmoo.com
1290 W:      http://hostap.epitest.fi/
1291 S:      Maintained
1292
1293 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1294 P:      Jaroslav Kysela
1295 M:      perex@suse.cz
1296 S:      Maintained
1297
1298 HPET:   High Precision Event Timers driver (hpet.c)
1299 P:      Clemens Ladisch
1300 M:      clemens@ladisch.de
1301 S:      Maintained
1302
1303 HPET:   i386
1304 P:      Venkatesh Pallipadi (Venki)
1305 M:      venkatesh.pallipadi@intel.com
1306 S:      Maintained
1307
1308 HPET:   x86_64
1309 P:      Andi Kleen and Vojtech Pavlik
1310 M:      ak@muc.de and vojtech@suse.cz
1311 S:      Maintained
1312
1313 HPET:   ACPI hpet.c
1314 P:      Bob Picco
1315 M:      bob.picco@hp.com
1316 S:      Maintained
1317
1318 HPFS FILESYSTEM
1319 P:      Mikulas Patocka
1320 M:      mikulas@artax.karlin.mff.cuni.cz
1321 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1322 S:      Maintained
1323
1324 HUGETLB FILESYSTEM
1325 P:      William Irwin
1326 M:      wli@holomorphy.com
1327 S:      Maintained
1328
1329 I2C SUBSYSTEM
1330 P:      Jean Delvare
1331 M:      khali@linux-fr.org
1332 L:      i2c@lm-sensors.org
1333 W:      http://www.lm-sensors.nu/
1334 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1335 S:      Maintained
1336
1337 I2O
1338 P:      Markus Lidel
1339 M:      markus.lidel@shadowconnect.com
1340 W:      http://i2o.shadowconnect.com/
1341 S:      Maintained
1342
1343 i386 BOOT CODE
1344 P:      Riley H. Williams
1345 M:      Riley@Williams.Name
1346 L:      Linux-Kernel@vger.kernel.org
1347 S:      Maintained
1348
1349 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1350 P:      Dave Jones
1351 M:      davej@codemonkey.org.uk
1352 P:      H. Peter Anvin
1353 M:      hpa@zytor.com
1354 S:      Maintained
1355
1356 i810 TCO TIMER WATCHDOG
1357 P:      Nils Faerber
1358 M:      nils@kernelconcepts.de
1359 W:      http://www.kernelconcepts.de/
1360 S:      Maintained
1361
1362 IA64 (Itanium) PLATFORM
1363 P:      Tony Luck
1364 M:      tony.luck@intel.com
1365 L:      linux-ia64@vger.kernel.org
1366 W:      http://www.ia64-linux.org/
1367 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1368 S:      Maintained
1369
1370 SN-IA64 (Itanium) SUB-PLATFORM
1371 P:      Jes Sorensen
1372 M:      jes@sgi.com
1373 L:      linux-altix@sgi.com
1374 L:      linux-ia64@vger.kernel.org
1375 W:      http://www.sgi.com/altix
1376 S:      Maintained
1377
1378 IBM MCA SCSI SUBSYSTEM DRIVER
1379 P:      Michael Lang
1380 M:      langa2@kph.uni-mainz.de
1381 W:      http://www.uni-mainz.de/~langm000/linux.html
1382 S:      Maintained
1383
1384 IBM Power Linux RAID adapter
1385 P:      Brian King
1386 M:      brking@us.ibm.com
1387 S:      Supported
1388
1389 IBM ServeRAID RAID DRIVER
1390 P:      Jack Hammer
1391 P:      Dave Jeffery
1392 M:      ipslinux@adaptec.com
1393 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1394 S:      Supported 
1395
1396 IDE DRIVER [GENERAL]
1397 P:      Bartlomiej Zolnierkiewicz
1398 M:      B.Zolnierkiewicz@elka.pw.edu.pl
1399 L:      linux-kernel@vger.kernel.org
1400 L:      linux-ide@vger.kernel.org
1401 T:      git kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git
1402 S:      Maintained
1403
1404 IDE/ATAPI CDROM DRIVER
1405 P:      Jens Axboe
1406 M:      axboe@kernel.dk
1407 L:      linux-kernel@vger.kernel.org
1408 W:      http://www.kernel.dk
1409 S:      Maintained
1410
1411 IDE/ATAPI FLOPPY DRIVERS
1412 P:      Paul Bristow
1413 M:      Paul Bristow <paul@paulbristow.net>
1414 W:      http://paulbristow.net/linux/idefloppy.html
1415 L:      linux-kernel@vger.kernel.org
1416 S:      Maintained
1417
1418 IDE/ATAPI TAPE DRIVERS
1419 P:      Gadi Oxman
1420 M:      Gadi Oxman <gadio@netvision.net.il>
1421 L:      linux-kernel@vger.kernel.org
1422 S:      Maintained
1423
1424 IEEE 1394 SUBSYSTEM
1425 P:      Ben Collins
1426 M:      bcollins@debian.org
1427 P:      Stefan Richter
1428 M:      stefanr@s5r6.in-berlin.de
1429 L:      linux1394-devel@lists.sourceforge.net
1430 W:      http://www.linux1394.org/
1431 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1432 S:      Maintained
1433
1434 IEEE 1394 IPV4 DRIVER (eth1394)
1435 P:      Stefan Richter
1436 M:      stefanr@s5r6.in-berlin.de
1437 L:      linux1394-devel@lists.sourceforge.net
1438 S:      Odd Fixes
1439
1440 IEEE 1394 PCILYNX DRIVER
1441 P:      Jody McIntyre
1442 M:      scjody@modernduck.com
1443 P:      Stefan Richter
1444 M:      stefanr@s5r6.in-berlin.de
1445 L:      linux1394-devel@lists.sourceforge.net
1446 S:      Odd Fixes
1447
1448 IEEE 1394 RAW I/O DRIVER
1449 P:      Ben Collins
1450 M:      bcollins@debian.org
1451 P:      Dan Dennedy
1452 M:      dan@dennedy.org
1453 L:      linux1394-devel@lists.sourceforge.net
1454 S:      Maintained
1455
1456 IMS TWINTURBO FRAMEBUFFER DRIVER
1457 P:      Paul Mundt
1458 M:      lethal@chaoticdreams.org
1459 L:      linux-fbdev-devel@lists.sourceforge.net
1460 S:      Maintained
1461
1462 INFINIBAND SUBSYSTEM
1463 P:      Roland Dreier
1464 M:      rolandd@cisco.com
1465 P:      Sean Hefty
1466 M:      mshefty@ichips.intel.com
1467 P:      Hal Rosenstock
1468 M:      halr@voltaire.com
1469 L:      openib-general@openib.org
1470 W:      http://www.openib.org/
1471 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1472 S:      Supported
1473
1474 INPUT (KEYBOARD, MOUSE, JOYSTICK) DRIVERS
1475 P:      Dmitry Torokhov
1476 M:      dmitry.torokhov@gmail.com
1477 M:      dtor@mail.ru
1478 L:      linux-input@atrey.karlin.mff.cuni.cz
1479 L:      linux-joystick@atrey.karlin.mff.cuni.cz
1480 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1481 S:      Maintained
1482
1483 INOTIFY
1484 P:      John McCutchan and Robert Love
1485 M:      ttb@tentacle.dhs.org and rml@novell.com
1486 L:      linux-kernel@vger.kernel.org
1487 S:      Maintained
1488
1489 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1490 P:      Sylvain Meyer
1491 M:      sylvain.meyer@worldonline.fr
1492 L:      linux-fbdev-devel@lists.sourceforge.net
1493 S:      Maintained
1494
1495 INTEL 810/815 FRAMEBUFFER DRIVER
1496 P:      Antonino Daplas
1497 M:      adaplas@pol.net
1498 L:      linux-fbdev-devel@lists.sourceforge.net
1499 S:      Maintained
1500
1501 INTEL APIC/IOAPIC, LOWLEVEL X86 SMP SUPPORT
1502 P:      Ingo Molnar
1503 M:      mingo@redhat.com
1504 S:      Maintained
1505
1506 INTEL I8XX RANDOM NUMBER GENERATOR SUPPORT
1507 P:      Jeff Garzik
1508 M:      jgarzik@pobox.com
1509 W:      http://sourceforge.net/projects/gkernel/
1510 S:      Maintained
1511
1512 INTEL IA32 MICROCODE UPDATE SUPPORT
1513 P:      Tigran Aivazian
1514 M:      tigran@veritas.com
1515 S:      Maintained
1516
1517 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
1518 P:      Deepak Saxena
1519 M:      dsaxena@plexity.net
1520 S:      Maintained
1521
1522 INTEL PRO/100 ETHERNET SUPPORT
1523 P:      John Ronciak
1524 M:      john.ronciak@intel.com
1525 P:      Jesse Brandeburg
1526 M:      jesse.brandeburg@intel.com
1527 P:      Jeff Kirsher
1528 M:      jeffrey.t.kirsher@intel.com
1529 P:      Auke Kok
1530 M:      auke-jan.h.kok@intel.com
1531 W:      http://sourceforge.net/projects/e1000/
1532 S:      Supported
1533
1534 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
1535 P:      Jeb Cramer
1536 M:      cramerj@intel.com
1537 P:      John Ronciak
1538 M:      john.ronciak@intel.com
1539 P:      Jesse Brandeburg
1540 M:      jesse.brandeburg@intel.com
1541 P:      Jeff Kirsher
1542 M:      jeffrey.t.kirsher@intel.com
1543 P:      Auke Kok
1544 M:      auke-jan.h.kok@intel.com
1545 W:      http://sourceforge.net/projects/e1000/
1546 S:      Supported
1547
1548 INTEL PRO/10GbE SUPPORT
1549 P:      Jeff Kirsher
1550 M:      jeffrey.t.kirsher@intel.com
1551 P:      Ayyappan Veeraiyan
1552 M:      ayyappan.veeraiyan@intel.com
1553 P:      John Ronciak
1554 M:      john.ronciak@intel.com
1555 P:      Jesse Brandeburg
1556 M:      jesse.brandeburg@intel.com
1557 P:      Auke Kok
1558 M:      auke-jan.h.kok@intel.com
1559 W:      http://sourceforge.net/projects/e1000/
1560 S:      Supported
1561
1562 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
1563 P:      Yi Zhu
1564 M:      yi.zhu@intel.com
1565 P:      James Ketrenos
1566 M:      jketreno@linux.intel.com
1567 L:      ipw2100-devel@lists.sourceforge.net
1568 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1569 W:      http://ipw2100.sourceforge.net
1570 S:      Supported
1571
1572 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
1573 P:      Yi Zhu
1574 M:      yi.zhu@intel.com
1575 P:      James Ketrenos
1576 M:      jketreno@linux.intel.com
1577 L:      ipw2100-devel@lists.sourceforge.net
1578 L:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
1579 W:      http://ipw2200.sourceforge.net
1580 S:      Supported
1581
1582 IOC3 DRIVER
1583 P:      Ralf Baechle
1584 M:      ralf@linux-mips.org
1585 L:      linux-mips@linux-mips.org
1586 S:      Maintained
1587
1588 IP MASQUERADING:
1589 P:      Juanjo Ciarlante
1590 M:      jjciarla@raiz.uncu.edu.ar
1591 S:      Maintained
1592
1593 IPATH DRIVER:
1594 P:      Bryan O'Sullivan
1595 M:      support@pathscale.com
1596 L:      openib-general@openib.org
1597 S:      Supported
1598
1599 IPMI SUBSYSTEM
1600 P:      Corey Minyard
1601 M:      minyard@acm.org
1602 L:      openipmi-developer@lists.sourceforge.net
1603 W:      http://openipmi.sourceforge.net/
1604 S:      Supported
1605
1606 IPX NETWORK LAYER
1607 P:      Arnaldo Carvalho de Melo
1608 M:      acme@conectiva.com.br
1609 L:      netdev@vger.kernel.org
1610 S:      Maintained
1611
1612 IRDA SUBSYSTEM
1613 P:      Samuel Ortiz
1614 M:      samuel@sortiz.org
1615 L:      irda-users@lists.sourceforge.net (subscribers-only)
1616 W:      http://irda.sourceforge.net/
1617 S:      Maintained
1618
1619 ISAPNP
1620 P:      Jaroslav Kysela
1621 M:      perex@suse.cz
1622 S:      Maintained
1623
1624 ISDN SUBSYSTEM
1625 P:      Karsten Keil
1626 M:      kkeil@suse.de
1627 P:      Kai Germaschewski
1628 M:      kai.germaschewski@gmx.de
1629 L:      isdn4linux@listserv.isdn4linux.de
1630 W:      http://www.isdn4linux.de
1631 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
1632 S:      Maintained
1633
1634 ISDN SUBSYSTEM (Eicon active card driver)
1635 P:      Armin Schindler
1636 M:      mac@melware.de
1637 L:      isdn4linux@listserv.isdn4linux.de
1638 W:      http://www.melware.de
1639 S:      Maintained
1640
1641 JOURNALLING FLASH FILE SYSTEM (JFFS)
1642 P:      Axis Communications AB
1643 M:      jffs-dev@axis.com
1644 L:      jffs-dev@axis.com
1645 W:      http://www.developer.axis.com/software/jffs/
1646 S:      Maintained
1647
1648 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
1649 P:      David Woodhouse
1650 M:      dwmw2@infradead.org
1651 L:      jffs-dev@axis.com
1652 W:      http://sources.redhat.com/jffs2/
1653 S:      Maintained
1654
1655 JFS FILESYSTEM
1656 P:      Dave Kleikamp
1657 M:      shaggy@austin.ibm.com
1658 L:      jfs-discussion@lists.sourceforge.net
1659 W:      http://jfs.sourceforge.net/
1660 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
1661 S:      Supported
1662
1663 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
1664 P:      Stephen Tweedie, Andrew Morton
1665 M:      sct@redhat.com, akpm@osdl.org
1666 L:      ext2-devel@lists.sourceforge.net
1667 S:      Maintained
1668
1669 KCONFIG
1670 P:      Roman Zippel
1671 M:      zippel@linux-m68k.org
1672 L:      kbuild-devel@lists.sourceforge.net
1673 S:      Maintained
1674
1675 KDUMP
1676 P:      Vivek Goyal
1677 M:      vgoyal@in.ibm.com
1678 P:      Haren Myneni
1679 M:      hbabu@us.ibm.com
1680 L:      fastboot@lists.osdl.org
1681 L:      linux-kernel@vger.kernel.org
1682 W:      http://lse.sourceforge.net/kdump/
1683 S:      Maintained
1684
1685 KERNEL AUTOMOUNTER (AUTOFS)
1686 P:      H. Peter Anvin
1687 M:      hpa@zytor.com
1688 L:      autofs@linux.kernel.org
1689 S:      Odd Fixes
1690
1691 KERNEL AUTOMOUNTER v4 (AUTOFS4)
1692 P:      Ian Kent
1693 M:      raven@themaw.net
1694 L:      autofs@linux.kernel.org
1695 S:      Maintained
1696
1697 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
1698 P:      Kai Germaschewski
1699 M:      kai@germaschewski.name
1700 P:      Sam Ravnborg
1701 M:      sam@ravnborg.org
1702 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
1703 S:      Maintained 
1704
1705 KERNEL JANITORS
1706 P:      Several
1707 L:      kernel-janitors@lists.osdl.org
1708 W:      http://www.kerneljanitors.org/
1709 S:      Maintained
1710
1711 KERNEL NFSD
1712 P:      Neil Brown
1713 M:      neilb@cse.unsw.edu.au
1714 L:      nfs@lists.sourceforge.net
1715 W:      http://nfs.sourceforge.net/
1716 W:      http://www.cse.unsw.edu.au/~neilb/patches/linux-devel/
1717 S:      Maintained
1718
1719 KEXEC
1720 P:      Eric Biederman
1721 M:      ebiederm@xmission.com
1722 W:      http://www.xmission.com/~ebiederm/files/kexec/
1723 L:      linux-kernel@vger.kernel.org
1724 L:      fastboot@osdl.org
1725 S:      Maintained
1726
1727 KPROBES
1728 P:      Prasanna S Panchamukhi
1729 M:      prasanna@in.ibm.com
1730 P:      Ananth N Mavinakayanahalli
1731 M:      ananth@in.ibm.com
1732 P:      Anil S Keshavamurthy
1733 M:      anil.s.keshavamurthy@intel.com
1734 P:      David S. Miller
1735 M:      davem@davemloft.net
1736 L:      linux-kernel@vger.kernel.org
1737 S:      Maintained
1738
1739 LAPB module
1740 L:      linux-x25@vger.kernel.org
1741 S:      Orphan
1742
1743 LASI 53c700 driver for PARISC
1744 P:      James E.J. Bottomley
1745 M:      James.Bottomley@HansenPartnership.com
1746 L:      linux-scsi@vger.kernel.org
1747 S:      Maintained
1748
1749 LED SUBSYSTEM
1750 P:      Richard Purdie
1751 M:      rpurdie@rpsys.net
1752 S:      Maintained
1753
1754 LEGO USB Tower driver
1755 P:      Juergen Stuber
1756 M:      starblue@users.sourceforge.net
1757 L:      legousb-devel@lists.sourceforge.net
1758 W:      http://legousb.sourceforge.net/
1759 S:      Maintained
1760
1761 LINUX FOR IBM pSERIES (RS/6000)
1762 P:      Paul Mackerras
1763 M:      paulus@au.ibm.com
1764 W:      http://www.ibm.com/linux/ltc/projects/ppc
1765 S:      Supported
1766
1767 LINUX FOR NCR VOYAGER
1768 P:      James Bottomley
1769 M:      James.Bottomley@HansenPartnership.com
1770 W:      http://www.hansenpartnership.com/voyager
1771 S:      Maintained
1772
1773 LINUX FOR POWERPC
1774 P:      Paul Mackerras
1775 M:      paulus@samba.org
1776 W:      http://www.penguinppc.org/
1777 L:      linuxppc-dev@ozlabs.org
1778 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
1779 S:      Supported
1780
1781 LINUX FOR POWER MACINTOSH
1782 P:      Benjamin Herrenschmidt
1783 M:      benh@kernel.crashing.org
1784 W:      http://www.penguinppc.org/
1785 L:      linuxppc-dev@ozlabs.org
1786 S:      Maintained
1787
1788 LINUX FOR POWERPC EMBEDDED MPC52XX
1789 P:      Sylvain Munaut
1790 M:      tnt@246tNt.com
1791 W:      http://www.246tNt.com/mpc52xx/
1792 W:      http://www.penguinppc.org/
1793 L:      linuxppc-dev@ozlabs.org
1794 L:      linuxppc-embedded@ozlabs.org
1795 S:      Maintained
1796
1797 LINUX FOR POWERPC EMBEDDED PPC4XX
1798 P:      Matt Porter
1799 M:      mporter@kernel.crashing.org
1800 W:      http://www.penguinppc.org/
1801 L:      linuxppc-embedded@ozlabs.org
1802 S:      Maintained
1803
1804 LINUX FOR POWERPC BOOT CODE
1805 P:      Tom Rini
1806 M:      trini@kernel.crashing.org
1807 W:      http://www.penguinppc.org/
1808 L:      linuxppc-embedded@ozlabs.org
1809 S:      Maintained
1810
1811 LINUX FOR POWERPC EMBEDDED PPC8XX
1812 P:      Marcelo Tosatti
1813 M:      marcelo@kvack.org
1814 W:      http://www.penguinppc.org/
1815 L:      linuxppc-embedded@ozlabs.org
1816 S:      Maintained
1817
1818 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
1819 P:     Kumar Gala
1820 M:     galak@kernel.crashing.org
1821 W:     http://www.penguinppc.org/
1822 L:     linuxppc-embedded@ozlabs.org
1823 S:     Maintained
1824
1825 LINUX FOR POWERPC PA SEMI PWRFICIENT
1826 P:      Olof Johansson
1827 M:      olof@lixom.net
1828 W:      http://www.pasemi.com/
1829 L:      linuxppc-dev@ozlabs.org
1830 S:      Supported
1831
1832 LLC (802.2)
1833 P:      Arnaldo Carvalho de Melo
1834 M:      acme@conectiva.com.br
1835 S:      Maintained
1836
1837 LINUX FOR 64BIT POWERPC
1838 P:      Paul Mackerras
1839 M:      paulus@samba.org
1840 M:      paulus@au.ibm.com
1841 P:      Anton Blanchard
1842 M:      anton@samba.org
1843 M:      anton@au.ibm.com
1844 W:      http://www.penguinppc.org/ppc64/
1845 L:      linuxppc-dev@ozlabs.org
1846 S:      Supported
1847
1848 LINUX SECURITY MODULE (LSM) FRAMEWORK
1849 P:      Chris Wright
1850 M:      chrisw@sous-sol.org
1851 L:      linux-security-module@vger.kernel.org
1852 W:      http://lsm.immunix.org
1853 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1854 S:      Supported
1855
1856 LM83 HARDWARE MONITOR DRIVER
1857 P:      Jean Delvare
1858 M:      khali@linux-fr.org
1859 L:      lm-sensors@lm-sensors.org
1860 S:      Maintained
1861
1862 LM90 HARDWARE MONITOR DRIVER
1863 P:      Jean Delvare
1864 M:      khali@linux-fr.org
1865 L:      lm-sensors@lm-sensors.org
1866 S:      Maintained
1867
1868 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP Dynamic Disks)
1869 P:      Richard Russon (FlatCap)
1870 M:      ldm@flatcap.org
1871 L:      ldm-devel@lists.sourceforge.net 
1872 W:      http://ldm.sourceforge.net
1873 S:      Maintained
1874
1875 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
1876 P:      Eric Moore
1877 M:      Eric.Moore@lsil.com
1878 M:      support@lsil.com
1879 L:      mpt_linux_developer@lsil.com
1880 L:      linux-scsi@vger.kernel.org
1881 W:      http://www.lsilogic.com/support
1882 S:      Supported
1883
1884 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
1885 P:      Matthew Wilcox
1886 M:      matthew@wil.cx
1887 L:      linux-scsi@vger.kernel.org
1888 S:      Maintained
1889
1890 M68K ARCHITECTURE
1891 P:      Geert Uytterhoeven
1892 M:      geert@linux-m68k.org
1893 P:      Roman Zippel
1894 M:      zippel@linux-m68k.org
1895 L:      linux-m68k@lists.linux-m68k.org
1896 W:      http://www.linux-m68k.org/
1897 W:      http://linux-m68k-cvs.ubb.ca/
1898 S:      Maintained
1899
1900 M68K ON APPLE MACINTOSH
1901 P:      Joshua Thompson
1902 M:      funaho@jurai.org
1903 W:      http://www.mac.linux-m68k.org/
1904 L:      linux-mac68k@mac.linux-m68k.org
1905 S:      Maintained
1906
1907 M68K ON HP9000/300
1908 P:      Philip Blundell
1909 M:      philb@gnu.org
1910 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
1911 S:      Maintained
1912
1913 MARVELL YUKON / SYSKONNECT DRIVER
1914 P:      Mirko Lindner
1915 M:      mlindner@syskonnect.de
1916 P:      Ralph Roesler
1917 M:      rroesler@syskonnect.de
1918 W:      http://www.syskonnect.com
1919 S:      Supported
1920
1921 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
1922 P: Michael Kerrisk
1923 M: mtk-manpages@gmx.net
1924 W: ftp://ftp.kernel.org/pub/linux/docs/manpages
1925 S: Maintained
1926
1927 MARVELL MV643XX ETHERNET DRIVER
1928 P:      Dale Farnsworth
1929 M:      dale@farnsworth.org
1930 P:      Manish Lachwani
1931 M:      mlachwani@mvista.com
1932 L:      netdev@vger.kernel.org
1933 S:      Odd Fixes for 2.4; Maintained for 2.6.
1934
1935 MATROX FRAMEBUFFER DRIVER
1936 P:      Petr Vandrovec
1937 M:      vandrove@vc.cvut.cz
1938 L:      linux-fbdev-devel@lists.sourceforge.net
1939 S:      Maintained
1940
1941 MEGARAID SCSI DRIVERS
1942 P:     Neela Syam Kolli
1943 M:     Neela.Kolli@engenio.com
1944 S:     linux-scsi@vger.kernel.org
1945 W:     http://megaraid.lsilogic.com
1946 S:     Maintained
1947
1948 MEMORY MANAGEMENT
1949 L:      linux-mm@kvack.org
1950 L:      linux-kernel@vger.kernel.org
1951 W:      http://www.linux-mm.org
1952 S:      Maintained
1953
1954 MEMORY TECHNOLOGY DEVICES (MTD)
1955 P:      David Woodhouse
1956 M:      dwmw2@infradead.org
1957 W:      http://www.linux-mtd.infradead.org/
1958 L:      linux-mtd@lists.infradead.org
1959 T:      git git://git.infradead.org/mtd-2.6.git
1960 S:      Maintained
1961
1962 MICROTEK X6 SCANNER
1963 P:      Oliver Neukum
1964 M:      oliver@neukum.name
1965 S:      Maintained
1966
1967 MIPS
1968 P:      Ralf Baechle
1969 M:      ralf@linux-mips.org
1970 W:      http://www.linux-mips.org/
1971 L:      linux-mips@linux-mips.org
1972 T:      git www.linux-mips.org:/pub/scm/linux.git
1973 S:      Supported
1974
1975 MISCELLANEOUS MCA-SUPPORT
1976 P:      James Bottomley
1977 M:      jejb@steeleye.com
1978 L:      linux-kernel@vger.kernel.org
1979 S:      Maintained
1980
1981 MODULE SUPPORT
1982 P:      Rusty Russell
1983 M:      rusty@rustcorp.com.au
1984 L:      linux-kernel@vger.kernel.org
1985 S:      Maintained
1986
1987 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1988 P:      Stelian Pop
1989 M:      stelian@popies.net
1990 W:      http://popies.net/meye/
1991 S:      Maintained
1992
1993 MOUSE AND MISC DEVICES [GENERAL]
1994 P:      Alessandro Rubini
1995 M:      rubini@ipvvis.unipv.it
1996 L:      linux-kernel@vger.kernel.org
1997 S:      Maintained
1998
1999 MTRR AND SIMILAR SUPPORT [i386]
2000 P:      Richard Gooch
2001 M:      rgooch@atnf.csiro.au
2002 L:      linux-kernel@vger.kernel.org
2003 W:      http://www.atnf.csiro.au/~rgooch/linux/kernel-patches.html
2004 S:      Maintained
2005
2006 MULTIMEDIA CARD (MMC) SUBSYSTEM
2007 S:      Orphan
2008
2009 MULTISOUND SOUND DRIVER
2010 P:      Andrew Veliath
2011 M:      andrewtv@usa.net
2012 S:      Maintained
2013
2014 NATSEMI ETHERNET DRIVER (DP8381x)
2015 P:      Tim Hockin
2016 M:      thockin@hockin.org
2017 S:      Maintained
2018
2019 NCP FILESYSTEM
2020 P:      Petr Vandrovec
2021 M:      vandrove@vc.cvut.cz
2022 L:      linware@sh.cvut.cz
2023 S:      Maintained
2024
2025 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2026 P:      James E.J. Bottomley
2027 M:      James.Bottomley@HansenPartnership.com
2028 L:      linux-scsi@vger.kernel.org
2029 S:      Maintained
2030
2031 NETEM NETWORK EMULATOR
2032 P:      Stephen Hemminger
2033 M:      shemminger@osdl.org
2034 L:      netem@osdl.org
2035 S:      Maintained
2036
2037 NETFILTER/IPTABLES/IPCHAINS
2038 P:      Rusty Russell
2039 P:      Marc Boucher
2040 P:      James Morris
2041 P:      Harald Welte
2042 P:      Jozsef Kadlecsik
2043 M:      coreteam@netfilter.org
2044 W:      http://www.netfilter.org/
2045 W:      http://www.iptables.org/
2046 L:      netfilter@lists.netfilter.org
2047 L:      netfilter-devel@lists.netfilter.org
2048 S:      Supported
2049
2050 NETLABEL
2051 P:      Paul Moore
2052 M:      paul.moore@hp.com
2053 W:      http://netlabel.sf.net
2054 L:      netdev@vger.kernel.org
2055 S:      Supported
2056
2057 NETROM NETWORK LAYER
2058 P:      Ralf Baechle
2059 M:      ralf@linux-mips.org
2060 L:      linux-hams@vger.kernel.org
2061 W:      http://www.linux-ax25.org/
2062 S:      Maintained
2063
2064 NETWORK BLOCK DEVICE (NBD)
2065 P:      Paul Clements
2066 M:      Paul.Clements@steeleye.com
2067 S:      Maintained
2068
2069 NETWORK DEVICE DRIVERS
2070 P:      Andrew Morton
2071 M:      akpm@osdl.org
2072 P:      Jeff Garzik
2073 M:      jgarzik@pobox.com
2074 L:      netdev@vger.kernel.org
2075 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2076 S:      Maintained
2077
2078 NETWORKING [GENERAL]
2079 P:      Networking Team
2080 M:      netdev@vger.kernel.org
2081 L:      netdev@vger.kernel.org
2082 W:      http://linux-net.osdl.org/
2083 S:      Maintained
2084
2085 NETWORKING [IPv4/IPv6]
2086 P:      David S. Miller
2087 M:      davem@davemloft.net
2088 P:      Alexey Kuznetsov
2089 M:      kuznet@ms2.inr.ac.ru
2090 P:      Pekka Savola (ipv6)
2091 M:      pekkas@netcore.fi
2092 P:      James Morris
2093 M:      jmorris@namei.org
2094 P:      Hideaki YOSHIFUJI
2095 M:      yoshfuji@linux-ipv6.org
2096 P:      Patrick McHardy
2097 M:      kaber@coreworks.de
2098 L:      netdev@vger.kernel.org
2099 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2100 S:      Maintained
2101
2102 NETWORKING [WIRELESS]
2103 P:      John W. Linville
2104 M:      linville@tuxdriver.com
2105 L:      netdev@vger.kernel.org
2106 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2107 S:      Maintained
2108
2109 IPVS
2110 P:      Wensong Zhang
2111 M:      wensong@linux-vs.org
2112 P:      Simon Horman
2113 M:      horms@verge.net.au
2114 P:      Julian Anastasov
2115 M:      ja@ssi.bg
2116 L:      netdev@vger.kernel.org
2117 S:      Maintained
2118
2119 NFS CLIENT
2120 P:      Trond Myklebust
2121 M:      trond.myklebust@fys.uio.no
2122 L:      linux-kernel@vger.kernel.org
2123 S:      Maintained
2124
2125 NI5010 NETWORK DRIVER
2126 P:      Jan-Pascal van Best
2127 M:      janpascal@vanbest.org
2128 P:      Andreas Mohr
2129 M:      andi@lisas.de
2130 L:      netdev@vger.kernel.org
2131 S:      Maintained
2132
2133 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2134 P:      YOKOTA Hiroshi
2135 M:      yokota@netlab.is.tsukuba.ac.jp
2136 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2137 S:      Maintained
2138
2139 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2140 P:      GOTO Masanori
2141 M:      gotom@debian.or.jp
2142 P:      YOKOTA Hiroshi
2143 M:      yokota@netlab.is.tsukuba.ac.jp
2144 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2145 S:      Maintained
2146
2147 NON-IDE/NON-SCSI CDROM DRIVERS [GENERAL] (come on, crew - mark your responsibility)
2148 P:      Eberhard Moenkeberg
2149 M:      emoenke@gwdg.de
2150 L:      linux-kernel@vger.kernel.org
2151 S:      Maintained
2152
2153 NTFS FILESYSTEM
2154 P:      Anton Altaparmakov
2155 M:      aia21@cantab.net
2156 L:      linux-ntfs-dev@lists.sourceforge.net
2157 L:      linux-kernel@vger.kernel.org
2158 W:      http://linux-ntfs.sf.net/
2159 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2160 S:      Maintained
2161
2162 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2163 P:      Antonino Daplas
2164 M:      adaplas@pol.net
2165 L:      linux-fbdev-devel@lists.sourceforge.net
2166 S:      Maintained
2167
2168 OPENCORES I2C BUS DRIVER
2169 P:      Peter Korsgaard
2170 M:      jacmet@sunsite.dk
2171 L:      i2c@lm-sensors.org
2172 S:      Maintained
2173
2174 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2175 P:      Mark Fasheh
2176 M:      mark.fasheh@oracle.com
2177 P:      Kurt Hackel
2178 M:      kurt.hackel@oracle.com
2179 L:      ocfs2-devel@oss.oracle.com
2180 W:      http://oss.oracle.com/projects/ocfs2/
2181 S:      Supported       
2182
2183 OLYMPIC NETWORK DRIVER
2184 P:      Peter De Shrijver
2185 M:      p2@ace.ulyssis.student.kuleuven.ac.be
2186 P:      Mike Phillips
2187 M:      mikep@linuxtr.net 
2188 L:      netdev@vger.kernel.org
2189 L:      linux-tr@linuxtr.net
2190 W:      http://www.linuxtr.net
2191 S:      Maintained
2192
2193 OMNIKEY CARDMAN 4000 DRIVER
2194 P:      Harald Welte
2195 M:      laforge@gnumonks.org
2196 S:      Maintained
2197
2198 OMNIKEY CARDMAN 4040 DRIVER
2199 P:      Harald Welte
2200 M:      laforge@gnumonks.org
2201 S:      Maintained
2202
2203 ONSTREAM SCSI TAPE DRIVER
2204 P:      Willem Riede
2205 M:      osst@riede.org
2206 L:      osst-users@lists.sourceforge.net
2207 L:      linux-scsi@vger.kernel.org
2208 S:      Maintained
2209
2210 OPL3-SA2, SA3, and SAx DRIVER
2211 P:      Zwane Mwaikambo
2212 M:      zwane@arm.linux.org.uk
2213 L:      linux-sound@vger.kernel.org
2214 S:      Maintained
2215
2216 OPROFILE
2217 P:      Philippe Elie
2218 M:      phil.el@wanadoo.fr
2219 L:      oprofile-list@lists.sf.net
2220 S:      Maintained
2221
2222 ORINOCO DRIVER
2223 P:      Pavel Roskin
2224 M:      proski@gnu.org
2225 P:      David Gibson
2226 M:      hermes@gibson.dropbear.id.au
2227 L:      orinoco-users@lists.sourceforge.net
2228 L:      orinoco-devel@lists.sourceforge.net
2229 W:      http://www.nongnu.org/orinoco/
2230 S:      Maintained
2231
2232 PARALLEL PORT SUPPORT
2233 P:      Phil Blundell
2234 M:      philb@gnu.org
2235 P:      Tim Waugh
2236 M:      tim@cyberelk.net
2237 P:      David Campbell
2238 P:      Andrea Arcangeli
2239 M:      andrea@suse.de
2240 L:      linux-parport@lists.infradead.org
2241 W:      http://people.redhat.com/twaugh/parport/
2242 S:      Maintained
2243
2244 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2245 P:      Tim Waugh
2246 M:      tim@cyberelk.net
2247 L:      linux-parport@lists.infradead.org
2248 W:      http://www.torque.net/linux-pp.html
2249 S:      Maintained
2250
2251 PARISC ARCHITECTURE
2252 P:      Matthew Wilcox
2253 M:      matthew@wil.cx
2254 P:      Grant Grundler
2255 M:      grundler@parisc-linux.org
2256 P:      Kyle McMartin
2257 M:      kyle@parisc-linux.org
2258 L:      parisc-linux@parisc-linux.org
2259 W:      http://www.parisc-linux.org/
2260 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2261 T:      cvs cvs.parisc-linux.org:/var/cvs/linux-2.6
2262 S:      Maintained
2263
2264 PCI ERROR RECOVERY
2265 P:      Linas Vepstas
2266 M:      linas@austin.ibm.com
2267 L:      linux-kernel@vger.kernel.org
2268 L:      linux-pci@atrey.karlin.mff.cuni.cz
2269 S:      Supported
2270
2271 PCI SOUND DRIVERS (ES1370, ES1371 and SONICVIBES)
2272 P:      Thomas Sailer
2273 M:      sailer@ife.ee.ethz.ch
2274 L:      linux-sound@vger.kernel.org
2275 W:      http://www.ife.ee.ethz.ch/~sailer/linux/pciaudio.html
2276 S:      Maintained
2277
2278 PCI SUBSYSTEM
2279 P:      Greg Kroah-Hartman
2280 M:      gregkh@suse.de
2281 L:      linux-kernel@vger.kernel.org
2282 L:      linux-pci@atrey.karlin.mff.cuni.cz
2283 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
2284 S:      Supported
2285
2286 PCI HOTPLUG CORE
2287 P:      Greg Kroah-Hartman
2288 M:      gregkh@suse.de
2289 S:      Supported
2290
2291 PCI HOTPLUG COMPAQ DRIVER
2292 P:      Greg Kroah-Hartman
2293 M:      greg@kroah.com
2294 S:      Maintained
2295
2296 PCIE HOTPLUG DRIVER
2297 P:      Kristen Carlson Accardi
2298 M:      kristen.c.accardi@intel.com
2299 L:      pcihpd-discuss@lists.sourceforge.net
2300 S:      Maintained
2301
2302 PCMCIA SUBSYSTEM
2303 P:      Linux PCMCIA Team
2304 L:      linux-pcmcia@lists.infradead.org
2305 L:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
2306 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
2307 S:      Maintained
2308
2309 PCNET32 NETWORK DRIVER
2310 P:      Thomas Bogendörfer
2311 M:      tsbogend@alpha.franken.de
2312 L:      netdev@vger.kernel.org
2313 S:      Maintained
2314
2315 PER-TASK DELAY ACCOUNTING
2316 P:      Shailabh Nagar
2317 M:      nagar@watson.ibm.com
2318 L:      linux-kernel@vger.kernel.org
2319 S:      Maintained
2320
2321 PERSONALITY HANDLING
2322 P:      Christoph Hellwig
2323 M:      hch@infradead.org
2324 L:      linux-abi-devel@lists.sourceforge.net
2325 S:      Maintained
2326
2327 PHRAM MTD DRIVER
2328 P:      Jörn Engel
2329 M:      joern@wh.fh-wedel.de
2330 L:      linux-mtd@lists.infradead.org
2331 S:      Maintained
2332
2333 PKTCDVD DRIVER
2334 P:      Peter Osterlund
2335 M:      petero2@telia.com
2336 L:      linux-kernel@vger.kernel.org
2337 S:      Maintained
2338
2339 POSIX CLOCKS and TIMERS
2340 P:      George Anzinger
2341 M:      george@mvista.com
2342 L:      linux-kernel@vger.kernel.org
2343 S:      Supported
2344
2345 POWERPC 4xx EMAC DRIVER
2346 P:      Eugene Surovegin
2347 M:      ebs@ebshome.net
2348 W:      http://kernel.ebshome.net/emac/
2349 L:      linuxppc-embedded@ozlabs.org
2350 L:      netdev@vger.kernel.org
2351 S:      Maintained
2352
2353 PNP SUPPORT
2354 P:      Adam Belay
2355 M:      ambx1@neo.rr.com
2356 S:      Maintained
2357
2358 PPP PROTOCOL DRIVERS AND COMPRESSORS
2359 P:      Paul Mackerras
2360 M:      paulus@samba.org
2361 L:      linux-ppp@vger.kernel.org
2362 S:      Maintained
2363
2364 PPP OVER ATM (RFC 2364)
2365 P:      Mitchell Blank Jr
2366 M:      mitch@sfgoth.com
2367 S:      Maintained
2368
2369 PPP OVER ETHERNET
2370 P:      Michal Ostrowski
2371 M:      mostrows@speakeasy.net
2372 S:      Maintained
2373
2374 PREEMPTIBLE KERNEL
2375 P:      Robert Love
2376 M:      rml@tech9.net
2377 L:      linux-kernel@vger.kernel.org
2378 L:      kpreempt-tech@lists.sourceforge.net
2379 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
2380 S:      Supported
2381
2382 PRISM54 WIRELESS DRIVER
2383 P:      Prism54 Development Team
2384 M:      prism54-private@prism54.org
2385 L:      netdev@vger.kernel.org
2386 W:      http://prism54.org
2387 S:      Maintained
2388
2389 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
2390 P:      Peter Denison
2391 M:      promise@pnd-pc.demon.co.uk
2392 W:      http://www.pnd-pc.demon.co.uk/promise/
2393 S:      Maintained
2394
2395 PVRUSB2 VIDEO4LINUX DRIVER
2396 P:      Mike Isely
2397 M:      isely@pobox.com
2398 L:      pvrusb2@isely.net
2399 L:      video4linux-list@redhat.com
2400 W:      http://www.isely.net/pvrusb2/
2401 S:      Maintained
2402
2403 PXA2xx SUPPORT
2404 P:      Nicolas Pitre
2405 M:      nico@cam.org
2406 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2407 S:      Maintained
2408
2409 QLOGIC QLA2XXX FC-SCSI DRIVER
2410 P:      Andrew Vasquez
2411 M:      linux-driver@qlogic.com
2412 L:      linux-scsi@vger.kernel.org
2413 S:      Supported
2414
2415 QLOGIC QLA3XXX NETWORK DRIVER
2416 P:      Ron Mercer
2417 M:      linux-driver@qlogic.com
2418 L:      netdev@vger.kernel.org
2419 S:      Supported
2420
2421 QNX4 FILESYSTEM
2422 P:      Anders Larsen
2423 M:      al@alarsen.net
2424 L:      linux-kernel@vger.kernel.org
2425 W:      http://www.alarsen.net/linux/qnx4fs/
2426 S:      Maintained
2427
2428 RADEON FRAMEBUFFER DISPLAY DRIVER
2429 P:      Benjamin Herrenschmidt
2430 M:      benh@kernel.crashing.org
2431 L:      linux-fbdev-devel@lists.sourceforge.net
2432 S:      Maintained
2433
2434 RAGE128 FRAMEBUFFER DISPLAY DRIVER
2435 P:      Paul Mackerras
2436 M:      paulus@samba.org
2437 L:      linux-fbdev-devel@lists.sourceforge.net
2438 S:      Maintained
2439
2440 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
2441 P:      Corey Thomas
2442 M:      corey@world.std.com
2443 L:      linux-kernel@vger.kernel.org
2444 S:      Maintained
2445
2446 RANDOM NUMBER DRIVER
2447 P:      Matt Mackall
2448 M:      mpm@selenic.com
2449 S:      Maintained
2450
2451 RAPIDIO SUBSYSTEM
2452 P:      Matt Porter
2453 M:      mporter@kernel.crashing.org
2454 L:      linux-kernel@vger.kernel.org
2455 S:      Maintained
2456
2457 READ-COPY UPDATE (RCU)
2458 P:      Dipankar Sarma
2459 M:      dipankar@in.ibm.com
2460 W:      http://www.rdrop.com/users/paulmck/rclock/
2461 L:      linux-kernel@vger.kernel.org
2462 S:      Supported
2463
2464 RCUTORTURE MODULE
2465 P:      Josh Triplett
2466 M:      josh@freedesktop.org
2467 L:      linux-kernel@vger.kernel.org
2468 S:      Maintained
2469
2470 REAL TIME CLOCK DRIVER
2471 P:      Paul Gortmaker
2472 M:      p_gortmaker@yahoo.com
2473 L:      linux-kernel@vger.kernel.org
2474 S:      Maintained
2475
2476 REAL TIME CLOCK (RTC) SUBSYSTEM
2477 P:      Alessandro Zummo
2478 M:      a.zummo@towertech.it
2479 L:      linux-kernel@vger.kernel.org
2480 S:      Maintained
2481
2482 REISERFS FILE SYSTEM
2483 P:      Hans Reiser
2484 M:      reiserfs-dev@namesys.com
2485 L:      reiserfs-list@namesys.com
2486 W:      http://www.namesys.com
2487 S:      Supported
2488
2489 ROCKETPORT DRIVER
2490 P:      Comtrol Corp.
2491 W:      http://www.comtrol.com
2492 S:      Maintained
2493
2494 ROSE NETWORK LAYER
2495 P:      Ralf Baechle
2496 M:      ralf@linux-mips.org
2497 L:      linux-hams@vger.kernel.org
2498 W:      http://www.linux-ax25.org/
2499 S:      Maintained
2500
2501 RISCOM8 DRIVER
2502 S:      Orphan
2503
2504 S3 SAVAGE FRAMEBUFFER DRIVER
2505 P:      Antonino Daplas
2506 M:      adaplas@pol.net
2507 L:      linux-fbdev-devel@lists.sourceforge.net
2508 S:      Maintained
2509
2510 S390
2511 P:      Martin Schwidefsky
2512 M:      schwidefsky@de.ibm.com
2513 P:      Heiko Carstens
2514 M:      heiko.carstens@de.ibm.com
2515 M:      linux390@de.ibm.com
2516 L:      linux-390@vm.marist.edu
2517 W:      http://www.ibm.com/developerworks/linux/linux390/
2518 S:      Supported
2519
2520 S390 NETWORK DRIVERS
2521 P:      Frank Pavlic
2522 M:      fpavlic@de.ibm.com
2523 M:      linux390@de.ibm.com
2524 L:      linux-390@vm.marist.edu
2525 W:      http://www.ibm.com/developerworks/linux/linux390/
2526 S:      Supported
2527
2528 S390 ZFCP DRIVER
2529 P:      Swen Schillig
2530 M:      swen@vnet.ibm.com
2531 M:      linux390@de.ibm.com
2532 L:      linux-390@vm.marist.edu
2533 W:      http://www.ibm.com/developerworks/linux/linux390/
2534 S:      Supported
2535
2536 SAA7146 VIDEO4LINUX-2 DRIVER
2537 P:      Michael Hunold
2538 M:      michael@mihu.de
2539 W:      http://www.mihu.de/linux/saa7146
2540 S:      Maintained
2541
2542 SBPCD CDROM DRIVER
2543 P:      Eberhard Moenkeberg
2544 M:      emoenke@gwdg.de
2545 L:      linux-kernel@vger.kernel.org
2546 S:      Maintained
2547
2548 SC1200 WDT DRIVER
2549 P:      Zwane Mwaikambo
2550 M:      zwane@arm.linux.org.uk
2551 S:      Maintained
2552
2553 SCHEDULER
2554 P:      Ingo Molnar
2555 M:      mingo@elte.hu
2556 P:      Robert Love    [the preemptible kernel bits]
2557 M:      rml@tech9.net
2558 L:      linux-kernel@vger.kernel.org
2559 S:      Maintained
2560
2561 SCSI CDROM DRIVER
2562 P:      Jens Axboe
2563 M:      axboe@kernel.dk
2564 L:      linux-scsi@vger.kernel.org
2565 W:      http://www.kernel.dk
2566 S:      Maintained
2567
2568 SCSI SG DRIVER
2569 P:      Doug Gilbert
2570 M:      dgilbert@interlog.com
2571 L:      linux-scsi@vger.kernel.org
2572 W:      http://www.torque.net/sg
2573 S:      Maintained
2574
2575 SCSI SUBSYSTEM
2576 P:      James E.J. Bottomley
2577 M:      James.Bottomley@SteelEye.com
2578 L:      linux-scsi@vger.kernel.org
2579 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
2580 S:      Maintained
2581
2582 SCSI TAPE DRIVER
2583 P:      Kai Mäkisara
2584 M:      Kai.Makisara@kolumbus.fi
2585 L:      linux-scsi@vger.kernel.org
2586 S:      Maintained
2587
2588 SCTP PROTOCOL
2589 P: Sridhar Samudrala
2590 M: sri@us.ibm.com
2591 L: lksctp-developers@lists.sourceforge.net
2592 S: Supported
2593
2594 SCx200 CPU SUPPORT
2595 P:      Christer Weinigel
2596 M:      christer@weinigel.se
2597 W:      http://www.weinigel.se
2598 S:      Supported
2599
2600 SECURITY CONTACT
2601 P:      Security Officers
2602 M:      security@kernel.org
2603 S:      Supported
2604
2605 SELINUX SECURITY MODULE
2606 P:      Stephen Smalley
2607 M:      sds@tycho.nsa.gov
2608 P:      James Morris
2609 M:      jmorris@namei.org
2610 L:      linux-kernel@vger.kernel.org (kernel issues)
2611 L:      selinux@tycho.nsa.gov (general discussion)
2612 W:      http://www.nsa.gov/selinux
2613 S:      Supported
2614
2615 SERIAL ATA (SATA) SUBSYSTEM:
2616 P:      Jeff Garzik
2617 M:      jgarzik@pobox.com
2618 L:      linux-ide@vger.kernel.org
2619 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
2620 S:      Supported
2621
2622 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
2623 P:      Pat Gefre
2624 M:      pfg@sgi.com
2625 L:      linux-ia64@vger.kernel.org
2626 S:      Supported
2627
2628 SGI VISUAL WORKSTATION 320 AND 540
2629 P:      Andrey Panin
2630 M:      pazke@donpac.ru
2631 L:      linux-visws-devel@lists.sf.net
2632 W:      http://linux-visws.sf.net
2633 S:      Maintained for 2.6.
2634
2635 SIMTEC EB110ATX (Chalice CATS)
2636 P:      Ben Dooks
2637 P:      Vincent Sanders
2638 M:      support@simtec.co.uk
2639 W:      http://www.simtec.co.uk/products/EB110ATX/
2640 S:      Supported
2641
2642 SIMTEC EB2410ITX (BAST)
2643 P:      Ben Dooks
2644 P:      Vincent Sanders
2645 M:      support@simtec.co.uk
2646 W:      http://www.simtec.co.uk/products/EB2410ITX/
2647 S:      Supported
2648
2649 SIS 190 ETHERNET DRIVER
2650 P:      Francois Romieu
2651 M:      romieu@fr.zoreil.com
2652 L:      netdev@vger.kernel.org
2653 S:      Maintained
2654
2655 SIS 5513 IDE CONTROLLER DRIVER
2656 P:      Lionel Bouton
2657 M:      Lionel.Bouton@inet6.fr
2658 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
2659 W:      http://gyver.homeip.net/sis5513/index.html
2660 S:      Maintained
2661
2662 SIS 900/7016 FAST ETHERNET DRIVER
2663 P:      Daniele Venzano
2664 M:      venza@brownhat.org
2665 W:      http://www.brownhat.org/sis900.html
2666 L:      netdev@vger.kernel.org
2667 S:      Maintained
2668
2669 SIS FRAMEBUFFER DRIVER
2670 P:      Thomas Winischhofer
2671 M:      thomas@winischhofer.net
2672 W:      http://www.winischhofer.net/linuxsisvga.shtml
2673 S:      Maintained      
2674
2675 SIS USB2VGA DRIVER
2676 P:      Thomas Winischhofer
2677 M:      thomas@winischhofer.net
2678 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
2679 S:      Maintained
2680
2681 SMC91x ETHERNET DRIVER
2682 P:      Nicolas Pitre
2683 M:      nico@cam.org
2684 S:      Maintained
2685
2686 SOFTMAC LAYER (IEEE 802.11)
2687 P:      Johannes Berg
2688 M:      johannes@sipsolutions.net
2689 P:      Joe Jezak
2690 M:      josejx@gentoo.org
2691 P:      Daniel Drake
2692 M:      dsd@gentoo.org
2693 W:      http://softmac.sipsolutions.net/
2694 L:      netdev@vger.kernel.org
2695 S:      Maintained
2696
2697 SOFTWARE RAID (Multiple Disks) SUPPORT
2698 P:      Ingo Molnar
2699 M:      mingo@redhat.com
2700 P:      Neil Brown
2701 M:      neilb@cse.unsw.edu.au
2702 L:      linux-raid@vger.kernel.org
2703 S:      Maintained
2704
2705 SOFTWARE SUSPEND:
2706 P:      Pavel Machek
2707 M:      pavel@suse.cz
2708 L:      linux-pm@osdl.org
2709 S:      Maintained
2710
2711 SONIC NETWORK DRIVER
2712 P:      Thomas Bogendoerfer
2713 M:      tsbogend@alpha.franken.de
2714 L:      netdev@vger.kernel.org
2715 S:      Maintained
2716
2717 SONY VAIO CONTROL DEVICE DRIVER
2718 P:      Stelian Pop
2719 M:      stelian@popies.net
2720 W:      http://popies.net/sonypi/
2721 S:      Maintained
2722
2723 SOUND
2724 P:      Jaroslav Kysela
2725 M:      perex@suse.cz
2726 L:      alsa-devel@alsa-project.org
2727 S:      Maintained
2728
2729 SPI SUBSYSTEM
2730 P:      David Brownell
2731 M:      dbrownell@users.sourceforge.net
2732 L:      spi-devel-general@lists.sourceforge.net
2733 S:      Maintained
2734
2735 STABLE BRANCH:
2736 P:      Greg Kroah-Hartman
2737 M:      greg@kroah.com
2738 P:      Chris Wright
2739 M:      chrisw@sous-sol.org
2740 L:      stable@kernel.org
2741 S:      Maintained
2742
2743 TPM DEVICE DRIVER
2744 P:      Kylene Hall
2745 M:      kjhall@us.ibm.com
2746 W:      http://tpmdd.sourceforge.net
2747 L:      tpmdd-devel@lists.sourceforge.net
2748 S:      Maintained
2749
2750 Telecom Clock Driver for MCPL0010
2751 P: Mark Gross
2752 M: mark.gross@intel.com
2753 S: Supported
2754
2755 TENSILICA XTENSA PORT (xtensa):
2756 P:      Chris Zankel
2757 M:      chris@zankel.net
2758 S:      Maintained
2759
2760 UltraSPARC (sparc64):
2761 P:      David S. Miller
2762 M:      davem@davemloft.net
2763 P:      Eddie C. Dost
2764 M:      ecd@brainaid.de
2765 P:      Jakub Jelinek
2766 M:      jj@sunsite.ms.mff.cuni.cz
2767 P:      Anton Blanchard
2768 M:      anton@samba.org
2769 L:      sparclinux@vger.kernel.org
2770 L:      ultralinux@vger.kernel.org
2771 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
2772 S:      Maintained
2773
2774 SHARP LH SUPPORT (LH7952X & LH7A40X)
2775 P:      Marc Singer
2776 M:      elf@buici.com
2777 W:      http://projects.buici.com/arm
2778 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2779 S:      Maintained
2780
2781 SHPC HOTPLUG DRIVER
2782 P:      Kristen Carlson Accardi
2783 M:      kristen.c.accardi@intel.com
2784 L:      pcihpd-discuss@lists.sourceforge.net
2785 S:      Maintained
2786
2787 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
2788 P:      Pierre Ossman
2789 M:      drzeus-sdhci@drzeus.cx
2790 L:      sdhci-devel@list.drzeus.cx
2791 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
2792 S:      Maintained
2793
2794 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
2795 P:      Stephen Hemminger
2796 M:      shemminger@osdl.org
2797 L:      netdev@vger.kernel.org
2798 S:      Maintained
2799
2800 SOEKRIS NET48XX LED SUPPORT
2801 P:      Chris Boot
2802 M:      bootc@bootc.net
2803 S:      Maintained
2804
2805 SPARC (sparc32):
2806 P:      William L. Irwin
2807 M:      wli@holomorphy.com
2808 L:      sparclinux@vger.kernel.org
2809 S:      Maintained
2810
2811 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
2812 P:      Roger Wolff
2813 M:      R.E.Wolff@BitWizard.nl
2814 L:      linux-kernel@vger.kernel.org ?
2815 S:      Supported
2816
2817 SPIDERNET NETWORK DRIVER for CELL
2818 P:      Jim Lewis
2819 M:      jim@jklewis.com
2820 L:      netdev@vger.kernel.org
2821 S:      Supported
2822
2823 SRM (Alpha) environment access
2824 P:      Jan-Benedict Glaw
2825 M:      jbglaw@lug-owl.de
2826 L:      linux-kernel@vger.kernel.org
2827 S:      Maintained
2828
2829 STARFIRE/DURALAN NETWORK DRIVER
2830 P:      Ion Badulescu
2831 M:      ionut@cs.columbia.edu
2832 S:      Maintained
2833
2834 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
2835 W:      http://mosquitonet.Stanford.EDU/strip.html
2836 S:      Unsupported ?
2837
2838 STRADIS MPEG-2 DECODER DRIVER
2839 P:      Nathan Laredo
2840 M:      laredo@gnu.org
2841 W:      http://www.stradis.com/
2842 S:      Maintained
2843
2844 SUPERH (sh)
2845 P:      Paul Mundt
2846 M:      lethal@linux-sh.org
2847 L:      linuxsh-dev@lists.sourceforge.net (subscribers-only)
2848 W:      http://www.linux-sh.org
2849 S:      Maintained
2850
2851 SUPERH64 (sh64)
2852 P:      Paul Mundt
2853 M:      lethal@linux-sh.org
2854 L:      linuxsh-shmedia-dev@lists.sourceforge.net
2855 W:      http://www.linux-sh.org
2856 S:      Maintained
2857
2858 SUN3/3X
2859 P:      Sam Creasey
2860 M:      sammy@sammy.net
2861 L:      sun3-list@redhat.com
2862 W:      http://sammy.net/sun3/
2863 S:      Maintained
2864
2865 SVGA HANDLING
2866 P:      Martin Mares
2867 M:      mj@ucw.cz
2868 L:      linux-video@atrey.karlin.mff.cuni.cz
2869 S:      Maintained
2870
2871 SYSV FILESYSTEM
2872 P:      Christoph Hellwig
2873 M:      hch@infradead.org
2874 S:      Maintained
2875
2876 TC CLASSIFIER
2877 P:      Jamal Hadi Salim
2878 M:      hadi@cyberus.ca
2879 L:      netdev@vger.kernel.org
2880 S:      Maintained
2881
2882 TCP LOW PRIORITY MODULE
2883 P:      Wong Hoi Sing, Edison
2884 M:      hswong3i@gmail.com
2885 P:      Hung Hing Lun, Mike
2886 M:      hlhung3i@gmail.com
2887 W:      http://tcp-lp-mod.sourceforge.net/
2888 S:      Maintained
2889
2890 TI FLASH MEDIA INTERFACE DRIVER
2891 P:      Alex Dubov
2892 M:      oakad@yahoo.com
2893 S:      Maintained
2894
2895 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
2896 P:      Deepak Saxena
2897 M:      dsaxena@plexity.net
2898 S:      Maintained
2899
2900 TASKSTATS STATISTICS INTERFACE
2901 P:      Shailabh Nagar
2902 M:      nagar@watson.ibm.com
2903 L:      linux-kernel@vger.kernel.org
2904 S:      Maintained
2905
2906 TI PARALLEL LINK CABLE DRIVER
2907 P:     Romain Lievin
2908 M:     roms@lpg.ticalc.org
2909 S:     Maintained
2910
2911 TIPC NETWORK LAYER
2912 P:      Per Liden
2913 M:      per.liden@ericsson.com
2914 P:      Jon Maloy
2915 M:      jon.maloy@ericsson.com
2916 P:      Allan Stephens
2917 M:      allan.stephens@windriver.com
2918 L:      tipc-discussion@lists.sourceforge.net
2919 W:      http://tipc.sourceforge.net/
2920 W:      http://tipc.cslab.ericsson.net/
2921 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
2922 S:      Maintained
2923
2924 TLAN NETWORK DRIVER
2925 P:      Samuel Chessman
2926 M:      chessman@tux.org
2927 L:      tlan-devel@lists.sourceforge.net
2928 W:      http://sourceforge.net/projects/tlan/
2929 S:      Maintained
2930
2931 TOKEN-RING NETWORK DRIVER
2932 P:      Mike Phillips
2933 M:      mikep@linuxtr.net
2934 L:      netdev@vger.kernel.org
2935 L:      linux-tr@linuxtr.net
2936 W:      http://www.linuxtr.net
2937 S:      Maintained
2938
2939 TOSHIBA ACPI EXTRAS DRIVER
2940 P:      John Belmonte
2941 M:      toshiba_acpi@memebeam.org
2942 W:      http://memebeam.org/toys/ToshibaAcpiDriver
2943 S:      Maintained
2944
2945 TOSHIBA SMM DRIVER
2946 P:      Jonathan Buzzard
2947 M:      jonathan@buzzard.org.uk
2948 L:      tlinux-users@tce.toshiba-dme.co.jp
2949 W:      http://www.buzzard.org.uk/toshiba/
2950 S:      Maintained
2951
2952 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
2953 P:      Muli Ben-Yehuda
2954 M:      mulix@mulix.org
2955 L:      linux-kernel@vger.kernel.org
2956 S:      Maintained
2957
2958 TRIVIAL PATCHES
2959 P:      Adrian Bunk
2960 M:      trivial@kernel.org
2961 L:      linux-kernel@vger.kernel.org
2962 W:      http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/
2963 T:      git kernel.org:/pub/scm/linux/kernel/git/bunk/trivial.git
2964 S:      Maintained
2965
2966 TMS380 TOKEN-RING NETWORK DRIVER
2967 P:      Adam Fritzler
2968 M:      mid@auk.cx
2969 L:      linux-tr@linuxtr.net
2970 W:      http://www.auk.cx/tms380tr/
2971 S:      Maintained
2972
2973 TULIP NETWORK DRIVER
2974 P:      Valerie Henson
2975 M:      val_henson@linux.intel.com
2976 L:      tulip-users@lists.sourceforge.net
2977 W:      http://sourceforge.net/projects/tulip/
2978 S:      Maintained
2979
2980 TUN/TAP driver
2981 P:      Maxim Krasnyansky
2982 M:      maxk@qualcomm.com
2983 L:      vtun@office.satix.net
2984 W:      http://vtun.sourceforge.net/tun
2985 S:      Maintained
2986
2987 U14-34F SCSI DRIVER
2988 P:      Dario Ballabio
2989 M:      ballabio_dario@emc.com
2990 L:      linux-scsi@vger.kernel.org
2991 S:      Maintained
2992
2993 UDF FILESYSTEM
2994 P:      Ben Fennema
2995 M:      bfennema@falcon.csc.calpoly.edu
2996 W:      http://linux-udf.sourceforge.net
2997 S:      Maintained
2998
2999 UNIFORM CDROM DRIVER
3000 P:      Jens Axboe
3001 M:      axboe@kernel.dk
3002 L:      linux-kernel@vger.kernel.org
3003 W:      http://www.kernel.dk
3004 S:      Maintained
3005
3006 USB ACM DRIVER
3007 P:      Oliver Neukum
3008 M:      oliver@neukum.name
3009 L:      linux-usb-users@lists.sourceforge.net
3010 L:      linux-usb-devel@lists.sourceforge.net
3011 S:      Maintained
3012
3013 USB BLOCK DRIVER (UB ub)
3014 P:      Pete Zaitcev
3015 M:      zaitcev@redhat.com
3016 L:      linux-kernel@vger.kernel.org
3017 L:      linux-usb-devel@lists.sourceforge.net
3018 S:      Supported
3019
3020 USB CDC ETHERNET DRIVER
3021 P:      Greg Kroah-Hartman
3022 M:      greg@kroah.com
3023 L:      linux-usb-users@lists.sourceforge.net
3024 L:      linux-usb-devel@lists.sourceforge.net
3025 S:      Maintained
3026 W:      http://www.kroah.com/linux-usb/
3027
3028 USB EHCI DRIVER
3029 P:      David Brownell
3030 M:      dbrownell@users.sourceforge.net
3031 L:      linux-usb-devel@lists.sourceforge.net
3032 S:      Maintained
3033
3034 USB ET61X[12]51 DRIVER
3035 P:      Luca Risolia
3036 M:      luca.risolia@studio.unibo.it
3037 L:      linux-usb-devel@lists.sourceforge.net
3038 L:      video4linux-list@redhat.com
3039 W:      http://www.linux-projects.org
3040 S:      Maintained
3041
3042 USB HID/HIDBP DRIVERS
3043 P:      Vojtech Pavlik
3044 M:      vojtech@suse.cz
3045 L:      linux-usb-users@lists.sourceforge.net
3046 L:      linux-usb-devel@lists.sourceforge.net
3047 S:      Maintained
3048
3049 USB HUB DRIVER
3050 P:      Johannes Erdfelt
3051 M:      johannes@erdfelt.com
3052 L:      linux-usb-users@lists.sourceforge.net
3053 L:      linux-usb-devel@lists.sourceforge.net
3054 S:      Maintained
3055
3056 USB ISP116X DRIVER
3057 P:      Olav Kongas
3058 M:      ok@artecdesign.ee
3059 L:      linux-usb-devel@lists.sourceforge.net
3060 S:      Maintained
3061
3062 USB KAWASAKI LSI DRIVER
3063 P:      Oliver Neukum
3064 M:      oliver@neukum.name
3065 L:      linux-usb-users@lists.sourceforge.net
3066 L:      linux-usb-devel@lists.sourceforge.net
3067 S:      Maintained
3068
3069 USB MASS STORAGE DRIVER
3070 P:      Matthew Dharm
3071 M:      mdharm-usb@one-eyed-alien.net
3072 L:      linux-usb-users@lists.sourceforge.net
3073 L:      usb-storage@lists.one-eyed-alien.net
3074 S:      Maintained
3075 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3076
3077 USB OHCI DRIVER
3078 P:      Roman Weissgaerber
3079 M:      weissg@vienna.at
3080 L:      linux-usb-users@lists.sourceforge.net
3081 L:      linux-usb-devel@lists.sourceforge.net
3082 S:      Maintained
3083
3084 USB OPTION-CARD DRIVER
3085 P:      Matthias Urlichs
3086 M:      smurf@smurf.noris.de
3087 L:      linux-usb-devel@lists.sourceforge.net
3088 S:      Maintained
3089
3090 USB OV511 DRIVER
3091 P:      Mark McClelland
3092 M:      mmcclell@bigfoot.com
3093 L:      linux-usb-users@lists.sourceforge.net
3094 L:      linux-usb-devel@lists.sourceforge.net
3095 W:      http://alpha.dyndns.org/ov511/
3096 S:      Maintained
3097
3098 USB PEGASUS DRIVER
3099 P:      Petko Manolov
3100 M:      petkan@users.sourceforge.net
3101 L:      linux-usb-users@lists.sourceforge.net
3102 L:      linux-usb-devel@lists.sourceforge.net
3103 W:      http://pegasus2.sourceforge.net/
3104 S:      Maintained
3105
3106 USB PRINTER DRIVER
3107 P:      Vojtech Pavlik
3108 M:      vojtech@suse.cz
3109 L:      linux-usb-users@lists.sourceforge.net
3110 L:      linux-usb-devel@lists.sourceforge.net
3111 S:      Maintained
3112
3113 USB RTL8150 DRIVER
3114 P:      Petko Manolov
3115 M:      petkan@users.sourceforge.net
3116 L:      linux-usb-users@lists.sourceforge.net
3117 L:      linux-usb-devel@lists.sourceforge.net
3118 W:      http://pegasus2.sourceforge.net/
3119 S:      Maintained
3120
3121 USB SE401 DRIVER
3122 P:      Jeroen Vreeken
3123 M:      pe1rxq@amsat.org
3124 L:      linux-usb-users@lists.sourceforge.net
3125 L:      linux-usb-devel@lists.sourceforge.net
3126 W:      http://www.chello.nl/~j.vreeken/se401/
3127 S:      Maintained
3128
3129 USB SERIAL CYBERJACK DRIVER
3130 P:      Matthias Bruestle and Harald Welte
3131 M:      support@reiner-sct.com
3132 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
3133 S:      Maintained
3134
3135 USB SERIAL DIGI ACCELEPORT DRIVER
3136 P:      Peter Berger and Al Borchers
3137 M:      pberger@brimson.com
3138 M:      alborchers@steinerpoint.com
3139 L:      linux-usb-users@lists.sourceforge.net
3140 L:      linux-usb-devel@lists.sourceforge.net
3141 S:      Maintained
3142
3143 USB SERIAL DRIVER
3144 P:      Greg Kroah-Hartman
3145 M:      gregkh@suse.de
3146 L:      linux-usb-users@lists.sourceforge.net
3147 L:      linux-usb-devel@lists.sourceforge.net
3148 S:      Supported
3149
3150 USB SERIAL BELKIN F5U103 DRIVER
3151 P:      William Greathouse
3152 M:      wgreathouse@smva.com
3153 L:      linux-usb-users@lists.sourceforge.net
3154 L:      linux-usb-devel@lists.sourceforge.net
3155 S:      Maintained
3156
3157 USB SERIAL CYPRESS M8 DRIVER
3158 P:      Lonnie Mendez
3159 M:      dignome@gmail.com
3160 L:      linux-usb-users@lists.sourceforge.net
3161 L:      linux-usb-devel@lists.sourceforge.net
3162 S:      Maintained
3163 W:      http://geocities.com/i0xox0i
3164 W:      http://firstlight.net/cvs
3165
3166 USB SERIAL CYBERJACK PINPAD/E-COM DRIVER
3167 L:      linux-usb-users@lists.sourceforge.net
3168 L:      linux-usb-devel@lists.sourceforge.net
3169 S:      Maintained
3170
3171 USB AUERSWALD DRIVER
3172 P:      Wolfgang Muees
3173 M:      wolfgang@iksw-muees.de
3174 L:      linux-usb-users@lists.sourceforge.net
3175 L:      linux-usb-devel@lists.sourceforge.net
3176 S:      Maintained
3177
3178 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
3179 P:      Gary Brubaker
3180 M:      xavyer@ix.netcom.com
3181 L:      linux-usb-users@lists.sourceforge.net
3182 L:      linux-usb-devel@lists.sourceforge.net
3183 S:      Maintained
3184
3185 USB SERIAL KEYSPAN DRIVER
3186 P:      Greg Kroah-Hartman
3187 M:      greg@kroah.com
3188 L:      linux-usb-users@lists.sourceforge.net
3189 L:      linux-usb-devel@lists.sourceforge.net
3190 W:      http://www.kroah.com/linux/
3191 S:      Maintained
3192
3193 USB SERIAL WHITEHEAT DRIVER
3194 P:      Stuart MacDonald
3195 M:      stuartm@connecttech.com
3196 L:      linux-usb-users@lists.sourceforge.net
3197 L:      linux-usb-devel@lists.sourceforge.net
3198 W:      http://www.connecttech.com
3199 S:      Supported
3200
3201 USB SN9C10x DRIVER
3202 P:      Luca Risolia
3203 M:      luca.risolia@studio.unibo.it
3204 L:      linux-usb-devel@lists.sourceforge.net
3205 L:      video4linux-list@redhat.com
3206 W:      http://www.linux-projects.org
3207 S:      Maintained
3208
3209 USB SUBSYSTEM
3210 P:      Greg Kroah-Hartman
3211 M:      gregkh@suse.de
3212 L:      linux-usb-users@lists.sourceforge.net
3213 L:      linux-usb-devel@lists.sourceforge.net
3214 W:      http://www.linux-usb.org
3215 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3216 S:      Supported
3217
3218 USB UHCI DRIVER
3219 P:      Alan Stern
3220 M:      stern@rowland.harvard.edu
3221 L:      linux-usb-users@lists.sourceforge.net
3222 L:      linux-usb-devel@lists.sourceforge.net
3223 S:      Maintained
3224
3225 USB "USBNET" DRIVER
3226 P:      David Brownell
3227 M:      dbrownell@users.sourceforge.net
3228 L:      linux-usb-devel@lists.sourceforge.net
3229 S:      Maintained
3230
3231 USB W996[87]CF DRIVER
3232 P:      Luca Risolia
3233 M:      luca.risolia@studio.unibo.it
3234 L:      linux-usb-devel@lists.sourceforge.net
3235 L:      video4linux-list@redhat.com
3236 W:      http://www.linux-projects.org
3237 S:      Maintained
3238
3239 USB ZC0301 DRIVER
3240 P:      Luca Risolia
3241 M:      luca.risolia@studio.unibo.it
3242 L:      linux-usb-devel@lists.sourceforge.net
3243 L:      video4linux-list@redhat.com
3244 W:      http://www.linux-projects.org
3245 S:      Maintained
3246
3247 USB ZD1201 DRIVER
3248 P:      Jeroen Vreeken
3249 M:      pe1rxq@amsat.org
3250 L:      linux-usb-users@lists.sourceforge.net
3251 L:      linux-usb-devel@lists.sourceforge.net
3252 W:      http://linux-lc100020.sourceforge.net
3253 S:      Maintained
3254
3255 USER-MODE LINUX
3256 P:      Jeff Dike
3257 M:      jdike@karaya.com
3258 L:      user-mode-linux-devel@lists.sourceforge.net
3259 L:      user-mode-linux-user@lists.sourceforge.net
3260 W:      http://user-mode-linux.sourceforge.net
3261 S:      Maintained
3262         
3263 FAT/VFAT/MSDOS FILESYSTEM:
3264 P:      OGAWA Hirofumi
3265 M:      hirofumi@mail.parknet.co.jp
3266 L:      linux-kernel@vger.kernel.org
3267 S:      Maintained
3268
3269 VIA 82Cxxx AUDIO DRIVER (old OSS driver)
3270 P:      Jeff Garzik
3271 S:      Odd fixes
3272
3273 VIA RHINE NETWORK DRIVER
3274 P:      Roger Luethi
3275 M:      rl@hellgate.ch
3276 S:      Maintained
3277
3278 VIAPRO SMBUS DRIVER
3279 P:      Jean Delvare
3280 M:      khali@linux-fr.org
3281 L:      i2c@lm-sensors.org
3282 S:      Maintained
3283
3284 UCLINUX (AND M68KNOMMU)
3285 P:      Greg Ungerer
3286 M:      gerg@uclinux.org
3287 W:      http://www.uclinux.org/
3288 L:      uclinux-dev@uclinux.org  (subscribers-only)
3289 S:      Maintained
3290
3291 UCLINUX FOR NEC V850
3292 P:      Miles Bader
3293 M:      uclinux-v850@lsi.nec.co.jp
3294 W:      http://www.ic.nec.co.jp/micro/uclinux/eng/
3295 W:      http://www.ee.nec.de/uclinux/
3296 S:      Supported
3297
3298 UCLINUX FOR RENESAS H8/300
3299 P:      Yoshinori Sato
3300 M:      ysato@users.sourceforge.jp
3301 W:      http://uclinux-h8.sourceforge.jp/
3302 S:      Supported
3303
3304 USB DIAMOND RIO500 DRIVER
3305 P:      Cesar Miquel
3306 M:      miquel@df.uba.ar
3307 L:      rio500-users@lists.sourceforge.net
3308 W:      http://rio500.sourceforge.net
3309 S:      Maintained
3310
3311 VIDEO FOR LINUX
3312 P:      Mauro Carvalho Chehab
3313 M:      mchehab@infradead.org
3314 M:      v4l-dvb-maintainer@linuxtv.org
3315 L:      video4linux-list@redhat.com
3316 W:      http://linuxtv.org
3317 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
3318 S:      Maintained
3319
3320 VT1211 HARDWARE MONITOR DRIVER
3321 P:      Juerg Haefliger
3322 M:      juergh@gmail.com
3323 L:      lm-sensors@lm-sensors.org
3324 S:      Maintained
3325
3326 VT8231 HARDWARE MONITOR DRIVER
3327 P:      Roger Lucas
3328 M:      roger@planbit.co.uk
3329 L:      lm-sensors@lm-sensors.org
3330 S:      Maintained
3331
3332 W1 DALLAS'S 1-WIRE BUS
3333 P:      Evgeniy Polyakov
3334 M:      johnpol@2ka.mipt.ru
3335 S:      Maintained
3336
3337 W83791D HARDWARE MONITORING DRIVER
3338 P:      Charles Spirakis
3339 M:      bezaur@gmail.com
3340 L:      lm-sensors@lm-sensors.org
3341 S:      Maintained
3342
3343 W83L51xD SD/MMC CARD INTERFACE DRIVER
3344 P:      Pierre Ossman
3345 M:      drzeus-wbsd@drzeus.cx
3346 L:      wbsd-devel@list.drzeus.cx
3347 W:      http://projects.drzeus.cx/wbsd
3348 S:      Maintained
3349
3350 WATCHDOG DEVICE DRIVERS
3351 P:      Wim Van Sebroeck
3352 M:      wim@iguana.be
3353 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3354 S:      Maintained
3355
3356 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
3357 P:      Jean Tourrilhes
3358 M:      jt@hpl.hp.com
3359 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
3360 S:      Maintained
3361
3362 WD7000 SCSI DRIVER
3363 P:      Miroslav Zagorac
3364 M:      zaga@fly.cc.fer.hr
3365 L:      linux-scsi@vger.kernel.org
3366 S:      Maintained
3367
3368 WISTRON LAPTOP BUTTON DRIVER
3369 P:      Miloslav Trmac
3370 M:      mitr@volny.cz
3371 S:      Maintained
3372
3373 WL3501 WIRELESS PCMCIA CARD DRIVER
3374 P:      Arnaldo Carvalho de Melo
3375 M:      acme@conectiva.com.br
3376 W:      http://advogato.org/person/acme
3377 S:      Maintained
3378
3379 X.25 NETWORK LAYER
3380 P:      Henner Eisen
3381 M:      eis@baty.hanse.de
3382 L:      linux-x25@vger.kernel.org
3383 S:      Maintained
3384
3385 XFS FILESYSTEM
3386 P:      Silicon Graphics Inc
3387 P:      Tim Shimmin, David Chatterton
3388 M:      xfs-masters@oss.sgi.com
3389 L:      xfs@oss.sgi.com
3390 W:      http://oss.sgi.com/projects/xfs
3391 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6
3392 S:      Supported
3393
3394 X86 3-LEVEL PAGING (PAE) SUPPORT
3395 P:      Ingo Molnar
3396 M:      mingo@redhat.com
3397 S:      Maintained
3398
3399 X86-64 port
3400 P:      Andi Kleen
3401 M:      ak@suse.de
3402 L:      discuss@x86-64.org
3403 W:      http://www.x86-64.org
3404 S:      Maintained
3405
3406 YAM DRIVER FOR AX.25
3407 P:      Jean-Paul Roubelat
3408 M:      jpr@f6fbb.org
3409 L:      linux-hams@vger.kernel.org
3410 S:      Maintained
3411
3412 YEALINK PHONE DRIVER
3413 P:      Henk Vergonet
3414 M:      Henk.Vergonet@gmail.com
3415 L:      usbb2k-api-dev@nongnu.org
3416 S:      Maintained
3417
3418 Z8530 DRIVER FOR AX.25
3419 P:      Joerg Reuter
3420 M:      jreuter@yaina.de
3421 W:      http://yaina.de/jreuter/
3422 W:      http://www.qsl.net/dl1bke/
3423 L:      linux-hams@vger.kernel.org
3424 S:      Maintained
3425
3426 ZD1211RW WIRELESS DRIVER
3427 P:      Daniel Drake
3428 M:      dsd@gentoo.org
3429 P:      Ulrich Kunitz
3430 M:      kune@deine-taler.de
3431 W:      http://zd1211.ath.cx/wiki/DriverRewrite
3432 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
3433 S:      Maintained
3434
3435 ZF MACHZ WATCHDOG
3436 P:      Fernando Fuganti
3437 M:      fuganti@netbank.com.br
3438 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
3439 S:      Maintained
3440
3441 ZR36067 VIDEO FOR LINUX DRIVER
3442 P:      Ronald Bultje
3443 M:      rbultje@ronald.bitfreak.net
3444 L:      mjpeg-users@lists.sourceforge.net
3445 W:      http://mjpeg.sourceforge.net/driver-zoran/
3446 S:      Maintained
3447
3448 ZR36120 VIDEO FOR LINUX DRIVER
3449 P:      Pauline Middelink
3450 M:      middelin@polyware.nl
3451 W:      http://www.polyware.nl/~middelin/En/hobbies.html
3452 W:      http://www.polyware.nl/~middelin/hobbies.html
3453 S:      Maintained
3454
3455 THE REST
3456 P:      Linus Torvalds
3457 S:      Buried alive in reporters