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