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