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