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