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