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