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