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