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