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