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