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