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