Update powerpc maintainers
[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:      lrodriguez@atheros.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 EFS FILESYSTEM
1611 W:      http://aeschi.ch.eu.org/efs/
1612 S:      Orphan
1613
1614 EHCA (IBM GX bus InfiniBand adapter) DRIVER
1615 P:      Hoang-Nam Nguyen
1616 M:      hnguyen@de.ibm.com
1617 P:      Christoph Raisch
1618 M:      raisch@de.ibm.com
1619 L:      general@lists.openfabrics.org
1620 S:      Supported
1621
1622 EMBEDDED LINUX
1623 P:      Paul Gortmaker
1624 M:      paul.gortmaker@windriver.com
1625 P:      David Woodhouse
1626 M:      dwmw2@infradead.org
1627 L:      linux-embedded@vger.kernel.org
1628 S:      Maintained
1629
1630 EMULEX LPFC FC SCSI DRIVER
1631 P:      James Smart
1632 M:      james.smart@emulex.com
1633 L:      linux-scsi@vger.kernel.org
1634 W:      http://sourceforge.net/projects/lpfcxxxx
1635 S:      Supported
1636
1637 EPSON 1355 FRAMEBUFFER DRIVER
1638 P:      Christopher Hoover
1639 M:      ch@murgatroid.com, ch@hpl.hp.com
1640 S:      Maintained
1641
1642 EPSON S1D13XXX FRAMEBUFFER DRIVER
1643 P:      Kristoffer Ericson
1644 M:      kristoffer.ericson@gmail.com
1645 S:      Maintained
1646
1647 ETHEREXPRESS-16 NETWORK DRIVER
1648 P:      Philip Blundell
1649 M:      philb@gnu.org
1650 L:      netdev@vger.kernel.org
1651 S:      Maintained
1652
1653 ETHERNET BRIDGE
1654 P:      Stephen Hemminger
1655 M:      shemminger@linux-foundation.org
1656 L:      bridge@lists.linux-foundation.org
1657 W:      http://www.linux-foundation.org/en/Net:Bridge
1658 S:      Maintained
1659
1660 ETHERTEAM 16I DRIVER
1661 P:      Mika Kuoppala
1662 M:      miku@iki.fi
1663 S:      Maintained
1664
1665 EXT2 FILE SYSTEM
1666 L:      linux-ext4@vger.kernel.org
1667 S:      Maintained
1668
1669 EXT3 FILE SYSTEM
1670 P:      Stephen Tweedie, Andrew Morton
1671 M:      sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com
1672 L:      linux-ext4@vger.kernel.org
1673 S:      Maintained
1674
1675 EXT4 FILE SYSTEM
1676 P:      Theodore Ts'o
1677 M:      tytso@mit.edu, adilger@sun.com
1678 L:      linux-ext4@vger.kernel.org
1679 W:      http://ext4.wiki.kernel.org
1680 S:      Maintained
1681
1682 F71805F HARDWARE MONITORING DRIVER
1683 P:      Jean Delvare
1684 M:      khali@linux-fr.org
1685 L:      lm-sensors@lm-sensors.org
1686 S:      Maintained
1687
1688 FARSYNC SYNCHRONOUS DRIVER
1689 P:      Kevin Curtis
1690 M:      kevin.curtis@farsite.co.uk
1691 W:      http://www.farsite.co.uk/
1692 S:      Supported
1693
1694 FAULT INJECTION SUPPORT
1695 P:      Akinobu Mita
1696 M:      akinobu.mita@gmail.com
1697 S:      Supported
1698
1699 FILE LOCKING (flock() and fcntl()/lockf())
1700 P:      Matthew Wilcox
1701 M:      matthew@wil.cx
1702 L:      linux-fsdevel@vger.kernel.org
1703 S:      Maintained
1704
1705 FILESYSTEMS (VFS and infrastructure)
1706 P:      Alexander Viro
1707 M:      viro@zeniv.linux.org.uk
1708 L:      linux-fsdevel@vger.kernel.org
1709 S:      Maintained
1710
1711 FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>)
1712 P:      Kristian Hoegsberg, Stefan Richter
1713 M:      krh@redhat.com, stefanr@s5r6.in-berlin.de
1714 L:      linux1394-devel@lists.sourceforge.net
1715 W:      http://www.linux1394.org/
1716 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
1717 S:      Maintained
1718
1719 FIRMWARE LOADER (request_firmware)
1720 L:      linux-kernel@vger.kernel.org
1721 S:      Orphan
1722
1723 FPU EMULATOR
1724 P:      Bill Metzenthen
1725 M:      billm@suburbia.net
1726 W:      http://suburbia.net/~billm/floating-point/emulator/
1727 S:      Maintained
1728
1729 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
1730 P:      Mike McLagan
1731 M:      mike.mclagan@linux.org
1732 L:      netdev@vger.kernel.org
1733 S:      Maintained
1734
1735 FRAMEBUFFER LAYER
1736 P:      Antonino Daplas
1737 M:      adaplas@gmail.com
1738 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1739 W:      http://linux-fbdev.sourceforge.net/
1740 S:      Maintained
1741
1742 FREESCALE DMA DRIVER
1743 P:      Li Yang
1744 M:      leoli@freescale.com
1745 P:      Zhang Wei
1746 M:      zw@zh-kernel.org
1747 L:      linuxppc-embedded@ozlabs.org
1748 L:      linux-kernel@vger.kernel.org
1749 S:      Maintained
1750
1751 FREESCALE I2C CPM DRIVER
1752 P:      Jochen Friedrich
1753 M:      jochen@scram.de
1754 L:      linuxppc-dev@ozlabs.org
1755 L:      linux-i2c@vger.kernel.org
1756 S:      Maintained
1757
1758 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
1759 P:      Sascha Hauer
1760 M:      kernel@pengutronix.de
1761 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1762 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1763 S:      Maintained
1764
1765 FREESCALE SOC FS_ENET DRIVER
1766 P:      Pantelis Antoniou
1767 M:      pantelis.antoniou@gmail.com
1768 P:      Vitaly Bordug
1769 M:      vbordug@ru.mvista.com
1770 L:      linuxppc-dev@ozlabs.org
1771 L:      netdev@vger.kernel.org
1772 S:      Maintained
1773
1774 FREESCALE QUICC ENGINE LIBRARY
1775 P:      Timur Tabi
1776 M:      timur@freescale.com
1777 L:      linuxppc-dev@ozlabs.org
1778 S:      Supported
1779
1780 FREESCALE HIGHSPEED USB DEVICE DRIVER
1781 P:      Li Yang
1782 M:      leoli@freescale.com
1783 L:      linux-usb@vger.kernel.org
1784 L:      linuxppc-dev@ozlabs.org
1785 S:      Maintained
1786
1787 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
1788 P:      Li Yang
1789 M:      leoli@freescale.com
1790 L:      netdev@vger.kernel.org
1791 L:      linuxppc-dev@ozlabs.org
1792 S:      Maintained
1793
1794 FREESCALE QUICC ENGINE UCC UART DRIVER
1795 P:      Timur Tabi
1796 M:      timur@freescale.com
1797 L:      linuxppc-dev@ozlabs.org
1798 S:      Supported
1799
1800 FREESCALE SOC SOUND DRIVERS
1801 P:      Timur Tabi
1802 M:      timur@freescale.com
1803 L:      alsa-devel@alsa-project.org
1804 L:      linuxppc-dev@ozlabs.org
1805 S:      Supported
1806
1807 FREEVXFS FILESYSTEM
1808 P:      Christoph Hellwig
1809 M:      hch@infradead.org
1810 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
1811 S:      Maintained
1812
1813 FTRACE
1814 P:      Steven Rostedt
1815 M:      rostedt@goodmis.org
1816 S:      Maintained
1817
1818 FUJITSU FR-V (FRV) PORT
1819 P:      David Howells
1820 M:      dhowells@redhat.com
1821 S:      Maintained
1822
1823 FUJITSU LAPTOP EXTRAS
1824 P:      Jonathan Woithe
1825 M:      jwoithe@physics.adelaide.edu.au
1826 L:      linux-acpi@vger.kernel.org
1827 S:      Maintained
1828
1829 FUSE: FILESYSTEM IN USERSPACE
1830 P:      Miklos Szeredi
1831 M:      miklos@szeredi.hu
1832 L:      fuse-devel@lists.sourceforge.net
1833 W:      http://fuse.sourceforge.net/
1834 S:      Maintained
1835
1836 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
1837 P:      Rik Faith
1838 M:      faith@cs.unc.edu
1839 L:      linux-scsi@vger.kernel.org
1840 S:      Odd Fixes (e.g., new signatures)
1841
1842 GDT SCSI DISK ARRAY CONTROLLER DRIVER
1843 P:      Achim Leubner
1844 M:      achim_leubner@adaptec.com
1845 L:      linux-scsi@vger.kernel.org
1846 W:      http://www.icp-vortex.com/
1847 S:      Supported
1848
1849 GENERIC GPIO I2C DRIVER
1850 P:      Haavard Skinnemoen
1851 M:      hskinnemoen@atmel.com
1852 S:      Supported
1853
1854 GENERIC HDLC (WAN) DRIVERS
1855 P:      Krzysztof Halasa
1856 M:      khc@pm.waw.pl
1857 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
1858 S:      Maintained
1859
1860 GFS2 FILE SYSTEM
1861 P:      Steven Whitehouse
1862 M:      swhiteho@redhat.com
1863 L:      cluster-devel@redhat.com
1864 W:      http://sources.redhat.com/cluster/
1865 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
1866 T:      git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
1867 S:      Supported
1868
1869 GIGASET ISDN DRIVERS
1870 P:      Hansjoerg Lipp
1871 M:      hjlipp@web.de
1872 P:      Tilman Schmidt
1873 M:      tilman@imap.cc
1874 L:      gigaset307x-common@lists.sourceforge.net
1875 W:      http://gigaset307x.sourceforge.net/
1876 S:      Maintained
1877
1878 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
1879 P:      Robert Love
1880 M:      rlove@rlove.org
1881 M:      linux-kernel@vger.kernel.org
1882 W:      http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/
1883 S:      Maintained
1884
1885 GSPCA FINEPIX SUBDRIVER
1886 P:      Frank Zago
1887 M:      frank@zago.net
1888 L:      video4linux-list@redhat.com
1889 S:      Maintained
1890
1891 GSPCA M5602 SUBDRIVER
1892 P:      Erik Andren
1893 M:      erik.andren@gmail.com
1894 L:      video4linux-list@redhat.com
1895 S:      Maintained
1896
1897 GSPCA PAC207 SONIXB SUBDRIVER
1898 P:      Hans de Goede
1899 M:      hdegoede@redhat.com
1900 L:      video4linux-list@redhat.com
1901 S:      Maintained
1902
1903 GSPCA T613 SUBDRIVER
1904 P:      Leandro Costantino
1905 M:      lcostantino@gmail.com
1906 L:      video4linux-list@redhat.com
1907 S:      Maintained
1908
1909 GSPCA USB WEBCAM DRIVER
1910 P:      Jean-Francois Moine
1911 M:      moinejf@free.fr
1912 W:      http://moinejf.free.fr
1913 L:      video4linux-list@redhat.com
1914 S:      Maintained
1915
1916 HARDWARE MONITORING
1917 L:      lm-sensors@lm-sensors.org
1918 W:      http://www.lm-sensors.org/
1919 S:      Orphan
1920
1921 HARDWARE RANDOM NUMBER GENERATOR CORE
1922 S:      Orphan
1923
1924 HARMONY SOUND DRIVER
1925 P:      Kyle McMartin
1926 M:      kyle@mcmartin.ca
1927 L:      linux-parisc@vger.kernel.org
1928 S:      Maintained
1929
1930 HAYES ESP SERIAL DRIVER
1931 P:      Andrew J. Robinson
1932 M:      arobinso@nyx.net
1933 L:      linux-kernel@vger.kernel.org
1934 W:      http://www.nyx.net/~arobinso
1935 S:      Maintained
1936
1937 HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA
1938 P:      Chirag Kantharia
1939 M:      chirag.kantharia@hp.com
1940 L:      iss_storagedev@hp.com
1941 S:      Maintained
1942
1943 HEWLETT-PACKARD SMART2 RAID DRIVER
1944 P:      Chirag Kantharia
1945 M:      chirag.kantharia@hp.com
1946 L:      iss_storagedev@hp.com
1947 S:      Maintained
1948
1949 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
1950 P:      Mike Miller
1951 M:      mike.miller@hp.com
1952 L:      iss_storagedev@hp.com
1953 S:      Supported
1954
1955 HFS FILESYSTEM
1956 P:      Roman Zippel
1957 M:      zippel@linux-m68k.org
1958 L:      linux-kernel@vger.kernel.org
1959 S:      Maintained
1960
1961 HGA FRAMEBUFFER DRIVER
1962 P:      Ferenc Bakonyi
1963 M:      fero@drama.obuda.kando.hu
1964 L:      linux-nvidia@lists.surfsouth.com
1965 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
1966 S:      Maintained
1967
1968 HIBERNATION (aka Software Suspend, aka swsusp)
1969 P:      Pavel Machek
1970 M:      pavel@suse.cz
1971 P:      Rafael J. Wysocki
1972 M:      rjw@sisk.pl
1973 L:      linux-pm@lists.linux-foundation.org
1974 S:      Supported
1975
1976 HID CORE LAYER
1977 P:      Jiri Kosina
1978 M:      jkosina@suse.cz
1979 L:      linux-input@vger.kernel.org
1980 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
1981 S:      Maintained
1982
1983 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
1984 P:      Thomas Gleixner
1985 M:      tglx@linutronix.de
1986 L:      linux-kernel@vger.kernel.org
1987 S:      Maintained
1988
1989 HIGH-SPEED SCC DRIVER FOR AX.25
1990 P:      Klaus Kudielka
1991 M:      klaus.kudielka@ieee.org
1992 L:      linux-hams@vger.kernel.org
1993 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
1994 S:      Maintained
1995
1996 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
1997 P:      HighPoint Linux Team
1998 M:      linux@highpoint-tech.com
1999 W:      http://www.highpoint-tech.com
2000 S:      Supported
2001
2002 HIPPI
2003 P:      Jes Sorensen
2004 M:      jes@trained-monkey.org
2005 L:      linux-hippi@sunsite.dk
2006 S:      Maintained
2007
2008 HOST AP DRIVER
2009 P:      Jouni Malinen
2010 M:      j@w1.fi
2011 L:      hostap@shmoo.com (subscribers-only)
2012 L:      linux-wireless@vger.kernel.org
2013 W:      http://hostap.epitest.fi/
2014 S:      Maintained
2015
2016 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2017 P:      Carlos Corbacho
2018 M:      carlos@strangeworlds.co.uk
2019 S:      Odd Fixes
2020
2021 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2022 P:      Jaroslav Kysela
2023 M:      perex@perex.cz
2024 S:      Maintained
2025
2026 HPET:   High Precision Event Timers driver (drivers/char/hpet.c)
2027 P:      Clemens Ladisch
2028 M:      clemens@ladisch.de
2029 S:      Maintained
2030
2031 HPET:   i386
2032 P:      Venkatesh Pallipadi (Venki)
2033 M:      venkatesh.pallipadi@intel.com
2034 S:      Maintained
2035
2036 HPET:   x86_64
2037 P:      Vojtech Pavlik
2038 M:      vojtech@suse.cz
2039 S:      Maintained
2040
2041 HPET:   ACPI hpet.c
2042 P:      Bob Picco
2043 M:      bob.picco@hp.com
2044 S:      Maintained
2045
2046 HPFS FILESYSTEM
2047 P:      Mikulas Patocka
2048 M:      mikulas@artax.karlin.mff.cuni.cz
2049 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2050 S:      Maintained
2051
2052 HSO     3G Modem Driver (hso.c)
2053 P:      Denis Joseph Barrow
2054 M:      d.barow@option.com
2055 W:      http://www.pharscape.org
2056 S:      Maintained
2057
2058 HTCPEN TOUCHSCREEN DRIVER
2059 P:      Pau Oliva Fora
2060 M:      pof@eslack.org
2061 L:      linux-input@vger.kernel.org
2062 S:      Maintained
2063
2064 HUGETLB FILESYSTEM
2065 P:      William Irwin
2066 M:      wli@holomorphy.com
2067 S:      Maintained
2068
2069 I2C/SMBUS STUB DRIVER
2070 P:      Mark M. Hoffman
2071 M:      mhoffman@lightlink.com
2072 L:      linux-i2c@vger.kernel.org
2073 S:      Maintained
2074
2075 I2C SUBSYSTEM
2076 P:      Jean Delvare (PC drivers, core)
2077 M:      khali@linux-fr.org
2078 P:      Ben Dooks (embedded platforms)
2079 M:      ben-linux@fluff.org
2080 L:      linux-i2c@vger.kernel.org
2081 T:      quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/
2082 S:      Maintained
2083
2084 I2C-TINY-USB DRIVER
2085 P:      Till Harbaum
2086 M:      till@harbaum.org
2087 L:      linux-i2c@vger.kernel.org
2088 T:      http://www.harbaum.org/till/i2c_tiny_usb
2089 S:      Maintained
2090
2091 i386 BOOT CODE
2092 P:      H. Peter Anvin
2093 M:      hpa@zytor.com
2094 L:      Linux-Kernel@vger.kernel.org
2095 S:      Maintained
2096
2097 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2098 P:      H. Peter Anvin
2099 M:      hpa@zytor.com
2100 T:      git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2101 S:      Maintained
2102
2103 IA64 (Itanium) PLATFORM
2104 P:      Tony Luck
2105 M:      tony.luck@intel.com
2106 L:      linux-ia64@vger.kernel.org
2107 W:      http://www.ia64-linux.org/
2108 T:      git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2109 S:      Maintained
2110
2111 IBM MCA SCSI SUBSYSTEM DRIVER
2112 P:      Michael Lang
2113 M:      langa2@kph.uni-mainz.de
2114 W:      http://www.uni-mainz.de/~langm000/linux.html
2115 S:      Maintained
2116
2117 IBM Power Linux RAID adapter
2118 P:      Brian King
2119 M:      brking@us.ibm.com
2120 S:      Supported
2121
2122 IBM ServeRAID RAID DRIVER
2123 P:      Jack Hammer
2124 P:      Dave Jeffery
2125 M:      ipslinux@adaptec.com
2126 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2127 S:      Supported
2128
2129 IDE SUBSYSTEM
2130 P:      Bartlomiej Zolnierkiewicz
2131 M:      bzolnier@gmail.com
2132 L:      linux-ide@vger.kernel.org
2133 T:      quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/
2134 S:      Maintained
2135
2136 IDE/ATAPI CDROM DRIVER
2137 P:      Borislav Petkov
2138 M:      petkovbb@gmail.com
2139 L:      linux-ide@vger.kernel.org
2140 S:      Maintained
2141
2142 IDE/ATAPI FLOPPY DRIVERS
2143 P:      Paul Bristow
2144 M:      Paul Bristow <paul@paulbristow.net>
2145 W:      http://paulbristow.net/linux/idefloppy.html
2146 L:      linux-kernel@vger.kernel.org
2147 S:      Maintained
2148
2149 IDE/ATAPI TAPE DRIVERS
2150 P:      Gadi Oxman
2151 M:      Gadi Oxman <gadio@netvision.net.il>
2152 L:      linux-kernel@vger.kernel.org
2153 S:      Maintained
2154
2155 IDE-SCSI DRIVER
2156 L:      linux-ide@vger.kernel.org
2157 L:      linux-scsi@vger.kernel.org
2158 S:      Orphan
2159
2160 IDLE-I7300
2161 P:      Andy Henroid
2162 M:      andrew.d.henroid@intel.com
2163 L:      linux-pm@lists.linux-foundation.org
2164 S:      Supported
2165
2166 IEEE 1394 SUBSYSTEM (drivers/ieee1394)
2167 P:      Ben Collins
2168 M:      ben.collins@ubuntu.com
2169 P:      Stefan Richter
2170 M:      stefanr@s5r6.in-berlin.de
2171 L:      linux1394-devel@lists.sourceforge.net
2172 W:      http://www.linux1394.org/
2173 T:      git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2174 S:      Maintained
2175
2176 IEEE 1394 RAW I/O DRIVER (raw1394)
2177 P:      Dan Dennedy
2178 M:      dan@dennedy.org
2179 P:      Stefan Richter
2180 M:      stefanr@s5r6.in-berlin.de
2181 L:      linux1394-devel@lists.sourceforge.net
2182 S:      Maintained
2183
2184 IMS TWINTURBO FRAMEBUFFER DRIVER
2185 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2186 S:      Orphan
2187
2188 INFINIBAND SUBSYSTEM
2189 P:      Roland Dreier
2190 M:      rolandd@cisco.com
2191 P:      Sean Hefty
2192 M:      sean.hefty@intel.com
2193 P:      Hal Rosenstock
2194 M:      hal.rosenstock@gmail.com
2195 L:      general@lists.openfabrics.org
2196 W:      http://www.openib.org/
2197 T:      git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git
2198 S:      Supported
2199
2200 INOTIFY
2201 P:      John McCutchan
2202 M:      john@johnmccutchan.com
2203 P:      Robert Love
2204 M:      rlove@rlove.org
2205 L:      linux-kernel@vger.kernel.org
2206 S:      Maintained
2207
2208 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2209 P:      Dmitry Torokhov
2210 M:      dmitry.torokhov@gmail.com
2211 M:      dtor@mail.ru
2212 L:      linux-input@vger.kernel.org
2213 T:      git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git
2214 S:      Maintained
2215
2216 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2217 P:      Sylvain Meyer
2218 M:      sylvain.meyer@worldonline.fr
2219 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2220 S:      Maintained
2221
2222 INTEL 810/815 FRAMEBUFFER DRIVER
2223 P:      Antonino Daplas
2224 M:      adaplas@gmail.com
2225 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2226 S:      Maintained
2227
2228 INTEL MENLOW THERMAL DRIVER
2229 P:      Sujith Thomas
2230 M:      sujith.thomas@intel.com
2231 L:      linux-acpi@vger.kernel.org
2232 W:      http://www.lesswatts.org/projects/acpi/
2233 S:      Supported
2234
2235 INTEL IA32 MICROCODE UPDATE SUPPORT
2236 P:      Tigran Aivazian
2237 M:      tigran@aivazian.fsnet.co.uk
2238 S:      Maintained
2239
2240 INTEL I/OAT DMA DRIVER
2241 P:      Maciej Sosnowski
2242 M:      maciej.sosnowski@intel.com
2243 L:      linux-kernel@vger.kernel.org
2244 S:      Supported
2245
2246 INTEL IOMMU (VT-d)
2247 P:      David Woodhouse
2248 M:      dwmw2@infradead.org
2249 L:      iommu@lists.linux-foundation.org
2250 T:      git://git.infradead.org/iommu-2.6.git
2251 S:      Supported
2252
2253 INTEL IOP-ADMA DMA DRIVER
2254 P:      Dan Williams
2255 M:      dan.j.williams@intel.com
2256 L:      linux-kernel@vger.kernel.org
2257 S:      Supported
2258
2259 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2260 P:      Krzysztof Halasa
2261 M:      khc@pm.waw.pl
2262 S:      Maintained
2263
2264 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2265 P:      Deepak Saxena
2266 M:      dsaxena@plexity.net
2267 S:      Maintained
2268
2269 INTEL IXP2000 ETHERNET DRIVER
2270 P:      Lennert Buytenhek
2271 M:      kernel@wantstofly.org
2272 L:      netdev@vger.kernel.org
2273 S:      Maintained
2274
2275 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2276 P:      Jeff Kirsher
2277 M:      jeffrey.t.kirsher@intel.com
2278 P:      Jesse Brandeburg
2279 M:      jesse.brandeburg@intel.com
2280 P:      Bruce Allan
2281 M:      bruce.w.allan@intel.com
2282 P:      PJ Waskiewicz
2283 M:      peter.p.waskiewicz.jr@intel.com
2284 P:      John Ronciak
2285 M:      john.ronciak@intel.com
2286 L:      e1000-devel@lists.sourceforge.net
2287 W:      http://e1000.sourceforge.net/
2288 S:      Supported
2289
2290 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2291 P:      Zhu Yi
2292 M:      yi.zhu@intel.com
2293 P:      James Ketrenos
2294 M:      jketreno@linux.intel.com
2295 P:      Reinette Chatre
2296 M:      reinette.chatre@intel.com
2297 L:      linux-wireless@vger.kernel.org
2298 L:      ipw2100-devel@lists.sourceforge.net
2299 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2300 W:      http://ipw2100.sourceforge.net
2301 S:      Supported
2302
2303 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2304 P:      Zhu Yi
2305 M:      yi.zhu@intel.com
2306 P:      James Ketrenos
2307 M:      jketreno@linux.intel.com
2308 P:      Reinette Chatre
2309 M:      reinette.chatre@intel.com
2310 L:      linux-wireless@vger.kernel.org
2311 L:      ipw2100-devel@lists.sourceforge.net
2312 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2313 W:      http://ipw2200.sourceforge.net
2314 S:      Supported
2315
2316 INTEL WIRELESS WIFI LINK (iwlwifi)
2317 P:      Zhu Yi
2318 M:      yi.zhu@intel.com
2319 P:      Reinette Chatre
2320 M:      reinette.chatre@intel.com
2321 L:      linux-wireless@vger.kernel.org
2322 L:      ipw3945-devel@lists.sourceforge.net
2323 W:      http://intellinuxwireless.org
2324 T:      git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2325 S:      Supported
2326
2327 IOC3 ETHERNET DRIVER
2328 P:      Ralf Baechle
2329 M:      ralf@linux-mips.org
2330 L:      linux-mips@linux-mips.org
2331 S:      Maintained
2332
2333 IOC3 SERIAL DRIVER
2334 P:      Pat Gefre
2335 M:      pfg@sgi.com
2336 L:      linux-mips@linux-mips.org
2337 S:      Maintained
2338
2339 IP MASQUERADING
2340 P:      Juanjo Ciarlante
2341 M:      jjciarla@raiz.uncu.edu.ar
2342 S:      Maintained
2343
2344 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2345 P:      Francois Romieu
2346 M:      romieu@fr.zoreil.com
2347 P:      Sorbica Shieh
2348 M:      sorbica@icplus.com.tw
2349 P:      Jesse Huang
2350 M:      jesse@icplus.com.tw
2351 L:      netdev@vger.kernel.org
2352 S:      Maintained
2353
2354 IPATH DRIVER
2355 P:      Ralph Campbell
2356 M:      infinipath@qlogic.com
2357 L:      general@lists.openfabrics.org
2358 T:      git git://git.qlogic.com/ipath-linux-2.6
2359 S:      Supported
2360
2361 IPMI SUBSYSTEM
2362 P:      Corey Minyard
2363 M:      minyard@acm.org
2364 L:      openipmi-developer@lists.sourceforge.net
2365 W:      http://openipmi.sourceforge.net/
2366 S:      Supported
2367
2368 IPS SCSI RAID DRIVER
2369 P:      Adaptec OEM Raid Solutions
2370 M:      aacraid@adaptec.com
2371 L:      linux-scsi@vger.kernel.org
2372 W:      http://www.adaptec.com/
2373 S:      Maintained
2374
2375 IPVS
2376 P:      Wensong Zhang
2377 M:      wensong@linux-vs.org
2378 P:      Simon Horman
2379 M:      horms@verge.net.au
2380 P:      Julian Anastasov
2381 M:      ja@ssi.bg
2382 L:      netdev@vger.kernel.org
2383 L:      lvs-devel@vger.kernel.org
2384 S:      Maintained
2385
2386 IPWIRELESS DRIVER
2387 P:      Jiri Kosina
2388 M:      jkosina@suse.cz
2389 P:      David Sterba
2390 M:      dsterba@suse.cz
2391 S:      Maintained
2392 T:      git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2393
2394 IPX NETWORK LAYER
2395 P:      Arnaldo Carvalho de Melo
2396 M:      acme@ghostprotocols.net
2397 L:      netdev@vger.kernel.org
2398 S:      Maintained
2399
2400 IRDA SUBSYSTEM
2401 P:      Samuel Ortiz
2402 M:      samuel@sortiz.org
2403 L:      irda-users@lists.sourceforge.net (subscribers-only)
2404 W:      http://irda.sourceforge.net/
2405 S:      Maintained
2406
2407 ISAPNP
2408 P:      Jaroslav Kysela
2409 M:      perex@perex.cz
2410 S:      Maintained
2411
2412 ISCSI
2413 P:      Mike Christie
2414 M:      michaelc@cs.wisc.edu
2415 L:      open-iscsi@googlegroups.com
2416 W:      www.open-iscsi.org
2417 T:      git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git
2418 S:      Maintained
2419
2420 ISDN SUBSYSTEM
2421 P:      Karsten Keil
2422 M:      kkeil@suse.de
2423 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2424 W:      http://www.isdn4linux.de
2425 T:      git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git
2426 S:      Maintained
2427
2428 ISDN SUBSYSTEM (Eicon active card driver)
2429 P:      Armin Schindler
2430 M:      mac@melware.de
2431 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2432 W:      http://www.melware.de
2433 S:      Maintained
2434
2435 IVTV VIDEO4LINUX DRIVER
2436 P:      Hans Verkuil
2437 M:      hverkuil@xs4all.nl
2438 L:      ivtv-devel@ivtvdriver.org
2439 L:      ivtv-users@ivtvdriver.org
2440 L:      video4linux-list@redhat.com
2441 W:      http://www.ivtvdriver.org
2442 S:      Maintained
2443
2444 JFS FILESYSTEM
2445 P:      Dave Kleikamp
2446 M:      shaggy@austin.ibm.com
2447 L:      jfs-discussion@lists.sourceforge.net
2448 W:      http://jfs.sourceforge.net/
2449 T:      git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2450 S:      Supported
2451
2452 JME NETWORK DRIVER
2453 P:      Guo-Fu Tseng
2454 M:      cooldavid@cooldavid.org
2455 L:      netdev@vger.kernel.org
2456 S:      Maintained
2457
2458 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2459 P:      David Woodhouse
2460 M:      dwmw2@infradead.org
2461 L:      linux-mtd@lists.infradead.org
2462 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2463 S:      Maintained
2464
2465 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2466 P:      Stephen Tweedie, Andrew Morton
2467 M:      sct@redhat.com, akpm@linux-foundation.org
2468 L:      linux-ext4@vger.kernel.org
2469 S:      Maintained
2470
2471 K8TEMP HARDWARE MONITORING DRIVER
2472 P:      Rudolf Marek
2473 M:      r.marek@assembler.cz
2474 L:      lm-sensors@lm-sensors.org
2475 S:      Maintained
2476
2477 KCONFIG
2478 P:      Roman Zippel
2479 M:      zippel@linux-m68k.org
2480 L:      linux-kbuild@vger.kernel.org
2481 S:      Maintained
2482
2483 KDUMP
2484 P:      Vivek Goyal
2485 M:      vgoyal@redhat.com
2486 P:      Haren Myneni
2487 M:      hbabu@us.ibm.com
2488 L:      kexec@lists.infradead.org
2489 L:      linux-kernel@vger.kernel.org
2490 W:      http://lse.sourceforge.net/kdump/
2491 S:      Maintained
2492
2493 KERNEL AUTOMOUNTER (AUTOFS)
2494 P:      H. Peter Anvin
2495 M:      hpa@zytor.com
2496 L:      autofs@linux.kernel.org
2497 S:      Odd Fixes
2498
2499 KERNEL AUTOMOUNTER v4 (AUTOFS4)
2500 P:      Ian Kent
2501 M:      raven@themaw.net
2502 L:      autofs@linux.kernel.org
2503 S:      Maintained
2504
2505 KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*)
2506 P:      Sam Ravnborg
2507 M:      sam@ravnborg.org
2508 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git
2509 T:      git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
2510 L:      linux-kbuild@vger.kernel.org
2511 S:      Maintained
2512
2513 KERNEL JANITORS
2514 P:      Several
2515 L:      kernel-janitors@vger.kernel.org
2516 W:      http://www.kerneljanitors.org/
2517 S:      Maintained
2518
2519 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
2520 P:      J. Bruce Fields
2521 M:      bfields@fieldses.org
2522 P:      Neil Brown
2523 M:      neilb@suse.de
2524 L:      linux-nfs@vger.kernel.org
2525 W:      http://nfs.sourceforge.net/
2526 S:      Supported
2527
2528 KERNEL VIRTUAL MACHINE (KVM)
2529 P:      Avi Kivity
2530 M:      avi@redhat.com
2531 L:      kvm@vger.kernel.org
2532 W:      http://kvm.qumranet.com
2533 S:      Supported
2534
2535 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
2536 P:      Joerg Roedel
2537 M:      joerg.roedel@amd.com
2538 L:      kvm@vger.kernel.org
2539 W:      http://kvm.qumranet.com
2540 S:      Supported
2541
2542 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
2543 P:      Hollis Blanchard
2544 M:      hollisb@us.ibm.com
2545 L:      kvm-ppc@vger.kernel.org
2546 W:      http://kvm.qumranet.com
2547 S:      Supported
2548
2549 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
2550 P:      Anthony Xu
2551 M:      anthony.xu@intel.com
2552 P:      Xiantao Zhang
2553 M:      xiantao.zhang@intel.com
2554 L:      kvm-ia64@vger.kernel.org
2555 W:      http://kvm.qumranet.com
2556 S:      Supported
2557
2558 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
2559 P:      Carsten Otte
2560 M:      cotte@de.ibm.com
2561 P:      Christian Borntraeger
2562 M:      borntraeger@de.ibm.com
2563 M:      linux390@de.ibm.com
2564 L:      linux-s390@vger.kernel.org
2565 W:      http://www.ibm.com/developerworks/linux/linux390/
2566 S:      Supported
2567
2568 KEXEC
2569 P:      Eric Biederman
2570 M:      ebiederm@xmission.com
2571 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
2572 L:      linux-kernel@vger.kernel.org
2573 L:      kexec@lists.infradead.org
2574 S:      Maintained
2575
2576 KGDB
2577 P:      Jason Wessel
2578 M:      jason.wessel@windriver.com
2579 L:      kgdb-bugreport@lists.sourceforge.net
2580 S:      Maintained
2581
2582 KPROBES
2583 P:      Ananth N Mavinakayanahalli
2584 M:      ananth@in.ibm.com
2585 P:      Anil S Keshavamurthy
2586 M:      anil.s.keshavamurthy@intel.com
2587 P:      David S. Miller
2588 M:      davem@davemloft.net
2589 P:      Masami Hiramatsu
2590 M:      mhiramat@redhat.com
2591 L:      linux-kernel@vger.kernel.org
2592 S:      Maintained
2593
2594 KS0108 LCD CONTROLLER DRIVER
2595 P:      Miguel Ojeda Sandonis
2596 M:      miguel.ojeda.sandonis@gmail.com
2597 L:      linux-kernel@vger.kernel.org
2598 W:      http://miguelojeda.es/auxdisplay.htm
2599 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2600 S:      Maintained
2601
2602 LAPB module
2603 L:      linux-x25@vger.kernel.org
2604 S:      Orphan
2605
2606 LASI 53c700 driver for PARISC
2607 P:      James E.J. Bottomley
2608 M:      James.Bottomley@HansenPartnership.com
2609 L:      linux-scsi@vger.kernel.org
2610 S:      Maintained
2611
2612 LED SUBSYSTEM
2613 P:      Richard Purdie
2614 M:      rpurdie@rpsys.net
2615 S:      Maintained
2616
2617 LEGO USB Tower driver
2618 P:      Juergen Stuber
2619 M:      starblue@users.sourceforge.net
2620 L:      legousb-devel@lists.sourceforge.net
2621 W:      http://legousb.sourceforge.net/
2622 S:      Maintained
2623
2624 LGUEST
2625 P:      Rusty Russell
2626 M:      rusty@rustcorp.com.au
2627 L:      lguest@ozlabs.org
2628 W:      http://lguest.ozlabs.org/
2629 S:      Maintained
2630
2631 LINUX FOR IBM pSERIES (RS/6000)
2632 P:      Paul Mackerras
2633 M:      paulus@au.ibm.com
2634 W:      http://www.ibm.com/linux/ltc/projects/ppc
2635 S:      Supported
2636
2637 LINUX FOR NCR VOYAGER
2638 P:      James Bottomley
2639 M:      James.Bottomley@HansenPartnership.com
2640 W:      http://www.hansenpartnership.com/voyager
2641 S:      Maintained
2642
2643 LINUX FOR POWERPC (32-BIT AND 64-BIT)
2644 P:      Benjamin Herrenschmidt
2645 M:      benh@kernel.crashing.org
2646 P:      Paul Mackerras
2647 M:      paulus@samba.org
2648 W:      http://www.penguinppc.org/
2649 L:      linuxppc-dev@ozlabs.org
2650 T:      git kernel.org:/pub/scm/linux/kernel/git/benh/powerpc.git
2651 S:      Supported
2652
2653 LINUX FOR POWER MACINTOSH
2654 P:      Benjamin Herrenschmidt
2655 M:      benh@kernel.crashing.org
2656 W:      http://www.penguinppc.org/
2657 L:      linuxppc-dev@ozlabs.org
2658 S:      Maintained
2659
2660 LINUX FOR POWERPC EMBEDDED MPC5XXX
2661 P:      Sylvain Munaut
2662 M:      tnt@246tNt.com
2663 P:      Grant Likely
2664 M:      grant.likely@secretlab.ca
2665 L:      linuxppc-dev@ozlabs.org
2666 S:      Maintained
2667
2668 LINUX FOR POWERPC EMBEDDED PPC4XX
2669 P:      Josh Boyer
2670 M:      jwboyer@linux.vnet.ibm.com
2671 P:      Matt Porter
2672 M:      mporter@kernel.crashing.org
2673 W:      http://www.penguinppc.org/
2674 L:      linuxppc-dev@ozlabs.org
2675 T:      git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git
2676 S:      Maintained
2677
2678 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
2679 P:      Grant Likely
2680 M:      grant.likely@secretlab.ca
2681 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
2682 L:      linuxppc-dev@ozlabs.org
2683 S:      Maintained
2684
2685 LINUX FOR POWERPC EMBEDDED PPC8XX
2686 P:      Vitaly Bordug
2687 M:      vitb@kernel.crashing.org
2688 P:      Marcelo Tosatti
2689 M:      marcelo@kvack.org
2690 W:      http://www.penguinppc.org/
2691 L:      linuxppc-dev@ozlabs.org
2692 S:      Maintained
2693
2694 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
2695 P:      Kumar Gala
2696 M:      galak@kernel.crashing.org
2697 W:      http://www.penguinppc.org/
2698 L:      linuxppc-dev@ozlabs.org
2699 S:      Maintained
2700
2701 LINUX FOR POWERPC PA SEMI PWRFICIENT
2702 P:      Olof Johansson
2703 M:      olof@lixom.net
2704 W:      http://www.pasemi.com/
2705 L:      linuxppc-dev@ozlabs.org
2706 S:      Supported
2707
2708 LINUX SECURITY MODULE (LSM) FRAMEWORK
2709 P:      Chris Wright
2710 M:      chrisw@sous-sol.org
2711 L:      linux-security-module@vger.kernel.org
2712 T:      git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
2713 S:      Supported
2714
2715 LLC (802.2)
2716 P:      Arnaldo Carvalho de Melo
2717 M:      acme@ghostprotocols.net
2718 S:      Maintained
2719
2720 LIS3LV02D ACCELEROMETER DRIVER
2721 P:      Eric Piel
2722 M:      eric.piel@tremplin-utc.net
2723 S:      Maintained
2724
2725 LM83 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 LM90 HARDWARE MONITOR DRIVER
2732 P:      Jean Delvare
2733 M:      khali@linux-fr.org
2734 L:      lm-sensors@lm-sensors.org
2735 S:      Maintained
2736
2737 LOCKDEP AND LOCKSTAT
2738 P:      Peter Zijlstra
2739 M:      peterz@infradead.org
2740 P:      Ingo Molnar
2741 M:      mingo@redhat.com
2742 L:      linux-kernel@vger.kernel.org
2743 T:      git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
2744 S:      Maintained
2745
2746 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
2747 P:      Richard Russon (FlatCap)
2748 M:      ldm@flatcap.org
2749 L:      linux-ntfs-dev@lists.sourceforge.net
2750 W:      http://www.linux-ntfs.org/content/view/19/37/
2751 S:      Maintained
2752
2753 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
2754 P:      Eric Moore
2755 M:      Eric.Moore@lsi.com
2756 M:      support@lsi.com
2757 L:      DL-MPTFusionLinux@lsi.com
2758 L:      linux-scsi@vger.kernel.org
2759 W:      http://www.lsilogic.com/support
2760 S:      Supported
2761
2762 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
2763 P:      Matthew Wilcox
2764 M:      matthew@wil.cx
2765 L:      linux-scsi@vger.kernel.org
2766 S:      Maintained
2767
2768 LTP (Linux Test Project)
2769 P:      Subrata Modak
2770 M:      subrata@linux.vnet.ibm.com
2771 P:      Mike Frysinger
2772 M:      vapier@gentoo.org
2773 L:      ltp-list@lists.sourceforge.net (subscribers-only)
2774 W:      http://ltp.sourceforge.net/
2775 T:      git kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
2776 S:      Maintained
2777
2778 M32R ARCHITECTURE
2779 P:      Hirokazu Takata
2780 M:      takata@linux-m32r.org
2781 L:      linux-m32r@ml.linux-m32r.org
2782 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
2783 W:      http://www.linux-m32r.org/
2784 S:      Maintained
2785
2786 M68K ARCHITECTURE
2787 P:      Geert Uytterhoeven
2788 M:      geert@linux-m68k.org
2789 P:      Roman Zippel
2790 M:      zippel@linux-m68k.org
2791 L:      linux-m68k@lists.linux-m68k.org
2792 W:      http://www.linux-m68k.org/
2793 W:      http://linux-m68k-cvs.ubb.ca/
2794 S:      Maintained
2795
2796 M68K ON APPLE MACINTOSH
2797 P:      Joshua Thompson
2798 M:      funaho@jurai.org
2799 W:      http://www.mac.linux-m68k.org/
2800 L:      linux-m68k@lists.linux-m68k.org
2801 S:      Maintained
2802
2803 M68K ON HP9000/300
2804 P:      Philip Blundell
2805 M:      philb@gnu.org
2806 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
2807 S:      Maintained
2808
2809 MAC80211
2810 P:      Johannes Berg
2811 M:      johannes@sipsolutions.net
2812 P:      Michael Wu
2813 M:      flamingice@sourmilk.net
2814 L:      linux-wireless@vger.kernel.org
2815 W:      http://linuxwireless.org/
2816 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2817 S:      Maintained
2818
2819 MAC80211 PID RATE CONTROL
2820 P:      Stefano Brivio
2821 M:      stefano.brivio@polimi.it
2822 P:      Mattias Nissler
2823 M:      mattias.nissler@gmx.de
2824 L:      linux-wireless@vger.kernel.org
2825 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
2826 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
2827 S:      Maintained
2828
2829 MACVLAN DRIVER
2830 P:      Patrick McHardy
2831 M:      kaber@trash.net
2832 L:      netdev@vger.kernel.org
2833 S:      Maintained
2834
2835 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
2836 P:      Michael Kerrisk
2837 M:      mtk.manpages@gmail.com
2838 W:      http://www.kernel.org/doc/man-pages
2839 L:      linux-man@vger.kernel.org
2840 S:      Supported
2841
2842 MARVELL LIBERTAS WIRELESS DRIVER
2843 P:      Dan Williams
2844 M:      dcbw@redhat.com
2845 L:      libertas-dev@lists.infradead.org
2846 S:      Maintained
2847
2848 MARVELL MV643XX ETHERNET DRIVER
2849 P:      Lennert Buytenhek
2850 M:      buytenh@marvell.com
2851 L:      netdev@vger.kernel.org
2852 S:      Supported
2853
2854 MARVELL YUKON / SYSKONNECT DRIVER
2855 P:      Mirko Lindner
2856 M:      mlindner@syskonnect.de
2857 P:      Ralph Roesler
2858 M:      rroesler@syskonnect.de
2859 W:      http://www.syskonnect.com
2860 S:      Supported
2861
2862 MATROX FRAMEBUFFER DRIVER
2863 P:      Petr Vandrovec
2864 M:      vandrove@vc.cvut.cz
2865 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2866 S:      Maintained
2867
2868 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2869 P:      Hans J. Koch
2870 M:      hjk@linutronix.de
2871 L:      lm-sensors@lm-sensors.org
2872 S:      Maintained
2873
2874 MEGARAID SCSI DRIVERS
2875 P:      Neela Syam Kolli
2876 M:      megaraidlinux@lsi.com
2877 L:      linux-scsi@vger.kernel.org
2878 W:      http://megaraid.lsilogic.com
2879 S:      Maintained
2880
2881 MEMORY MANAGEMENT
2882 L:      linux-mm@kvack.org
2883 L:      linux-kernel@vger.kernel.org
2884 W:      http://www.linux-mm.org
2885 S:      Maintained
2886
2887 MEMORY RESOURCE CONTROLLER
2888 P:      Balbir Singh
2889 M:      balbir@linux.vnet.ibm.com
2890 P:      Pavel Emelyanov
2891 M:      xemul@openvz.org
2892 P:      KAMEZAWA Hiroyuki
2893 M:      kamezawa.hiroyu@jp.fujitsu.com
2894 L:      linux-mm@kvack.org
2895 L:      linux-kernel@vger.kernel.org
2896 S:      Maintained
2897
2898 MEMORY TECHNOLOGY DEVICES (MTD)
2899 P:      David Woodhouse
2900 M:      dwmw2@infradead.org
2901 W:      http://www.linux-mtd.infradead.org/
2902 L:      linux-mtd@lists.infradead.org
2903 T:      git git://git.infradead.org/mtd-2.6.git
2904 S:      Maintained
2905
2906 MICROTEK X6 SCANNER
2907 P:      Oliver Neukum
2908 M:      oliver@neukum.name
2909 S:      Maintained
2910
2911 MIPS
2912 P:      Ralf Baechle
2913 M:      ralf@linux-mips.org
2914 W:      http://www.linux-mips.org/
2915 L:      linux-mips@linux-mips.org
2916 T:      git www.linux-mips.org:/pub/scm/linux.git
2917 S:      Supported
2918
2919 MISCELLANEOUS MCA-SUPPORT
2920 P:      James Bottomley
2921 M:      James.Bottomley@HansenPartnership.com
2922 L:      linux-kernel@vger.kernel.org
2923 S:      Maintained
2924
2925 MODULE SUPPORT
2926 P:      Rusty Russell
2927 M:      rusty@rustcorp.com.au
2928 L:      linux-kernel@vger.kernel.org
2929 S:      Maintained
2930
2931 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
2932 P:      Stelian Pop
2933 M:      stelian@popies.net
2934 W:      http://popies.net/meye/
2935 S:      Maintained
2936
2937 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
2938 P:      Pavel Pisa
2939 M:      ppisa@pikron.com
2940 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2941 S:      Maintained
2942
2943 MOUSE AND MISC DEVICES [GENERAL]
2944 P:      Alessandro Rubini
2945 M:      rubini@ipvvis.unipv.it
2946 L:      linux-kernel@vger.kernel.org
2947 S:      Maintained
2948
2949 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
2950 P:      Jiri Slaby
2951 M:      jirislaby@gmail.com
2952 L:      linux-kernel@vger.kernel.org
2953 S:      Maintained
2954
2955 MSI LAPTOP SUPPORT
2956 P:      Lennart Poettering
2957 M:      mzxreary@0pointer.de
2958 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
2959 W:      http://0pointer.de/lennart/tchibo.html
2960 S:      Maintained
2961
2962 MULTIFUNCTION DEVICES (MFD)
2963 P:      Samuel Ortiz
2964 M:      sameo@openedhand.com
2965 L:      linux-kernel@vger.kernel.org
2966 S:      Supported
2967
2968 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
2969 P:      Pierre Ossman
2970 M:      drzeus-mmc@drzeus.cx
2971 L:      linux-kernel@vger.kernel.org
2972 S:      Maintained
2973
2974 MULTIMEDIA CARD (MMC) ETC. OVER SPI
2975 P:      David Brownell
2976 M:      dbrownell@users.sourceforge.net
2977 L:      linux-kernel@vger.kernel.org
2978 S:      Odd Fixes
2979
2980 MULTISOUND SOUND DRIVER
2981 P:      Andrew Veliath
2982 M:      andrewtv@usa.net
2983 S:      Maintained
2984
2985 MULTITECH MULTIPORT CARD (ISICOM)
2986 P:      Jiri Slaby
2987 M:      jirislaby@gmail.com
2988 L:      linux-kernel@vger.kernel.org
2989 S:      Maintained
2990
2991 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
2992 P:      Felipe Balbi
2993 M:      felipe.balbi@nokia.com
2994 L:      linux-usb@vger.kernel.org
2995 S:      Maintained
2996
2997 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
2998 P:      Andrew Gallatin
2999 M:      gallatin@myri.com
3000 P:      Brice Goglin
3001 M:      brice@myri.com
3002 L:      netdev@vger.kernel.org
3003 W:      http://www.myri.com/scs/download-Myri10GE.html
3004 S:      Supported
3005
3006 NATSEMI ETHERNET DRIVER (DP8381x)
3007 P:      Tim Hockin
3008 M:      thockin@hockin.org
3009 S:      Maintained
3010
3011 NCP FILESYSTEM
3012 P:      Petr Vandrovec
3013 M:      vandrove@vc.cvut.cz
3014 L:      linware@sh.cvut.cz
3015 S:      Maintained
3016
3017 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3018 P:      James E.J. Bottomley
3019 M:      James.Bottomley@HansenPartnership.com
3020 L:      linux-scsi@vger.kernel.org
3021 S:      Maintained
3022
3023 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3024 P:      Faisal Latif
3025 M:      faisal.latif@intel.com
3026 P:      Chien Tung
3027 M:      chien.tin.tung@intel.com
3028 L:      general@lists.openfabrics.org
3029 W:      http://www.neteffect.com
3030 S:      Supported
3031 F:      drivers/infiniband/hw/nes/
3032
3033 NETEM NETWORK EMULATOR
3034 P:      Stephen Hemminger
3035 M:      shemminger@linux-foundation.org
3036 L:      netem@lists.linux-foundation.org
3037 S:      Maintained
3038
3039 NETERION (S2IO) Xframe 10GbE DRIVER
3040 P:      Ramkrishna Vepa
3041 M:      ram.vepa@neterion.com
3042 P:      Rastapur Santosh
3043 M:      santosh.rastapur@neterion.com
3044 P:      Sivakumar Subramani
3045 M:      sivakumar.subramani@neterion.com
3046 P:      Sreenivasa Honnur
3047 M:      sreenivasa.honnur@neterion.com
3048 L:      netdev@vger.kernel.org
3049 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous
3050 S:      Supported
3051
3052 NETFILTER/IPTABLES/IPCHAINS
3053 P:      Rusty Russell
3054 P:      Marc Boucher
3055 P:      James Morris
3056 P:      Harald Welte
3057 P:      Jozsef Kadlecsik
3058 P:      Patrick McHardy
3059 M:      kaber@trash.net
3060 L:      netfilter-devel@vger.kernel.org
3061 L:      netfilter@vger.kernel.org
3062 L:      coreteam@netfilter.org
3063 W:      http://www.netfilter.org/
3064 W:      http://www.iptables.org/
3065 S:      Supported
3066
3067 NETLABEL
3068 P:      Paul Moore
3069 M:      paul.moore@hp.com
3070 W:      http://netlabel.sf.net
3071 L:      netdev@vger.kernel.org
3072 S:      Supported
3073
3074 NETROM NETWORK LAYER
3075 P:      Ralf Baechle
3076 M:      ralf@linux-mips.org
3077 L:      linux-hams@vger.kernel.org
3078 W:      http://www.linux-ax25.org/
3079 S:      Maintained
3080
3081 NETWORK BLOCK DEVICE (NBD)
3082 P:      Paul Clements
3083 M:      Paul.Clements@steeleye.com
3084 S:      Maintained
3085
3086 NETWORK DEVICE DRIVERS
3087 P:      Jeff Garzik
3088 M:      jgarzik@pobox.com
3089 L:      netdev@vger.kernel.org
3090 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git
3091 S:      Maintained
3092
3093 NETWORKING [GENERAL]
3094 P:      Networking Team
3095 M:      netdev@vger.kernel.org
3096 L:      netdev@vger.kernel.org
3097 W:      http://linux-net.osdl.org/
3098 S:      Maintained
3099
3100 NETWORKING [IPv4/IPv6]
3101 P:      David S. Miller
3102 M:      davem@davemloft.net
3103 P:      Alexey Kuznetsov
3104 M:      kuznet@ms2.inr.ac.ru
3105 P:      Pekka Savola (ipv6)
3106 M:      pekkas@netcore.fi
3107 P:      James Morris
3108 M:      jmorris@namei.org
3109 P:      Hideaki YOSHIFUJI
3110 M:      yoshfuji@linux-ipv6.org
3111 P:      Patrick McHardy
3112 M:      kaber@trash.net
3113 L:      netdev@vger.kernel.org
3114 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git
3115 S:      Maintained
3116
3117 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3118 P:      Paul Moore
3119 M:      paul.moore@hp.com
3120 L:      netdev@vger.kernel.org
3121 S:      Maintained
3122
3123 NETWORKING [WIRELESS]
3124 P:      John W. Linville
3125 M:      linville@tuxdriver.com
3126 L:      linux-wireless@vger.kernel.org
3127 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3128 S:      Maintained
3129
3130 NETXEN (1/10) GbE SUPPORT
3131 P:      Dhananjay Phadke
3132 M:      dhananjay@netxen.com
3133 L:      netdev@vger.kernel.org
3134 W:      http://www.netxen.com
3135 S:      Supported
3136
3137 NFS, SUNRPC, AND LOCKD CLIENTS
3138 P:      Trond Myklebust
3139 M:      Trond.Myklebust@netapp.com
3140 L:      linux-nfs@vger.kernel.org
3141 W:      http://client.linux-nfs.org
3142 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3143 S:      Maintained
3144
3145 NI5010 NETWORK DRIVER
3146 P:      Jan-Pascal van Best
3147 M:      janpascal@vanbest.org
3148 P:      Andreas Mohr
3149 M:      andi@lisas.de
3150 L:      netdev@vger.kernel.org
3151 S:      Maintained
3152
3153 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3154 P:      YOKOTA Hiroshi
3155 M:      yokota@netlab.is.tsukuba.ac.jp
3156 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3157 S:      Maintained
3158
3159 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3160 P:      GOTO Masanori
3161 M:      gotom@debian.or.jp
3162 P:      YOKOTA Hiroshi
3163 M:      yokota@netlab.is.tsukuba.ac.jp
3164 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3165 S:      Maintained
3166
3167 NTFS FILESYSTEM
3168 P:      Anton Altaparmakov
3169 M:      aia21@cantab.net
3170 L:      linux-ntfs-dev@lists.sourceforge.net
3171 L:      linux-kernel@vger.kernel.org
3172 W:      http://www.linux-ntfs.org/
3173 T:      git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3174 S:      Maintained
3175
3176 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3177 P:      Antonino Daplas
3178 M:      adaplas@gmail.com
3179 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3180 S:      Maintained
3181
3182 OMFS FILESYSTEM
3183 P:      Bob Copeland
3184 M:      me@bobcopeland.com
3185 L:      linux-karma-devel@lists.sourceforge.net
3186 S:      Maintained
3187
3188 OMNIKEY CARDMAN 4000 DRIVER
3189 P:      Harald Welte
3190 M:      laforge@gnumonks.org
3191 S:      Maintained
3192
3193 OMNIKEY CARDMAN 4040 DRIVER
3194 P:      Harald Welte
3195 M:      laforge@gnumonks.org
3196 S:      Maintained
3197
3198 OMNIVISION OV7670 SENSOR DRIVER
3199 P:      Jonathan Corbet
3200 M:      corbet@lwn.net
3201 L:      video4linux-list@redhat.com
3202 S:      Maintained
3203
3204 ONENAND FLASH DRIVER
3205 P:      Kyungmin Park
3206 M:      kyungmin.park@samsung.com
3207 L:      linux-mtd@lists.infradead.org
3208 S:      Maintained
3209
3210 ONSTREAM SCSI TAPE DRIVER
3211 P:      Willem Riede
3212 M:      osst@riede.org
3213 L:      osst-users@lists.sourceforge.net
3214 L:      linux-scsi@vger.kernel.org
3215 S:      Maintained
3216
3217 OPENCORES I2C BUS DRIVER
3218 P:      Peter Korsgaard
3219 M:      jacmet@sunsite.dk
3220 L:      linux-i2c@vger.kernel.org
3221 S:      Maintained
3222
3223 OPROFILE
3224 P:      Robert Richter
3225 M:      robert.richter@amd.com
3226 L:      oprofile-list@lists.sf.net
3227 S:      Maintained
3228
3229 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3230 P:      Mark Fasheh
3231 M:      mfasheh@suse.com
3232 P:      Joel Becker
3233 M:      joel.becker@oracle.com
3234 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3235 W:      http://oss.oracle.com/projects/ocfs2/
3236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git
3237 S:      Supported
3238
3239 ORINOCO DRIVER
3240 P:      Pavel Roskin
3241 M:      proski@gnu.org
3242 P:      David Gibson
3243 M:      hermes@gibson.dropbear.id.au
3244 L:      linux-wireless@vger.kernel.org
3245 L:      orinoco-users@lists.sourceforge.net
3246 L:      orinoco-devel@lists.sourceforge.net
3247 W:      http://www.nongnu.org/orinoco/
3248 S:      Maintained
3249
3250 P54 WIRELESS DRIVER
3251 P:      Michael Wu
3252 M:      flamingice@sourmilk.net
3253 L:      linux-wireless@vger.kernel.org
3254 W:      http://prism54.org
3255 T:      git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3256 S:      Maintained
3257
3258 PA SEMI ETHERNET DRIVER
3259 P:      Olof Johansson
3260 M:      olof@lixom.net
3261 L:      netdev@vger.kernel.org
3262 S:      Maintained
3263
3264 PA SEMI SMBUS DRIVER
3265 P:      Olof Johansson
3266 M:      olof@lixom.net
3267 L:      linux-i2c@vger.kernel.org
3268 S:      Maintained
3269
3270 PANASONIC LAPTOP ACPI EXTRAS DRIVER
3271 P:      Harald Welte
3272 M:      laforge@gnumonks.org
3273 S:      Maintained
3274
3275 PANASONIC MN10300/AM33 PORT
3276 P:      David Howells
3277 M:      dhowells@redhat.com
3278 P:      Koichi Yasutake
3279 M:      yasutake.koichi@jp.panasonic.com
3280 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
3281 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3282 S:      Maintained
3283
3284 PARALLEL PORT SUPPORT
3285 L:      linux-parport@lists.infradead.org (subscribers-only)
3286 S:      Orphan
3287
3288 PARAVIRT_OPS INTERFACE
3289 P:      Jeremy Fitzhardinge
3290 M:      jeremy@xensource.com
3291 P:      Chris Wright
3292 M:      chrisw@sous-sol.org
3293 P:      Zachary Amsden
3294 M:      zach@vmware.com
3295 P:      Rusty Russell
3296 M:      rusty@rustcorp.com.au
3297 L:      virtualization@lists.osdl.org
3298 L:      linux-kernel@vger.kernel.org
3299 S:      Supported
3300
3301 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
3302 P:      Tim Waugh
3303 M:      tim@cyberelk.net
3304 L:      linux-parport@lists.infradead.org (subscribers-only)
3305 W:      http://www.torque.net/linux-pp.html
3306 S:      Maintained
3307
3308 PARISC ARCHITECTURE
3309 P:      Kyle McMartin
3310 M:      kyle@mcmartin.ca
3311 P:      Matthew Wilcox
3312 M:      matthew@wil.cx
3313 P:      Grant Grundler
3314 M:      grundler@parisc-linux.org
3315 L:      linux-parisc@vger.kernel.org
3316 W:      http://www.parisc-linux.org/
3317 T:      git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
3318 S:      Maintained
3319
3320 PC87360 HARDWARE MONITORING DRIVER
3321 P:      Jim Cromie
3322 M:      jim.cromie@gmail.com
3323 L:      lm-sensors@lm-sensors.org
3324 S:      Maintained
3325
3326 PC8736x GPIO DRIVER
3327 P:      Jim Cromie
3328 M:      jim.cromie@gmail.com
3329 S:      Maintained
3330
3331 PCI ERROR RECOVERY
3332 P:      Linas Vepstas
3333 M:      linas@austin.ibm.com
3334 L:      linux-kernel@vger.kernel.org
3335 L:      linux-pci@vger.kernel.org
3336 S:      Supported
3337
3338 PCI SUBSYSTEM
3339 P:      Jesse Barnes
3340 M:      jbarnes@virtuousgeek.org
3341 L:      linux-kernel@vger.kernel.org
3342 L:      linux-pci@vger.kernel.org
3343 T:      git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
3344 S:      Supported
3345
3346 PCIE HOTPLUG DRIVER
3347 P:      Kristen Carlson Accardi
3348 M:      kristen.c.accardi@intel.com
3349 L:      linux-pci@vger.kernel.org
3350 S:      Supported
3351
3352 PCMCIA SUBSYSTEM
3353 P:      Linux PCMCIA Team
3354 L:      linux-pcmcia@lists.infradead.org
3355 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
3356 T:      git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
3357 S:      Maintained
3358
3359 PCNET32 NETWORK DRIVER
3360 P:      Don Fry
3361 M:      pcnet32@verizon.net
3362 L:      netdev@vger.kernel.org
3363 S:      Maintained
3364
3365 PER-TASK DELAY ACCOUNTING
3366 P:      Balbir Singh
3367 M:      balbir@linux.vnet.ibm.com
3368 L:      linux-kernel@vger.kernel.org
3369 S:      Maintained
3370
3371 PERSONALITY HANDLING
3372 P:      Christoph Hellwig
3373 M:      hch@infradead.org
3374 L:      linux-abi-devel@lists.sourceforge.net
3375 S:      Maintained
3376
3377 PHRAM MTD DRIVER
3378 P:      Joern Engel
3379 M:      joern@lazybastard.org
3380 L:      linux-mtd@lists.infradead.org
3381 S:      Maintained
3382
3383 PKTCDVD DRIVER
3384 P:      Peter Osterlund
3385 M:      petero2@telia.com
3386 L:      linux-kernel@vger.kernel.org
3387 S:      Maintained
3388
3389 POSIX CLOCKS and TIMERS
3390 P:      Thomas Gleixner
3391 M:      tglx@linutronix.de
3392 L:      linux-kernel@vger.kernel.org
3393 S:      Supported
3394
3395 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
3396 P:      Anton Vorontsov
3397 M:      cbou@mail.ru
3398 P:      David Woodhouse
3399 M:      dwmw2@infradead.org
3400 L:      linux-kernel@vger.kernel.org
3401 T:      git git.infradead.org/battery-2.6.git
3402 S:      Maintained
3403
3404 PNP SUPPORT
3405 P:      Adam Belay
3406 M:      abelay@mit.edu
3407 P:      Bjorn Helgaas
3408 M:      bjorn.helgaas@hp.com
3409 S:      Maintained
3410
3411 PNXxxxx I2C DRIVER
3412 P:      Vitaly Wool
3413 M:      vitalywool@gmail.com
3414 L:      linux-i2c@vger.kernel.org
3415 S:      Maintained
3416
3417 PPP PROTOCOL DRIVERS AND COMPRESSORS
3418 P:      Paul Mackerras
3419 M:      paulus@samba.org
3420 L:      linux-ppp@vger.kernel.org
3421 S:      Maintained
3422
3423 PPP OVER ATM (RFC 2364)
3424 P:      Mitchell Blank Jr
3425 M:      mitch@sfgoth.com
3426 S:      Maintained
3427
3428 PPP OVER ETHERNET
3429 P:      Michal Ostrowski
3430 M:      mostrows@earthlink.net
3431 S:      Maintained
3432
3433 PPP OVER L2TP
3434 P:      James Chapman
3435 M:      jchapman@katalix.com
3436 S:      Maintained
3437
3438 PREEMPTIBLE KERNEL
3439 P:      Robert Love
3440 M:      rml@tech9.net
3441 L:      linux-kernel@vger.kernel.org
3442 L:      kpreempt-tech@lists.sourceforge.net
3443 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
3444 S:      Supported
3445
3446 PRISM54 WIRELESS DRIVER
3447 P:      Luis R. Rodriguez
3448 M:      mcgrof@gmail.com
3449 L:      linux-wireless@vger.kernel.org
3450 W:      http://prism54.org
3451 S:      Maintained
3452
3453 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
3454 P:      Peter Denison
3455 M:      promise@pnd-pc.demon.co.uk
3456 W:      http://www.pnd-pc.demon.co.uk/promise/
3457 S:      Maintained
3458
3459 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
3460 P:      Mikael Pettersson
3461 M:      mikpe@it.uu.se
3462 L:      linux-ide@vger.kernel.org
3463 S:      Maintained
3464
3465 PS3 NETWORK SUPPORT
3466 P:      Masakazu Mokuno
3467 M:      mokuno@sm.sony.co.jp
3468 L:      netdev@vger.kernel.org
3469 L:      cbe-oss-dev@ozlabs.org
3470 S:      Supported
3471
3472 PS3 PLATFORM SUPPORT
3473 P:      Geoff Levand
3474 M:      geoffrey.levand@am.sony.com
3475 L:      linuxppc-dev@ozlabs.org
3476 L:      cbe-oss-dev@ozlabs.org
3477 S:      Supported
3478
3479 PVRUSB2 VIDEO4LINUX DRIVER
3480 P:      Mike Isely
3481 M:      isely@pobox.com
3482 L:      pvrusb2@isely.net       (subscribers-only)
3483 L:      video4linux-list@redhat.com
3484 W:      http://www.isely.net/pvrusb2/
3485 S:      Maintained
3486
3487 PXA2xx/PXA3xx SUPPORT
3488 P:      Eric Miao
3489 M:      eric.miao@marvell.com
3490 P:      Russell King
3491 M:      linux@arm.linux.org.uk
3492 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3493 S:      Maintained
3494
3495 PXA MMCI DRIVER
3496 S:      Orphan
3497
3498 QLOGIC QLA2XXX FC-SCSI DRIVER
3499 P:      Andrew Vasquez
3500 M:      linux-driver@qlogic.com
3501 L:      linux-scsi@vger.kernel.org
3502 S:      Supported
3503
3504 QLOGIC QLA3XXX NETWORK DRIVER
3505 P:      Ron Mercer
3506 M:      linux-driver@qlogic.com
3507 L:      netdev@vger.kernel.org
3508 S:      Supported
3509
3510 QLOGIC QLGE 10Gb ETHERNET DRIVER
3511 P:      Ron Mercer
3512 M:      linux-driver@qlogic.com
3513 M:      ron.mercer@qlogic.com
3514 L:      netdev@vger.kernel.org
3515 S:      Supported
3516
3517 QNX4 FILESYSTEM
3518 P:      Anders Larsen
3519 M:      al@alarsen.net
3520 L:      linux-kernel@vger.kernel.org
3521 W:      http://www.alarsen.net/linux/qnx4fs/
3522 S:      Maintained
3523
3524 RADEON FRAMEBUFFER DISPLAY DRIVER
3525 P:      Benjamin Herrenschmidt
3526 M:      benh@kernel.crashing.org
3527 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3528 S:      Maintained
3529
3530 RAGE128 FRAMEBUFFER DISPLAY DRIVER
3531 P:      Paul Mackerras
3532 M:      paulus@samba.org
3533 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3534 S:      Maintained
3535
3536 RALINK RT2X00 WIRELESS LAN DRIVER
3537 P:      rt2x00 project
3538 L:      linux-wireless@vger.kernel.org
3539 L:      rt2400-devel@lists.sourceforge.net
3540 W:      http://rt2x00.serialmonkey.com/
3541 S:      Maintained
3542 T:      git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git
3543 F:      drivers/net/wireless/rt2x00/
3544
3545 RAMDISK RAM BLOCK DEVICE DRIVER
3546 P:      Nick Piggin
3547 M:      npiggin@suse.de
3548 S:      Maintained
3549
3550 RANDOM NUMBER DRIVER
3551 P:      Matt Mackall
3552 M:      mpm@selenic.com
3553 S:      Maintained
3554
3555 RAPIDIO SUBSYSTEM
3556 P:      Matt Porter
3557 M:      mporter@kernel.crashing.org
3558 L:      linux-kernel@vger.kernel.org
3559 S:      Maintained
3560
3561 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
3562 P:      Corey Thomas
3563 M:      coreythomas@charter.net
3564 L:      linux-wireless@vger.kernel.org
3565 S:      Maintained
3566
3567 RCUTORTURE MODULE
3568 P:      Josh Triplett
3569 M:      josh@freedesktop.org
3570 L:      linux-kernel@vger.kernel.org
3571 S:      Maintained
3572
3573 RDC R-321X SoC
3574 P:      Florian Fainelli
3575 M:      florian.fainelli@telecomint.eu
3576 L:      linux-kernel@vger.kernel.org
3577 S:      Maintained
3578
3579 RDC R6040 FAST ETHERNET DRIVER
3580 P:      Florian Fainelli
3581 M:      florian.fainelli@telecomint.eu
3582 L:      netdev@vger.kernel.org
3583 S:      Maintained
3584
3585 READ-COPY UPDATE (RCU)
3586 P:      Dipankar Sarma
3587 M:      dipankar@in.ibm.com
3588 W:      http://www.rdrop.com/users/paulmck/rclock/
3589 L:      linux-kernel@vger.kernel.org
3590 S:      Supported
3591
3592 REAL TIME CLOCK DRIVER
3593 P:      Paul Gortmaker
3594 M:      p_gortmaker@yahoo.com
3595 L:      linux-kernel@vger.kernel.org
3596 S:      Maintained
3597
3598 REAL TIME CLOCK (RTC) SUBSYSTEM
3599 P:      Alessandro Zummo
3600 M:      a.zummo@towertech.it
3601 L:      rtc-linux@googlegroups.com
3602 S:      Maintained
3603
3604 REISERFS FILE SYSTEM
3605 L:      reiserfs-devel@vger.kernel.org
3606 S:      Supported
3607
3608 RFKILL
3609 P:      Ivo van Doorn
3610 M:      IvDoorn@gmail.com
3611 L:      netdev@vger.kernel.org
3612 S:      Maintained
3613 F:      net/rfkill
3614
3615 RISCOM8 DRIVER
3616 S:      Orphan
3617
3618 ROCKETPORT DRIVER
3619 P:      Comtrol Corp.
3620 W:      http://www.comtrol.com
3621 S:      Maintained
3622
3623 ROSE NETWORK LAYER
3624 P:      Ralf Baechle
3625 M:      ralf@linux-mips.org
3626 L:      linux-hams@vger.kernel.org
3627 W:      http://www.linux-ax25.org/
3628 S:      Maintained
3629
3630 RTL8180 WIRELESS DRIVER
3631 P:      John W. Linville
3632 M:      linville@tuxdriver.com
3633 L:      linux-wireless@vger.kernel.org
3634 W:      http://linuxwireless.org/
3635 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3636 S:      Maintained
3637
3638 RTL8187 WIRELESS DRIVER
3639 P:       Herton Ronaldo Krzesinski
3640 M:      herton@mandriva.com.br
3641 P:      Hin-Tak Leung
3642 M       htl10@users.sourceforge.net
3643 P:      Larry Finger
3644 M:      Larry.Finger@lwfinger.net
3645 L:      linux-wireless@vger.kernel.org
3646 W:      http://linuxwireless.org/
3647 T:      git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-testing.git
3648 S:      Maintained
3649
3650 S3 SAVAGE FRAMEBUFFER DRIVER
3651 P:      Antonino Daplas
3652 M:      adaplas@gmail.com
3653 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3654 S:      Maintained
3655
3656 S390
3657 P:      Martin Schwidefsky
3658 M:      schwidefsky@de.ibm.com
3659 P:      Heiko Carstens
3660 M:      heiko.carstens@de.ibm.com
3661 M:      linux390@de.ibm.com
3662 L:      linux-s390@vger.kernel.org
3663 W:      http://www.ibm.com/developerworks/linux/linux390/
3664 S:      Supported
3665
3666 S390 NETWORK DRIVERS
3667 P:      Ursula Braun
3668 M:      ursula.braun@de.ibm.com
3669 P:      Frank Blaschka
3670 M:      blaschka@linux.vnet.ibm.com
3671 M:      linux390@de.ibm.com
3672 L:      linux-s390@vger.kernel.org
3673 W:      http://www.ibm.com/developerworks/linux/linux390/
3674 S:      Supported
3675
3676 S390 ZFCP DRIVER
3677 P:      Christof Schmitt
3678 M:      christof.schmitt@de.ibm.com
3679 P:      Martin Peschke
3680 M:      mp3@de.ibm.com
3681 M:      linux390@de.ibm.com
3682 L:      linux-s390@vger.kernel.org
3683 W:      http://www.ibm.com/developerworks/linux/linux390/
3684 S:      Supported
3685
3686 S390 IUCV NETWORK LAYER
3687 P:      Ursula Braun
3688 M:      ursula.braun@de.ibm.com
3689 M:      linux390@de.ibm.com
3690 L:      linux-s390@vger.kernel.org
3691 W:      http://www.ibm.com/developerworks/linux/linux390/
3692 S:      Supported
3693
3694 S3C24XX SD/MMC Driver
3695 P:      Ben Dooks
3696 M:      ben-linux@fluff.org
3697 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3698 L:      linux-kernel@vger.kernel.org
3699 S:      Supported
3700
3701 SAA7146 VIDEO4LINUX-2 DRIVER
3702 P:      Michael Hunold
3703 M:      michael@mihu.de
3704 W:      http://www.mihu.de/linux/saa7146
3705 S:      Maintained
3706
3707 SC1200 WDT DRIVER
3708 P:      Zwane Mwaikambo
3709 M:      zwane@arm.linux.org.uk
3710 S:      Maintained
3711
3712 SCHEDULER
3713 P:      Ingo Molnar
3714 M:      mingo@elte.hu
3715 P:      Robert Love    [the preemptible kernel bits]
3716 M:      rml@tech9.net
3717 L:      linux-kernel@vger.kernel.org
3718 S:      Maintained
3719
3720 SCSI CDROM DRIVER
3721 P:      Jens Axboe
3722 M:      axboe@kernel.dk
3723 L:      linux-scsi@vger.kernel.org
3724 W:      http://www.kernel.dk
3725 S:      Maintained
3726
3727 SCSI SG DRIVER
3728 P:      Doug Gilbert
3729 M:      dgilbert@interlog.com
3730 L:      linux-scsi@vger.kernel.org
3731 W:      http://www.torque.net/sg
3732 S:      Maintained
3733
3734 SCSI SUBSYSTEM
3735 P:      James E.J. Bottomley
3736 M:      James.Bottomley@HansenPartnership.com
3737 L:      linux-scsi@vger.kernel.org
3738 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
3739 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
3740 T:      git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
3741 S:      Maintained
3742
3743 SCSI TAPE DRIVER
3744 P:      Kai Mäkisara
3745 M:      Kai.Makisara@kolumbus.fi
3746 L:      linux-scsi@vger.kernel.org
3747 S:      Maintained
3748
3749 SCTP PROTOCOL
3750 P:      Vlad Yasevich
3751 M:      vladislav.yasevich@hp.com
3752 P:      Sridhar Samudrala
3753 M:      sri@us.ibm.com
3754 L:      linux-sctp@vger.kernel.org
3755 W:      http://lksctp.sourceforge.net
3756 S:      Supported
3757
3758 SCx200 CPU SUPPORT
3759 P:      Jim Cromie
3760 M:      jim.cromie@gmail.com
3761 S:      Odd Fixes
3762
3763 SCx200 GPIO DRIVER
3764 P:      Jim Cromie
3765 M:      jim.cromie@gmail.com
3766 S:      Maintained
3767
3768 SCx200 HRT CLOCKSOURCE DRIVER
3769 P:      Jim Cromie
3770 M:      jim.cromie@gmail.com
3771 S:      Maintained
3772
3773 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
3774 P:      Sascha Sommer
3775 M:      saschasommer@freenet.de
3776 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
3777 S:      Maintained
3778
3779 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
3780 P:      Pierre Ossman
3781 M:      drzeus-sdhci@drzeus.cx
3782 L:      sdhci-devel@list.drzeus.cx
3783 S:      Maintained
3784
3785 SECURITY SUBSYSTEM
3786 F:      security/
3787 P:      James Morris
3788 M:      jmorris@namei.org
3789 L:      linux-kernel@vger.kernel.org
3790 L:      linux-security-module@vger.kernel.org (suggested Cc:)
3791 T:      git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3792 S:      Supported
3793
3794 SECURITY CONTACT
3795 P:      Security Officers
3796 M:      security@kernel.org
3797 S:      Supported
3798
3799 SELINUX SECURITY MODULE
3800 P:      Stephen Smalley
3801 M:      sds@tycho.nsa.gov
3802 P:      James Morris
3803 M:      jmorris@namei.org
3804 P:      Eric Paris
3805 M:      eparis@parisplace.org
3806 L:      linux-kernel@vger.kernel.org (kernel issues)
3807 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
3808 W:      http://selinuxproject.org
3809 T:      git kernel.org:pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
3810 S:      Supported
3811
3812 SENSABLE PHANTOM
3813 P:      Jiri Slaby
3814 M:      jirislaby@gmail.com
3815 S:      Maintained
3816
3817 SERIAL ATA (SATA) SUBSYSTEM
3818 P:      Jeff Garzik
3819 M:      jgarzik@pobox.com
3820 L:      linux-ide@vger.kernel.org
3821 T:      git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
3822 S:      Supported
3823
3824 SFC NETWORK DRIVER
3825 P:      Steve Hodgson
3826 P:      Ben Hutchings
3827 P:      Robert Stonehouse
3828 M:      linux-net-drivers@solarflare.com
3829 S:      Supported
3830
3831 SGI GRU DRIVER
3832 P:      Jack Steiner
3833 M:      steiner@sgi.com
3834 S:      Maintained
3835
3836 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
3837 P:      Pat Gefre
3838 M:      pfg@sgi.com
3839 L:      linux-ia64@vger.kernel.org
3840 S:      Supported
3841
3842 SGI VISUAL WORKSTATION 320 AND 540
3843 P:      Andrey Panin
3844 M:      pazke@donpac.ru
3845 L:      linux-visws-devel@lists.sf.net
3846 W:      http://linux-visws.sf.net
3847 S:      Maintained for 2.6.
3848
3849 SGI XP/XPC/XPNET DRIVER
3850 P:      Dean Nelson
3851 M:      dcn@sgi.com
3852 S:      Maintained
3853
3854 SHARP LH SUPPORT (LH7952X & LH7A40X)
3855 P:      Marc Singer
3856 M:      elf@buici.com
3857 W:      http://projects.buici.com/arm
3858 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3859 S:      Maintained
3860
3861 SHPC HOTPLUG DRIVER
3862 P:      Kristen Carlson Accardi
3863 M:      kristen.c.accardi@intel.com
3864 L:      linux-pci@vger.kernel.org
3865 S:      Supported
3866
3867 SIMTEC EB110ATX (Chalice CATS)
3868 P:      Ben Dooks
3869 P:      Vincent Sanders
3870 M:      support@simtec.co.uk
3871 W:      http://www.simtec.co.uk/products/EB110ATX/
3872 S:      Supported
3873
3874 SIMTEC EB2410ITX (BAST)
3875 P:      Ben Dooks
3876 P:      Vincent Sanders
3877 M:      support@simtec.co.uk
3878 W:      http://www.simtec.co.uk/products/EB2410ITX/
3879 S:      Supported
3880
3881 SIS 190 ETHERNET DRIVER
3882 P:      Francois Romieu
3883 M:      romieu@fr.zoreil.com
3884 L:      netdev@vger.kernel.org
3885 S:      Maintained
3886
3887 SIS 900/7016 FAST ETHERNET DRIVER
3888 P:      Daniele Venzano
3889 M:      venza@brownhat.org
3890 W:      http://www.brownhat.org/sis900.html
3891 L:      netdev@vger.kernel.org
3892 S:      Maintained
3893
3894 SIS 96X I2C/SMBUS DRIVER
3895 P:      Mark M. Hoffman
3896 M:      mhoffman@lightlink.com
3897 L:      linux-i2c@vger.kernel.org
3898 S:      Maintained
3899
3900 SIS FRAMEBUFFER DRIVER
3901 P:      Thomas Winischhofer
3902 M:      thomas@winischhofer.net
3903 W:      http://www.winischhofer.net/linuxsisvga.shtml
3904 S:      Maintained
3905
3906 SIS USB2VGA DRIVER
3907 P:      Thomas Winischhofer
3908 M:      thomas@winischhofer.net
3909 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
3910 S:      Maintained
3911
3912 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
3913 P:      Stephen Hemminger
3914 M:      shemminger@linux-foundation.org
3915 L:      netdev@vger.kernel.org
3916 S:      Maintained
3917
3918 SLAB ALLOCATOR
3919 P:      Christoph Lameter
3920 M:      cl@linux-foundation.org
3921 P:      Pekka Enberg
3922 M:      penberg@cs.helsinki.fi
3923 P:      Matt Mackall
3924 M:      mpm@selenic.com
3925 L:      linux-mm@kvack.org
3926 S:      Maintained
3927
3928 SMC91x ETHERNET DRIVER
3929 P:      Nicolas Pitre
3930 M:      nico@cam.org
3931 S:      Maintained
3932
3933 SMSC47B397 HARDWARE MONITOR DRIVER
3934 P:      Mark M. Hoffman
3935 M:      mhoffman@lightlink.com
3936 L:      lm-sensors@lm-sensors.org
3937 S:      Maintained
3938
3939 SMSC911x ETHERNET DRIVER
3940 P:      Steve Glendinning
3941 M:      steve.glendinning@smsc.com
3942 L:      netdev@vger.kernel.org
3943 S:      Supported
3944
3945 SMSC9420 PCI ETHERNET DRIVER
3946 P:      Steve Glendinning
3947 M:      steve.glendinning@smsc.com
3948 L:      netdev@vger.kernel.org
3949 S:      Supported
3950
3951 SMX UIO Interface
3952 P:      Ben Nizette
3953 M:      bn@niasdigital.com
3954 S:      Maintained
3955
3956 SN-IA64 (Itanium) SUB-PLATFORM
3957 P:      Jes Sorensen
3958 M:      jes@sgi.com
3959 L:      linux-altix@sgi.com
3960 L:      linux-ia64@vger.kernel.org
3961 W:      http://www.sgi.com/altix
3962 S:      Maintained
3963
3964 SOC-CAMERA V4L2 SUBSYSTEM
3965 P:      Guennadi Liakhovetski
3966 M:      g.liakhovetski@gmx.de
3967 L:      video4linux-list@redhat.com
3968 S:      Maintained
3969
3970 SOEKRIS NET48XX LED SUPPORT
3971 P:      Chris Boot
3972 M:      bootc@bootc.net
3973 S:      Maintained
3974
3975 SOFTWARE RAID (Multiple Disks) SUPPORT
3976 P:      Neil Brown
3977 M:      neilb@suse.de
3978 L:      linux-raid@vger.kernel.org
3979 S:      Supported
3980
3981 SONIC NETWORK DRIVER
3982 P:      Thomas Bogendoerfer
3983 M:      tsbogend@alpha.franken.de
3984 L:      netdev@vger.kernel.org
3985 S:      Maintained
3986
3987 SONICS SILICON BACKPLANE DRIVER (SSB)
3988 P:      Michael Buesch
3989 M:      mb@bu3sch.de
3990 L:      netdev@vger.kernel.org
3991 S:      Maintained
3992
3993 SONY VAIO CONTROL DEVICE DRIVER
3994 P:      Mattia Dongili
3995 M:      malattia@linux.it
3996 L:      linux-acpi@vger.kernel.org
3997 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
3998 S:      Maintained
3999
4000 SONY MEMORYSTICK CARD SUPPORT
4001 P:      Alex Dubov
4002 M:      oakad@yahoo.com
4003 L:      linux-kernel@vger.kernel.org
4004 W:      http://tifmxx.berlios.de/
4005 S:      Maintained
4006
4007 SOUND
4008 P:      Jaroslav Kysela
4009 M:      perex@perex.cz
4010 P:      Takashi Iwai
4011 M:      tiwai@suse.de
4012 L:      alsa-devel@alsa-project.org (subscribers-only)
4013 S:      Maintained
4014
4015 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
4016 P:      Liam Girdwood
4017 M:      lrg@slimlogic.co.uk
4018 P:      Mark Brown
4019 M:      broonie@opensource.wolfsonmicro.com
4020 T:      git opensource.wolfsonmicro.com/linux-2.6-asoc
4021 L:      alsa-devel@alsa-project.org (subscribers-only)
4022 W:      http://alsa-project.org/main/index.php/ASoC
4023 S:      Supported
4024
4025 SPARC (sparc32)
4026 P:      William L. Irwin
4027 M:      wli@holomorphy.com
4028 L:      sparclinux@vger.kernel.org
4029 S:      Maintained
4030
4031 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4032 P:      Roger Wolff
4033 M:      R.E.Wolff@BitWizard.nl
4034 L:      linux-kernel@vger.kernel.org ?
4035 S:      Supported
4036
4037 SPI SUBSYSTEM
4038 P:      David Brownell
4039 M:      dbrownell@users.sourceforge.net
4040 L:      spi-devel-general@lists.sourceforge.net
4041 S:      Maintained
4042
4043 SPIDERNET NETWORK DRIVER for CELL
4044 P:      Ishizaki Kou
4045 M:      kou.ishizaki@toshiba.co.jp
4046 P:      Jens Osterkamp
4047 M:      jens@de.ibm.com
4048 L:      netdev@vger.kernel.org
4049 S:      Supported
4050
4051 SPU FILE SYSTEM
4052 P:      Jeremy Kerr
4053 M:      jk@ozlabs.org
4054 L:      linuxppc-dev@ozlabs.org
4055 L:      cbe-oss-dev@ozlabs.org
4056 W:      http://www.ibm.com/developerworks/power/cell/
4057 S:      Supported
4058
4059 SRM (Alpha) environment access
4060 P:      Jan-Benedict Glaw
4061 M:      jbglaw@lug-owl.de
4062 L:      linux-kernel@vger.kernel.org
4063 S:      Maintained
4064
4065 STABLE BRANCH
4066 P:      Greg Kroah-Hartman
4067 M:      greg@kroah.com
4068 P:      Chris Wright
4069 M:      chrisw@sous-sol.org
4070 L:      stable@kernel.org
4071 S:      Maintained
4072
4073 STAGING SUBSYSTEM
4074 P:      Greg Kroah-Hartman
4075 M:      gregkh@suse.de
4076 L:      linux-kernel@vger.kernel.org
4077 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4078 S:      Maintained
4079
4080 STARFIRE/DURALAN NETWORK DRIVER
4081 P:      Ion Badulescu
4082 M:      ionut@cs.columbia.edu
4083 S:      Maintained
4084
4085 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
4086 W:      http://mosquitonet.Stanford.EDU/strip.html
4087 S:      Orphan
4088
4089 STRADIS MPEG-2 DECODER DRIVER
4090 P:      Nathan Laredo
4091 M:      laredo@gnu.org
4092 W:      http://www.stradis.com/
4093 S:      Maintained
4094
4095 SUN3/3X
4096 P:      Sam Creasey
4097 M:      sammy@sammy.net
4098 W:      http://sammy.net/sun3/
4099 S:      Maintained
4100
4101 SUPERH
4102 P:      Paul Mundt
4103 M:      lethal@linux-sh.org
4104 L:      linux-sh@vger.kernel.org
4105 W:      http://www.linux-sh.org
4106 T:      git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git
4107 S:      Supported
4108
4109 SUSPEND TO RAM
4110 P:      Len Brown
4111 M:      len.brown@intel.com
4112 P:      Pavel Machek
4113 M:      pavel@suse.cz
4114 P:      Rafael J. Wysocki
4115 M:      rjw@sisk.pl
4116 L:      linux-pm@lists.linux-foundation.org
4117 S:      Supported
4118
4119 SVGA HANDLING
4120 P:      Martin Mares
4121 M:      mj@ucw.cz
4122 L:      linux-video@atrey.karlin.mff.cuni.cz
4123 S:      Maintained
4124
4125 SYSV FILESYSTEM
4126 P:      Christoph Hellwig
4127 M:      hch@infradead.org
4128 S:      Maintained
4129
4130 TASKSTATS STATISTICS INTERFACE
4131 P:      Balbir Singh
4132 M:      balbir@linux.vnet.ibm.com
4133 L:      linux-kernel@vger.kernel.org
4134 S:      Maintained
4135
4136 TC CLASSIFIER
4137 P:      Jamal Hadi Salim
4138 M:      hadi@cyberus.ca
4139 L:      netdev@vger.kernel.org
4140 S:      Maintained
4141
4142 TCP LOW PRIORITY MODULE
4143 P:      Wong Hoi Sing, Edison
4144 M:      hswong3i@gmail.com
4145 P:      Hung Hing Lun, Mike
4146 M:      hlhung3i@gmail.com
4147 W:      http://tcp-lp-mod.sourceforge.net/
4148 S:      Maintained
4149
4150 TEHUTI ETHERNET DRIVER
4151 P:      Alexander Indenbaum
4152 M:      baum@tehutinetworks.net
4153 P:      Andy Gospodarek
4154 M:      andy@greyhouse.net
4155 L:      netdev@vger.kernel.org
4156 S:      Supported
4157
4158 Telecom Clock Driver for MCPL0010
4159 P:      Mark Gross
4160 M:      mark.gross@intel.com
4161 S:      Supported
4162
4163 TENSILICA XTENSA PORT (xtensa)
4164 P:      Chris Zankel
4165 M:      chris@zankel.net
4166 S:      Maintained
4167
4168 THINKPAD ACPI EXTRAS DRIVER
4169 P:      Henrique de Moraes Holschuh
4170 M:      ibm-acpi@hmh.eng.br
4171 L:      ibm-acpi-devel@lists.sourceforge.net
4172 W:      http://ibm-acpi.sourceforge.net
4173 W:      http://thinkwiki.org/wiki/Ibm-acpi
4174 T:      git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4175 S:      Maintained
4176
4177 TI FLASH MEDIA INTERFACE DRIVER
4178 P:      Alex Dubov
4179 M:      oakad@yahoo.com
4180 S:      Maintained
4181
4182 TI OMAP MMC INTERFACE DRIVER
4183 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
4184 M:      linux-omap@vger.kernel.org
4185 W:      http://linux.omap.com
4186 W:      http://www.muru.com/linux/omap/
4187 S:      Maintained
4188
4189 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
4190 P:      Deepak Saxena
4191 M:      dsaxena@plexity.net
4192 S:      Maintained
4193
4194 TIPC NETWORK LAYER
4195 P:      Per Liden
4196 M:      per.liden@ericsson.com
4197 P:      Jon Maloy
4198 M:      jon.maloy@ericsson.com
4199 P:      Allan Stephens
4200 M:      allan.stephens@windriver.com
4201 L:      tipc-discussion@lists.sourceforge.net
4202 W:      http://tipc.sourceforge.net/
4203 W:      http://tipc.cslab.ericsson.net/
4204 T:      git tipc.cslab.ericsson.net:/pub/git/tipc.git
4205 S:      Maintained
4206
4207 TLAN NETWORK DRIVER
4208 P:      Samuel Chessman
4209 M:      chessman@tux.org
4210 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
4211 W:      http://sourceforge.net/projects/tlan/
4212 S:      Maintained
4213
4214 TOSHIBA ACPI EXTRAS DRIVER
4215 P:      John Belmonte
4216 M:      toshiba_acpi@memebeam.org
4217 W:      http://memebeam.org/toys/ToshibaAcpiDriver
4218 S:      Maintained
4219
4220 TOSHIBA SMM DRIVER
4221 P:      Jonathan Buzzard
4222 M:      jonathan@buzzard.org.uk
4223 L:      tlinux-users@tce.toshiba-dme.co.jp
4224 W:      http://www.buzzard.org.uk/toshiba/
4225 S:      Maintained
4226
4227 TPM DEVICE DRIVER
4228 P:      Debora Velarde
4229 M:      debora@linux.vnet.ibm.com
4230 P:      Rajiv Andrade
4231 M:      srajiv@linux.vnet.ibm.com
4232 W:      http://tpmdd.sourceforge.net
4233 P:      Marcel Selhorst
4234 M:      tpm@selhorst.net
4235 W:      http://www.prosec.rub.de/tpm/
4236 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
4237 S:      Maintained
4238
4239 TRIVIAL PATCHES
4240 P:      Jesper Juhl
4241 M:      trivial@kernel.org
4242 L:      linux-kernel@vger.kernel.org
4243 S:      Maintained
4244
4245 TTY LAYER
4246 P:      Alan Cox
4247 M:      alan@lxorguk.ukuu.org.uk
4248 L:      linux-kernel@vger.kernel.org
4249 S:      Maintained
4250
4251 TULIP NETWORK DRIVERS
4252 P:      Grant Grundler
4253 M:      grundler@parisc-linux.org
4254 P:      Kyle McMartin
4255 M:      kyle@mcmartin.ca
4256 L:      netdev@vger.kernel.org
4257 S:      Maintained
4258
4259 TUN/TAP driver
4260 P:      Maxim Krasnyansky
4261 M:      maxk@qualcomm.com
4262 L:      vtun@office.satix.net
4263 W:      http://vtun.sourceforge.net/tun
4264 S:      Maintained
4265
4266 TURBOCHANNEL SUBSYSTEM
4267 P:      Maciej W. Rozycki
4268 M:      macro@linux-mips.org
4269 S:      Maintained
4270
4271 U14-34F SCSI DRIVER
4272 P:      Dario Ballabio
4273 M:      ballabio_dario@emc.com
4274 L:      linux-scsi@vger.kernel.org
4275 S:      Maintained
4276
4277 UBI FILE SYSTEM (UBIFS)
4278 P:      Artem Bityutskiy
4279 M:      dedekind@infradead.org
4280 P:      Adrian Hunter
4281 M:      ext-adrian.hunter@nokia.com
4282 L:      linux-mtd@lists.infradead.org
4283 T:      git git://git.infradead.org/ubifs-2.6.git
4284 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
4285 S:      Maintained
4286
4287 UCLINUX (AND M68KNOMMU)
4288 P:      Greg Ungerer
4289 M:      gerg@uclinux.org
4290 W:      http://www.uclinux.org/
4291 L:      uclinux-dev@uclinux.org  (subscribers-only)
4292 S:      Maintained
4293
4294 UCLINUX FOR RENESAS H8/300
4295 P:      Yoshinori Sato
4296 M:      ysato@users.sourceforge.jp
4297 W:      http://uclinux-h8.sourceforge.jp/
4298 S:      Supported
4299
4300 UDF FILESYSTEM
4301 P:      Jan Kara
4302 M:      jack@suse.cz
4303 W:      http://linux-udf.sourceforge.net
4304 S:      Maintained
4305
4306 UFS FILESYSTEM
4307 P:      Evgeniy Dushistov
4308 M:      dushistov@mail.ru
4309 L:      linux-kernel@vger.kernel.org
4310 S:      Maintained
4311
4312 UltraSPARC (sparc64)
4313 P:      David S. Miller
4314 M:      davem@davemloft.net
4315 L:      sparclinux@vger.kernel.org
4316 T:      git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4317 S:      Maintained
4318
4319 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
4320 P:      David Vrabel
4321 M:      david.vrabel@csr.com
4322 L:      linux-usb@vger.kernel.org
4323 S:      Supported
4324
4325 UNIFORM CDROM DRIVER
4326 P:      Jens Axboe
4327 M:      axboe@kernel.dk
4328 L:      linux-kernel@vger.kernel.org
4329 W:      http://www.kernel.dk
4330 S:      Maintained
4331
4332 UNSORTED BLOCK IMAGES (UBI)
4333 P:      Artem Bityutskiy
4334 M:      dedekind@infradead.org
4335 W:      http://www.linux-mtd.infradead.org/
4336 L:      linux-mtd@lists.infradead.org
4337 T:      git git://git.infradead.org/ubi-2.6.git
4338 S:      Maintained
4339
4340 USB ACM DRIVER
4341 P:      Oliver Neukum
4342 M:      oliver@neukum.name
4343 L:      linux-usb@vger.kernel.org
4344 S:      Maintained
4345
4346 USB BLOCK DRIVER (UB ub)
4347 P:      Pete Zaitcev
4348 M:      zaitcev@redhat.com
4349 L:      linux-kernel@vger.kernel.org
4350 L:      linux-usb@vger.kernel.org
4351 S:      Supported
4352
4353 USB CDC ETHERNET DRIVER
4354 P:      Greg Kroah-Hartman
4355 M:      greg@kroah.com
4356 L:      linux-usb@vger.kernel.org
4357 S:      Maintained
4358 W:      http://www.kroah.com/linux-usb/
4359
4360 USB CYPRESS C67X00 DRIVER
4361 P:      Peter Korsgaard
4362 M:      jacmet@sunsite.dk
4363 L:      linux-usb@vger.kernel.org
4364 S:      Maintained
4365
4366 USB DAVICOM DM9601 DRIVER
4367 P:      Peter Korsgaard
4368 M:      jacmet@sunsite.dk
4369 L:      netdev@vger.kernel.org
4370 W:      http://www.linux-usb.org/usbnet
4371 S:      Maintained
4372
4373 USB DIAMOND RIO500 DRIVER
4374 P:      Cesar Miquel
4375 M:      miquel@df.uba.ar
4376 L:      rio500-users@lists.sourceforge.net
4377 W:      http://rio500.sourceforge.net
4378 S:      Maintained
4379
4380 USB EHCI DRIVER
4381 P:      David Brownell
4382 M:      dbrownell@users.sourceforge.net
4383 L:      linux-usb@vger.kernel.org
4384 S:      Odd Fixes
4385
4386 USB ET61X[12]51 DRIVER
4387 P:      Luca Risolia
4388 M:      luca.risolia@studio.unibo.it
4389 L:      linux-usb@vger.kernel.org
4390 L:      video4linux-list@redhat.com
4391 W:      http://www.linux-projects.org
4392 S:      Maintained
4393
4394 USB GADGET/PERIPHERAL SUBSYSTEM
4395 P:      David Brownell
4396 M:      dbrownell@users.sourceforge.net
4397 L:      linux-usb@vger.kernel.org
4398 W:      http://www.linux-usb.org/gadget
4399 S:      Maintained
4400
4401 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
4402 P:      Jiri Kosina
4403 M:      jkosina@suse.cz
4404 L:      linux-usb@vger.kernel.org
4405 T:      git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git
4406 S:      Maintained
4407
4408 USB ISP116X DRIVER
4409 P:      Olav Kongas
4410 M:      ok@artecdesign.ee
4411 L:      linux-usb@vger.kernel.org
4412 S:      Maintained
4413
4414 USB KAWASAKI LSI DRIVER
4415 P:      Oliver Neukum
4416 M:      oliver@neukum.name
4417 L:      linux-usb@vger.kernel.org
4418 S:      Maintained
4419
4420 USB MASS STORAGE DRIVER
4421 P:      Matthew Dharm
4422 M:      mdharm-usb@one-eyed-alien.net
4423 L:      linux-usb@vger.kernel.org
4424 L:      usb-storage@lists.one-eyed-alien.net
4425 S:      Maintained
4426 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
4427
4428 USB OHCI DRIVER
4429 P:      David Brownell
4430 M:      dbrownell@users.sourceforge.net
4431 L:      linux-usb@vger.kernel.org
4432 S:      Odd Fixes
4433
4434 USB OPTION-CARD DRIVER
4435 P:      Matthias Urlichs
4436 M:      smurf@smurf.noris.de
4437 L:      linux-usb@vger.kernel.org
4438 S:      Maintained
4439
4440 USB OV511 DRIVER
4441 P:      Mark McClelland
4442 M:      mmcclell@bigfoot.com
4443 L:      linux-usb@vger.kernel.org
4444 W:      http://alpha.dyndns.org/ov511/
4445 S:      Maintained
4446
4447 USB PEGASUS DRIVER
4448 P:      Petko Manolov
4449 M:      petkan@users.sourceforge.net
4450 L:      linux-usb@vger.kernel.org
4451 L:      netdev@vger.kernel.org
4452 W:      http://pegasus2.sourceforge.net/
4453 S:      Maintained
4454
4455 USB PRINTER DRIVER (usblp)
4456 P:      Pete Zaitcev
4457 M:      zaitcev@redhat.com
4458 L:      linux-usb@vger.kernel.org
4459 S:      Supported
4460
4461 USB RTL8150 DRIVER
4462 P:      Petko Manolov
4463 M:      petkan@users.sourceforge.net
4464 L:      linux-usb@vger.kernel.org
4465 L:      netdev@vger.kernel.org
4466 W:      http://pegasus2.sourceforge.net/
4467 S:      Maintained
4468
4469 USB SE401 DRIVER
4470 P:      Jeroen Vreeken
4471 M:      pe1rxq@amsat.org
4472 L:      linux-usb@vger.kernel.org
4473 W:      http://www.chello.nl/~j.vreeken/se401/
4474 S:      Maintained
4475
4476 USB SERIAL BELKIN F5U103 DRIVER
4477 P:      William Greathouse
4478 M:      wgreathouse@smva.com
4479 L:      linux-usb@vger.kernel.org
4480 S:      Maintained
4481
4482 USB SERIAL CYPRESS M8 DRIVER
4483 P:      Lonnie Mendez
4484 M:      dignome@gmail.com
4485 L:      linux-usb@vger.kernel.org
4486 S:      Maintained
4487 W:      http://geocities.com/i0xox0i
4488 W:      http://firstlight.net/cvs
4489
4490 USB SERIAL CYBERJACK DRIVER
4491 P:      Matthias Bruestle and Harald Welte
4492 M:      support@reiner-sct.com
4493 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
4494 S:      Maintained
4495
4496 USB SERIAL DIGI ACCELEPORT DRIVER
4497 P:      Peter Berger and Al Borchers
4498 M:      pberger@brimson.com
4499 M:      alborchers@steinerpoint.com
4500 L:      linux-usb@vger.kernel.org
4501 S:      Maintained
4502
4503 USB SERIAL DRIVER
4504 P:      Greg Kroah-Hartman
4505 M:      gregkh@suse.de
4506 L:      linux-usb@vger.kernel.org
4507 S:      Supported
4508
4509 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
4510 P:      Gary Brubaker
4511 M:      xavyer@ix.netcom.com
4512 L:      linux-usb@vger.kernel.org
4513 S:      Maintained
4514
4515 USB SERIAL KEYSPAN DRIVER
4516 P:      Greg Kroah-Hartman
4517 M:      greg@kroah.com
4518 L:      linux-usb@vger.kernel.org
4519 W:      http://www.kroah.com/linux/
4520 S:      Maintained
4521
4522 USB SERIAL WHITEHEAT DRIVER
4523 P:      Support Department
4524 M:      support@connecttech.com
4525 L:      linux-usb@vger.kernel.org
4526 W:      http://www.connecttech.com
4527 S:      Supported
4528
4529 USB SMSC95XX ETHERNET DRIVER
4530 P:      Steve Glendinning
4531 M:      steve.glendinning@smsc.com
4532 L:      netdev@vger.kernel.org
4533 S:      Supported
4534
4535 USB SN9C1xx DRIVER
4536 P:      Luca Risolia
4537 M:      luca.risolia@studio.unibo.it
4538 L:      linux-usb@vger.kernel.org
4539 L:      video4linux-list@redhat.com
4540 W:      http://www.linux-projects.org
4541 S:      Maintained
4542
4543 USB SUBSYSTEM
4544 P:      Greg Kroah-Hartman
4545 M:      gregkh@suse.de
4546 L:      linux-usb@vger.kernel.org
4547 W:      http://www.linux-usb.org
4548 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
4549 S:      Supported
4550
4551 USB UHCI DRIVER
4552 P:      Alan Stern
4553 M:      stern@rowland.harvard.edu
4554 L:      linux-usb@vger.kernel.org
4555 S:      Maintained
4556
4557 USB "USBNET" DRIVER FRAMEWORK
4558 P:      David Brownell
4559 M:      dbrownell@users.sourceforge.net
4560 L:      netdev@vger.kernel.org
4561 W:      http://www.linux-usb.org/usbnet
4562 S:      Maintained
4563
4564 USB VIDEO CLASS
4565 P:      Laurent Pinchart
4566 M:      laurent.pinchart@skynet.be
4567 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
4568 L:      video4linux-list@redhat.com
4569 W:      http://linux-uvc.berlios.de
4570 S:      Maintained
4571
4572 USB W996[87]CF DRIVER
4573 P:      Luca Risolia
4574 M:      luca.risolia@studio.unibo.it
4575 L:      linux-usb@vger.kernel.org
4576 L:      video4linux-list@redhat.com
4577 W:      http://www.linux-projects.org
4578 S:      Maintained
4579
4580 USB WIRELESS RNDIS DRIVER (rndis_wlan)
4581 P:      Jussi Kivilinna
4582 M:      jussi.kivilinna@mbnet.fi
4583 L:      linux-wireless@vger.kernel.org
4584 S:      Maintained
4585
4586 USB ZC0301 DRIVER
4587 P:      Luca Risolia
4588 M:      luca.risolia@studio.unibo.it
4589 L:      linux-usb@vger.kernel.org
4590 L:      video4linux-list@redhat.com
4591 W:      http://www.linux-projects.org
4592 S:      Maintained
4593
4594 USB ZD1201 DRIVER
4595 P:      Jeroen Vreeken
4596 M:      pe1rxq@amsat.org
4597 L:      linux-usb@vger.kernel.org
4598 W:      http://linux-lc100020.sourceforge.net
4599 S:      Maintained
4600
4601 USB ZR364XX DRIVER
4602 P:      Antoine Jacquet
4603 M:      royale@zerezo.com
4604 L:      linux-usb@vger.kernel.org
4605 L:      video4linux-list@redhat.com
4606 W:      http://royale.zerezo.com/zr364xx/
4607 S:      Maintained
4608
4609 USER-MODE LINUX (UML)
4610 P:      Jeff Dike
4611 M:      jdike@addtoit.com
4612 L:      user-mode-linux-devel@lists.sourceforge.net
4613 L:      user-mode-linux-user@lists.sourceforge.net
4614 W:      http://user-mode-linux.sourceforge.net
4615 S:      Maintained
4616
4617 USERSPACE I/O (UIO)
4618 P:      Hans J. Koch
4619 M:      hjk@linutronix.de
4620 P:      Greg Kroah-Hartman
4621 M:      gregkh@suse.de
4622 L:      linux-kernel@vger.kernel.org
4623 S:      Maintained
4624
4625 UTIL-LINUX-NG PACKAGE
4626 P:      Karel Zak
4627 M:      kzak@redhat.com
4628 L:      util-linux-ng@vger.kernel.org
4629 W:      http://kernel.org/~kzak/util-linux-ng/
4630 T:      git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
4631 S:      Maintained
4632
4633 UVESAFB DRIVER
4634 P:      Michal Januszewski
4635 M:      spock@gentoo.org
4636 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4637 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
4638 S:      Maintained
4639
4640 VFAT/FAT/MSDOS FILESYSTEM
4641 P:      OGAWA Hirofumi
4642 M:      hirofumi@mail.parknet.co.jp
4643 L:      linux-kernel@vger.kernel.org
4644 S:      Maintained
4645
4646 VIA RHINE NETWORK DRIVER
4647 P:      Roger Luethi
4648 M:      rl@hellgate.ch
4649 S:      Maintained
4650
4651 VIAPRO SMBUS DRIVER
4652 P:      Jean Delvare
4653 M:      khali@linux-fr.org
4654 L:      linux-i2c@vger.kernel.org
4655 S:      Maintained
4656
4657 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
4658 P:      Joseph Chan
4659 M:      JosephChan@via.com.tw
4660 P:      Scott Fang
4661 M:      ScottFang@viatech.com.cn
4662 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4663 S:      Maintained
4664
4665 VIA VELOCITY NETWORK DRIVER
4666 P:      Francois Romieu
4667 M:      romieu@fr.zoreil.com
4668 L:      netdev@vger.kernel.org
4669 S:      Maintained
4670
4671 VIDEO FOR LINUX (V4L)
4672 P:      Mauro Carvalho Chehab
4673 M:      mchehab@infradead.org
4674 M:      v4l-dvb-maintainer@linuxtv.org
4675 L:      video4linux-list@redhat.com
4676 W:      http://linuxtv.org
4677 T:      git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git
4678 S:      Maintained
4679
4680 VLAN (802.1Q)
4681 P:      Patrick McHardy
4682 M:      kaber@trash.net
4683 L:      netdev@vger.kernel.org
4684 S:      Maintained
4685
4686 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
4687 P:      Liam Girdwood
4688 M:      lrg@slimlogic.co.uk
4689 P:      Mark Brown
4690 M:      broonie@opensource.wolfsonmicro.com
4691 W:      http://opensource.wolfsonmicro.com/node/15
4692 W:      http://www.slimlogic.co.uk/?page_id=5
4693 T:      git kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
4694 S:      Supported
4695
4696 VT1211 HARDWARE MONITOR DRIVER
4697 P:      Juerg Haefliger
4698 M:      juergh@gmail.com
4699 L:      lm-sensors@lm-sensors.org
4700 S:      Maintained
4701
4702 VT8231 HARDWARE MONITOR DRIVER
4703 P:      Roger Lucas
4704 M:      vt8231@hiddenengine.co.uk
4705 L:      lm-sensors@lm-sensors.org
4706 S:      Maintained
4707
4708 W1 DALLAS'S 1-WIRE BUS
4709 P:      Evgeniy Polyakov
4710 M:      johnpol@2ka.mipt.ru
4711 S:      Maintained
4712
4713 W83791D HARDWARE MONITORING DRIVER
4714 P:      Marc Hulsman
4715 M:      m.hulsman@tudelft.nl
4716 L:      lm-sensors@lm-sensors.org
4717 S:      Maintained
4718
4719 W83793 HARDWARE MONITORING DRIVER
4720 P:      Rudolf Marek
4721 M:      r.marek@assembler.cz
4722 L:      lm-sensors@lm-sensors.org
4723 S:      Maintained
4724
4725 W83L51xD SD/MMC CARD INTERFACE DRIVER
4726 P:      Pierre Ossman
4727 M:      drzeus-wbsd@drzeus.cx
4728 L:      linux-kernel@vger.kernel.org
4729 S:      Maintained
4730
4731 WATCHDOG DEVICE DRIVERS
4732 P:      Wim Van Sebroeck
4733 M:      wim@iguana.be
4734 T:      git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
4735 S:      Maintained
4736
4737 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
4738 P:      Jean Tourrilhes
4739 M:      jt@hpl.hp.com
4740 L:      linux-wireless@vger.kernel.org
4741 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
4742 S:      Maintained
4743
4744 WD7000 SCSI DRIVER
4745 P:      Miroslav Zagorac
4746 M:      zaga@fly.cc.fer.hr
4747 L:      linux-scsi@vger.kernel.org
4748 S:      Maintained
4749
4750 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
4751 P:      David Vrabel
4752 M:      david.vrabel@csr.com
4753 S:      Maintained
4754
4755 WISTRON LAPTOP BUTTON DRIVER
4756 P:      Miloslav Trmac
4757 M:      mitr@volny.cz
4758 S:      Maintained
4759
4760 WL3501 WIRELESS PCMCIA CARD DRIVER
4761 P:      Arnaldo Carvalho de Melo
4762 M:      acme@ghostprotocols.net
4763 L:      linux-wireless@vger.kernel.org
4764 W:      http://oops.ghostprotocols.net:81/blog
4765 S:      Maintained
4766
4767 WM97XX TOUCHSCREEN DRIVERS
4768 P:      Mark Brown
4769 M:      broonie@opensource.wolfsonmicro.com
4770 P:      Liam Girdwood
4771 M:      lrg@slimlogic.co.uk
4772 L:      linux-input@vger.kernel.org
4773 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
4774 W:      http://opensource.wolfsonmicro.com/node/7
4775 S:      Supported
4776
4777 X.25 NETWORK LAYER
4778 P:      Henner Eisen
4779 M:      eis@baty.hanse.de
4780 L:      linux-x25@vger.kernel.org
4781 S:      Maintained
4782
4783 X86 ARCHITECTURE (32-BIT AND 64-BIT)
4784 P:      Thomas Gleixner
4785 M:      tglx@linutronix.de
4786 P:      Ingo Molnar
4787 M:      mingo@redhat.com
4788 P:      H. Peter Anvin
4789 M:      hpa@zytor.com
4790 L:      linux-kernel@vger.kernel.org
4791 T:      git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
4792 S:      Maintained
4793
4794 XEN HYPERVISOR INTERFACE
4795 P:      Jeremy Fitzhardinge
4796 M:      jeremy@xensource.com
4797 P:      Chris Wright
4798 M:      chrisw@sous-sol.org
4799 L:      virtualization@lists.osdl.org
4800 L:      xen-devel@lists.xensource.com
4801 S:      Supported
4802
4803 XFS FILESYSTEM
4804 P:      Silicon Graphics Inc
4805 P:      Tim Shimmin
4806 M:      xfs-masters@oss.sgi.com
4807 L:      xfs@oss.sgi.com
4808 W:      http://oss.sgi.com/projects/xfs
4809 T:      git git://oss.sgi.com:8090/xfs/xfs-2.6.git
4810 S:      Supported
4811
4812 XILINX SYSTEMACE DRIVER
4813 P:      Grant Likely
4814 M:      grant.likely@secretlab.ca
4815 W:      http://www.secretlab.ca/
4816 L:      linux-kernel@vger.kernel.org
4817 S:      Maintained
4818
4819 XILINX UARTLITE SERIAL DRIVER
4820 P:      Peter Korsgaard
4821 M:      jacmet@sunsite.dk
4822 L:      linux-serial@vger.kernel.org
4823 S:      Maintained
4824
4825 YAM DRIVER FOR AX.25
4826 P:      Jean-Paul Roubelat
4827 M:      jpr@f6fbb.org
4828 L:      linux-hams@vger.kernel.org
4829 S:      Maintained
4830
4831 YEALINK PHONE DRIVER
4832 P:      Henk Vergonet
4833 M:      Henk.Vergonet@gmail.com
4834 L:      usbb2k-api-dev@nongnu.org
4835 S:      Maintained
4836
4837 Z8530 DRIVER FOR AX.25
4838 P:      Joerg Reuter
4839 M:      jreuter@yaina.de
4840 W:      http://yaina.de/jreuter/
4841 W:      http://www.qsl.net/dl1bke/
4842 L:      linux-hams@vger.kernel.org
4843 S:      Maintained
4844
4845 ZD1211RW WIRELESS DRIVER
4846 P:      Daniel Drake
4847 M:      dsd@gentoo.org
4848 P:      Ulrich Kunitz
4849 M:      kune@deine-taler.de
4850 W:      http://zd1211.ath.cx/wiki/DriverRewrite
4851 L:      linux-wireless@vger.kernel.org
4852 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
4853 S:      Maintained
4854
4855 ZR36067 VIDEO FOR LINUX DRIVER
4856 P:      Ronald Bultje
4857 M:      rbultje@ronald.bitfreak.net
4858 L:      mjpeg-users@lists.sourceforge.net
4859 W:      http://mjpeg.sourceforge.net/driver-zoran/
4860 S:      Maintained
4861
4862 ZS DECSTATION Z85C30 SERIAL DRIVER
4863 P:      Maciej W. Rozycki
4864 M:      macro@linux-mips.org
4865 S:      Maintained
4866
4867 THE REST
4868 P:      Linus Torvalds
4869 S:      Buried alive in reporters