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