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