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