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