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