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