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