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