Merge branch 'omap2-upstream' into devel
[safe/jmp/linux-2.6] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE try to include any credit lines you want added with the
40         patch. It avoids people being missed off by mistake and makes
41         it easier to know who wants adding and who doesn't.
42
43         PLEASE document known bugs. If it doesn't work for everything
44         or does something very odd once a month document it.
45
46         PLEASE remember that submissions must be made under the terms
47         of the OSDL certificate of contribution and should include a
48         Signed-off-by: line.  The current version of this "Developer's
49         Certificate of Origin" (DCO) is listed in the file
50         Documentation/SubmittingPatches.
51
52 6.      Make sure you have the right to send any changes you make. If you
53         do changes at work you may find your employer owns the patch
54         not you.
55
56 7.      When sending security related changes or reports to a maintainer
57         please Cc: security@kernel.org, especially if the maintainer
58         does not respond.
59
60 8.      Happy hacking.
61
62                 -----------------------------------
63
64 Maintainers List (try to look for most precise areas first)
65
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
68 so much easier [Ed]
69
70 P: Person
71 M: Mail patches to
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location.  Type is one of: git, hg, quilt.
75 S: Status, one of the following:
76
77         Supported:      Someone is actually paid to look after this.
78         Maintained:     Someone actually looks after it.
79         Odd Fixes:      It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81         Orphan:         No current maintainer [but maybe you could take the
82                         role as you write your new code].
83         Obsolete:       Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
86
87 3C505 NETWORK DRIVER
88 P:      Philip Blundell
89 M:      philb@gnu.org
90 L:      netdev@vger.kernel.org
91 S:      Maintained
92
93 3C59X NETWORK DRIVER
94 P:      Steffen Klassert
95 M:      klassert@mathematik.tu-chemnitz.de
96 L:      netdev@vger.kernel.org
97 S:      Maintained
98
99 3CR990 NETWORK DRIVER
100 P:      David Dillow
101 M:      dave@thedillows.org
102 L:      netdev@vger.kernel.org
103 S:      Maintained
104
105 3W-XXXX ATA-RAID CONTROLLER DRIVER
106 P:      Adam Radford
107 M:      linuxraid@amcc.com
108 L:      linux-scsi@vger.kernel.org
109 W:      http://www.amcc.com
110 S:      Supported
111
112 3W-9XXX SATA-RAID CONTROLLER DRIVER
113 P:      Adam Radford
114 M:      linuxraid@amcc.com
115 L:      linux-scsi@vger.kernel.org
116 W:      http://www.amcc.com
117 S:      Supported
118
119 53C700 AND 53C700-66 SCSI DRIVER
120 P:      James E.J. Bottomley
121 M:      James.Bottomley@HansenPartnership.com
122 L:      linux-scsi@vger.kernel.org
123 S:      Maintained
124
125 6PACK NETWORK DRIVER FOR AX.25
126 P:      Andreas Koensgen
127 M:      ajk@iehk.rwth-aachen.de
128 L:      linux-hams@vger.kernel.org
129 S:      Maintained
130
131 8169 10/100/1000 GIGABIT ETHERNET DRIVER
132 P:      Francois Romieu
133 M:      romieu@fr.zoreil.com
134 L:      netdev@vger.kernel.org
135 S:      Maintained
136
137 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
138 L:      linux-serial@vger.kernel.org
139 W:      http://serial.sourceforge.net
140 S:      Orphan
141
142 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
143 P:      Paul Gortmaker
144 M:      p_gortmaker@yahoo.com
145 L:      netdev@vger.kernel.org
146 S:      Maintained
147
148 9P FILE SYSTEM
149 P:      Eric Van Hensbergen
150 M:      ericvh@gmail.com
151 P:      Ron Minnich
152 M:      rminnich@sandia.gov
153 P:      Latchesar Ionkov
154 M:      lucho@ionkov.net
155 L:      v9fs-developer@lists.sourceforge.net
156 W:      http://swik.net/v9fs
157 T:      git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git
158 S:      Maintained
159
160 A2232 SERIAL BOARD DRIVER
161 P:      Enver Haase
162 M:      A2232@gmx.net
163 L:      linux-m68k@lists.linux-m68k.org
164 S:      Maintained
165
166 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
167 P:      David Howells
168 M:      dhowells@redhat.com
169 L:      linux-afs@lists.infradead.org
170 S:      Supported
171
172 AIO
173 P:      Benjamin LaHaise
174 M:      bcrl@kvack.org
175 L:      linux-aio@kvack.org
176 S:      Supported
177
178 ABIT UGURU HARDWARE MONITOR DRIVER
179 P:      Hans de Goede
180 M:      j.w.r.degoede@hhs.nl
181 L:      lm-sensors@lm-sensors.org
182 S:      Maintained
183
184 ACENIC DRIVER
185 P:      Jes Sorensen
186 M:      jes@trained-monkey.org
187 L:      linux-acenic@sunsite.dk
188 S:      Maintained
189
190 IPS SCSI RAID DRIVER
191 P:      Adaptec OEM Raid Solutions
192 M:      aacraid@adaptec.com
193 L:      linux-scsi@vger.kernel.org
194 W:      http://www.adaptec.com/
195 S:      Maintained
196
197 DPT_I2O SCSI RAID DRIVER
198 P:      Adaptec OEM Raid Solutions
199 M:      aacraid@adaptec.com
200 L:      linux-scsi@vger.kernel.org
201 W:      http://www.adaptec.com/
202 S:      Maintained
203
204 AACRAID SCSI RAID DRIVER
205 P:      Adaptec OEM Raid Solutions
206 M:      aacraid@adaptec.com
207 L:      linux-scsi@vger.kernel.org
208 W:      http://www.adaptec.com/
209 S:      Supported
210
211 ACER WMI LAPTOP EXTRAS
212 P:      Carlos Corbacho
213 M:      carlos@strangeworlds.co.uk
214 L:      aceracpi@googlegroups.com (subscribers-only)
215 W:      http://code.google.com/p/aceracpi
216 S:      Maintained
217
218 ACPI
219 P:      Len Brown
220 M:      len.brown@intel.com
221 M:      lenb@kernel.org
222 L:      linux-acpi@vger.kernel.org
223 W:      http://www.lesswatts.org/projects/acpi/
224 T:      git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
225 S:      Supported
226
227 ACPI BATTERY DRIVERS
228 P:      Alexey Starikovskiy
229 M:      astarikovskiy@suse.de
230 L:      linux-acpi@vger.kernel.org
231 W:      http://acpi.sourceforge.net/
232 S:      Supported
233
234 ACPI EC DRIVER
235 P:      Alexey Starikovskiy
236 M:      astarikovskiy@suse.de
237 L:      linux-acpi@vger.kernel.org
238 W:      http://acpi.sourceforge.net/
239 S:      Supported
240
241 ACPI FAN DRIVER
242 P:      Len Brown
243 M:      len.brown@intel.com
244 L:      linux-acpi@vger.kernel.org
245 W:      http://acpi.sourceforge.net/
246 S:      Supported
247
248 ACPI PCI HOTPLUG DRIVER
249 P:      Kristen Carlson Accardi
250 M:      kristen.c.accardi@intel.com
251 L:      pcihpd-discuss@lists.sourceforge.net
252 S:      Supported
253
254 ACPI THERMAL DRIVER
255 P:      Len Brown
256 M:      len.brown@intel.com
257 L:      linux-acpi@vger.kernel.org
258 W:      http://acpi.sourceforge.net/
259 S:      Supported
260
261 ACPI VIDEO DRIVER
262 P:      Rui Zhang
263 M:      rui.zhang@intel.com
264 L:      linux-acpi@vger.kernel.org
265 W:      http://acpi.sourceforge.net/
266 S:      Supported
267
268 ACPI WMI DRIVER
269 P:      Carlos Corbacho
270 M:      carlos@strangeworlds.co.uk
271 L:      linux-acpi@vger.kernel.org
272 W:      http://www.lesswatts.org/projects/acpi/
273 S:      Maintained
274
275 AD1889 ALSA SOUND DRIVER
276 P:     Kyle McMartin
277 M:     kyle@parisc-linux.org
278 P:     Thibaut Varene
279 M:     T-Bone@parisc-linux.org
280 W:     http://wiki.parisc-linux.org/AD1889
281 L:     linux-parisc@vger.kernel.org
282 S:     Maintained
283
284 ADM1025 HARDWARE MONITOR DRIVER
285 P:      Jean Delvare
286 M:      khali@linux-fr.org
287 L:      lm-sensors@lm-sensors.org
288 S:      Maintained
289
290 ADM1029 HARDWARE MONITOR DRIVER
291 P:      Corentin Labbe
292 M:      corentin.labbe@geomatys.fr
293 L:      lm-sensors@lm-sensors.org
294 S:      Maintained
295
296 ADM8211 WIRELESS DRIVER
297 P:      Michael Wu
298 M:      flamingice@sourmilk.net
299 L:      linux-wireless@vger.kernel.org
300 W:      http://linuxwireless.org/
301 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
302 S:      Maintained
303
304 ADT746X FAN DRIVER
305 P:      Colin Leroy
306 M:      colin@colino.net
307 S:      Maintained
308
309 ADVANSYS SCSI DRIVER
310 P:      Matthew Wilcox
311 M:      matthew@wil.cx
312 L:      linux-scsi@vger.kernel.org
313 S:      Maintained
314
315 AEDSP16 DRIVER
316 P:      Riccardo Facchetti
317 M:      fizban@tin.it
318 S:      Maintained
319
320 AFFS FILE SYSTEM
321 P:      Roman Zippel
322 M:      zippel@linux-m68k.org
323 S:      Maintained
324
325 AGPGART DRIVER
326 P:      David Airlie
327 M:      airlied@linux.ie
328 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
329 S:      Maintained
330
331 AHA152X SCSI DRIVER
332 P:      Juergen E. Fischer
333 M:      Juergen Fischer <fischer@norbit.de>
334 L:      linux-scsi@vger.kernel.org
335 S:      Maintained
336
337 AIC7XXX / AIC79XX SCSI DRIVER
338 P:      Hannes Reinecke
339 M:      hare@suse.de
340 L:      linux-scsi@vger.kernel.org
341 S:      Maintained
342
343 ALCATEL SPEEDTOUCH USB DRIVER
344 P:      Duncan Sands
345 M:      duncan.sands@free.fr
346 L:      linux-usb@vger.kernel.org
347 W:      http://www.linux-usb.org/SpeedTouch/
348 S:      Maintained
349
350 ALCHEMY AU1XX0 MMC DRIVER
351 S:      Orphan
352
353 ALI1563 I2C DRIVER
354 P:      Rudolf Marek
355 M:      r.marek@assembler.cz
356 L:      i2c@lm-sensors.org
357 S:      Maintained
358
359 ALPHA PORT
360 P:      Richard Henderson
361 M:      rth@twiddle.net
362 S:      Odd Fixes for 2.4; Maintained for 2.6.
363 P:      Ivan Kokshaysky
364 M:      ink@jurassic.park.msu.ru
365 S:      Maintained for 2.4; PCI support for 2.6.
366
367 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
368 P:      Thomas Dahlmann
369 M:      thomas.dahlmann@amd.com
370 L:      info-linux@geode.amd.com        (subscribers-only)
371 S:      Supported
372
373 AMD GEODE PROCESSOR/CHIPSET SUPPORT
374 P:      Jordan Crouse
375 L:      info-linux@geode.amd.com        (subscribers-only)
376 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
377 S:      Supported
378
379 AMS (Apple Motion Sensor) DRIVER
380 P:      Stelian Pop
381 M:      stelian@popies.net
382 P:      Michael Hanselmann
383 M:      linux-kernel@hansmi.ch
384 S:      Supported
385
386 AMSO1100 RNIC DRIVER
387 P:      Tom Tucker
388 M:      tom@opengridcomputing.com
389 P:      Steve Wise
390 M:      swise@opengridcomputing.com
391 L:      general@lists.openfabrics.org
392 S:      Maintained
393
394 AOA (Apple Onboard Audio) ALSA DRIVER
395 P:      Johannes Berg
396 M:      johannes@sipsolutions.net
397 L:      linuxppc-dev@ozlabs.org
398 L:      alsa-devel@alsa-project.org (subscribers-only)
399 S:      Maintained
400
401 APM DRIVER
402 P:      Stephen Rothwell
403 M:      sfr@canb.auug.org.au
404 L:      linux-laptop@vger.kernel.org
405 W:      http://www.canb.auug.org.au/~sfr/
406 S:      Supported
407
408 APPLE SMC DRIVER
409 P:      Nicolas Boichat
410 M:      nicolas@boichat.ch
411 L:      mactel-linux-devel@lists.sourceforge.net
412 S:      Maintained
413
414 APPLETALK NETWORK LAYER
415 P:      Arnaldo Carvalho de Melo
416 M:      acme@ghostprotocols.net
417 S:      Maintained
418
419 APPLETOUCH TOUCHPAD DRIVER
420 P:      Johannes Berg
421 M:      johannes@sipsolutions.net
422 L:      linux-input@vger.kernel.org
423 S:      Maintained
424
425 ARC FRAMEBUFFER DRIVER
426 P:      Jaya Kumar
427 M:      jayalk@intworks.biz
428 S:      Maintained
429
430 ARM MFM AND FLOPPY DRIVERS
431 P:      Ian Molton
432 M:      spyro@f2s.com
433 S:      Maintained
434
435 ARM PRIMECELL MMCI PL180/1 DRIVER
436 P:      Russell King
437 M:      rmk@arm.linux.org.uk
438 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
439 S:      Maintained
440
441 ARM/ADI ROADRUNNER MACHINE SUPPORT
442 P:      Lennert Buytenhek
443 M:      kernel@wantstofly.org
444 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
445 S:      Maintained
446
447 ARM/ADS SPHERE MACHINE SUPPORT
448 P:      Lennert Buytenhek
449 M:      kernel@wantstofly.org
450 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
451 S:      Maintained
452
453 ARM/AJECO 1ARM MACHINE SUPPORT
454 P:      Lennert Buytenhek
455 M:      kernel@wantstofly.org
456 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
457 S:      Maintained
458
459 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
460 P:      Andrew Victor
461 M:      linux@maxim.org.za
462 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
463 W:      http://maxim.org.za/at91_26.html
464 S:      Maintained
465
466 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
467 P:      Lennert Buytenhek
468 M:      kernel@wantstofly.org
469 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
470 S:      Maintained
471
472 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
473 P:      Lennert Buytenhek
474 M:      kernel@wantstofly.org
475 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
476 S:      Maintained
477
478 ARM/CORGI MACHINE SUPPORT
479 P:      Richard Purdie
480 M:      rpurdie@rpsys.net
481 S:      Maintained
482
483 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
484 P:      Lennert Buytenhek
485 M:      kernel@wantstofly.org
486 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
487 S:      Maintained
488
489 ARM/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 BCM43XX WIRELESS DRIVER (SOFTMAC BASED VERSION)
850 P:      Larry Finger
851 M:      Larry.Finger@lwfinger.net
852 P:      Stefano Brivio
853 M:      stefano.brivio@polimi.it
854 L:      linux-wireless@vger.kernel.org
855 W:      http://bcm43xx.berlios.de/
856 S:      Obsolete
857
858 BEFS FILE SYSTEM
859 P:      Sergey S. Kostyliov
860 M:      rathamahata@php4.ru
861 L:      linux-kernel@vger.kernel.org
862 S:      Maintained
863
864 BFS FILE SYSTEM
865 P:      Tigran A. Aivazian
866 M:      tigran@aivazian.fsnet.co.uk
867 L:      linux-kernel@vger.kernel.org
868 S:      Maintained
869
870 BLACKFIN I2C TWI DRIVER
871 P:      Sonic Zhang
872 M:      sonic.zhang@analog.com
873 L:      uclinux-dist-devel@blackfin.uclinux.org (subscribers-only)
874 W:      http://blackfin.uclinux.org/
875 S:      Supported
876
877 BLOCK LAYER
878 P:      Jens Axboe
879 M:      axboe@kernel.dk
880 L:      linux-kernel@vger.kernel.org
881 T:      git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
882 S:      Maintained
883
884 BLOCK2MTD DRIVER
885 P:      Joern Engel
886 M:      joern@lazybastard.org
887 L:      linux-mtd@lists.infradead.org
888 S:      Maintained
889
890 BLUETOOTH SUBSYSTEM
891 P:      Marcel Holtmann
892 M:      marcel@holtmann.org
893 P:      Maxim Krasnyansky
894 M:      maxk@qualcomm.com
895 L:      linux-bluetooth@vger.kernel.org
896 W:      http://bluez.sf.net
897 W:      http://www.bluez.org
898 W:      http://www.holtmann.org/linux/bluetooth/
899 T:      git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
900 S:      Maintained
901
902 BLUETOOTH RFCOMM LAYER
903 P:      Marcel Holtmann
904 M:      marcel@holtmann.org
905 P:      Maxim Krasnyansky
906 M:      maxk@qualcomm.com
907 S:      Maintained
908
909 BLUETOOTH BNEP LAYER
910 P:      Marcel Holtmann
911 M:      marcel@holtmann.org
912 P:      Maxim Krasnyansky
913 M:      maxk@qualcomm.com
914 S:      Maintained
915
916 BLUETOOTH CMTP LAYER
917 P:      Marcel Holtmann
918 M:      marcel@holtmann.org
919 S:      Maintained
920
921 BLUETOOTH HIDP LAYER
922 P:      Marcel Holtmann
923 M:      marcel@holtmann.org
924 S:      Maintained
925
926 BLUETOOTH HCI UART DRIVER
927 P:      Marcel Holtmann
928 M:      marcel@holtmann.org
929 P:      Maxim Krasnyansky
930 M:      maxk@qualcomm.com
931 S:      Maintained
932
933 BLUETOOTH HCI USB DRIVER
934 P:      Marcel Holtmann
935 M:      marcel@holtmann.org
936 P:      Maxim Krasnyansky
937 M:      maxk@qualcomm.com
938 S:      Maintained
939
940 BLUETOOTH HCI BCM203X DRIVER
941 P:      Marcel Holtmann
942 M:      marcel@holtmann.org
943 S:      Maintained
944
945 BLUETOOTH HCI BPA10X DRIVER
946 P:      Marcel Holtmann
947 M:      marcel@holtmann.org
948 S:      Maintained
949
950 BLUETOOTH HCI BFUSB DRIVER
951 P:      Marcel Holtmann
952 M:      marcel@holtmann.org
953 S:      Maintained
954
955 BLUETOOTH HCI DTL1 DRIVER
956 P:      Marcel Holtmann
957 M:      marcel@holtmann.org
958 S:      Maintained
959
960 BLUETOOTH HCI BLUECARD DRIVER
961 P:      Marcel Holtmann
962 M:      marcel@holtmann.org
963 S:      Maintained
964
965 BLUETOOTH HCI BT3C DRIVER
966 P:      Marcel Holtmann
967 M:      marcel@holtmann.org
968 S:      Maintained
969
970 BLUETOOTH HCI BTUART DRIVER
971 P:      Marcel Holtmann
972 M:      marcel@holtmann.org
973 S:      Maintained
974
975 BLUETOOTH HCI VHCI DRIVER
976 P:      Maxim Krasnyansky
977 M:      maxk@qualcomm.com
978 S:      Maintained
979
980 BONDING DRIVER
981 P:      Jay Vosburgh
982 M:      fubar@us.ibm.com
983 L:      bonding-devel@lists.sourceforge.net
984 W:      http://sourceforge.net/projects/bonding/
985 S:      Supported
986
987 BROADBAND PROCESSOR ARCHITECTURE
988 P:      Arnd Bergmann
989 M:      arnd@arndb.de
990 L:      linuxppc-dev@ozlabs.org
991 W:      http://www.penguinppc.org/ppc64/
992 S:      Supported
993
994 BROADCOM B44 10/100 ETHERNET DRIVER
995 P:      Gary Zambrano
996 M:      zambrano@broadcom.com
997 L:      netdev@vger.kernel.org
998 S:      Supported
999
1000 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1001 P:      Michael Chan
1002 M:      mchan@broadcom.com
1003 L:      netdev@vger.kernel.org
1004 S:      Supported
1005
1006 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1007 P:      Eliezer Tamir
1008 M:      eliezert@broadcom.com
1009 L:      netdev@vger.kernel.org
1010 S:      Supported
1011
1012 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1013 P:      Michael Chan
1014 M:      mchan@broadcom.com
1015 L:      netdev@vger.kernel.org
1016 S:      Supported
1017
1018 BSG (block layer generic sg v4 driver)
1019 P:      FUJITA Tomonori
1020 M:      fujita.tomonori@lab.ntt.co.jp
1021 L:      linux-scsi@vger.kernel.org
1022 S:      Supported
1023
1024 BTTV VIDEO4LINUX DRIVER
1025 P:      Mauro Carvalho Chehab
1026 M:      mchehab@infradead.org
1027 M:      v4l-dvb-maintainer@linuxtv.org
1028 L:      video4linux-list@redhat.com
1029 W:      http://linuxtv.org
1030 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1031 S:      Maintained
1032
1033 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1034 P:      Jonathan Corbet
1035 M:      corbet@lwn.net
1036 L:      video4linux-list@redhat.com
1037 S:      Maintained
1038
1039 CAN NETWORK LAYER
1040 P:      Urs Thuermann
1041 M:      urs.thuermann@volkswagen.de
1042 P:      Oliver Hartkopp
1043 M:      oliver.hartkopp@volkswagen.de
1044 L:      socketcan-core@lists.berlios.de
1045 W:      http://developer.berlios.de/projects/socketcan/
1046 S:      Maintained
1047
1048 CALGARY x86-64 IOMMU
1049 P:      Muli Ben-Yehuda
1050 M:      muli@il.ibm.com
1051 P:      Jon D. Mason
1052 M:      jdmason@kudzu.us
1053 L:      linux-kernel@vger.kernel.org
1054 L:      discuss@x86-64.org
1055 S:      Maintained
1056
1057 CFAG12864B LCD DRIVER
1058 P:      Miguel Ojeda Sandonis
1059 M:      maxextreme@gmail.com
1060 L:      linux-kernel@vger.kernel.org
1061 W:      http://auxdisplay.googlepages.com/
1062 S:      Maintained
1063
1064 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1065 P:      Miguel Ojeda Sandonis
1066 M:      maxextreme@gmail.com
1067 L:      linux-kernel@vger.kernel.org
1068 W:      http://auxdisplay.googlepages.com/
1069 S:      Maintained
1070
1071 CFG80211 and NL80211
1072 P:      Johannes Berg
1073 M:      johannes@sipsolutions.net
1074 L:      linux-wireless@vger.kernel.org
1075 S:      Maintained
1076
1077 CHECKPATCH
1078 P:      Andy Whitcroft
1079 M:      apw@shadowen.org
1080 P:      Randy Dunlap
1081 M:      rdunlap@xenotime.net
1082 P:      Joel Schopp
1083 M:      jschopp@austin.ibm.com
1084 S:      Supported
1085
1086 COMMON INTERNET FILE SYSTEM (CIFS)
1087 P:      Steve French
1088 M:      sfrench@samba.org
1089 L:      linux-cifs-client@lists.samba.org
1090 L:      samba-technical@lists.samba.org
1091 W:      http://linux-cifs.samba.org/
1092 T:      git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1093 S:      Supported
1094
1095 CONFIGFS
1096 P:      Joel Becker
1097 M:      joel.becker@oracle.com
1098 L:      linux-kernel@vger.kernel.org
1099 S:      Supported
1100
1101 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1102 P:      Lennert Buytenhek
1103 M:      kernel@wantstofly.org
1104 L:      netdev@vger.kernel.org
1105 S:      Maintained
1106
1107 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1108 P:      Lennert Buytenhek
1109 M:      kernel@wantstofly.org
1110 L:      linux-usb@vger.kernel.org
1111 S:      Maintained
1112
1113 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1114 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1115 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1116 P:      Nils Faerber (port to kernel 2.4)
1117 M:      Nils Faerber <nils@kernelconcepts.de>
1118 S:      Maintained
1119
1120 CODA FILE SYSTEM
1121 P:      Jan Harkes
1122 M:      jaharkes@cs.cmu.edu
1123 M:      coda@cs.cmu.edu
1124 L:      codalist@coda.cs.cmu.edu
1125 W:      http://www.coda.cs.cmu.edu/
1126 S:      Maintained
1127
1128 COMPACTPCI HOTPLUG CORE
1129 P:      Scott Murray
1130 M:      scottm@somanetworks.com
1131 M:      scott@spiteful.org
1132 L:      pcihpd-discuss@lists.sourceforge.net
1133 S:      Supported
1134
1135 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1136 P:      Scott Murray
1137 M:      scottm@somanetworks.com
1138 M:      scott@spiteful.org
1139 L:      pcihpd-discuss@lists.sourceforge.net
1140 S:      Supported
1141
1142 COMPACTPCI HOTPLUG GENERIC DRIVER
1143 P:      Scott Murray
1144 M:      scottm@somanetworks.com
1145 M:      scott@spiteful.org
1146 L:      pcihpd-discuss@lists.sourceforge.net
1147 S:      Supported
1148
1149 COMPUTONE INTELLIPORT MULTIPORT CARD
1150 P:      Michael H. Warfield
1151 M:      mhw@wittsend.com
1152 W:      http://www.wittsend.com/computone.html
1153 S:      Maintained
1154
1155 CONEXANT ACCESSRUNNER USB DRIVER
1156 P:      Simon Arlott
1157 M:      cxacru@fire.lp0.eu
1158 L:      accessrunner-general@lists.sourceforge.net
1159 W:      http://accessrunner.sourceforge.net/
1160 S:      Maintained
1161
1162 CONTROL GROUPS (CGROUPS)
1163 P:      Paul Menage
1164 M:      menage@google.com
1165 L:      containers@lists.linux-foundation.org
1166 S:      Maintained
1167
1168 CORETEMP HARDWARE MONITORING DRIVER
1169 P:      Rudolf Marek
1170 M:      r.marek@assembler.cz
1171 L:      lm-sensors@lm-sensors.org
1172 S:      Maintained
1173
1174 COSA/SRP SYNC SERIAL DRIVER
1175 P:      Jan "Yenya" Kasprzak
1176 M:      kas@fi.muni.cz
1177 W:      http://www.fi.muni.cz/~kas/cosa/
1178 S:      Maintained
1179
1180 CPU FREQUENCY DRIVERS
1181 P:      Dave Jones
1182 M:      davej@codemonkey.org.uk
1183 L:      cpufreq@lists.linux.org.uk
1184 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1185 T:      git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1186 S:      Maintained
1187
1188 CPUID/MSR DRIVER
1189 P:      H. Peter Anvin
1190 M:      hpa@zytor.com
1191 S:      Maintained
1192
1193 CPUSETS
1194 P:      Paul Jackson
1195 P:      Simon Derr
1196 M:      pj@sgi.com
1197 M:      simon.derr@bull.net
1198 L:      linux-kernel@vger.kernel.org
1199 W:      http://www.bullopensource.org/cpuset/
1200 S:      Supported
1201
1202 CRAMFS FILESYSTEM
1203 W:      http://sourceforge.net/projects/cramfs/
1204 S:      Orphan
1205
1206 CRIS PORT
1207 P:      Mikael Starvik
1208 M:      starvik@axis.com
1209 P:      Jesper Nilsson
1210 M:      jesper.nilsson@axis.com
1211 L:      dev-etrax@axis.com
1212 W:      http://developer.axis.com
1213 S:      Maintained
1214
1215 CRYPTO API
1216 P:      Herbert Xu
1217 M:      herbert@gondor.apana.org.au
1218 P:      David S. Miller
1219 M:      davem@davemloft.net
1220 L:      linux-crypto@vger.kernel.org
1221 T:      git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1222 S:      Maintained
1223
1224 CS5535 Audio ALSA driver
1225 P:      Jaya Kumar
1226 M:      jayakumar.alsa@gmail.com
1227 S:      Maintained
1228
1229 CYBERPRO FB DRIVER
1230 P:      Russell King
1231 M:      rmk@arm.linux.org.uk
1232 W:      http://www.arm.linux.org.uk/
1233 S:      Maintained
1234
1235 CYBLAFB FRAMEBUFFER DRIVER
1236 P:      Knut Petersen
1237 M:      Knut_Petersen@t-online.de
1238 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1239 S:      Maintained
1240
1241 CYCLADES 2X SYNC CARD DRIVER
1242 P:      Arnaldo Carvalho de Melo
1243 M:      acme@ghostprotocols.net
1244 W:      http://oops.ghostprotocols.net:81/blog
1245 S:      Maintained
1246
1247 CYCLADES ASYNC MUX DRIVER
1248 W:      http://www.cyclades.com/
1249 S:      Orphan
1250
1251 CYCLADES PC300 DRIVER
1252 W:      http://www.cyclades.com/
1253 S:      Orphan
1254
1255 DAMA SLAVE for AX.25
1256 P:      Joerg Reuter
1257 M:      jreuter@yaina.de
1258 W:      http://yaina.de/jreuter/
1259 W:      http://www.qsl.net/dl1bke/
1260 L:      linux-hams@vger.kernel.org
1261 S:      Maintained
1262
1263 DC395x SCSI driver
1264 P:      Oliver Neukum
1265 M:      oliver@neukum.name
1266 P:      Ali Akcaagac
1267 M:      aliakc@web.de
1268 P:      Jamie Lenehan
1269 M:      lenehan@twibble.org
1270 W:      http://twibble.org/dist/dc395x/
1271 L:      dc395x@twibble.org
1272 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1273 S:      Maintained
1274
1275 DC390/AM53C974 SCSI driver
1276 P:      Kurt Garloff
1277 M:      garloff@suse.de
1278 W:      http://www.garloff.de/kurt/linux/dc390/
1279 P:      Guennadi Liakhovetski
1280 M:      g.liakhovetski@gmx.de
1281 S:      Maintained
1282
1283 DCCP PROTOCOL
1284 P:      Arnaldo Carvalho de Melo
1285 M:      acme@ghostprotocols.net
1286 L:      dccp@vger.kernel.org
1287 W:      http://linux-net.osdl.org/index.php/DCCP
1288 S:      Maintained
1289
1290 DECnet NETWORK LAYER
1291 P:      Christine Caulfield
1292 M:      christine.caulfield@googlemail.com
1293 W:      http://linux-decnet.sourceforge.net
1294 L:      linux-decnet-user@lists.sourceforge.net
1295 S:      Maintained
1296
1297 DEFXX FDDI NETWORK DRIVER
1298 P:      Maciej W. Rozycki
1299 M:      macro@linux-mips.org
1300 S:      Maintained
1301
1302 DELL LAPTOP SMM DRIVER
1303 P:      Massimo Dal Zotto
1304 M:      dz@debian.org
1305 W:      http://www.debian.org/~dz/i8k/
1306 S:      Maintained
1307
1308 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1309 P:      Doug Warzecha
1310 M:      Douglas_Warzecha@dell.com
1311 S:      Maintained
1312
1313 DEVICE-MAPPER  (LVM)
1314 P:      Alasdair Kergon
1315 L:      dm-devel@redhat.com
1316 W:      http://sources.redhat.com/dm
1317 S:      Maintained
1318
1319 DEVICE NUMBER REGISTRY
1320 P:      Torben Mathiasen
1321 M:      device@lanana.org
1322 W:      http://lanana.org/docs/device-list/index.html
1323 L:      linux-kernel@vger.kernel.org
1324 S:      Maintained
1325
1326 DIGI INTL. EPCA DRIVER
1327 P:      Digi International, Inc
1328 M:      Eng.Linux@digi.com
1329 L:      Eng.Linux@digi.com
1330 W:      http://www.digi.com
1331 S:      Orphaned
1332
1333 DIRECTORY NOTIFICATION
1334 P:      Stephen Rothwell
1335 M:      sfr@canb.auug.org.au
1336 L:      linux-kernel@vger.kernel.org
1337 S:      Supported
1338
1339 DISK GEOMETRY AND PARTITION HANDLING
1340 P:      Andries Brouwer
1341 M:      aeb@cwi.nl
1342 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1343 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1344 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1345 S:      Maintained
1346
1347 DISKQUOTA:
1348 P:      Jan Kara
1349 M:      jack@suse.cz
1350 L:      linux-kernel@vger.kernel.org
1351 S:      Maintained
1352
1353 DISTRIBUTED LOCK MANAGER
1354 P:      Christine Caulfield
1355 M:      ccaulfie@redhat.com
1356 P:      David Teigland
1357 M:      teigland@redhat.com
1358 L:      cluster-devel@redhat.com
1359 W:      http://sources.redhat.com/cluster/
1360 T:      git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git
1361 S:      Supported
1362
1363 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1364 P:      Tobias Ringstrom
1365 M:      tori@unhappy.mine.nu
1366 L:      netdev@vger.kernel.org
1367 S:      Maintained
1368
1369 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1370 P:      Maciej Sosnowski
1371 M:      maciej.sosnowski@intel.com
1372 P:      Dan Williams
1373 M:      dan.j.williams@intel.com
1374 L:      linux-kernel@vger.kernel.org
1375 S:      Supported
1376
1377 DME1737 HARDWARE MONITOR DRIVER
1378 P:      Juerg Haefliger
1379 M:      juergh@gmail.com
1380 L:      lm-sensors@lm-sensors.org
1381 S:      Maintained
1382
1383 DOCBOOK FOR DOCUMENTATION
1384 P:      Randy Dunlap
1385 M:      rdunlap@xenotime.net
1386 S:      Maintained
1387
1388 DOCKING STATION DRIVER
1389 P:      Kristen Carlson Accardi
1390 M:      kristen.c.accardi@intel.com
1391 L:      linux-acpi@vger.kernel.org
1392 S:      Supported
1393
1394 DOUBLETALK DRIVER
1395 P:      James R. Van Zandt
1396 M:      jrv@vanzandt.mv.com
1397 L:      blinux-list@redhat.com
1398 S:      Maintained
1399
1400 DRIVER CORE, KOBJECTS, AND SYSFS
1401 P:      Greg Kroah-Hartman
1402 M:      gregkh@suse.de
1403 L:      linux-kernel@vger.kernel.org
1404 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1405 S:      Supported
1406
1407 DRM DRIVERS
1408 P:      David Airlie
1409 M:      airlied@linux.ie
1410 L:      dri-devel@lists.sourceforge.net
1411 T:      git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1412 S:      Maintained
1413
1414 DSCC4 DRIVER
1415 P:      Francois Romieu
1416 M:      romieu@fr.zoreil.com
1417 L:      netdev@vger.kernel.org
1418 S:      Maintained
1419
1420 DVB SUBSYSTEM AND DRIVERS
1421 P:      LinuxTV.org Project
1422 M:      v4l-dvb-maintainer@linuxtv.org
1423 L:      linux-dvb@linuxtv.org (subscription required)
1424 W:      http://linuxtv.org/
1425 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
1426 S:      Maintained
1427
1428 DZ DECSTATION DZ11 SERIAL DRIVER
1429 P:      Maciej W. Rozycki
1430 M:      macro@linux-mips.org
1431 S:      Maintained
1432
1433 EATA-DMA SCSI DRIVER
1434 P:      Michael Neuffer
1435 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1436 S:      Maintained
1437
1438 EATA ISA/EISA/PCI SCSI DRIVER
1439 P:      Dario Ballabio
1440 M:      ballabio_dario@emc.com
1441 L:      linux-scsi@vger.kernel.org
1442 S:      Maintained
1443
1444 EATA-PIO SCSI DRIVER
1445 P:      Michael Neuffer
1446 M:      mike@i-Connect.Net
1447 L:      linux-eata@i-connect.net, linux-scsi@vger.kernel.org
1448 S:      Maintained
1449
1450 EBTABLES
1451 P:      Bart De Schuymer
1452 M:      bart.de.schuymer@pandora.be
1453 L:      ebtables-user@lists.sourceforge.net
1454 L:      ebtables-devel@lists.sourceforge.net
1455 W:      http://ebtables.sourceforge.net/
1456 S:      Maintained
1457
1458 ECRYPT FILE SYSTEM
1459 P:      Mike Halcrow, Phillip Hellewell
1460 M:      mhalcrow@us.ibm.com, phillip@hellewell.homeip.net
1461 L:      ecryptfs-devel@lists.sourceforge.net
1462 W:      http://ecryptfs.sourceforge.net/
1463 S:      Supported
1464
1465 EDAC-CORE
1466 P:      Doug Thompson
1467 M:      dougthompson@xmission.com
1468 L:      bluesmoke-devel@lists.sourceforge.net
1469 W:      bluesmoke.sourceforge.net
1470 S:      Supported
1471
1472 EDAC-E752X
1473 P:      Mark Gross
1474 P:      Doug Thompson
1475 M:      mark.gross@intel.com
1476 M:      dougthompson@xmission.com
1477 L:      bluesmoke-devel@lists.sourceforge.net
1478 W:      bluesmoke.sourceforge.net
1479 S:      Maintained
1480
1481 EDAC-E7XXX
1482 P:      Doug Thompson
1483 M:      dougthompson@xmission.com
1484 L:      bluesmoke-devel@lists.sourceforge.net
1485 W:      bluesmoke.sourceforge.net
1486 S:      Maintained
1487
1488 EDAC-I82443BXGX
1489 P:      Tim Small
1490 M:      tim@buttersideup.com
1491 L:      bluesmoke-devel@lists.sourceforge.net
1492 W:      bluesmoke.sourceforge.net
1493 S:      Maintained
1494
1495 EDAC-I3000
1496 P:      Jason Uhlenkott
1497 M:      juhlenko@akamai.com
1498 L:      bluesmoke-devel@lists.sourceforge.net
1499 W:      bluesmoke.sourceforge.net
1500 S:      Maintained
1501
1502 EDAC-I5000
1503 P:      Doug Thompson
1504 M:      dougthompson@xmission.com
1505 L:      bluesmoke-devel@lists.sourceforge.net
1506 W:      bluesmoke.sourceforge.net
1507 S:      Maintained
1508
1509 EDAC-I82975X
1510 P:      Ranganathan Desikan
1511 P:      Arvind R.
1512 M:      rdesikan@jetzbroadband.com
1513 M:      arvind@acarlab.com
1514 L:      bluesmoke-devel@lists.sourceforge.net
1515 W:      bluesmoke.sourceforge.net
1516 S:      Maintained
1517
1518 EDAC-PASEMI
1519 P:      Egor Martovetsky
1520 M:      egor@pasemi.com
1521 L:      bluesmoke-devel@lists.sourceforge.net
1522 W:      bluesmoke.sourceforge.net
1523 S:      Maintained
1524
1525 EDAC-R82600
1526 P:      Tim Small
1527 M:      tim@buttersideup.com
1528 L:      bluesmoke-devel@lists.sourceforge.net
1529 W:      bluesmoke.sourceforge.net
1530 S:      Maintained
1531
1532 EEPRO100 NETWORK DRIVER
1533 P:      Andrey V. Savochkin
1534 M:      saw@saw.sw.com.sg
1535 S:      Maintained
1536
1537 EFS FILESYSTEM
1538 W:      http://aeschi.ch.eu.org/efs/
1539 S:      Orphan
1540
1541 EHCA (IBM GX bus InfiniBand adapter) DRIVER:
1542 P:      Hoang-Nam Nguyen
1543 M:      hnguyen@de.ibm.com
1544 P:      Christoph Raisch
1545 M:      raisch@de.ibm.com
1546 L:      general@lists.openfabrics.org
1547 S:      Supported
1548
1549 EMULEX LPFC FC SCSI DRIVER
1550 P:      James Smart
1551 M:      james.smart@emulex.com
1552 L:      linux-scsi@vger.kernel.org
1553 W:      http://sourceforge.net/projects/lpfcxxxx
1554 S:      Supported
1555
1556 EPSON 1355 FRAMEBUFFER DRIVER
1557 P:      Christopher Hoover
1558 M:      ch@murgatroid.com, ch@hpl.hp.com
1559 S:      Maintained
1560
1561 ETHEREXPRESS-16 NETWORK DRIVER
1562 P:      Philip Blundell
1563 M:      philb@gnu.org
1564 L:      netdev@vger.kernel.org
1565 S:      Maintained
1566
1567 ETHERNET BRIDGE
1568 P:      Stephen Hemminger
1569 M:      shemminger@linux-foundation.org
1570 L:      bridge@lists.linux-foundation.org
1571 W:      http://bridge.sourceforge.net/
1572 S:      Maintained
1573
1574 ETHERTEAM 16I DRIVER
1575 P:      Mika Kuoppala
1576 M:      miku@iki.fi
1577 S:      Maintained
1578
1579 EXT2 FILE SYSTEM
1580 L:      linux-ext4@vger.kernel.org
1581 S:      Maintained
1582
1583 EXT3 FILE SYSTEM
1584 P:      Stephen Tweedie, Andrew Morton
1585 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1586 L:      linux-ext4@vger.kernel.org
1587 S:      Maintained
1588
1589 EXT4 FILE SYSTEM
1590 P:      Stephen Tweedie, Andrew Morton
1591 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@clusterfs.com
1592 L:      linux-ext4@vger.kernel.org
1593 S:      Maintained
1594
1595 F71805F HARDWARE MONITORING DRIVER
1596 P:      Jean Delvare
1597 M:      khali@linux-fr.org
1598 L:      lm-sensors@lm-sensors.org
1599 S:      Maintained
1600
1601 FARSYNC SYNCHRONOUS DRIVER
1602 P:      Kevin Curtis
1603 M:      kevin.curtis@farsite.co.uk
1604 W:      http://www.farsite.co.uk/
1605 S:      Supported
1606
1607 FAULT INJECTION SUPPORT
1608 P:      Akinobu Mita
1609 M:      akinobu.mita@gmail.com
1610 S:      Supported
1611
1612 FRAMEBUFFER LAYER
1613 P:      Antonino Daplas
1614 M:      adaplas@gmail.com
1615 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1616 W:      http://linux-fbdev.sourceforge.net/
1617 S:      Maintained
1618
1619 FREESCALE DMA DRIVER
1620 P;      Zhang Wei
1621 M:      wei.zhang@freescale.com
1622 L:      linuxppc-embedded@ozlabs.org
1623 L:      linux-kernel@vger.kernel.org
1624 S:      Maintained
1625
1626 FREESCALE SOC FS_ENET DRIVER
1627 P:      Pantelis Antoniou
1628 M:      pantelis.antoniou@gmail.com
1629 P:      Vitaly Bordug
1630 M:      vbordug@ru.mvista.com
1631 L:      linuxppc-dev@ozlabs.org
1632 L:      netdev@vger.kernel.org
1633 S:      Maintained
1634
1635 FREESCALE HIGHSPEED USB DEVICE DRIVER
1636 P:      Li Yang
1637 M:      leoli@freescale.com
1638 L:      linux-usb@vger.kernel.org
1639 L:      linuxppc-dev@ozlabs.org
1640 S:      Maintained
1641
1642 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1643 P:      Li Yang
1644 M:      leoli@freescale.com
1645 L:      netdev@vger.kernel.org
1646 L:      linuxppc-dev@ozlabs.org
1647 S:      Maintained
1648
1649 FILE LOCKING (flock() and fcntl()/lockf())
1650 P:      Matthew Wilcox
1651 M:      matthew@wil.cx
1652 L:      linux-fsdevel@vger.kernel.org
1653 S:      Maintained
1654
1655 FILESYSTEMS (VFS and infrastructure)
1656 P:      Alexander Viro
1657 M:      viro@zeniv.linux.org.uk
1658 L:      linux-fsdevel@vger.kernel.org
1659 S:      Maintained
1660
1661 FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1662 P:      Kristian Hoegsberg, Stefan Richter
1663 M:      krh@redhat.com, stefanr@s5r6.in-berlin.de
1664 L:      linux1394-devel@lists.sourceforge.net
1665 W:      http://www.linux1394.org/
1666 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1667 S:      Maintained
1668
1669 FIRMWARE LOADER (request_firmware)
1670 L:      linux-kernel@vger.kernel.org
1671 S:      Orphan
1672
1673 FPU EMULATOR
1674 P:      Bill Metzenthen
1675 M:      billm@suburbia.net
1676 W:      http://suburbia.net/~billm/floating-point/emulator/
1677 S:      Maintained
1678
1679 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1680 P:      Mike McLagan
1681 M:      mike.mclagan@linux.org
1682 L:      netdev@vger.kernel.org
1683 S:      Maintained
1684
1685 FREEVXFS FILESYSTEM
1686 P:      Christoph Hellwig
1687 M:      hch@infradead.org
1688 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1689 S:      Maintained
1690
1691 FUJITSU FR-V (FRV) PORT
1692 P:      David Howells
1693 M:      dhowells@redhat.com
1694 S:      Maintained
1695
1696 FUSE: FILESYSTEM IN USERSPACE
1697 P:      Miklos Szeredi
1698 M:      miklos@szeredi.hu
1699 L:      fuse-devel@lists.sourceforge.net
1700 W:      http://fuse.sourceforge.net/
1701 S:      Maintained
1702
1703 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1704 P:      Rik Faith
1705 M:      faith@cs.unc.edu
1706 L:      linux-scsi@vger.kernel.org
1707 S:      Odd fixes (e.g., new signatures)
1708
1709 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1710 P:      Achim Leubner
1711 M:      achim_leubner@adaptec.com
1712 L:      linux-scsi@vger.kernel.org
1713 W:      http://www.icp-vortex.com/
1714 S:      Supported
1715
1716 GENERIC GPIO I2C DRIVER
1717 P:      Haavard Skinnemoen
1718 M:      hskinnemoen@atmel.com
1719 S:      Supported
1720
1721 GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS
1722 P:      Krzysztof Halasa
1723 M:      khc@pm.waw.pl
1724 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1725 S:      Maintained
1726
1727 GFS2 FILE SYSTEM
1728 P:      Steven Whitehouse
1729 M:      swhiteho@redhat.com
1730 L:      cluster-devel@redhat.com
1731 W:      http://sources.redhat.com/cluster/
1732 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1733 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1734 S:      Supported
1735
1736 GIGASET ISDN DRIVERS
1737 P:      Hansjoerg Lipp
1738 M:      hjlipp@web.de
1739 P:      Tilman Schmidt
1740 M:      tilman@imap.cc
1741 L:      gigaset307x-common@lists.sourceforge.net
1742 W:      http://gigaset307x.sourceforge.net/
1743 S:      Maintained
1744
1745 HARDWARE MONITORING
1746 P:      Mark M. Hoffman
1747 M:      mhoffman@lightlink.com
1748 L:      lm-sensors@lm-sensors.org
1749 W:      http://www.lm-sensors.org/
1750 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing
1751 T:      git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release
1752 S:      Maintained
1753
1754 HARDWARE RANDOM NUMBER GENERATOR CORE
1755 S:      Orphaned
1756
1757 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1758 P:      Robert Love
1759 M:      rlove@rlove.org
1760 M:      linux-kernel@vger.kernel.org
1761 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1762 S:      Maintained
1763
1764 HARMONY SOUND DRIVER
1765 P:      Kyle McMartin
1766 M:      kyle@parisc-linux.org
1767 L:      linux-parisc@vger.kernel.org
1768 S:      Maintained
1769
1770 HAYES ESP SERIAL DRIVER
1771 P:      Andrew J. Robinson
1772 M:      arobinso@nyx.net
1773 L:      linux-kernel@vger.kernel.org
1774 W:      http://www.nyx.net/~arobinso
1775 S:      Maintained
1776
1777 HFS FILESYSTEM
1778 P:      Roman Zippel
1779 M:      zippel@linux-m68k.org
1780 L:      linux-kernel@vger.kernel.org
1781 S:      Maintained
1782
1783 HGA FRAMEBUFFER DRIVER
1784 P:      Ferenc Bakonyi
1785 M:      fero@drama.obuda.kando.hu
1786 L:      linux-nvidia@lists.surfsouth.com
1787 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1788 S:      Maintained
1789
1790 HID CORE LAYER
1791 P:      Jiri Kosina
1792 M:      jkosina@suse.cz
1793 L:      linux-input@vger.kernel.org
1794 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1795 S:      Maintained
1796
1797 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1798 P:      Thomas Gleixner
1799 M:      tglx@linutronix.de
1800 L:      linux-kernel@vger.kernel.org
1801 S:      Maintained
1802
1803 HIGH-SPEED SCC DRIVER FOR AX.25
1804 P:      Klaus Kudielka
1805 M:      klaus.kudielka@ieee.org
1806 L:      linux-hams@vger.kernel.org
1807 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1808 S:      Maintained
1809
1810 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1811 P:      HighPoint Linux Team
1812 M:      linux@highpoint-tech.com
1813 W:      http://www.highpoint-tech.com
1814 S:      Supported
1815
1816 HIPPI
1817 P:      Jes Sorensen
1818 M:      jes@trained-monkey.org
1819 L:      linux-hippi@sunsite.dk
1820 S:      Maintained
1821
1822 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1823 P:      Chirag Kantharia
1824 M:      chirag.kantharia@hp.com
1825 L:      iss_storagedev@hp.com
1826 S:      Maintained
1827
1828 HEWLETT-PACKARD SMART2 RAID DRIVER
1829 P:      Chirag Kantharia
1830 M:      chirag.kantharia@hp.com
1831 L:      iss_storagedev@hp.com
1832 S:      Maintained
1833
1834 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1835 P:      Mike Miller
1836 M:      mike.miller@hp.com
1837 L:      iss_storagedev@hp.com
1838 S:      Supported
1839
1840 HOST AP DRIVER
1841 P:      Jouni Malinen
1842 M:      j@w1.fi
1843 L:      hostap@shmoo.com (subscribers-only)
1844 L:      linux-wireless@vger.kernel.org
1845 W:      http://hostap.epitest.fi/
1846 S:      Maintained
1847
1848 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
1849 P:      Jaroslav Kysela
1850 M:      perex@perex.cz
1851 S:      Maintained
1852
1853 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
1854 P:      Carlos Corbacho
1855 M:      carlos@strangeworlds.co.uk
1856 S:      Odd Fixes
1857
1858 HPET:   High Precision Event Timers driver (hpet.c)
1859 P:      Clemens Ladisch
1860 M:      clemens@ladisch.de
1861 S:      Maintained
1862
1863 HPET:   i386
1864 P:      Venkatesh Pallipadi (Venki)
1865 M:      venkatesh.pallipadi@intel.com
1866 S:      Maintained
1867
1868 HPET:   x86_64
1869 P:      Vojtech Pavlik
1870 M:      vojtech@suse.cz
1871 S:      Maintained
1872
1873 HPET:   ACPI hpet.c
1874 P:      Bob Picco
1875 M:      bob.picco@hp.com
1876 S:      Maintained
1877
1878 HPFS FILESYSTEM
1879 P:      Mikulas Patocka
1880 M:      mikulas@artax.karlin.mff.cuni.cz
1881 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
1882 S:      Maintained
1883
1884 HUGETLB FILESYSTEM
1885 P:      William Irwin
1886 M:      wli@holomorphy.com
1887 S:      Maintained
1888
1889 I2C/SMBUS STUB DRIVER
1890 P:      Mark M. Hoffman
1891 M:      mhoffman@lightlink.com
1892 L:      lm-sensors@lm-sensors.org
1893 S:      Maintained
1894
1895 I2C SUBSYSTEM
1896 P:      Jean Delvare
1897 M:      khali@linux-fr.org
1898 L:      i2c@lm-sensors.org
1899 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
1900 S:      Maintained
1901
1902 I2C-TINY-USB DRIVER
1903 P:      Till Harbaum
1904 M:      till@harbaum.org
1905 L:      i2c@lm-sensors.org
1906 T:      http://www.harbaum.org/till/i2c_tiny_usb
1907 S:      Maintained
1908
1909 i386 BOOT CODE
1910 P:      H. Peter Anvin
1911 M:      hpa@zytor.com
1912 L:      Linux-Kernel@vger.kernel.org
1913 S:      Maintained
1914
1915 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
1916 P:      H. Peter Anvin
1917 M:      hpa@zytor.com
1918 T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1919 S:      Maintained
1920
1921 IA64 (Itanium) PLATFORM
1922 P:      Tony Luck
1923 M:      tony.luck@intel.com
1924 L:      linux-ia64@vger.kernel.org
1925 W:      http://www.ia64-linux.org/
1926 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1927 S:      Maintained
1928
1929 SN-IA64 (Itanium) SUB-PLATFORM
1930 P:      Jes Sorensen
1931 M:      jes@sgi.com
1932 L:      linux-altix@sgi.com
1933 L:      linux-ia64@vger.kernel.org
1934 W:      http://www.sgi.com/altix
1935 S:      Maintained
1936
1937 IBM MCA SCSI SUBSYSTEM DRIVER
1938 P:      Michael Lang
1939 M:      langa2@kph.uni-mainz.de
1940 W:      http://www.uni-mainz.de/~langm000/linux.html
1941 S:      Maintained
1942
1943 IBM Power Linux RAID adapter
1944 P:      Brian King
1945 M:      brking@us.ibm.com
1946 S:      Supported
1947
1948 IBM ServeRAID RAID DRIVER
1949 P:      Jack Hammer
1950 P:      Dave Jeffery
1951 M:      ipslinux@adaptec.com
1952 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
1953 S:      Supported
1954
1955 IDE SUBSYSTEM
1956 P:      Bartlomiej Zolnierkiewicz
1957 M:      bzolnier@gmail.com
1958 L:      linux-ide@vger.kernel.org
1959 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
1960 S:      Maintained
1961
1962 IDE/ATAPI CDROM DRIVER
1963 P:      Borislav Petkov
1964 M:      petkovbb@gmail.com
1965 L:      linux-ide@vger.kernel.org
1966 S:      Maintained
1967
1968 IDE/ATAPI FLOPPY DRIVERS
1969 P:      Paul Bristow
1970 M:      Paul Bristow <paul@paulbristow.net>
1971 W:      http://paulbristow.net/linux/idefloppy.html
1972 L:      linux-kernel@vger.kernel.org
1973 S:      Maintained
1974
1975 IDE/ATAPI TAPE DRIVERS
1976 P:      Gadi Oxman
1977 M:      Gadi Oxman <gadio@netvision.net.il>
1978 L:      linux-kernel@vger.kernel.org
1979 S:      Maintained
1980
1981 IDE-SCSI DRIVER
1982 L:      linux-ide@vger.kernel.org
1983 L:      linux-scsi@vger.kernel.org
1984 S:      Orphan
1985
1986 IEEE 1394 SUBSYSTEM (drivers/ieee1394)
1987 P:      Ben Collins
1988 M:      ben.collins@ubuntu.com
1989 P:      Stefan Richter
1990 M:      stefanr@s5r6.in-berlin.de
1991 L:      linux1394-devel@lists.sourceforge.net
1992 W:      http://www.linux1394.org/
1993 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1994 S:      Maintained
1995
1996 IEEE 1394 RAW I/O DRIVER (raw1394)
1997 P:      Dan Dennedy
1998 M:      dan@dennedy.org
1999 P:      Stefan Richter
2000 M:      stefanr@s5r6.in-berlin.de
2001 L:      linux1394-devel@lists.sourceforge.net
2002 S:      Maintained
2003
2004 IMS TWINTURBO FRAMEBUFFER DRIVER
2005 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2006 S:      Orphan
2007
2008 INFINIBAND SUBSYSTEM
2009 P:      Roland Dreier
2010 M:      rolandd@cisco.com
2011 P:      Sean Hefty
2012 M:      sean.hefty@intel.com
2013 P:      Hal Rosenstock
2014 M:      hal.rosenstock@gmail.com 
2015 L:      general@lists.openfabrics.org
2016 W:      http://www.openib.org/
2017 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
2018 S:      Supported
2019
2020 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2021 P:      Dmitry Torokhov
2022 M:      dmitry.torokhov@gmail.com
2023 M:      dtor@mail.ru
2024 L:      linux-input@vger.kernel.org
2025 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2026 S:      Maintained
2027
2028 INOTIFY
2029 P:      John McCutchan
2030 M:      ttb@tentacle.dhs.org
2031 P:      Robert Love
2032 M:      rml@novell.com
2033 L:      linux-kernel@vger.kernel.org
2034 S:      Maintained
2035
2036 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2037 P:      Sylvain Meyer
2038 M:      sylvain.meyer@worldonline.fr
2039 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2040 S:      Maintained
2041
2042 INTEL 810/815 FRAMEBUFFER DRIVER
2043 P:      Antonino Daplas
2044 M:      adaplas@gmail.com
2045 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2046 S:      Maintained
2047
2048 INTEL IA32 MICROCODE UPDATE SUPPORT
2049 P:      Tigran Aivazian
2050 M:      tigran@aivazian.fsnet.co.uk
2051 S:      Maintained
2052
2053 INTEL I/OAT DMA DRIVER
2054 P:      Maciej Sosnowski
2055 M:      maciej.sosnowski@intel.com
2056 L:      linux-kernel@vger.kernel.org
2057 S:      Supported
2058
2059 INTEL IOP-ADMA DMA DRIVER
2060 P:      Dan Williams
2061 M:      dan.j.williams@intel.com
2062 L:      linux-kernel@vger.kernel.org
2063 S:      Supported
2064
2065 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2066 P:      Deepak Saxena
2067 M:      dsaxena@plexity.net
2068 S:      Maintained
2069
2070 INTEL IXP2000 ETHERNET DRIVER
2071 P:      Lennert Buytenhek
2072 M:      kernel@wantstofly.org
2073 L:      netdev@vger.kernel.org
2074 S:      Maintained
2075
2076 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2077 P:      Auke Kok
2078 M:      auke-jan.h.kok@intel.com
2079 P:      Jesse Brandeburg
2080 M:      jesse.brandeburg@intel.com
2081 P:      Jeff Kirsher
2082 M:      jeffrey.t.kirsher@intel.com
2083 P:      Bruce Allan
2084 M:      bruce.w.allan@intel.com
2085 P:      John Ronciak
2086 M:      john.ronciak@intel.com
2087 L:      e1000-devel@lists.sourceforge.net
2088 W:      http://e1000.sourceforge.net/
2089 S:      Supported
2090
2091 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2092 P:      Zhu Yi
2093 M:      yi.zhu@intel.com
2094 P:      James Ketrenos
2095 M:      jketreno@linux.intel.com
2096 P:      Reinette Chatre
2097 M:      reinette.chatre@intel.com
2098 L:      linux-wireless@vger.kernel.org
2099 L:      ipw2100-devel@lists.sourceforge.net
2100 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2101 W:      http://ipw2100.sourceforge.net
2102 S:      Supported
2103
2104 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2105 P:      Zhu Yi
2106 M:      yi.zhu@intel.com
2107 P:      James Ketrenos
2108 M:      jketreno@linux.intel.com
2109 P:      Reinette Chatre
2110 M:      reinette.chatre@intel.com
2111 L:      linux-wireless@vger.kernel.org
2112 L:      ipw2100-devel@lists.sourceforge.net
2113 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2114 W:      http://ipw2200.sourceforge.net
2115 S:      Supported
2116
2117 INTEL WIRELESS WIFI LINK (iwlwifi)
2118 P:      Zhu Yi
2119 M:      yi.zhu@intel.com
2120 P:      Reinette Chatre
2121 M:      reinette.chatre@intel.com
2122 L:      linux-wireless@vger.kernel.org
2123 L:      ipw3945-devel@lists.sourceforge.net
2124 W:      http://intellinuxwireless.org
2125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rchatre/iwlwifi-2.6.git
2126 S:      Supported
2127
2128 IOC3 ETHERNET DRIVER
2129 P:      Ralf Baechle
2130 M:      ralf@linux-mips.org
2131 L:      linux-mips@linux-mips.org
2132 S:      Maintained
2133
2134 IOC3 SERIAL DRIVER
2135 P:      Pat Gefre
2136 M:      pfg@sgi.com
2137 L:      linux-mips@linux-mips.org
2138 S:      Maintained
2139
2140 IP MASQUERADING:
2141 P:      Juanjo Ciarlante
2142 M:      jjciarla@raiz.uncu.edu.ar
2143 S:      Maintained
2144
2145 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2146 P:      Francois Romieu
2147 M:      romieu@fr.zoreil.com
2148 P:      Sorbica Shieh
2149 M:      sorbica@icplus.com.tw
2150 P:      Jesse Huang
2151 M:      jesse@icplus.com.tw
2152 L:      netdev@vger.kernel.org
2153 S:      Maintained
2154
2155 IPATH DRIVER:
2156 P:      Ralph Campbell
2157 M:      infinipath@qlogic.com
2158 L:      general@lists.openfabrics.org
2159 T:      git git://git.qlogic.com/ipath-linux-2.6
2160 S:      Supported
2161
2162 IPMI SUBSYSTEM
2163 P:      Corey Minyard
2164 M:      minyard@acm.org
2165 L:      openipmi-developer@lists.sourceforge.net
2166 W:      http://openipmi.sourceforge.net/
2167 S:      Supported
2168
2169 IPX NETWORK LAYER
2170 P:      Arnaldo Carvalho de Melo
2171 M:      acme@ghostprotocols.net
2172 L:      netdev@vger.kernel.org
2173 S:      Maintained
2174
2175 IPWIRELES DRIVER
2176 P:      Jiri Kosina
2177 M:      jkosina@suse.cz
2178 P:      David Sterba
2179 M:      dsterba@suse.cz
2180 S:      Maintained
2181 T:      git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2182
2183 IRDA SUBSYSTEM
2184 P:      Samuel Ortiz
2185 M:      samuel@sortiz.org
2186 L:      irda-users@lists.sourceforge.net (subscribers-only)
2187 W:      http://irda.sourceforge.net/
2188 S:      Maintained
2189
2190 ISCSI
2191 P:      Mike Christie
2192 M:      michaelc@cs.wisc.edu
2193 L:      open-iscsi@googlegroups.com
2194 W:      www.open-iscsi.org
2195 T:      git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2196 S:      Maintained
2197
2198 ISAPNP
2199 P:      Jaroslav Kysela
2200 M:      perex@perex.cz
2201 S:      Maintained
2202
2203 ISDN SUBSYSTEM
2204 P:      Karsten Keil
2205 M:      kkeil@suse.de
2206 L:      isdn4linux@listserv.isdn4linux.de
2207 W:      http://www.isdn4linux.de
2208 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2209 S:      Maintained
2210
2211 ISDN SUBSYSTEM (Eicon active card driver)
2212 P:      Armin Schindler
2213 M:      mac@melware.de
2214 L:      isdn4linux@listserv.isdn4linux.de
2215 W:      http://www.melware.de
2216 S:      Maintained
2217
2218 IVTV VIDEO4LINUX DRIVER
2219 P:      Hans Verkuil
2220 M:      hverkuil@xs4all.nl
2221 L:      ivtv-devel@ivtvdriver.org
2222 L:      ivtv-users@ivtvdriver.org
2223 L:      video4linux-list@redhat.com
2224 W:      http://www.ivtvdriver.org
2225 S:      Maintained
2226
2227 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2228 P:      David Woodhouse
2229 M:      dwmw2@infradead.org
2230 L:      linux-mtd@lists.infradead.org
2231 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2232 S:      Maintained
2233
2234 JFS FILESYSTEM
2235 P:      Dave Kleikamp
2236 M:      shaggy@austin.ibm.com
2237 L:      jfs-discussion@lists.sourceforge.net
2238 W:      http://jfs.sourceforge.net/
2239 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2240 S:      Supported
2241
2242 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2243 P:      Stephen Tweedie, Andrew Morton
2244 M:      sct@redhat.com, akpm@linux-foundation.org
2245 L:      linux-ext4@vger.kernel.org
2246 S:      Maintained
2247
2248 K8TEMP HARDWARE MONITORING DRIVER
2249 P:      Rudolf Marek
2250 M:      r.marek@assembler.cz
2251 L:      lm-sensors@lm-sensors.org
2252 S:      Maintained
2253
2254 KCONFIG
2255 P:      Roman Zippel
2256 M:      zippel@linux-m68k.org
2257 L:      linux-kbuild@vger.kernel.org
2258 S:      Maintained
2259
2260 KDUMP
2261 P:      Vivek Goyal
2262 M:      vgoyal@redhat.com
2263 P:      Haren Myneni
2264 M:      hbabu@us.ibm.com
2265 L:      kexec@lists.infradead.org
2266 L:      linux-kernel@vger.kernel.org
2267 W:      http://lse.sourceforge.net/kdump/
2268 S:      Maintained
2269
2270 KERNEL AUTOMOUNTER (AUTOFS)
2271 P:      H. Peter Anvin
2272 M:      hpa@zytor.com
2273 L:      autofs@linux.kernel.org
2274 S:      Odd Fixes
2275
2276 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2277 P:      Ian Kent
2278 M:      raven@themaw.net
2279 L:      autofs@linux.kernel.org
2280 S:      Maintained
2281
2282 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2283 P:      Sam Ravnborg
2284 M:      sam@ravnborg.org
2285 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild.git
2286 L:      linux-kbuild@vger.kernel.org
2287 S:      Maintained
2288
2289 KERNEL JANITORS
2290 P:      Several
2291 L:      kernel-janitors@vger.kernel.org
2292 W:      http://www.kerneljanitors.org/
2293 S:      Maintained
2294
2295 KERNEL NFSD
2296 P:      J. Bruce Fields
2297 M:      bfields@fieldses.org
2298 P:      Neil Brown
2299 M:      neilb@suse.de
2300 L:      linux-nfs@vger.kernel.org
2301 W:      http://nfs.sourceforge.net/
2302 S:      Supported
2303
2304 KERNEL VIRTUAL MACHINE (KVM)
2305 P:      Avi Kivity
2306 M:      avi@qumranet.com
2307 L:      kvm-devel@lists.sourceforge.net
2308 W:      kvm.sourceforge.net
2309 S:      Supported
2310
2311 KERNEL VIRTUAL MACHINE For Itanium(KVM/IA64)
2312 P:      Anthony Xu
2313 M:      anthony.xu@intel.com
2314 P:      Xiantao Zhang
2315 M:      xiantao.zhang@intel.com
2316 L:      kvm-ia64-devel@lists.sourceforge.net
2317 W:      kvm.sourceforge.net
2318 S:      Supported
2319
2320 KEXEC
2321 P:      Eric Biederman
2322 M:      ebiederm@xmission.com
2323 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2324 L:      linux-kernel@vger.kernel.org
2325 L:      kexec@lists.infradead.org
2326 S:      Maintained
2327
2328 KPROBES
2329 P:      Ananth N Mavinakayanahalli
2330 M:      ananth@in.ibm.com
2331 P:      Anil S Keshavamurthy
2332 M:      anil.s.keshavamurthy@intel.com
2333 P:      David S. Miller
2334 M:      davem@davemloft.net
2335 P:      Masami Hiramatsu
2336 M:      mhiramat@redhat.com
2337 L:      linux-kernel@vger.kernel.org
2338 S:      Maintained
2339
2340 KS0108 LCD CONTROLLER DRIVER
2341 P:      Miguel Ojeda Sandonis
2342 M:      maxextreme@gmail.com
2343 L:      linux-kernel@vger.kernel.org
2344 W:      http://auxdisplay.googlepages.com/
2345 S:      Maintained
2346
2347 LAPB module
2348 L:      linux-x25@vger.kernel.org
2349 S:      Orphan
2350
2351 LASI 53c700 driver for PARISC
2352 P:      James E.J. Bottomley
2353 M:      James.Bottomley@HansenPartnership.com
2354 L:      linux-scsi@vger.kernel.org
2355 S:      Maintained
2356
2357 LED SUBSYSTEM
2358 P:      Richard Purdie
2359 M:      rpurdie@rpsys.net
2360 S:      Maintained
2361
2362 LEGO USB Tower driver
2363 P:      Juergen Stuber
2364 M:      starblue@users.sourceforge.net
2365 L:      legousb-devel@lists.sourceforge.net
2366 W:      http://legousb.sourceforge.net/
2367 S:      Maintained
2368
2369 LGUEST
2370 P:      Rusty Russell
2371 M:      rusty@rustcorp.com.au
2372 L:      lguest@ozlabs.org
2373 W:      http://lguest.ozlabs.org/
2374 S:      Maintained
2375
2376 LINUX FOR IBM pSERIES (RS/6000)
2377 P:      Paul Mackerras
2378 M:      paulus@au.ibm.com
2379 W:      http://www.ibm.com/linux/ltc/projects/ppc
2380 S:      Supported
2381
2382 LINUX FOR NCR VOYAGER
2383 P:      James Bottomley
2384 M:      James.Bottomley@HansenPartnership.com
2385 W:      http://www.hansenpartnership.com/voyager
2386 S:      Maintained
2387
2388 LINUX FOR POWERPC
2389 P:      Paul Mackerras
2390 M:      paulus@samba.org
2391 W:      http://www.penguinppc.org/
2392 L:      linuxppc-dev@ozlabs.org
2393 T:      git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git
2394 S:      Supported
2395
2396 LINUX FOR POWER MACINTOSH
2397 P:      Benjamin Herrenschmidt
2398 M:      benh@kernel.crashing.org
2399 W:      http://www.penguinppc.org/
2400 L:      linuxppc-dev@ozlabs.org
2401 S:      Maintained
2402
2403 LINUX FOR POWERPC EMBEDDED MPC52XX
2404 P:      Sylvain Munaut
2405 M:      tnt@246tNt.com
2406 P:      Grant Likely
2407 M:      grant.likely@secretlab.ca
2408 W:      http://www.246tNt.com/mpc52xx/
2409 W:      http://www.penguinppc.org/
2410 L:      linuxppc-dev@ozlabs.org
2411 S:      Maintained
2412
2413 LINUX FOR POWERPC EMBEDDED PPC4XX
2414 P:      Josh Boyer
2415 M:      jwboyer@linux.vnet.ibm.com
2416 P:      Matt Porter
2417 M:      mporter@kernel.crashing.org
2418 W:      http://www.penguinppc.org/
2419 L:      linuxppc-dev@ozlabs.org
2420 T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2421 S:      Maintained
2422
2423 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2424 P:      Grant Likely
2425 M:      grant.likely@secretlab.ca
2426 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2427 L:      linuxppc-dev@ozlabs.org
2428 S:      Maintained
2429
2430 LINUX FOR POWERPC BOOT CODE
2431 P:      Tom Rini
2432 M:      trini@kernel.crashing.org
2433 W:      http://www.penguinppc.org/
2434 L:      linuxppc-dev@ozlabs.org
2435 S:      Maintained
2436
2437 LINUX FOR POWERPC EMBEDDED PPC8XX
2438 P:      Vitaly Bordug
2439 M:      vitb@kernel.crashing.org
2440 P:      Marcelo Tosatti
2441 M:      marcelo@kvack.org
2442 W:      http://www.penguinppc.org/
2443 L:      linuxppc-dev@ozlabs.org
2444 S:      Maintained
2445
2446 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2447 P:      Kumar Gala
2448 M:      galak@kernel.crashing.org
2449 W:      http://www.penguinppc.org/
2450 L:      linuxppc-dev@ozlabs.org
2451 S:      Maintained
2452
2453 LINUX FOR POWERPC PA SEMI PWRFICIENT
2454 P:      Olof Johansson
2455 M:      olof@lixom.net
2456 W:      http://www.pasemi.com/
2457 L:      linuxppc-dev@ozlabs.org
2458 S:      Supported
2459
2460 LLC (802.2)
2461 P:      Arnaldo Carvalho de Melo
2462 M:      acme@ghostprotocols.net
2463 S:      Maintained
2464
2465 LINUX FOR 64BIT POWERPC
2466 P:      Paul Mackerras
2467 M:      paulus@samba.org
2468 M:      paulus@au.ibm.com
2469 P:      Anton Blanchard
2470 M:      anton@samba.org
2471 M:      anton@au.ibm.com
2472 W:      http://www.penguinppc.org/ppc64/
2473 L:      linuxppc-dev@ozlabs.org
2474 S:      Supported
2475
2476 LINUX SECURITY MODULE (LSM) FRAMEWORK
2477 P:      Chris Wright
2478 M:      chrisw@sous-sol.org
2479 L:      linux-security-module@vger.kernel.org
2480 W:      http://lsm.immunix.org
2481 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2482 S:      Supported
2483
2484 LM83 HARDWARE MONITOR DRIVER
2485 P:      Jean Delvare
2486 M:      khali@linux-fr.org
2487 L:      lm-sensors@lm-sensors.org
2488 S:      Maintained
2489
2490 LM90 HARDWARE MONITOR DRIVER
2491 P:      Jean Delvare
2492 M:      khali@linux-fr.org
2493 L:      lm-sensors@lm-sensors.org
2494 S:      Maintained
2495
2496 LOCKDEP AND LOCKSTAT
2497 P:      Peter Zijlstra
2498 M:      peterz@infradead.org
2499 P:      Ingo Molnar
2500 M:      mingo@redhat.com
2501 L:      linux-kernel@vger.kernel.org
2502 T:      git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2503 S:      Maintained
2504
2505 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2506 P:      Richard Russon (FlatCap)
2507 M:      ldm@flatcap.org
2508 L:      linux-ntfs-dev@lists.sourceforge.net
2509 W:      http://www.linux-ntfs.org/content/view/19/37/
2510 S:      Maintained
2511
2512 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2513 P:      Eric Moore
2514 M:      Eric.Moore@lsi.com
2515 M:      support@lsi.com
2516 L:      DL-MPTFusionLinux@lsi.com
2517 L:      linux-scsi@vger.kernel.org
2518 W:      http://www.lsilogic.com/support
2519 S:      Supported
2520
2521 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2522 P:      Matthew Wilcox
2523 M:      matthew@wil.cx
2524 L:      linux-scsi@vger.kernel.org
2525 S:      Maintained
2526
2527 M32R ARCHITECTURE
2528 P:      Hirokazu Takata
2529 M:      takata@linux-m32r.org
2530 L:      linux-m32r@ml.linux-m32r.org
2531 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2532 W:      http://www.linux-m32r.org/
2533 S:      Maintained
2534
2535 M68K ARCHITECTURE
2536 P:      Geert Uytterhoeven
2537 M:      geert@linux-m68k.org
2538 P:      Roman Zippel
2539 M:      zippel@linux-m68k.org
2540 L:      linux-m68k@lists.linux-m68k.org
2541 W:      http://www.linux-m68k.org/
2542 W:      http://linux-m68k-cvs.ubb.ca/
2543 S:      Maintained
2544
2545 M68K ON APPLE MACINTOSH
2546 P:      Joshua Thompson
2547 M:      funaho@jurai.org
2548 W:      http://www.mac.linux-m68k.org/
2549 L:      linux-m68k@lists.linux-m68k.org
2550 S:      Maintained
2551
2552 M68K ON HP9000/300
2553 P:      Philip Blundell
2554 M:      philb@gnu.org
2555 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2556 S:      Maintained
2557
2558 MAC80211
2559 P:      Michael Wu
2560 M:      flamingice@sourmilk.net
2561 P:      Johannes Berg
2562 M:      johannes@sipsolutions.net
2563 P:      Jiri Benc
2564 M:      jbenc@suse.cz
2565 L:      linux-wireless@vger.kernel.org
2566 W:      http://linuxwireless.org/
2567 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2568 S:      Maintained
2569
2570 MAC80211 PID RATE CONTROL
2571 P:      Stefano Brivio
2572 M:      stefano.brivio@polimi.it
2573 P:      Mattias Nissler
2574 M:      mattias.nissler@gmx.de
2575 L:      linux-wireless@vger.kernel.org
2576 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2577 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2578 S:      Maintained
2579
2580 MACVLAN DRIVER
2581 P:      Patrick McHardy
2582 M:      kaber@trash.net
2583 L:      netdev@vger.kernel.org
2584 S:      Maintained
2585
2586 MARVELL YUKON / SYSKONNECT DRIVER
2587 P:      Mirko Lindner
2588 M:      mlindner@syskonnect.de
2589 P:      Ralph Roesler
2590 M:      rroesler@syskonnect.de
2591 W:      http://www.syskonnect.com
2592 S:      Supported
2593
2594 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2595 P:      Michael Kerrisk
2596 M:      mtk.manpages@gmail.com
2597 W:      ftp://ftp.kernel.org/pub/linux/docs/manpages
2598 S:      Maintained
2599
2600 MARVELL LIBERTAS WIRELESS DRIVER
2601 P:      Dan Williams
2602 M:      dcbw@redhat.com
2603 L:      libertas-dev@lists.infradead.org
2604 S:      Maintained
2605
2606 MARVELL MV643XX ETHERNET DRIVER
2607 P:      Dale Farnsworth
2608 M:      dale@farnsworth.org
2609 P:      Manish Lachwani
2610 M:      mlachwani@mvista.com
2611 L:      netdev@vger.kernel.org
2612 S:      Odd Fixes for 2.4; Maintained for 2.6.
2613
2614 MATROX FRAMEBUFFER DRIVER
2615 P:      Petr Vandrovec
2616 M:      vandrove@vc.cvut.cz
2617 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2618 S:      Maintained
2619
2620 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2621 P:      Hans J. Koch
2622 M:      hjk@linutronix.de
2623 L:      lm-sensors@lm-sensors.org
2624 S:      Maintained
2625
2626 MEGARAID SCSI DRIVERS
2627 P:      Neela Syam Kolli
2628 M:      megaraidlinux@lsi.com
2629 S:      linux-scsi@vger.kernel.org
2630 W:      http://megaraid.lsilogic.com
2631 S:      Maintained
2632
2633 MEMORY MANAGEMENT
2634 L:      linux-mm@kvack.org
2635 L:      linux-kernel@vger.kernel.org
2636 W:      http://www.linux-mm.org
2637 S:      Maintained
2638
2639 MEMORY RESOURCE CONTROLLER
2640 P:      Balbir Singh
2641 M:      balbir@linux.vnet.ibm.com
2642 P:      Pavel Emelyanov
2643 M:      xemul@openvz.org
2644 P:      KAMEZAWA Hiroyuki
2645 M:      kamezawa.hiroyu@jp.fujitsu.com
2646 L:      linux-mm@kvack.org
2647 L:      linux-kernel@vger.kernel.org
2648 S:      Maintained
2649
2650 MEI MN10300/AM33 PORT
2651 P:      David Howells
2652 M:      dhowells@redhat.com
2653 P:      Koichi Yasutake
2654 M:      yasutake.koichi@jp.panasonic.com
2655 L:      linux-am33-list@redhat.com
2656 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
2657 S:      Maintained
2658
2659 MEMORY TECHNOLOGY DEVICES (MTD)
2660 P:      David Woodhouse
2661 M:      dwmw2@infradead.org
2662 W:      http://www.linux-mtd.infradead.org/
2663 L:      linux-mtd@lists.infradead.org
2664 T:      git git://git.infradead.org/mtd-2.6.git
2665 S:      Maintained
2666
2667 UNSORTED BLOCK IMAGES (UBI)
2668 P:      Artem Bityutskiy
2669 M:      dedekind@infradead.org
2670 W:      http://www.linux-mtd.infradead.org/
2671 L:      linux-mtd@lists.infradead.org
2672 T:      git git://git.infradead.org/~dedekind/ubi-2.6.git
2673 S:      Maintained
2674
2675 MICROTEK X6 SCANNER
2676 P:      Oliver Neukum
2677 M:      oliver@neukum.name
2678 S:      Maintained
2679
2680 MIPS
2681 P:      Ralf Baechle
2682 M:      ralf@linux-mips.org
2683 W:      http://www.linux-mips.org/
2684 L:      linux-mips@linux-mips.org
2685 T:      git www.linux-mips.org:/pub/scm/linux.git
2686 S:      Supported
2687
2688 MISCELLANEOUS MCA-SUPPORT
2689 P:      James Bottomley
2690 M:      James.Bottomley@HansenPartnership.com
2691 L:      linux-kernel@vger.kernel.org
2692 S:      Maintained
2693
2694 MODULE SUPPORT
2695 P:      Rusty Russell
2696 M:      rusty@rustcorp.com.au
2697 L:      linux-kernel@vger.kernel.org
2698 S:      Maintained
2699
2700 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2701 P:      Stelian Pop
2702 M:      stelian@popies.net
2703 W:      http://popies.net/meye/
2704 S:      Maintained
2705
2706 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2707 P:      Pavel Pisa
2708 M:      ppisa@pikron.com
2709 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2710 S:      Maintained
2711
2712 MOUSE AND MISC DEVICES [GENERAL]
2713 P:      Alessandro Rubini
2714 M:      rubini@ipvvis.unipv.it
2715 L:      linux-kernel@vger.kernel.org
2716 S:      Maintained
2717
2718 MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0)
2719 P:      Jiri Slaby
2720 M:      jirislaby@gmail.com
2721 L:      linux-kernel@vger.kernel.org
2722 S:      Maintained
2723
2724 MSI LAPTOP SUPPORT
2725 P:      Lennart Poettering
2726 M:      mzxreary@0pointer.de
2727 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2728 W:      http://0pointer.de/lennart/tchibo.html
2729 S:      Maintained
2730
2731 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2732 P:      Pierre Ossman
2733 M:      drzeus-mmc@drzeus.cx
2734 L:      linux-kernel@vger.kernel.org
2735 S:      Maintained
2736
2737 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2738 P:      David Brownell
2739 M:      dbrownell@users.sourceforge.net
2740 L:      linux-kernel@vger.kernel.org
2741 S:      Odd fixes
2742
2743 MULTISOUND SOUND DRIVER
2744 P:      Andrew Veliath
2745 M:      andrewtv@usa.net
2746 S:      Maintained
2747
2748 MULTITECH MULTIPORT CARD (ISICOM)
2749 P:      Jiri Slaby
2750 M:      jirislaby@gmail.com
2751 L:      linux-kernel@vger.kernel.org
2752 S:      Maintained
2753
2754 NATSEMI ETHERNET DRIVER (DP8381x)
2755 P:      Tim Hockin
2756 M:      thockin@hockin.org
2757 S:      Maintained
2758
2759 NCP FILESYSTEM
2760 P:      Petr Vandrovec
2761 M:      vandrove@vc.cvut.cz
2762 L:      linware@sh.cvut.cz
2763 S:      Maintained
2764
2765 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
2766 P:      James E.J. Bottomley
2767 M:      James.Bottomley@HansenPartnership.com
2768 L:      linux-scsi@vger.kernel.org
2769 S:      Maintained
2770
2771 NETEFFECT IWARP RNIC DRIVER (IW_NES)
2772 P:      Faisal Latif
2773 M:      flatif@neteffect.com
2774 P:      Nishi Gupta
2775 M:      ngupta@neteffect.com
2776 P:      Glenn Streiff
2777 M:      gstreiff@neteffect.com
2778 L:      general@lists.openfabrics.org
2779 W:      http://www.neteffect.com
2780 S:      Supported
2781 F:      drivers/infiniband/hw/nes/
2782
2783 NETEM NETWORK EMULATOR
2784 P:      Stephen Hemminger
2785 M:      shemminger@linux-foundation.org
2786 L:      netem@lists.linux-foundation.org
2787 S:      Maintained
2788
2789 NETERION (S2IO) Xframe 10GbE DRIVER
2790 P:      Ramkrishna Vepa
2791 M:      ram.vepa@neterion.com
2792 P:      Rastapur Santosh
2793 M:      santosh.rastapur@neterion.com
2794 P:      Sivakumar Subramani
2795 M:      sivakumar.subramani@neterion.com
2796 P:      Sreenivasa Honnur
2797 M:      sreenivasa.honnur@neterion.com
2798 L:      netdev@vger.kernel.org
2799 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
2800 S:      Supported
2801
2802 NETFILTER/IPTABLES/IPCHAINS
2803 P:      Rusty Russell
2804 P:      Marc Boucher
2805 P:      James Morris
2806 P:      Harald Welte
2807 P:      Jozsef Kadlecsik
2808 P:      Patrick McHardy
2809 M:      kaber@trash.net
2810 L:      netfilter-devel@vger.kernel.org
2811 L:      netfilter@vger.kernel.org
2812 L:      coreteam@netfilter.org
2813 W:      http://www.netfilter.org/
2814 W:      http://www.iptables.org/
2815 S:      Supported
2816
2817 NETLABEL
2818 P:      Paul Moore
2819 M:      paul.moore@hp.com
2820 W:      http://netlabel.sf.net
2821 L:      netdev@vger.kernel.org
2822 S:      Supported
2823
2824 NETROM NETWORK LAYER
2825 P:      Ralf Baechle
2826 M:      ralf@linux-mips.org
2827 L:      linux-hams@vger.kernel.org
2828 W:      http://www.linux-ax25.org/
2829 S:      Maintained
2830
2831 NETWORK BLOCK DEVICE (NBD)
2832 P:      Paul Clements
2833 M:      Paul.Clements@steeleye.com
2834 S:      Maintained
2835
2836 NETWORK DEVICE DRIVERS
2837 P:      Jeff Garzik
2838 M:      jgarzik@pobox.com
2839 L:      netdev@vger.kernel.org
2840 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
2841 S:      Maintained
2842
2843 NETWORKING [GENERAL]
2844 P:      Networking Team
2845 M:      netdev@vger.kernel.org
2846 L:      netdev@vger.kernel.org
2847 W:      http://linux-net.osdl.org/
2848 S:      Maintained
2849
2850 NETWORKING [IPv4/IPv6]
2851 P:      David S. Miller
2852 M:      davem@davemloft.net
2853 P:      Alexey Kuznetsov
2854 M:      kuznet@ms2.inr.ac.ru
2855 P:      Pekka Savola (ipv6)
2856 M:      pekkas@netcore.fi
2857 P:      James Morris
2858 M:      jmorris@namei.org
2859 P:      Hideaki YOSHIFUJI
2860 M:      yoshfuji@linux-ipv6.org
2861 P:      Patrick McHardy
2862 M:      kaber@trash.net
2863 L:      netdev@vger.kernel.org
2864 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
2865 S:      Maintained
2866
2867 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
2868 P:      Paul Moore
2869 M:      paul.moore@hp.com
2870 L:      netdev@vger.kernel.org
2871 S:      Maintained
2872
2873 NETWORKING [WIRELESS]
2874 P:      John W. Linville
2875 M:      linville@tuxdriver.com
2876 L:      linux-wireless@vger.kernel.org
2877 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2878 S:      Maintained
2879
2880 NETXEN (1/10) GbE SUPPORT
2881 P:      Dhananjay Phadke
2882 M:      dhananjay@netxen.com
2883 L:      netdev@vger.kernel.org
2884 W:      http://www.netxen.com
2885 S:      Supported
2886
2887 IPVS
2888 P:      Wensong Zhang
2889 M:      wensong@linux-vs.org
2890 P:      Simon Horman
2891 M:      horms@verge.net.au
2892 P:      Julian Anastasov
2893 M:      ja@ssi.bg
2894 L:      netdev@vger.kernel.org
2895 S:      Maintained
2896
2897 NFS CLIENT
2898 P:      Trond Myklebust
2899 M:      Trond.Myklebust@netapp.com
2900 L:      linux-nfs@vger.kernel.org
2901 W:      http://client.linux-nfs.org
2902 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
2903 S:      Maintained
2904
2905 NI5010 NETWORK DRIVER
2906 P:      Jan-Pascal van Best
2907 M:      janpascal@vanbest.org
2908 P:      Andreas Mohr
2909 M:      andi@lisas.de
2910 L:      netdev@vger.kernel.org
2911 S:      Maintained
2912
2913 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
2914 P:      YOKOTA Hiroshi
2915 M:      yokota@netlab.is.tsukuba.ac.jp
2916 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2917 S:      Maintained
2918
2919 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
2920 P:      GOTO Masanori
2921 M:      gotom@debian.or.jp
2922 P:      YOKOTA Hiroshi
2923 M:      yokota@netlab.is.tsukuba.ac.jp
2924 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
2925 S:      Maintained
2926
2927 NTFS FILESYSTEM
2928 P:      Anton Altaparmakov
2929 M:      aia21@cantab.net
2930 L:      linux-ntfs-dev@lists.sourceforge.net
2931 L:      linux-kernel@vger.kernel.org
2932 W:      http://linux-ntfs.sf.net/
2933 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2934 S:      Maintained
2935
2936 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
2937 P:      Antonino Daplas
2938 M:      adaplas@gmail.com
2939 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2940 S:      Maintained
2941
2942 OPENCORES I2C BUS DRIVER
2943 P:      Peter Korsgaard
2944 M:      jacmet@sunsite.dk
2945 L:      i2c@lm-sensors.org
2946 S:      Maintained
2947
2948 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
2949 P:      Mark Fasheh
2950 M:      mfasheh@suse.com
2951 P:      Joel Becker
2952 M:      joel.becker@oracle.com
2953 L:      ocfs2-devel@oss.oracle.com
2954 W:      http://oss.oracle.com/projects/ocfs2/
2955 S:      Supported
2956
2957 OMNIKEY CARDMAN 4000 DRIVER
2958 P:      Harald Welte
2959 M:      laforge@gnumonks.org
2960 S:      Maintained
2961
2962 OMNIKEY CARDMAN 4040 DRIVER
2963 P:      Harald Welte
2964 M:      laforge@gnumonks.org
2965 S:      Maintained
2966
2967 OMNIVISION OV7670 SENSOR DRIVER
2968 P:      Jonathan Corbet
2969 M:      corbet@lwn.net
2970 L:      video4linux-list@redhat.com
2971 S:      Maintained
2972
2973 ONENAND FLASH DRIVER
2974 P:      Kyungmin Park
2975 M:      kyungmin.park@samsung.com
2976 L:      linux-mtd@lists.infradead.org
2977 S:      Maintained
2978
2979 ONSTREAM SCSI TAPE DRIVER
2980 P:      Willem Riede
2981 M:      osst@riede.org
2982 L:      osst-users@lists.sourceforge.net
2983 L:      linux-scsi@vger.kernel.org
2984 S:      Maintained
2985
2986 OPROFILE
2987 P:      Philippe Elie
2988 M:      phil.el@wanadoo.fr
2989 L:      oprofile-list@lists.sf.net
2990 S:      Maintained
2991
2992 ORINOCO DRIVER
2993 P:      Pavel Roskin
2994 M:      proski@gnu.org
2995 P:      David Gibson
2996 M:      hermes@gibson.dropbear.id.au
2997 L:      linux-wireless@vger.kernel.org
2998 L:      orinoco-users@lists.sourceforge.net
2999 L:      orinoco-devel@lists.sourceforge.net
3000 W:      http://www.nongnu.org/orinoco/
3001 S:      Maintained
3002
3003 PA SEMI ETHERNET DRIVER
3004 P:      Olof Johansson
3005 M:      olof@lixom.net
3006 L:      netdev@vger.kernel.org
3007 S:      Maintained
3008
3009 PA SEMI SMBUS DRIVER
3010 P:      Olof Johansson
3011 M:      olof@lixom.net
3012 L:      i2c@lm-sensors.org
3013 S:      Maintained
3014
3015 PARALLEL PORT SUPPORT
3016 L:      linux-parport@lists.infradead.org (subscribers-only)
3017 S:      Orphan
3018
3019 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3020 P:      Tim Waugh
3021 M:      tim@cyberelk.net
3022 L:      linux-parport@lists.infradead.org (subscribers-only)
3023 W:      http://www.torque.net/linux-pp.html
3024 S:      Maintained
3025
3026 PARISC ARCHITECTURE
3027 P:      Kyle McMartin
3028 M:      kyle@parisc-linux.org
3029 P:      Matthew Wilcox
3030 M:      matthew@wil.cx
3031 P:      Grant Grundler
3032 M:      grundler@parisc-linux.org
3033 L:      linux-parisc@vger.kernel.org
3034 W:      http://www.parisc-linux.org/
3035 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3036 S:      Maintained
3037
3038 PARAVIRT_OPS INTERFACE
3039 P:      Jeremy Fitzhardinge
3040 M:      jeremy@xensource.com
3041 P:      Chris Wright
3042 M:      chrisw@sous-sol.org
3043 P:      Zachary Amsden
3044 M:      zach@vmware.com
3045 P:      Rusty Russell
3046 M:      rusty@rustcorp.com.au
3047 L:      virtualization@lists.osdl.org
3048 L:      linux-kernel@vger.kernel.org
3049 S:      Supported
3050
3051 PC87360 HARDWARE MONITORING DRIVER
3052 P:      Jim Cromie
3053 M:      jim.cromie@gmail.com
3054 L:      lm-sensors@lm-sensors.org
3055 S:      Maintained
3056
3057 PC8736x GPIO DRIVER
3058 P:      Jim Cromie
3059 M:      jim.cromie@gmail.com
3060 S:      Maintained
3061
3062 PCI ERROR RECOVERY
3063 P:      Linas Vepstas
3064 M:      linas@austin.ibm.com
3065 L:      linux-kernel@vger.kernel.org
3066 L:      linux-pci@atrey.karlin.mff.cuni.cz
3067 S:      Supported
3068
3069 PCI SUBSYSTEM
3070 P:      Greg Kroah-Hartman
3071 M:      gregkh@suse.de
3072 L:      linux-kernel@vger.kernel.org
3073 L:      linux-pci@atrey.karlin.mff.cuni.cz
3074 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
3075 S:      Supported
3076
3077 PCI HOTPLUG CORE
3078 P:      Kristen Carlson Accardi
3079 M:      kristen.c.accardi@intel.com
3080 S:      Supported
3081
3082 PCIE HOTPLUG DRIVER
3083 P:      Kristen Carlson Accardi
3084 M:      kristen.c.accardi@intel.com
3085 L:      pcihpd-discuss@lists.sourceforge.net
3086 S:      Supported
3087
3088 PCMCIA SUBSYSTEM
3089 P:      Linux PCMCIA Team
3090 L:      linux-pcmcia@lists.infradead.org
3091 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3092 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3093 S:      Maintained
3094
3095 PCNET32 NETWORK DRIVER
3096 P:      Don Fry
3097 M:      pcnet32@verizon.net
3098 L:      netdev@vger.kernel.org
3099 S:      Maintained
3100
3101 PER-TASK DELAY ACCOUNTING
3102 P:      Shailabh Nagar
3103 M:      nagar@watson.ibm.com
3104 L:      linux-kernel@vger.kernel.org
3105 S:      Maintained
3106
3107 PERSONALITY HANDLING
3108 P:      Christoph Hellwig
3109 M:      hch@infradead.org
3110 L:      linux-abi-devel@lists.sourceforge.net
3111 S:      Maintained
3112
3113 PHRAM MTD DRIVER
3114 P:      Joern Engel
3115 M:      joern@lazybastard.org
3116 L:      linux-mtd@lists.infradead.org
3117 S:      Maintained
3118
3119 PKTCDVD DRIVER
3120 P:      Peter Osterlund
3121 M:      petero2@telia.com
3122 L:      linux-kernel@vger.kernel.org
3123 S:      Maintained
3124
3125 POSIX CLOCKS and TIMERS
3126 P:      Thomas Gleixner
3127 M:      tglx@linutronix.de
3128 L:      linux-kernel@vger.kernel.org
3129 S:      Supported
3130
3131 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3132 P:      Anton Vorontsov
3133 M:      cbou@mail.ru
3134 P:      David Woodhouse
3135 M:      dwmw2@infradead.org
3136 L:      linux-kernel@vger.kernel.org
3137 T:      git git.infradead.org/battery-2.6.git
3138 S:      Maintained
3139
3140 POWERPC 4xx EMAC DRIVER
3141 P:      Eugene Surovegin
3142 M:      ebs@ebshome.net
3143 W:      http://kernel.ebshome.net/emac/
3144 L:      linuxppc-dev@ozlabs.org
3145 L:      netdev@vger.kernel.org
3146 S:      Maintained
3147
3148 PNP SUPPORT
3149 P:      Adam Belay
3150 M:      ambx1@neo.rr.com
3151 S:      Maintained
3152
3153 PNXxxxx I2C DRIVER
3154 P:      Vitaly Wool
3155 M:      vitalywool@gmail.com
3156 L:      i2c@lm-sensors.org
3157 S:      Maintained
3158
3159 PPP PROTOCOL DRIVERS AND COMPRESSORS
3160 P:      Paul Mackerras
3161 M:      paulus@samba.org
3162 L:      linux-ppp@vger.kernel.org
3163 S:      Maintained
3164
3165 PPP OVER ATM (RFC 2364)
3166 P:      Mitchell Blank Jr
3167 M:      mitch@sfgoth.com
3168 S:      Maintained
3169
3170 PPP OVER ETHERNET
3171 P:      Michal Ostrowski
3172 M:      mostrows@speakeasy.net
3173 S:      Maintained
3174
3175 PPP OVER L2TP
3176 P:      James Chapman
3177 M:      jchapman@katalix.com
3178 S:      Maintained
3179
3180 PREEMPTIBLE KERNEL
3181 P:      Robert Love
3182 M:      rml@tech9.net
3183 L:      linux-kernel@vger.kernel.org
3184 L:      kpreempt-tech@lists.sourceforge.net
3185 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3186 S:      Supported
3187
3188 P54 WIRELESS DRIVER
3189 P:      Michael Wu
3190 M:      flamingice@sourmilk.net
3191 L:      linux-wireless@vger.kernel.org
3192 W:      http://prism54.org
3193 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3194 S:      Maintained
3195
3196 PRISM54 WIRELESS DRIVER
3197 P:      Luis R. Rodriguez
3198 M:      mcgrof@gmail.com
3199 L:      linux-wireless@vger.kernel.org
3200 W:      http://prism54.org
3201 S:      Maintained
3202
3203 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3204 P:      Peter Denison
3205 M:      promise@pnd-pc.demon.co.uk
3206 W:      http://www.pnd-pc.demon.co.uk/promise/
3207 S:      Maintained
3208
3209 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3210 P:      Mikael Pettersson
3211 M:      mikpe@it.uu.se
3212 L:      linux-ide@vger.kernel.org
3213 S:      Maintained
3214
3215 PS3 NETWORK SUPPORT
3216 P:      Masakazu Mokuno
3217 M:      mokuno@sm.sony.co.jp
3218 L:      netdev@vger.kernel.org
3219 L:      cbe-oss-dev@ozlabs.org
3220 S:      Supported
3221
3222 PS3 PLATFORM SUPPORT
3223 P:      Geoff Levand
3224 M:      geoffrey.levand@am.sony.com
3225 L:      linuxppc-dev@ozlabs.org
3226 L:      cbe-oss-dev@ozlabs.org
3227 S:      Supported
3228
3229 PVRUSB2 VIDEO4LINUX DRIVER
3230 P:      Mike Isely
3231 M:      isely@pobox.com
3232 L:      pvrusb2@isely.net       (subscribers-only)
3233 L:      video4linux-list@redhat.com
3234 W:      http://www.isely.net/pvrusb2/
3235 S:      Maintained
3236
3237 PXA2xx SUPPORT
3238 P:      Nicolas Pitre
3239 M:      nico@cam.org
3240 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3241 S:      Maintained
3242
3243 PXA MMCI DRIVER
3244 S:      Orphan
3245
3246 QLOGIC QLA2XXX FC-SCSI DRIVER
3247 P:      Andrew Vasquez
3248 M:      linux-driver@qlogic.com
3249 L:      linux-scsi@vger.kernel.org
3250 S:      Supported
3251
3252 QLOGIC QLA3XXX NETWORK DRIVER
3253 P:      Ron Mercer
3254 M:      linux-driver@qlogic.com
3255 L:      netdev@vger.kernel.org
3256 S:      Supported
3257
3258 QNX4 FILESYSTEM
3259 P:      Anders Larsen
3260 M:      al@alarsen.net
3261 L:      linux-kernel@vger.kernel.org
3262 W:      http://www.alarsen.net/linux/qnx4fs/
3263 S:      Maintained
3264
3265 RADEON FRAMEBUFFER DISPLAY DRIVER
3266 P:      Benjamin Herrenschmidt
3267 M:      benh@kernel.crashing.org
3268 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3269 S:      Maintained
3270
3271 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3272 P:      Paul Mackerras
3273 M:      paulus@samba.org
3274 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3275 S:      Maintained
3276
3277 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3278 P:      Corey Thomas
3279 M:      coreythomas@charter.net
3280 L:      linux-wireless@vger.kernel.org
3281 S:      Maintained
3282
3283 RALINK RT2X00 WLAN DRIVER
3284 P:      rt2x00 project
3285 L:      linux-wireless@vger.kernel.org
3286 L:      rt2400-devel@lists.sourceforge.net
3287 W:      http://rt2x00.serialmonkey.com/
3288 S:      Maintained
3289 F:      drivers/net/wireless/rt2x00/
3290
3291 RAMDISK RAM BLOCK DEVICE DRIVER
3292 P:      Nick Piggin
3293 M:      npiggin@suse.de
3294 S:      Maintained
3295
3296 RANDOM NUMBER DRIVER
3297 P:      Matt Mackall
3298 M:      mpm@selenic.com
3299 S:      Maintained
3300
3301 RAPIDIO SUBSYSTEM
3302 P:      Matt Porter
3303 M:      mporter@kernel.crashing.org
3304 L:      linux-kernel@vger.kernel.org
3305 S:      Maintained
3306
3307 RDC R-321X SoC
3308 P:      Florian Fainelli
3309 M:      florian.fainelli@telecomint.eu
3310 L:      linux-kernel@vger.kernel.org
3311 S:      Maintained
3312
3313 RDC R6040 FAST ETHERNET DRIVER
3314 P:      Florian Fainelli
3315 M:      florian.fainelli@telecomint.eu
3316 L:      netdev@vger.kernel.org
3317 S:      Maintained
3318
3319 READ-COPY UPDATE (RCU)
3320 P:      Dipankar Sarma
3321 M:      dipankar@in.ibm.com
3322 W:      http://www.rdrop.com/users/paulmck/rclock/
3323 L:      linux-kernel@vger.kernel.org
3324 S:      Supported
3325
3326 RCUTORTURE MODULE
3327 P:      Josh Triplett
3328 M:      josh@freedesktop.org
3329 L:      linux-kernel@vger.kernel.org
3330 S:      Maintained
3331
3332 REAL TIME CLOCK DRIVER
3333 P:      Paul Gortmaker
3334 M:      p_gortmaker@yahoo.com
3335 L:      linux-kernel@vger.kernel.org
3336 S:      Maintained
3337
3338 REAL TIME CLOCK (RTC) SUBSYSTEM
3339 P:      Alessandro Zummo
3340 M:      a.zummo@towertech.it
3341 L:      rtc-linux@googlegroups.com
3342 S:      Maintained
3343
3344 REISERFS FILE SYSTEM
3345 P:      Hans Reiser
3346 M:      reiserfs-dev@namesys.com
3347 L:      reiserfs-devel@vger.kernel.org
3348 W:      http://www.namesys.com
3349 S:      Supported
3350
3351 ROCKETPORT DRIVER
3352 P:      Comtrol Corp.
3353 W:      http://www.comtrol.com
3354 S:      Maintained
3355
3356 ROSE NETWORK LAYER
3357 P:      Ralf Baechle
3358 M:      ralf@linux-mips.org
3359 L:      linux-hams@vger.kernel.org
3360 W:      http://www.linux-ax25.org/
3361 S:      Maintained
3362
3363 RISCOM8 DRIVER
3364 S:      Orphan
3365
3366 RTL818X WIRELESS DRIVER
3367 P:      Michael Wu
3368 M:      flamingice@sourmilk.net
3369 P:      Andrea Merello
3370 M:      andreamrl@tiscali.it
3371 L:      linux-wireless@vger.kernel.org
3372 W:      http://linuxwireless.org/
3373 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3374 S:      Maintained
3375
3376 S3 SAVAGE FRAMEBUFFER DRIVER
3377 P:      Antonino Daplas
3378 M:      adaplas@gmail.com
3379 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3380 S:      Maintained
3381
3382 S390
3383 P:      Martin Schwidefsky
3384 M:      schwidefsky@de.ibm.com
3385 P:      Heiko Carstens
3386 M:      heiko.carstens@de.ibm.com
3387 M:      linux390@de.ibm.com
3388 L:      linux-s390@vger.kernel.org
3389 W:      http://www.ibm.com/developerworks/linux/linux390/
3390 S:      Supported
3391
3392 S390 NETWORK DRIVERS
3393 P:      Ursula Braun
3394 M:      ubraun@linux.vnet.ibm.com
3395 P:      Frank Blaschka
3396 M:      blaschka@linux.vnet.ibm.com
3397 M:      linux390@de.ibm.com
3398 L:      linux-s390@vger.kernel.org
3399 W:      http://www.ibm.com/developerworks/linux/linux390/
3400 S:      Supported
3401
3402 S390 ZFCP DRIVER
3403 P:      Christof Schmitt
3404 M:      christof.schmitt@de.ibm.com
3405 P:      Martin Peschke
3406 M:      mp3@de.ibm.com
3407 M:      linux390@de.ibm.com
3408 L:      linux-s390@vger.kernel.org
3409 W:      http://www.ibm.com/developerworks/linux/linux390/
3410 S:      Supported
3411
3412 S390 IUCV NETWORK LAYER
3413 P:      Ursula Braun
3414 M:      ubraun@linux.vnet.ibm.com
3415 M:      linux390@de.ibm.com
3416 L:      linux-s390@vger.kernel.org
3417 W:      http://www.ibm.com/developerworks/linux/linux390/
3418 S:      Supported
3419
3420 SAA7146 VIDEO4LINUX-2 DRIVER
3421 P:      Michael Hunold
3422 M:      michael@mihu.de
3423 W:      http://www.mihu.de/linux/saa7146
3424 S:      Maintained
3425
3426 SC1200 WDT DRIVER
3427 P:      Zwane Mwaikambo
3428 M:      zwane@arm.linux.org.uk
3429 S:      Maintained
3430
3431 SCHEDULER
3432 P:      Ingo Molnar
3433 M:      mingo@elte.hu
3434 P:      Robert Love    [the preemptible kernel bits]
3435 M:      rml@tech9.net
3436 L:      linux-kernel@vger.kernel.org
3437 S:      Maintained
3438
3439 SCSI CDROM DRIVER
3440 P:      Jens Axboe
3441 M:      axboe@kernel.dk
3442 L:      linux-scsi@vger.kernel.org
3443 W:      http://www.kernel.dk
3444 S:      Maintained
3445
3446 SCSI SG DRIVER
3447 P:      Doug Gilbert
3448 M:      dgilbert@interlog.com
3449 L:      linux-scsi@vger.kernel.org
3450 W:      http://www.torque.net/sg
3451 S:      Maintained
3452
3453 SCSI SUBSYSTEM
3454 P:      James E.J. Bottomley
3455 M:      James.Bottomley@HansenPartnership.com
3456 L:      linux-scsi@vger.kernel.org
3457 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3458 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3459 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3460 S:      Maintained
3461
3462 SCSI TAPE DRIVER
3463 P:      Kai Mäkisara
3464 M:      Kai.Makisara@kolumbus.fi
3465 L:      linux-scsi@vger.kernel.org
3466 S:      Maintained
3467
3468 SCTP PROTOCOL
3469 P:      Vlad Yasevich
3470 M:      vladislav.yasevich@hp.com
3471 P:      Sridhar Samudrala
3472 M:      sri@us.ibm.com
3473 L:      lksctp-developers@lists.sourceforge.net
3474 W:      http://lksctp.sourceforge.net
3475 S:      Supported
3476
3477 SCx200 CPU SUPPORT
3478 P:      Jim Cromie
3479 M:      jim.cromie@gmail.com
3480 S:      Odd Fixes
3481
3482 SCx200 GPIO DRIVER
3483 P:      Jim Cromie
3484 M:      jim.cromie@gmail.com
3485 S:      Maintained
3486
3487 SCx200 HRT CLOCKSOURCE DRIVER
3488 P:      Jim Cromie
3489 M:      jim.cromie@gmail.com
3490 S:      Maintained
3491
3492 SECURITY CONTACT
3493 P:      Security Officers
3494 M:      security@kernel.org
3495 S:      Supported
3496
3497 SELINUX SECURITY MODULE
3498 P:      Stephen Smalley
3499 M:      sds@tycho.nsa.gov
3500 P:      James Morris
3501 M:      jmorris@namei.org
3502 P:      Eric Paris
3503 M:      eparis@parisplace.org
3504 L:      linux-kernel@vger.kernel.org (kernel issues)
3505 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3506 W:      http://www.nsa.gov/selinux
3507 S:      Supported
3508
3509 SENSABLE PHANTOM
3510 P:      Jiri Slaby
3511 M:      jirislaby@gmail.com
3512 S:      Maintained
3513
3514 SERIAL ATA (SATA) SUBSYSTEM:
3515 P:      Jeff Garzik
3516 M:      jgarzik@pobox.com
3517 L:      linux-ide@vger.kernel.org
3518 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3519 S:      Supported
3520
3521 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3522 P:      Pat Gefre
3523 M:      pfg@sgi.com
3524 L:      linux-ia64@vger.kernel.org
3525 S:      Supported
3526
3527 SGI VISUAL WORKSTATION 320 AND 540
3528 P:      Andrey Panin
3529 M:      pazke@donpac.ru
3530 L:      linux-visws-devel@lists.sf.net
3531 W:      http://linux-visws.sf.net
3532 S:      Maintained for 2.6.
3533
3534 SIMTEC EB110ATX (Chalice CATS)
3535 P:      Ben Dooks
3536 P:      Vincent Sanders
3537 M:      support@simtec.co.uk
3538 W:      http://www.simtec.co.uk/products/EB110ATX/
3539 S:      Supported
3540
3541 SIMTEC EB2410ITX (BAST)
3542 P:      Ben Dooks
3543 P:      Vincent Sanders
3544 M:      support@simtec.co.uk
3545 W:      http://www.simtec.co.uk/products/EB2410ITX/
3546 S:      Supported
3547
3548 SIS 190 ETHERNET DRIVER
3549 P:      Francois Romieu
3550 M:      romieu@fr.zoreil.com
3551 L:      netdev@vger.kernel.org
3552 S:      Maintained
3553
3554 SIS 5513 IDE CONTROLLER DRIVER
3555 P:      Lionel Bouton
3556 M:      Lionel.Bouton@inet6.fr
3557 W:      http://inet6.dyn.dhs.org/sponsoring/sis5513/index.html
3558 W:      http://gyver.homeip.net/sis5513/index.html
3559 S:      Maintained
3560
3561 SIS 900/7016 FAST ETHERNET DRIVER
3562 P:      Daniele Venzano
3563 M:      venza@brownhat.org
3564 W:      http://www.brownhat.org/sis900.html
3565 L:      netdev@vger.kernel.org
3566 S:      Maintained
3567
3568 SIS 96X I2C/SMBUS DRIVER
3569 P:      Mark M. Hoffman
3570 M:      mhoffman@lightlink.com
3571 L:      lm-sensors@lm-sensors.org
3572 S:      Maintained
3573
3574 SIS FRAMEBUFFER DRIVER
3575 P:      Thomas Winischhofer
3576 M:      thomas@winischhofer.net
3577 W:      http://www.winischhofer.net/linuxsisvga.shtml
3578 S:      Maintained
3579
3580 SIS USB2VGA DRIVER
3581 P:      Thomas Winischhofer
3582 M:      thomas@winischhofer.net
3583 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3584 S:      Maintained
3585
3586 SLAB ALLOCATOR
3587 P:      Christoph Lameter
3588 M:      clameter@sgi.com
3589 P:      Pekka Enberg
3590 M:      penberg@cs.helsinki.fi
3591 P:      Matt Mackall
3592 M:      mpm@selenic.com
3593 L:      linux-mm@kvack.org
3594 S:      Maintained
3595
3596 SMC91x ETHERNET DRIVER
3597 P:      Nicolas Pitre
3598 M:      nico@cam.org
3599 S:      Maintained
3600
3601 SMSC47B397 HARDWARE MONITOR DRIVER
3602 P:      Mark M. Hoffman
3603 M:      mhoffman@lightlink.com
3604 L:      lm-sensors@lm-sensors.org
3605 S:      Maintained
3606
3607 SOFTMAC LAYER (IEEE 802.11)
3608 P:      Daniel Drake
3609 M:      dsd@gentoo.org
3610 L:      linux-wireless@vger.kernel.org
3611 S:      Obsolete
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