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