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