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