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