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