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