Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
[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 DZ DECSTATION DZ11 SERIAL DRIVER
1375 P:      Maciej W. Rozycki
1376 M:      macro@linux-mips.org
1377 S:      Maintained
1378
1379 EATA-DMA SCSI DRIVER
1380 P:      Michael Neuffer
1381 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1382 S:      Maintained
1383
1384 EATA ISA/EISA/PCI SCSI DRIVER
1385 P:      Dario Ballabio
1386 M:      ballabio_dario@emc.com
1387 L:      linux-scsi@vger.kernel.org
1388 S:      Maintained
1389
1390 EATA-PIO SCSI DRIVER
1391 P:      Michael Neuffer
1392 M:      mike@i-Connect.Net
1393 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1394 S:      Maintained
1395
1396 EBTABLES
1397 P:      Bart De Schuymer
1398 M:      bart.de.schuymer@pandora.be
1399 L:      ebtables-user@lists.sourceforge.net
1400 L:      ebtables-devel@lists.sourceforge.net
1401 W:      http://ebtables.sourceforge.net/
1402 S:      Maintained
1403
1404 ECRYPT FILE SYSTEM
1405 P:      Mike Halcrow, Phillip Hellewell
1406 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1407 L:      ecryptfs-devel@lists.sourceforge.net
1408 W:      http://ecryptfs.sourceforge.net/
1409 S:      Supported
1410
1411 EDAC-CORE
1412 P:      Doug Thompson
1413 M:      dougthompson@xmission.com
1414 L:      bluesmoke-devel@lists.sourceforge.net
1415 W:      bluesmoke.sourceforge.net
1416 S:      Supported
1417
1418 EDAC-E752X
1419 P:      Mark Gross
1420 P:      Doug Thompson
1421 M:      mark.gross@intel.com
1422 M:      dougthompson@xmission.com
1423 L:      bluesmoke-devel@lists.sourceforge.net
1424 W:      bluesmoke.sourceforge.net
1425 S:      Maintained
1426
1427 EDAC-E7XXX
1428 P:      Doug Thompson
1429 M:      dougthompson@xmission.com
1430 L:      bluesmoke-devel@lists.sourceforge.net
1431 W:      bluesmoke.sourceforge.net
1432 S:      Maintained
1433
1434 EDAC-I82443BXGX
1435 P:      Tim Small
1436 M:      tim@buttersideup.com
1437 L:      bluesmoke-devel@lists.sourceforge.net
1438 W:      bluesmoke.sourceforge.net
1439 S:      Maintained
1440
1441 EDAC-I3000
1442 P:      Jason Uhlenkott
1443 M:      juhlenko@akamai.com
1444 L:      bluesmoke-devel@lists.sourceforge.net
1445 W:      bluesmoke.sourceforge.net
1446 S:      Maintained
1447
1448 EDAC-I5000
1449 P:      Doug Thompson
1450 M:      dougthompson@xmission.com
1451 L:      bluesmoke-devel@lists.sourceforge.net
1452 W:      bluesmoke.sourceforge.net
1453 S:      Maintained
1454
1455 EDAC-I82975X
1456 P:      Ranganathan Desikan
1457 P:      Arvind R.
1458 M:      rdesikan@jetzbroadband.com
1459 M:      arvind@acarlab.com
1460 L:      bluesmoke-devel@lists.sourceforge.net
1461 W:      bluesmoke.sourceforge.net
1462 S:      Maintained
1463
1464 EDAC-PASEMI
1465 P:      Egor Martovetsky
1466 M:      egor@pasemi.com
1467 L:      bluesmoke-devel@lists.sourceforge.net
1468 W:      bluesmoke.sourceforge.net
1469 S:      Maintained
1470
1471 EDAC-R82600
1472 P:      Tim Small
1473 M:      tim@buttersideup.com
1474 L:      bluesmoke-devel@lists.sourceforge.net
1475 W:      bluesmoke.sourceforge.net
1476 S:      Maintained
1477
1478 EEPRO100 NETWORK DRIVER
1479 P:      Andrey V. Savochkin
1480 M:      saw@saw.sw.com.sg
1481 S:      Maintained
1482
1483 EFS FILESYSTEM
1484 W:      http://aeschi.ch.eu.org/efs/
1485 S:      Orphan
1486
1487 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1488 P:      Hoang-Nam Nguyen
1489 M:      hnguyen@de.ibm.com
1490 P:      Christoph Raisch
1491 M:      raisch@de.ibm.com
1492 L:      general@lists.openfabrics.org
1493 S:      Supported
1494
1495 EMULEX LPFC FC SCSI DRIVER
1496 P:      James Smart
1497 M:      james.smart@emulex.com
1498 L:      linux-scsi@vger.kernel.org
1499 W:      http://sourceforge.net/projects/lpfcxxxx
1500 S:      Supported
1501
1502 EPSON 1355 FRAMEBUFFER DRIVER
1503 P:      Christopher Hoover
1504 M:      ch@murgatroid.com, ch@hpl.hp.com
1505 S:      Maintained
1506
1507 ETHEREXPRESS-16 NETWORK DRIVER
1508 P:      Philip Blundell
1509 M:      philb@gnu.org
1510 L:      netdev@vger.kernel.org
1511 S:      Maintained
1512
1513 ETHERNET BRIDGE
1514 P:      Stephen Hemminger
1515 M:      shemminger@linux-foundation.org
1516 L:      bridge@lists.linux-foundation.org
1517 W:      http://bridge.sourceforge.net/
1518 S:      Maintained
1519
1520 ETHERTEAM 16I DRIVER
1521 P:      Mika Kuoppala
1522 M:      miku@iki.fi
1523 S:      Maintained
1524
1525 EXT2 FILE SYSTEM
1526 L:      linux-ext4@vger.kernel.org
1527 S:      Maintained
1528
1529 EXT3 FILE SYSTEM
1530 P:      Stephen Tweedie, Andrew Morton
1531 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1532 L:      linux-ext4@vger.kernel.org
1533 S:      Maintained
1534
1535 EXT4 FILE SYSTEM
1536 P:      Stephen Tweedie, Andrew Morton
1537 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1538 L:      linux-ext4@vger.kernel.org
1539 S:      Maintained
1540
1541 F71805F HARDWARE MONITORING DRIVER
1542 P:      Jean Delvare
1543 M:      khali@linux-fr.org
1544 L:      lm-sensors@lm-sensors.org
1545 S:      Maintained
1546
1547 FARSYNC SYNCHRONOUS DRIVER
1548 P:      Kevin Curtis
1549 M:      kevin.curtis@farsite.co.uk
1550 W:      http://www.farsite.co.uk/
1551 S:      Supported
1552
1553 FAULT INJECTION SUPPORT
1554 P:      Akinobu Mita
1555 M:      akinobu.mita@gmail.com
1556 S:      Supported
1557
1558 FRAMEBUFFER LAYER
1559 P:      Antonino Daplas
1560 M:      adaplas@gmail.com
1561 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1562 W:      http://linux-fbdev.sourceforge.net/
1563 S:      Maintained
1564
1565 FREESCALE SOC FS_ENET DRIVER
1566 P:      Pantelis Antoniou
1567 M:      pantelis.antoniou@gmail.com
1568 P:      Vitaly Bordug
1569 M:      vbordug@ru.mvista.com
1570 L:      linuxppc-dev@ozlabs.org
1571 L:      netdev@vger.kernel.org
1572 S:      Maintained
1573
1574 FREESCALE HIGHSPEED USB DEVICE DRIVER
1575 P:      Li Yang
1576 M:      leoli@freescale.com
1577 L:      linux-usb@vger.kernel.org
1578 L:      linuxppc-dev@ozlabs.org
1579 S:      Maintained
1580
1581 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1582 P:      Li Yang
1583 M:      leoli@freescale.com
1584 L:      netdev@vger.kernel.org
1585 L:      linuxppc-dev@ozlabs.org
1586 S:      Maintained
1587
1588 FILE LOCKING (flock() and fcntl()/lockf())
1589 P:      Matthew Wilcox
1590 M:      matthew@wil.cx
1591 L:      linux-fsdevel@vger.kernel.org
1592 S:      Maintained
1593
1594 FILESYSTEMS (VFS and infrastructure)
1595 P:      Alexander Viro
1596 M:      viro@zeniv.linux.org.uk
1597 S:      Maintained
1598
1599 FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1600 P:      Kristian Hoegsberg, Stefan Richter
1601 M:      krh@redhat.com, stefanr@s5r6.in-berlin.de
1602 L:      linux1394-devel@lists.sourceforge.net
1603 W:      http://www.linux1394.org/
1604 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1605 S:      Maintained
1606
1607 FIRMWARE LOADER (request_firmware)
1608 L:      linux-kernel@vger.kernel.org
1609 S:      Orphan
1610
1611 FPU EMULATOR
1612 P:      Bill Metzenthen
1613 M:      billm@suburbia.net
1614 W:      http://suburbia.net/~billm/floating-point/emulator/
1615 S:      Maintained
1616
1617 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1618 P:      Mike McLagan
1619 M:      mike.mclagan@linux.org
1620 L:      netdev@vger.kernel.org
1621 S:      Maintained
1622
1623 FREEVXFS FILESYSTEM
1624 P:      Christoph Hellwig
1625 M:      hch@infradead.org
1626 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1627 S:      Maintained
1628
1629 FUJITSU FR-V (FRV) PORT
1630 P:      David Howells
1631 M:      dhowells@redhat.com
1632 S:      Maintained
1633
1634 FUSE: FILESYSTEM IN USERSPACE
1635 P:      Miklos Szeredi
1636 M:      miklos@szeredi.hu
1637 L:      fuse-devel@lists.sourceforge.net
1638 W:      http://fuse.sourceforge.net/
1639 S:      Maintained
1640
1641 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1642 P:      Rik Faith
1643 M:      faith@cs.unc.edu
1644 L:      linux-scsi@vger.kernel.org
1645 S:      Odd fixes (e.g., new signatures)
1646
1647 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1648 P:      Achim Leubner
1649 M:      achim_leubner@adaptec.com
1650 L:      linux-scsi@vger.kernel.org
1651 W:      http://www.icp-vortex.com/
1652 S:      Supported
1653
1654 GENERIC GPIO I2C DRIVER
1655 P:      Haavard Skinnemoen
1656 M:      hskinnemoen@atmel.com
1657 S:      Supported
1658
1659 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1660 P:      Krzysztof Halasa
1661 M:      khc@pm.waw.pl
1662 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1663 S:      Maintained
1664
1665 GFS2 FILE SYSTEM
1666 P:      Steven Whitehouse
1667 M:      swhiteho@redhat.com
1668 L:      cluster-devel@redhat.com
1669 W:      http://sources.redhat.com/cluster/
1670 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1671 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1672 S:      Supported
1673
1674 GIGASET ISDN DRIVERS
1675 P:      Hansjoerg Lipp
1676 M:      hjlipp@web.de
1677 P:      Tilman Schmidt
1678 M:      tilman@imap.cc
1679 L:      gigaset307x-common@lists.sourceforge.net
1680 W:      http://gigaset307x.sourceforge.net/
1681 S:      Maintained
1682
1683 HARDWARE MONITORING
1684 P:      Mark M. Hoffman
1685 M:      mhoffman@lightlink.com
1686 L:      lm-sensors@lm-sensors.org
1687 W:      http://www.lm-sensors.org/
1688 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1689 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
1690 S:      Maintained
1691
1692 HARDWARE RANDOM NUMBER GENERATOR CORE
1693 P:      Michael Buesch
1694 M:      mb@bu3sch.de
1695 S:      Maintained
1696
1697 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1698 P:      Robert Love
1699 M:      rlove@rlove.org
1700 M:      linux-kernel@vger.kernel.org
1701 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1702 S:      Maintained
1703
1704 HARMONY SOUND DRIVER
1705 P:      Kyle McMartin
1706 M:      kyle@parisc-linux.org
1707 L:      linux-parisc@vger.kernel.org
1708 S:      Maintained
1709
1710 HAYES ESP SERIAL DRIVER
1711 P:      Andrew J. Robinson
1712 M:      arobinso@nyx.net
1713 L:      linux-kernel@vger.kernel.org
1714 W:      http://www.nyx.net/~arobinso
1715 S:      Maintained
1716
1717 HFS FILESYSTEM
1718 P:      Roman Zippel
1719 M:      zippel@linux-m68k.org
1720 L:      linux-kernel@vger.kernel.org
1721 S:      Maintained
1722
1723 HGA FRAMEBUFFER DRIVER
1724 P:      Ferenc Bakonyi
1725 M:      fero@drama.obuda.kando.hu
1726 L:      linux-nvidia@lists.surfsouth.com
1727 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1728 S:      Maintained
1729
1730 HID CORE LAYER
1731 P:      Jiri Kosina
1732 M:      jkosina@suse.cz
1733 L:      linux-input@vger.kernel.org
1734 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1735 S:      Maintained
1736
1737 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1738 P:      Thomas Gleixner
1739 M:      tglx@linutronix.de
1740 L:      linux-kernel@vger.kernel.org
1741 S:      Maintained
1742
1743 HIGH-SPEED SCC DRIVER FOR AX.25
1744 P:      Klaus Kudielka
1745 M:      klaus.kudielka@ieee.org
1746 L:      linux-hams@vger.kernel.org
1747 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1748 S:      Maintained
1749
1750 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1751 P:      HighPoint Linux Team
1752 M:      linux@highpoint-tech.com
1753 W:      http://www.highpoint-tech.com
1754 S:      Supported
1755
1756 HIPPI
1757 P:      Jes Sorensen
1758 M:      jes@trained-monkey.org
1759 L:      linux-hippi@sunsite.dk
1760 S:      Maintained
1761
1762 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1763 P:      Chirag Kantharia
1764 M:      chirag.kantharia@hp.com
1765 L:      iss_storagedev@hp.com
1766 S:      Maintained
1767
1768 HEWLETT-PACKARD SMART2 RAID DRIVER
1769 P:      Chirag Kantharia
1770 M:      chirag.kantharia@hp.com
1771 L:      iss_storagedev@hp.com
1772 S:      Maintained
1773
1774 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1775 P:      Mike Miller
1776 M:      mike.miller@hp.com
1777 L:      iss_storagedev@hp.com
1778 S:      Supported
1779
1780 HOST AP DRIVER
1781 P:      Jouni Malinen
1782 M:      j@w1.fi
1783 L:      hostap@shmoo.com (subscribers-only)
1784 L:      linux-wireless@vger.kernel.org
1785 W:      http://hostap.epitest.fi/
1786 S:      Maintained
1787
1788 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1789 P:      Jaroslav Kysela
1790 M:      perex@perex.cz
1791 S:      Maintained
1792
1793 HPET:   High Precision Event Timers driver (hpet.c)
1794 P:      Clemens Ladisch
1795 M:      clemens@ladisch.de
1796 S:      Maintained
1797
1798 HPET:   i386
1799 P:      Venkatesh Pallipadi (Venki)
1800 M:      venkatesh.pallipadi@intel.com
1801 S:      Maintained
1802
1803 HPET:   x86_64
1804 P:      Vojtech Pavlik
1805 M:      vojtech@suse.cz
1806 S:      Maintained
1807
1808 HPET:   ACPI hpet.c
1809 P:      Bob Picco
1810 M:      bob.picco@hp.com
1811 S:      Maintained
1812
1813 HPFS FILESYSTEM
1814 P:      Mikulas Patocka
1815 M:      mikulas@artax.karlin.mff.cuni.cz
1816 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1817 S:      Maintained
1818
1819 HUGETLB FILESYSTEM
1820 P:      William Irwin
1821 M:      wli@holomorphy.com
1822 S:      Maintained
1823
1824 I2C/SMBUS STUB DRIVER
1825 P:      Mark M. Hoffman
1826 M:      mhoffman@lightlink.com
1827 L:      lm-sensors@lm-sensors.org
1828 S:      Maintained
1829
1830 I2C SUBSYSTEM
1831 P:      Jean Delvare
1832 M:      khali@linux-fr.org
1833 L:      i2c@lm-sensors.org
1834 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1835 S:      Maintained
1836
1837 I2C-TINY-USB DRIVER
1838 P:      Till Harbaum
1839 M:      till@harbaum.org
1840 L:      i2c@lm-sensors.org
1841 T:      http://www.harbaum.org/till/i2c_tiny_usb
1842 S:      Maintained
1843
1844 i386 BOOT CODE
1845 P:      H. Peter Anvin
1846 M:      hpa@zytor.com
1847 L:      Linux-Kernel@vger.kernel.org
1848 S:      Maintained
1849
1850 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1851 P:      H. Peter Anvin
1852 M:      hpa@zytor.com
1853 T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1854 S:      Maintained
1855
1856 IA64 (Itanium) PLATFORM
1857 P:      Tony Luck
1858 M:      tony.luck@intel.com
1859 L:      linux-ia64@vger.kernel.org
1860 W:      http://www.ia64-linux.org/
1861 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1862 S:      Maintained
1863
1864 SN-IA64 (Itanium) SUB-PLATFORM
1865 P:      Jes Sorensen
1866 M:      jes@sgi.com
1867 L:      linux-altix@sgi.com
1868 L:      linux-ia64@vger.kernel.org
1869 W:      http://www.sgi.com/altix
1870 S:      Maintained
1871
1872 IBM MCA SCSI SUBSYSTEM DRIVER
1873 P:      Michael Lang
1874 M:      langa2@kph.uni-mainz.de
1875 W:      http://www.uni-mainz.de/~langm000/linux.html
1876 S:      Maintained
1877
1878 IBM Power Linux RAID adapter
1879 P:      Brian King
1880 M:      brking@us.ibm.com
1881 S:      Supported
1882
1883 IBM ServeRAID RAID DRIVER
1884 P:      Jack Hammer
1885 P:      Dave Jeffery
1886 M:      ipslinux@adaptec.com
1887 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1888 S:      Supported
1889
1890 IDE SUBSYSTEM
1891 P:      Bartlomiej Zolnierkiewicz
1892 M:      bzolnier@gmail.com
1893 L:      linux-ide@vger.kernel.org
1894 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1895 S:      Maintained
1896
1897 IDE/ATAPI CDROM DRIVER
1898 P:      Borislav Petkov
1899 M:      bbpetkov@yahoo.de
1900 L:      linux-ide@vger.kernel.org
1901 S:      Maintained
1902
1903 IDE/ATAPI FLOPPY DRIVERS
1904 P:      Paul Bristow
1905 M:      Paul Bristow <paul@paulbristow.net>
1906 W:      http://paulbristow.net/linux/idefloppy.html
1907 L:      linux-kernel@vger.kernel.org
1908 S:      Maintained
1909
1910 IDE/ATAPI TAPE DRIVERS
1911 P:      Gadi Oxman
1912 M:      Gadi Oxman <gadio@netvision.net.il>
1913 L:      linux-kernel@vger.kernel.org
1914 S:      Maintained
1915
1916 IDE-SCSI DRIVER
1917 L:      linux-ide@vger.kernel.org
1918 L:      linux-scsi@vger.kernel.org
1919 S:      Orphan
1920
1921 IEEE 1394 SUBSYSTEM (drivers/ieee1394)
1922 P:      Ben Collins
1923 M:      ben.collins@ubuntu.com
1924 P:      Stefan Richter
1925 M:      stefanr@s5r6.in-berlin.de
1926 L:      linux1394-devel@lists.sourceforge.net
1927 W:      http://www.linux1394.org/
1928 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1929 S:      Maintained
1930
1931 IEEE 1394 RAW I/O DRIVER (raw1394)
1932 P:      Dan Dennedy
1933 M:      dan@dennedy.org
1934 P:      Stefan Richter
1935 M:      stefanr@s5r6.in-berlin.de
1936 L:      linux1394-devel@lists.sourceforge.net
1937 S:      Maintained
1938
1939 IMS TWINTURBO FRAMEBUFFER DRIVER
1940 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1941 S:      Orphan
1942
1943 INFINIBAND SUBSYSTEM
1944 P:      Roland Dreier
1945 M:      rolandd@cisco.com
1946 P:      Sean Hefty
1947 M:      sean.hefty@intel.com
1948 P:      Hal Rosenstock
1949 M:      hal.rosenstock@gmail.com 
1950 L:      general@lists.openfabrics.org
1951 W:      http://www.openib.org/
1952 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
1953 S:      Supported
1954
1955 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
1956 P:      Dmitry Torokhov
1957 M:      dmitry.torokhov@gmail.com
1958 M:      dtor@mail.ru
1959 L:      linux-input@vger.kernel.org
1960 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
1961 S:      Maintained
1962
1963 INOTIFY
1964 P:      John McCutchan
1965 M:      ttb@tentacle.dhs.org
1966 P:      Robert Love
1967 M:      rml@novell.com
1968 L:      linux-kernel@vger.kernel.org
1969 S:      Maintained
1970
1971 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
1972 P:      Sylvain Meyer
1973 M:      sylvain.meyer@worldonline.fr
1974 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1975 S:      Maintained
1976
1977 INTEL 810/815 FRAMEBUFFER DRIVER
1978 P:      Antonino Daplas
1979 M:      adaplas@gmail.com
1980 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
1981 S:      Maintained
1982
1983 INTEL IA32 MICROCODE UPDATE SUPPORT
1984 P:      Tigran Aivazian
1985 M:      tigran@aivazian.fsnet.co.uk
1986 S:      Maintained
1987
1988 INTEL I/OAT DMA DRIVER
1989 P:      Shannon Nelson
1990 M:      shannon.nelson@intel.com
1991 L:      linux-kernel@vger.kernel.org
1992 S:      Supported
1993
1994 INTEL IOP-ADMA DMA DRIVER
1995 P:      Dan Williams
1996 M:      dan.j.williams@intel.com
1997 L:      linux-kernel@vger.kernel.org
1998 S:      Supported
1999
2000 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2001 P:      Deepak Saxena
2002 M:      dsaxena@plexity.net
2003 S:      Maintained
2004
2005 INTEL IXP2000 ETHERNET DRIVER
2006 P:      Lennert Buytenhek
2007 M:      kernel@wantstofly.org
2008 L:      netdev@vger.kernel.org
2009 S:      Maintained
2010
2011 INTEL PRO/100 ETHERNET SUPPORT
2012 P:      Auke Kok
2013 M:      auke-jan.h.kok@intel.com
2014 P:      Jesse Brandeburg
2015 M:      jesse.brandeburg@intel.com
2016 P:      Jeff Kirsher
2017 M:      jeffrey.t.kirsher@intel.com
2018 P:      John Ronciak
2019 M:      john.ronciak@intel.com
2020 L:      e1000-devel@lists.sourceforge.net
2021 W:      http://sourceforge.net/projects/e1000/
2022 S:      Supported
2023
2024 INTEL PRO/1000 GIGABIT ETHERNET SUPPORT
2025 P:      Auke Kok
2026 M:      auke-jan.h.kok@intel.com
2027 P:      Jesse Brandeburg
2028 M:      jesse.brandeburg@intel.com
2029 P:      Jeff Kirsher
2030 M:      jeffrey.t.kirsher@intel.com
2031 P:      John Ronciak
2032 M:      john.ronciak@intel.com
2033 L:      e1000-devel@lists.sourceforge.net
2034 W:      http://sourceforge.net/projects/e1000/
2035 S:      Supported
2036
2037 INTEL PRO/10GbE SUPPORT
2038 P:      Ayyappan Veeraiyan
2039 M:      ayyappan.veeraiyan@intel.com
2040 P:      Auke Kok
2041 M:      auke-jan.h.kok@intel.com
2042 P:      Jesse Brandeburg
2043 M:      jesse.brandeburg@intel.com
2044 P:      John Ronciak
2045 M:      john.ronciak@intel.com
2046 L:      e1000-devel@lists.sourceforge.net
2047 W:      http://sourceforge.net/projects/e1000/
2048 S:      Supported
2049
2050 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2051 P:      Zhu Yi
2052 M:      yi.zhu@intel.com
2053 P:      James Ketrenos
2054 M:      jketreno@linux.intel.com
2055 P:      Reinette Chatre
2056 M:      reinette.chatre@intel.com
2057 L:      linux-wireless@vger.kernel.org
2058 L:      ipw2100-devel@lists.sourceforge.net
2059 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2060 W:      http://ipw2100.sourceforge.net
2061 S:      Supported
2062
2063 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2064 P:      Zhu Yi
2065 M:      yi.zhu@intel.com
2066 P:      James Ketrenos
2067 M:      jketreno@linux.intel.com
2068 P:      Reinette Chatre
2069 M:      reinette.chatre@intel.com
2070 L:      linux-wireless@vger.kernel.org
2071 L:      ipw2100-devel@lists.sourceforge.net
2072 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2073 W:      http://ipw2200.sourceforge.net
2074 S:      Supported
2075
2076 INTEL WIRELESS WIFI LINK (iwlwifi)
2077 P:      Zhu Yi
2078 M:      yi.zhu@intel.com
2079 P:      Reinette Chatre
2080 M:      reinette.chatre@intel.com
2081 L:      linux-wireless@vger.kernel.org
2082 L:      ipw3945-devel@lists.sourceforge.net
2083 W:      http://intellinuxwireless.org
2084 T:      git git://intellinuxwireless.org/repos/iwlwifi
2085 S:      Supported
2086
2087 IOC3 ETHERNET DRIVER
2088 P:      Ralf Baechle
2089 M:      ralf@linux-mips.org
2090 L:      linux-mips@linux-mips.org
2091 S:      Maintained
2092
2093 IOC3 SERIAL DRIVER
2094 P:      Pat Gefre
2095 M:      pfg@sgi.com
2096 L:      linux-mips@linux-mips.org
2097 S:      Maintained
2098
2099 IP MASQUERADING:
2100 P:      Juanjo Ciarlante
2101 M:      jjciarla@raiz.uncu.edu.ar
2102 S:      Maintained
2103
2104 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2105 P:      Francois Romieu
2106 M:      romieu@fr.zoreil.com
2107 P:      Sorbica Shieh
2108 M:      sorbica@icplus.com.tw
2109 P:      Jesse Huang
2110 M:      jesse@icplus.com.tw
2111 L:      netdev@vger.kernel.org
2112 S:      Maintained
2113
2114 IPATH DRIVER:
2115 P:      Arthur Jones
2116 M:      infinipath@qlogic.com
2117 L:      general@lists.openfabrics.org
2118 T:      git git://git.qlogic.com/ipath-linux-2.6
2119 S:      Supported
2120
2121 IPMI SUBSYSTEM
2122 P:      Corey Minyard
2123 M:      minyard@acm.org
2124 L:      openipmi-developer@lists.sourceforge.net
2125 W:      http://openipmi.sourceforge.net/
2126 S:      Supported
2127
2128 IPX NETWORK LAYER
2129 P:      Arnaldo Carvalho de Melo
2130 M:      acme@ghostprotocols.net
2131 L:      netdev@vger.kernel.org
2132 S:      Maintained
2133
2134 IRDA SUBSYSTEM
2135 P:      Samuel Ortiz
2136 M:      samuel@sortiz.org
2137 L:      irda-users@lists.sourceforge.net (subscribers-only)
2138 W:      http://irda.sourceforge.net/
2139 S:      Maintained
2140
2141 ISCSI
2142 P:      Mike Christie
2143 M:      michaelc@cs.wisc.edu
2144 L:      open-iscsi@googlegroups.com
2145 W:      www.open-iscsi.org
2146 T:      git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2147 S:      Maintained
2148
2149 ISAPNP
2150 P:      Jaroslav Kysela
2151 M:      perex@perex.cz
2152 S:      Maintained
2153
2154 ISDN SUBSYSTEM
2155 P:      Karsten Keil
2156 M:      kkeil@suse.de
2157 L:      isdn4linux@listserv.isdn4linux.de
2158 W:      http://www.isdn4linux.de
2159 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2160 S:      Maintained
2161
2162 ISDN SUBSYSTEM (Eicon active card driver)
2163 P:      Armin Schindler
2164 M:      mac@melware.de
2165 L:      isdn4linux@listserv.isdn4linux.de
2166 W:      http://www.melware.de
2167 S:      Maintained
2168
2169 IVTV VIDEO4LINUX DRIVER
2170 P:      Hans Verkuil
2171 M:      hverkuil@xs4all.nl
2172 L:      ivtv-devel@ivtvdriver.org
2173 L:      ivtv-users@ivtvdriver.org
2174 L:      video4linux-list@redhat.com
2175 W:      http://www.ivtvdriver.org
2176 S:      Maintained
2177
2178 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2179 P:      David Woodhouse
2180 M:      dwmw2@infradead.org
2181 L:      linux-mtd@lists.infradead.org
2182 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2183 S:      Maintained
2184
2185 JFS FILESYSTEM
2186 P:      Dave Kleikamp
2187 M:      shaggy@austin.ibm.com
2188 L:      jfs-discussion@lists.sourceforge.net
2189 W:      http://jfs.sourceforge.net/
2190 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2191 S:      Supported
2192
2193 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2194 P:      Stephen Tweedie, Andrew Morton
2195 M:      sct@redhat.com, akpm@linux-foundation.org
2196 L:      linux-ext4@vger.kernel.org
2197 S:      Maintained
2198
2199 K8TEMP HARDWARE MONITORING DRIVER
2200 P:      Rudolf Marek
2201 M:      r.marek@assembler.cz
2202 L:      lm-sensors@lm-sensors.org
2203 S:      Maintained
2204
2205 KCONFIG
2206 P:      Roman Zippel
2207 M:      zippel@linux-m68k.org
2208 L:      linux-kbuild@vger.kernel.org
2209 S:      Maintained
2210
2211 KDUMP
2212 P:      Vivek Goyal
2213 M:      vgoyal@redhat.com
2214 P:      Haren Myneni
2215 M:      hbabu@us.ibm.com
2216 L:      kexec@lists.infradead.org
2217 L:      linux-kernel@vger.kernel.org
2218 W:      http://lse.sourceforge.net/kdump/
2219 S:      Maintained
2220
2221 KERNEL AUTOMOUNTER (AUTOFS)
2222 P:      H. Peter Anvin
2223 M:      hpa@zytor.com
2224 L:      autofs@linux.kernel.org
2225 S:      Odd Fixes
2226
2227 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2228 P:      Ian Kent
2229 M:      raven@themaw.net
2230 L:      autofs@linux.kernel.org
2231 S:      Maintained
2232
2233 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2234 P:      Sam Ravnborg
2235 M:      sam@ravnborg.org
2236 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
2237 L:      linux-kbuild@vger.kernel.org
2238 S:      Maintained
2239
2240 KERNEL JANITORS
2241 P:      Several
2242 L:      kernel-janitors@vger.kernel.org
2243 W:      http://www.kerneljanitors.org/
2244 S:      Maintained
2245
2246 KERNEL NFSD
2247 P:      J. Bruce Fields
2248 M:      bfields@fieldses.org
2249 P:      Neil Brown
2250 M:      neilb@suse.de
2251 L:      linux-nfs@vger.kernel.org
2252 W:      http://nfs.sourceforge.net/
2253 S:      Supported
2254
2255 KERNEL VIRTUAL MACHINE (KVM)
2256 P:      Avi Kivity
2257 M:      avi@qumranet.com
2258 L:      kvm-devel@lists.sourceforge.net
2259 W:      kvm.sourceforge.net
2260 S:      Supported
2261
2262 KERNEL VIRTUAL MACHINE For Itanium(KVM/IA64)
2263 P:      Anthony Xu
2264 M:      anthony.xu@intel.com
2265 P:      Xiantao Zhang
2266 M:      xiantao.zhang@intel.com
2267 L:      kvm-ia64-devel@lists.sourceforge.net
2268 W:      kvm.sourceforge.net
2269 S:      Supported
2270
2271 KEXEC
2272 P:      Eric Biederman
2273 M:      ebiederm@xmission.com
2274 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2275 L:      linux-kernel@vger.kernel.org
2276 L:      kexec@lists.infradead.org
2277 S:      Maintained
2278
2279 KPROBES
2280 P:      Prasanna S Panchamukhi
2281 M:      prasanna@in.ibm.com
2282 P:      Ananth N Mavinakayanahalli
2283 M:      ananth@in.ibm.com
2284 P:      Anil S Keshavamurthy
2285 M:      anil.s.keshavamurthy@intel.com
2286 P:      David S. Miller
2287 M:      davem@davemloft.net
2288 L:      linux-kernel@vger.kernel.org
2289 S:      Maintained
2290
2291 KS0108 LCD CONTROLLER DRIVER
2292 P:      Miguel Ojeda Sandonis
2293 M:      maxextreme@gmail.com
2294 L:      linux-kernel@vger.kernel.org
2295 W:      http://auxdisplay.googlepages.com/
2296 S:      Maintained
2297
2298 LAPB module
2299 L:      linux-x25@vger.kernel.org
2300 S:      Orphan
2301
2302 LASI 53c700 driver for PARISC
2303 P:      James E.J. Bottomley
2304 M:      James.Bottomley@HansenPartnership.com
2305 L:      linux-scsi@vger.kernel.org
2306 S:      Maintained
2307
2308 LED SUBSYSTEM
2309 P:      Richard Purdie
2310 M:      rpurdie@rpsys.net
2311 S:      Maintained
2312
2313 LEGO USB Tower driver
2314 P:      Juergen Stuber
2315 M:      starblue@users.sourceforge.net
2316 L:      legousb-devel@lists.sourceforge.net
2317 W:      http://legousb.sourceforge.net/
2318 S:      Maintained
2319
2320 LGUEST
2321 P:      Rusty Russell
2322 M:      rusty@rustcorp.com.au
2323 L:      lguest@ozlabs.org
2324 W:      http://lguest.ozlabs.org/
2325 S:      Maintained
2326
2327 LINUX FOR IBM pSERIES (RS/6000)
2328 P:      Paul Mackerras
2329 M:      paulus@au.ibm.com
2330 W:      http://www.ibm.com/linux/ltc/projects/ppc
2331 S:      Supported
2332
2333 LINUX FOR NCR VOYAGER
2334 P:      James Bottomley
2335 M:      James.Bottomley@HansenPartnership.com
2336 W:      http://www.hansenpartnership.com/voyager
2337 S:      Maintained
2338
2339 LINUX FOR POWERPC
2340 P:      Paul Mackerras
2341 M:      paulus@samba.org
2342 W:      http://www.penguinppc.org/
2343 L:      linuxppc-dev@ozlabs.org
2344 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2345 S:      Supported
2346
2347 LINUX FOR POWER MACINTOSH
2348 P:      Benjamin Herrenschmidt
2349 M:      benh@kernel.crashing.org
2350 W:      http://www.penguinppc.org/
2351 L:      linuxppc-dev@ozlabs.org
2352 S:      Maintained
2353
2354 LINUX FOR POWERPC EMBEDDED MPC52XX
2355 P:      Sylvain Munaut
2356 M:      tnt@246tNt.com
2357 P:      Grant Likely
2358 M:      grant.likely@secretlab.ca
2359 W:      http://www.246tNt.com/mpc52xx/
2360 W:      http://www.penguinppc.org/
2361 L:      linuxppc-dev@ozlabs.org
2362 S:      Maintained
2363
2364 LINUX FOR POWERPC EMBEDDED PPC4XX
2365 P:      Josh Boyer
2366 M:      jwboyer@linux.vnet.ibm.com
2367 P:      Matt Porter
2368 M:      mporter@kernel.crashing.org
2369 W:      http://www.penguinppc.org/
2370 L:      linuxppc-dev@ozlabs.org
2371 T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2372 S:      Maintained
2373
2374 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2375 P:      Grant Likely
2376 M:      grant.likely@secretlab.ca
2377 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2378 L:      linuxppc-dev@ozlabs.org
2379 S:      Maintained
2380
2381 LINUX FOR POWERPC BOOT CODE
2382 P:      Tom Rini
2383 M:      trini@kernel.crashing.org
2384 W:      http://www.penguinppc.org/
2385 L:      linuxppc-dev@ozlabs.org
2386 S:      Maintained
2387
2388 LINUX FOR POWERPC EMBEDDED PPC8XX
2389 P:      Vitaly Bordug
2390 M:      vitb@kernel.crashing.org
2391 P:      Marcelo Tosatti
2392 M:      marcelo@kvack.org
2393 W:      http://www.penguinppc.org/
2394 L:      linuxppc-dev@ozlabs.org
2395 S:      Maintained
2396
2397 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2398 P:      Kumar Gala
2399 M:      galak@kernel.crashing.org
2400 W:      http://www.penguinppc.org/
2401 L:      linuxppc-dev@ozlabs.org
2402 S:      Maintained
2403
2404 LINUX FOR POWERPC PA SEMI PWRFICIENT
2405 P:      Olof Johansson
2406 M:      olof@lixom.net
2407 W:      http://www.pasemi.com/
2408 L:      linuxppc-dev@ozlabs.org
2409 S:      Supported
2410
2411 LLC (802.2)
2412 P:      Arnaldo Carvalho de Melo
2413 M:      acme@ghostprotocols.net
2414 S:      Maintained
2415
2416 LINUX FOR 64BIT POWERPC
2417 P:      Paul Mackerras
2418 M:      paulus@samba.org
2419 M:      paulus@au.ibm.com
2420 P:      Anton Blanchard
2421 M:      anton@samba.org
2422 M:      anton@au.ibm.com
2423 W:      http://www.penguinppc.org/ppc64/
2424 L:      linuxppc-dev@ozlabs.org
2425 S:      Supported
2426
2427 LINUX SECURITY MODULE (LSM) FRAMEWORK
2428 P:      Chris Wright
2429 M:      chrisw@sous-sol.org
2430 L:      linux-security-module@vger.kernel.org
2431 W:      http://lsm.immunix.org
2432 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2433 S:      Supported
2434
2435 LM83 HARDWARE MONITOR DRIVER
2436 P:      Jean Delvare
2437 M:      khali@linux-fr.org
2438 L:      lm-sensors@lm-sensors.org
2439 S:      Maintained
2440
2441 LM90 HARDWARE MONITOR DRIVER
2442 P:      Jean Delvare
2443 M:      khali@linux-fr.org
2444 L:      lm-sensors@lm-sensors.org
2445 S:      Maintained
2446
2447 LOCKDEP AND LOCKSTAT
2448 P:      Peter Zijlstra
2449 M:      peterz@infradead.org
2450 P:      Ingo Molnar
2451 M:      mingo@redhat.com
2452 L:      linux-kernel@vger.kernel.org
2453 T:      git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2454 S:      Maintained
2455
2456 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2457 P:      Richard Russon (FlatCap)
2458 M:      ldm@flatcap.org
2459 L:      linux-ntfs-dev@lists.sourceforge.net
2460 W:      http://www.linux-ntfs.org/content/view/19/37/
2461 S:      Maintained
2462
2463 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2464 P:      Eric Moore
2465 M:      Eric.Moore@lsi.com
2466 M:      support@lsi.com
2467 L:      DL-MPTFusionLinux@lsi.com
2468 L:      linux-scsi@vger.kernel.org
2469 W:      http://www.lsilogic.com/support
2470 S:      Supported
2471
2472 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2473 P:      Matthew Wilcox
2474 M:      matthew@wil.cx
2475 L:      linux-scsi@vger.kernel.org
2476 S:      Maintained
2477
2478 M32R ARCHITECTURE
2479 P:      Hirokazu Takata
2480 M:      takata@linux-m32r.org
2481 L:      linux-m32r@ml.linux-m32r.org
2482 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2483 W:      http://www.linux-m32r.org/
2484 S:      Maintained
2485
2486 M68K ARCHITECTURE
2487 P:      Geert Uytterhoeven
2488 M:      geert@linux-m68k.org
2489 P:      Roman Zippel
2490 M:      zippel@linux-m68k.org
2491 L:      linux-m68k@lists.linux-m68k.org
2492 W:      http://www.linux-m68k.org/
2493 W:      http://linux-m68k-cvs.ubb.ca/
2494 S:      Maintained
2495
2496 M68K ON APPLE MACINTOSH
2497 P:      Joshua Thompson
2498 M:      funaho@jurai.org
2499 W:      http://www.mac.linux-m68k.org/
2500 L:      linux-m68k@lists.linux-m68k.org
2501 S:      Maintained
2502
2503 M68K ON HP9000/300
2504 P:      Philip Blundell
2505 M:      philb@gnu.org
2506 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2507 S:      Maintained
2508
2509 MAC80211
2510 P:      Michael Wu
2511 M:      flamingice@sourmilk.net
2512 P:      Johannes Berg
2513 M:      johannes@sipsolutions.net
2514 P:      Jiri Benc
2515 M:      jbenc@suse.cz
2516 L:      linux-wireless@vger.kernel.org
2517 W:      http://linuxwireless.org/
2518 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2519 S:      Maintained
2520
2521 MAC80211 PID RATE CONTROL
2522 P:      Stefano Brivio
2523 M:      stefano.brivio@polimi.it
2524 P:      Mattias Nissler
2525 M:      mattias.nissler@gmx.de
2526 L:      linux-wireless@vger.kernel.org
2527 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2528 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2529 S:      Maintained
2530
2531 MACVLAN DRIVER
2532 P:      Patrick McHardy
2533 M:      kaber@trash.net
2534 L:      netdev@vger.kernel.org
2535 S:      Maintained
2536
2537 MARVELL YUKON / SYSKONNECT DRIVER
2538 P:      Mirko Lindner
2539 M:      mlindner@syskonnect.de
2540 P:      Ralph Roesler
2541 M:      rroesler@syskonnect.de
2542 W:      http://www.syskonnect.com
2543 S:      Supported
2544
2545 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2546 P:      Michael Kerrisk
2547 M:      mtk.manpages@gmail.com
2548 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2549 S:      Maintained
2550
2551 MARVELL LIBERTAS WIRELESS DRIVER
2552 P:      Dan Williams
2553 M:      dcbw@redhat.com
2554 L:      libertas-dev@lists.infradead.org
2555 S:      Maintained
2556
2557 MARVELL MV643XX ETHERNET DRIVER
2558 P:      Dale Farnsworth
2559 M:      dale@farnsworth.org
2560 P:      Manish Lachwani
2561 M:      mlachwani@mvista.com
2562 L:      netdev@vger.kernel.org
2563 S:      Odd Fixes for 2.4; Maintained for 2.6.
2564
2565 MATROX FRAMEBUFFER DRIVER
2566 P:      Petr Vandrovec
2567 M:      vandrove@vc.cvut.cz
2568 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2569 S:      Maintained
2570
2571 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2572 P:      Hans J. Koch
2573 M:      hjk@linutronix.de
2574 L:      lm-sensors@lm-sensors.org
2575 S:      Maintained
2576
2577 MEGARAID SCSI DRIVERS
2578 P:      Neela Syam Kolli
2579 M:      megaraidlinux@lsi.com
2580 S:      linux-scsi@vger.kernel.org
2581 W:      http://megaraid.lsilogic.com
2582 S:      Maintained
2583
2584 MEMORY MANAGEMENT
2585 L:      linux-mm@kvack.org
2586 L:      linux-kernel@vger.kernel.org
2587 W:      http://www.linux-mm.org
2588 S:      Maintained
2589
2590 MEMORY TECHNOLOGY DEVICES (MTD)
2591 P:      David Woodhouse
2592 M:      dwmw2@infradead.org
2593 W:      http://www.linux-mtd.infradead.org/
2594 L:      linux-mtd@lists.infradead.org
2595 T:      git git://git.infradead.org/mtd-2.6.git
2596 S:      Maintained
2597
2598 UNSORTED BLOCK IMAGES (UBI)
2599 P:      Artem Bityutskiy
2600 M:      dedekind@infradead.org
2601 W:      http://www.linux-mtd.infradead.org/
2602 L:      linux-mtd@lists.infradead.org
2603 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2604 S:      Maintained
2605
2606 MICROTEK X6 SCANNER
2607 P:      Oliver Neukum
2608 M:      oliver@neukum.name
2609 S:      Maintained
2610
2611 MIPS
2612 P:      Ralf Baechle
2613 M:      ralf@linux-mips.org
2614 W:      http://www.linux-mips.org/
2615 L:      linux-mips@linux-mips.org
2616 T:      git www.linux-mips.org:/pub/scm/linux.git
2617 S:      Supported
2618
2619 MISCELLANEOUS MCA-SUPPORT
2620 P:      James Bottomley
2621 M:      James.Bottomley@HansenPartnership.com
2622 L:      linux-kernel@vger.kernel.org
2623 S:      Maintained
2624
2625 MODULE SUPPORT
2626 P:      Rusty Russell
2627 M:      rusty@rustcorp.com.au
2628 L:      linux-kernel@vger.kernel.org
2629 S:      Maintained
2630
2631 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2632 P:      Stelian Pop
2633 M:      stelian@popies.net
2634 W:      http://popies.net/meye/
2635 S:      Maintained
2636
2637 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2638 P:      Pavel Pisa
2639 M:      ppisa@pikron.com
2640 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2641 W:      http://mmc.drzeus.cx/wiki/Controllers/Freescale/SDHC
2642 S:      Maintained
2643
2644 MOUSE AND MISC DEVICES [GENERAL]
2645 P:      Alessandro Rubini
2646 M:      rubini@ipvvis.unipv.it
2647 L:      linux-kernel@vger.kernel.org
2648 S:      Maintained
2649
2650 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2651 P:      Jiri Slaby
2652 M:      jirislaby@gmail.com
2653 L:      linux-kernel@vger.kernel.org
2654 S:      Maintained
2655
2656 MSI LAPTOP SUPPORT
2657 P:      Lennart Poettering
2658 M:      mzxreary@0pointer.de
2659 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2660 W:      http://0pointer.de/lennart/tchibo.html
2661 S:      Maintained
2662
2663 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2664 P:      Pierre Ossman
2665 M:      drzeus-mmc@drzeus.cx
2666 L:      linux-kernel@vger.kernel.org
2667 S:      Maintained
2668
2669 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2670 P:      David Brownell
2671 M:      dbrownell@users.sourceforge.net
2672 L:      linux-kernel@vger.kernel.org
2673 S:      Odd fixes
2674
2675 MULTISOUND SOUND DRIVER
2676 P:      Andrew Veliath
2677 M:      andrewtv@usa.net
2678 S:      Maintained
2679
2680 MULTITECH MULTIPORT CARD (ISICOM)
2681 P:      Jiri Slaby
2682 M:      jirislaby@gmail.com
2683 L:      linux-kernel@vger.kernel.org
2684 S:      Maintained
2685
2686 NATSEMI ETHERNET DRIVER (DP8381x)
2687 P:      Tim Hockin
2688 M:      thockin@hockin.org
2689 S:      Maintained
2690
2691 NCP FILESYSTEM
2692 P:      Petr Vandrovec
2693 M:      vandrove@vc.cvut.cz
2694 L:      linware@sh.cvut.cz
2695 S:      Maintained
2696
2697 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2698 P:      James E.J. Bottomley
2699 M:      James.Bottomley@HansenPartnership.com
2700 L:      linux-scsi@vger.kernel.org
2701 S:      Maintained
2702
2703 NETEFFECT IWARP RNIC DRIVER (IW_NES)
2704 P:      Faisal Latif
2705 M:      flatif@neteffect.com
2706 P:      Glenn Streiff
2707 M:      gstreiff@neteffect.com
2708 L:      general@lists.openfabrics.org
2709 W:      http://www.neteffect.com
2710 S:      Supported
2711 F:      drivers/infiniband/hw/nes/
2712
2713 NETEM NETWORK EMULATOR
2714 P:      Stephen Hemminger
2715 M:      shemminger@linux-foundation.org
2716 L:      netem@lists.linux-foundation.org
2717 S:      Maintained
2718
2719 NETERION (S2IO) Xframe 10GbE DRIVER
2720 P:      Ramkrishna Vepa
2721 M:      ram.vepa@neterion.com
2722 P:      Rastapur Santosh
2723 M:      santosh.rastapur@neterion.com
2724 P:      Sivakumar Subramani
2725 M:      sivakumar.subramani@neterion.com
2726 P:      Sreenivasa Honnur
2727 M:      sreenivasa.honnur@neterion.com
2728 L:      netdev@vger.kernel.org
2729 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2730 S:      Supported
2731
2732 NETFILTER/IPTABLES/IPCHAINS
2733 P:      Rusty Russell
2734 P:      Marc Boucher
2735 P:      James Morris
2736 P:      Harald Welte
2737 P:      Jozsef Kadlecsik
2738 P:      Patrick McHardy
2739 M:      kaber@trash.net
2740 L:      netfilter-devel@vger.kernel.org
2741 L:      netfilter@vger.kernel.org
2742 L:      coreteam@netfilter.org
2743 W:      http://www.netfilter.org/
2744 W:      http://www.iptables.org/
2745 S:      Supported
2746
2747 NETLABEL
2748 P:      Paul Moore
2749 M:      paul.moore@hp.com
2750 W:      http://netlabel.sf.net
2751 L:      netdev@vger.kernel.org
2752 S:      Supported
2753
2754 NETROM NETWORK LAYER
2755 P:      Ralf Baechle
2756 M:      ralf@linux-mips.org
2757 L:      linux-hams@vger.kernel.org
2758 W:      http://www.linux-ax25.org/
2759 S:      Maintained
2760
2761 NETWORK BLOCK DEVICE (NBD)
2762 P:      Paul Clements
2763 M:      Paul.Clements@steeleye.com
2764 S:      Maintained
2765
2766 NETWORK DEVICE DRIVERS
2767 P:      Jeff Garzik
2768 M:      jgarzik@pobox.com
2769 L:      netdev@vger.kernel.org
2770 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2771 S:      Maintained
2772
2773 NETWORKING [GENERAL]
2774 P:      Networking Team
2775 M:      netdev@vger.kernel.org
2776 L:      netdev@vger.kernel.org
2777 W:      http://linux-net.osdl.org/
2778 S:      Maintained
2779
2780 NETWORKING [IPv4/IPv6]
2781 P:      David S. Miller
2782 M:      davem@davemloft.net
2783 P:      Alexey Kuznetsov
2784 M:      kuznet@ms2.inr.ac.ru
2785 P:      Pekka Savola (ipv6)
2786 M:      pekkas@netcore.fi
2787 P:      James Morris
2788 M:      jmorris@namei.org
2789 P:      Hideaki YOSHIFUJI
2790 M:      yoshfuji@linux-ipv6.org
2791 P:      Patrick McHardy
2792 M:      kaber@trash.net
2793 L:      netdev@vger.kernel.org
2794 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2795 S:      Maintained
2796
2797 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2798 P:      Paul Moore
2799 M:      paul.moore@hp.com
2800 L:      netdev@vger.kernel.org
2801 S:      Maintained
2802
2803 NETWORKING [WIRELESS]
2804 P:      John W. Linville
2805 M:      linville@tuxdriver.com
2806 L:      linux-wireless@vger.kernel.org
2807 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2808 S:      Maintained
2809
2810 NETXEN (1/10) GbE SUPPORT
2811 P:      Dhananjay Phadke
2812 M:      dhananjay@netxen.com
2813 L:      netdev@vger.kernel.org
2814 W:      http://www.netxen.com
2815 S:      Supported
2816
2817 IPVS
2818 P:      Wensong Zhang
2819 M:      wensong@linux-vs.org
2820 P:      Simon Horman
2821 M:      horms@verge.net.au
2822 P:      Julian Anastasov
2823 M:      ja@ssi.bg
2824 L:      netdev@vger.kernel.org
2825 S:      Maintained
2826
2827 NFS CLIENT
2828 P:      Trond Myklebust
2829 M:      Trond.Myklebust@netapp.com
2830 L:      linux-nfs@vger.kernel.org
2831 W:      http://client.linux-nfs.org
2832 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
2833 S:      Maintained
2834
2835 NI5010 NETWORK DRIVER
2836 P:      Jan-Pascal van Best
2837 M:      janpascal@vanbest.org
2838 P:      Andreas Mohr
2839 M:      andi@lisas.de
2840 L:      netdev@vger.kernel.org
2841 S:      Maintained
2842
2843 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2844 P:      YOKOTA Hiroshi
2845 M:      yokota@netlab.is.tsukuba.ac.jp
2846 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2847 S:      Maintained
2848
2849 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2850 P:      GOTO Masanori
2851 M:      gotom@debian.or.jp
2852 P:      YOKOTA Hiroshi
2853 M:      yokota@netlab.is.tsukuba.ac.jp
2854 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2855 S:      Maintained
2856
2857 NTFS FILESYSTEM
2858 P:      Anton Altaparmakov
2859 M:      aia21@cantab.net
2860 L:      linux-ntfs-dev@lists.sourceforge.net
2861 L:      linux-kernel@vger.kernel.org
2862 W:      http://linux-ntfs.sf.net/
2863 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2864 S:      Maintained
2865
2866 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2867 P:      Antonino Daplas
2868 M:      adaplas@gmail.com
2869 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
2870 S:      Maintained
2871
2872 OPENCORES I2C BUS DRIVER
2873 P:      Peter Korsgaard
2874 M:      jacmet@sunsite.dk
2875 L:      i2c@lm-sensors.org
2876 S:      Maintained
2877
2878 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2879 P:      Mark Fasheh
2880 M:      mark.fasheh@oracle.com
2881 P:      Kurt Hackel
2882 M:      kurt.hackel@oracle.com
2883 L:      ocfs2-devel@oss.oracle.com
2884 W:      http://oss.oracle.com/projects/ocfs2/
2885 S:      Supported
2886
2887 OMNIKEY CARDMAN 4000 DRIVER
2888 P:      Harald Welte
2889 M:      laforge@gnumonks.org
2890 S:      Maintained
2891
2892 OMNIKEY CARDMAN 4040 DRIVER
2893 P:      Harald Welte
2894 M:      laforge@gnumonks.org
2895 S:      Maintained
2896
2897 OMNIVISION OV7670 SENSOR DRIVER
2898 P:      Jonathan Corbet
2899 M:      corbet@lwn.net
2900 L:      video4linux-list@redhat.com
2901 S:      Maintained
2902
2903 ONENAND FLASH DRIVER
2904 P:      Kyungmin Park
2905 M:      kyungmin.park@samsung.com
2906 L:      linux-mtd@lists.infradead.org
2907 S:      Maintained
2908
2909 ONSTREAM SCSI TAPE DRIVER
2910 P:      Willem Riede
2911 M:      osst@riede.org
2912 L:      osst-users@lists.sourceforge.net
2913 L:      linux-scsi@vger.kernel.org
2914 S:      Maintained
2915
2916 OPROFILE
2917 P:      Philippe Elie
2918 M:      phil.el@wanadoo.fr
2919 L:      oprofile-list@lists.sf.net
2920 S:      Maintained
2921
2922 ORINOCO DRIVER
2923 P:      Pavel Roskin
2924 M:      proski@gnu.org
2925 P:      David Gibson
2926 M:      hermes@gibson.dropbear.id.au
2927 L:      linux-wireless@vger.kernel.org
2928 L:      orinoco-users@lists.sourceforge.net
2929 L:      orinoco-devel@lists.sourceforge.net
2930 W:      http://www.nongnu.org/orinoco/
2931 S:      Maintained
2932
2933 PA SEMI ETHERNET DRIVER
2934 P:      Olof Johansson
2935 M:      olof@lixom.net
2936 L:      netdev@vger.kernel.org
2937 S:      Maintained
2938
2939 PA SEMI SMBUS DRIVER
2940 P:      Olof Johansson
2941 M:      olof@lixom.net
2942 L:      i2c@lm-sensors.org
2943 S:      Maintained
2944
2945 PARALLEL PORT SUPPORT
2946 L:      linux-parport@lists.infradead.org (subscribers-only)
2947 S:      Orphan
2948
2949 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
2950 P:      Tim Waugh
2951 M:      tim@cyberelk.net
2952 L:      linux-parport@lists.infradead.org (subscribers-only)
2953 W:      http://www.torque.net/linux-pp.html
2954 S:      Maintained
2955
2956 PARISC ARCHITECTURE
2957 P:      Kyle McMartin
2958 M:      kyle@parisc-linux.org
2959 P:      Matthew Wilcox
2960 M:      matthew@wil.cx
2961 P:      Grant Grundler
2962 M:      grundler@parisc-linux.org
2963 L:      linux-parisc@vger.kernel.org
2964 W:      http://www.parisc-linux.org/
2965 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
2966 S:      Maintained
2967
2968 PARAVIRT_OPS INTERFACE
2969 P:      Jeremy Fitzhardinge
2970 M:      jeremy@xensource.com
2971 P:      Chris Wright
2972 M:      chrisw@sous-sol.org
2973 P:      Zachary Amsden
2974 M:      zach@vmware.com
2975 P:      Rusty Russell
2976 M:      rusty@rustcorp.com.au
2977 L:      virtualization@lists.osdl.org
2978 L:      linux-kernel@vger.kernel.org
2979 S:      Supported
2980
2981 PC87360 HARDWARE MONITORING DRIVER
2982 P:      Jim Cromie
2983 M:      jim.cromie@gmail.com
2984 L:      lm-sensors@lm-sensors.org
2985 S:      Maintained
2986
2987 PC8736x GPIO DRIVER
2988 P:      Jim Cromie
2989 M:      jim.cromie@gmail.com
2990 S:      Maintained
2991
2992 PCI ERROR RECOVERY
2993 P:      Linas Vepstas
2994 M:      linas@austin.ibm.com
2995 L:      linux-kernel@vger.kernel.org
2996 L:      linux-pci@atrey.karlin.mff.cuni.cz
2997 S:      Supported
2998
2999 PCI SUBSYSTEM
3000 P:      Greg Kroah-Hartman
3001 M:      gregkh@suse.de
3002 L:      linux-kernel@vger.kernel.org
3003 L:      linux-pci@atrey.karlin.mff.cuni.cz
3004 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3005 S:      Supported
3006
3007 PCI HOTPLUG CORE
3008 P:      Kristen Carlson Accardi
3009 M:      kristen.c.accardi@intel.com
3010 S:      Supported
3011
3012 PCIE HOTPLUG DRIVER
3013 P:      Kristen Carlson Accardi
3014 M:      kristen.c.accardi@intel.com
3015 L:      pcihpd-discuss@lists.sourceforge.net
3016 S:      Supported
3017
3018 PCMCIA SUBSYSTEM
3019 P:      Linux PCMCIA Team
3020 L:      linux-pcmcia@lists.infradead.org
3021 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3022 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3023 S:      Maintained
3024
3025 PCNET32 NETWORK DRIVER
3026 P:      Don Fry
3027 M:      pcnet32@verizon.net
3028 L:      netdev@vger.kernel.org
3029 S:      Maintained
3030
3031 PER-TASK DELAY ACCOUNTING
3032 P:      Shailabh Nagar
3033 M:      nagar@watson.ibm.com
3034 L:      linux-kernel@vger.kernel.org
3035 S:      Maintained
3036
3037 PERSONALITY HANDLING
3038 P:      Christoph Hellwig
3039 M:      hch@infradead.org
3040 L:      linux-abi-devel@lists.sourceforge.net
3041 S:      Maintained
3042
3043 PHRAM MTD DRIVER
3044 P:      Joern Engel
3045 M:      joern@lazybastard.org
3046 L:      linux-mtd@lists.infradead.org
3047 S:      Maintained
3048
3049 PKTCDVD DRIVER
3050 P:      Peter Osterlund
3051 M:      petero2@telia.com
3052 L:      linux-kernel@vger.kernel.org
3053 S:      Maintained
3054
3055 POSIX CLOCKS and TIMERS
3056 P:      Thomas Gleixner
3057 M:      tglx@linutronix.de
3058 L:      linux-kernel@vger.kernel.org
3059 S:      Supported
3060
3061 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3062 P:      Anton Vorontsov
3063 M:      cbou@mail.ru
3064 P:      David Woodhouse
3065 M:      dwmw2@infradead.org
3066 L:      linux-kernel@vger.kernel.org
3067 T:      git git.infradead.org/battery-2.6.git
3068 S:      Maintained
3069
3070 POWERPC 4xx EMAC DRIVER
3071 P:      Eugene Surovegin
3072 M:      ebs@ebshome.net
3073 W:      http://kernel.ebshome.net/emac/
3074 L:      linuxppc-dev@ozlabs.org
3075 L:      netdev@vger.kernel.org
3076 S:      Maintained
3077
3078 PNP SUPPORT
3079 P:      Adam Belay
3080 M:      ambx1@neo.rr.com
3081 S:      Maintained
3082
3083 PNXxxxx I2C DRIVER
3084 P:      Vitaly Wool
3085 M:      vitalywool@gmail.com
3086 L:      i2c@lm-sensors.org
3087 S:      Maintained
3088
3089 PPP PROTOCOL DRIVERS AND COMPRESSORS
3090 P:      Paul Mackerras
3091 M:      paulus@samba.org
3092 L:      linux-ppp@vger.kernel.org
3093 S:      Maintained
3094
3095 PPP OVER ATM (RFC 2364)
3096 P:      Mitchell Blank Jr
3097 M:      mitch@sfgoth.com
3098 S:      Maintained
3099
3100 PPP OVER ETHERNET
3101 P:      Michal Ostrowski
3102 M:      mostrows@speakeasy.net
3103 S:      Maintained
3104
3105 PPP OVER L2TP
3106 P:      James Chapman
3107 M:      jchapman@katalix.com
3108 S:      Maintained
3109
3110 PREEMPTIBLE KERNEL
3111 P:      Robert Love
3112 M:      rml@tech9.net
3113 L:      linux-kernel@vger.kernel.org
3114 L:      kpreempt-tech@lists.sourceforge.net
3115 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3116 S:      Supported
3117
3118 P54 WIRELESS DRIVER
3119 P:      Michael Wu
3120 M:      flamingice@sourmilk.net
3121 L:      linux-wireless@vger.kernel.org
3122 W:      http://prism54.org
3123 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3124 S:      Maintained
3125
3126 PRISM54 WIRELESS DRIVER
3127 P:      Luis R. Rodriguez
3128 M:      mcgrof@gmail.com
3129 L:      linux-wireless@vger.kernel.org
3130 W:      http://prism54.org
3131 S:      Maintained
3132
3133 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3134 P:      Peter Denison
3135 M:      promise@pnd-pc.demon.co.uk
3136 W:      http://www.pnd-pc.demon.co.uk/promise/
3137 S:      Maintained
3138
3139 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3140 P:      Mikael Pettersson
3141 M:      mikpe@it.uu.se
3142 L:      linux-ide@vger.kernel.org
3143 S:      Maintained
3144
3145 PS3 NETWORK SUPPORT
3146 P:      Masakazu Mokuno
3147 M:      mokuno@sm.sony.co.jp
3148 L:      netdev@vger.kernel.org
3149 L:      cbe-oss-dev@ozlabs.org
3150 S:      Supported
3151
3152 PS3 PLATFORM SUPPORT
3153 P:      Geoff Levand
3154 M:      geoffrey.levand@am.sony.com
3155 L:      linuxppc-dev@ozlabs.org
3156 L:      cbe-oss-dev@ozlabs.org
3157 S:      Supported
3158
3159 PVRUSB2 VIDEO4LINUX DRIVER
3160 P:      Mike Isely
3161 M:      isely@pobox.com
3162 L:      pvrusb2@isely.net       (subscribers-only)
3163 L:      video4linux-list@redhat.com
3164 W:      http://www.isely.net/pvrusb2/
3165 S:      Maintained
3166
3167 PXA2xx SUPPORT
3168 P:      Nicolas Pitre
3169 M:      nico@cam.org
3170 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3171 S:      Maintained
3172
3173 PXA MMCI DRIVER
3174 S:      Orphan
3175
3176 QLOGIC QLA2XXX FC-SCSI DRIVER
3177 P:      Andrew Vasquez
3178 M:      linux-driver@qlogic.com
3179 L:      linux-scsi@vger.kernel.org
3180 S:      Supported
3181
3182 QLOGIC QLA3XXX NETWORK DRIVER
3183 P:      Ron Mercer
3184 M:      linux-driver@qlogic.com
3185 L:      netdev@vger.kernel.org
3186 S:      Supported
3187
3188 QNX4 FILESYSTEM
3189 P:      Anders Larsen
3190 M:      al@alarsen.net
3191 L:      linux-kernel@vger.kernel.org
3192 W:      http://www.alarsen.net/linux/qnx4fs/
3193 S:      Maintained
3194
3195 RADEON FRAMEBUFFER DISPLAY DRIVER
3196 P:      Benjamin Herrenschmidt
3197 M:      benh@kernel.crashing.org
3198 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3199 S:      Maintained
3200
3201 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3202 P:      Paul Mackerras
3203 M:      paulus@samba.org
3204 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3205 S:      Maintained
3206
3207 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3208 P:      Corey Thomas
3209 M:      coreythomas@charter.net
3210 L:      linux-wireless@vger.kernel.org
3211 S:      Maintained
3212
3213 RALINK RT2X00 WLAN DRIVER
3214 P:      rt2x00 project
3215 L:      linux-wireless@vger.kernel.org
3216 L:      rt2400-devel@lists.sourceforge.net
3217 W:      http://rt2x00.serialmonkey.com/
3218 S:      Maintained
3219 F:      drivers/net/wireless/rt2x00/
3220
3221 RANDOM NUMBER DRIVER
3222 P:      Matt Mackall
3223 M:      mpm@selenic.com
3224 S:      Maintained
3225
3226 RAPIDIO SUBSYSTEM
3227 P:      Matt Porter
3228 M:      mporter@kernel.crashing.org
3229 L:      linux-kernel@vger.kernel.org
3230 S:      Maintained
3231
3232 RDC R-321X SoC
3233 P:      Florian Fainelli
3234 M:      florian.fainelli@telecomint.eu
3235 L:      linux-kernel@vger.kernel.org
3236 S:      Maintained
3237
3238 RDC R6040 FAST ETHERNET DRIVER
3239 P:      Florian Fainelli
3240 M:      florian.fainelli@telecomint.eu
3241 L:      netdev@vger.kernel.org
3242 S:      Maintained
3243
3244 READ-COPY UPDATE (RCU)
3245 P:      Dipankar Sarma
3246 M:      dipankar@in.ibm.com
3247 W:      http://www.rdrop.com/users/paulmck/rclock/
3248 L:      linux-kernel@vger.kernel.org
3249 S:      Supported
3250
3251 RCUTORTURE MODULE
3252 P:      Josh Triplett
3253 M:      josh@freedesktop.org
3254 L:      linux-kernel@vger.kernel.org
3255 S:      Maintained
3256
3257 REAL TIME CLOCK DRIVER
3258 P:      Paul Gortmaker
3259 M:      p_gortmaker@yahoo.com
3260 L:      linux-kernel@vger.kernel.org
3261 S:      Maintained
3262
3263 REAL TIME CLOCK (RTC) SUBSYSTEM
3264 P:      Alessandro Zummo
3265 M:      a.zummo@towertech.it
3266 L:      rtc-linux@googlegroups.com
3267 S:      Maintained
3268
3269 REISERFS FILE SYSTEM
3270 P:      Hans Reiser
3271 M:      reiserfs-dev@namesys.com
3272 L:      reiserfs-devel@vger.kernel.org
3273 W:      http://www.namesys.com
3274 S:      Supported
3275
3276 ROCKETPORT DRIVER
3277 P:      Comtrol Corp.
3278 W:      http://www.comtrol.com
3279 S:      Maintained
3280
3281 ROSE NETWORK LAYER
3282 P:      Ralf Baechle
3283 M:      ralf@linux-mips.org
3284 L:      linux-hams@vger.kernel.org
3285 W:      http://www.linux-ax25.org/
3286 S:      Maintained
3287
3288 RISCOM8 DRIVER
3289 S:      Orphan
3290
3291 RTL818X WIRELESS DRIVER
3292 P:      Michael Wu
3293 M:      flamingice@sourmilk.net
3294 P:      Andrea Merello
3295 M:      andreamrl@tiscali.it
3296 L:      linux-wireless@vger.kernel.org
3297 W:      http://linuxwireless.org/
3298 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3299 S:      Maintained
3300
3301 S3 SAVAGE FRAMEBUFFER DRIVER
3302 P:      Antonino Daplas
3303 M:      adaplas@gmail.com
3304 L:      linux-fbdev-devel@lists.sourceforge.net (subscribers-only)
3305 S:      Maintained
3306
3307 S390
3308 P:      Martin Schwidefsky
3309 M:      schwidefsky@de.ibm.com
3310 P:      Heiko Carstens
3311 M:      heiko.carstens@de.ibm.com
3312 M:      linux390@de.ibm.com
3313 L:      linux-s390@vger.kernel.org
3314 W:      http://www.ibm.com/developerworks/linux/linux390/
3315 S:      Supported
3316
3317 S390 NETWORK DRIVERS
3318 P:      Ursula Braun
3319 M:      ubraun@linux.vnet.ibm.com
3320 P:      Frank Blaschka
3321 M:      blaschka@linux.vnet.ibm.com
3322 M:      linux390@de.ibm.com
3323 L:      linux-s390@vger.kernel.org
3324 W:      http://www.ibm.com/developerworks/linux/linux390/
3325 S:      Supported
3326
3327 S390 ZFCP DRIVER
3328 P:      Christof Schmitt
3329 M:      christof.schmitt@de.ibm.com
3330 P:      Martin Peschke
3331 M:      mp3@de.ibm.com
3332 M:      linux390@de.ibm.com
3333 L:      linux-s390@vger.kernel.org
3334 W:      http://www.ibm.com/developerworks/linux/linux390/
3335 S:      Supported
3336
3337 S390 IUCV NETWORK LAYER
3338 P:      Ursula Braun
3339 M:      ubraun@linux.vnet.ibm.com
3340 M:      linux390@de.ibm.com
3341 L:      linux-s390@vger.kernel.org
3342 W:      http://www.ibm.com/developerworks/linux/linux390/
3343 S:      Supported
3344
3345 SAA7146 VIDEO4LINUX-2 DRIVER
3346 P:      Michael Hunold
3347 M:      michael@mihu.de
3348 W:      http://www.mihu.de/linux/saa7146
3349 S:      Maintained
3350
3351 SC1200 WDT DRIVER
3352 P:      Zwane Mwaikambo
3353 M:      zwane@arm.linux.org.uk
3354 S:      Maintained
3355
3356 SCHEDULER
3357 P:      Ingo Molnar
3358 M:      mingo@elte.hu
3359 P:      Robert Love    [the preemptible kernel bits]
3360 M:      rml@tech9.net
3361 L:      linux-kernel@vger.kernel.org
3362 S:      Maintained
3363
3364 SCSI CDROM DRIVER
3365 P:      Jens Axboe
3366 M:      axboe@kernel.dk
3367 L:      linux-scsi@vger.kernel.org
3368 W:      http://www.kernel.dk
3369 S:      Maintained
3370
3371 SCSI SG DRIVER
3372 P:      Doug Gilbert
3373 M:      dgilbert@interlog.com
3374 L:      linux-scsi@vger.kernel.org
3375 W:      http://www.torque.net/sg
3376 S:      Maintained
3377
3378 SCSI SUBSYSTEM
3379 P:      James E.J. Bottomley
3380 M:      James.Bottomley@HansenPartnership.com
3381 L:      linux-scsi@vger.kernel.org
3382 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3383 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3384 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3385 S:      Maintained
3386
3387 SCSI TAPE DRIVER
3388 P:      Kai Mäkisara
3389 M:      Kai.Makisara@kolumbus.fi
3390 L:      linux-scsi@vger.kernel.org
3391 S:      Maintained
3392
3393 SCTP PROTOCOL
3394 P:      Vlad Yasevich
3395 M:      vladislav.yasevich@hp.com
3396 P:      Sridhar Samudrala
3397 M:      sri@us.ibm.com
3398 L:      lksctp-developers@lists.sourceforge.net
3399 W:      http://lksctp.sourceforge.net
3400 S:      Supported
3401
3402 SCx200 CPU SUPPORT
3403 P:      Jim Cromie
3404 M:      jim.cromie@gmail.com
3405 S:      Odd Fixes
3406
3407 SCx200 GPIO DRIVER
3408 P:      Jim Cromie
3409 M:      jim.cromie@gmail.com
3410 S:      Maintained
3411
3412 SCx200 HRT CLOCKSOURCE DRIVER
3413 P:      Jim Cromie
3414 M:      jim.cromie@gmail.com
3415 S:      Maintained
3416
3417 SECURITY CONTACT
3418 P:      Security Officers
3419 M:      security@kernel.org
3420 S:      Supported
3421
3422 SELINUX SECURITY MODULE
3423 P:      Stephen Smalley
3424 M:      sds@tycho.nsa.gov
3425 P:      James Morris
3426 M:      jmorris@namei.org
3427 P:      Eric Paris
3428 M:      eparis@parisplace.org
3429 L:      linux-kernel@vger.kernel.org (kernel issues)
3430 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3431 W:      http://www.nsa.gov/selinux
3432 S:      Supported
3433
3434 SENSABLE PHANTOM
3435 P:      Jiri Slaby
3436 M:      jirislaby@gmail.com
3437 S:      Maintained
3438
3439 SERIAL ATA (SATA) SUBSYSTEM:
3440 P:      Jeff Garzik
3441 M:      jgarzik@pobox.com
3442 L:      linux-ide@vger.kernel.org
3443 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3444 S:      Supported
3445
3446 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3447 P:      Pat Gefre
3448 M:      pfg@sgi.com
3449 L:      linux-ia64@vger.kernel.org
3450 S:      Supported
3451
3452 SGI VISUAL WORKSTATION 320 AND 540
3453 P:      Andrey Panin
3454 M:      pazke@donpac.ru
3455 L:      linux-visws-devel@lists.sf.net
3456 W:      http://linux-visws.sf.net
3457 S:      Maintained for 2.6.
3458
3459 SIMTEC EB110ATX (Chalice CATS)
3460 P:      Ben Dooks
3461 P:      Vincent Sanders
3462 M:      support@simtec.co.uk
3463 W:      http://www.simtec.co.uk/products/EB110ATX/
3464 S:      Supported
3465
3466 SIMTEC EB2410ITX (BAST)
3467 P:      Ben Dooks
3468 P:      Vincent Sanders
3469 M:      support@simtec.co.uk
3470 W:      http://www.simtec.co.uk/products/EB2410ITX/
3471 S:      Supported
3472
3473 SIS 190 ETHERNET DRIVER
3474 P:      Francois Romieu
3475 M:      romieu@fr.zoreil.com
3476 L:      netdev@vger.kernel.org
3477 S:      Maintained
3478
3479 SIS 5513 IDE CONTROLLER DRIVER
3480 P:      Lionel Bouton
3481 M:      Lionel.Bouton@inet6.fr
3482 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3483 W:      http://gyver.homeip.net/sis5513/index.html
3484 S:      Maintained
3485
3486 SIS 900/7016 FAST ETHERNET DRIVER
3487 P:      Daniele Venzano
3488 M:      venza@brownhat.org
3489 W:      http://www.brownhat.org/sis900.html
3490 L:      netdev@vger.kernel.org
3491 S:      Maintained
3492
3493 SIS 96X I2C/SMBUS DRIVER
3494 P:      Mark M. Hoffman
3495 M:      mhoffman@lightlink.com
3496 L:      lm-sensors@lm-sensors.org
3497 S:      Maintained
3498
3499 SIS FRAMEBUFFER DRIVER
3500 P:      Thomas Winischhofer
3501 M:      thomas@winischhofer.net
3502 W:      http://www.winischhofer.net/linuxsisvga.shtml
3503 S:      Maintained
3504
3505 SIS USB2VGA DRIVER
3506 P:      Thomas Winischhofer
3507 M:      thomas@winischhofer.net
3508 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3509 S:      Maintained
3510
3511 SLAB ALLOCATOR
3512 P:      Christoph Lameter
3513 M:      clameter@sgi.com
3514 P:      Pekka Enberg
3515 M:      penberg@cs.helsinki.fi
3516 L:      linux-mm@kvack.org
3517 S:      Maintained
3518
3519 SMC91x ETHERNET DRIVER
3520 P:      Nicolas Pitre
3521 M:      nico@cam.org
3522 S:      Maintained
3523
3524 SMSC47B397 HARDWARE MONITOR DRIVER
3525 P:      Mark M. Hoffman
3526 M:      mhoffman@lightlink.com
3527 L:      lm-sensors@lm-sensors.org
3528 S:      Maintained
3529
3530 SOFTMAC LAYER (IEEE 802.11)
3531 P:      Daniel Drake
3532 M:      dsd@gentoo.org
3533 L:      linux-wireless@vger.kernel.org
3534 S:      Obsolete
3535
3536 SOFTWARE RAID (Multiple Disks) SUPPORT
3537 P:      Ingo Molnar
3538 M:      mingo@redhat.com
3539 P:      Neil Brown
3540 M:      neilb@suse.de
3541 L:      linux-raid@vger.kernel.org
3542 S:      Supported
3543
3544 HIBERNATION (aka Software Suspend, aka swsusp):
3545 P:      Pavel Machek
3546 M:      pavel@suse.cz
3547 P:      Rafael J. Wysocki
3548 M:      rjw@sisk.pl
3549 L:      linux-pm@lists.linux-foundation.org
3550 S:      Supported
3551
3552 SUSPEND TO RAM:
3553 P:      Len Brown
3554 M:      len.brown@intel.com
3555 P:      Pavel Machek
3556 M:      pavel@suse.cz
3557 P:      Rafael J. Wysocki
3558 M:      rjw@sisk.pl
3559 L:      linux-pm@lists.linux-foundation.org
3560 S:      Supported
3561
3562 SONIC NETWORK DRIVER
3563 P:      Thomas Bogendoerfer
3564 M:      tsbogend@alpha.franken.de
3565 L:      netdev@vger.kernel.org
3566 S:      Maintained
3567
3568 SONICS SILICON BACKPLANE DRIVER (SSB)
3569 P:      Michael Buesch
3570 M:      mb@bu3sch.de
3571 L:      netdev@vger.kernel.org
3572 S:      Maintained
3573
3574 SONY VAIO CONTROL DEVICE DRIVER
3575 P:      Mattia Dongili
3576 M:      malattia@linux.it
3577 L:      linux-acpi@vger.kernel.org
3578 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3579 S:      Maintained
3580
3581 SOUND
3582 P:      Jaroslav Kysela
3583 M:      perex@perex.cz
3584 L:      alsa-devel@alsa-project.org (subscribers-only)
3585 S:      Maintained
3586
3587 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3588 P:      Liam Girdwood
3589 M:      liam.girdwood@wolfsonmicro.com
3590 P:      Mark Brown
3591 M:      broonie@opensource.wolfsonmicro.com
3592 T:      git opensource.wolfsonmicro.com/linux-2.6-asoc
3593 L:      alsa-devel@alsa-project.org (subscribers-only)
3594 S:      Supported
3595
3596 SPI SUBSYSTEM
3597 P:      David Brownell
3598 M:      dbrownell@users.sourceforge.net
3599 L:      spi-devel-general@lists.sourceforge.net
3600 S:      Maintained
3601
3602 STABLE BRANCH:
3603 P:      Greg Kroah-Hartman
3604 M:      greg@kroah.com
3605 P:      Chris Wright
3606 M:      chrisw@sous-sol.org
3607 L:      stable@kernel.org
3608 S:      Maintained
3609
3610 TPM DEVICE DRIVER
3611 P:      Kylene Hall
3612 M:      tpmdd-devel@lists.sourceforge.net
3613 W:      http://tpmdd.sourceforge.net
3614 P:      Marcel Selhorst
3615 M:      tpm@selhorst.net
3616 W:      http://www.prosec.rub.de/tpm/
3617 L:      tpmdd-devel@lists.sourceforge.net
3618 S:      Maintained
3619
3620 Telecom Clock Driver for MCPL0010
3621 P:      Mark Gross
3622 M:      mark.gross@intel.com
3623 S:      Supported
3624
3625 TENSILICA XTENSA PORT (xtensa):
3626 P:      Chris Zankel
3627 M:      chris@zankel.net
3628 S:      Maintained
3629
3630 THINKPAD ACPI EXTRAS DRIVER
3631 P:      Henrique de Moraes Holschuh
3632 M:      ibm-acpi@hmh.eng.br
3633 L:      ibm-acpi-devel@lists.sourceforge.net
3634 W:      http://ibm-acpi.sourceforge.net
3635 W:      http://thinkwiki.org/wiki/Ibm-acpi
3636 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3637 S:      Maintained
3638
3639 UltraSPARC (sparc64):
3640 P:      David S. Miller
3641 M:      davem@davemloft.net
3642 L:      sparclinux@vger.kernel.org
3643 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3644 S:      Maintained
3645
3646 SHARP LH SUPPORT (LH7952X & LH7A40X)
3647 P:      Marc Singer
3648 M:      elf@buici.com
3649 W:      http://projects.buici.com/arm
3650 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3651 S:      Maintained
3652
3653 SHPC HOTPLUG DRIVER
3654 P:      Kristen Carlson Accardi
3655 M:      kristen.c.accardi@intel.com
3656 L:      pcihpd-discuss@lists.sourceforge.net
3657 S:      Supported
3658
3659 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3660 P:      Pierre Ossman
3661 M:      drzeus-sdhci@drzeus.cx
3662 L:      sdhci-devel@list.drzeus.cx
3663 W:      http://mmc.drzeus.cx/wiki/Linux/Drivers/sdhci
3664 S:      Maintained
3665
3666 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3667 P:      Stephen Hemminger
3668 M:      shemminger@linux-foundation.org
3669 L:      netdev@vger.kernel.org
3670 S:      Maintained
3671
3672 SOEKRIS NET48XX LED SUPPORT
3673 P:      Chris Boot
3674 M:      bootc@bootc.net
3675 S:      Maintained
3676
3677 SPARC (sparc32):
3678 P:      William L. Irwin
3679 M:      wli@holomorphy.com
3680 L:      sparclinux@vger.kernel.org
3681 S:      Maintained
3682
3683 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3684 P:      Roger Wolff
3685 M:      R.E.Wolff@BitWizard.nl
3686 L:      linux-kernel@vger.kernel.org ?
3687 S:      Supported
3688
3689 SPIDERNET NETWORK DRIVER for CELL
3690 P:      Ishizaki Kou
3691 M:      kou.ishizaki@toshiba.co.jp
3692 P:      Jens Osterkamp
3693 M:      jens@de.ibm.com
3694 L:      netdev@vger.kernel.org
3695 S:      Supported
3696
3697 SRM (Alpha) environment access
3698 P:      Jan-Benedict Glaw
3699 M:      jbglaw@lug-owl.de
3700 L:      linux-kernel@vger.kernel.org
3701 S:      Maintained
3702
3703 STARFIRE/DURALAN NETWORK DRIVER
3704 P:      Ion Badulescu
3705 M:      ionut@cs.columbia.edu
3706 S:      Maintained
3707
3708 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3709 W:      http://mosquitonet.Stanford.EDU/strip.html
3710 S:      Unsupported ?
3711
3712 STRADIS MPEG-2 DECODER DRIVER
3713 P:      Nathan Laredo
3714 M:      laredo@gnu.org
3715 W:      http://www.stradis.com/
3716 S:      Maintained
3717
3718 SUPERH
3719 P:      Paul Mundt
3720 M:      lethal@linux-sh.org
3721 L:      linux-sh@vger.kernel.org
3722 W:      http://www.linux-sh.org
3723 T:      git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
3724 S:      Maintained
3725
3726 SUN3/3X
3727 P:      Sam Creasey
3728 M:      sammy@sammy.net
3729 W:      http://sammy.net/sun3/
3730 S:      Maintained
3731
3732 SVGA HANDLING
3733 P:      Martin Mares
3734 M:      mj@ucw.cz
3735 L:      linux-video@atrey.karlin.mff.cuni.cz
3736 S:      Maintained
3737
3738 SYSV FILESYSTEM
3739 P:      Christoph Hellwig
3740 M:      hch@infradead.org
3741 S:      Maintained
3742
3743 TC CLASSIFIER
3744 P:      Jamal Hadi Salim
3745 M:      hadi@cyberus.ca
3746 L:      netdev@vger.kernel.org
3747 S:      Maintained
3748
3749 TCP LOW PRIORITY MODULE
3750 P:      Wong Hoi Sing, Edison
3751 M:      hswong3i@gmail.com
3752 P:      Hung Hing Lun, Mike
3753 M:      hlhung3i@gmail.com
3754 W:      http://tcp-lp-mod.sourceforge.net/
3755 S:      Maintained
3756
3757 TEHUTI ETHERNET DRIVER
3758 P:      Alexander Indenbaum
3759 M:      baum@tehutinetworks.net
3760 P:      Andy Gospodarek
3761 M:      andy@greyhouse.net
3762 L:      netdev@vger.kernel.org
3763 S:      Supported
3764
3765 TI FLASH MEDIA INTERFACE DRIVER
3766 P:      Alex Dubov
3767 M:      oakad@yahoo.com
3768 S:      Maintained
3769
3770 TI OMAP MMC INTERFACE DRIVER
3771 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
3772 M:      linux-omap-open-source@linux.omap.com (subscribers only)
3773 W:      http://linux.omap.com
3774 W:      http://www.muru.com/linux/omap/
3775 S:      Maintained
3776
3777 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3778 P:      Deepak Saxena
3779 M:      dsaxena@plexity.net
3780 S:      Maintained
3781
3782 TASKSTATS STATISTICS INTERFACE
3783 P:      Shailabh Nagar
3784 M:      nagar@watson.ibm.com
3785 L:      linux-kernel@vger.kernel.org
3786 S:      Maintained
3787
3788 TIPC NETWORK LAYER
3789 P:      Per Liden
3790 M:      per.liden@ericsson.com
3791 P:      Jon Maloy
3792 M:      jon.maloy@ericsson.com
3793 P:      Allan Stephens
3794 M:      allan.stephens@windriver.com
3795 L:      tipc-discussion@lists.sourceforge.net
3796 W:      http://tipc.sourceforge.net/
3797 W:      http://tipc.cslab.ericsson.net/
3798 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3799 S:      Maintained
3800
3801 TLAN NETWORK DRIVER
3802 P:      Samuel Chessman
3803 M:      chessman@tux.org
3804 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
3805 W:      http://sourceforge.net/projects/tlan/
3806 S:      Maintained
3807
3808 TOSHIBA ACPI EXTRAS DRIVER
3809 P:      John Belmonte
3810 M:      toshiba_acpi@memebeam.org
3811 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3812 S:      Maintained
3813
3814 TOSHIBA SMM DRIVER
3815 P:      Jonathan Buzzard
3816 M:      jonathan@buzzard.org.uk
3817 L:      tlinux-users@tce.toshiba-dme.co.jp
3818 W:      http://www.buzzard.org.uk/toshiba/
3819 S:      Maintained
3820
3821 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3822 P:      Muli Ben-Yehuda
3823 M:      mulix@mulix.org
3824 L:      linux-kernel@vger.kernel.org
3825 S:      Maintained
3826
3827 TRIVIAL PATCHES
3828 P:      Jesper Juhl
3829 M:      trivial@kernel.org
3830 L:      linux-kernel@vger.kernel.org
3831 S:      Maintained
3832
3833 TULIP NETWORK DRIVER
3834 L:      tulip-users@lists.sourceforge.net
3835 W:      http://sourceforge.net/projects/tulip/
3836 S:      Orphan
3837
3838 TUN/TAP driver
3839 P:      Maxim Krasnyansky
3840 M:      maxk@qualcomm.com
3841 L:      vtun@office.satix.net
3842 W:      http://vtun.sourceforge.net/tun
3843 S:      Maintained
3844
3845 TURBOCHANNEL SUBSYSTEM
3846 P:      Maciej W. Rozycki
3847 M:      macro@linux-mips.org
3848 S:      Maintained
3849
3850 U14-34F SCSI DRIVER
3851 P:      Dario Ballabio
3852 M:      ballabio_dario@emc.com
3853 L:      linux-scsi@vger.kernel.org
3854 S:      Maintained
3855
3856 UDF FILESYSTEM
3857 P:      Ben Fennema
3858 M:      bfennema@falcon.csc.calpoly.edu
3859 W:      http://linux-udf.sourceforge.net
3860 S:      Maintained
3861
3862 UNIFORM CDROM DRIVER
3863 P:      Jens Axboe
3864 M:      axboe@kernel.dk
3865 L:      linux-kernel@vger.kernel.org
3866 W:      http://www.kernel.dk
3867 S:      Maintained
3868
3869 USB ACM DRIVER
3870 P:      Oliver Neukum
3871 M:      oliver@neukum.name
3872 L:      linux-usb@vger.kernel.org
3873 S:      Maintained
3874
3875 USB AUERSWALD DRIVER
3876 P:      Wolfgang Muees
3877 M:      wolfgang@iksw-muees.de
3878 L:      linux-usb@vger.kernel.org
3879 S:      Maintained
3880
3881 USB BLOCK DRIVER (UB ub)
3882 P:      Pete Zaitcev
3883 M:      zaitcev@redhat.com
3884 L:      linux-kernel@vger.kernel.org
3885 L:      linux-usb@vger.kernel.org
3886 S:      Supported
3887
3888 USB CDC ETHERNET DRIVER
3889 P:      Greg Kroah-Hartman
3890 M:      greg@kroah.com
3891 L:      linux-usb@vger.kernel.org
3892 S:      Maintained
3893 W:      http://www.kroah.com/linux-usb/
3894
3895 USB DAVICOM DM9601 DRIVER
3896 P:      Peter Korsgaard
3897 M:      jacmet@sunsite.dk
3898 L:      netdev@vger.kernel.org
3899 W:      http://www.linux-usb.org/usbnet
3900 S:      Maintained
3901
3902 USB EHCI DRIVER
3903 P:      David Brownell
3904 M:      dbrownell@users.sourceforge.net
3905 L:      linux-usb@vger.kernel.org
3906 S:      Odd Fixes
3907
3908 USB ET61X[12]51 DRIVER
3909 P:      Luca Risolia
3910 M:      luca.risolia@studio.unibo.it
3911 L:      linux-usb@vger.kernel.org
3912 L:      video4linux-list@redhat.com
3913 W:      http://www.linux-projects.org
3914 S:      Maintained
3915
3916 USB GADGET/PERIPHERAL SUBSYSTEM
3917 P:      David Brownell
3918 M:      dbrownell@users.sourceforge.net
3919 L:      linux-usb@vger.kernel.org
3920 W:      http://www.linux-usb.org/gadget
3921 S:      Maintained
3922
3923 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
3924 P:      Jiri Kosina
3925 M:      jkosina@suse.cz
3926 L:      linux-usb@vger.kernel.org
3927 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
3928 S:      Maintained
3929
3930 USB ISP116X DRIVER
3931 P:      Olav Kongas
3932 M:      ok@artecdesign.ee
3933 L:      linux-usb@vger.kernel.org
3934 S:      Maintained
3935
3936 USB KAWASAKI LSI DRIVER
3937 P:      Oliver Neukum
3938 M:      oliver@neukum.name
3939 L:      linux-usb@vger.kernel.org
3940 S:      Maintained
3941
3942 USB MASS STORAGE DRIVER
3943 P:      Matthew Dharm
3944 M:      mdharm-usb@one-eyed-alien.net
3945 L:      linux-usb@vger.kernel.org
3946 L:      usb-storage@lists.one-eyed-alien.net
3947 S:      Maintained
3948 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
3949
3950 USB OHCI DRIVER
3951 P:      David Brownell
3952 M:      dbrownell@users.sourceforge.net
3953 L:      linux-usb@vger.kernel.org
3954 S:      Odd Fixes
3955
3956 USB OPTION-CARD DRIVER
3957 P:      Matthias Urlichs
3958 M:      smurf@smurf.noris.de
3959 L:      linux-usb@vger.kernel.org
3960 S:      Maintained
3961
3962 USB OV511 DRIVER
3963 P:      Mark McClelland
3964 M:      mmcclell@bigfoot.com
3965 L:      linux-usb@vger.kernel.org
3966 W:      http://alpha.dyndns.org/ov511/
3967 S:      Maintained
3968
3969 USB PEGASUS DRIVER
3970 P:      Petko Manolov
3971 M:      petkan@users.sourceforge.net
3972 L:      linux-usb@vger.kernel.org
3973 L:      netdev@vger.kernel.org
3974 W:      http://pegasus2.sourceforge.net/
3975 S:      Maintained
3976
3977 USB PRINTER DRIVER (usblp)
3978 P:      Pete Zaitcev
3979 M:      zaitcev@redhat.com
3980 L:      linux-usb@vger.kernel.org
3981 S:      Supported
3982
3983 USB RTL8150 DRIVER
3984 P:      Petko Manolov
3985 M:      petkan@users.sourceforge.net
3986 L:      linux-usb@vger.kernel.org
3987 L:      netdev@vger.kernel.org
3988 W:      http://pegasus2.sourceforge.net/
3989 S:      Maintained
3990
3991 USB SE401 DRIVER
3992 P:      Jeroen Vreeken
3993 M:      pe1rxq@amsat.org
3994 L:      linux-usb@vger.kernel.org
3995 W:      http://www.chello.nl/~j.vreeken/se401/
3996 S:      Maintained
3997
3998 USB SERIAL CYBERJACK DRIVER
3999 P:      Matthias Bruestle and Harald Welte
4000 M:      support@reiner-sct.com
4001 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
4002 S:      Maintained
4003
4004 USB SERIAL DIGI ACCELEPORT DRIVER
4005 P:      Peter Berger and Al Borchers
4006 M:      pberger@brimson.com
4007 M:      alborchers@steinerpoint.com
4008 L:      linux-usb@vger.kernel.org
4009 S:      Maintained
4010
4011 USB SERIAL DRIVER
4012 P:      Greg Kroah-Hartman
4013 M:      gregkh@suse.de
4014 L:      linux-usb@vger.kernel.org
4015 S:      Supported
4016
4017 USB SERIAL BELKIN F5U103 DRIVER
4018 P:      William Greathouse
4019 M:      wgreathouse@smva.com
4020 L:      linux-usb@vger.kernel.org
4021 S:      Maintained
4022
4023 USB SERIAL CYPRESS M8 DRIVER
4024 P:      Lonnie Mendez
4025 M:      dignome@gmail.com
4026 L:      linux-usb@vger.kernel.org
4027 S:      Maintained
4028 W:      http://geocities.com/i0xox0i
4029 W:      http://firstlight.net/cvs
4030
4031 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4032 P:      Gary Brubaker
4033 M:      xavyer@ix.netcom.com
4034 L:      linux-usb@vger.kernel.org
4035 S:      Maintained
4036
4037 USB SERIAL KEYSPAN DRIVER
4038 P:      Greg Kroah-Hartman
4039 M:      greg@kroah.com
4040 L:      linux-usb@vger.kernel.org
4041 W:      http://www.kroah.com/linux/
4042 S:      Maintained
4043
4044 USB SERIAL WHITEHEAT DRIVER
4045 P:      Support Department
4046 M:      support@connecttech.com
4047 L:      linux-usb@vger.kernel.org
4048 W:      http://www.connecttech.com
4049 S:      Supported
4050
4051 USB SN9C1xx DRIVER
4052 P:      Luca Risolia
4053 M:      luca.risolia@studio.unibo.it
4054 L:      linux-usb@vger.kernel.org
4055 L:      video4linux-list@redhat.com
4056 W:      http://www.linux-projects.org
4057 S:      Maintained
4058
4059 USB SUBSYSTEM
4060 P:      Greg Kroah-Hartman
4061 M:      gregkh@suse.de
4062 L:      linux-usb@vger.kernel.org
4063 W:      http://www.linux-usb.org
4064 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4065 S:      Supported
4066
4067 USB UHCI DRIVER
4068 P:      Alan Stern
4069 M:      stern@rowland.harvard.edu
4070 L:      linux-usb@vger.kernel.org
4071 S:      Maintained
4072
4073 USB "USBNET" DRIVER FRAMEWORK
4074 P:      David Brownell
4075 M:      dbrownell@users.sourceforge.net
4076 L:      netdev@vger.kernel.org
4077 W:      http://www.linux-usb.org/usbnet
4078 S:      Maintained
4079
4080 USB W996[87]CF DRIVER
4081 P:      Luca Risolia
4082 M:      luca.risolia@studio.unibo.it
4083 L:      linux-usb@vger.kernel.org
4084 L:      video4linux-list@redhat.com
4085 W:      http://www.linux-projects.org
4086 S:      Maintained
4087
4088 USB WIRELESS RNDIS DRIVER (rndis_wlan)
4089 P:      Jussi Kivilinna
4090 M:      jussi.kivilinna@mbnet.fi
4091 L:      linux-wireless@vger.kernel.org
4092 S:      Maintained
4093
4094 USB ZC0301 DRIVER
4095 P:      Luca Risolia
4096 M:      luca.risolia@studio.unibo.it
4097 L:      linux-usb@vger.kernel.org
4098 L:      video4linux-list@redhat.com
4099 W:      http://www.linux-projects.org
4100 S:      Maintained
4101
4102 USB ZD1201 DRIVER
4103 P:      Jeroen Vreeken
4104 M:      pe1rxq@amsat.org
4105 L:      linux-usb@vger.kernel.org
4106 W:      http://linux-lc100020.sourceforge.net
4107 S:      Maintained
4108
4109 USB ZR364XX DRIVER
4110 P:      Antoine Jacquet
4111 M:      royale@zerezo.com
4112 L:      linux-usb@vger.kernel.org
4113 L:      video4linux-list@redhat.com
4114 W:      http://royale.zerezo.com/zr364xx/
4115 S:      Maintained
4116
4117 USER-MODE LINUX
4118 P:      Jeff Dike
4119 M:      jdike@addtoit.com
4120 L:      user-mode-linux-devel@lists.sourceforge.net
4121 L:      user-mode-linux-user@lists.sourceforge.net
4122 W:      http://user-mode-linux.sourceforge.net
4123 S:      Maintained
4124
4125 USERSPACE I/O (UIO)
4126 P:      Hans J. Koch
4127 M:      hjk@linutronix.de
4128 P:      Greg Kroah-Hartman
4129 M:      gregkh@suse.de
4130 L:      linux-kernel@vger.kernel.org
4131 S:      Maintained
4132
4133 FAT/VFAT/MSDOS FILESYSTEM:
4134 P:      OGAWA Hirofumi
4135 M:      hirofumi@mail.parknet.co.jp
4136 L:      linux-kernel@vger.kernel.org
4137 S:      Maintained
4138
4139 VIA RHINE NETWORK DRIVER
4140 P:      Roger Luethi
4141 M:      rl@hellgate.ch
4142 S:      Maintained
4143
4144 VIAPRO SMBUS DRIVER
4145 P:      Jean Delvare
4146 M:      khali@linux-fr.org
4147 L:      i2c@lm-sensors.org
4148 S:      Maintained
4149
4150 VIA VELOCITY NETWORK DRIVER
4151 P:      Francois Romieu
4152 M:      romieu@fr.zoreil.com
4153 L:      netdev@vger.kernel.org
4154 S:      Maintained
4155
4156 UCLINUX (AND M68KNOMMU)
4157 P:      Greg Ungerer
4158 M:      gerg@uclinux.org
4159 W:      http://www.uclinux.org/
4160 L:      uclinux-dev@uclinux.org  (subscribers-only)
4161 S:      Maintained
4162
4163 UCLINUX FOR NEC V850
4164 P:      Miles Bader
4165
4166 UCLINUX FOR RENESAS H8/300
4167 P:      Yoshinori Sato
4168 M:      ysato@users.sourceforge.jp
4169 W:      http://uclinux-h8.sourceforge.jp/
4170 S:      Supported
4171
4172 UFS FILESYSTEM
4173 P:      Evgeniy Dushistov
4174 M:      dushistov@mail.ru
4175 L:      linux-kernel@vger.kernel.org
4176 S:      Maintained
4177
4178 USB DIAMOND RIO500 DRIVER
4179 P:      Cesar Miquel
4180 M:      miquel@df.uba.ar
4181 L:      rio500-users@lists.sourceforge.net
4182 W:      http://rio500.sourceforge.net
4183 S:      Maintained
4184
4185 VIDEO FOR LINUX
4186 P:      Mauro Carvalho Chehab
4187 M:      mchehab@infradead.org
4188 M:      v4l-dvb-maintainer@linuxtv.org
4189 L:      video4linux-list@redhat.com
4190 W:      http://linuxtv.org
4191 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4192 S:      Maintained
4193
4194 VLAN (802.1Q)
4195 P:      Patrick McHardy
4196 M:      kaber@trash.net
4197 L:      netdev@vger.kernel.org
4198 S:      Maintained
4199
4200 VT1211 HARDWARE MONITOR DRIVER
4201 P:      Juerg Haefliger
4202 M:      juergh@gmail.com
4203 L:      lm-sensors@lm-sensors.org
4204 S:      Maintained
4205
4206 VT8231 HARDWARE MONITOR DRIVER
4207 P:      Roger Lucas
4208 M:      roger@planbit.co.uk
4209 L:      lm-sensors@lm-sensors.org
4210 S:      Maintained
4211
4212 W1 DALLAS'S 1-WIRE BUS
4213 P:      Evgeniy Polyakov
4214 M:      johnpol@2ka.mipt.ru
4215 S:      Maintained
4216
4217 W83791D HARDWARE MONITORING DRIVER
4218 P:      Charles Spirakis
4219 M:      bezaur@gmail.com
4220 L:      lm-sensors@lm-sensors.org
4221 S:      Odd Fixes
4222
4223 W83793 HARDWARE MONITORING DRIVER
4224 P:      Rudolf Marek
4225 M:      r.marek@assembler.cz
4226 L:      lm-sensors@lm-sensors.org
4227 S:      Maintained
4228
4229 W83L51xD SD/MMC CARD INTERFACE DRIVER
4230 P:      Pierre Ossman
4231 M:      drzeus-wbsd@drzeus.cx
4232 L:      linux-kernel@vger.kernel.org
4233 W:      http://projects.drzeus.cx/wbsd
4234 S:      Maintained
4235
4236 WATCHDOG DEVICE DRIVERS
4237 P:      Wim Van Sebroeck
4238 M:      wim@iguana.be
4239 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4240 S:      Maintained
4241
4242 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4243 P:      Jean Tourrilhes
4244 M:      jt@hpl.hp.com
4245 L:      linux-wireless@vger.kernel.org
4246 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4247 S:      Maintained
4248
4249 WD7000 SCSI DRIVER
4250 P:      Miroslav Zagorac
4251 M:      zaga@fly.cc.fer.hr
4252 L:      linux-scsi@vger.kernel.org
4253 S:      Maintained
4254
4255 WISTRON LAPTOP BUTTON DRIVER
4256 P:      Miloslav Trmac
4257 M:      mitr@volny.cz
4258 S:      Maintained
4259
4260 WL3501 WIRELESS PCMCIA CARD DRIVER
4261 P:      Arnaldo Carvalho de Melo
4262 M:      acme@ghostprotocols.net
4263 L:      linux-wireless@vger.kernel.org
4264 W:      http://oops.ghostprotocols.net:81/blog
4265 S:      Maintained
4266
4267 X.25 NETWORK LAYER
4268 P:      Henner Eisen
4269 M:      eis@baty.hanse.de
4270 L:      linux-x25@vger.kernel.org
4271 S:      Maintained
4272
4273 XEN HYPERVISOR INTERFACE
4274 P:      Jeremy Fitzhardinge
4275 M:      jeremy@xensource.com
4276 P:      Chris Wright
4277 M:      chrisw@sous-sol.org
4278 L:      virtualization@lists.osdl.org
4279 L:      xen-devel@lists.xensource.com
4280 S:      Supported
4281
4282 XFS FILESYSTEM
4283 P:      Silicon Graphics Inc
4284 P:      Tim Shimmin
4285 M:      xfs-masters@oss.sgi.com
4286 L:      xfs@oss.sgi.com
4287 W:      http://oss.sgi.com/projects/xfs
4288 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4289 S:      Supported
4290
4291 XILINX SYSTEMACE DRIVER
4292 P:      Grant Likely
4293 M:      grant.likely@secretlab.ca
4294 W:      http://www.secretlab.ca/
4295 L:      linux-kernel@vger.kernel.org
4296 S:      Maintained
4297
4298 XILINX UARTLITE SERIAL DRIVER
4299 P:      Peter Korsgaard
4300 M:      jacmet@sunsite.dk
4301 L:      linux-serial@vger.kernel.org
4302 S:      Maintained
4303
4304 X86 ARCHITECTURE (32-BIT AND 64-BIT)
4305 P:      Thomas Gleixner
4306 M:      tglx@linutronix.de
4307 P:      Ingo Molnar
4308 M:      mingo@redhat.com
4309 P:      H. Peter Anvin
4310 M:      hpa@zytor.com
4311 L:      linux-kernel@vger.kernel.org
4312 T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4313 S:      Maintained
4314
4315 YAM DRIVER FOR AX.25
4316 P:      Jean-Paul Roubelat
4317 M:      jpr@f6fbb.org
4318 L:      linux-hams@vger.kernel.org
4319 S:      Maintained
4320
4321 YEALINK PHONE DRIVER
4322 P:      Henk Vergonet
4323 M:      Henk.Vergonet@gmail.com
4324 L:      usbb2k-api-dev@nongnu.org
4325 S:      Maintained
4326
4327 Z8530 DRIVER FOR AX.25
4328 P:      Joerg Reuter
4329 M:      jreuter@yaina.de
4330 W:      http://yaina.de/jreuter/
4331 W:      http://www.qsl.net/dl1bke/
4332 L:      linux-hams@vger.kernel.org
4333 S:      Maintained
4334
4335 ZD1211RW WIRELESS DRIVER
4336 P:      Daniel Drake
4337 M:      dsd@gentoo.org
4338 P:      Ulrich Kunitz
4339 M:      kune@deine-taler.de
4340 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4341 L:      linux-wireless@vger.kernel.org
4342 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4343 S:      Maintained
4344
4345 ZF MACHZ WATCHDOG
4346 P:      Fernando Fuganti
4347 M:      fuganti@netbank.com.br
4348 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4349 S:      Maintained
4350
4351 ZR36067 VIDEO FOR LINUX DRIVER
4352 P:      Ronald Bultje
4353 M:      rbultje@ronald.bitfreak.net
4354 L:      mjpeg-users@lists.sourceforge.net
4355 W:      http://mjpeg.sourceforge.net/driver-zoran/
4356 S:      Maintained
4357
4358 ZS DECSTATION Z85C30 SERIAL DRIVER
4359 P:      Maciej W. Rozycki
4360 M:      macro@linux-mips.org
4361 S:      Maintained
4362
4363 THE REST
4364 P:      Linus Torvalds
4365 S:      Buried alive in reporters