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