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