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