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