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