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