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