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