libertas: fix use-before-check violation
[safe/jmp/linux-2.6] / 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 (subscribers-only)
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:      Johannes Berg
2551 M:      johannes@sipsolutions.net
2552 P:      Michael Wu
2553 M:      flamingice@sourmilk.net
2554 L:      linux-wireless@vger.kernel.org
2555 W:      http://linuxwireless.org/
2556 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2557 S:      Maintained
2558
2559 MAC80211 PID RATE CONTROL
2560 P:      Stefano Brivio
2561 M:      stefano.brivio@polimi.it
2562 P:      Mattias Nissler
2563 M:      mattias.nissler@gmx.de
2564 L:      linux-wireless@vger.kernel.org
2565 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2566 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2567 S:      Maintained
2568
2569 MACVLAN DRIVER
2570 P:      Patrick McHardy
2571 M:      kaber@trash.net
2572 L:      netdev@vger.kernel.org
2573 S:      Maintained
2574
2575 MARVELL YUKON / SYSKONNECT DRIVER
2576 P:      Mirko Lindner
2577 M:      mlindner@syskonnect.de
2578 P:      Ralph Roesler
2579 M:      rroesler@syskonnect.de
2580 W:      http://www.syskonnect.com
2581 S:      Supported
2582
2583 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2584 P:      Michael Kerrisk
2585 M:      mtk.manpages@gmail.com
2586 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2587 S:      Maintained
2588
2589 MARVELL LIBERTAS WIRELESS DRIVER
2590 P:      Dan Williams
2591 M:      dcbw@redhat.com
2592 L:      libertas-dev@lists.infradead.org
2593 S:      Maintained
2594
2595 MARVELL MV643XX ETHERNET DRIVER
2596 P:      Dale Farnsworth
2597 M:      dale@farnsworth.org
2598 P:      Manish Lachwani
2599 M:      mlachwani@mvista.com
2600 L:      netdev@vger.kernel.org
2601 S:      Odd Fixes for 2.4; Maintained for 2.6.
2602
2603 MATROX FRAMEBUFFER DRIVER
2604 P:      Petr Vandrovec
2605 M:      vandrove@vc.cvut.cz
2606 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2607 S:      Maintained
2608
2609 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2610 P:      Hans J. Koch
2611 M:      hjk@linutronix.de
2612 L:      lm-sensors@lm-sensors.org
2613 S:      Maintained
2614
2615 MEGARAID SCSI DRIVERS
2616 P:      Neela Syam Kolli
2617 M:      megaraidlinux@lsi.com
2618 S:      linux-scsi@vger.kernel.org
2619 W:      http://megaraid.lsilogic.com
2620 S:      Maintained
2621
2622 MEMORY MANAGEMENT
2623 L:      linux-mm@kvack.org
2624 L:      linux-kernel@vger.kernel.org
2625 W:      http://www.linux-mm.org
2626 S:      Maintained
2627
2628 MEMORY RESOURCE CONTROLLER
2629 P:      Balbir Singh
2630 M:      balbir@linux.vnet.ibm.com
2631 P:      Pavel Emelyanov
2632 M:      xemul@openvz.org
2633 P:      KAMEZAWA Hiroyuki
2634 M:      kamezawa.hiroyu@jp.fujitsu.com
2635 L:      linux-mm@kvack.org
2636 L:      linux-kernel@vger.kernel.org
2637 S:      Maintained
2638
2639 MEI MN10300/AM33 PORT
2640 P:      David Howells
2641 M:      dhowells@redhat.com
2642 P:      Koichi Yasutake
2643 M:      yasutake.koichi@jp.panasonic.com
2644 L:      linux-am33-list@redhat.com
2645 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2646 S:      Maintained
2647
2648 MEMORY TECHNOLOGY DEVICES (MTD)
2649 P:      David Woodhouse
2650 M:      dwmw2@infradead.org
2651 W:      http://www.linux-mtd.infradead.org/
2652 L:      linux-mtd@lists.infradead.org
2653 T:      git git://git.infradead.org/mtd-2.6.git
2654 S:      Maintained
2655
2656 UNSORTED BLOCK IMAGES (UBI)
2657 P:      Artem Bityutskiy
2658 M:      dedekind@infradead.org
2659 W:      http://www.linux-mtd.infradead.org/
2660 L:      linux-mtd@lists.infradead.org
2661 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2662 S:      Maintained
2663
2664 MICROTEK X6 SCANNER
2665 P:      Oliver Neukum
2666 M:      oliver@neukum.name
2667 S:      Maintained
2668
2669 MIPS
2670 P:      Ralf Baechle
2671 M:      ralf@linux-mips.org
2672 W:      http://www.linux-mips.org/
2673 L:      linux-mips@linux-mips.org
2674 T:      git www.linux-mips.org:/pub/scm/linux.git
2675 S:      Supported
2676
2677 MISCELLANEOUS MCA-SUPPORT
2678 P:      James Bottomley
2679 M:      James.Bottomley@HansenPartnership.com
2680 L:      linux-kernel@vger.kernel.org
2681 S:      Maintained
2682
2683 MODULE SUPPORT
2684 P:      Rusty Russell
2685 M:      rusty@rustcorp.com.au
2686 L:      linux-kernel@vger.kernel.org
2687 S:      Maintained
2688
2689 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2690 P:      Stelian Pop
2691 M:      stelian@popies.net
2692 W:      http://popies.net/meye/
2693 S:      Maintained
2694
2695 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2696 P:      Pavel Pisa
2697 M:      ppisa@pikron.com
2698 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2699 S:      Maintained
2700
2701 MOUSE AND MISC DEVICES [GENERAL]
2702 P:      Alessandro Rubini
2703 M:      rubini@ipvvis.unipv.it
2704 L:      linux-kernel@vger.kernel.org
2705 S:      Maintained
2706
2707 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2708 P:      Jiri Slaby
2709 M:      jirislaby@gmail.com
2710 L:      linux-kernel@vger.kernel.org
2711 S:      Maintained
2712
2713 MSI LAPTOP SUPPORT
2714 P:      Lennart Poettering
2715 M:      mzxreary@0pointer.de
2716 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2717 W:      http://0pointer.de/lennart/tchibo.html
2718 S:      Maintained
2719
2720 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2721 P:      Pierre Ossman
2722 M:      drzeus-mmc@drzeus.cx
2723 L:      linux-kernel@vger.kernel.org
2724 S:      Maintained
2725
2726 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2727 P:      David Brownell
2728 M:      dbrownell@users.sourceforge.net
2729 L:      linux-kernel@vger.kernel.org
2730 S:      Odd fixes
2731
2732 MULTISOUND SOUND DRIVER
2733 P:      Andrew Veliath
2734 M:      andrewtv@usa.net
2735 S:      Maintained
2736
2737 MULTITECH MULTIPORT CARD (ISICOM)
2738 P:      Jiri Slaby
2739 M:      jirislaby@gmail.com
2740 L:      linux-kernel@vger.kernel.org
2741 S:      Maintained
2742
2743 NATSEMI ETHERNET DRIVER (DP8381x)
2744 P:      Tim Hockin
2745 M:      thockin@hockin.org
2746 S:      Maintained
2747
2748 NCP FILESYSTEM
2749 P:      Petr Vandrovec
2750 M:      vandrove@vc.cvut.cz
2751 L:      linware@sh.cvut.cz
2752 S:      Maintained
2753
2754 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2755 P:      James E.J. Bottomley
2756 M:      James.Bottomley@HansenPartnership.com
2757 L:      linux-scsi@vger.kernel.org
2758 S:      Maintained
2759
2760 NETEFFECT IWARP RNIC DRIVER (IW_NES)
2761 P:      Faisal Latif
2762 M:      flatif@neteffect.com
2763 P:      Nishi Gupta
2764 M:      ngupta@neteffect.com
2765 P:      Glenn Streiff
2766 M:      gstreiff@neteffect.com
2767 L:      general@lists.openfabrics.org
2768 W:      http://www.neteffect.com
2769 S:      Supported
2770 F:      drivers/infiniband/hw/nes/
2771
2772 NETEM NETWORK EMULATOR
2773 P:      Stephen Hemminger
2774 M:      shemminger@linux-foundation.org
2775 L:      netem@lists.linux-foundation.org
2776 S:      Maintained
2777
2778 NETERION (S2IO) Xframe 10GbE DRIVER
2779 P:      Ramkrishna Vepa
2780 M:      ram.vepa@neterion.com
2781 P:      Rastapur Santosh
2782 M:      santosh.rastapur@neterion.com
2783 P:      Sivakumar Subramani
2784 M:      sivakumar.subramani@neterion.com
2785 P:      Sreenivasa Honnur
2786 M:      sreenivasa.honnur@neterion.com
2787 L:      netdev@vger.kernel.org
2788 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2789 S:      Supported
2790
2791 NETFILTER/IPTABLES/IPCHAINS
2792 P:      Rusty Russell
2793 P:      Marc Boucher
2794 P:      James Morris
2795 P:      Harald Welte
2796 P:      Jozsef Kadlecsik
2797 P:      Patrick McHardy
2798 M:      kaber@trash.net
2799 L:      netfilter-devel@vger.kernel.org
2800 L:      netfilter@vger.kernel.org
2801 L:      coreteam@netfilter.org
2802 W:      http://www.netfilter.org/
2803 W:      http://www.iptables.org/
2804 S:      Supported
2805
2806 NETLABEL
2807 P:      Paul Moore
2808 M:      paul.moore@hp.com
2809 W:      http://netlabel.sf.net
2810 L:      netdev@vger.kernel.org
2811 S:      Supported
2812
2813 NETROM NETWORK LAYER
2814 P:      Ralf Baechle
2815 M:      ralf@linux-mips.org
2816 L:      linux-hams@vger.kernel.org
2817 W:      http://www.linux-ax25.org/
2818 S:      Maintained
2819
2820 NETWORK BLOCK DEVICE (NBD)
2821 P:      Paul Clements
2822 M:      Paul.Clements@steeleye.com
2823 S:      Maintained
2824
2825 NETWORK DEVICE DRIVERS
2826 P:      Jeff Garzik
2827 M:      jgarzik@pobox.com
2828 L:      netdev@vger.kernel.org
2829 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2830 S:      Maintained
2831
2832 NETWORKING [GENERAL]
2833 P:      Networking Team
2834 M:      netdev@vger.kernel.org
2835 L:      netdev@vger.kernel.org
2836 W:      http://linux-net.osdl.org/
2837 S:      Maintained
2838
2839 NETWORKING [IPv4/IPv6]
2840 P:      David S. Miller
2841 M:      davem@davemloft.net
2842 P:      Alexey Kuznetsov
2843 M:      kuznet@ms2.inr.ac.ru
2844 P:      Pekka Savola (ipv6)
2845 M:      pekkas@netcore.fi
2846 P:      James Morris
2847 M:      jmorris@namei.org
2848 P:      Hideaki YOSHIFUJI
2849 M:      yoshfuji@linux-ipv6.org
2850 P:      Patrick McHardy
2851 M:      kaber@trash.net
2852 L:      netdev@vger.kernel.org
2853 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2854 S:      Maintained
2855
2856 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2857 P:      Paul Moore
2858 M:      paul.moore@hp.com
2859 L:      netdev@vger.kernel.org
2860 S:      Maintained
2861
2862 NETWORKING [WIRELESS]
2863 P:      John W. Linville
2864 M:      linville@tuxdriver.com
2865 L:      linux-wireless@vger.kernel.org
2866 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2867 S:      Maintained
2868
2869 NETXEN (1/10) GbE SUPPORT
2870 P:      Dhananjay Phadke
2871 M:      dhananjay@netxen.com
2872 L:      netdev@vger.kernel.org
2873 W:      http://www.netxen.com
2874 S:      Supported
2875
2876 IPVS
2877 P:      Wensong Zhang
2878 M:      wensong@linux-vs.org
2879 P:      Simon Horman
2880 M:      horms@verge.net.au
2881 P:      Julian Anastasov
2882 M:      ja@ssi.bg
2883 L:      netdev@vger.kernel.org
2884 S:      Maintained
2885
2886 NFS CLIENT
2887 P:      Trond Myklebust
2888 M:      Trond.Myklebust@netapp.com
2889 L:      linux-nfs@vger.kernel.org
2890 W:      http://client.linux-nfs.org
2891 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
2892 S:      Maintained
2893
2894 NI5010 NETWORK DRIVER
2895 P:      Jan-Pascal van Best
2896 M:      janpascal@vanbest.org
2897 P:      Andreas Mohr
2898 M:      andi@lisas.de
2899 L:      netdev@vger.kernel.org
2900 S:      Maintained
2901
2902 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2903 P:      YOKOTA Hiroshi
2904 M:      yokota@netlab.is.tsukuba.ac.jp
2905 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2906 S:      Maintained
2907
2908 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2909 P:      GOTO Masanori
2910 M:      gotom@debian.or.jp
2911 P:      YOKOTA Hiroshi
2912 M:      yokota@netlab.is.tsukuba.ac.jp
2913 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2914 S:      Maintained
2915
2916 NTFS FILESYSTEM
2917 P:      Anton Altaparmakov
2918 M:      aia21@cantab.net
2919 L:      linux-ntfs-dev@lists.sourceforge.net
2920 L:      linux-kernel@vger.kernel.org
2921 W:      http://linux-ntfs.sf.net/
2922 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2923 S:      Maintained
2924
2925 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2926 P:      Antonino Daplas
2927 M:      adaplas@gmail.com
2928 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2929 S:      Maintained
2930
2931 OPENCORES I2C BUS DRIVER
2932 P:      Peter Korsgaard
2933 M:      jacmet@sunsite.dk
2934 L:      i2c@lm-sensors.org
2935 S:      Maintained
2936
2937 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2938 P:      Mark Fasheh
2939 M:      mfasheh@suse.com
2940 P:      Joel Becker
2941 M:      joel.becker@oracle.com
2942 L:      ocfs2-devel@oss.oracle.com
2943 W:      http://oss.oracle.com/projects/ocfs2/
2944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
2945 S:      Supported
2946
2947 OMNIKEY CARDMAN 4000 DRIVER
2948 P:      Harald Welte
2949 M:      laforge@gnumonks.org
2950 S:      Maintained
2951
2952 OMNIKEY CARDMAN 4040 DRIVER
2953 P:      Harald Welte
2954 M:      laforge@gnumonks.org
2955 S:      Maintained
2956
2957 OMNIVISION OV7670 SENSOR DRIVER
2958 P:      Jonathan Corbet
2959 M:      corbet@lwn.net
2960 L:      video4linux-list@redhat.com
2961 S:      Maintained
2962
2963 ONENAND FLASH DRIVER
2964 P:      Kyungmin Park
2965 M:      kyungmin.park@samsung.com
2966 L:      linux-mtd@lists.infradead.org
2967 S:      Maintained
2968
2969 ONSTREAM SCSI TAPE DRIVER
2970 P:      Willem Riede
2971 M:      osst@riede.org
2972 L:      osst-users@lists.sourceforge.net
2973 L:      linux-scsi@vger.kernel.org
2974 S:      Maintained
2975
2976 OPROFILE
2977 P:      Philippe Elie
2978 M:      phil.el@wanadoo.fr
2979 L:      oprofile-list@lists.sf.net
2980 S:      Maintained
2981
2982 ORINOCO DRIVER
2983 P:      Pavel Roskin
2984 M:      proski@gnu.org
2985 P:      David Gibson
2986 M:      hermes@gibson.dropbear.id.au
2987 L:      linux-wireless@vger.kernel.org
2988 L:      orinoco-users@lists.sourceforge.net
2989 L:      orinoco-devel@lists.sourceforge.net
2990 W:      http://www.nongnu.org/orinoco/
2991 S:      Maintained
2992
2993 PA SEMI ETHERNET DRIVER
2994 P:      Olof Johansson
2995 M:      olof@lixom.net
2996 L:      netdev@vger.kernel.org
2997 S:      Maintained
2998
2999 PA SEMI SMBUS DRIVER
3000 P:      Olof Johansson
3001 M:      olof@lixom.net
3002 L:      i2c@lm-sensors.org
3003 S:      Maintained
3004
3005 PARALLEL PORT SUPPORT
3006 L:      linux-parport@lists.infradead.org (subscribers-only)
3007 S:      Orphan
3008
3009 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3010 P:      Tim Waugh
3011 M:      tim@cyberelk.net
3012 L:      linux-parport@lists.infradead.org (subscribers-only)
3013 W:      http://www.torque.net/linux-pp.html
3014 S:      Maintained
3015
3016 PARISC ARCHITECTURE
3017 P:      Kyle McMartin
3018 M:      kyle@parisc-linux.org
3019 P:      Matthew Wilcox
3020 M:      matthew@wil.cx
3021 P:      Grant Grundler
3022 M:      grundler@parisc-linux.org
3023 L:      linux-parisc@vger.kernel.org
3024 W:      http://www.parisc-linux.org/
3025 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3026 S:      Maintained
3027
3028 PARAVIRT_OPS INTERFACE
3029 P:      Jeremy Fitzhardinge
3030 M:      jeremy@xensource.com
3031 P:      Chris Wright
3032 M:      chrisw@sous-sol.org
3033 P:      Zachary Amsden
3034 M:      zach@vmware.com
3035 P:      Rusty Russell
3036 M:      rusty@rustcorp.com.au
3037 L:      virtualization@lists.osdl.org
3038 L:      linux-kernel@vger.kernel.org
3039 S:      Supported
3040
3041 PC87360 HARDWARE MONITORING DRIVER
3042 P:      Jim Cromie
3043 M:      jim.cromie@gmail.com
3044 L:      lm-sensors@lm-sensors.org
3045 S:      Maintained
3046
3047 PC8736x GPIO DRIVER
3048 P:      Jim Cromie
3049 M:      jim.cromie@gmail.com
3050 S:      Maintained
3051
3052 PCI ERROR RECOVERY
3053 P:      Linas Vepstas
3054 M:      linas@austin.ibm.com
3055 L:      linux-kernel@vger.kernel.org
3056 L:      linux-pci@atrey.karlin.mff.cuni.cz
3057 S:      Supported
3058
3059 PCI SUBSYSTEM
3060 P:      Greg Kroah-Hartman
3061 M:      gregkh@suse.de
3062 L:      linux-kernel@vger.kernel.org
3063 L:      linux-pci@atrey.karlin.mff.cuni.cz
3064 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3065 S:      Supported
3066
3067 PCI HOTPLUG CORE
3068 P:      Kristen Carlson Accardi
3069 M:      kristen.c.accardi@intel.com
3070 S:      Supported
3071
3072 PCIE HOTPLUG DRIVER
3073 P:      Kristen Carlson Accardi
3074 M:      kristen.c.accardi@intel.com
3075 L:      pcihpd-discuss@lists.sourceforge.net
3076 S:      Supported
3077
3078 PCMCIA SUBSYSTEM
3079 P:      Linux PCMCIA Team
3080 L:      linux-pcmcia@lists.infradead.org
3081 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3082 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3083 S:      Maintained
3084
3085 PCNET32 NETWORK DRIVER
3086 P:      Don Fry
3087 M:      pcnet32@verizon.net
3088 L:      netdev@vger.kernel.org
3089 S:      Maintained
3090
3091 PER-TASK DELAY ACCOUNTING
3092 P:      Shailabh Nagar
3093 M:      nagar@watson.ibm.com
3094 L:      linux-kernel@vger.kernel.org
3095 S:      Maintained
3096
3097 PERSONALITY HANDLING
3098 P:      Christoph Hellwig
3099 M:      hch@infradead.org
3100 L:      linux-abi-devel@lists.sourceforge.net
3101 S:      Maintained
3102
3103 PHRAM MTD DRIVER
3104 P:      Joern Engel
3105 M:      joern@lazybastard.org
3106 L:      linux-mtd@lists.infradead.org
3107 S:      Maintained
3108
3109 PKTCDVD DRIVER
3110 P:      Peter Osterlund
3111 M:      petero2@telia.com
3112 L:      linux-kernel@vger.kernel.org
3113 S:      Maintained
3114
3115 POSIX CLOCKS and TIMERS
3116 P:      Thomas Gleixner
3117 M:      tglx@linutronix.de
3118 L:      linux-kernel@vger.kernel.org
3119 S:      Supported
3120
3121 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3122 P:      Anton Vorontsov
3123 M:      cbou@mail.ru
3124 P:      David Woodhouse
3125 M:      dwmw2@infradead.org
3126 L:      linux-kernel@vger.kernel.org
3127 T:      git git.infradead.org/battery-2.6.git
3128 S:      Maintained
3129
3130 POWERPC 4xx EMAC DRIVER
3131 P:      Eugene Surovegin
3132 M:      ebs@ebshome.net
3133 W:      http://kernel.ebshome.net/emac/
3134 L:      linuxppc-dev@ozlabs.org
3135 L:      netdev@vger.kernel.org
3136 S:      Maintained
3137
3138 PNP SUPPORT
3139 P:      Adam Belay
3140 M:      ambx1@neo.rr.com
3141 S:      Maintained
3142
3143 PNXxxxx I2C DRIVER
3144 P:      Vitaly Wool
3145 M:      vitalywool@gmail.com
3146 L:      i2c@lm-sensors.org
3147 S:      Maintained
3148
3149 PPP PROTOCOL DRIVERS AND COMPRESSORS
3150 P:      Paul Mackerras
3151 M:      paulus@samba.org
3152 L:      linux-ppp@vger.kernel.org
3153 S:      Maintained
3154
3155 PPP OVER ATM (RFC 2364)
3156 P:      Mitchell Blank Jr
3157 M:      mitch@sfgoth.com
3158 S:      Maintained
3159
3160 PPP OVER ETHERNET
3161 P:      Michal Ostrowski
3162 M:      mostrows@speakeasy.net
3163 S:      Maintained
3164
3165 PPP OVER L2TP
3166 P:      James Chapman
3167 M:      jchapman@katalix.com
3168 S:      Maintained
3169
3170 PREEMPTIBLE KERNEL
3171 P:      Robert Love
3172 M:      rml@tech9.net
3173 L:      linux-kernel@vger.kernel.org
3174 L:      kpreempt-tech@lists.sourceforge.net
3175 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3176 S:      Supported
3177
3178 P54 WIRELESS DRIVER
3179 P:      Michael Wu
3180 M:      flamingice@sourmilk.net
3181 L:      linux-wireless@vger.kernel.org
3182 W:      http://prism54.org
3183 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3184 S:      Maintained
3185
3186 PRISM54 WIRELESS DRIVER
3187 P:      Luis R. Rodriguez
3188 M:      mcgrof@gmail.com
3189 L:      linux-wireless@vger.kernel.org
3190 W:      http://prism54.org
3191 S:      Maintained
3192
3193 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3194 P:      Peter Denison
3195 M:      promise@pnd-pc.demon.co.uk
3196 W:      http://www.pnd-pc.demon.co.uk/promise/
3197 S:      Maintained
3198
3199 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3200 P:      Mikael Pettersson
3201 M:      mikpe@it.uu.se
3202 L:      linux-ide@vger.kernel.org
3203 S:      Maintained
3204
3205 PS3 NETWORK SUPPORT
3206 P:      Masakazu Mokuno
3207 M:      mokuno@sm.sony.co.jp
3208 L:      netdev@vger.kernel.org
3209 L:      cbe-oss-dev@ozlabs.org
3210 S:      Supported
3211
3212 PS3 PLATFORM SUPPORT
3213 P:      Geoff Levand
3214 M:      geoffrey.levand@am.sony.com
3215 L:      linuxppc-dev@ozlabs.org
3216 L:      cbe-oss-dev@ozlabs.org
3217 S:      Supported
3218
3219 PVRUSB2 VIDEO4LINUX DRIVER
3220 P:      Mike Isely
3221 M:      isely@pobox.com
3222 L:      pvrusb2@isely.net       (subscribers-only)
3223 L:      video4linux-list@redhat.com
3224 W:      http://www.isely.net/pvrusb2/
3225 S:      Maintained
3226
3227 PXA2xx SUPPORT
3228 P:      Nicolas Pitre
3229 M:      nico@cam.org
3230 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3231 S:      Maintained
3232
3233 PXA MMCI DRIVER
3234 S:      Orphan
3235
3236 QLOGIC QLA2XXX FC-SCSI DRIVER
3237 P:      Andrew Vasquez
3238 M:      linux-driver@qlogic.com
3239 L:      linux-scsi@vger.kernel.org
3240 S:      Supported
3241
3242 QLOGIC QLA3XXX NETWORK DRIVER
3243 P:      Ron Mercer
3244 M:      linux-driver@qlogic.com
3245 L:      netdev@vger.kernel.org
3246 S:      Supported
3247
3248 QNX4 FILESYSTEM
3249 P:      Anders Larsen
3250 M:      al@alarsen.net
3251 L:      linux-kernel@vger.kernel.org
3252 W:      http://www.alarsen.net/linux/qnx4fs/
3253 S:      Maintained
3254
3255 RADEON FRAMEBUFFER DISPLAY DRIVER
3256 P:      Benjamin Herrenschmidt
3257 M:      benh@kernel.crashing.org
3258 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3259 S:      Maintained
3260
3261 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3262 P:      Paul Mackerras
3263 M:      paulus@samba.org
3264 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3265 S:      Maintained
3266
3267 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3268 P:      Corey Thomas
3269 M:      coreythomas@charter.net
3270 L:      linux-wireless@vger.kernel.org
3271 S:      Maintained
3272
3273 RALINK RT2X00 WLAN DRIVER
3274 P:      rt2x00 project
3275 L:      linux-wireless@vger.kernel.org
3276 L:      rt2400-devel@lists.sourceforge.net
3277 W:      http://rt2x00.serialmonkey.com/
3278 S:      Maintained
3279 T:      git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
3280 F:      drivers/net/wireless/rt2x00/
3281
3282 RAMDISK RAM BLOCK DEVICE DRIVER
3283 P:      Nick Piggin
3284 M:      npiggin@suse.de
3285 S:      Maintained
3286
3287 RANDOM NUMBER DRIVER
3288 P:      Matt Mackall
3289 M:      mpm@selenic.com
3290 S:      Maintained
3291
3292 RAPIDIO SUBSYSTEM
3293 P:      Matt Porter
3294 M:      mporter@kernel.crashing.org
3295 L:      linux-kernel@vger.kernel.org
3296 S:      Maintained
3297
3298 RDC R-321X SoC
3299 P:      Florian Fainelli
3300 M:      florian.fainelli@telecomint.eu
3301 L:      linux-kernel@vger.kernel.org
3302 S:      Maintained
3303
3304 RDC R6040 FAST ETHERNET DRIVER
3305 P:      Florian Fainelli
3306 M:      florian.fainelli@telecomint.eu
3307 L:      netdev@vger.kernel.org
3308 S:      Maintained
3309
3310 READ-COPY UPDATE (RCU)
3311 P:      Dipankar Sarma
3312 M:      dipankar@in.ibm.com
3313 W:      http://www.rdrop.com/users/paulmck/rclock/
3314 L:      linux-kernel@vger.kernel.org
3315 S:      Supported
3316
3317 RCUTORTURE MODULE
3318 P:      Josh Triplett
3319 M:      josh@freedesktop.org
3320 L:      linux-kernel@vger.kernel.org
3321 S:      Maintained
3322
3323 REAL TIME CLOCK DRIVER
3324 P:      Paul Gortmaker
3325 M:      p_gortmaker@yahoo.com
3326 L:      linux-kernel@vger.kernel.org
3327 S:      Maintained
3328
3329 REAL TIME CLOCK (RTC) SUBSYSTEM
3330 P:      Alessandro Zummo
3331 M:      a.zummo@towertech.it
3332 L:      rtc-linux@googlegroups.com
3333 S:      Maintained
3334
3335 REISERFS FILE SYSTEM
3336 P:      Hans Reiser
3337 M:      reiserfs-dev@namesys.com
3338 L:      reiserfs-devel@vger.kernel.org
3339 W:      http://www.namesys.com
3340 S:      Supported
3341
3342 RFKILL
3343 P:      Ivo van Doorn
3344 M:      IvDoorn@gmail.com
3345 L:      netdev@vger.kernel.org
3346 S:      Maintained
3347 F:      net/rfkill
3348
3349 ROCKETPORT DRIVER
3350 P:      Comtrol Corp.
3351 W:      http://www.comtrol.com
3352 S:      Maintained
3353
3354 ROSE NETWORK LAYER
3355 P:      Ralf Baechle
3356 M:      ralf@linux-mips.org
3357 L:      linux-hams@vger.kernel.org
3358 W:      http://www.linux-ax25.org/
3359 S:      Maintained
3360
3361 RISCOM8 DRIVER
3362 S:      Orphan
3363
3364 RTL818X WIRELESS DRIVER
3365 P:      Michael Wu
3366 M:      flamingice@sourmilk.net
3367 P:      Andrea Merello
3368 M:      andreamrl@tiscali.it
3369 L:      linux-wireless@vger.kernel.org
3370 W:      http://linuxwireless.org/
3371 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3372 S:      Maintained
3373
3374 S3 SAVAGE FRAMEBUFFER DRIVER
3375 P:      Antonino Daplas
3376 M:      adaplas@gmail.com
3377 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3378 S:      Maintained
3379
3380 S390
3381 P:      Martin Schwidefsky
3382 M:      schwidefsky@de.ibm.com
3383 P:      Heiko Carstens
3384 M:      heiko.carstens@de.ibm.com
3385 M:      linux390@de.ibm.com
3386 L:      linux-s390@vger.kernel.org
3387 W:      http://www.ibm.com/developerworks/linux/linux390/
3388 S:      Supported
3389
3390 S390 NETWORK DRIVERS
3391 P:      Ursula Braun
3392 M:      ubraun@linux.vnet.ibm.com
3393 P:      Frank Blaschka
3394 M:      blaschka@linux.vnet.ibm.com
3395 M:      linux390@de.ibm.com
3396 L:      linux-s390@vger.kernel.org
3397 W:      http://www.ibm.com/developerworks/linux/linux390/
3398 S:      Supported
3399
3400 S390 ZFCP DRIVER
3401 P:      Christof Schmitt
3402 M:      christof.schmitt@de.ibm.com
3403 P:      Martin Peschke
3404 M:      mp3@de.ibm.com
3405 M:      linux390@de.ibm.com
3406 L:      linux-s390@vger.kernel.org
3407 W:      http://www.ibm.com/developerworks/linux/linux390/
3408 S:      Supported
3409
3410 S390 IUCV NETWORK LAYER
3411 P:      Ursula Braun
3412 M:      ubraun@linux.vnet.ibm.com
3413 M:      linux390@de.ibm.com
3414 L:      linux-s390@vger.kernel.org
3415 W:      http://www.ibm.com/developerworks/linux/linux390/
3416 S:      Supported
3417
3418 SAA7146 VIDEO4LINUX-2 DRIVER
3419 P:      Michael Hunold
3420 M:      michael@mihu.de
3421 W:      http://www.mihu.de/linux/saa7146
3422 S:      Maintained
3423
3424 SC1200 WDT DRIVER
3425 P:      Zwane Mwaikambo
3426 M:      zwane@arm.linux.org.uk
3427 S:      Maintained
3428
3429 SCHEDULER
3430 P:      Ingo Molnar
3431 M:      mingo@elte.hu
3432 P:      Robert Love    [the preemptible kernel bits]
3433 M:      rml@tech9.net
3434 L:      linux-kernel@vger.kernel.org
3435 S:      Maintained
3436
3437 SCSI CDROM DRIVER
3438 P:      Jens Axboe
3439 M:      axboe@kernel.dk
3440 L:      linux-scsi@vger.kernel.org
3441 W:      http://www.kernel.dk
3442 S:      Maintained
3443
3444 SCSI SG DRIVER
3445 P:      Doug Gilbert
3446 M:      dgilbert@interlog.com
3447 L:      linux-scsi@vger.kernel.org
3448 W:      http://www.torque.net/sg
3449 S:      Maintained
3450
3451 SCSI SUBSYSTEM
3452 P:      James E.J. Bottomley
3453 M:      James.Bottomley@HansenPartnership.com
3454 L:      linux-scsi@vger.kernel.org
3455 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3456 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3457 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3458 S:      Maintained
3459
3460 SCSI TAPE DRIVER
3461 P:      Kai Mäkisara
3462 M:      Kai.Makisara@kolumbus.fi
3463 L:      linux-scsi@vger.kernel.org
3464 S:      Maintained
3465
3466 SCTP PROTOCOL
3467 P:      Vlad Yasevich
3468 M:      vladislav.yasevich@hp.com
3469 P:      Sridhar Samudrala
3470 M:      sri@us.ibm.com
3471 L:      linux-sctp@vger.kernel.org
3472 W:      http://lksctp.sourceforge.net
3473 S:      Supported
3474
3475 SCx200 CPU SUPPORT
3476 P:      Jim Cromie
3477 M:      jim.cromie@gmail.com
3478 S:      Odd Fixes
3479
3480 SCx200 GPIO DRIVER
3481 P:      Jim Cromie
3482 M:      jim.cromie@gmail.com
3483 S:      Maintained
3484
3485 SCx200 HRT CLOCKSOURCE DRIVER
3486 P:      Jim Cromie
3487 M:      jim.cromie@gmail.com
3488 S:      Maintained
3489
3490 SECURITY CONTACT
3491 P:      Security Officers
3492 M:      security@kernel.org
3493 S:      Supported
3494
3495 SELINUX SECURITY MODULE
3496 P:      Stephen Smalley
3497 M:      sds@tycho.nsa.gov
3498 P:      James Morris
3499 M:      jmorris@namei.org
3500 P:      Eric Paris
3501 M:      eparis@parisplace.org
3502 L:      linux-kernel@vger.kernel.org (kernel issues)
3503 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3504 W:      http://www.nsa.gov/selinux
3505 S:      Supported
3506
3507 SENSABLE PHANTOM
3508 P:      Jiri Slaby
3509 M:      jirislaby@gmail.com
3510 S:      Maintained
3511
3512 SERIAL ATA (SATA) SUBSYSTEM:
3513 P:      Jeff Garzik
3514 M:      jgarzik@pobox.com
3515 L:      linux-ide@vger.kernel.org
3516 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3517 S:      Supported
3518
3519 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3520 P:      Pat Gefre
3521 M:      pfg@sgi.com
3522 L:      linux-ia64@vger.kernel.org
3523 S:      Supported
3524
3525 SFC NETWORK DRIVER
3526 P:      Steve Hodgson
3527 P:      Ben Hutchings
3528 P:      Robert Stonehouse
3529 M:      linux-net-drivers@solarflare.com
3530 S:      Supported
3531
3532 SGI VISUAL WORKSTATION 320 AND 540
3533 P:      Andrey Panin
3534 M:      pazke@donpac.ru
3535 L:      linux-visws-devel@lists.sf.net
3536 W:      http://linux-visws.sf.net
3537 S:      Maintained for 2.6.
3538
3539 SIMTEC EB110ATX (Chalice CATS)
3540 P:      Ben Dooks
3541 P:      Vincent Sanders
3542 M:      support@simtec.co.uk
3543 W:      http://www.simtec.co.uk/products/EB110ATX/
3544 S:      Supported
3545
3546 SIMTEC EB2410ITX (BAST)
3547 P:      Ben Dooks
3548 P:      Vincent Sanders
3549 M:      support@simtec.co.uk
3550 W:      http://www.simtec.co.uk/products/EB2410ITX/
3551 S:      Supported
3552
3553 SIS 190 ETHERNET DRIVER
3554 P:      Francois Romieu
3555 M:      romieu@fr.zoreil.com
3556 L:      netdev@vger.kernel.org
3557 S:      Maintained
3558
3559 SIS 5513 IDE CONTROLLER DRIVER
3560 P:      Lionel Bouton
3561 M:      Lionel.Bouton@inet6.fr
3562 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3563 W:      http://gyver.homeip.net/sis5513/index.html
3564 S:      Maintained
3565
3566 SIS 900/7016 FAST ETHERNET DRIVER
3567 P:      Daniele Venzano
3568 M:      venza@brownhat.org
3569 W:      http://www.brownhat.org/sis900.html
3570 L:      netdev@vger.kernel.org
3571 S:      Maintained
3572
3573 SIS 96X I2C/SMBUS DRIVER
3574 P:      Mark M. Hoffman
3575 M:      mhoffman@lightlink.com
3576 L:      lm-sensors@lm-sensors.org
3577 S:      Maintained
3578
3579 SIS FRAMEBUFFER DRIVER
3580 P:      Thomas Winischhofer
3581 M:      thomas@winischhofer.net
3582 W:      http://www.winischhofer.net/linuxsisvga.shtml
3583 S:      Maintained
3584
3585 SIS USB2VGA DRIVER
3586 P:      Thomas Winischhofer
3587 M:      thomas@winischhofer.net
3588 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3589 S:      Maintained
3590
3591 SLAB ALLOCATOR
3592 P:      Christoph Lameter
3593 M:      clameter@sgi.com
3594 P:      Pekka Enberg
3595 M:      penberg@cs.helsinki.fi
3596 P:      Matt Mackall
3597 M:      mpm@selenic.com
3598 L:      linux-mm@kvack.org
3599 S:      Maintained
3600
3601 SMC91x ETHERNET DRIVER
3602 P:      Nicolas Pitre
3603 M:      nico@cam.org
3604 S:      Maintained
3605
3606 SMSC47B397 HARDWARE MONITOR DRIVER
3607 P:      Mark M. Hoffman
3608 M:      mhoffman@lightlink.com
3609 L:      lm-sensors@lm-sensors.org
3610 S:      Maintained
3611
3612 SOFTWARE RAID (Multiple Disks) SUPPORT
3613 P:      Ingo Molnar
3614 M:      mingo@redhat.com
3615 P:      Neil Brown
3616 M:      neilb@suse.de
3617 L:      linux-raid@vger.kernel.org
3618 S:      Supported
3619
3620 HIBERNATION (aka Software Suspend, aka swsusp):
3621 P:      Pavel Machek
3622 M:      pavel@suse.cz
3623 P:      Rafael J. Wysocki
3624 M:      rjw@sisk.pl
3625 L:      linux-pm@lists.linux-foundation.org
3626 S:      Supported
3627
3628 SUSPEND TO RAM:
3629 P:      Len Brown
3630 M:      len.brown@intel.com
3631 P:      Pavel Machek
3632 M:      pavel@suse.cz
3633 P:      Rafael J. Wysocki
3634 M:      rjw@sisk.pl
3635 L:      linux-pm@lists.linux-foundation.org
3636 S:      Supported
3637
3638 SONIC NETWORK DRIVER
3639 P:      Thomas Bogendoerfer
3640 M:      tsbogend@alpha.franken.de
3641 L:      netdev@vger.kernel.org
3642 S:      Maintained
3643
3644 SONICS SILICON BACKPLANE DRIVER (SSB)
3645 P:      Michael Buesch
3646 M:      mb@bu3sch.de
3647 L:      netdev@vger.kernel.org
3648 S:      Maintained
3649
3650 SONY VAIO CONTROL DEVICE DRIVER
3651 P:      Mattia Dongili
3652 M:      malattia@linux.it
3653 L:      linux-acpi@vger.kernel.org
3654 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3655 S:      Maintained
3656
3657 SONY MEMORYSTICK CARD SUPPORT
3658 P:      Alex Dubov
3659 M:      oakad@yahoo.com
3660 L:      linux-kernel@vger.kernel.org
3661 W:      http://tifmxx.berlios.de/
3662 S:      Maintained
3663
3664 SOUND
3665 P:      Jaroslav Kysela
3666 M:      perex@perex.cz
3667 L:      alsa-devel@alsa-project.org (subscribers-only)
3668 S:      Maintained
3669
3670 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT
3671 P:      Liam Girdwood
3672 M:      liam.girdwood@wolfsonmicro.com
3673 P:      Mark Brown
3674 M:      broonie@opensource.wolfsonmicro.com
3675 T:      git opensource.wolfsonmicro.com/linux-2.6-asoc
3676 L:      alsa-devel@alsa-project.org (subscribers-only)
3677 S:      Supported
3678
3679 SPI SUBSYSTEM
3680 P:      David Brownell
3681 M:      dbrownell@users.sourceforge.net
3682 L:      spi-devel-general@lists.sourceforge.net
3683 S:      Maintained
3684
3685 STABLE BRANCH:
3686 P:      Greg Kroah-Hartman
3687 M:      greg@kroah.com
3688 P:      Chris Wright
3689 M:      chrisw@sous-sol.org
3690 L:      stable@kernel.org
3691 S:      Maintained
3692
3693 TPM DEVICE DRIVER
3694 P:      Kylene Hall
3695 M:      tpmdd-devel@lists.sourceforge.net
3696 W:      http://tpmdd.sourceforge.net
3697 P:      Marcel Selhorst
3698 M:      tpm@selhorst.net
3699 W:      http://www.prosec.rub.de/tpm/
3700 L:      tpmdd-devel@lists.sourceforge.net
3701 S:      Maintained
3702
3703 Telecom Clock Driver for MCPL0010
3704 P:      Mark Gross
3705 M:      mark.gross@intel.com
3706 S:      Supported
3707
3708 TENSILICA XTENSA PORT (xtensa):
3709 P:      Chris Zankel
3710 M:      chris@zankel.net
3711 S:      Maintained
3712
3713 THINKPAD ACPI EXTRAS DRIVER
3714 P:      Henrique de Moraes Holschuh
3715 M:      ibm-acpi@hmh.eng.br
3716 L:      ibm-acpi-devel@lists.sourceforge.net
3717 W:      http://ibm-acpi.sourceforge.net
3718 W:      http://thinkwiki.org/wiki/Ibm-acpi
3719 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
3720 S:      Maintained
3721
3722 UltraSPARC (sparc64):
3723 P:      David S. Miller
3724 M:      davem@davemloft.net
3725 L:      sparclinux@vger.kernel.org
3726 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
3727 S:      Maintained
3728
3729 SHARP LH SUPPORT (LH7952X & LH7A40X)
3730 P:      Marc Singer
3731 M:      elf@buici.com
3732 W:      http://projects.buici.com/arm
3733 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3734 S:      Maintained
3735
3736 SHPC HOTPLUG DRIVER
3737 P:      Kristen Carlson Accardi
3738 M:      kristen.c.accardi@intel.com
3739 L:      pcihpd-discuss@lists.sourceforge.net
3740 S:      Supported
3741
3742 SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER
3743 P:      Pierre Ossman
3744 M:      drzeus-sdhci@drzeus.cx
3745 L:      sdhci-devel@list.drzeus.cx
3746 S:      Maintained
3747
3748 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3749 P:      Stephen Hemminger
3750 M:      shemminger@linux-foundation.org
3751 L:      netdev@vger.kernel.org
3752 S:      Maintained
3753
3754 SOEKRIS NET48XX LED SUPPORT
3755 P:      Chris Boot
3756 M:      bootc@bootc.net
3757 S:      Maintained
3758
3759 SPARC (sparc32):
3760 P:      William L. Irwin
3761 M:      wli@holomorphy.com
3762 L:      sparclinux@vger.kernel.org
3763 S:      Maintained
3764
3765 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
3766 P:      Roger Wolff
3767 M:      R.E.Wolff@BitWizard.nl
3768 L:      linux-kernel@vger.kernel.org ?
3769 S:      Supported
3770
3771 SPIDERNET NETWORK DRIVER for CELL
3772 P:      Ishizaki Kou
3773 M:      kou.ishizaki@toshiba.co.jp
3774 P:      Jens Osterkamp
3775 M:      jens@de.ibm.com
3776 L:      netdev@vger.kernel.org
3777 S:      Supported
3778
3779 SRM (Alpha) environment access
3780 P:      Jan-Benedict Glaw
3781 M:      jbglaw@lug-owl.de
3782 L:      linux-kernel@vger.kernel.org
3783 S:      Maintained
3784
3785 STARFIRE/DURALAN NETWORK DRIVER
3786 P:      Ion Badulescu
3787 M:      ionut@cs.columbia.edu
3788 S:      Maintained
3789
3790 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
3791 W:      http://mosquitonet.Stanford.EDU/strip.html
3792 S:      Unsupported ?
3793
3794 STRADIS MPEG-2 DECODER DRIVER
3795 P:      Nathan Laredo
3796 M:      laredo@gnu.org
3797 W:      http://www.stradis.com/
3798 S:      Maintained
3799
3800 SUPERH
3801 P:      Paul Mundt
3802 M:      lethal@linux-sh.org
3803 L:      linux-sh@vger.kernel.org
3804 W:      http://www.linux-sh.org
3805 T:      git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
3806 S:      Maintained
3807
3808 SUN3/3X
3809 P:      Sam Creasey
3810 M:      sammy@sammy.net
3811 W:      http://sammy.net/sun3/
3812 S:      Maintained
3813
3814 SVGA HANDLING
3815 P:      Martin Mares
3816 M:      mj@ucw.cz
3817 L:      linux-video@atrey.karlin.mff.cuni.cz
3818 S:      Maintained
3819
3820 SYSV FILESYSTEM
3821 P:      Christoph Hellwig
3822 M:      hch@infradead.org
3823 S:      Maintained
3824
3825 TC CLASSIFIER
3826 P:      Jamal Hadi Salim
3827 M:      hadi@cyberus.ca
3828 L:      netdev@vger.kernel.org
3829 S:      Maintained
3830
3831 TCP LOW PRIORITY MODULE
3832 P:      Wong Hoi Sing, Edison
3833 M:      hswong3i@gmail.com
3834 P:      Hung Hing Lun, Mike
3835 M:      hlhung3i@gmail.com
3836 W:      http://tcp-lp-mod.sourceforge.net/
3837 S:      Maintained
3838
3839 TEHUTI ETHERNET DRIVER
3840 P:      Alexander Indenbaum
3841 M:      baum@tehutinetworks.net
3842 P:      Andy Gospodarek
3843 M:      andy@greyhouse.net
3844 L:      netdev@vger.kernel.org
3845 S:      Supported
3846
3847 TI FLASH MEDIA INTERFACE DRIVER
3848 P:      Alex Dubov
3849 M:      oakad@yahoo.com
3850 S:      Maintained
3851
3852 TI OMAP MMC INTERFACE DRIVER
3853 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
3854 M:      linux-omap-open-source@linux.omap.com (subscribers only)
3855 W:      http://linux.omap.com
3856 W:      http://www.muru.com/linux/omap/
3857 S:      Maintained
3858
3859 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
3860 P:      Deepak Saxena
3861 M:      dsaxena@plexity.net
3862 S:      Maintained
3863
3864 TASKSTATS STATISTICS INTERFACE
3865 P:      Shailabh Nagar
3866 M:      nagar@watson.ibm.com
3867 L:      linux-kernel@vger.kernel.org
3868 S:      Maintained
3869
3870 TIPC NETWORK LAYER
3871 P:      Per Liden
3872 M:      per.liden@ericsson.com
3873 P:      Jon Maloy
3874 M:      jon.maloy@ericsson.com
3875 P:      Allan Stephens
3876 M:      allan.stephens@windriver.com
3877 L:      tipc-discussion@lists.sourceforge.net
3878 W:      http://tipc.sourceforge.net/
3879 W:      http://tipc.cslab.ericsson.net/
3880 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
3881 S:      Maintained
3882
3883 TLAN NETWORK DRIVER
3884 P:      Samuel Chessman
3885 M:      chessman@tux.org
3886 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
3887 W:      http://sourceforge.net/projects/tlan/
3888 S:      Maintained
3889
3890 TOSHIBA ACPI EXTRAS DRIVER
3891 P:      John Belmonte
3892 M:      toshiba_acpi@memebeam.org
3893 W:      http://memebeam.org/toys/ToshibaAcpiDriver
3894 S:      Maintained
3895
3896 TOSHIBA SMM DRIVER
3897 P:      Jonathan Buzzard
3898 M:      jonathan@buzzard.org.uk
3899 L:      tlinux-users@tce.toshiba-dme.co.jp
3900 W:      http://www.buzzard.org.uk/toshiba/
3901 S:      Maintained
3902
3903 TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE
3904 P:      Muli Ben-Yehuda
3905 M:      mulix@mulix.org
3906 L:      linux-kernel@vger.kernel.org
3907 S:      Maintained
3908
3909 TRIVIAL PATCHES
3910 P:      Jesper Juhl
3911 M:      trivial@kernel.org
3912 L:      linux-kernel@vger.kernel.org
3913 S:      Maintained
3914
3915 TULIP NETWORK DRIVERS
3916 P:      Grant Grundler
3917 M:      grundler@parisc-linux.org
3918 P:      Kyle McMartin
3919 M:      kyle@parisc-linux.org
3920 L:      netdev@vger.kernel.org
3921 S:      Maintained
3922
3923 TUN/TAP driver
3924 P:      Maxim Krasnyansky
3925 M:      maxk@qualcomm.com
3926 L:      vtun@office.satix.net
3927 W:      http://vtun.sourceforge.net/tun
3928 S:      Maintained
3929
3930 TURBOCHANNEL SUBSYSTEM
3931 P:      Maciej W. Rozycki
3932 M:      macro@linux-mips.org
3933 S:      Maintained
3934
3935 U14-34F SCSI DRIVER
3936 P:      Dario Ballabio
3937 M:      ballabio_dario@emc.com
3938 L:      linux-scsi@vger.kernel.org
3939 S:      Maintained
3940
3941 UDF FILESYSTEM
3942 P:      Jan Kara
3943 M:      jack@suse.cz
3944 W:      http://linux-udf.sourceforge.net
3945 S:      Maintained
3946
3947 UNIFORM CDROM DRIVER
3948 P:      Jens Axboe
3949 M:      axboe@kernel.dk
3950 L:      linux-kernel@vger.kernel.org
3951 W:      http://www.kernel.dk
3952 S:      Maintained
3953
3954 USB ACM DRIVER
3955 P:      Oliver Neukum
3956 M:      oliver@neukum.name
3957 L:      linux-usb@vger.kernel.org
3958 S:      Maintained
3959
3960 USB AUERSWALD DRIVER
3961 P:      Wolfgang Muees
3962 M:      wolfgang@iksw-muees.de
3963 L:      linux-usb@vger.kernel.org
3964 S:      Maintained
3965
3966 USB BLOCK DRIVER (UB ub)
3967 P:      Pete Zaitcev
3968 M:      zaitcev@redhat.com
3969 L:      linux-kernel@vger.kernel.org
3970 L:      linux-usb@vger.kernel.org
3971 S:      Supported
3972
3973 USB CDC ETHERNET DRIVER
3974 P:      Greg Kroah-Hartman
3975 M:      greg@kroah.com
3976 L:      linux-usb@vger.kernel.org
3977 S:      Maintained
3978 W:      http://www.kroah.com/linux-usb/
3979
3980 USB DAVICOM DM9601 DRIVER
3981 P:      Peter Korsgaard
3982 M:      jacmet@sunsite.dk
3983 L:      netdev@vger.kernel.org
3984 W:      http://www.linux-usb.org/usbnet
3985 S:      Maintained
3986
3987 USB EHCI DRIVER
3988 P:      David Brownell
3989 M:      dbrownell@users.sourceforge.net
3990 L:      linux-usb@vger.kernel.org
3991 S:      Odd Fixes
3992
3993 USB ET61X[12]51 DRIVER
3994 P:      Luca Risolia
3995 M:      luca.risolia@studio.unibo.it
3996 L:      linux-usb@vger.kernel.org
3997 L:      video4linux-list@redhat.com
3998 W:      http://www.linux-projects.org
3999 S:      Maintained
4000
4001 USB GADGET/PERIPHERAL SUBSYSTEM
4002 P:      David Brownell
4003 M:      dbrownell@users.sourceforge.net
4004 L:      linux-usb@vger.kernel.org
4005 W:      http://www.linux-usb.org/gadget
4006 S:      Maintained
4007
4008 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
4009 P:      Jiri Kosina
4010 M:      jkosina@suse.cz
4011 L:      linux-usb@vger.kernel.org
4012 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4013 S:      Maintained
4014
4015 USB ISP116X DRIVER
4016 P:      Olav Kongas
4017 M:      ok@artecdesign.ee
4018 L:      linux-usb@vger.kernel.org
4019 S:      Maintained
4020
4021 USB KAWASAKI LSI DRIVER
4022 P:      Oliver Neukum
4023 M:      oliver@neukum.name
4024 L:      linux-usb@vger.kernel.org
4025 S:      Maintained
4026
4027 USB MASS STORAGE DRIVER
4028 P:      Matthew Dharm
4029 M:      mdharm-usb@one-eyed-alien.net
4030 L:      linux-usb@vger.kernel.org
4031 L:      usb-storage@lists.one-eyed-alien.net
4032 S:      Maintained
4033 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
4034
4035 USB OHCI DRIVER
4036 P:      David Brownell
4037 M:      dbrownell@users.sourceforge.net
4038 L:      linux-usb@vger.kernel.org
4039 S:      Odd Fixes
4040
4041 USB OPTION-CARD DRIVER
4042 P:      Matthias Urlichs
4043 M:      smurf@smurf.noris.de
4044 L:      linux-usb@vger.kernel.org
4045 S:      Maintained
4046
4047 USB OV511 DRIVER
4048 P:      Mark McClelland
4049 M:      mmcclell@bigfoot.com
4050 L:      linux-usb@vger.kernel.org
4051 W:      http://alpha.dyndns.org/ov511/
4052 S:      Maintained
4053
4054 USB PEGASUS DRIVER
4055 P:      Petko Manolov
4056 M:      petkan@users.sourceforge.net
4057 L:      linux-usb@vger.kernel.org
4058 L:      netdev@vger.kernel.org
4059 W:      http://pegasus2.sourceforge.net/
4060 S:      Maintained
4061
4062 USB PRINTER DRIVER (usblp)
4063 P:      Pete Zaitcev
4064 M:      zaitcev@redhat.com
4065 L:      linux-usb@vger.kernel.org
4066 S:      Supported
4067
4068 USB RTL8150 DRIVER
4069 P:      Petko Manolov
4070 M:      petkan@users.sourceforge.net
4071 L:      linux-usb@vger.kernel.org
4072 L:      netdev@vger.kernel.org
4073 W:      http://pegasus2.sourceforge.net/
4074 S:      Maintained
4075
4076 USB SE401 DRIVER
4077 P:      Jeroen Vreeken
4078 M:      pe1rxq@amsat.org
4079 L:      linux-usb@vger.kernel.org
4080 W:      http://www.chello.nl/~j.vreeken/se401/
4081 S:      Maintained
4082
4083 USB SERIAL CYBERJACK DRIVER
4084 P:      Matthias Bruestle and Harald Welte
4085 M:      support@reiner-sct.com
4086 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
4087 S:      Maintained
4088
4089 USB SERIAL DIGI ACCELEPORT DRIVER
4090 P:      Peter Berger and Al Borchers
4091 M:      pberger@brimson.com
4092 M:      alborchers@steinerpoint.com
4093 L:      linux-usb@vger.kernel.org
4094 S:      Maintained
4095
4096 USB SERIAL DRIVER
4097 P:      Greg Kroah-Hartman
4098 M:      gregkh@suse.de
4099 L:      linux-usb@vger.kernel.org
4100 S:      Supported
4101
4102 USB SERIAL BELKIN F5U103 DRIVER
4103 P:      William Greathouse
4104 M:      wgreathouse@smva.com
4105 L:      linux-usb@vger.kernel.org
4106 S:      Maintained
4107
4108 USB SERIAL CYPRESS M8 DRIVER
4109 P:      Lonnie Mendez
4110 M:      dignome@gmail.com
4111 L:      linux-usb@vger.kernel.org
4112 S:      Maintained
4113 W:      http://geocities.com/i0xox0i
4114 W:      http://firstlight.net/cvs
4115
4116 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4117 P:      Gary Brubaker
4118 M:      xavyer@ix.netcom.com
4119 L:      linux-usb@vger.kernel.org
4120 S:      Maintained
4121
4122 USB SERIAL KEYSPAN DRIVER
4123 P:      Greg Kroah-Hartman
4124 M:      greg@kroah.com
4125 L:      linux-usb@vger.kernel.org
4126 W:      http://www.kroah.com/linux/
4127 S:      Maintained
4128
4129 USB SERIAL WHITEHEAT DRIVER
4130 P:      Support Department
4131 M:      support@connecttech.com
4132 L:      linux-usb@vger.kernel.org
4133 W:      http://www.connecttech.com
4134 S:      Supported
4135
4136 USB SN9C1xx DRIVER
4137 P:      Luca Risolia
4138 M:      luca.risolia@studio.unibo.it
4139 L:      linux-usb@vger.kernel.org
4140 L:      video4linux-list@redhat.com
4141 W:      http://www.linux-projects.org
4142 S:      Maintained
4143
4144 USB SUBSYSTEM
4145 P:      Greg Kroah-Hartman
4146 M:      gregkh@suse.de
4147 L:      linux-usb@vger.kernel.org
4148 W:      http://www.linux-usb.org
4149 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4150 S:      Supported
4151
4152 USB UHCI DRIVER
4153 P:      Alan Stern
4154 M:      stern@rowland.harvard.edu
4155 L:      linux-usb@vger.kernel.org
4156 S:      Maintained
4157
4158 USB "USBNET" DRIVER FRAMEWORK
4159 P:      David Brownell
4160 M:      dbrownell@users.sourceforge.net
4161 L:      netdev@vger.kernel.org
4162 W:      http://www.linux-usb.org/usbnet
4163 S:      Maintained
4164
4165 USB W996[87]CF DRIVER
4166 P:      Luca Risolia
4167 M:      luca.risolia@studio.unibo.it
4168 L:      linux-usb@vger.kernel.org
4169 L:      video4linux-list@redhat.com
4170 W:      http://www.linux-projects.org
4171 S:      Maintained
4172
4173 USB WIRELESS RNDIS DRIVER (rndis_wlan)
4174 P:      Jussi Kivilinna
4175 M:      jussi.kivilinna@mbnet.fi
4176 L:      linux-wireless@vger.kernel.org
4177 S:      Maintained
4178
4179 USB ZC0301 DRIVER
4180 P:      Luca Risolia
4181 M:      luca.risolia@studio.unibo.it
4182 L:      linux-usb@vger.kernel.org
4183 L:      video4linux-list@redhat.com
4184 W:      http://www.linux-projects.org
4185 S:      Maintained
4186
4187 USB ZD1201 DRIVER
4188 P:      Jeroen Vreeken
4189 M:      pe1rxq@amsat.org
4190 L:      linux-usb@vger.kernel.org
4191 W:      http://linux-lc100020.sourceforge.net
4192 S:      Maintained
4193
4194 USB ZR364XX DRIVER
4195 P:      Antoine Jacquet
4196 M:      royale@zerezo.com
4197 L:      linux-usb@vger.kernel.org
4198 L:      video4linux-list@redhat.com
4199 W:      http://royale.zerezo.com/zr364xx/
4200 S:      Maintained
4201
4202 USER-MODE LINUX
4203 P:      Jeff Dike
4204 M:      jdike@addtoit.com
4205 L:      user-mode-linux-devel@lists.sourceforge.net
4206 L:      user-mode-linux-user@lists.sourceforge.net
4207 W:      http://user-mode-linux.sourceforge.net
4208 S:      Maintained
4209
4210 USERSPACE I/O (UIO)
4211 P:      Hans J. Koch
4212 M:      hjk@linutronix.de
4213 P:      Greg Kroah-Hartman
4214 M:      gregkh@suse.de
4215 L:      linux-kernel@vger.kernel.org
4216 S:      Maintained
4217
4218 FAT/VFAT/MSDOS FILESYSTEM:
4219 P:      OGAWA Hirofumi
4220 M:      hirofumi@mail.parknet.co.jp
4221 L:      linux-kernel@vger.kernel.org
4222 S:      Maintained
4223
4224 VIA RHINE NETWORK DRIVER
4225 P:      Roger Luethi
4226 M:      rl@hellgate.ch
4227 S:      Maintained
4228
4229 VIAPRO SMBUS DRIVER
4230 P:      Jean Delvare
4231 M:      khali@linux-fr.org
4232 L:      i2c@lm-sensors.org
4233 S:      Maintained
4234
4235 VIA VELOCITY NETWORK DRIVER
4236 P:      Francois Romieu
4237 M:      romieu@fr.zoreil.com
4238 L:      netdev@vger.kernel.org
4239 S:      Maintained
4240
4241 UCLINUX (AND M68KNOMMU)
4242 P:      Greg Ungerer
4243 M:      gerg@uclinux.org
4244 W:      http://www.uclinux.org/
4245 L:      uclinux-dev@uclinux.org  (subscribers-only)
4246 S:      Maintained
4247
4248 UCLINUX FOR NEC V850
4249 P:      Miles Bader
4250
4251 UCLINUX FOR RENESAS H8/300
4252 P:      Yoshinori Sato
4253 M:      ysato@users.sourceforge.jp
4254 W:      http://uclinux-h8.sourceforge.jp/
4255 S:      Supported
4256
4257 UFS FILESYSTEM
4258 P:      Evgeniy Dushistov
4259 M:      dushistov@mail.ru
4260 L:      linux-kernel@vger.kernel.org
4261 S:      Maintained
4262
4263 USB DIAMOND RIO500 DRIVER
4264 P:      Cesar Miquel
4265 M:      miquel@df.uba.ar
4266 L:      rio500-users@lists.sourceforge.net
4267 W:      http://rio500.sourceforge.net
4268 S:      Maintained
4269
4270 VIDEO FOR LINUX
4271 P:      Mauro Carvalho Chehab
4272 M:      mchehab@infradead.org
4273 M:      v4l-dvb-maintainer@linuxtv.org
4274 L:      video4linux-list@redhat.com
4275 W:      http://linuxtv.org
4276 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4277 S:      Maintained
4278
4279 VLAN (802.1Q)
4280 P:      Patrick McHardy
4281 M:      kaber@trash.net
4282 L:      netdev@vger.kernel.org
4283 S:      Maintained
4284
4285 VT1211 HARDWARE MONITOR DRIVER
4286 P:      Juerg Haefliger
4287 M:      juergh@gmail.com
4288 L:      lm-sensors@lm-sensors.org
4289 S:      Maintained
4290
4291 VT8231 HARDWARE MONITOR DRIVER
4292 P:      Roger Lucas
4293 M:      vt8231@hiddenengine.co.uk
4294 L:      lm-sensors@lm-sensors.org
4295 S:      Maintained
4296
4297 W1 DALLAS'S 1-WIRE BUS
4298 P:      Evgeniy Polyakov
4299 M:      johnpol@2ka.mipt.ru
4300 S:      Maintained
4301
4302 W83791D HARDWARE MONITORING DRIVER
4303 P:      Charles Spirakis
4304 M:      bezaur@gmail.com
4305 L:      lm-sensors@lm-sensors.org
4306 S:      Odd Fixes
4307
4308 W83793 HARDWARE MONITORING DRIVER
4309 P:      Rudolf Marek
4310 M:      r.marek@assembler.cz
4311 L:      lm-sensors@lm-sensors.org
4312 S:      Maintained
4313
4314 W83L51xD SD/MMC CARD INTERFACE DRIVER
4315 P:      Pierre Ossman
4316 M:      drzeus-wbsd@drzeus.cx
4317 L:      linux-kernel@vger.kernel.org
4318 S:      Maintained
4319
4320 WATCHDOG DEVICE DRIVERS
4321 P:      Wim Van Sebroeck
4322 M:      wim@iguana.be
4323 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4324 S:      Maintained
4325
4326 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4327 P:      Jean Tourrilhes
4328 M:      jt@hpl.hp.com
4329 L:      linux-wireless@vger.kernel.org
4330 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4331 S:      Maintained
4332
4333 WD7000 SCSI DRIVER
4334 P:      Miroslav Zagorac
4335 M:      zaga@fly.cc.fer.hr
4336 L:      linux-scsi@vger.kernel.org
4337 S:      Maintained
4338
4339 WISTRON LAPTOP BUTTON DRIVER
4340 P:      Miloslav Trmac
4341 M:      mitr@volny.cz
4342 S:      Maintained
4343
4344 WL3501 WIRELESS PCMCIA CARD DRIVER
4345 P:      Arnaldo Carvalho de Melo
4346 M:      acme@ghostprotocols.net
4347 L:      linux-wireless@vger.kernel.org
4348 W:      http://oops.ghostprotocols.net:81/blog
4349 S:      Maintained
4350
4351 X.25 NETWORK LAYER
4352 P:      Henner Eisen
4353 M:      eis@baty.hanse.de
4354 L:      linux-x25@vger.kernel.org
4355 S:      Maintained
4356
4357 XEN HYPERVISOR INTERFACE
4358 P:      Jeremy Fitzhardinge
4359 M:      jeremy@xensource.com
4360 P:      Chris Wright
4361 M:      chrisw@sous-sol.org
4362 L:      virtualization@lists.osdl.org
4363 L:      xen-devel@lists.xensource.com
4364 S:      Supported
4365
4366 XFS FILESYSTEM
4367 P:      Silicon Graphics Inc
4368 P:      Tim Shimmin
4369 M:      xfs-masters@oss.sgi.com
4370 L:      xfs@oss.sgi.com
4371 W:      http://oss.sgi.com/projects/xfs
4372 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4373 S:      Supported
4374
4375 XILINX SYSTEMACE DRIVER
4376 P:      Grant Likely
4377 M:      grant.likely@secretlab.ca
4378 W:      http://www.secretlab.ca/
4379 L:      linux-kernel@vger.kernel.org
4380 S:      Maintained
4381
4382 XILINX UARTLITE SERIAL DRIVER
4383 P:      Peter Korsgaard
4384 M:      jacmet@sunsite.dk
4385 L:      linux-serial@vger.kernel.org
4386 S:      Maintained
4387
4388 X86 ARCHITECTURE (32-BIT AND 64-BIT)
4389 P:      Thomas Gleixner
4390 M:      tglx@linutronix.de
4391 P:      Ingo Molnar
4392 M:      mingo@redhat.com
4393 P:      H. Peter Anvin
4394 M:      hpa@zytor.com
4395 L:      linux-kernel@vger.kernel.org
4396 T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4397 S:      Maintained
4398
4399 YAM DRIVER FOR AX.25
4400 P:      Jean-Paul Roubelat
4401 M:      jpr@f6fbb.org
4402 L:      linux-hams@vger.kernel.org
4403 S:      Maintained
4404
4405 YEALINK PHONE DRIVER
4406 P:      Henk Vergonet
4407 M:      Henk.Vergonet@gmail.com
4408 L:      usbb2k-api-dev@nongnu.org
4409 S:      Maintained
4410
4411 Z8530 DRIVER FOR AX.25
4412 P:      Joerg Reuter
4413 M:      jreuter@yaina.de
4414 W:      http://yaina.de/jreuter/
4415 W:      http://www.qsl.net/dl1bke/
4416 L:      linux-hams@vger.kernel.org
4417 S:      Maintained
4418
4419 ZD1211RW WIRELESS DRIVER
4420 P:      Daniel Drake
4421 M:      dsd@gentoo.org
4422 P:      Ulrich Kunitz
4423 M:      kune@deine-taler.de
4424 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4425 L:      linux-wireless@vger.kernel.org
4426 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4427 S:      Maintained
4428
4429 ZF MACHZ WATCHDOG
4430 P:      Fernando Fuganti
4431 M:      fuganti@netbank.com.br
4432 W:      http://cvs.conectiva.com.br/drivers/ZFL-watchdog/
4433 S:      Maintained
4434
4435 ZR36067 VIDEO FOR LINUX DRIVER
4436 P:      Ronald Bultje
4437 M:      rbultje@ronald.bitfreak.net
4438 L:      mjpeg-users@lists.sourceforge.net
4439 W:      http://mjpeg.sourceforge.net/driver-zoran/
4440 S:      Maintained
4441
4442 ZS DECSTATION Z85C30 SERIAL DRIVER
4443 P:      Maciej W. Rozycki
4444 M:      macro@linux-mips.org
4445 S:      Maintained
4446
4447 THE REST
4448 P:      Linus Torvalds
4449 S:      Buried alive in reporters