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