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