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