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