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