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