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