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