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