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