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