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