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