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