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