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