]> Git Repo - linux.git/blame - MAINTAINERS
Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux.git] / MAINTAINERS
CommitLineData
1da177e4
LT
1
2 List of maintainers and how to submit kernel changes
3
4Please try to follow the guidelines below. This will make things
5easier on the maintainers. Not all of these guidelines matter for every
6trivial patch so apply some common sense.
7
81. Always _test_ your changes, however small, on at least 4 or
9 5 people, preferably many more.
10
112. 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
193. 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
234. When you are happy with a change make it generally available for
24 testing and await feedback.
25
265. 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
0a920b5b
AW
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.
1da177e4 38
f70f873b
JP
39 PLEASE CC: the maintainers and mailing lists that are generated
40 by scripts/get_maintainer.pl. The results returned by the
41 script will be best if you have git installed and are making
42 your changes in a branch derived from Linus' latest git tree.
43 See Documentation/SubmittingPatches for details.
44
1da177e4
LT
45 PLEASE try to include any credit lines you want added with the
46 patch. It avoids people being missed off by mistake and makes
47 it easier to know who wants adding and who doesn't.
48
49 PLEASE document known bugs. If it doesn't work for everything
50 or does something very odd once a month document it.
51
c9ee133b 52 PLEASE remember that submissions must be made under the terms
4500371e
RD
53 of the OSDL certificate of contribution and should include a
54 Signed-off-by: line. The current version of this "Developer's
55 Certificate of Origin" (DCO) is listed in the file
56 Documentation/SubmittingPatches.
c9ee133b 57
1da177e4
LT
586. Make sure you have the right to send any changes you make. If you
59 do changes at work you may find your employer owns the patch
60 not you.
61
c9ee133b
AC
627. When sending security related changes or reports to a maintainer
63 please Cc: [email protected], especially if the maintainer
64 does not respond.
65
668. Happy hacking.
1da177e4 67
c7c4fb18
JP
68Descriptions of section entries:
69
70 P: Person (obsolete)
71 M: Mail patches to: FullName <address@domain>
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
8a6e2535 74 Q: Patchwork web based patch tracking system site
c7c4fb18
JP
75 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
76 S: Status, one of the following:
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 F: Files and directories with wildcard patterns.
87 A trailing slash includes all files and subdirectory files.
88 F: drivers/net/ all files in and below drivers/net
89 F: drivers/net/* all files in drivers/net, but not below
90 F: */net/* all files in "any top level directory"/net
91 One pattern per line. Multiple F: lines acceptable.
92 X: Files and directories that are NOT maintained, same rules as F:
93 Files exclusions are tested before file matches.
94 Can be useful for excluding a specific subdirectory, for instance:
95 F: net/
96 X: net/ipv6/
97 matches all files in and below net excluding net/ipv6/
98 K: Keyword perl extended regex pattern to match content in a
99 patch or file. For instance:
100 K: of_get_profile
101 matches patches or files that contain "of_get_profile"
102 K: \b(printk|pr_(info|err))\b
103 matches patches or files that contain one or more of the words
104 printk, pr_info or pr_err
105 One regex pattern per line. Multiple K: lines acceptable.
1da177e4
LT
106
107Note: For the hard of thinking, this list is meant to remain in alphabetical
108order. If you could add yourselves to it in alphabetical order that would be
109so much easier [Ed]
110
c7c4fb18 111Maintainers List (try to look for most precise areas first)
1da177e4 112
c7c4fb18 113 -----------------------------------
679655da 114
1da177e4 1153C505 NETWORK DRIVER
8b58be88 116M: Philip Blundell <[email protected]>
979b6c13 117L: [email protected]
1da177e4 118S: Maintained
679655da 119F: drivers/net/3c505*
1da177e4 120
a6d89915 1213C59X NETWORK DRIVER
8b58be88 122M: Steffen Klassert <[email protected]>
a6d89915
SK
123L: [email protected]
124S: Maintained
679655da
JP
125F: Documentation/networking/vortex.txt
126F: drivers/net/3c59x.c
a6d89915 127
1da177e4 1283CR990 NETWORK DRIVER
8b58be88 129M: David Dillow <[email protected]>
979b6c13 130L: [email protected]
1da177e4 131S: Maintained
679655da 132F: drivers/net/typhoon*
1da177e4 133
c4de0ceb
AR
1343WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
135M: Adam Radford <[email protected]>
1da177e4 136L: [email protected]
c4de0ceb 137W: http://www.lsi.com
1da177e4 138S: Supported
c4de0ceb 139F: drivers/scsi/3w-*
1da177e4
LT
140
14153C700 AND 53C700-66 SCSI DRIVER
8b58be88 142M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
143L: [email protected]
144S: Maintained
679655da 145F: drivers/scsi/53c700*
1da177e4
LT
146
1476PACK NETWORK DRIVER FOR AX.25
8b58be88 148M: Andreas Koensgen <[email protected]>
1da177e4
LT
149L: [email protected]
150S: Maintained
679655da 151F: drivers/net/hamradio/6pack.c
1da177e4 152
1da177e4 1538169 10/100/1000 GIGABIT ETHERNET DRIVER
8b58be88 154M: Francois Romieu <[email protected]>
979b6c13 155L: [email protected]
1da177e4 156S: Maintained
679655da 157F: drivers/net/r8169.c
1da177e4
LT
158
1598250/16?50 (AND CLONE UARTS) SERIAL DRIVER
8ee16a1b 160M: Greg Kroah-Hartman <[email protected]>
1da177e4
LT
161L: [email protected]
162W: http://serial.sourceforge.net
8ee16a1b 163S: Maintained
3da39bca 164T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
df621252 165F: drivers/tty/serial/8250*
679655da 166F: include/linux/serial_8250.h
1da177e4
LT
167
1688390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
979b6c13 169L: [email protected]
0cf445ce 170S: Orphan / Obsolete
679655da
JP
171F: drivers/net/*8390*
172F: drivers/net/ax88796.c
1da177e4 173
67543e50 1749P FILE SYSTEM
8b58be88
JP
175M: Eric Van Hensbergen <[email protected]>
176M: Ron Minnich <[email protected]>
177M: Latchesar Ionkov <[email protected]>
ce00f85c 178L: [email protected]
27a2a5ff 179W: http://swik.net/v9fs
8a6e2535 180Q: http://patchwork.kernel.org/project/v9fs-devel/list/
eeba444a 181T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
ce00f85c 182S: Maintained
679655da
JP
183F: Documentation/filesystems/9p.txt
184F: fs/9p/
67543e50 185
1da177e4 186A2232 SERIAL BOARD DRIVER
8b58be88 187M: Enver Haase <[email protected]>
1da177e4
LT
188L: [email protected]
189S: Maintained
679655da 190F: drivers/char/ser_a2232*
1da177e4 191
e2d1d6c0 192AACRAID SCSI RAID DRIVER
8b58be88 193M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
194L: [email protected]
195W: http://www.adaptec.com/
1da177e4 196S: Supported
679655da
JP
197F: Documentation/scsi/aacraid.txt
198F: drivers/scsi/aacraid/
1da177e4 199
249e3c85 200ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
8b58be88 201M: Hans de Goede <[email protected]>
f2b84bbc
HG
202L: [email protected]
203S: Maintained
679655da 204F: drivers/hwmon/abituguru.c
f2b84bbc 205
249e3c85 206ABIT UGURU 3 HARDWARE MONITOR DRIVER
8b58be88 207M: Alistair John Strachan <[email protected]>
249e3c85
AJS
208L: [email protected]
209S: Maintained
679655da 210F: drivers/hwmon/abituguru3.c
249e3c85 211
1da177e4 212ACENIC DRIVER
8b58be88 213M: Jes Sorensen <[email protected]>
1da177e4
LT
214L: [email protected]
215S: Maintained
679655da 216F: drivers/net/acenic*
1da177e4 217
e86435eb 218ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
8b58be88 219M: Peter Feuerer <[email protected]>
d0944853 220L: [email protected]
4fc26e36
JP
221W: http://piie.net/?section=acerhdf
222S: Maintained
223F: drivers/platform/x86/acerhdf.c
e86435eb 224
745a5d21 225ACER WMI LAPTOP EXTRAS
8b58be88 226M: Carlos Corbacho <[email protected]>
745a5d21 227L: [email protected] (subscribers-only)
d0944853 228L: [email protected]
745a5d21
CC
229W: http://code.google.com/p/aceracpi
230S: Maintained
679655da 231F: drivers/platform/x86/acer-wmi.c
745a5d21 232
1da177e4 233ACPI
8b58be88 234M: Len Brown <[email protected]>
6968e50c 235L: [email protected]
38e09d83 236W: http://www.lesswatts.org/projects/acpi/
8a6e2535 237Q: http://patchwork.kernel.org/project/linux-acpi/list/
54e5881d 238T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
8b59a454 239S: Supported
679655da
JP
240F: drivers/acpi/
241F: drivers/pnp/pnpacpi/
242F: include/linux/acpi.h
43368e74 243F: include/acpi/
8b59a454 244
8b59a454 245ACPI FAN DRIVER
8b58be88 246M: Zhang Rui <[email protected]>
8b59a454 247L: [email protected]
0638bc8d 248W: http://www.lesswatts.org/projects/acpi/
8b59a454 249S: Supported
679655da 250F: drivers/acpi/fan.c
1da177e4 251
8e0af514 252ACPI PROCESSOR AGGREGATOR DRIVER
5e5027bd 253M: Shaohua Li <[email protected]>
8e0af514
SL
254L: [email protected]
255W: http://www.lesswatts.org/projects/acpi/
256S: Supported
257F: drivers/acpi/acpi_pad.c
258
8b59a454 259ACPI THERMAL DRIVER
8b58be88 260M: Zhang Rui <[email protected]>
8b59a454 261L: [email protected]
0638bc8d 262W: http://www.lesswatts.org/projects/acpi/
8b59a454 263S: Supported
679655da 264F: drivers/acpi/*thermal*
998be20f 265
359acec8 266ACPI VIDEO DRIVER
8b58be88 267M: Zhang Rui <[email protected]>
8b59a454 268L: [email protected]
0638bc8d 269W: http://www.lesswatts.org/projects/acpi/
8b59a454 270S: Supported
679655da 271F: drivers/acpi/video.c
998be20f 272
bff431e4 273ACPI WMI DRIVER
8b58be88 274M: Carlos Corbacho <[email protected]>
d0944853 275L: [email protected]
795fb7e7
JD
276W: http://www.lesswatts.org/projects/acpi/
277S: Maintained
679655da 278F: drivers/platform/x86/wmi.c
bff431e4 279
2f39d519 280AD1889 ALSA SOUND DRIVER
8b58be88
JP
281M: Kyle McMartin <[email protected]>
282M: Thibaut Varene <[email protected]>
795fb7e7
JD
283W: http://wiki.parisc-linux.org/AD1889
284L: [email protected]
285S: Maintained
679655da 286F: sound/pci/ad1889.*
2f39d519 287
527a1a83
MH
288AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
289M: Michael Hennerich <[email protected]>
290L: [email protected]
291W: http://wiki-analog.com/AD5254
292S: Supported
293F: drivers/misc/ad525x_dpot.c
294
295AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
296M: Michael Hennerich <[email protected]>
297L: [email protected]
298W: http://wiki-analog.com/AD5398
299S: Supported
300F: drivers/regulator/ad5398.c
301
302AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
303M: Michael Hennerich <[email protected]>
304L: [email protected]
305W: http://wiki-analog.com/AD7142
306S: Supported
307F: drivers/input/misc/ad714x.c
308
309AD7877 TOUCHSCREEN DRIVER
310M: Michael Hennerich <[email protected]>
311L: [email protected]
312W: http://wiki-analog.com/AD7877
313S: Supported
314F: drivers/input/touchscreen/ad7877.c
315
316AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
317M: Michael Hennerich <[email protected]>
318L: [email protected]
319W: http://wiki-analog.com/AD7879
320S: Supported
321F: drivers/input/touchscreen/ad7879.c
322
1da177e4 323ADM1025 HARDWARE MONITOR DRIVER
8b58be88 324M: Jean Delvare <[email protected]>
cc0b07ed 325L: [email protected]
1da177e4 326S: Maintained
679655da
JP
327F: Documentation/hwmon/adm1025
328F: drivers/hwmon/adm1025.c
1da177e4 329
cae2caae 330ADM1029 HARDWARE MONITOR DRIVER
8b58be88 331M: Corentin Labbe <[email protected]>
cae2caae
CL
332L: [email protected]
333S: Maintained
679655da 334F: drivers/hwmon/adm1029.c
cae2caae 335
cc0b88cf 336ADM8211 WIRELESS DRIVER
cc0b88cf
MW
337L: [email protected]
338W: http://linuxwireless.org/
e71bcbd0 339S: Orphan
679655da 340F: drivers/net/wireless/adm8211.*
cc0b88cf 341
527a1a83
MH
342ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
343M: Michael Hennerich <[email protected]>
344L: [email protected]
345W: http://wiki-analog.com/ADP5520
346S: Supported
347F: drivers/mfd/adp5520.c
348F: drivers/video/backlight/adp5520_bl.c
349F: drivers/led/leds-adp5520.c
350F: drivers/gpio/adp5520-gpio.c
351F: drivers/input/keyboard/adp5520-keys.c
352
353ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
354M: Michael Hennerich <[email protected]>
355L: [email protected]
356W: http://wiki-analog.com/ADP5588
357S: Supported
358F: drivers/input/keyboard/adp5588-keys.c
359F: drivers/gpio/adp5588-gpio.c
360
361ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
362M: Michael Hennerich <[email protected]>
363L: [email protected]
364W: http://wiki-analog.com/ADP8860
365S: Supported
366F: drivers/video/backlight/adp8860_bl.c
367
1da177e4 368ADT746X FAN DRIVER
8b58be88 369M: Colin Leroy <[email protected]>
1da177e4 370S: Maintained
679655da 371F: drivers/macintosh/therm_adt746x.c
1da177e4 372
b058b859
JD
373ADT7475 HARDWARE MONITOR DRIVER
374M: Jean Delvare <[email protected]>
375L: [email protected]
376S: Maintained
377F: Documentation/hwmon/adt7475
378F: drivers/hwmon/adt7475.c
379
527a1a83
MH
380ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
381M: Michael Hennerich <[email protected]>
382L: [email protected]
383W: http://wiki-analog.com/ADXL345
384S: Supported
385F: drivers/input/misc/adxl34x.c
386
8c6af9e1 387ADVANSYS SCSI DRIVER
8b58be88 388M: Matthew Wilcox <[email protected]>
8c6af9e1
MW
389L: [email protected]
390S: Maintained
679655da
JP
391F: Documentation/scsi/advansys.txt
392F: drivers/scsi/advansys.c
8c6af9e1 393
1da177e4 394AEDSP16 DRIVER
8b58be88 395M: Riccardo Facchetti <[email protected]>
1da177e4 396S: Maintained
679655da 397F: sound/oss/aedsp16.c
1da177e4
LT
398
399AFFS FILE SYSTEM
8b58be88 400M: Roman Zippel <[email protected]>
1da177e4 401S: Maintained
679655da
JP
402F: Documentation/filesystems/affs.txt
403F: fs/affs/
1da177e4 404
e2d1d6c0 405AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
8b58be88 406M: David Howells <[email protected]>
e2d1d6c0
RD
407L: [email protected]
408S: Supported
679655da
JP
409F: fs/afs/
410F: include/net/af_rxrpc.h
411F: net/rxrpc/af_rxrpc.c
e2d1d6c0 412
1da177e4 413AGPGART DRIVER
8b58be88 414M: David Airlie <[email protected]>
54e5881d 415T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4 416S: Maintained
679655da
JP
417F: drivers/char/agp/
418F: include/linux/agp*
1da177e4
LT
419
420AHA152X SCSI DRIVER
8b58be88 421M: "Juergen E. Fischer" <[email protected]>
1da177e4
LT
422L: [email protected]
423S: Maintained
679655da
JP
424F: drivers/scsi/aha152x*
425F: drivers/scsi/pcmcia/aha152x*
1da177e4 426
64624d4f 427AIC7XXX / AIC79XX SCSI DRIVER
8b58be88 428M: Hannes Reinecke <[email protected]>
64624d4f 429L: [email protected]
1da177e4 430S: Maintained
679655da
JP
431F: drivers/scsi/aic7xxx/
432F: drivers/scsi/aic7xxx_old/
1da177e4 433
e2d1d6c0 434AIO
8b58be88 435M: Benjamin LaHaise <[email protected]>
e2d1d6c0
RD
436L: [email protected]
437S: Supported
679655da
JP
438F: fs/aio.c
439F: include/linux/*aio*.h
e2d1d6c0 440
1da177e4 441ALCATEL SPEEDTOUCH USB DRIVER
8b58be88 442M: Duncan Sands <[email protected]>
6372594a 443L: [email protected]
1da177e4
LT
444W: http://www.linux-usb.org/SpeedTouch/
445S: Maintained
679655da
JP
446F: drivers/usb/atm/speedtch.c
447F: drivers/usb/atm/usbatm.c
1da177e4 448
272f133a 449ALCHEMY AU1XX0 MMC DRIVER
8b58be88 450M: Manuel Lauss <[email protected]>
08fcb720 451S: Maintained
679655da 452F: drivers/mmc/host/au1xmmc.c
272f133a 453
4a4e5787 454ALI1563 I2C DRIVER
8b58be88 455M: Rudolf Marek <[email protected]>
846557d3 456L: [email protected]
4a4e5787 457S: Maintained
679655da
JP
458F: Documentation/i2c/busses/i2c-ali1563
459F: drivers/i2c/busses/i2c-ali1563.c
4a4e5787 460
1da177e4 461ALPHA PORT
8b58be88 462M: Richard Henderson <[email protected]>
8b58be88 463M: Ivan Kokshaysky <[email protected]>
abd4d609 464M: Matt Turner <[email protected]>
a9406699 465L: [email protected]
679655da 466F: arch/alpha/
1da177e4 467
167a675a 468AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
8b58be88 469M: Thomas Dahlmann <[email protected]>
67d76710 470L: [email protected] (moderated for non-subscribers)
167a675a 471S: Supported
679655da 472F: drivers/usb/gadget/amd5536udc.*
167a675a 473
f90b8116 474AMD GEODE PROCESSOR/CHIPSET SUPPORT
69006096 475P: Andres Salomon <[email protected]>
67d76710 476L: [email protected] (moderated for non-subscribers)
f90b8116
JC
477W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
478S: Supported
679655da
JP
479F: drivers/char/hw_random/geode-rng.c
480F: drivers/crypto/geode*
481F: drivers/video/geode/
482F: arch/x86/include/asm/geode.h
f90b8116 483
919ee7dd 484AMD IOMMU (AMD-VI)
8b58be88 485M: Joerg Roedel <[email protected]>
919ee7dd 486L: [email protected]
54e5881d 487T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
919ee7dd 488S: Supported
679655da
JP
489F: arch/x86/kernel/amd_iommu*.c
490F: arch/x86/include/asm/amd_iommu*.h
919ee7dd 491
e7f5b309 492AMD MICROCODE UPDATE SUPPORT
8b58be88 493M: Andreas Herrmann <[email protected]>
7d2c86b5
JP
494L: [email protected]
495S: Supported
679655da 496F: arch/x86/kernel/microcode_amd.c
e7f5b309 497
284f42b6 498AMS (Apple Motion Sensor) DRIVER
8b58be88 499M: Michael Hanselmann <[email protected]>
284f42b6 500S: Supported
bd5f47ec 501F: drivers/macintosh/ams/
284f42b6 502
f94b533d 503AMSO1100 RNIC DRIVER
8b58be88
JP
504M: Tom Tucker <[email protected]>
505M: Steve Wise <[email protected]>
e6cc0fd1 506L: [email protected]
f94b533d 507S: Maintained
679655da 508F: drivers/infiniband/hw/amso1100/
f94b533d 509
527a1a83
MH
510ANALOG DEVICES INC ASOC CODEC DRIVERS
511L: [email protected]
4bdef3bd 512L: [email protected] (moderated for non-subscribers)
527a1a83 513W: http://wiki-analog.com/
4bdef3bd 514S: Supported
4bdef3bd
MF
515F: sound/soc/codecs/ad1*
516F: sound/soc/codecs/adau*
517F: sound/soc/codecs/adav*
518F: sound/soc/codecs/ssm*
519
527a1a83
MH
520ANALOG DEVICES INC ASOC DRIVERS
521L: [email protected]
522L: [email protected] (moderated for non-subscribers)
523W: http://blackfin.uclinux.org/
524S: Supported
525F: sound/soc/blackfin/*
526
42269063 527AOA (Apple Onboard Audio) ALSA DRIVER
8b58be88 528M: Johannes Berg <[email protected]>
a4724ed6 529L: [email protected]
93711660 530L: [email protected] (moderated for non-subscribers)
42269063 531S: Maintained
679655da 532F: sound/aoa/
42269063 533
1da177e4 534APM DRIVER
8b58be88 535M: Stephen Rothwell <[email protected]>
1da177e4
LT
536L: [email protected]
537W: http://www.canb.auug.org.au/~sfr/
538S: Supported
679655da
JP
539F: arch/x86/kernel/apm_32.c
540F: include/linux/apm_bios.h
1da177e4 541
bd7aa4b2 542APPLE BCM5974 MULTITOUCH DRIVER
8b58be88 543M: Henrik Rydberg <[email protected]>
bd7aa4b2
HR
544L: [email protected]
545S: Maintained
679655da 546F: drivers/input/mouse/bcm5974.c
bd7aa4b2 547
6f2fad74 548APPLE SMC DRIVER
d618540f
HR
549M: Henrik Rydberg <[email protected]>
550L: [email protected]
6f2fad74 551S: Maintained
679655da 552F: drivers/hwmon/applesmc.c
6f2fad74 553
1da177e4 554APPLETALK NETWORK LAYER
8b58be88 555M: Arnaldo Carvalho de Melo <[email protected]>
1da177e4 556S: Maintained
679655da
JP
557F: drivers/net/appletalk/
558F: net/appletalk/
1da177e4 559
1154ea7d 560ARC FRAMEBUFFER DRIVER
8b58be88 561M: Jaya Kumar <[email protected]>
1154ea7d 562S: Maintained
679655da
JP
563F: drivers/video/arcfb.c
564F: drivers/video/fb_defio.c
1154ea7d 565
1da177e4 566ARM MFM AND FLOPPY DRIVERS
8b58be88 567M: Ian Molton <[email protected]>
1da177e4 568S: Maintained
679655da
JP
569F: arch/arm/lib/floppydma.S
570F: arch/arm/include/asm/floppy.h
1da177e4 571
d4275354 572ARM PORT
8b58be88 573M: Russell King <[email protected]>
efc03ecb 574L: [email protected] (moderated for non-subscribers)
d4275354
RK
575W: http://www.arm.linux.org.uk/
576S: Maintained
577F: arch/arm/
578
cefbf4ea
RK
579ARM PRIMECELL AACI PL041 DRIVER
580M: Russell King <[email protected]>
581S: Maintained
582F: sound/arm/aaci.*
583
584ARM PRIMECELL CLCD PL110 DRIVER
585M: Russell King <[email protected]>
586S: Maintained
587F: drivers/video/amba-clcd.*
588
589ARM PRIMECELL KMI PL050 DRIVER
590M: Russell King <[email protected]>
591S: Maintained
592F: drivers/input/serio/ambakmi.*
593F: include/linux/amba/kmi.h
594
2761f5c2 595ARM PRIMECELL MMCI PL180/1 DRIVER
6d79947a 596S: Orphan
679655da 597F: drivers/mmc/host/mmci.*
2761f5c2 598
cefbf4ea
RK
599ARM PRIMECELL BUS SUPPORT
600M: Russell King <[email protected]>
601S: Maintained
602F: drivers/amba/
603F: include/linux/amba/bus.h
604
2b7a52a4 605ARM/ADI ROADRUNNER MACHINE SUPPORT
8b58be88 606M: Lennert Buytenhek <[email protected]>
efc03ecb 607L: [email protected] (moderated for non-subscribers)
2b7a52a4 608S: Maintained
679655da
JP
609F: arch/arm/mach-ixp23xx/
610F: arch/arm/mach-ixp23xx/include/mach/
2b7a52a4
LB
611
612ARM/ADS SPHERE MACHINE SUPPORT
8b58be88 613M: Lennert Buytenhek <[email protected]>
efc03ecb 614L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
615S: Maintained
616
9c784f95 617ARM/AFEB9260 MACHINE SUPPORT
8b58be88 618M: Sergey Lapin <[email protected]>
efc03ecb 619L: [email protected] (moderated for non-subscribers)
9c784f95
SL
620S: Maintained
621
2b7a52a4 622ARM/AJECO 1ARM MACHINE SUPPORT
8b58be88 623M: Lennert Buytenhek <[email protected]>
efc03ecb 624L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
625S: Maintained
626
c1fc8675 627ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
8b58be88 628M: Andrew Victor <[email protected]>
c1fc8675
NF
629M: Nicolas Ferre <[email protected]>
630M: Jean-Christophe Plagniol-Villard <[email protected]>
efc03ecb 631L: [email protected] (moderated for non-subscribers)
795fb7e7 632W: http://maxim.org.za/at91_26.html
c1fc8675
NF
633W: http://www.linux4sam.org
634S: Supported
635F: arch/arm/mach-at91/
d4a89c7d 636
57a473f2 637ARM/BCMRING ARM ARCHITECTURE
d6db4667 638M: Jiandong Zheng <[email protected]>
ddd559b1 639M: Scott Branden <[email protected]>
efc03ecb 640L: [email protected] (moderated for non-subscribers)
57a473f2
LC
641S: Maintained
642F: arch/arm/mach-bcmring
643
644ARM/BCMRING MTD NAND DRIVER
d6db4667 645M: Jiandong Zheng <[email protected]>
ddd559b1 646M: Scott Branden <[email protected]>
57a473f2
LC
647L: [email protected]
648S: Maintained
649F: drivers/mtd/nand/bcm_umi_nand.c
650F: drivers/mtd/nand/bcm_umi_bch.c
57a473f2
LC
651F: drivers/mtd/nand/nand_bcm_umi.h
652
d94f944e
AV
653ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
654M: Anton Vorontsov <[email protected]>
655S: Maintained
656F: arch/arm/mach-cns3xxx/
657T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
658
2b7a52a4 659ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
ddd559b1
RK
660M: Hartley Sweeten <[email protected]>
661M: Ryan Mallon <[email protected]>
efc03ecb 662L: [email protected] (moderated for non-subscribers)
2b7a52a4 663S: Maintained
d19d3667
HS
664F: arch/arm/mach-ep93xx/
665F: arch/arm/mach-ep93xx/include/mach/
2b7a52a4
LB
666
667ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
8b58be88 668M: Lennert Buytenhek <[email protected]>
efc03ecb 669L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
670S: Maintained
671
d4275354 672ARM/CLKDEV SUPPORT
8b58be88 673M: Russell King <[email protected]>
efc03ecb 674L: [email protected] (moderated for non-subscribers)
d4275354
RK
675F: arch/arm/common/clkdev.c
676F: arch/arm/include/asm/clkdev.h
677
d48134e7 678ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
8b58be88 679M: Mike Rapoport <[email protected]>
efc03ecb 680L: [email protected] (moderated for non-subscribers)
a9da4f7e
RK
681S: Maintained
682
94150095
HF
683ARM/CONTEC MICRO9 MACHINE SUPPORT
684M: Hubert Feurstein <[email protected]>
685S: Maintained
686F: arch/arm/mach-ep93xx/micro9.c
687
1da177e4 688ARM/CORGI MACHINE SUPPORT
8b58be88 689M: Richard Purdie <[email protected]>
1da177e4
LT
690S: Maintained
691
881a95f9 692ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
162500b3 693M: Hans Ulli Kroll <[email protected]>
efc03ecb 694L: [email protected] (moderated for non-subscribers)
162500b3
HUK
695T: git git://git.berlios.de/gemini-board
696S: Maintained
f49afbb5 697F: arch/arm/mach-gemini/
881a95f9 698
d4275354 699ARM/EBSA110 MACHINE SUPPORT
8b58be88 700M: Russell King <[email protected]>
efc03ecb 701L: [email protected] (moderated for non-subscribers)
d4275354
RK
702W: http://www.arm.linux.org.uk/
703S: Maintained
704F: arch/arm/mach-ebsa110/
705F: drivers/net/arm/am79c961a.*
706
a9da4f7e 707ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
8b58be88
JP
708M: Daniel Ribeiro <[email protected]>
709M: Stefan Schmidt <[email protected]>
710M: Harald Welte <[email protected]>
a9da4f7e
RK
711L: [email protected] (subscribers-only)
712W: http://www.openezx.org/
713S: Maintained
cafc2265
SS
714T: topgit git://git.openezx.org/openezx.git
715F: arch/arm/mach-pxa/ezx.c
a9da4f7e 716
6a915af9 717ARM/FARADAY FA526 PORT
162500b3 718M: Hans Ulli Kroll <[email protected]>
efc03ecb 719L: [email protected] (moderated for non-subscribers)
162500b3 720S: Maintained
1fa7e547 721T: git git://git.berlios.de/gemini-board
f49afbb5 722F: arch/arm/mm/*-fa*
6a915af9 723
d4275354 724ARM/FOOTBRIDGE ARCHITECTURE
8b58be88 725M: Russell King <[email protected]>
efc03ecb 726L: [email protected] (moderated for non-subscribers)
d4275354
RK
727W: http://www.arm.linux.org.uk/
728S: Maintained
729F: arch/arm/include/asm/hardware/dec21285.h
730F: arch/arm/mach-footbridge/
731
86183a5f 732ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
8b58be88 733M: Sascha Hauer <[email protected]>
efc03ecb 734L: [email protected] (moderated for non-subscribers)
86183a5f 735S: Maintained
1fa7e547 736T: git git://git.pengutronix.de/git/imx/linux-2.6.git
b16533d3
UKK
737F: arch/arm/mach-mx*/
738F: arch/arm/plat-mxc/
86183a5f 739
3d48e1d0
AK
740ARM/FREESCALE IMX51
741M: Amit Kucheria <[email protected]>
742L: [email protected] (moderated for non-subscribers)
743S: Maintained
744F: arch/arm/mach-mx5/
745
2b7a52a4 746ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
8b58be88 747M: Lennert Buytenhek <[email protected]>
efc03ecb 748L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
749S: Maintained
750
90b8fc34 751ARM/GUMSTIX MACHINE SUPPORT
8b58be88 752M: Steve Sakoman <[email protected]>
efc03ecb 753L: [email protected] (moderated for non-subscribers)
90b8fc34
JK
754S: Maintained
755
ef47d5f0 756ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
8b58be88 757M: Philipp Zabel <[email protected]>
ef47d5f0
PZ
758S: Maintained
759F: arch/arm/mach-pxa/hx4700.c
760F: arch/arm/mach-pxa/include/mach/hx4700.h
761
21f37bc3 762ARM/HP JORNADA 7XX MACHINE SUPPORT
8b58be88 763M: Kristoffer Ericson <[email protected]>
795fb7e7
JD
764W: www.jlime.com
765S: Maintained
084bad91
KE
766T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
767F: arch/arm/mach-sa1100/jornada720.c
768F: arch/arm/mach-sa1100/include/mach/jornada720.h
21f37bc3 769
403d2971
MV
770ARM/INCOME PXA270 SUPPORT
771M: Marek Vasut <[email protected]>
772L: [email protected] (moderated for non-subscribers)
773S: Maintained
ec154082 774F: arch/arm/mach-pxa/colibri-pxa270-income.c
403d2971 775
2b7a52a4 776ARM/INTEL IOP32X ARM ARCHITECTURE
8b58be88
JP
777M: Lennert Buytenhek <[email protected]>
778M: Dan Williams <[email protected]>
efc03ecb 779L: [email protected] (moderated for non-subscribers)
f00f510a 780S: Maintained
e2bdb176
DW
781
782ARM/INTEL IOP33X ARM ARCHITECTURE
8b58be88 783M: Dan Williams <[email protected]>
efc03ecb 784L: [email protected] (moderated for non-subscribers)
f00f510a 785S: Maintained
2b7a52a4
LB
786
787ARM/INTEL IOP13XX ARM ARCHITECTURE
8b58be88
JP
788M: Lennert Buytenhek <[email protected]>
789M: Dan Williams <[email protected]>
efc03ecb 790L: [email protected] (moderated for non-subscribers)
f00f510a 791S: Maintained
2b7a52a4
LB
792
793ARM/INTEL IQ81342EX MACHINE SUPPORT
8b58be88
JP
794M: Lennert Buytenhek <[email protected]>
795M: Dan Williams <[email protected]>
efc03ecb 796L: [email protected] (moderated for non-subscribers)
f00f510a 797S: Maintained
2b7a52a4
LB
798
799ARM/INTEL IXP2000 ARM ARCHITECTURE
8b58be88 800M: Lennert Buytenhek <[email protected]>
efc03ecb 801L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
802S: Maintained
803
804ARM/INTEL IXDP2850 MACHINE SUPPORT
8b58be88 805M: Lennert Buytenhek <[email protected]>
efc03ecb 806L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
807S: Maintained
808
809ARM/INTEL IXP23XX ARM ARCHITECTURE
8b58be88 810M: Lennert Buytenhek <[email protected]>
efc03ecb 811L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
812S: Maintained
813
dfdd8cc9
KH
814ARM/INTEL IXP4XX ARM ARCHITECTURE
815M: Imre Kaloz <[email protected]>
816M: Krzysztof Halasa <[email protected]>
baea7b94 817L: [email protected] (moderated for non-subscribers)
dfdd8cc9
KH
818S: Maintained
819F: arch/arm/mach-ixp4xx/
820
838553c5 821ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
7f49a7f7
JC
822M: Jonathan Cameron <[email protected]>
823L: [email protected] (moderated for non-subscribers)
824S: Maintained
825F: arch/arm/mach-pxa/stargate2.c
826F: drivers/pcmcia/pxa2xx_stargate2.c
827
2b7a52a4 828ARM/INTEL XSC3 (MANZANO) ARM CORE
8b58be88
JP
829M: Lennert Buytenhek <[email protected]>
830M: Dan Williams <[email protected]>
efc03ecb 831L: [email protected] (moderated for non-subscribers)
f00f510a 832S: Maintained
2b7a52a4
LB
833
834ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
8b58be88 835M: Lennert Buytenhek <[email protected]>
efc03ecb 836L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
837S: Maintained
838
839ARM/LOGICPD PXA270 MACHINE SUPPORT
8b58be88 840M: Lennert Buytenhek <[email protected]>
efc03ecb 841L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
842S: Maintained
843
3b886171 844ARM/MAGICIAN MACHINE SUPPORT
8b58be88 845M: Philipp Zabel <[email protected]>
3b886171
PZ
846S: Maintained
847
54a246ff 848ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
18e2842b
NP
849M: Lennert Buytenhek <[email protected]>
850M: Nicolas Pitre <[email protected]>
efc03ecb 851L: [email protected] (moderated for non-subscribers)
18e2842b 852S: Odd Fixes
54a246ff
NP
853F: arch/arm/mach-loki/
854F: arch/arm/mach-kirkwood/
855F: arch/arm/mach-mv78xx0/
856F: arch/arm/mach-orion5x/
857F: arch/arm/plat-orion/
3b886171 858
d78ff0a5 859ARM/MIOA701 MACHINE SUPPORT
8b58be88 860M: Robert Jarzmik <[email protected]>
efc03ecb 861L: [email protected] (moderated for non-subscribers)
d78ff0a5
RJ
862F: arch/arm/mach-pxa/mioa701.c
863S: Maintained
864
9624dfe6 865ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
8b58be88 866M: Michael Petchkovsky <[email protected]>
9624dfe6
KE
867S: Maintained
868
e0ee9851 869ARM/NOMADIK ARCHITECTURE
28b8e8d4 870M: Alessandro Rubini <[email protected]>
87572880 871M: Linus Walleij <[email protected]>
28b8e8d4
JP
872M: STEricsson <[email protected]>
873L: [email protected] (moderated for non-subscribers)
874S: Maintained
875F: arch/arm/mach-nomadik/
876F: arch/arm/plat-nomadik/
87572880
LW
877F: drivers/i2c/busses/i2c-nomadik.c
878T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
e0ee9851 879
9d76295a 880ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
8b58be88 881M: Nelson Castillo <[email protected]>
9d76295a
AG
882L: [email protected] (subscribers-only)
883W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
884S: Supported
885
0c19d21e
DW
886ARM/QUALCOMM MSM MACHINE SUPPORT
887M: David Brown <[email protected]>
888M: Daniel Walker <[email protected]>
889M: Bryan Huntsman <[email protected]>
c68af41d 890L: [email protected]
0c19d21e
DW
891F: arch/arm/mach-msm/
892F: drivers/video/msm/
893F: drivers/mmc/host/msm_sdcc.c
894F: drivers/mmc/host/msm_sdcc.h
df621252
GKH
895F: drivers/tty/serial/msm_serial.h
896F: drivers/tty/serial/msm_serial.c
6c965ff5 897T: git git://codeaurora.org/quic/kernel/davidb/linux-msm.git
0c19d21e
DW
898S: Maintained
899
8459c159 900ARM/TOSA MACHINE SUPPORT
8b58be88
JP
901M: Dmitry Eremin-Solenikov <[email protected]>
902M: Dirk Opfer <[email protected]>
8459c159
DO
903S: Maintained
904
5d783a2d 905ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
933d35f0 906M: Marek Vasut <[email protected]>
75280787 907L: [email protected]
b5e4ad57
MV
908W: http://hackndev.com
909S: Maintained
933d35f0
JP
910F: arch/arm/mach-pxa/include/mach/palmtx.h
911F: arch/arm/mach-pxa/palmtx.c
912F: arch/arm/mach-pxa/include/mach/palmt5.h
913F: arch/arm/mach-pxa/palmt5.c
914F: arch/arm/mach-pxa/include/mach/palmld.h
915F: arch/arm/mach-pxa/palmld.c
916F: arch/arm/mach-pxa/include/mach/palmte2.h
917F: arch/arm/mach-pxa/palmte2.c
918F: arch/arm/mach-pxa/include/mach/palmtc.h
919F: arch/arm/mach-pxa/palmtc.c
b5e4ad57 920
b57fe924 921ARM/PALM TREO SUPPORT
8b58be88 922M: Tomas Cech <[email protected]>
75280787 923L: [email protected]
90af5811
TSC
924W: http://hackndev.com
925S: Maintained
b57fe924
JP
926F: arch/arm/mach-pxa/include/mach/palmtreo.h
927F: arch/arm/mach-pxa/palmtreo.c
90af5811 928
c49e1e63 929ARM/PALMZ72 SUPPORT
8b58be88 930M: Sergey Lapin <[email protected]>
75280787 931L: [email protected]
7d2c86b5
JP
932W: http://hackndev.com
933S: Maintained
933d35f0
JP
934F: arch/arm/mach-pxa/include/mach/palmz72.h
935F: arch/arm/mach-pxa/palmz72.c
c49e1e63 936
1da177e4 937ARM/PLEB SUPPORT
8b58be88 938M: Peter Chubb <[email protected]>
1da177e4
LT
939W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
940S: Maintained
941
942ARM/PT DIGITAL BOARD PORT
8b58be88 943M: Stefan Eletzhofer <[email protected]>
efc03ecb 944L: [email protected] (moderated for non-subscribers)
1da177e4
LT
945W: http://www.arm.linux.org.uk/
946S: Maintained
947
2b7a52a4 948ARM/RADISYS ENP2611 MACHINE SUPPORT
8b58be88 949M: Lennert Buytenhek <[email protected]>
efc03ecb 950L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
951S: Maintained
952
d4275354 953ARM/RISCPC ARCHITECTURE
8b58be88 954M: Russell King <[email protected]>
efc03ecb 955L: [email protected] (moderated for non-subscribers)
d4275354
RK
956W: http://www.arm.linux.org.uk/
957S: Maintained
958F: arch/arm/common/time-acorn.c
959F: arch/arm/include/asm/hardware/entry-macro-iomd.S
960F: arch/arm/include/asm/hardware/ioc.h
961F: arch/arm/include/asm/hardware/iomd.h
962F: arch/arm/include/asm/hardware/memc.h
963F: arch/arm/mach-rpc/
964F: drivers/net/arm/ether*
965F: drivers/scsi/arm/
966
1da177e4 967ARM/SHARK MACHINE SUPPORT
8b58be88 968M: Alexander Schulz <[email protected]>
1da177e4
LT
969W: http://www.shark-linux.de/shark.html
970S: Maintained
971
b21477f9 972ARM/SAMSUNG ARM ARCHITECTURES
8b58be88 973M: Ben Dooks <[email protected]>
482ce512 974M: Kukjin Kim <[email protected]>
efc03ecb 975L: [email protected] (moderated for non-subscribers)
b21477f9
BD
976W: http://www.fluff.org/ben/linux/
977S: Maintained
482ce512 978F: arch/arm/plat-samsung/
b21477f9 979F: arch/arm/plat-s3c24xx/
482ce512 980F: arch/arm/plat-s5p/
b21477f9 981
1da177e4 982ARM/S3C2410 ARM ARCHITECTURE
8b58be88 983M: Ben Dooks <[email protected]>
efc03ecb 984L: [email protected] (moderated for non-subscribers)
1da177e4
LT
985W: http://www.fluff.org/ben/linux/
986S: Maintained
3a45c9e4 987F: arch/arm/mach-s3c2410/
1da177e4 988
85743532 989ARM/S3C244x ARM ARCHITECTURE
8b58be88 990M: Ben Dooks <[email protected]>
efc03ecb 991L: [email protected] (moderated for non-subscribers)
1da177e4
LT
992W: http://www.fluff.org/ben/linux/
993S: Maintained
3a45c9e4 994F: arch/arm/mach-s3c2440/
b21477f9
BD
995F: arch/arm/mach-s3c2443/
996
f996231b 997ARM/S3C64xx ARM ARCHITECTURE
8b58be88 998M: Ben Dooks <[email protected]>
efc03ecb 999L: [email protected] (moderated for non-subscribers)
b21477f9
BD
1000W: http://www.fluff.org/ben/linux/
1001S: Maintained
f996231b 1002F: arch/arm/mach-s3c64xx/
1da177e4 1003
f556cb07
KK
1004ARM/S5P ARM ARCHITECTURES
1005M: Kukjin Kim <[email protected]>
1006L: [email protected] (moderated for non-subscribers)
1007L: [email protected] (moderated for non-subscribers)
1008S: Maintained
1009F: arch/arm/mach-s5p*/
1010
aaac7d9e
KP
1011ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1012M: Kyungmin Park <[email protected]>
1013M: Sylwester Nawrocki <[email protected]>
1014L: [email protected]
1015L: [email protected]
1016S: Maintained
1017F: arch/arm/plat-s5p/dev-fimc*
1018F: arch/arm/plat-samsung/include/plat/*fimc*
1019F: drivers/media/video/s5p-fimc/
1020
d48d38e8
PM
1021ARM/SHMOBILE ARM ARCHITECTURE
1022M: Paul Mundt <[email protected]>
1023M: Magnus Damm <[email protected]>
1024L: [email protected]
d48d38e8 1025W: http://oss.renesas.com
bbff48f5 1026Q: http://patchwork.kernel.org/project/linux-sh/list/
d22c0e50 1027T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
d48d38e8
PM
1028S: Supported
1029F: arch/arm/mach-shmobile/
1030F: drivers/sh/
1031
448352ae
TG
1032ARM/TELECHIPS ARM ARCHITECTURE
1033M: "Hans J. Koch" <[email protected]>
1034L: [email protected] (moderated for non-subscribers)
1035S: Maintained
1036F: arch/arm/plat-tcc/
1037F: arch/arm/mach-tcc8k/
1038
2b7a52a4 1039ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
8b58be88 1040M: Lennert Buytenhek <[email protected]>
efc03ecb 1041L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1042S: Maintained
1043
1bbd7089
MB
1044ARM/TETON BGA MACHINE SUPPORT
1045M: Mark F. Brown <[email protected]>
1046L: [email protected] (moderated for non-subscribers)
1047S: Maintained
1048
2b7a52a4 1049ARM/THECUS N2100 MACHINE SUPPORT
8b58be88 1050M: Lennert Buytenhek <[email protected]>
efc03ecb 1051L: [email protected] (moderated for non-subscribers)
2b7a52a4
LB
1052S: Maintained
1053
98ad6e3b 1054ARM/NUVOTON W90X900 ARM ARCHITECTURE
8b58be88 1055M: Wan ZongShun <[email protected]>
efc03ecb 1056L: [email protected] (moderated for non-subscribers)
7d2c86b5
JP
1057W: http://www.mcuos.com
1058S: Maintained
4e89e8f6
WZ
1059F: arch/arm/mach-w90x900/
1060F: arch/arm/mach-nuc93x/
1061F: drivers/input/keyboard/w90p910_keypad.c
1062F: drivers/input/touchscreen/w90p910_ts.c
1063F: drivers/watchdog/nuc900_wdt.c
1064F: drivers/net/arm/w90p910_ether.c
5351684f 1065F: drivers/mtd/nand/nuc900_nand.c
4e89e8f6
WZ
1066F: drivers/rtc/rtc-nuc900.c
1067F: drivers/spi/spi_nuc900.c
1068F: drivers/usb/host/ehci-w90x900.c
1069F: drivers/video/nuc900fb.c
98ad6e3b 1070
54274d71
LW
1071ARM/U300 MACHINE SUPPORT
1072M: Linus Walleij <[email protected]>
1073L: [email protected] (moderated for non-subscribers)
1074S: Supported
1075F: arch/arm/mach-u300/
1076F: drivers/i2c/busses/i2c-stu300.c
1077F: drivers/rtc/rtc-coh901331.c
1078F: drivers/watchdog/coh901327_wdt.c
1079F: drivers/dma/coh901318*
87572880
LW
1080F: drivers/mfd/ab3100*
1081F: drivers/rtc/rtc-ab3100.c
1082F: drivers/rtc/rtc-coh901331.c
1083T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
54274d71 1084
87572880 1085ARM/Ux500 ARM ARCHITECTURE
870725d9 1086M: Srinidhi Kasagar <[email protected]>
87572880 1087M: Linus Walleij <[email protected]>
870725d9
SK
1088L: [email protected] (moderated for non-subscribers)
1089S: Maintained
1090F: arch/arm/mach-ux500/
87572880
LW
1091F: drivers/dma/ste_dma40*
1092F: drivers/mfd/ab3550*
1093F: drivers/mfd/abx500*
1094F: drivers/mfd/ab8500*
1095F: drivers/mfd/stmpe*
1096F: drivers/rtc/rtc-ab8500.c
1097T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
870725d9 1098
d4275354 1099ARM/VFP SUPPORT
8b58be88 1100M: Russell King <[email protected]>
efc03ecb 1101L: [email protected] (moderated for non-subscribers)
d4275354
RK
1102W: http://www.arm.linux.org.uk/
1103S: Maintained
1104F: arch/arm/vfp/
1105
e66b6d8e
MV
1106ARM/VOIPAC PXA270 SUPPORT
1107M: Marek Vasut <[email protected]>
1108L: [email protected] (moderated for non-subscribers)
1109S: Maintained
1110F: arch/arm/mach-pxa/vpac270.c
e0cca11b 1111F: arch/arm/mach-pxa/include/mach/vpac270.h
e66b6d8e
MV
1112
1113ARM/ZIPIT Z2 SUPPORT
1114M: Marek Vasut <[email protected]>
1115L: [email protected] (moderated for non-subscribers)
1116S: Maintained
1117F: arch/arm/mach-pxa/z2.c
6ab2a855 1118F: arch/arm/mach-pxa/include/mach/z2.h
e66b6d8e 1119
d58de038
GJ
1120ASC7621 HARDWARE MONITOR DRIVER
1121M: George Joseph <[email protected]>
1122L: [email protected]
1123S: Maintained
1124F: Documentation/hwmon/asc7621
1125F: drivers/hwmon/asc7621.c
1126
1da177e4 1127ASUS ACPI EXTRAS DRIVER
8b58be88
JP
1128M: Corentin Chary <[email protected]>
1129M: Karol Kozimor <[email protected]>
1da177e4 1130L: [email protected]
d0944853 1131L: [email protected]
76593d6f 1132W: http://acpi4asus.sf.net
85091b71 1133S: Maintained
679655da 1134F: drivers/platform/x86/asus_acpi.c
85091b71 1135
6ea884db 1136ASUS ASB100 HARDWARE MONITOR DRIVER
8b58be88 1137M: "Mark M. Hoffman" <[email protected]>
6ea884db
MH
1138L: [email protected]
1139S: Maintained
679655da 1140F: drivers/hwmon/asb100.c
6ea884db 1141
85091b71 1142ASUS LAPTOP EXTRAS DRIVER
8b58be88 1143M: Corentin Chary <[email protected]>
85091b71 1144L: [email protected]
d0944853 1145L: [email protected]
76593d6f 1146W: http://acpi4asus.sf.net
1da177e4 1147S: Maintained
679655da 1148F: drivers/platform/x86/asus-laptop.c
1da177e4 1149
953a6479 1150ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
8b58be88 1151M: Dan Williams <[email protected]>
b3e5f263
DW
1152W: http://sourceforge.net/projects/xscaleiop
1153S: Supported
679655da
JP
1154F: Documentation/crypto/async-tx-api.txt
1155F: crypto/async_tx/
1156F: drivers/dma/
1157F: include/linux/dmaengine.h
1158F: include/linux/async_tx.h
b3e5f263 1159
a1867d36
WS
1160AT24 EEPROM DRIVER
1161M: Wolfram Sang <[email protected]>
1162L: [email protected]
1163S: Maintained
1164F: drivers/misc/eeprom/at24.c
1165F: include/linux/i2c/at24.h
1166
e7839f25 1167ATA OVER ETHERNET (AOE) DRIVER
8b58be88 1168M: "Ed L. Cashin" <[email protected]>
1da177e4
LT
1169W: http://www.coraid.com/support/linux
1170S: Supported
679655da
JP
1171F: Documentation/aoe/
1172F: drivers/block/aoe/
1da177e4 1173
9a10a870
JP
1174ATHEROS ATH GENERIC UTILITIES
1175M: "Luis R. Rodriguez" <[email protected]>
1176L: [email protected]
1177S: Supported
1178F: drivers/net/wireless/ath/*
1179
fa1c114f 1180ATHEROS ATH5K WIRELESS DRIVER
8b58be88
JP
1181M: Jiri Slaby <[email protected]>
1182M: Nick Kossifidis <[email protected]>
1183M: "Luis R. Rodriguez" <[email protected]>
1184M: Bob Copeland <[email protected]>
fa1c114f
JS
1185L: [email protected]
1186L: [email protected]
72c706b7 1187W: http://wireless.kernel.org/en/users/Drivers/ath5k
fa1c114f 1188S: Maintained
fa451753 1189F: drivers/net/wireless/ath/ath5k/
fa1c114f 1190
f078f209 1191ATHEROS ATH9K WIRELESS DRIVER
8b58be88
JP
1192M: "Luis R. Rodriguez" <[email protected]>
1193M: Jouni Malinen <[email protected]>
8b58be88
JP
1194M: Vasanthakumar Thiagarajan <[email protected]>
1195M: Senthil Balasubramanian <[email protected]>
f078f209
LR
1196L: [email protected]
1197L: [email protected]
72c706b7 1198W: http://wireless.kernel.org/en/users/Drivers/ath9k
f078f209 1199S: Supported
fa451753 1200F: drivers/net/wireless/ath/ath9k/
f078f209 1201
75ca88c9 1202ATHEROS AR9170 WIRELESS DRIVER
8b58be88 1203M: Christian Lamparter <[email protected]>
75ca88c9
CL
1204L: [email protected]
1205W: http://wireless.kernel.org/en/users/Drivers/ar9170
1206S: Maintained
fa451753 1207F: drivers/net/wireless/ath/ar9170/
75ca88c9 1208
1d7e1e6b
CL
1209CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1210M: Christian Lamparter <[email protected]>
1211L: [email protected]
1212W: http://wireless.kernel.org/en/users/Drivers/carl9170
1213S: Maintained
1214F: drivers/net/wireless/ath/carl9170/
1215
2c2a6172
LT
1216ATK0110 HWMON DRIVER
1217M: Luca Tettamanti <[email protected]>
1218L: [email protected]
1219S: Maintained
1220F: drivers/hwmon/asus_atk0110.c
1221
6f69a6d7 1222ATI_REMOTE2 DRIVER
8b58be88 1223M: Ville Syrjala <[email protected]>
6f69a6d7 1224S: Maintained
679655da 1225F: drivers/input/misc/ati_remote2.c
6f69a6d7 1226
7ae115b4 1227ATLX ETHERNET DRIVERS
8b58be88 1228M: Jay Cliburn <[email protected]>
cb2f33e9 1229M: Chris Snook <[email protected]>
8b58be88 1230M: Jie Yang <[email protected]>
e443e383 1231L: [email protected]
8d5ca6ec
JC
1232W: http://sourceforge.net/projects/atl1
1233W: http://atl1.sourceforge.net
1234S: Maintained
679655da 1235F: drivers/net/atlx/
8d5ca6ec 1236
1da177e4 1237ATM
8b58be88 1238M: Chas Williams <[email protected]>
476604de 1239L: [email protected] (moderated for non-subscribers)
44ae98b5 1240L: [email protected]
1da177e4
LT
1241W: http://linux-atm.sourceforge.net
1242S: Maintained
679655da
JP
1243F: drivers/atm/
1244F: include/linux/atm*
1da177e4 1245
272f133a 1246ATMEL AT91 MCI DRIVER
8b58be88 1247M: Nicolas Ferre <[email protected]>
efc03ecb 1248L: [email protected] (moderated for non-subscribers)
81764fa9
PO
1249W: http://www.atmel.com/products/AT91/
1250W: http://www.at91.com/
1251S: Maintained
679655da 1252F: drivers/mmc/host/at91_mci.c
272f133a 1253
04ac2f46 1254ATMEL AT91 / AT32 MCI DRIVER
8b58be88 1255M: Nicolas Ferre <[email protected]>
04ac2f46
NF
1256S: Maintained
1257F: drivers/mmc/host/atmel-mci.c
1258F: drivers/mmc/host/atmel-mci-regs.h
1259
a1cfac48 1260ATMEL AT91 / AT32 SERIAL DRIVER
a02875a6 1261M: Nicolas Ferre <[email protected]>
a1cfac48 1262S: Supported
df621252 1263F: drivers/tty/serial/atmel_serial.c
a1cfac48 1264
8f4c79ce 1265ATMEL LCDFB DRIVER
8b58be88 1266M: Nicolas Ferre <[email protected]>
c69f677c 1267L: [email protected]
8f4c79ce 1268S: Maintained
679655da
JP
1269F: drivers/video/atmel_lcdfb.c
1270F: include/video/atmel_lcdc.h
8f4c79ce 1271
89e5785f 1272ATMEL MACB ETHERNET DRIVER
a02875a6 1273M: Nicolas Ferre <[email protected]>
89e5785f 1274S: Supported
679655da 1275F: drivers/net/macb.*
89e5785f 1276
754ce4f2 1277ATMEL SPI DRIVER
a02875a6 1278M: Nicolas Ferre <[email protected]>
754ce4f2 1279S: Supported
679655da 1280F: drivers/spi/atmel_spi.*
754ce4f2 1281
914a3f3b 1282ATMEL USBA UDC DRIVER
a02875a6
NF
1283M: Nicolas Ferre <[email protected]>
1284L: [email protected] (moderated for non-subscribers)
914a3f3b
HS
1285W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1286S: Supported
679655da 1287F: drivers/usb/gadget/atmel_usba_udc.*
914a3f3b 1288
1da177e4 1289ATMEL WIRELESS DRIVER
8b58be88 1290M: Simon Kelley <[email protected]>
724c6b35 1291L: [email protected]
1da177e4
LT
1292W: http://www.thekelleys.org.uk/atmel
1293W: http://atmelwlandriver.sourceforge.net/
1294S: Maintained
679655da 1295F: drivers/net/wireless/atmel*
1da177e4 1296
a92b7b80 1297AUDIT SUBSYSTEM
8b58be88
JP
1298M: Al Viro <[email protected]>
1299M: Eric Paris <[email protected]>
b9a06207 1300L: [email protected] (subscribers-only)
ad3f9a22 1301W: http://people.redhat.com/sgrubb/audit/
54e5881d 1302T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
a92b7b80 1303S: Maintained
679655da
JP
1304F: include/linux/audit.h
1305F: kernel/audit*
a92b7b80 1306
70e84049 1307AUXILIARY DISPLAY DRIVERS
8b58be88 1308M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
1309W: http://miguelojeda.es/auxdisplay.htm
1310W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 1311S: Maintained
679655da
JP
1312F: drivers/auxdisplay/
1313F: include/linux/cfag12864b.h
70e84049 1314
5f97f7f9 1315AVR32 ARCHITECTURE
f5665518 1316M: Hans-Christian Egtvedt <[email protected]>
5f97f7f9
HS
1317W: http://www.atmel.com/products/AVR32/
1318W: http://avr32linux.org/
1319W: http://avrfreaks.net/
1320S: Supported
679655da 1321F: arch/avr32/
5f97f7f9
HS
1322
1323AVR32/AT32AP MACHINE SUPPORT
f5665518 1324M: Hans-Christian Egtvedt <[email protected]>
5f97f7f9 1325S: Supported
679655da 1326F: arch/avr32/mach-at32ap/
5f97f7f9 1327
1da177e4 1328AX.25 NETWORK LAYER
8b58be88 1329M: Ralf Baechle <[email protected]>
1da177e4 1330L: [email protected]
d34cb28a 1331W: http://www.linux-ax25.org/
1da177e4 1332S: Maintained
679655da
JP
1333F: include/linux/ax25.h
1334F: include/net/ax25.h
1335F: net/ax25/
1da177e4 1336
e2d1d6c0 1337B43 WIRELESS DRIVER
8b58be88 1338M: Stefano Brivio <[email protected]>
e2d1d6c0
RD
1339L: [email protected]
1340W: http://linuxwireless.org/en/users/Drivers/b43
1341S: Maintained
679655da 1342F: drivers/net/wireless/b43/
e2d1d6c0
RD
1343
1344B43LEGACY WIRELESS DRIVER
8b58be88
JP
1345M: Larry Finger <[email protected]>
1346M: Stefano Brivio <[email protected]>
e2d1d6c0
RD
1347L: [email protected]
1348W: http://linuxwireless.org/en/users/Drivers/b43
1349S: Maintained
679655da 1350F: drivers/net/wireless/b43legacy/
e2d1d6c0 1351
300abeb5 1352BACKLIGHT CLASS/SUBSYSTEM
8b58be88 1353M: Richard Purdie <[email protected]>
300abeb5 1354S: Maintained
679655da
JP
1355F: drivers/video/backlight/
1356F: include/linux/backlight.h
300abeb5 1357
c6c8fea2
SE
1358BATMAN ADVANCED
1359M: Marek Lindner <[email protected]>
1360M: Simon Wunderlich <[email protected]>
1361M: Sven Eckelmann <[email protected]>
1362L: [email protected]
1363W: http://www.open-mesh.org/
1364S: Maintained
1365F: net/batman-adv/
1366
e2d1d6c0 1367BAYCOM/HDLCDRV DRIVERS FOR AX.25
8b58be88 1368M: Thomas Sailer <[email protected]>
e2d1d6c0
RD
1369L: [email protected]
1370W: http://www.baycom.org/~tom/ham/ham.html
1371S: Maintained
679655da 1372F: drivers/net/hamradio/baycom*
e2d1d6c0
RD
1373
1374BEFS FILE SYSTEM
55817d3d 1375S: Orphan
679655da
JP
1376F: Documentation/filesystems/befs.txt
1377F: fs/befs/
e2d1d6c0
RD
1378
1379BFS FILE SYSTEM
8b58be88 1380M: "Tigran A. Aivazian" <[email protected]>
e2d1d6c0 1381S: Maintained
679655da
JP
1382F: Documentation/filesystems/bfs.txt
1383F: fs/bfs/
1384F: include/linux/bfs_fs.h
e2d1d6c0 1385
1394f032 1386BLACKFIN ARCHITECTURE
8b58be88 1387M: Mike Frysinger <[email protected]>
5b93e13f 1388L: [email protected]
e3b2d3f3
BW
1389W: http://blackfin.uclinux.org
1390S: Supported
679655da 1391F: arch/blackfin/
566da5b2 1392
e190d6b1 1393BLACKFIN EMAC DRIVER
8b58be88 1394M: Michael Hennerich <[email protected]>
49afa609 1395L: [email protected]
e190d6b1
BW
1396W: http://blackfin.uclinux.org
1397S: Supported
679655da 1398F: drivers/net/bfin_mac.*
e190d6b1 1399
566da5b2 1400BLACKFIN RTC DRIVER
8b58be88 1401M: Mike Frysinger <[email protected]>
49afa609 1402L: [email protected]
566da5b2
MF
1403W: http://blackfin.uclinux.org
1404S: Supported
679655da 1405F: drivers/rtc/rtc-bfin.c
1394f032 1406
936ed49a
MF
1407BLACKFIN SDH DRIVER
1408M: Cliff Cai <[email protected]>
1409L: [email protected]
1410W: http://blackfin.uclinux.org
1411S: Supported
1412F: drivers/mmc/host/bfin_sdh.c
1413
1394f032 1414BLACKFIN SERIAL DRIVER
8b58be88 1415M: Sonic Zhang <[email protected]>
49afa609 1416L: [email protected]
e3b2d3f3
BW
1417W: http://blackfin.uclinux.org
1418S: Supported
df621252 1419F: drivers/tty/serial/bfin_5xx.c
1394f032 1420
1e6d320f 1421BLACKFIN WATCHDOG DRIVER
8b58be88 1422M: Mike Frysinger <[email protected]>
49afa609 1423L: [email protected]
1e6d320f
BW
1424W: http://blackfin.uclinux.org
1425S: Supported
679655da 1426F: drivers/watchdog/bfin_wdt.c
1e6d320f 1427
d24ecfcc 1428BLACKFIN I2C TWI DRIVER
8b58be88 1429M: Sonic Zhang <[email protected]>
49afa609 1430L: [email protected]
d24ecfcc
BW
1431W: http://blackfin.uclinux.org/
1432S: Supported
679655da 1433F: drivers/i2c/busses/i2c-bfin-twi.c
d24ecfcc 1434
1da177e4 1435BLOCK LAYER
8b58be88 1436M: Jens Axboe <[email protected]>
54e5881d 1437T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1da177e4 1438S: Maintained
679655da 1439F: block/
1da177e4 1440
2b54aaef 1441BLOCK2MTD DRIVER
8b58be88 1442M: Joern Engel <[email protected]>
2b54aaef
JE
1443L: [email protected]
1444S: Maintained
679655da 1445F: drivers/mtd/devices/block2mtd.c
2b54aaef 1446
63fbd24e 1447BLUETOOTH DRIVERS
8b58be88 1448M: Marcel Holtmann <[email protected]>
b3c05989 1449M: Gustavo F. Padovan <[email protected]>
781c2844 1450L: [email protected]
63fbd24e 1451W: http://www.bluez.org/
b3c05989 1452T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1da177e4 1453S: Maintained
679655da 1454F: drivers/bluetooth/
1da177e4 1455
63fbd24e 1456BLUETOOTH SUBSYSTEM
8b58be88 1457M: Marcel Holtmann <[email protected]>
b3c05989 1458M: Gustavo F. Padovan <[email protected]>
63fbd24e
MH
1459L: [email protected]
1460W: http://www.bluez.org/
b3c05989 1461T: git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1da177e4 1462S: Maintained
679655da
JP
1463F: net/bluetooth/
1464F: include/net/bluetooth/
1da177e4
LT
1465
1466BONDING DRIVER
8b58be88 1467M: Jay Vosburgh <[email protected]>
a6c36ee6 1468L: [email protected]
ce00f85c
JC
1469W: http://sourceforge.net/projects/bonding/
1470S: Supported
679655da
JP
1471F: drivers/net/bonding/
1472F: include/linux/if_bonding.h
1da177e4 1473
39105890 1474BROADCOM B44 10/100 ETHERNET DRIVER
8b58be88 1475M: Gary Zambrano <[email protected]>
39105890
GZ
1476L: [email protected]
1477S: Supported
679655da 1478F: drivers/net/b44.*
39105890 1479
948c51e6 1480BROADCOM BNX2 GIGABIT ETHERNET DRIVER
8b58be88 1481M: Michael Chan <[email protected]>
948c51e6
MC
1482L: [email protected]
1483S: Supported
679655da
JP
1484F: drivers/net/bnx2.*
1485F: drivers/net/bnx2_*
948c51e6 1486
4d9d2cb0 1487BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
8b58be88 1488M: Eilon Greenstein <[email protected]>
4d9d2cb0
ET
1489L: [email protected]
1490S: Supported
49efec1e 1491F: drivers/net/bnx2x/
4d9d2cb0 1492
948c51e6 1493BROADCOM TG3 GIGABIT ETHERNET DRIVER
8b58be88
JP
1494M: Matt Carlson <[email protected]>
1495M: Michael Chan <[email protected]>
948c51e6
MC
1496L: [email protected]
1497S: Supported
679655da 1498F: drivers/net/tg3.*
948c51e6 1499
a9533e7e
HP
1500BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1501M: Brett Rudley <[email protected]>
1502M: Henry Ptasinski <[email protected]>
818c07b8
HP
1503M: Dowan Kim <[email protected]>
1504M: Roland Vossen <[email protected]>
1505M: Arend van Spriel <[email protected]>
a9533e7e
HP
1506L: [email protected]
1507S: Supported
1508F: drivers/staging/brcm80211/
1509
7725ccfd 1510BROCADE BFA FC SCSI DRIVER
455518e7
JP
1511M: Jing Huang <[email protected]>
1512L: [email protected]
1513S: Supported
1514F: drivers/scsi/bfa/
7725ccfd 1515
8b230ed8
RM
1516BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1517M: Rasesh Mody <[email protected]>
1518M: Debashis Dutt <[email protected]>
1519L: [email protected]
1520S: Supported
1521F: drivers/net/bna/
1522
5cdf7f76 1523BSG (block layer generic sg v4 driver)
8b58be88 1524M: FUJITA Tomonori <[email protected]>
5cdf7f76
JA
1525L: [email protected]
1526S: Supported
679655da
JP
1527F: block/bsg.c
1528F: include/linux/bsg.h
5cdf7f76 1529
af39917d
CL
1530BT87X AUDIO DRIVER
1531M: Clemens Ladisch <[email protected]>
1532L: [email protected] (moderated for non-subscribers)
1533T: git git://git.alsa-project.org/alsa-kernel.git
1534S: Maintained
1535F: Documentation/sound/alsa/Bt87x.txt
1536F: sound/pci/bt87x.c
1537
ff1d5c2f 1538BT8XXGPIO DRIVER
8b58be88 1539M: Michael Buesch <[email protected]>
ff1d5c2f
MB
1540W: http://bu3sch.de/btgpio.php
1541S: Maintained
679655da 1542F: drivers/gpio/bt8xxgpio.c
ff1d5c2f 1543
eb1eb04f 1544BTRFS FILE SYSTEM
8b58be88 1545M: Chris Mason <[email protected]>
eb1eb04f
JP
1546L: [email protected]
1547W: http://btrfs.wiki.kernel.org/
8a6e2535 1548Q: http://patchwork.kernel.org/project/linux-btrfs/list/
54e5881d 1549T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
eb1eb04f 1550S: Maintained
679655da
JP
1551F: Documentation/filesystems/btrfs.txt
1552F: fs/btrfs/
eb1eb04f 1553
1da177e4 1554BTTV VIDEO4LINUX DRIVER
8b58be88 1555M: Mauro Carvalho Chehab <[email protected]>
661263b5 1556L: [email protected]
96b6aba0 1557W: http://linuxtv.org
54e5881d 1558T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
96b6aba0 1559S: Maintained
679655da
JP
1560F: Documentation/video4linux/bttv/
1561F: drivers/media/video/bt8xx/bttv*
1da177e4 1562
af39917d
CL
1563C-MEDIA CMI8788 DRIVER
1564M: Clemens Ladisch <[email protected]>
1565L: [email protected] (moderated for non-subscribers)
1566T: git git://git.alsa-project.org/alsa-kernel.git
1567S: Maintained
1568F: sound/pci/oxygen/
1569
a5432f5a 1570CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
8b58be88 1571M: David Howells <[email protected]>
a5432f5a
DH
1572L: [email protected]
1573S: Supported
1574F: Documentation/filesystems/caching/cachefiles.txt
1575F: fs/cachefiles/
1576
77d5140f 1577CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
8b58be88 1578M: Jonathan Corbet <[email protected]>
661263b5 1579L: [email protected]
54e5881d 1580T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
77d5140f 1581S: Maintained
679655da
JP
1582F: Documentation/video4linux/cafe_ccic
1583F: drivers/media/video/cafe_ccic*
77d5140f 1584
201b6bab
JP
1585CAIF NETWORK LAYER
1586M: Sjur Braendeland <[email protected]>
1587L: [email protected]
1588S: Supported
1589F: Documentation/networking/caif/
1590F: drivers/net/caif/
1591F: include/linux/caif/
1592F: include/net/caif/
1593F: net/caif/
1594
77dac90f 1595CALGARY x86-64 IOMMU
8b58be88
JP
1596M: Muli Ben-Yehuda <[email protected]>
1597M: "Jon D. Mason" <[email protected]>
77dac90f
MBY
1598L: [email protected]
1599S: Maintained
679655da
JP
1600F: arch/x86/kernel/pci-calgary_64.c
1601F: arch/x86/kernel/tce_64.c
1602F: arch/x86/include/asm/calgary.h
1603F: arch/x86/include/asm/tce.h
77dac90f 1604
e2d1d6c0 1605CAN NETWORK LAYER
8d15d386 1606M: Oliver Hartkopp <[email protected]>
8b58be88 1607M: Oliver Hartkopp <[email protected]>
8d15d386
OH
1608M: Urs Thuermann <[email protected]>
1609L: [email protected]
42d38041 1610L: [email protected]
e2d1d6c0
RD
1611W: http://developer.berlios.de/projects/socketcan/
1612S: Maintained
8d15d386 1613F: net/can/
679655da 1614F: include/linux/can.h
8d15d386
OH
1615F: include/linux/can/core.h
1616F: include/linux/can/bcm.h
1617F: include/linux/can/raw.h
e2d1d6c0 1618
4261a204 1619CAN NETWORK DRIVERS
8b58be88 1620M: Wolfgang Grandegger <[email protected]>
8d15d386 1621L: [email protected]
42d38041 1622L: [email protected]
4261a204
WG
1623W: http://developer.berlios.de/projects/socketcan/
1624S: Maintained
8d15d386
OH
1625F: drivers/net/can/
1626F: include/linux/can/dev.h
1627F: include/linux/can/error.h
1628F: include/linux/can/netlink.h
1629F: include/linux/can/platform/
4261a204 1630
b8154542 1631CELL BROADBAND ENGINE ARCHITECTURE
8b58be88 1632M: Arnd Bergmann <[email protected]>
a4724ed6
SR
1633L: [email protected]
1634L: [email protected]
b8154542
AB
1635W: http://www.ibm.com/developerworks/power/cell/
1636S: Supported
679655da 1637F: arch/powerpc/include/asm/cell*.h
679655da
JP
1638F: arch/powerpc/include/asm/spu*.h
1639F: arch/powerpc/oprofile/*cell*
1640F: arch/powerpc/platforms/cell/
b8154542 1641
9030aaf9
SW
1642CEPH DISTRIBUTED FILE SYSTEM CLIENT
1643M: Sage Weil <[email protected]>
82593f87 1644L: [email protected]
9030aaf9 1645W: http://ceph.newdream.net/
fb99f881 1646T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
9030aaf9
SW
1647S: Supported
1648F: Documentation/filesystems/ceph.txt
1649F: fs/ceph
3d14c5d2
YS
1650F: net/ceph
1651F: include/linux/ceph
9030aaf9 1652
18332a80 1653CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
18332a80 1654L: [email protected]
10c6c9c9 1655S: Orphan
679655da
JP
1656F: Documentation/usb/WUSB-Design-overview.txt
1657F: Documentation/usb/wusb-cbaf
355ffe69
DV
1658F: drivers/usb/host/hwa-hc.c
1659F: drivers/usb/host/whci/
679655da
JP
1660F: drivers/usb/wusbcore/
1661F: include/linux/usb/wusb*
18332a80 1662
70e84049 1663CFAG12864B LCD DRIVER
8b58be88 1664M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
1665W: http://miguelojeda.es/auxdisplay.htm
1666W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 1667S: Maintained
679655da
JP
1668F: drivers/auxdisplay/cfag12864b.c
1669F: include/linux/cfag12864b.h
70e84049
MOS
1670
1671CFAG12864BFB LCD FRAMEBUFFER DRIVER
8b58be88 1672M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
1673W: http://miguelojeda.es/auxdisplay.htm
1674W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 1675S: Maintained
679655da
JP
1676F: drivers/auxdisplay/cfag12864bfb.c
1677F: include/linux/cfag12864b.h
70e84049 1678
704232c2 1679CFG80211 and NL80211
8b58be88 1680M: Johannes Berg <[email protected]>
704232c2
JB
1681L: [email protected]
1682S: Maintained
679655da
JP
1683F: include/linux/nl80211.h
1684F: include/net/cfg80211.h
1685F: net/wireless/*
1686X: net/wireless/wext*
704232c2 1687
0a920b5b 1688CHECKPATCH
8b58be88 1689M: Andy Whitcroft <[email protected]>
0a920b5b 1690S: Supported
679655da 1691F: scripts/checkpatch.pl
0a920b5b 1692
641cb85e 1693CISCO VIC ETHERNET NIC DRIVER
641cb85e
VK
1694M: Vasanthy Kolluri <[email protected]>
1695M: Roopa Prabhu <[email protected]>
94d57c4c 1696M: David Wang <[email protected]>
7063fbf2 1697S: Supported
679655da 1698F: drivers/net/enic/
7063fbf2 1699
2b7a52a4 1700CIRRUS LOGIC EP93XX ETHERNET DRIVER
8b58be88 1701M: Lennert Buytenhek <[email protected]>
2b7a52a4
LB
1702L: [email protected]
1703S: Maintained
679655da 1704F: drivers/net/arm/ep93xx_eth.c
2b7a52a4 1705
2b7a52a4 1706CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
8b58be88 1707M: Lennert Buytenhek <[email protected]>
6372594a 1708L: [email protected]
2b7a52a4 1709S: Maintained
679655da 1710F: drivers/usb/host/ohci-ep93xx.c
2b7a52a4 1711
d9e9d82c 1712CIRRUS LOGIC CS4270 SOUND DRIVER
8b58be88 1713M: Timur Tabi <[email protected]>
93711660 1714L: [email protected] (moderated for non-subscribers)
d9e9d82c 1715S: Supported
679655da 1716F: sound/soc/codecs/cs4270*
d9e9d82c 1717
d4275354 1718CLK API
8b58be88 1719M: Russell King <[email protected]>
d4275354
RK
1720F: include/linux/clk.h
1721
5df6d737 1722CISCO FCOE HBA DRIVER
8b58be88
JP
1723M: Abhijeet Joglekar <[email protected]>
1724M: Joe Eykholt <[email protected]>
5df6d737
AJ
1725L: [email protected]
1726S: Supported
2a99921a 1727F: drivers/scsi/fnic/
5df6d737 1728
529aa8cb
TLSC
1729CMPC ACPI DRIVER
1730M: Thadeu Lima de Souza Cascardo <[email protected]>
1731M: Daniel Oliveira Nascimento <[email protected]>
d0944853 1732L: [email protected]
529aa8cb
TLSC
1733S: Supported
1734F: drivers/platform/x86/classmate-laptop.c
1735
74425eee
NP
1736COCCINELLE/Semantic Patches (SmPL)
1737M: Julia Lawall <[email protected]>
1738M: Gilles Muller <[email protected]>
af78f217 1739M: Nicolas Palix <[email protected]>
74425eee
NP
1740L: [email protected] (moderated for non-subscribers)
1741W: http://coccinelle.lip6.fr/
1742S: Supported
1743F: scripts/coccinelle/
1744F: scripts/coccicheck
1745
1da177e4 1746CODA FILE SYSTEM
8b58be88 1747M: Jan Harkes <[email protected]>
1da177e4
LT
1748M: [email protected]
1749L: [email protected]
1750W: http://www.coda.cs.cmu.edu/
1751S: Maintained
679655da
JP
1752F: Documentation/filesystems/coda.txt
1753F: fs/coda/
1754F: include/linux/coda*.h
1da177e4 1755
e2d1d6c0 1756COMMON INTERNET FILE SYSTEM (CIFS)
8b58be88 1757M: Steve French <[email protected]>
51223df6 1758L: [email protected]
d1f28953 1759L: [email protected] (moderated for non-subscribers)
e2d1d6c0 1760W: http://linux-cifs.samba.org/
8a6e2535 1761Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
54e5881d 1762T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
e2d1d6c0 1763S: Supported
679655da
JP
1764F: Documentation/filesystems/cifs.txt
1765F: fs/cifs/
e2d1d6c0 1766
1da177e4 1767COMPACTPCI HOTPLUG CORE
8b58be88 1768M: Scott Murray <[email protected]>
64dab204 1769L: [email protected]
82c4dfc7 1770S: Maintained
679655da 1771F: drivers/pci/hotplug/cpci_hotplug*
1da177e4
LT
1772
1773COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
8b58be88 1774M: Scott Murray <[email protected]>
64dab204 1775L: [email protected]
82c4dfc7 1776S: Maintained
679655da 1777F: drivers/pci/hotplug/cpcihp_zt5550.*
1da177e4
LT
1778
1779COMPACTPCI HOTPLUG GENERIC DRIVER
8b58be88 1780M: Scott Murray <[email protected]>
64dab204 1781L: [email protected]
82c4dfc7 1782S: Maintained
679655da 1783F: drivers/pci/hotplug/cpcihp_generic.c
1da177e4 1784
5411552c 1785COMPAL LAPTOP SUPPORT
8b58be88 1786M: Cezary Jackiewicz <[email protected]>
d0944853 1787L: [email protected]
5411552c 1788S: Maintained
679655da 1789F: drivers/platform/x86/compal-laptop.c
5411552c 1790
1da177e4 1791COMPUTONE INTELLIPORT MULTIPORT CARD
8b58be88 1792M: "Michael H. Warfield" <[email protected]>
1da177e4 1793W: http://www.wittsend.com/computone.html
07d46de4 1794S: Maintained
679655da
JP
1795F: Documentation/serial/computone.txt
1796F: drivers/char/ip2/
1da177e4 1797
949be0f7 1798CONEXANT ACCESSRUNNER USB DRIVER
8b58be88 1799M: Simon Arlott <[email protected]>
9ae5e3bc
SA
1800L: [email protected]
1801W: http://accessrunner.sourceforge.net/
949be0f7 1802S: Maintained
679655da 1803F: drivers/usb/atm/cxacru.c
949be0f7 1804
e2d1d6c0 1805CONFIGFS
d6351db2
JB
1806M: Joel Becker <[email protected]>
1807T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
e2d1d6c0 1808S: Supported
679655da
JP
1809F: fs/configfs/
1810F: include/linux/configfs.h
e2d1d6c0 1811
acb9c1b2 1812CONNECTOR
8b58be88 1813M: Evgeniy Polyakov <[email protected]>
acb9c1b2
EP
1814L: [email protected]
1815S: Maintained
1816F: drivers/connector/
1817
fb3a0fb6 1818CONTROL GROUPS (CGROUPS)
8b58be88
JP
1819M: Paul Menage <[email protected]>
1820M: Li Zefan <[email protected]>
fb3a0fb6
PM
1821L: [email protected]
1822S: Maintained
679655da
JP
1823F: include/linux/cgroup*
1824F: kernel/cgroup*
8ca739e3 1825F: mm/*cgroup*
fb3a0fb6 1826
bebe4678 1827CORETEMP HARDWARE MONITORING DRIVER
96859129 1828M: Fenghua Yu <[email protected]>
bebe4678
RM
1829L: [email protected]
1830S: Maintained
679655da
JP
1831F: Documentation/hwmon/coretemp
1832F: drivers/hwmon/coretemp.c
bebe4678 1833
1da177e4 1834COSA/SRP SYNC SERIAL DRIVER
8b58be88 1835M: Jan "Yenya" Kasprzak <[email protected]>
1da177e4
LT
1836W: http://www.fi.muni.cz/~kas/cosa/
1837S: Maintained
679655da 1838F: drivers/net/wan/cosa*
1da177e4 1839
4371ee35 1840CPMAC ETHERNET DRIVER
8b58be88 1841M: Florian Fainelli <[email protected]>
4371ee35
FF
1842L: [email protected]
1843S: Maintained
1844F: drivers/net/cpmac.c
1845
1da177e4 1846CPU FREQUENCY DRIVERS
8b58be88 1847M: Dave Jones <[email protected]>
bc5f65d4 1848L: [email protected]
1da177e4 1849W: http://www.codemonkey.org.uk/projects/cpufreq/
54e5881d 1850T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1da177e4 1851S: Maintained
679655da
JP
1852F: arch/x86/kernel/cpu/cpufreq/
1853F: drivers/cpufreq/
1854F: include/linux/cpufreq.h
1da177e4
LT
1855
1856CPUID/MSR DRIVER
8b58be88 1857M: "H. Peter Anvin" <[email protected]>
1da177e4 1858S: Maintained
679655da
JP
1859F: arch/x86/kernel/cpuid.c
1860F: arch/x86/kernel/msr.c
1da177e4 1861
ed90fb4a 1862CPUSETS
8b58be88 1863M: Paul Menage <[email protected]>
ed90fb4a 1864W: http://www.bullopensource.org/cpuset/
551e172a 1865W: http://oss.sgi.com/projects/cpusets/
ed90fb4a 1866S: Supported
679655da
JP
1867F: Documentation/cgroups/cpusets.txt
1868F: include/linux/cpuset.h
1869F: kernel/cpuset.c
ed90fb4a 1870
1da177e4 1871CRAMFS FILESYSTEM
ce00f85c
JC
1872W: http://sourceforge.net/projects/cramfs/
1873S: Orphan
679655da
JP
1874F: Documentation/filesystems/cramfs.txt
1875F: fs/cramfs/
1da177e4
LT
1876
1877CRIS PORT
8b58be88
JP
1878M: Mikael Starvik <[email protected]>
1879M: Jesper Nilsson <[email protected]>
9937ac0c 1880L: [email protected]
1da177e4
LT
1881W: http://developer.axis.com
1882S: Maintained
679655da 1883F: arch/cris/
df621252 1884F: drivers/tty/serial/crisv10.*
1da177e4
LT
1885
1886CRYPTO API
8b58be88
JP
1887M: Herbert Xu <[email protected]>
1888M: "David S. Miller" <[email protected]>
1da177e4 1889L: [email protected]
54e5881d 1890T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1da177e4 1891S: Maintained
679655da
JP
1892F: Documentation/crypto/
1893F: arch/*/crypto/
1894F: crypto/
1895F: drivers/crypto/
1896F: include/crypto/
1da177e4 1897
5b07bd57 1898CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
8b58be88 1899M: Neil Horman <[email protected]>
5b07bd57
NH
1900L: [email protected]
1901S: Maintained
51a2228a
JP
1902F: crypto/ansi_cprng.c
1903F: crypto/rng.c
5b07bd57 1904
9b4ffa48 1905CS5535 Audio ALSA driver
8b58be88 1906M: Jaya Kumar <[email protected]>
9b4ffa48 1907S: Maintained
679655da 1908F: sound/pci/cs5535audio/
9b4ffa48 1909
6d8425b1 1910CX18 VIDEO4LINUX DRIVER
6afdeaf8 1911M: Andy Walls <[email protected]>
c4240509 1912L: [email protected] (moderated for non-subscribers)
661263b5 1913L: [email protected]
54e5881d 1914T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6d8425b1 1915W: http://linuxtv.org
30e10993 1916W: http://www.ivtvdriver.org/index.php/Cx18
6d8425b1 1917S: Maintained
679655da
JP
1918F: Documentation/video4linux/cx18.txt
1919F: drivers/media/video/cx18/
6d8425b1 1920
e5ec3789 1921CXGB3 ETHERNET DRIVER (CXGB3)
8b58be88 1922M: Divy Le Ray <[email protected]>
e5ec3789
SW
1923L: [email protected]
1924W: http://www.chelsio.com
1925S: Supported
679655da 1926F: drivers/net/cxgb3/
e5ec3789
SW
1927
1928CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
8b58be88 1929M: Steve Wise <[email protected]>
e6cc0fd1 1930L: [email protected]
e5ec3789
SW
1931W: http://www.openfabrics.org
1932S: Supported
679655da 1933F: drivers/infiniband/hw/cxgb3/
e5ec3789 1934
be4c9bad
RD
1935CXGB4 ETHERNET DRIVER (CXGB4)
1936M: Dimitris Michailidis <[email protected]>
1937L: [email protected]
1938W: http://www.chelsio.com
1939S: Supported
1940F: drivers/net/cxgb4/
1941
1942CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
1943M: Steve Wise <[email protected]>
1944L: [email protected]
1945W: http://www.openfabrics.org
1946S: Supported
1947F: drivers/infiniband/hw/cxgb4/
1948
5c20a5c7
CL
1949CXGB4VF ETHERNET DRIVER (CXGB4VF)
1950M: Casey Leedom <[email protected]>
1951L: [email protected]
1952W: http://www.chelsio.com
1953S: Supported
1954F: drivers/net/cxgb4vf/
1955
b52b97a3
GC
1956STMMAC ETHERNET DRIVER
1957M: Giuseppe Cavallaro <[email protected]>
1958L: [email protected]
1959W: http://www.stlinux.com
1960S: Supported
1961F: drivers/net/stmmac/
1962
1da177e4 1963CYBERPRO FB DRIVER
8b58be88 1964M: Russell King <[email protected]>
efc03ecb 1965L: [email protected] (moderated for non-subscribers)
1da177e4
LT
1966W: http://www.arm.linux.org.uk/
1967S: Maintained
679655da 1968F: drivers/video/cyber2000fb.*
9fa68eae 1969
1da177e4 1970CYCLADES 2X SYNC CARD DRIVER
8b58be88 1971M: Arnaldo Carvalho de Melo <[email protected]>
926554c4 1972W: http://oops.ghostprotocols.net:81/blog
1da177e4 1973S: Maintained
679655da 1974F: drivers/net/wan/cycx*
1da177e4
LT
1975
1976CYCLADES ASYNC MUX DRIVER
1da177e4 1977W: http://www.cyclades.com/
d459883e 1978S: Orphan
679655da
JP
1979F: drivers/char/cyclades.c
1980F: include/linux/cyclades.h
1da177e4
LT
1981
1982CYCLADES PC300 DRIVER
1da177e4 1983W: http://www.cyclades.com/
d459883e 1984S: Orphan
679655da 1985F: drivers/net/wan/pc300*
1da177e4 1986
1da177e4 1987DAMA SLAVE for AX.25
8b58be88 1988M: Joerg Reuter <[email protected]>
1da177e4
LT
1989W: http://yaina.de/jreuter/
1990W: http://www.qsl.net/dl1bke/
1991L: [email protected]
1992S: Maintained
679655da
JP
1993F: net/ax25/af_ax25.c
1994F: net/ax25/ax25_dev.c
1995F: net/ax25/ax25_ds_*
1996F: net/ax25/ax25_in.c
1997F: net/ax25/ax25_out.c
1998F: net/ax25/ax25_timer.c
1999F: net/ax25/sysctl_net_ax25.c
1da177e4 2000
e2d1d6c0 2001DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
8b58be88 2002M: Tobias Ringstrom <[email protected]>
e2d1d6c0
RD
2003L: [email protected]
2004S: Maintained
679655da
JP
2005F: Documentation/networking/dmfe.txt
2006F: drivers/net/tulip/dmfe.c
e2d1d6c0
RD
2007
2008DC390/AM53C974 SCSI driver
8b58be88 2009M: Kurt Garloff <[email protected]>
e2d1d6c0 2010W: http://www.garloff.de/kurt/linux/dc390/
8b58be88 2011M: Guennadi Liakhovetski <[email protected]>
e2d1d6c0 2012S: Maintained
679655da 2013F: drivers/scsi/tmscsim.*
e2d1d6c0 2014
1da177e4 2015DC395x SCSI driver
8b58be88
JP
2016M: Oliver Neukum <[email protected]>
2017M: Ali Akcaagac <[email protected]>
2018M: Jamie Lenehan <[email protected]>
1da177e4 2019W: http://twibble.org/dist/dc395x/
f5df5881 2020L: [email protected]
1da177e4
LT
2021L: http://lists.twibble.org/mailman/listinfo/dc395x/
2022S: Maintained
679655da
JP
2023F: Documentation/scsi/dc395x.txt
2024F: drivers/scsi/dc395x.*
1da177e4 2025
eb8edb08 2026DCCP PROTOCOL
8b58be88 2027M: Arnaldo Carvalho de Melo <[email protected]>
eb8edb08 2028L: [email protected]
c996d8b9 2029W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
eb8edb08 2030S: Maintained
679655da
JP
2031F: include/linux/dccp.h
2032F: include/linux/tfrc.h
2033F: net/dccp/
eb8edb08 2034
1da177e4 2035DECnet NETWORK LAYER
1da177e4
LT
2036W: http://linux-decnet.sourceforge.net
2037L: [email protected]
f546444d 2038S: Orphan
679655da
JP
2039F: Documentation/networking/decnet.txt
2040F: net/decnet/
1da177e4
LT
2041
2042DEFXX FDDI NETWORK DRIVER
8b58be88 2043M: "Maciej W. Rozycki" <[email protected]>
1da177e4 2044S: Maintained
679655da 2045F: drivers/net/defxx.*
1da177e4 2046
ad8f07cc 2047DELL LAPTOP DRIVER
8b58be88 2048M: Matthew Garrett <[email protected]>
d0944853 2049L: [email protected]
ad8f07cc 2050S: Maintained
679655da 2051F: drivers/platform/x86/dell-laptop.c
ad8f07cc 2052
1da177e4 2053DELL LAPTOP SMM DRIVER
8b58be88 2054M: Massimo Dal Zotto <[email protected]>
1da177e4
LT
2055W: http://www.debian.org/~dz/i8k/
2056S: Maintained
679655da
JP
2057F: drivers/char/i8k.c
2058F: include/linux/i8k.h
1da177e4 2059
90563ec4 2060DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
8b58be88 2061M: Doug Warzecha <[email protected]>
90563ec4 2062S: Maintained
679655da
JP
2063F: Documentation/dcdbas.txt
2064F: drivers/firmware/dcdbas.*
90563ec4 2065
0b3f6109 2066DELL WMI EXTRAS DRIVER
8b58be88 2067M: Matthew Garrett <[email protected]>
0b3f6109 2068S: Maintained
36b3a96f 2069F: drivers/platform/x86/dell-wmi.c
0b3f6109 2070
1da177e4 2071DEVICE NUMBER REGISTRY
8b58be88 2072M: Torben Mathiasen <[email protected]>
1da177e4 2073W: http://lanana.org/docs/device-list/index.html
1da177e4
LT
2074S: Maintained
2075
e2d1d6c0
RD
2076DEVICE-MAPPER (LVM)
2077P: Alasdair Kergon
2078L: [email protected]
2079W: http://sources.redhat.com/dm
8a6e2535 2080Q: http://patchwork.kernel.org/project/dm-devel/list/
e2d1d6c0 2081S: Maintained
679655da
JP
2082F: Documentation/device-mapper/
2083F: drivers/md/dm*
2084F: include/linux/device-mapper.h
2085F: include/linux/dm-*.h
e2d1d6c0 2086
1da177e4 2087DIGI INTL. EPCA DRIVER
8b58be88 2088M: "Digi International, Inc" <[email protected]>
1da177e4
LT
2089L: [email protected]
2090W: http://www.digi.com
baaea1dc 2091S: Orphan
679655da
JP
2092F: Documentation/serial/digiepca.txt
2093F: drivers/char/epca*
2094F: drivers/char/digi*
1da177e4 2095
e7839f25 2096DIRECTORY NOTIFICATION (DNOTIFY)
8b58be88 2097M: Eric Paris <[email protected]>
3c5119c0 2098S: Maintained
679655da
JP
2099F: Documentation/filesystems/dnotify.txt
2100F: fs/notify/dnotify/
2101F: include/linux/dnotify.h
1da177e4
LT
2102
2103DISK GEOMETRY AND PARTITION HANDLING
8b58be88 2104M: Andries Brouwer <[email protected]>
1da177e4
LT
2105W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2106W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2107W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2108S: Maintained
2109
4480f15b 2110DISKQUOTA
8b58be88 2111M: Jan Kara <[email protected]>
1da177e4 2112S: Maintained
679655da
JP
2113F: Documentation/filesystems/quota.txt
2114F: fs/quota/
2115F: include/linux/quota*.h
1da177e4 2116
e7839f25 2117DISTRIBUTED LOCK MANAGER (DLM)
8b58be88
JP
2118M: Christine Caulfield <[email protected]>
2119M: David Teigland <[email protected]>
a4644184 2120L: [email protected]
5be7b50f 2121W: http://sources.redhat.com/cluster/
54e5881d 2122T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
5be7b50f 2123S: Supported
679655da 2124F: fs/dlm/
5be7b50f 2125
b3e5f263 2126DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
8b58be88 2127M: Dan Williams <[email protected]>
b3e5f263 2128S: Supported
679655da
JP
2129F: drivers/dma/
2130F: include/linux/dma*
248a9dc3 2131
b825037d 2132DME1737 HARDWARE MONITOR DRIVER
8b58be88 2133M: Juerg Haefliger <[email protected]>
b825037d
JH
2134L: [email protected]
2135S: Maintained
679655da
JP
2136F: Documentation/hwmon/dme1737
2137F: drivers/hwmon/dme1737.c
b825037d 2138
ba483d57 2139DOCBOOK FOR DOCUMENTATION
8b58be88 2140M: Randy Dunlap <[email protected]>
ba483d57 2141S: Maintained
5d3efe07 2142F: scripts/kernel-doc
ba483d57 2143
5b9c9bf6 2144DOCKING STATION DRIVER
8b58be88 2145M: Shaohua Li <[email protected]>
5b9c9bf6 2146L: [email protected]
8b59a454 2147S: Supported
679655da 2148F: drivers/acpi/dock.c
5b9c9bf6 2149
7d2c86b5 2150DOCUMENTATION
8b58be88 2151M: Randy Dunlap <[email protected]>
795fb7e7 2152L: [email protected]
5d3efe07 2153T: quilt oss.oracle.com/~rdunlap/kernel-doc-patches/current/
795fb7e7 2154S: Maintained
679655da 2155F: Documentation/
abbaeff3 2156
1da177e4 2157DOUBLETALK DRIVER
8b58be88 2158M: "James R. Van Zandt" <[email protected]>
1da177e4
LT
2159L: [email protected]
2160S: Maintained
679655da
JP
2161F: drivers/char/dtlk.c
2162F: include/linux/dtlk.h
1da177e4 2163
e2d1d6c0 2164DPT_I2O SCSI RAID DRIVER
8b58be88 2165M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
2166L: [email protected]
2167W: http://www.adaptec.com/
2168S: Maintained
679655da
JP
2169F: drivers/scsi/dpt*
2170F: drivers/scsi/dpt/
e2d1d6c0 2171
b411b363 2172DRBD DRIVER
28b8e8d4
JP
2173P: Philipp Reisner
2174P: Lars Ellenberg
2175M: [email protected]
2176L: [email protected]
2177W: http://www.drbd.org
2178T: git git://git.drbd.org/linux-2.6-drbd.git drbd
2179T: git git://git.drbd.org/drbd-8.3.git
2180S: Supported
2181F: drivers/block/drbd/
2182F: lib/lru_cache.c
2183F: Documentation/blockdev/drbd/
b411b363 2184
87544653 2185DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
8b58be88 2186M: Greg Kroah-Hartman <[email protected]>
e658e9fe 2187T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git
1da177e4 2188S: Supported
679655da 2189F: Documentation/kobject.txt
7cfc51b9 2190F: drivers/base/
679655da 2191F: fs/sysfs/
87544653 2192F: fs/debugfs/
679655da 2193F: include/linux/kobj*
87544653 2194F: include/linux/debugfs.h
679655da 2195F: lib/kobj*
1da177e4
LT
2196
2197DRM DRIVERS
8b58be88 2198M: David Airlie <[email protected]>
4c6a3999 2199L: [email protected]
54e5881d 2200T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1da177e4 2201S: Maintained
679655da 2202F: drivers/gpu/drm/
850e9411 2203F: include/drm/
1da177e4 2204
8daf7473
CW
2205INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2206M: Chris Wilson <[email protected]>
cc840f77 2207L: [email protected] (subscribers-only)
8daf7473
CW
2208L: [email protected]
2209T: git git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git
2210S: Supported
2211F: drivers/gpu/drm/i915
2212F: include/drm/i915*
2213
1da177e4 2214DSCC4 DRIVER
8b58be88 2215M: Francois Romieu <[email protected]>
01f20734 2216L: [email protected]
1da177e4 2217S: Maintained
679655da 2218F: drivers/net/wan/dscc4.c
1da177e4 2219
789c7048 2220DZ DECSTATION DZ11 SERIAL DRIVER
8b58be88 2221M: "Maciej W. Rozycki" <[email protected]>
789c7048 2222S: Maintained
df621252 2223F: drivers/tty/serial/dz.*
789c7048 2224
1da177e4 2225EATA-DMA SCSI DRIVER
8b58be88 2226M: Michael Neuffer <[email protected]>
7d2c86b5
JP
2227L: [email protected]
2228L: [email protected]
1da177e4 2229S: Maintained
679655da 2230F: drivers/scsi/eata*
1da177e4
LT
2231
2232EATA ISA/EISA/PCI SCSI DRIVER
8b58be88 2233M: Dario Ballabio <[email protected]>
1da177e4
LT
2234L: [email protected]
2235S: Maintained
679655da 2236F: drivers/scsi/eata.c
1da177e4
LT
2237
2238EATA-PIO SCSI DRIVER
8b58be88 2239M: Michael Neuffer <[email protected]>
7d2c86b5
JP
2240L: [email protected]
2241L: [email protected]
1da177e4 2242S: Maintained
679655da 2243F: drivers/scsi/eata_pio.*
1da177e4
LT
2244
2245EBTABLES
8b58be88 2246M: Bart De Schuymer <[email protected]>
1da177e4
LT
2247L: [email protected]
2248L: [email protected]
2249W: http://ebtables.sourceforge.net/
2250S: Maintained
679655da
JP
2251F: include/linux/netfilter_bridge/ebt_*.h
2252F: net/bridge/netfilter/ebt*.c
1da177e4 2253
237fead6 2254ECRYPT FILE SYSTEM
8b58be88
JP
2255M: Tyler Hicks <[email protected]>
2256M: Dustin Kirkland <[email protected]>
6dc7516e
MH
2257L: [email protected]
2258W: https://launchpad.net/ecryptfs
237fead6 2259S: Supported
679655da
JP
2260F: Documentation/filesystems/ecryptfs.txt
2261F: fs/ecryptfs/
237fead6 2262
da9bb1d2 2263EDAC-CORE
8b58be88 2264M: Doug Thompson <[email protected]>
7b102d03 2265L: [email protected] (moderated for non-subscribers)
0e438e3f 2266W: bluesmoke.sourceforge.net
8c2a6a40 2267S: Supported
679655da
JP
2268F: Documentation/edac.txt
2269F: drivers/edac/edac_*
2270F: include/linux/edac.h
0e438e3f 2271
c476c23b 2272EDAC-AMD64
8b58be88
JP
2273M: Doug Thompson <[email protected]>
2274M: Borislav Petkov <[email protected]>
c476c23b
BP
2275L: [email protected] (moderated for non-subscribers)
2276W: bluesmoke.sourceforge.net
2277S: Supported
2278F: drivers/edac/amd64_edac*
2279
0e438e3f 2280EDAC-E752X
8b58be88
JP
2281M: Mark Gross <[email protected]>
2282M: Doug Thompson <[email protected]>
7b102d03 2283L: [email protected] (moderated for non-subscribers)
0e438e3f
DP
2284W: bluesmoke.sourceforge.net
2285S: Maintained
679655da 2286F: drivers/edac/e752x_edac.c
0e438e3f
DP
2287
2288EDAC-E7XXX
8b58be88 2289M: Doug Thompson <[email protected]>
7b102d03 2290L: [email protected] (moderated for non-subscribers)
0e438e3f
DP
2291W: bluesmoke.sourceforge.net
2292S: Maintained
679655da 2293F: drivers/edac/e7xxx_edac.c
0e438e3f 2294
6bc78404 2295EDAC-I82443BXGX
8b58be88 2296M: Tim Small <[email protected]>
7b102d03 2297L: [email protected] (moderated for non-subscribers)
6bc78404
DT
2298W: bluesmoke.sourceforge.net
2299S: Maintained
679655da 2300F: drivers/edac/i82443bxgx_edac.c
6bc78404
DT
2301
2302EDAC-I3000
8b58be88 2303M: Jason Uhlenkott <[email protected]>
7b102d03 2304L: [email protected] (moderated for non-subscribers)
6bc78404
DT
2305W: bluesmoke.sourceforge.net
2306S: Maintained
679655da 2307F: drivers/edac/i3000_edac.c
6bc78404
DT
2308
2309EDAC-I5000
8b58be88 2310M: Doug Thompson <[email protected]>
7b102d03 2311L: [email protected] (moderated for non-subscribers)
ba9a5918
DT
2312W: bluesmoke.sourceforge.net
2313S: Maintained
679655da 2314F: drivers/edac/i5000_edac.c
ba9a5918 2315
44c12cb2 2316EDAC-I5400
8b58be88 2317M: Mauro Carvalho Chehab <[email protected]>
67c89316 2318L: [email protected]
44c12cb2
MCC
2319W: bluesmoke.sourceforge.net
2320S: Maintained
679655da 2321F: drivers/edac/i5400_edac.c
44c12cb2 2322
3c9c92b6
MCC
2323EDAC-I7300
2324M: Mauro Carvalho Chehab <[email protected]>
2325L: [email protected]
2326W: bluesmoke.sourceforge.net
2327S: Maintained
2328F: drivers/edac/i7300_edac.c
2329
67c89316
MCC
2330EDAC-I7CORE
2331M: Mauro Carvalho Chehab <[email protected]>
2332L: [email protected]
2333W: bluesmoke.sourceforge.net
2334S: Maintained
70aff0ce
JP
2335F: drivers/edac/i7core_edac.c
2336F: drivers/edac/edac_mce.c
2337F: include/linux/edac_mce.h
67c89316 2338
ba9a5918 2339EDAC-I82975X
8b58be88
JP
2340M: Ranganathan Desikan <[email protected]>
2341M: "Arvind R." <[email protected]>
7b102d03 2342L: [email protected] (moderated for non-subscribers)
ba9a5918
DT
2343W: bluesmoke.sourceforge.net
2344S: Maintained
679655da 2345F: drivers/edac/i82975x_edac.c
ba9a5918
DT
2346
2347EDAC-PASEMI
8b58be88 2348M: Egor Martovetsky <[email protected]>
7b102d03 2349L: [email protected] (moderated for non-subscribers)
6bc78404
DT
2350W: bluesmoke.sourceforge.net
2351S: Maintained
679655da 2352F: drivers/edac/pasemi_edac.c
6bc78404 2353
0e438e3f 2354EDAC-R82600
8b58be88 2355M: Tim Small <[email protected]>
7b102d03 2356L: [email protected] (moderated for non-subscribers)
0e438e3f
DP
2357W: bluesmoke.sourceforge.net
2358S: Maintained
679655da 2359F: drivers/edac/r82600_edac.c
da9bb1d2 2360
af39917d
CL
2361EDIROL UA-101/UA-1000 DRIVER
2362M: Clemens Ladisch <[email protected]>
2363L: [email protected] (moderated for non-subscribers)
2364T: git git://git.alsa-project.org/alsa-kernel.git
2365S: Maintained
2366F: sound/usb/misc/ua101.c
2367
e59f8796 2368EEEPC LAPTOP EXTRAS DRIVER
8b58be88 2369M: Corentin Chary <[email protected]>
e59f8796 2370L: [email protected]
d0944853 2371L: [email protected]
76593d6f 2372W: http://acpi4asus.sf.net
e59f8796 2373S: Maintained
679655da 2374F: drivers/platform/x86/eeepc-laptop.c
e59f8796 2375
4c4edfa3
CC
2376EEEPC WMI EXTRAS DRIVER
2377M: Corentin Chary <[email protected]>
2378L: [email protected]
2379L: [email protected]
2380W: http://acpi4asus.sf.net
2381S: Maintained
2382F: drivers/platform/x86/eeepc-wmi.c
2383
85a00d9b
PJ
2384EFIFB FRAMEBUFFER DRIVER
2385L: [email protected]
2386M: Peter Jones <[email protected]>
2387S: Maintained
2388F: drivers/video/efifb.c
2389
0bee8d28
JT
2390EFS FILESYSTEM
2391W: http://aeschi.ch.eu.org/efs/
2392S: Orphan
679655da 2393F: fs/efs/
0bee8d28 2394
4480f15b 2395EHCA (IBM GX bus InfiniBand adapter) DRIVER
8b58be88
JP
2396M: Hoang-Nam Nguyen <[email protected]>
2397M: Christoph Raisch <[email protected]>
e6cc0fd1 2398L: [email protected]
fab97220 2399S: Supported
679655da 2400F: drivers/infiniband/hw/ehca/
fab97220 2401
aa8a9e25
BL
2402EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2403M: Breno Leitao <[email protected]>
2404L: [email protected]
2405S: Maintained
2406F: drivers/net/ehea/
2407
3e3a7d66 2408EMBEDDED LINUX
8b58be88
JP
2409M: Paul Gortmaker <[email protected]>
2410M: Matt Mackall <[email protected]>
2411M: David Woodhouse <[email protected]>
3e3a7d66
DW
2412L: [email protected]
2413S: Maintained
2414
3a1c1d44 2415EMULEX LPFC FC SCSI DRIVER
8b58be88 2416M: James Smart <[email protected]>
ce00f85c
JC
2417L: [email protected]
2418W: http://sourceforge.net/projects/lpfcxxxx
2419S: Supported
679655da 2420F: drivers/scsi/lpfc/
3a1c1d44 2421
5f5bac82 2422ENE CB710 FLASH CARD READER DRIVER
8b58be88 2423M: MichaÅ‚ MirosÅ‚aw <[email protected]>
5f5bac82
MM
2424S: Maintained
2425F: drivers/misc/cb710/
2426F: drivers/mmc/host/cb710-mmc.*
2427F: include/linux/cb710.h
2428
931e39a1
ML
2429ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2430M: Maxim Levitsky <[email protected]>
2431S: Maintained
2432F: drivers/media/IR/ene_ir.c
2433F: drivers/media/IR/ene_ir.h
2434
1da177e4 2435EPSON 1355 FRAMEBUFFER DRIVER
8b58be88
JP
2436M: Christopher Hoover <[email protected]>
2437M: Christopher Hoover <[email protected]>
1da177e4 2438S: Maintained
679655da 2439F: drivers/video/epson1355fb.c
1da177e4 2440
d5ca9006 2441EPSON S1D13XXX FRAMEBUFFER DRIVER
8b58be88 2442M: Kristoffer Ericson <[email protected]>
d5ca9006 2443S: Maintained
084bad91 2444T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
679655da
JP
2445F: drivers/video/s1d13xxxfb.c
2446F: include/video/s1d13xxxfb.h
d5ca9006 2447
1da177e4 2448ETHEREXPRESS-16 NETWORK DRIVER
8b58be88 2449M: Philip Blundell <[email protected]>
979b6c13 2450L: [email protected]
1da177e4 2451S: Maintained
679655da 2452F: drivers/net/eexpress.*
1da177e4
LT
2453
2454ETHERNET BRIDGE
8b58be88 2455M: Stephen Hemminger <[email protected]>
f318a63b 2456L: [email protected]
4c325313 2457L: [email protected]
c996d8b9 2458W: http://www.linuxfoundation.org/en/Net:Bridge
1da177e4 2459S: Maintained
679655da
JP
2460F: include/linux/netfilter_bridge/
2461F: net/bridge/
1da177e4
LT
2462
2463ETHERTEAM 16I DRIVER
8b58be88 2464M: Mika Kuoppala <[email protected]>
1da177e4 2465S: Maintained
679655da 2466F: drivers/net/eth16i.c
1da177e4
LT
2467
2468EXT2 FILE SYSTEM
01971952 2469M: Jan Kara <[email protected]>
72be2ccf 2470L: [email protected]
1da177e4 2471S: Maintained
679655da
JP
2472F: Documentation/filesystems/ext2.txt
2473F: fs/ext2/
2474F: include/linux/ext2*
1da177e4
LT
2475
2476EXT3 FILE SYSTEM
01971952 2477M: Jan Kara <[email protected]>
8b58be88 2478M: Andrew Morton <[email protected]>
3c373a5f 2479M: Andreas Dilger <[email protected]>
72be2ccf
EM
2480L: [email protected]
2481S: Maintained
679655da
JP
2482F: Documentation/filesystems/ext3.txt
2483F: fs/ext3/
2484F: include/linux/ext3*
72be2ccf
EM
2485
2486EXT4 FILE SYSTEM
8b58be88 2487M: "Theodore Ts'o" <[email protected]>
3c373a5f 2488M: Andreas Dilger <[email protected]>
72be2ccf 2489L: [email protected]
08a225f1 2490W: http://ext4.wiki.kernel.org
8a6e2535 2491Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
1da177e4 2492S: Maintained
679655da
JP
2493F: Documentation/filesystems/ext4.txt
2494F: fs/ext4/
1da177e4 2495
e53004e2 2496F71805F HARDWARE MONITORING DRIVER
8b58be88 2497M: Jean Delvare <[email protected]>
e53004e2
JD
2498L: [email protected]
2499S: Maintained
679655da
JP
2500F: Documentation/hwmon/f71805f
2501F: drivers/hwmon/f71805f.c
e53004e2 2502
88b2dbdb
EP
2503FANOTIFY
2504M: Eric Paris <[email protected]>
2505S: Maintained
2506F: fs/notify/fanotify/
2507F: include/linux/fanotify.h
2508
1da177e4 2509FARSYNC SYNCHRONOUS DRIVER
8b58be88 2510M: Kevin Curtis <[email protected]>
1da177e4
LT
2511W: http://www.farsite.co.uk/
2512S: Supported
679655da 2513F: drivers/net/wan/farsync.*
1da177e4 2514
c5408b88 2515FAULT INJECTION SUPPORT
8b58be88 2516M: Akinobu Mita <[email protected]>
c5408b88 2517S: Supported
679655da
JP
2518F: Documentation/fault-injection/
2519F: lib/fault-inject.c
c5408b88 2520
cae727db
RL
2521FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2522M: Robert Love <[email protected]>
2523L: [email protected]
2524W: www.Open-FCoE.org
2525S: Supported
2526F: drivers/scsi/libfc/
2527F: drivers/scsi/fcoe/
2528F: include/scsi/fc/
2529F: include/scsi/libfc.h
2530F: include/scsi/libfcoe.h
2531
e2d1d6c0 2532FILE LOCKING (flock() and fcntl()/lockf())
8b58be88 2533M: Matthew Wilcox <[email protected]>
e2d1d6c0 2534L: [email protected]
1da177e4 2535S: Maintained
679655da
JP
2536F: include/linux/fcntl.h
2537F: include/linux/fs.h
2538F: fs/fcntl.c
2539F: fs/locks.c
1da177e4 2540
e2d1d6c0 2541FILESYSTEMS (VFS and infrastructure)
8b58be88 2542M: Alexander Viro <[email protected]>
e2d1d6c0 2543L: [email protected]
173acc7c 2544S: Maintained
679655da 2545F: fs/*
173acc7c 2546
b26e0ed4 2547FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
05576a1e 2548M: Riku Voipio <[email protected]>
b26e0ed4
RV
2549L: [email protected]
2550S: Maintained
d5ca6918
JP
2551F: drivers/hwmon/f75375s.c
2552F: include/linux/f75375s.h
b26e0ed4 2553
7d2c86b5 2554FIREWIRE SUBSYSTEM
8b58be88 2555M: Stefan Richter <[email protected]>
e2d1d6c0 2556L: [email protected]
958a29cb 2557W: http://ieee1394.wiki.kernel.org/
54e5881d 2558T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
e2d1d6c0 2559S: Maintained
679655da
JP
2560F: drivers/firewire/
2561F: include/linux/firewire*.h
9f6d3c4b 2562F: tools/firewire/
e2d1d6c0
RD
2563
2564FIRMWARE LOADER (request_firmware)
e2d1d6c0 2565S: Orphan
679655da
JP
2566F: Documentation/firmware_class/
2567F: drivers/base/firmware*.c
2568F: include/linux/firmware.h
e2d1d6c0
RD
2569
2570FPU EMULATOR
8b58be88 2571M: Bill Metzenthen <[email protected]>
e769980f 2572W: http://floatingpoint.sourceforge.net/emulator/index.html
e2d1d6c0 2573S: Maintained
679655da 2574F: arch/x86/math-emu/
e2d1d6c0
RD
2575
2576FRAME RELAY DLCI/FRAD (Sangoma drivers too)
8b58be88 2577M: Mike McLagan <[email protected]>
e2d1d6c0
RD
2578L: [email protected]
2579S: Maintained
679655da
JP
2580F: drivers/net/wan/dlci.c
2581F: drivers/net/wan/sdla.c
e2d1d6c0
RD
2582
2583FRAMEBUFFER LAYER
c69f677c 2584L: [email protected]
e2d1d6c0 2585W: http://linux-fbdev.sourceforge.net/
b22fe37b 2586Q: http://patchwork.kernel.org/project/linux-fbdev/list/
fc5fef5e 2587T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git
36025a81 2588S: Orphan
679655da 2589F: Documentation/fb/
b22fe37b
PM
2590F: drivers/video/
2591F: include/video/
679655da 2592F: include/linux/fb.h
e2d1d6c0
RD
2593
2594FREESCALE DMA DRIVER
8b58be88
JP
2595M: Li Yang <[email protected]>
2596M: Zhang Wei <[email protected]>
a4724ed6 2597L: [email protected]
e2d1d6c0 2598S: Maintained
679655da 2599F: drivers/dma/fsldma.*
e2d1d6c0
RD
2600
2601FREESCALE I2C CPM DRIVER
8b58be88 2602M: Jochen Friedrich <[email protected]>
a4724ed6 2603L: [email protected]
846557d3 2604L: [email protected]
0d2b405a 2605S: Maintained
679655da 2606F: drivers/i2c/busses/i2c-cpm.c
0d2b405a 2607
60e8c5ab 2608FREESCALE IMX / MXC FRAMEBUFFER DRIVER
8b58be88 2609M: Sascha Hauer <[email protected]>
c69f677c 2610L: [email protected]
efc03ecb 2611L: [email protected] (moderated for non-subscribers)
60e8c5ab 2612S: Maintained
679655da
JP
2613F: arch/arm/plat-mxc/include/mach/imxfb.h
2614F: drivers/video/imxfb.c
60e8c5ab 2615
4689a6b1 2616FREESCALE SOC FS_ENET DRIVER
8b58be88
JP
2617M: Pantelis Antoniou <[email protected]>
2618M: Vitaly Bordug <[email protected]>
a4724ed6 2619L: [email protected]
4689a6b1
PA
2620L: [email protected]
2621S: Maintained
679655da
JP
2622F: drivers/net/fs_enet/
2623F: include/linux/fs_enet_pd.h
4689a6b1 2624
d9e9d82c 2625FREESCALE QUICC ENGINE LIBRARY
8b58be88 2626M: Timur Tabi <[email protected]>
a4724ed6 2627L: [email protected]
d9e9d82c 2628S: Supported
679655da
JP
2629F: arch/powerpc/sysdev/qe_lib/
2630F: arch/powerpc/include/asm/*qe.h
d9e9d82c 2631
b55ef929 2632FREESCALE USB PERIPHERAL DRIVERS
8b58be88 2633M: Li Yang <[email protected]>
6372594a 2634L: [email protected]
a4724ed6 2635L: [email protected]
a7205b30 2636S: Maintained
5429c731 2637F: drivers/usb/gadget/fsl*
a7205b30 2638
beaf53bf 2639FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
8b58be88 2640M: Li Yang <[email protected]>
beaf53bf 2641L: [email protected]
a4724ed6 2642L: [email protected]
beaf53bf 2643S: Maintained
679655da 2644F: drivers/net/ucc_geth*
beaf53bf 2645
d9e9d82c 2646FREESCALE QUICC ENGINE UCC UART DRIVER
8b58be88 2647M: Timur Tabi <[email protected]>
a4724ed6 2648L: [email protected]
d9e9d82c 2649S: Supported
df621252 2650F: drivers/tty/serial/ucc_uart.c
d9e9d82c
TT
2651
2652FREESCALE SOC SOUND DRIVERS
8b58be88 2653M: Timur Tabi <[email protected]>
93711660 2654L: [email protected] (moderated for non-subscribers)
a4724ed6 2655L: [email protected]
d9e9d82c 2656S: Supported
69aefcea
JP
2657F: sound/soc/fsl/fsl*
2658F: sound/soc/fsl/mpc8610_hpcd.c
d9e9d82c 2659
1da177e4 2660FREEVXFS FILESYSTEM
8b58be88 2661M: Christoph Hellwig <[email protected]>
1da177e4
LT
2662W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
2663S: Maintained
679655da 2664F: fs/freevxfs/
1da177e4 2665
71038f52 2666FREEZER
8b58be88
JP
2667M: Pavel Machek <[email protected]>
2668M: "Rafael J. Wysocki" <[email protected]>
71038f52
PM
2669L: [email protected]
2670S: Supported
679655da
JP
2671F: Documentation/power/freezing-of-tasks.txt
2672F: include/linux/freezer.h
2673F: kernel/freezer.c
71038f52 2674
a5432f5a 2675FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
8b58be88 2676M: David Howells <[email protected]>
a5432f5a
DH
2677L: [email protected]
2678S: Supported
2679F: Documentation/filesystems/caching/
2680F: fs/fscache/
2681F: include/linux/fscache*.h
2682
5ab7ffea 2683FUJITSU FR-V (FRV) PORT
8b58be88 2684M: David Howells <[email protected]>
1da177e4 2685S: Maintained
679655da 2686F: arch/frv/
1da177e4 2687
20b93734 2688FUJITSU LAPTOP EXTRAS
8b58be88 2689M: Jonathan Woithe <[email protected]>
d0944853 2690L: [email protected]
20b93734 2691S: Maintained
679655da 2692F: drivers/platform/x86/fujitsu-laptop.c
20b93734 2693
04578f17 2694FUSE: FILESYSTEM IN USERSPACE
8b58be88 2695M: Miklos Szeredi <[email protected]>
04578f17
MS
2696L: [email protected]
2697W: http://fuse.sourceforge.net/
2698S: Maintained
679655da
JP
2699F: fs/fuse/
2700F: include/linux/fuse.h
04578f17 2701
1da177e4 2702FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
8b58be88 2703M: Rik Faith <[email protected]>
1da177e4 2704L: [email protected]
baaea1dc 2705S: Odd Fixes (e.g., new signatures)
679655da 2706F: drivers/scsi/fdomain.*
1da177e4
LT
2707
2708GDT SCSI DISK ARRAY CONTROLLER DRIVER
8b58be88 2709M: Achim Leubner <[email protected]>
1da177e4
LT
2710L: [email protected]
2711W: http://www.icp-vortex.com/
2712S: Supported
679655da 2713F: drivers/scsi/gdt*
1da177e4 2714
1c23af90 2715GENERIC GPIO I2C DRIVER
880b0e26 2716M: Haavard Skinnemoen <[email protected]>
1c23af90 2717S: Supported
679655da
JP
2718F: drivers/i2c/busses/i2c-gpio.c
2719F: include/linux/i2c-gpio.h
1c23af90 2720
92ed1a76
PK
2721GENERIC GPIO I2C MULTIPLEXER DRIVER
2722M: Peter Korsgaard <[email protected]>
2723L: [email protected]
2724S: Supported
2725F: drivers/i2c/muxes/gpio-i2cmux.c
2726F: include/linux/gpio-i2cmux.h
2727F: Documentation/i2c/muxes/gpio-i2cmux
2728
9251ce95 2729GENERIC HDLC (WAN) DRIVERS
8b58be88 2730M: Krzysztof Halasa <[email protected]>
1da177e4
LT
2731W: http://www.kernel.org/pub/linux/utils/net/hdlc/
2732S: Maintained
679655da
JP
2733F: drivers/net/wan/c101.c
2734F: drivers/net/wan/hd6457*
2735F: drivers/net/wan/hdlc*
2736F: drivers/net/wan/n2.c
2737F: drivers/net/wan/pc300too.c
2738F: drivers/net/wan/pci200syn.c
2739F: drivers/net/wan/wanxl*
1da177e4 2740
1527aab6 2741GENERIC INCLUDE/ASM HEADER FILES
8b58be88 2742M: Arnd Bergmann <[email protected]>
1527aab6
AB
2743L: [email protected]
2744T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2745S: Maintained
2746F: include/asm-generic
2747
ccb86a69 2748GENERIC UIO DRIVER FOR PCI DEVICES
bda2562c 2749M: "Michael S. Tsirkin" <[email protected]>
ccb86a69 2750L: [email protected]
ccb86a69
MT
2751S: Supported
2752F: drivers/uio/uio_pci_generic.c
2753
5be7b50f 2754GFS2 FILE SYSTEM
8b58be88 2755M: Steven Whitehouse <[email protected]>
a4644184 2756L: [email protected]
5be7b50f 2757W: http://sources.redhat.com/cluster/
54e5881d
JP
2758T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2759T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
5be7b50f 2760S: Supported
679655da
JP
2761F: Documentation/filesystems/gfs2*.txt
2762F: fs/gfs2/
2763F: include/linux/gfs2_ondisk.h
5be7b50f 2764
0a34eb8f 2765GIGASET ISDN DRIVERS
8b58be88
JP
2766M: Hansjoerg Lipp <[email protected]>
2767M: Tilman Schmidt <[email protected]>
0a34eb8f
HL
2768L: [email protected]
2769W: http://gigaset307x.sourceforge.net/
2770S: Maintained
679655da
JP
2771F: Documentation/isdn/README.gigaset
2772F: drivers/isdn/gigaset/
2773F: include/linux/gigaset_dev.h
0a34eb8f 2774
d4c41139
KG
2775GRETH 10/100/1G Ethernet MAC device driver
2776M: Kristoffer Glembo <[email protected]>
2777L: [email protected]
2778S: Maintained
2779F: drivers/net/greth*
2780
e2d1d6c0 2781HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
8b58be88 2782M: Frank Seidel <[email protected]>
bd9fc3a7 2783L: [email protected]
211e3e0e 2784W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
e2d1d6c0 2785S: Maintained
bd9fc3a7 2786F: drivers/platform/x86/hdaps.c
e2d1d6c0 2787
7bc98b97
AK
2788HWPOISON MEMORY FAILURE HANDLING
2789M: Andi Kleen <[email protected]>
2790L: [email protected]
2791L: [email protected]
2792T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2793S: Maintained
2794F: mm/memory-failure.c
2795F: mm/hwpoison-inject.c
2796
c90bfeb8 2797HYPERVISOR VIRTUAL CONSOLE DRIVER
a4724ed6 2798L: [email protected]
c90bfeb8
ME
2799S: Odd Fixes
2800F: drivers/char/hvc_*
2801
c4d1409b
KRW
2802iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2803M: Peter Jones <[email protected]>
2804M: Konrad Rzeszutek Wilk <[email protected]>
2805S: Maintained
2806F: drivers/firmware/iscsi_ibft*
2807
e8deeae2 2808GSPCA FINEPIX SUBDRIVER
8b58be88 2809M: Frank Zago <[email protected]>
661263b5 2810L: [email protected]
54e5881d 2811T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
e8deeae2 2812S: Maintained
679655da 2813F: drivers/media/video/gspca/finepix.c
e8deeae2 2814
4b3fa3c4
OL
2815GSPCA GL860 SUBDRIVER
2816M: Olivier Lorin <[email protected]>
2817L: [email protected]
2818T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2819S: Maintained
2820F: drivers/media/video/gspca/gl860/
2821
e8deeae2 2822GSPCA M5602 SUBDRIVER
8b58be88 2823M: Erik Andren <[email protected]>
661263b5 2824L: [email protected]
54e5881d 2825T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
e8deeae2 2826S: Maintained
679655da 2827F: drivers/media/video/gspca/m5602/
e8deeae2
JFM
2828
2829GSPCA PAC207 SONIXB SUBDRIVER
8b58be88 2830M: Hans de Goede <[email protected]>
661263b5 2831L: [email protected]
54e5881d 2832T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
e8deeae2 2833S: Maintained
679655da 2834F: drivers/media/video/gspca/pac207.c
e8deeae2 2835
261982f1 2836GSPCA SN9C20X SUBDRIVER
d95c5b0b 2837M: Brian Johnson <[email protected]>
261982f1
BJ
2838L: [email protected]
2839T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2840S: Maintained
2841F: drivers/media/video/gspca/sn9c20x.c
2842
e8deeae2 2843GSPCA T613 SUBDRIVER
8b58be88 2844M: Leandro Costantino <[email protected]>
661263b5 2845L: [email protected]
54e5881d 2846T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
e8deeae2 2847S: Maintained
679655da 2848F: drivers/media/video/gspca/t613.c
e8deeae2
JFM
2849
2850GSPCA USB WEBCAM DRIVER
8b58be88 2851M: Jean-Francois Moine <[email protected]>
e8deeae2 2852W: http://moinejf.free.fr
661263b5 2853L: [email protected]
54e5881d 2854T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
e8deeae2 2855S: Maintained
679655da 2856F: drivers/media/video/gspca/
e8deeae2 2857
5b543965 2858HARDWARE MONITORING
9e012c1a
JD
2859M: Jean Delvare <[email protected]>
2860M: Guenter Roeck <[email protected]>
5b543965 2861L: [email protected]
595142e0 2862W: http://www.lm-sensors.org/
9e012c1a 2863T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
885374e3
GR
2864T: quilt kernel.org/pub/linux/kernel/people/groeck/linux-staging/
2865T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
9e012c1a 2866S: Maintained
047f4ec2 2867F: Documentation/hwmon/
679655da 2868F: drivers/hwmon/
047f4ec2 2869F: include/linux/hwmon*.h
5b543965 2870
844dd05f 2871HARDWARE RANDOM NUMBER GENERATOR CORE
c0d0787b
JP
2872M: Matt Mackall <[email protected]>
2873M: Herbert Xu <[email protected]>
2874S: Odd fixes
679655da
JP
2875F: Documentation/hw_random.txt
2876F: drivers/char/hw_random/
2877F: include/linux/hw_random.h
844dd05f 2878
1da177e4 2879HARMONY SOUND DRIVER
8b58be88 2880M: Kyle McMartin <[email protected]>
ac6aecbf 2881L: [email protected]
1da177e4 2882S: Maintained
679655da 2883F: sound/parisc/harmony.*
1da177e4 2884
e2d1d6c0 2885HEWLETT-PACKARD SMART2 RAID DRIVER
8b58be88 2886M: Chirag Kantharia <[email protected]>
e2d1d6c0
RD
2887L: [email protected]
2888S: Maintained
679655da
JP
2889F: Documentation/blockdev/cpqarray.txt
2890F: drivers/block/cpqarray.*
e2d1d6c0 2891
9257aa49
SC
2892HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
2893M: Stephen M. Cameron <[email protected]>
2894L: [email protected]
2895S: Supported
2896F: Documentation/scsi/hpsa.txt
2897F: drivers/scsi/hpsa*.[ch]
2898F: include/linux/cciss*.h
2899
e2d1d6c0 2900HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
8b58be88 2901M: Mike Miller <[email protected]>
e2d1d6c0
RD
2902L: [email protected]
2903S: Supported
679655da
JP
2904F: Documentation/blockdev/cciss.txt
2905F: drivers/block/cciss*
2906F: include/linux/cciss_ioctl.h
e2d1d6c0 2907
1da177e4 2908HFS FILESYSTEM
8b58be88 2909M: Roman Zippel <[email protected]>
1da177e4 2910S: Maintained
679655da
JP
2911F: Documentation/filesystems/hfs.txt
2912F: fs/hfs/
1da177e4
LT
2913
2914HGA FRAMEBUFFER DRIVER
8b58be88 2915M: Ferenc Bakonyi <[email protected]>
1da177e4
LT
2916L: [email protected]
2917W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2918S: Maintained
679655da 2919F: drivers/video/hgafb.c
1da177e4 2920
4480f15b 2921HIBERNATION (aka Software Suspend, aka swsusp)
8b58be88
JP
2922M: Pavel Machek <[email protected]>
2923M: "Rafael J. Wysocki" <[email protected]>
e2d1d6c0
RD
2924L: [email protected]
2925S: Supported
679655da
JP
2926F: arch/x86/power/
2927F: drivers/base/power/
2928F: kernel/power/
2929F: include/linux/suspend.h
2930F: include/linux/freezer.h
2931F: include/linux/pm.h
679655da 2932F: arch/*/include/asm/suspend*.h
e2d1d6c0 2933
4ef4caad 2934HID CORE LAYER
8b58be88 2935M: Jiri Kosina <[email protected]>
eb76c5c0 2936L: [email protected]
54e5881d 2937T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4ef4caad 2938S: Maintained
679655da
JP
2939F: drivers/hid/
2940F: include/linux/hid*
4ef4caad 2941
38bed542 2942HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
8b58be88 2943M: Thomas Gleixner <[email protected]>
38bed542 2944S: Maintained
679655da
JP
2945F: Documentation/timers/
2946F: kernel/hrtimer.c
88606e80
TG
2947F: kernel/time/clockevents.c
2948F: kernel/time/tick*.*
2949F: kernel/time/timer_*.c
2950F include/linux/clockevents.h
679655da 2951F: include/linux/hrtimer.h
38bed542 2952
1da177e4 2953HIGH-SPEED SCC DRIVER FOR AX.25
8b58be88 2954M: Klaus Kudielka <[email protected]>
1da177e4
LT
2955L: [email protected]
2956W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2957S: Maintained
679655da
JP
2958F: drivers/net/hamradio/dmascc.c
2959F: drivers/net/hamradio/scc.c
1da177e4 2960
ede1e6f8 2961HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
8b58be88 2962M: HighPoint Linux Team <[email protected]>
ede1e6f8
HLT
2963W: http://www.highpoint-tech.com
2964S: Supported
679655da
JP
2965F: Documentation/scsi/hptiop.txt
2966F: drivers/scsi/hptiop.c
ede1e6f8 2967
1da177e4 2968HIPPI
8b58be88 2969M: Jes Sorensen <[email protected]>
1da177e4
LT
2970L: [email protected]
2971S: Maintained
679655da
JP
2972F: include/linux/hippidevice.h
2973F: include/linux/if_hippi.h
2974F: net/802/hippi.c
1da177e4 2975
ff1d2767 2976HOST AP DRIVER
8b58be88 2977M: Jouni Malinen <[email protected]>
85d32e7b 2978L: [email protected] (subscribers-only)
724c6b35 2979L: [email protected]
ff1d2767
JM
2980W: http://hostap.epitest.fi/
2981S: Maintained
679655da 2982F: drivers/net/wireless/hostap/
ff1d2767 2983
dd8cd779 2984HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
8b58be88 2985M: Carlos Corbacho <[email protected]>
d0944853 2986L: [email protected]
dd8cd779 2987S: Odd Fixes
679655da 2988F: drivers/platform/x86/tc1100-wmi.c
dd8cd779 2989
e2d1d6c0 2990HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
8b58be88 2991M: Jaroslav Kysela <[email protected]>
e2d1d6c0 2992S: Maintained
679655da 2993F: drivers/net/hp100.*
e2d1d6c0 2994
7d2c86b5 2995HPET: High Precision Event Timers driver
8b58be88 2996M: Clemens Ladisch <[email protected]>
b9b0332f 2997S: Maintained
679655da
JP
2998F: Documentation/timers/hpet.txt
2999F: drivers/char/hpet.c
3000F: include/linux/hpet.h
b9b0332f 3001
e07b5d79 3002HPET: x86
9c5fb19a 3003M: "Venkatesh Pallipadi (Venki)" <[email protected]>
b9b0332f 3004S: Maintained
679655da
JP
3005F: arch/x86/kernel/hpet.c
3006F: arch/x86/include/asm/hpet.h
b9b0332f 3007
1da177e4 3008HPFS FILESYSTEM
8b58be88 3009M: Mikulas Patocka <[email protected]>
1da177e4
LT
3010W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3011S: Maintained
679655da 3012F: fs/hpfs/
1da177e4 3013
7d2c86b5 3014HSO 3G MODEM DRIVER
8b58be88 3015M: Jan Dumon <[email protected]>
11cd29b0
DJB
3016W: http://www.pharscape.org
3017S: Maintained
679655da 3018F: drivers/net/usb/hso.c
11cd29b0 3019
5a18c343 3020HTCPEN TOUCHSCREEN DRIVER
8b58be88 3021M: Pau Oliva Fora <[email protected]>
5a18c343
POF
3022L: [email protected]
3023S: Maintained
679655da 3024F: drivers/input/touchscreen/htcpen.c
5a18c343 3025
1da177e4 3026HUGETLB FILESYSTEM
8b58be88 3027M: William Irwin <[email protected]>
1da177e4 3028S: Maintained
679655da 3029F: fs/hugetlbfs/
1da177e4 3030
6ea884db 3031I2C/SMBUS STUB DRIVER
8b58be88 3032M: "Mark M. Hoffman" <[email protected]>
846557d3 3033L: [email protected]
6ea884db 3034S: Maintained
679655da 3035F: drivers/i2c/busses/i2c-stub.c
6ea884db 3036
5b543965 3037I2C SUBSYSTEM
8b58be88
JP
3038M: "Jean Delvare (PC drivers, core)" <[email protected]>
3039M: "Ben Dooks (embedded platforms)" <[email protected]>
846557d3 3040L: [email protected]
a01064a9
JD
3041W: http://i2c.wiki.kernel.org/
3042T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
0e533008 3043T: git git://git.fluff.org/bjdooks/linux.git
1da177e4 3044S: Maintained
679655da
JP
3045F: Documentation/i2c/
3046F: drivers/i2c/
3047F: include/linux/i2c.h
03b70d62 3048F: include/linux/i2c-*.h
1da177e4 3049
e8c76eed 3050I2C-TINY-USB DRIVER
8b58be88 3051M: Till Harbaum <[email protected]>
846557d3 3052L: [email protected]
932d1872 3053W: http://www.harbaum.org/till/i2c_tiny_usb
e8c76eed 3054S: Maintained
679655da 3055F: drivers/i2c/busses/i2c-tiny-usb.c
e8c76eed 3056
1da177e4 3057i386 BOOT CODE
8b58be88 3058M: "H. Peter Anvin" <[email protected]>
1da177e4 3059S: Maintained
679655da 3060F: arch/x86/boot/
1da177e4
LT
3061
3062i386 SETUP CODE / CPU ERRATA WORKAROUNDS
8b58be88 3063M: "H. Peter Anvin" <[email protected]>
54e5881d 3064T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
1da177e4
LT
3065S: Maintained
3066
1da177e4 3067IA64 (Itanium) PLATFORM
8b58be88
JP
3068M: Tony Luck <[email protected]>
3069M: Fenghua Yu <[email protected]>
1da177e4
LT
3070L: [email protected]
3071W: http://www.ia64-linux.org/
54e5881d 3072T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
1da177e4 3073S: Maintained
679655da 3074F: arch/ia64/
1da177e4 3075
1da177e4 3076IBM MCA SCSI SUBSYSTEM DRIVER
8b58be88 3077M: Michael Lang <[email protected]>
1da177e4
LT
3078W: http://www.uni-mainz.de/~langm000/linux.html
3079S: Maintained
679655da 3080F: drivers/scsi/ibmmca.c
1da177e4
LT
3081
3082IBM Power Linux RAID adapter
8b58be88 3083M: Brian King <[email protected]>
1da177e4 3084S: Supported
679655da 3085F: drivers/scsi/ipr.*
1da177e4 3086
9d348af4
SL
3087IBM Power Virtual Ethernet Device Driver
3088M: Santiago Leon <[email protected]>
3089L: [email protected]
3090S: Supported
3091F: drivers/net/ibmveth.*
3092
1da177e4
LT
3093IBM ServeRAID RAID DRIVER
3094P: Jack Hammer
8b58be88 3095M: Dave Jeffery <[email protected]>
1da177e4 3096W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
b7eee616 3097S: Supported
679655da 3098F: drivers/scsi/ips.*
1da177e4 3099
1e7106fc 3100IDE SUBSYSTEM
8b58be88 3101M: "David S. Miller" <[email protected]>
1da177e4 3102L: [email protected]
8a6e2535 3103Q: http://patchwork.ozlabs.org/project/linux-ide/list/
920d44ed 3104T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
1da177e4 3105S: Maintained
679655da
JP
3106F: Documentation/ide/
3107F: drivers/ide/
3108F: include/linux/ide.h
1da177e4 3109
0f861e8c 3110IDE/ATAPI DRIVERS
8b58be88 3111M: Borislav Petkov <[email protected]>
9c5b0ce4 3112L: [email protected]
c404c199 3113S: Maintained
679655da
JP
3114F: Documentation/cdrom/ide-cd
3115F: drivers/ide/ide-cd*
1da177e4 3116
27471fdb 3117IDLE-I7300
8b58be88 3118M: Andy Henroid <[email protected]>
27471fdb
AH
3119L: [email protected]
3120S: Supported
679655da 3121F: drivers/idle/i7300_idle.c
27471fdb 3122
7d2c86b5 3123IEEE 1394 SUBSYSTEM
8b58be88 3124M: Stefan Richter <[email protected]>
1da177e4 3125L: [email protected]
958a29cb 3126W: http://ieee1394.wiki.kernel.org/
54e5881d 3127T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
958a29cb 3128S: Obsolete
544df55d 3129F: Documentation/debugging-via-ohci1394.txt
679655da 3130F: drivers/ieee1394/
1da177e4 3131
02cf2286 3132IEEE 802.15.4 SUBSYSTEM
8b58be88
JP
3133M: Dmitry Eremin-Solenikov <[email protected]>
3134M: Sergey Lapin <[email protected]>
e0af6062 3135L: [email protected] (moderated for non-subscribers)
02cf2286 3136W: http://apps.sourceforge.net/trac/linux-zigbee
a060330e 3137T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
02cf2286
SL
3138S: Maintained
3139F: net/ieee802154/
a26c4463 3140F: drivers/ieee802154/
02cf2286 3141
65519263
SG
3142IKANOS/ADI EAGLE ADSL USB DRIVER
3143M: Matthieu Castet <[email protected]>
3144M: Stanislaw Gruszka <[email protected]>
3145S: Maintained
3146F: drivers/usb/atm/ueagle-atm.c
3147
aa7168f4 3148INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
8b58be88 3149M: Mimi Zohar <[email protected]>
aa7168f4 3150S: Supported
679655da 3151F: security/integrity/ima/
aa7168f4 3152
1da177e4 3153IMS TWINTURBO FRAMEBUFFER DRIVER
c69f677c 3154L: [email protected]
843393d3 3155S: Orphan
679655da 3156F: drivers/video/imsttfb.c
1da177e4
LT
3157
3158INFINIBAND SUBSYSTEM
db9fd848 3159M: Roland Dreier <[email protected]>
8b58be88
JP
3160M: Sean Hefty <[email protected]>
3161M: Hal Rosenstock <[email protected]>
e6cc0fd1 3162L: [email protected]
605841f5 3163W: http://www.openfabrics.org/
8a6e2535 3164Q: http://patchwork.kernel.org/project/linux-rdma/list/
54e5881d 3165T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
1da177e4 3166S: Supported
679655da
JP
3167F: Documentation/infiniband/
3168F: drivers/infiniband/
3169F: include/linux/if_infiniband.h
1da177e4 3170
c9f04f58 3171INOTIFY
8b58be88
JP
3172M: John McCutchan <[email protected]>
3173M: Robert Love <[email protected]>
3174M: Eric Paris <[email protected]>
c9f04f58 3175S: Maintained
679655da
JP
3176F: Documentation/filesystems/inotify.txt
3177F: fs/notify/inotify/
3178F: include/linux/inotify.h
c9f04f58 3179
e2d1d6c0 3180INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
8b58be88
JP
3181M: Dmitry Torokhov <[email protected]>
3182M: Dmitry Torokhov <[email protected]>
e2d1d6c0 3183L: [email protected]
8a6e2535 3184Q: http://patchwork.kernel.org/project/linux-input/list/
54e5881d 3185T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
e2d1d6c0 3186S: Maintained
679655da 3187F: drivers/input/
e2d1d6c0 3188
3267a87f
HR
3189INPUT MULTITOUCH (MT) PROTOCOL
3190M: Henrik Rydberg <[email protected]>
3191L: [email protected]
7f9c2454 3192T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3267a87f
HR
3193S: Maintained
3194F: Documentation/input/multi-touch-protocol.txt
7f9c2454 3195F: drivers/input/input-mt.c
3267a87f
HR
3196K: \b(ABS|SYN)_MT_
3197
26717172
LB
3198INTEL IDLE DRIVER
3199M: Len Brown <[email protected]>
3200L: [email protected]
3201T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
3202S: Supported
3203F: drivers/idle/intel_idle.c
3204
9eb8ef74 3205INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
55a23c4a 3206M: Maik Broemme <[email protected]>
c69f677c 3207L: [email protected]
ce00f85c 3208S: Maintained
679655da
JP
3209F: Documentation/fb/intelfb.txt
3210F: drivers/video/intelfb/
9eb8ef74 3211
1da177e4 3212INTEL 810/815 FRAMEBUFFER DRIVER
8b58be88 3213M: Antonino Daplas <[email protected]>
c69f677c 3214L: [email protected]
ce00f85c 3215S: Maintained
679655da 3216F: drivers/video/i810/
1da177e4 3217
f4a9bc4c 3218INTEL MENLOW THERMAL DRIVER
8b58be88 3219M: Sujith Thomas <[email protected]>
d0944853 3220L: [email protected]
f4a9bc4c
TS
3221W: http://www.lesswatts.org/projects/acpi/
3222S: Supported
679655da 3223F: drivers/platform/x86/intel_menlow.c
f4a9bc4c 3224
1da177e4 3225INTEL IA32 MICROCODE UPDATE SUPPORT
8b58be88 3226M: Tigran Aivazian <[email protected]>
1da177e4 3227S: Maintained
679655da
JP
3228F: arch/x86/kernel/microcode_core.c
3229F: arch/x86/kernel/microcode_intel.c
1da177e4 3230
248a9dc3 3231INTEL I/OAT DMA DRIVER
9fe3b691 3232M: Dan Williams <[email protected]>
248a9dc3 3233S: Supported
679655da 3234F: drivers/dma/ioat*
248a9dc3 3235
6c8909b4 3236INTEL IOMMU (VT-d)
8b58be88 3237M: David Woodhouse <[email protected]>
6c8909b4 3238L: [email protected]
54e5881d 3239T: git git://git.infradead.org/iommu-2.6.git
6c8909b4 3240S: Supported
679655da
JP
3241F: drivers/pci/intel-iommu.c
3242F: include/linux/intel-iommu.h
6c8909b4 3243
b3e5f263 3244INTEL IOP-ADMA DMA DRIVER
8b58be88 3245M: Dan Williams <[email protected]>
f00f510a 3246S: Maintained
679655da 3247F: drivers/dma/iop-adma.c
b3e5f263 3248
9251ce95 3249INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
8b58be88 3250M: Krzysztof Halasa <[email protected]>
9251ce95 3251S: Maintained
679655da
JP
3252F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3253F: arch/arm/mach-ixp4xx/include/mach/npe.h
3254F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3255F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3256F: drivers/net/arm/ixp4xx_eth.c
3257F: drivers/net/wan/ixp4xx_hss.c
9251ce95 3258
844dd05f 3259INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
8b58be88 3260M: Deepak Saxena <[email protected]>
844dd05f 3261S: Maintained
679655da 3262F: drivers/char/hw_random/ixp4xx-rng.c
844dd05f 3263
2b7a52a4 3264INTEL IXP2000 ETHERNET DRIVER
8b58be88 3265M: Lennert Buytenhek <[email protected]>
2b7a52a4
LB
3266L: [email protected]
3267S: Maintained
679655da 3268F: drivers/net/ixp2000/
2b7a52a4 3269
0d164401 3270INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
8b58be88
JP
3271M: Jeff Kirsher <[email protected]>
3272M: Jesse Brandeburg <[email protected]>
3273M: Bruce Allan <[email protected]>
0d164401
JK
3274M: Carolyn Wyborny <[email protected]>
3275M: Don Skidmore <[email protected]>
3276M: Greg Rose <[email protected]>
8b58be88 3277M: PJ Waskiewicz <[email protected]>
0d164401 3278M: Alex Duyck <[email protected]>
8b58be88 3279M: John Ronciak <[email protected]>
dcd01faf 3280L: [email protected]
d94e6fed 3281W: http://e1000.sourceforge.net/
fa795e6b
JK
3282T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-2.6.git
3283T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next-2.6.git
1da177e4 3284S: Supported
0d164401
JK
3285F: Documentation/networking/e100.txt
3286F: Documentation/networking/e1000.txt
3287F: Documentation/networking/e1000e.txt
3288F: Documentation/networking/igb.txt
3289F: Documentation/networking/igbvf.txt
3290F: Documentation/networking/ixgb.txt
3291F: Documentation/networking/ixgbe.txt
3292F: Documentation/networking/ixgbevf.txt
679655da
JP
3293F: drivers/net/e100.c
3294F: drivers/net/e1000/
3295F: drivers/net/e1000e/
3296F: drivers/net/igb/
de4fc07a 3297F: drivers/net/igbvf/
679655da
JP
3298F: drivers/net/ixgb/
3299F: drivers/net/ixgbe/
0d164401 3300F: drivers/net/ixgbevf/
1da177e4 3301
826d2abe 3302INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
724c6b35 3303L: [email protected]
e7fdc95e 3304S: Orphan
679655da
JP
3305F: Documentation/networking/README.ipw2100
3306F: drivers/net/wireless/ipw2x00/ipw2100.*
826d2abe
JK
3307
3308INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
724c6b35 3309L: [email protected]
e7fdc95e 3310S: Orphan
679655da
JP
3311F: Documentation/networking/README.ipw2200
3312F: drivers/net/wireless/ipw2x00/ipw2200.*
826d2abe 3313
4bd96a7a
SW
3314INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3315M: Joseph Cihula <[email protected]>
3316M: Shane Wang <[email protected]>
3317L: [email protected]
3318W: http://tboot.sourceforge.net
3319T: Mercurial http://www.bughost.org/repos.hg/tboot.hg
3320S: Supported
3321F: Documentation/intel_txt.txt
3322F: include/linux/tboot.h
3323F: arch/x86/kernel/tboot.c
3324
8a70da82 3325INTEL WIRELESS WIMAX CONNECTION 2400
8b58be88 3326M: Inaky Perez-Gonzalez <[email protected]>
8a70da82
IPG
3327M: [email protected]
3328L: [email protected]
3329S: Supported
3330W: http://linuxwimax.org
679655da
JP
3331F: Documentation/wimax/README.i2400m
3332F: drivers/net/wimax/i2400m/
3333F: include/linux/wimax/i2400m.h
8a70da82 3334
b481de9c 3335INTEL WIRELESS WIFI LINK (iwlwifi)
9edc71b7 3336M: Wey-Yi Guy <[email protected]>
a0bf797f 3337M: Intel Linux Wireless <[email protected]>
b481de9c 3338L: [email protected]
b481de9c 3339W: http://intellinuxwireless.org
54e5881d 3340T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
b481de9c 3341S: Supported
679655da 3342F: drivers/net/wireless/iwlwifi/
b481de9c 3343
f6cd53c6
SO
3344INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3345M: Samuel Ortiz <[email protected]>
f6cd53c6
SO
3346M: Intel Linux Wireless <[email protected]>
3347L: [email protected]
3348S: Supported
3349W: http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3350F: drivers/net/wireless/iwmc3200wifi/
3351
cb109a0e 3352IOC3 ETHERNET DRIVER
8b58be88 3353M: Ralf Baechle <[email protected]>
1da177e4
LT
3354L: [email protected]
3355S: Maintained
679655da 3356F: drivers/net/ioc3-eth.c
1da177e4 3357
cb109a0e 3358IOC3 SERIAL DRIVER
8b58be88 3359M: Pat Gefre <[email protected]>
d39e0721 3360L: [email protected]
cb109a0e 3361S: Maintained
df621252 3362F: drivers/tty/serial/ioc3_serial.c
cb109a0e 3363
4480f15b 3364IP MASQUERADING
8b58be88 3365M: Juanjo Ciarlante <[email protected]>
1da177e4 3366S: Maintained
679655da 3367F: net/ipv4/netfilter/ipt_MASQUERADE.c
1da177e4 3368
1202d6ff 3369IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
8b58be88
JP
3370M: Francois Romieu <[email protected]>
3371M: Sorbica Shieh <[email protected]>
1202d6ff
FR
3372L: [email protected]
3373S: Maintained
3365a293 3374F: drivers/net/ipg.*
1202d6ff 3375
4480f15b 3376IPATH DRIVER
8b58be88 3377M: Ralph Campbell <[email protected]>
e6cc0fd1 3378L: [email protected]
f42b6471 3379T: git git://git.qlogic.com/ipath-linux-2.6
77d8798b 3380S: Supported
679655da 3381F: drivers/infiniband/hw/ipath/
77d8798b 3382
4409ebe9 3383IPMI SUBSYSTEM
8b58be88 3384M: Corey Minyard <[email protected]>
b0c90653 3385L: [email protected] (moderated for non-subscribers)
4409ebe9
CM
3386W: http://openipmi.sourceforge.net/
3387S: Supported
679655da
JP
3388F: Documentation/IPMI.txt
3389F: drivers/char/ipmi/
3390F: include/linux/ipmi*
4409ebe9 3391
e2d1d6c0 3392IPS SCSI RAID DRIVER
8b58be88 3393M: Adaptec OEM Raid Solutions <[email protected]>
e2d1d6c0
RD
3394L: [email protected]
3395W: http://www.adaptec.com/
3396S: Maintained
679655da 3397F: drivers/scsi/ips*
e2d1d6c0
RD
3398
3399IPVS
8b58be88
JP
3400M: Wensong Zhang <[email protected]>
3401M: Simon Horman <[email protected]>
3402M: Julian Anastasov <[email protected]>
979b6c13 3403L: [email protected]
e2d1d6c0 3404L: [email protected]
1da177e4 3405S: Maintained
679655da 3406F: Documentation/networking/ipvs-sysctl.txt
b61d4a71
HE
3407F: include/net/ip_vs.h
3408F: include/linux/ip_vs.h
679655da 3409F: net/netfilter/ipvs/
1da177e4 3410
e7839f25 3411IPWIRELESS DRIVER
8b58be88
JP
3412M: Jiri Kosina <[email protected]>
3413M: David Sterba <[email protected]>
099dc4fb 3414S: Maintained
54e5881d 3415T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
679655da 3416F: drivers/char/pcmcia/ipwireless/
099dc4fb 3417
e2d1d6c0 3418IPX NETWORK LAYER
8b58be88 3419M: Arnaldo Carvalho de Melo <[email protected]>
e2d1d6c0
RD
3420L: [email protected]
3421S: Maintained
679655da
JP
3422F: include/linux/ipx.h
3423F: include/net/ipx.h
3424F: net/ipx/
e2d1d6c0 3425
1da177e4 3426IRDA SUBSYSTEM
8b58be88 3427M: Samuel Ortiz <[email protected]>
a2ac953d 3428L: [email protected] (subscribers-only)
1da177e4 3429W: http://irda.sourceforge.net/
f353976d 3430S: Maintained
e0057975 3431T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
679655da
JP
3432F: Documentation/networking/irda.txt
3433F: drivers/net/irda/
3434F: include/net/irda/
3435F: net/irda/
1da177e4 3436
a800c7cc
TG
3437IRQ SUBSYSTEM
3438M: Thomas Gleixner <[email protected]>
3439S: Maintained
3440T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq/core
3441F: kernel/irq/
3442
e2d1d6c0 3443ISAPNP
8b58be88 3444M: Jaroslav Kysela <[email protected]>
e2d1d6c0 3445S: Maintained
679655da
JP
3446F: Documentation/isapnp.txt
3447F: drivers/pnp/isapnp/
3448F: include/linux/isapnp.h
e2d1d6c0 3449
14816b1e 3450ISCSI
8b58be88 3451M: Mike Christie <[email protected]>
14816b1e
MC
3452L: [email protected]
3453W: www.open-iscsi.org
54e5881d 3454T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
14816b1e 3455S: Maintained
679655da
JP
3456F: drivers/scsi/*iscsi*
3457F: include/scsi/*iscsi*
14816b1e 3458
1da177e4 3459ISDN SUBSYSTEM
8b58be88 3460M: Karsten Keil <[email protected]>
d5d52273 3461L: [email protected] (subscribers-only)
3da0ae62 3462L: [email protected]
1da177e4 3463W: http://www.isdn4linux.de
54e5881d 3464T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
1da177e4 3465S: Maintained
679655da
JP
3466F: Documentation/isdn/
3467F: drivers/isdn/
3468F: include/linux/isdn.h
3469F: include/linux/isdn/
1da177e4
LT
3470
3471ISDN SUBSYSTEM (Eicon active card driver)
8b58be88 3472M: Armin Schindler <[email protected]>
d5d52273 3473L: [email protected] (subscribers-only)
1da177e4
LT
3474W: http://www.melware.de
3475S: Maintained
679655da 3476F: drivers/isdn/hardware/eicon/
1da177e4 3477
d624870f
JD
3478IT87 HARDWARE MONITORING DRIVER
3479M: Jean Delvare <[email protected]>
3480L: [email protected]
3481S: Maintained
3482F: Documentation/hwmon/it87
3483F: drivers/hwmon/it87.c
3484
91821ff3 3485IVTV VIDEO4LINUX DRIVER
6afdeaf8 3486M: Andy Walls <[email protected]>
c4240509 3487L: [email protected] (moderated for non-subscribers)
661263b5 3488L: [email protected]
54e5881d 3489T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
91821ff3
HV
3490W: http://www.ivtvdriver.org
3491S: Maintained
679655da
JP
3492F: Documentation/video4linux/*.ivtv
3493F: drivers/media/video/ivtv/
3494F: include/linux/ivtv*
91821ff3 3495
4453d736
GR
3496JC42.4 TEMPERATURE SENSOR DRIVER
3497M: Guenter Roeck <[email protected]>
3498L: [email protected]
3499S: Maintained
3500F: drivers/hwmon/jc42.c
3501F: Documentation/hwmon/jc42
3502
e2d1d6c0 3503JFS FILESYSTEM
8b58be88 3504M: Dave Kleikamp <[email protected]>
e2d1d6c0
RD
3505L: [email protected]
3506W: http://jfs.sourceforge.net/
54e5881d 3507T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
8f8f0134 3508S: Maintained
679655da
JP
3509F: Documentation/filesystems/jfs.txt
3510F: fs/jfs/
e2d1d6c0 3511
95252236 3512JME NETWORK DRIVER
8b58be88 3513M: Guo-Fu Tseng <[email protected]>
95252236
GFT
3514L: [email protected]
3515S: Maintained
679655da 3516F: drivers/net/jme.*
95252236 3517
1da177e4 3518JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
8b58be88 3519M: David Woodhouse <[email protected]>
6d85d066
DW
3520L: [email protected]
3521W: http://www.linux-mtd.infradead.org/doc/jffs2.html
1da177e4 3522S: Maintained
679655da
JP
3523F: fs/jffs2/
3524F: include/linux/jffs2.h
1da177e4 3525
de456d37 3526JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
8b58be88 3527M: Andrew Morton <[email protected]>
19003c18 3528M: Jan Kara <[email protected]>
72be2ccf 3529L: [email protected]
ae0718f8 3530S: Maintained
679655da
JP
3531F: fs/jbd*/
3532F: include/linux/ext*jbd*.h
3533F: include/linux/jbd*.h
ae0718f8 3534
fd8b6cb4
BL
3535JSM Neo PCI based serial card
3536M: Breno Leitao <[email protected]>
3537L: [email protected]
3538S: Maintained
df621252 3539F: drivers/tty/serial/jsm/
ae0718f8 3540
af39917d
CL
3541K10TEMP HARDWARE MONITORING DRIVER
3542M: Clemens Ladisch <[email protected]>
3543L: [email protected]
3544S: Maintained
3545F: Documentation/hwmon/k10temp
3546F: drivers/hwmon/k10temp.c
3547
4660cb35 3548K8TEMP HARDWARE MONITORING DRIVER
8b58be88 3549M: Rudolf Marek <[email protected]>
4660cb35 3550L: [email protected]
ae0718f8 3551S: Maintained
679655da
JP
3552F: Documentation/hwmon/k8temp
3553F: drivers/hwmon/k8temp.c
ae0718f8 3554
1da177e4 3555KCONFIG
8b58be88 3556M: Roman Zippel <[email protected]>
347d12d7 3557L: [email protected]
8a6e2535 3558Q: http://patchwork.kernel.org/project/linux-kbuild/list/
1da177e4 3559S: Maintained
679655da
JP
3560F: Documentation/kbuild/kconfig-language.txt
3561F: scripts/kconfig/
1da177e4 3562
ea6c2089 3563KDUMP
8b58be88
JP
3564M: Vivek Goyal <[email protected]>
3565M: Haren Myneni <[email protected]>
34633993 3566L: [email protected]
ea6c2089
VG
3567W: http://lse.sourceforge.net/kdump/
3568S: Maintained
80811493 3569F: Documentation/kdump/
ea6c2089 3570
1da177e4 3571KERNEL AUTOMOUNTER (AUTOFS)
8b58be88 3572M: "H. Peter Anvin" <[email protected]>
1da177e4 3573L: [email protected]
db7bee24
AB
3574S: Obsolete
3575F: drivers/staging/autofs/
1da177e4
LT
3576
3577KERNEL AUTOMOUNTER v4 (AUTOFS4)
8b58be88 3578M: Ian Kent <[email protected]>
1da177e4
LT
3579L: [email protected]
3580S: Maintained
679655da 3581F: fs/autofs4/
1da177e4 3582
70fb7ba6 3583KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5ce45962 3584M: Michal Marek <[email protected]>
3631d9a2
MM
3585T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git for-next
3586T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes
347d12d7 3587L: [email protected]
5ce45962 3588S: Maintained
679655da
JP
3589F: Documentation/kbuild/
3590F: Makefile
3591F: scripts/Makefile.*
70fb7ba6
MM
3592F: scripts/basic/
3593F: scripts/mk*
3594F: scripts/package/
1da177e4
LT
3595
3596KERNEL JANITORS
c3000e03 3597L: [email protected]
10466f5a 3598W: http://kernelnewbies.org/KernelJanitors
ee709b0c 3599S: Odd Fixes
1da177e4 3600
e8b43555 3601KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
8b58be88
JP
3602M: "J. Bruce Fields" <[email protected]>
3603M: Neil Brown <[email protected]>
16141c02 3604L: [email protected]
1da177e4 3605W: http://nfs.sourceforge.net/
98fac23f 3606S: Supported
679655da
JP
3607F: fs/nfsd/
3608F: include/linux/nfsd/
3609F: fs/lockd/
3610F: fs/nfs_common/
3611F: net/sunrpc/
3612F: include/linux/lockd/
3613F: include/linux/sunrpc/
1da177e4 3614
426d62e2 3615KERNEL VIRTUAL MACHINE (KVM)
8b58be88 3616M: Avi Kivity <[email protected]>
8e616fc8 3617M: Marcelo Tosatti <[email protected]>
1fc9d2bf
AK
3618L: [email protected]
3619W: http://kvm.qumranet.com
426d62e2 3620S: Supported
679655da
JP
3621F: Documentation/*/kvm.txt
3622F: arch/*/kvm/
3623F: arch/*/include/asm/kvm*
3624F: include/linux/kvm*
3625F: virt/kvm/
426d62e2 3626
ad8003d3 3627KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
8b58be88 3628M: Joerg Roedel <[email protected]>
1fc9d2bf
AK
3629L: [email protected]
3630W: http://kvm.qumranet.com
426d62e2 3631S: Supported
679655da 3632F: arch/x86/include/asm/svm.h
679655da 3633F: arch/x86/kvm/svm.c
426d62e2 3634
513014b7 3635KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
ddf0289d 3636M: Alexander Graf <[email protected]>
1fc9d2bf
AK
3637L: [email protected]
3638W: http://kvm.qumranet.com
513014b7 3639S: Supported
679655da
JP
3640F: arch/powerpc/include/asm/kvm*
3641F: arch/powerpc/kvm/
513014b7 3642
1fc9d2bf 3643KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
8b58be88 3644M: Xiantao Zhang <[email protected]>
1fc9d2bf
AK
3645L: [email protected]
3646W: http://kvm.qumranet.com
920ed9f1 3647S: Supported
679655da
JP
3648F: Documentation/ia64/kvm.txt
3649F: arch/ia64/include/asm/kvm*
3650F: arch/ia64/kvm/
920ed9f1 3651
85f8fffe 3652KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
8b58be88
JP
3653M: Carsten Otte <[email protected]>
3654M: Christian Borntraeger <[email protected]>
85f8fffe
CB
3655M: [email protected]
3656L: [email protected]
3657W: http://www.ibm.com/developerworks/linux/linux390/
3658S: Supported
679655da
JP
3659F: Documentation/s390/kvm.txt
3660F: arch/s390/include/asm/kvm*
80811493 3661F: arch/s390/kvm/
a968cd3e 3662F: drivers/s390/kvm/
85f8fffe 3663
dc009d92 3664KEXEC
8b58be88 3665M: Eric Biederman <[email protected]>
2f327dad 3666W: http://kernel.org/pub/linux/utils/kernel/kexec/
34633993 3667L: [email protected]
dc009d92 3668S: Maintained
679655da
JP
3669F: include/linux/kexec.h
3670F: kernel/kexec.c
dc009d92 3671
e971461f
DH
3672KEYS/KEYRINGS:
3673M: David Howells <[email protected]>
3674L: [email protected]
3675S: Maintained
3676F: Documentation/keys.txt
3677F: include/linux/key.h
3678F: include/linux/key-type.h
3679F: include/keys/
3680F: security/keys/
3681
7f3c68be
MZ
3682KEYS-TRUSTED
3683M: David Safford <[email protected]>
3684M: Mimi Zohar <[email protected]>
3685L: [email protected]
3686L: [email protected]
3687S: Supported
3688F: Documentation/keys-trusted-encrypted.txt
3689F: include/keys/trusted-type.h
3690F: security/keys/trusted.c
3691F: security/keys/trusted.h
3692
3693KEYS-ENCRYPTED
3694M: Mimi Zohar <[email protected]>
3695M: David Safford <[email protected]>
3696L: [email protected]
3697L: [email protected]
3698S: Supported
3699F: Documentation/keys-trusted-encrypted.txt
3700F: include/keys/encrypted-type.h
3701F: security/keys/encrypted.c
3702F: security/keys/encrypted.h
3703
5b778dad 3704KGDB / KDB /debug_core
8b58be88 3705M: Jason Wessel <[email protected]>
4063eb5f 3706W: http://kgdb.wiki.kernel.org/
e3e2aaf7
JW
3707L: [email protected]
3708S: Maintained
679655da
JP
3709F: Documentation/DocBook/kgdb.tmpl
3710F: drivers/misc/kgdbts.c
df621252 3711F: drivers/tty/serial/kgdboc.c
5b778dad 3712F: include/linux/kdb.h
679655da 3713F: include/linux/kgdb.h
4063eb5f 3714F: kernel/debug/
e3e2aaf7 3715
456db8cc 3716KMEMCHECK
8b58be88 3717M: Vegard Nossum <[email protected]>
2ed1c525 3718M: Pekka Enberg <[email protected]>
b9ce08c0 3719S: Maintained
410d7a97
JP
3720F: Documentation/kmemcheck.txt
3721F: arch/x86/include/asm/kmemcheck.h
3722F: arch/x86/mm/kmemcheck/
3723F: include/linux/kmemcheck.h
3724F: mm/kmemcheck.c
b9ce08c0 3725
c3bb4d24 3726KMEMLEAK
8b58be88 3727M: Catalin Marinas <[email protected]>
c3bb4d24
CM
3728S: Maintained
3729F: Documentation/kmemleak.txt
3730F: include/linux/kmemleak.h
3731F: mm/kmemleak.c
3732F: mm/kmemleak-test.c
3733
89559a61 3734KPROBES
8b58be88
JP
3735M: Ananth N Mavinakayanahalli <[email protected]>
3736M: Anil S Keshavamurthy <[email protected]>
3737M: "David S. Miller" <[email protected]>
97c29e74 3738M: Masami Hiramatsu <[email protected]>
89559a61 3739S: Maintained
679655da
JP
3740F: Documentation/kprobes.txt
3741F: include/linux/kprobes.h
3742F: kernel/kprobes.c
89559a61 3743
70e84049 3744KS0108 LCD CONTROLLER DRIVER
8b58be88 3745M: Miguel Ojeda Sandonis <[email protected]>
450c622e
MO
3746W: http://miguelojeda.es/auxdisplay.htm
3747W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
70e84049 3748S: Maintained
679655da
JP
3749F: Documentation/auxdisplay/ks0108
3750F: drivers/auxdisplay/ks0108.c
3751F: include/linux/ks0108.h
70e84049 3752
1da177e4 3753LAPB module
1da177e4 3754L: [email protected]
bf9915cc 3755S: Orphan
679655da
JP
3756F: Documentation/networking/lapb-module.txt
3757F: include/*/lapb.h
3758F: net/lapb/
1da177e4
LT
3759
3760LASI 53c700 driver for PARISC
8b58be88 3761M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
3762L: [email protected]
3763S: Maintained
679655da
JP
3764F: Documentation/scsi/53c700.txt
3765F: drivers/scsi/53c700*
1da177e4 3766
263de9b5 3767LED SUBSYSTEM
8b58be88 3768M: Richard Purdie <[email protected]>
263de9b5 3769S: Maintained
679655da
JP
3770F: drivers/leds/
3771F: include/linux/leds.h
263de9b5 3772
1da177e4 3773LEGO USB Tower driver
8b58be88 3774M: Juergen Stuber <[email protected]>
1da177e4
LT
3775L: [email protected]
3776W: http://legousb.sourceforge.net/
3777S: Maintained
679655da 3778F: drivers/usb/misc/legousbtower.c
1da177e4 3779
568a17ff 3780LGUEST
8b58be88 3781M: Rusty Russell <[email protected]>
a4724ed6 3782L: [email protected]
568a17ff 3783W: http://lguest.ozlabs.org/
72e91863 3784S: Odd Fixes
679655da
JP
3785F: Documentation/lguest/
3786F: arch/x86/lguest/
3787F: drivers/lguest/
3788F: include/linux/lguest*.h
3789F: arch/x86/include/asm/lguest*.h
568a17ff 3790
1da177e4 3791LINUX FOR IBM pSERIES (RS/6000)
8b58be88 3792M: Paul Mackerras <[email protected]>
1da177e4
LT
3793W: http://www.ibm.com/linux/ltc/projects/ppc
3794S: Supported
11c34c7d 3795F: arch/powerpc/boot/rs6000.h
1da177e4 3796
852bb9f5 3797LINUX FOR POWERPC (32-BIT AND 64-BIT)
8b58be88
JP
3798M: Benjamin Herrenschmidt <[email protected]>
3799M: Paul Mackerras <[email protected]>
1da177e4 3800W: http://www.penguinppc.org/
a4724ed6 3801L: [email protected]
8a6e2535 3802Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
54e5881d 3803T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
1da177e4 3804S: Supported
11c34c7d
JP
3805F: Documentation/powerpc/
3806F: arch/powerpc/
1da177e4
LT
3807
3808LINUX FOR POWER MACINTOSH
8b58be88 3809M: Benjamin Herrenschmidt <[email protected]>
1da177e4 3810W: http://www.penguinppc.org/
a4724ed6 3811L: [email protected]
1da177e4 3812S: Maintained
11c34c7d
JP
3813F: arch/powerpc/platforms/powermac/
3814F: drivers/macintosh/
1da177e4 3815
77a76369 3816LINUX FOR POWERPC EMBEDDED MPC5XXX
8b58be88 3817M: Grant Likely <[email protected]>
a4724ed6 3818L: [email protected]
9d37a90f 3819T: git git://git.secretlab.ca/git/linux-2.6.git
1da177e4 3820S: Maintained
11c34c7d
JP
3821F: arch/powerpc/platforms/512x/
3822F: arch/powerpc/platforms/52xx/
1da177e4
LT
3823
3824LINUX FOR POWERPC EMBEDDED PPC4XX
8b58be88
JP
3825M: Josh Boyer <[email protected]>
3826M: Matt Porter <[email protected]>
1da177e4 3827W: http://www.penguinppc.org/
a4724ed6 3828L: [email protected]
9ae2ccf2 3829T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
1da177e4 3830S: Maintained
11c34c7d
JP
3831F: arch/powerpc/platforms/40x/
3832F: arch/powerpc/platforms/44x/
1da177e4 3833
260c02a9 3834LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
8b58be88 3835M: Grant Likely <[email protected]>
f210d43c 3836W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
a4724ed6 3837L: [email protected]
9d37a90f 3838T: git git://git.secretlab.ca/git/linux-2.6.git
1da177e4 3839S: Maintained
11c34c7d
JP
3840F: arch/powerpc/*/*virtex*
3841F: arch/powerpc/*/*/*virtex*
1da177e4 3842
e93adf1e 3843LINUX FOR POWERPC EMBEDDED PPC8XX
8b58be88
JP
3844M: Vitaly Bordug <[email protected]>
3845M: Marcelo Tosatti <[email protected]>
e93adf1e 3846W: http://www.penguinppc.org/
a4724ed6 3847L: [email protected]
e93adf1e 3848S: Maintained
a2b1f7c8 3849F: arch/powerpc/platforms/8xx/
e93adf1e 3850
1da177e4 3851LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
8b58be88 3852M: Kumar Gala <[email protected]>
ce00f85c 3853W: http://www.penguinppc.org/
a4724ed6 3854L: [email protected]
ce00f85c 3855S: Maintained
11c34c7d 3856F: arch/powerpc/platforms/83xx/
1da177e4 3857
ab06ff3a 3858LINUX FOR POWERPC PA SEMI PWRFICIENT
8b58be88 3859M: Olof Johansson <[email protected]>
a4724ed6 3860L: [email protected]
92e19709 3861S: Maintained
11c34c7d
JP
3862F: arch/powerpc/platforms/pasemi/
3863F: drivers/*/*pasemi*
3864F: drivers/*/*/*pasemi*
ab06ff3a 3865
1da177e4 3866LINUX SECURITY MODULE (LSM) FRAMEWORK
8b58be88 3867M: Chris Wright <[email protected]>
1a4520be 3868L: [email protected]
54e5881d 3869T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
1da177e4
LT
3870S: Supported
3871
e2d1d6c0 3872LLC (802.2)
8b58be88 3873M: Arnaldo Carvalho de Melo <[email protected]>
e2d1d6c0 3874S: Maintained
679655da
JP
3875F: include/linux/llc.h
3876F: include/net/llc*
3877F: net/llc/
e2d1d6c0 3878
455fbdd3 3879LIS3LV02D ACCELEROMETER DRIVER
8b58be88 3880M: Eric Piel <[email protected]>
455fbdd3 3881S: Maintained
679655da
JP
3882F: Documentation/hwmon/lis3lv02d
3883F: drivers/hwmon/lis3lv02d.*
455fbdd3 3884
4e233cbe
AD
3885LM73 HARDWARE MONITOR DRIVER
3886M: Guillaume Ligneul <[email protected]>
3887L: [email protected]
3888S: Maintained
3889F: drivers/hwmon/lm73.c
3890
1da177e4 3891LM83 HARDWARE MONITOR DRIVER
8b58be88 3892M: Jean Delvare <[email protected]>
cc0b07ed 3893L: [email protected]
1da177e4 3894S: Maintained
679655da
JP
3895F: Documentation/hwmon/lm83
3896F: drivers/hwmon/lm83.c
1da177e4
LT
3897
3898LM90 HARDWARE MONITOR DRIVER
8b58be88 3899M: Jean Delvare <[email protected]>
cc0b07ed 3900L: [email protected]
1da177e4 3901S: Maintained
679655da
JP
3902F: Documentation/hwmon/lm90
3903F: drivers/hwmon/lm90.c
1da177e4 3904
512e67f9 3905LOCKDEP AND LOCKSTAT
8b58be88
JP
3906M: Peter Zijlstra <[email protected]>
3907M: Ingo Molnar <[email protected]>
54e5881d 3908T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
512e67f9 3909S: Maintained
679655da
JP
3910F: Documentation/lockdep*.txt
3911F: Documentation/lockstat.txt
3912F: include/linux/lockdep.h
3913F: kernel/lockdep*
512e67f9 3914
dde33348 3915LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
8b58be88 3916M: "Richard Russon (FlatCap)" <[email protected]>
dde33348
AA
3917L: [email protected]
3918W: http://www.linux-ntfs.org/content/view/19/37/
1da177e4 3919S: Maintained
679655da
JP
3920F: Documentation/ldm.txt
3921F: fs/partitions/ldm.*
1da177e4 3922
ef6ada3d
JE
3923LogFS
3924M: Joern Engel <[email protected]>
3925L: [email protected]
3926W: logfs.org
3927S: Maintained
3928F: fs/logfs/
3929
c87e34ef 3930LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
8b58be88 3931M: Eric Moore <[email protected]>
d8a82d7b 3932M: [email protected]
cec744fb 3933L: [email protected]
c87e34ef
MED
3934L: [email protected]
3935W: http://www.lsilogic.com/support
3936S: Supported
679655da 3937F: drivers/message/fusion/
c87e34ef 3938
1da177e4 3939LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
8b58be88 3940M: Matthew Wilcox <[email protected]>
1da177e4
LT
3941L: [email protected]
3942S: Maintained
679655da 3943F: drivers/scsi/sym53c8xx_2/
1da177e4 3944
e5f5c99a
GR
3945LTC4261 HARDWARE MONITOR DRIVER
3946M: Guenter Roeck <[email protected]>
3947L: [email protected]
3948S: Maintained
3949F: Documentation/hwmon/ltc4261
3950F: drivers/hwmon/ltc4261.c
3951
81365c31 3952LTP (Linux Test Project)
763458e0
R
3953M: Rishikesh K Rajak <[email protected]>
3954M: Garrett Cooper <[email protected]>
28b8e8d4
JP
3955M: Mike Frysinger <[email protected]>
3956M: Subrata Modak <[email protected]>
81365c31
MF
3957L: [email protected] (subscribers-only)
3958W: http://ltp.sourceforge.net/
a5fe2475 3959T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
81365c31
MF
3960S: Maintained
3961
c12a54b3 3962M32R ARCHITECTURE
8b58be88 3963M: Hirokazu Takata <[email protected]>
c12a54b3
HT
3964L: [email protected]
3965L: [email protected] (in Japanese)
3966W: http://www.linux-m32r.org/
3967S: Maintained
679655da 3968F: arch/m32r/
c12a54b3 3969
1da177e4 3970M68K ARCHITECTURE
8b58be88
JP
3971M: Geert Uytterhoeven <[email protected]>
3972M: Roman Zippel <[email protected]>
1da177e4
LT
3973L: [email protected]
3974W: http://www.linux-m68k.org/
54e5881d 3975T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
1da177e4 3976S: Maintained
679655da 3977F: arch/m68k/
9db35182 3978F: drivers/zorro/
1da177e4
LT
3979
3980M68K ON APPLE MACINTOSH
8b58be88 3981M: Joshua Thompson <[email protected]>
1da177e4 3982W: http://www.mac.linux-m68k.org/
9bb9f222 3983L: [email protected]
1da177e4 3984S: Maintained
9db35182 3985F: arch/m68k/mac/
1da177e4
LT
3986
3987M68K ON HP9000/300
8b58be88 3988M: Philip Blundell <[email protected]>
1da177e4
LT
3989W: http://www.tazenda.demon.co.uk/phil/linux-hp
3990S: Maintained
679655da 3991F: arch/m68k/hp300/
1da177e4 3992
64a327a7 3993MAC80211
8b58be88 3994M: Johannes Berg <[email protected]>
64a327a7
JB
3995L: [email protected]
3996W: http://linuxwireless.org/
54e5881d 3997T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
64a327a7 3998S: Maintained
679655da
JP
3999F: Documentation/networking/mac80211-injection.txt
4000F: include/net/mac80211.h
4001F: net/mac80211/
64a327a7 4002
1036d864 4003MAC80211 PID RATE CONTROL
8b58be88
JP
4004M: Stefano Brivio <[email protected]>
4005M: Mattias Nissler <[email protected]>
1036d864
SB
4006L: [email protected]
4007W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
54e5881d 4008T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
1036d864 4009S: Maintained
679655da 4010F: net/mac80211/rc80211_pid*
1036d864 4011
b863ceb7 4012MACVLAN DRIVER
8b58be88 4013M: Patrick McHardy <[email protected]>
b863ceb7
PM
4014L: [email protected]
4015S: Maintained
679655da
JP
4016F: drivers/net/macvlan.c
4017F: include/linux/if_macvlan.h
b863ceb7 4018
faf1668c 4019MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
8b58be88 4020M: Michael Kerrisk <[email protected]>
795fb7e7 4021W: http://www.kernel.org/doc/man-pages
bd7ebec6 4022L: [email protected]
1b53dc74 4023S: Maintained
faf1668c 4024
74cda169 4025MARVELL LIBERTAS WIRELESS DRIVER
8b58be88 4026M: Dan Williams <[email protected]>
74cda169
SB
4027L: [email protected]
4028S: Maintained
679655da 4029F: drivers/net/wireless/libertas/
74cda169 4030
b60d6975 4031MARVELL MV643XX ETHERNET DRIVER
f5ca8502 4032M: Lennert Buytenhek <[email protected]>
979b6c13 4033L: [email protected]
f5ca8502 4034S: Maintained
679655da
JP
4035F: drivers/net/mv643xx_eth.*
4036F: include/linux/mv643xx.h
1da177e4 4037
a2c3f656 4038MARVELL MWL8K WIRELESS DRIVER
a040d532 4039M: Lennert Buytenhek <[email protected]>
a2c3f656 4040L: [email protected]
16345910 4041S: Odd Fixes
a2c3f656
LB
4042F: drivers/net/wireless/mwl8k.c
4043
2a69567b 4044MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
2f82af08 4045M: Nicolas Pitre <[email protected]>
18e2842b 4046S: Odd Fixes
1fa7e547 4047F: drivers/mmc/host/mvsdio.*
2a69567b 4048
e2d1d6c0 4049MARVELL YUKON / SYSKONNECT DRIVER
8b58be88
JP
4050M: Mirko Lindner <[email protected]>
4051M: Ralph Roesler <[email protected]>
e2d1d6c0
RD
4052W: http://www.syskonnect.com
4053S: Supported
4054
1da177e4 4055MATROX FRAMEBUFFER DRIVER
c69f677c 4056L: [email protected]
52653199 4057S: Orphan
679655da
JP
4058F: drivers/video/matrox/matroxfb_*
4059F: include/linux/matroxfb.h
1da177e4 4060
d20620de 4061MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
8b58be88 4062M: "Hans J. Koch" <[email protected]>
d20620de
HJK
4063L: [email protected]
4064S: Maintained
679655da
JP
4065F: Documentation/hwmon/max6650
4066F: drivers/hwmon/max6650.c
d20620de 4067
127c49ae 4068MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
8b58be88 4069M: Mauro Carvalho Chehab <[email protected]>
127c49ae
JP
4070P: LinuxTV.org Project
4071L: [email protected]
4072W: http://linuxtv.org
8a6e2535 4073Q: http://patchwork.kernel.org/project/linux-media/list/
127c49ae
JP
4074T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4075S: Maintained
4076F: Documentation/dvb/
4077F: Documentation/video4linux/
4078F: drivers/media/
4079F: include/media/
4080F: include/linux/dvb/
4081F: include/linux/videodev*.h
d20620de 4082
757e0108 4083MEGARAID SCSI DRIVERS
8b58be88 4084M: Neela Syam Kolli <[email protected]>
baaea1dc 4085L: [email protected]
ce00f85c
JC
4086W: http://megaraid.lsilogic.com
4087S: Maintained
679655da
JP
4088F: Documentation/scsi/megaraid.txt
4089F: drivers/scsi/megaraid.*
4090F: drivers/scsi/megaraid/
757e0108 4091
70ea91f1
SR
4092MEMORY MANAGEMENT
4093L: [email protected]
70ea91f1
SR
4094W: http://www.linux-mm.org
4095S: Maintained
679655da
JP
4096F: include/linux/mm.h
4097F: mm/
70ea91f1 4098
938a9204 4099MEMORY RESOURCE CONTROLLER
8b58be88 4100M: Balbir Singh <[email protected]>
a38374b8 4101M: Daisuke Nishimura <[email protected]>
8b58be88 4102M: KAMEZAWA Hiroyuki <[email protected]>
938a9204 4103L: [email protected]
938a9204 4104S: Maintained
679655da 4105F: mm/memcontrol.c
938a9204 4106
f4e9ce66 4107MEMORY TECHNOLOGY DEVICES (MTD)
8b58be88 4108M: David Woodhouse <[email protected]>
1da177e4 4109L: [email protected]
8a6e2535
JP
4110W: http://www.linux-mtd.infradead.org/
4111Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
f4e9ce66 4112T: git git://git.infradead.org/mtd-2.6.git
1da177e4 4113S: Maintained
679655da
JP
4114F: drivers/mtd/
4115F: include/linux/mtd/
4116F: include/mtd/
1da177e4 4117
c6375b0a 4118MICROBLAZE ARCHITECTURE
8b58be88 4119M: Michal Simek <[email protected]>
c6375b0a
MS
4120L: [email protected]
4121W: http://www.monstr.eu/fdt/
4122T: git git://git.monstr.eu/linux-2.6-microblaze.git
4123S: Supported
0a8c7914 4124F: arch/microblaze/
1da177e4
LT
4125
4126MICROTEK X6 SCANNER
8b58be88 4127M: Oliver Neukum <[email protected]>
1da177e4 4128S: Maintained
679655da 4129F: drivers/usb/image/microtek.*
1da177e4
LT
4130
4131MIPS
8b58be88 4132M: Ralf Baechle <[email protected]>
d50f7ec9 4133W: http://www.linux-mips.org/
1da177e4 4134L: [email protected]
54e5881d 4135T: git git://git.linux-mips.org/pub/scm/linux.git
7425b340 4136S: Supported
679655da
JP
4137F: Documentation/mips/
4138F: arch/mips/
1da177e4
LT
4139
4140MISCELLANEOUS MCA-SUPPORT
8b58be88 4141M: James Bottomley <[email protected]>
1da177e4 4142S: Maintained
679655da
JP
4143F: Documentation/ia64/mca.txt
4144F: Documentation/mca.txt
4145F: drivers/mca/
4146F: include/linux/mca*
1da177e4
LT
4147
4148MODULE SUPPORT
8b58be88 4149M: Rusty Russell <[email protected]>
1da177e4 4150S: Maintained
679655da
JP
4151F: include/linux/module.h
4152F: kernel/module.c
1da177e4
LT
4153
4154MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
1da177e4 4155W: http://popies.net/meye/
b7788e13 4156S: Orphan
679655da
JP
4157F: Documentation/video4linux/meye.txt
4158F: drivers/media/video/meye.*
4159F: include/linux/meye.h
1da177e4 4160
c58ff04a 4161MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
8b58be88 4162M: Pavel Pisa <[email protected]>
efc03ecb 4163L: [email protected] (moderated for non-subscribers)
c58ff04a 4164S: Maintained
679655da 4165F: drivers/mmc/host/imxmmc.*
c58ff04a 4166
1da177e4 4167MOUSE AND MISC DEVICES [GENERAL]
8b58be88 4168M: Alessandro Rubini <[email protected]>
1da177e4 4169S: Maintained
679655da
JP
4170F: drivers/input/mouse/
4171F: include/linux/gpio_mouse.h
1da177e4 4172
b9705b60 4173MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
8b58be88 4174M: Jiri Slaby <[email protected]>
d735410a 4175S: Maintained
679655da
JP
4176F: Documentation/serial/moxa-smartio
4177F: drivers/char/mxser.*
d735410a 4178
8c4c731a 4179MSI LAPTOP SUPPORT
58e226c6 4180M: Lee, Chun-Yi <[email protected]>
d0944853 4181L: [email protected]
8c4c731a 4182S: Maintained
679655da 4183F: drivers/platform/x86/msi-laptop.c
8c4c731a 4184
0f1006b1
AA
4185MSI WMI SUPPORT
4186M: Anisse Astier <[email protected]>
d0944853 4187L: [email protected]
0f1006b1
AA
4188S: Supported
4189F: drivers/platform/x86/msi-wmi.c
4190
4e0d13cb 4191MULTIFUNCTION DEVICES (MFD)
8b58be88 4192M: Samuel Ortiz <[email protected]>
54e5881d 4193T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4e0d13cb 4194S: Supported
679655da 4195F: drivers/mfd/
4e0d13cb 4196
5c4e6f13 4197MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
245feaa6 4198M: Chris Ball <[email protected]>
b2503a94 4199L: [email protected]
245feaa6
CB
4200T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4201S: Maintained
679655da
JP
4202F: drivers/mmc/
4203F: include/linux/mmc/
baca2da4 4204
15a0580c 4205MULTIMEDIA CARD (MMC) ETC. OVER SPI
8b58be88 4206M: David Brownell <[email protected]>
baaea1dc 4207S: Odd Fixes
679655da
JP
4208F: drivers/mmc/host/mmc_spi.c
4209F: include/linux/spi/mmc_spi.h
15a0580c 4210
1da177e4 4211MULTISOUND SOUND DRIVER
8b58be88 4212M: Andrew Veliath <[email protected]>
1da177e4 4213S: Maintained
679655da
JP
4214F: Documentation/sound/oss/MultiSound
4215F: sound/oss/msnd*
1da177e4 4216
d735410a 4217MULTITECH MULTIPORT CARD (ISICOM)
d86b3001 4218S: Orphan
679655da
JP
4219F: drivers/char/isicom.c
4220F: include/linux/isicom.h
d735410a 4221
550a7375 4222MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
f299470a 4223M: Felipe Balbi <[email protected]>
795fb7e7 4224L: [email protected]
8a700f3d 4225T: git git://gitorious.org/usb/usb.git
795fb7e7 4226S: Maintained
679655da 4227F: drivers/usb/musb/
550a7375 4228
2d3cf588 4229MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
8b58be88
JP
4230M: Andrew Gallatin <[email protected]>
4231M: Brice Goglin <[email protected]>
2d3cf588
BG
4232L: [email protected]
4233W: http://www.myri.com/scs/download-Myri10GE.html
4234S: Supported
679655da 4235F: drivers/net/myri10ge/
2d3cf588 4236
1da177e4 4237NATSEMI ETHERNET DRIVER (DP8381x)
8b58be88 4238M: Tim Hockin <[email protected]>
1da177e4 4239S: Maintained
679655da 4240F: drivers/net/natsemi.c
1da177e4
LT
4241
4242NCP FILESYSTEM
52653199
PV
4243M: Petr Vandrovec <[email protected]>
4244S: Odd Fixes
679655da 4245F: fs/ncpfs/
1da177e4
LT
4246
4247NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
8b58be88 4248M: "James E.J. Bottomley" <[email protected]>
1da177e4
LT
4249L: [email protected]
4250S: Maintained
679655da 4251F: drivers/scsi/NCR_D700.*
1da177e4 4252
3c2d774c 4253NETEFFECT IWARP RNIC DRIVER (IW_NES)
8b58be88 4254M: Faisal Latif <[email protected]>
e6cc0fd1 4255L: [email protected]
e3d33cb1 4256W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
3c2d774c
GS
4257S: Supported
4258F: drivers/infiniband/hw/nes/
4259
be2f2e84 4260NETEM NETWORK EMULATOR
8b58be88 4261M: Stephen Hemminger <[email protected]>
f318a63b 4262L: [email protected]
be2f2e84 4263S: Maintained
679655da 4264F: net/sched/sch_netem.c
be2f2e84 4265
b2f5a051
JM
4266NETERION 10GbE DRIVERS (s2io/vxge)
4267M: Ramkrishna Vepa <[email protected]>
4268M: Sivakumar Subramani <[email protected]>
4269M: Sreenivasa Honnur <[email protected]>
4270M: Jon Mason <[email protected]>
4a58448b 4271L: [email protected]
b136d1cb
RV
4272W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4273W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4a58448b 4274S: Supported
679655da
JP
4275F: Documentation/networking/s2io.txt
4276F: drivers/net/s2io*
b2f5a051
JM
4277F: Documentation/networking/vxge.txt
4278F: drivers/net/vxge/
4a58448b 4279
1da177e4
LT
4280NETFILTER/IPTABLES/IPCHAINS
4281P: Rusty Russell
4282P: Marc Boucher
4283P: James Morris
4284P: Harald Welte
4285P: Jozsef Kadlecsik
8b58be88 4286M: Patrick McHardy <[email protected]>
1a03b81d
PM
4287L: [email protected]
4288L: [email protected]
82b98543 4289L: [email protected]
1da177e4
LT
4290W: http://www.netfilter.org/
4291W: http://www.iptables.org/
34693710 4292T: git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
1da177e4 4293S: Supported
679655da
JP
4294F: include/linux/netfilter*
4295F: include/linux/netfilter/
4296F: include/net/netfilter/
4297F: net/*/netfilter.c
4298F: net/*/netfilter/
4299F: net/netfilter/
1da177e4 4300
4cc67735 4301NETLABEL
8b58be88 4302M: Paul Moore <[email protected]>
4cc67735
PM
4303W: http://netlabel.sf.net
4304L: [email protected]
4305S: Supported
80811493 4306F: Documentation/netlabel/
679655da
JP
4307F: include/net/netlabel.h
4308F: net/netlabel/
4cc67735 4309
1da177e4 4310NETROM NETWORK LAYER
8b58be88 4311M: Ralf Baechle <[email protected]>
1da177e4 4312L: [email protected]
d34cb28a 4313W: http://www.linux-ax25.org/
1da177e4 4314S: Maintained
679655da
JP
4315F: include/linux/netrom.h
4316F: include/net/netrom.h
4317F: net/netrom/
1da177e4 4318
5ddb88c0 4319NETWORK BLOCK DEVICE (NBD)
8b58be88 4320M: Paul Clements <[email protected]>
1da177e4 4321S: Maintained
679655da
JP
4322F: Documentation/blockdev/nbd.txt
4323F: drivers/block/nbd.c
4324F: include/linux/nbd.h
1da177e4 4325
6e43650c
NH
4326NETWORK DROP MONITOR
4327M: Neil Horman <[email protected]>
4328L: [email protected]
4329S: Maintained
4330W: https://fedorahosted.org/dropwatch/
4331F: net/core/drop_monitor.c
4332
1da177e4 4333NETWORKING [GENERAL]
8b58be88 4334M: "David S. Miller" <[email protected]>
979b6c13 4335L: [email protected]
b1e8fd54 4336W: http://www.linuxfoundation.org/en/Net
d1f6803a 4337W: http://patchwork.ozlabs.org/project/netdev/list/
b1e8fd54 4338T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
dffc1436 4339T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
1da177e4 4340S: Maintained
679655da
JP
4341F: net/
4342F: include/net/
018d21ed
JP
4343F: include/linux/in.h
4344F: include/linux/net.h
4345F: include/linux/netdevice.h
1da177e4
LT
4346
4347NETWORKING [IPv4/IPv6]
8b58be88
JP
4348M: "David S. Miller" <[email protected]>
4349M: Alexey Kuznetsov <[email protected]>
4350M: "Pekka Savola (ipv6)" <[email protected]>
4351M: James Morris <[email protected]>
4352M: Hideaki YOSHIFUJI <[email protected]>
4353M: Patrick McHardy <[email protected]>
979b6c13 4354L: [email protected]
54e5881d 4355T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
1da177e4 4356S: Maintained
679655da
JP
4357F: net/ipv4/
4358F: net/ipv6/
4359F: include/net/ip*
1da177e4 4360
10e2ff1c 4361NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
8b58be88 4362M: Paul Moore <[email protected]>
10e2ff1c
JM
4363L: [email protected]
4364S: Maintained
4365
29f8f632 4366NETWORKING [WIRELESS]
8b58be88 4367M: "John W. Linville" <[email protected]>
2cb4abd1 4368L: [email protected]
8a6e2535 4369Q: http://patchwork.kernel.org/project/linux-wireless/list/
54e5881d 4370T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
29f8f632 4371S: Maintained
34b921cf
JP
4372F: net/mac80211/
4373F: net/rfkill/
679655da
JP
4374F: net/wireless/
4375F: include/net/ieee80211*
cc8b4a2b 4376F: include/linux/wireless.h
c984e24d 4377F: include/net/iw_handler.h
34b921cf 4378F: drivers/net/wireless/
29f8f632 4379
788873ac
JP
4380NETWORKING DRIVERS
4381L: [email protected]
4382W: http://www.linuxfoundation.org/en/Net
4383T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3af26f58 4384T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
788873ac
JP
4385S: Odd Fixes
4386F: drivers/net/
018d21ed
JP
4387F: include/linux/if_*
4388F: include/linux/*device.h
788873ac 4389
3d396eb1 4390NETXEN (1/10) GbE SUPPORT
9c2b5bde 4391M: Amit Kumar Salecha <[email protected]>
3d396eb1 4392L: [email protected]
9c2b5bde 4393W: http://www.qlogic.com
3d396eb1 4394S: Supported
679655da 4395F: drivers/net/netxen/
3d396eb1 4396
e8b43555 4397NFS, SUNRPC, AND LOCKD CLIENTS
8b58be88 4398M: Trond Myklebust <[email protected]>
78f58153
TM
4399L: [email protected]
4400W: http://client.linux-nfs.org
4401T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
1da177e4 4402S: Maintained
679655da
JP
4403F: fs/lockd/
4404F: fs/nfs/
4405F: fs/nfs_common/
4406F: net/sunrpc/
4407F: include/linux/lockd/
4408F: include/linux/nfs*
4409F: include/linux/sunrpc/
1da177e4
LT
4410
4411NI5010 NETWORK DRIVER
8b58be88
JP
4412M: Jan-Pascal van Best <[email protected]>
4413M: Andreas Mohr <[email protected]>
979b6c13 4414L: [email protected]
1da177e4 4415S: Maintained
679655da 4416F: drivers/net/ni5010.*
1da177e4 4417
85ef9cea 4418NILFS2 FILESYSTEM
8b58be88 4419M: KONISHI Ryusuke <[email protected]>
6aff43f8 4420L: [email protected]
85ef9cea 4421W: http://www.nilfs.org/en/
af1761f2 4422T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
85ef9cea 4423S: Supported
679655da
JP
4424F: Documentation/filesystems/nilfs2.txt
4425F: fs/nilfs2/
4426F: include/linux/nilfs2_fs.h
85ef9cea 4427
1da177e4 4428NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
8b58be88 4429M: YOKOTA Hiroshi <[email protected]>
1da177e4
LT
4430W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4431S: Maintained
679655da
JP
4432F: Documentation/scsi/NinjaSCSI.txt
4433F: drivers/scsi/pcmcia/nsp_*
1da177e4
LT
4434
4435NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
8b58be88
JP
4436M: GOTO Masanori <[email protected]>
4437M: YOKOTA Hiroshi <[email protected]>
1da177e4
LT
4438W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4439S: Maintained
679655da
JP
4440F: Documentation/scsi/NinjaSCSI.txt
4441F: drivers/scsi/nsp32*
1da177e4 4442
1da177e4 4443NTFS FILESYSTEM
2818ef50 4444M: Anton Altaparmakov <[email protected]>
1da177e4 4445L: [email protected]
2818ef50 4446W: http://www.tuxera.com/
54e5881d 4447T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
2818ef50 4448S: Supported
679655da
JP
4449F: Documentation/filesystems/ntfs.txt
4450F: fs/ntfs/
1da177e4 4451
9eb8ef74 4452NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
8b58be88 4453M: Antonino Daplas <[email protected]>
c69f677c 4454L: [email protected]
ce00f85c 4455S: Maintained
679655da
JP
4456F: drivers/video/riva/
4457F: drivers/video/nvidia/
1da177e4 4458
f5525786 4459OMAP SUPPORT
0e24bdd4 4460M: Tony Lindgren <[email protected]>
f5525786
TL
4461L: [email protected]
4462W: http://www.muru.com/linux/omap/
4463W: http://linux.omap.com/
8a6e2535 4464Q: http://patchwork.kernel.org/project/linux-omap/list/
f5525786
TL
4465T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4466S: Maintained
4e04d5a3 4467F: arch/arm/*omap*/
f5525786
TL
4468
4469OMAP CLOCK FRAMEWORK SUPPORT
8b58be88 4470M: Paul Walmsley <[email protected]>
f5525786
TL
4471L: [email protected]
4472S: Maintained
4473F: arch/arm/*omap*/*clock*
4474
4475OMAP POWER MANAGEMENT SUPPORT
8b58be88 4476M: Kevin Hilman <[email protected]>
f5525786
TL
4477L: [email protected]
4478S: Maintained
4479F: arch/arm/*omap*/*pm*
4480
4481OMAP AUDIO SUPPORT
8b58be88 4482M: Jarkko Nikula <[email protected]>
f5525786
TL
4483L: [email protected] (subscribers-only)
4484L: [email protected]
4485S: Maintained
4486F: sound/soc/omap/
4487
4488OMAP FRAMEBUFFER SUPPORT
3043c10a 4489M: Tomi Valkeinen <[email protected]>
c69f677c 4490L: [email protected]
f5525786
TL
4491L: [email protected]
4492S: Maintained
4493F: drivers/video/omap/
4494
676eec0d 4495OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
178ff4c9
TV
4496M: Tomi Valkeinen <[email protected]>
4497L: [email protected]
676eec0d 4498L: [email protected]
178ff4c9 4499S: Maintained
676eec0d 4500F: drivers/video/omap2/
178ff4c9
TV
4501F: Documentation/arm/OMAP/DSS
4502
f5525786 4503OMAP MMC SUPPORT
8b58be88 4504M: Jarkko Lavinen <[email protected]>
f5525786
TL
4505L: [email protected]
4506S: Maintained
653f41b5
MC
4507F: drivers/mmc/host/omap.c
4508
4509OMAP HS MMC SUPPORT
4510M: Madhusudhan Chikkature <[email protected]>
4511L: [email protected]
4512S: Maintained
4513F: drivers/mmc/host/omap_hsmmc.c
f5525786
TL
4514
4515OMAP RANDOM NUMBER GENERATOR SUPPORT
8b58be88 4516M: Deepak Saxena <[email protected]>
f5525786
TL
4517S: Maintained
4518F: drivers/char/hw_random/omap-rng.c
4519
f400c82e
PW
4520OMAP HWMOD SUPPORT
4521M: Benoît Cousson <[email protected]>
4522M: Paul Walmsley <[email protected]>
4523L: [email protected]
4524S: Maintained
4525F: arch/arm/mach-omap2/omap_hwmod.c
4526F: arch/arm/plat-omap/include/plat/omap_hwmod.h
4527
4528OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4529M: Benoît Cousson <[email protected]>
4530L: [email protected]
4531S: Maintained
4532F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4533
f5525786 4534OMAP USB SUPPORT
f299470a 4535M: Felipe Balbi <[email protected]>
8b58be88 4536M: David Brownell <[email protected]>
f5525786
TL
4537L: [email protected]
4538L: [email protected]
4539S: Maintained
a16fbd65
JP
4540F: drivers/usb/*/*omap*
4541F: arch/arm/*omap*/usb*
f5525786 4542
0ad122d9 4543OMFS FILESYSTEM
8b58be88 4544M: Bob Copeland <[email protected]>
0ad122d9
BC
4545L: [email protected]
4546S: Maintained
679655da
JP
4547F: Documentation/filesystems/omfs.txt
4548F: fs/omfs/
0ad122d9 4549
c1986ee9 4550OMNIKEY CARDMAN 4000 DRIVER
8b58be88 4551M: Harald Welte <[email protected]>
c1986ee9 4552S: Maintained
679655da
JP
4553F: drivers/char/pcmcia/cm4000_cs.c
4554F: include/linux/cm4000_cs.h
c1986ee9 4555
77c44ab1 4556OMNIKEY CARDMAN 4040 DRIVER
8b58be88 4557M: Harald Welte <[email protected]>
77c44ab1 4558S: Maintained
679655da 4559F: drivers/char/pcmcia/cm4040_cs.*
77c44ab1 4560
77d5140f 4561OMNIVISION OV7670 SENSOR DRIVER
8b58be88 4562M: Jonathan Corbet <[email protected]>
661263b5 4563L: [email protected]
54e5881d 4564T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
77d5140f 4565S: Maintained
679655da 4566F: drivers/media/video/ov7670.c
77d5140f 4567
431bca73 4568ONENAND FLASH DRIVER
8b58be88 4569M: Kyungmin Park <[email protected]>
431bca73
TG
4570L: [email protected]
4571S: Maintained
679655da
JP
4572F: drivers/mtd/onenand/
4573F: include/linux/mtd/onenand*.h
431bca73 4574
1da177e4 4575ONSTREAM SCSI TAPE DRIVER
8b58be88 4576M: Willem Riede <[email protected]>
1da177e4
LT
4577L: [email protected]
4578L: [email protected]
4579S: Maintained
679655da
JP
4580F: drivers/scsi/osst*
4581F: drivers/scsi/st*
1da177e4 4582
e2d1d6c0 4583OPENCORES I2C BUS DRIVER
8b58be88 4584M: Peter Korsgaard <[email protected]>
846557d3 4585L: [email protected]
e2d1d6c0 4586S: Maintained
679655da
JP
4587F: Documentation/i2c/busses/i2c-ocores
4588F: drivers/i2c/busses/i2c-ocores.c
e2d1d6c0 4589
860c44c1
GL
4590OPEN FIRMWARE AND FLATTENED DEVICE TREE
4591M: Grant Likely <[email protected]>
4592L: [email protected]
4593W: http://fdt.secretlab.ca
3bbf9b9b 4594T: git git://git.secretlab.ca/git/linux-2.6.git
860c44c1
GL
4595S: Maintained
4596F: drivers/of
4597F: include/linux/of*.h
4598K: of_get_property
4599
af39917d
CL
4600OPL4 DRIVER
4601M: Clemens Ladisch <[email protected]>
4602L: [email protected] (moderated for non-subscribers)
4603T: git git://git.alsa-project.org/alsa-kernel.git
4604S: Maintained
4605F: sound/drivers/opl4/
4606
1da177e4 4607OPROFILE
8b58be88 4608M: Robert Richter <[email protected]>
1da177e4
LT
4609L: [email protected]
4610S: Maintained
81c4a8a6 4611F: arch/*/include/asm/oprofile*.h
679655da
JP
4612F: arch/*/oprofile/
4613F: drivers/oprofile/
4614F: include/linux/oprofile.h
1da177e4 4615
e2d1d6c0 4616ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
8b58be88 4617M: Mark Fasheh <[email protected]>
d6351db2 4618M: Joel Becker <[email protected]>
e2d1d6c0
RD
4619L: [email protected] (moderated for non-subscribers)
4620W: http://oss.oracle.com/projects/ocfs2/
2191aeba 4621T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
e2d1d6c0 4622S: Supported
679655da
JP
4623F: Documentation/filesystems/ocfs2.txt
4624F: Documentation/filesystems/dlmfs.txt
4625F: fs/ocfs2/
e2d1d6c0 4626
1da177e4 4627ORINOCO DRIVER
724c6b35 4628L: [email protected]
ecffdde6
PR
4629L: [email protected]
4630L: [email protected]
3a59babb 4631W: http://linuxwireless.org/en/users/Drivers/orinoco
ecffdde6 4632W: http://www.nongnu.org/orinoco/
3a59babb 4633S: Orphan
679655da 4634F: drivers/net/wireless/orinoco/
1da177e4 4635
42c55aa8 4636OSD LIBRARY and FILESYSTEM
8b58be88
JP
4637M: Boaz Harrosh <[email protected]>
4638M: Benny Halevy <[email protected]>
68274794
BH
4639L: [email protected]
4640W: http://open-osd.org
54e5881d 4641T: git git://git.open-osd.org/open-osd.git
68274794 4642S: Maintained
42c55aa8 4643F: drivers/scsi/osd/
6b6f0b6c 4644F: include/scsi/osd_*
42c55aa8 4645F: fs/exofs/
68274794 4646
e2d1d6c0 4647P54 WIRELESS DRIVER
084cb0fe 4648M: Christian Lamparter <[email protected]>
e2d1d6c0 4649L: [email protected]
084cb0fe 4650W: http://wireless.kernel.org/en/users/Drivers/p54
e2d1d6c0 4651S: Maintained
679655da 4652F: drivers/net/wireless/p54/
e2d1d6c0 4653
f5cd7872 4654PA SEMI ETHERNET DRIVER
8b58be88 4655M: Olof Johansson <[email protected]>
f5cd7872
OJ
4656L: [email protected]
4657S: Maintained
679655da 4658F: drivers/net/pasemi_mac.*
f5cd7872 4659
beb58aa3 4660PA SEMI SMBUS DRIVER
8b58be88 4661M: Olof Johansson <[email protected]>
846557d3 4662L: [email protected]
beb58aa3 4663S: Maintained
679655da 4664F: drivers/i2c/busses/i2c-pasemi.c
beb58aa3 4665
48fc267e
SK
4666PADATA PARALLEL EXECUTION MECHANISM
4667M: Steffen Klassert <[email protected]>
4668L: [email protected]
4669L: [email protected]
4670S: Maintained
4671F: kernel/padata.c
4672F: include/linux/padata.h
4673F: Documentation/padata.txt
4674
709ee531 4675PANASONIC LAPTOP ACPI EXTRAS DRIVER
8b58be88 4676M: Harald Welte <[email protected]>
d0944853 4677L: [email protected]
709ee531 4678S: Maintained
679655da 4679F: drivers/platform/x86/panasonic-laptop.c
709ee531 4680
368dd5ac 4681PANASONIC MN10300/AM33/AM34 PORT
8b58be88
JP
4682M: David Howells <[email protected]>
4683M: Koichi Yasutake <[email protected]>
4fa97181
DH
4684L: [email protected] (moderated for non-subscribers)
4685W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4686S: Maintained
679655da
JP
4687F: Documentation/mn10300/
4688F: arch/mn10300/
4fa97181 4689
1da177e4 4690PARALLEL PORT SUPPORT
3dd1a329 4691L: [email protected] (subscribers-only)
5fdc2abe 4692S: Orphan
679655da
JP
4693F: drivers/parport/
4694F: include/linux/parport*.h
4695F: drivers/char/ppdev.c
4696F: include/linux/ppdev.h
1da177e4 4697
4cdf6bc2 4698PARAVIRT_OPS INTERFACE
8b58be88
JP
4699M: Jeremy Fitzhardinge <[email protected]>
4700M: Chris Wright <[email protected]>
4701M: Alok Kataria <[email protected]>
4702M: Rusty Russell <[email protected]>
c996d8b9 4703L: [email protected]
4cdf6bc2 4704S: Supported
679655da
JP
4705F: Documentation/ia64/paravirt_ops.txt
4706F: arch/*/kernel/paravirt*
4707F: arch/*/include/asm/paravirt.h
4cdf6bc2 4708
e2d1d6c0 4709PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
8b58be88 4710M: Tim Waugh <[email protected]>
e2d1d6c0
RD
4711L: [email protected] (subscribers-only)
4712W: http://www.torque.net/linux-pp.html
4713S: Maintained
679655da
JP
4714F: Documentation/blockdev/paride.txt
4715F: drivers/block/paride/
e2d1d6c0
RD
4716
4717PARISC ARCHITECTURE
8b58be88
JP
4718M: Kyle McMartin <[email protected]>
4719M: Helge Deller <[email protected]>
b8828770 4720M: "James E.J. Bottomley" <[email protected]>
e2d1d6c0
RD
4721L: [email protected]
4722W: http://www.parisc-linux.org/
8a6e2535 4723Q: http://patchwork.kernel.org/project/linux-parisc/list/
54e5881d 4724T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
e2d1d6c0 4725S: Maintained
679655da
JP
4726F: arch/parisc/
4727F: drivers/parisc/
e2d1d6c0 4728
1662d32c 4729PC87360 HARDWARE MONITORING DRIVER
8b58be88 4730M: Jim Cromie <[email protected]>
1662d32c
JC
4731L: [email protected]
4732S: Maintained
679655da
JP
4733F: Documentation/hwmon/pc87360
4734F: drivers/hwmon/pc87360.c
1662d32c
JC
4735
4736PC8736x GPIO DRIVER
8b58be88 4737M: Jim Cromie <[email protected]>
1662d32c 4738S: Maintained
679655da 4739F: drivers/char/pc8736x_gpio.c
1662d32c 4740
1ad107fd
JD
4741PC87427 HARDWARE MONITORING DRIVER
4742M: Jean Delvare <[email protected]>
4743L: [email protected]
4744S: Maintained
4745F: Documentation/hwmon/pc87427
4746F: drivers/hwmon/pc87427.c
4747
b26e0ed4 4748PCA9532 LED DRIVER
8b58be88 4749M: Riku Voipio <[email protected]>
b26e0ed4 4750S: Maintained
d5ca6918
JP
4751F: drivers/leds/leds-pca9532.c
4752F: include/linux/leds-pca9532.h
b26e0ed4 4753
5ce914a8
GR
4754PCA9541 I2C BUS MASTER SELECTOR DRIVER
4755M: Guenter Roeck <[email protected]>
4756L: [email protected]
4757S: Maintained
4758F: drivers/i2c/muxes/pca9541.c
4759
a1867d36
WS
4760PCA9564/PCA9665 I2C BUS DRIVER
4761M: Wolfram Sang <[email protected]>
4762L: [email protected]
4763S: Maintained
4764F: drivers/i2c/algos/i2c-algo-pca.c
4765F: drivers/i2c/busses/i2c-pca-*
4766F: include/linux/i2c-algo-pca.h
4767F: include/linux/i2c-pca-platform.h
4768
065c6359 4769PCI ERROR RECOVERY
8b58be88 4770M: Linas Vepstas <[email protected]>
c1f69db7 4771L: [email protected]
065c6359 4772S: Supported
679655da
JP
4773F: Documentation/PCI/pci-error-recovery.txt
4774F: Documentation/powerpc/eeh-pci-error-recovery.txt
065c6359 4775
1da177e4 4776PCI SUBSYSTEM
8b58be88 4777M: Jesse Barnes <[email protected]>
2905474d 4778L: [email protected]
8a6e2535 4779Q: http://patchwork.kernel.org/project/linux-pci/list/
54e5881d 4780T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
1da177e4 4781S: Supported
679655da
JP
4782F: Documentation/PCI/
4783F: drivers/pci/
4784F: include/linux/pci*
1da177e4 4785
be3652b8
JB
4786PCI HOTPLUG
4787M: Jesse Barnes <[email protected]>
64dab204 4788L: [email protected]
8b59a454 4789S: Supported
be3652b8 4790F: drivers/pci/hotplug
8cf4c195 4791
1da177e4 4792PCMCIA SUBSYSTEM
4230dfc9 4793P: Linux PCMCIA Team
f5df5881 4794L: [email protected]
6650e0a5 4795W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
54e5881d 4796T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4230dfc9 4797S: Maintained
679655da
JP
4798F: Documentation/pcmcia/
4799F: drivers/pcmcia/
4800F: include/pcmcia/
1da177e4
LT
4801
4802PCNET32 NETWORK DRIVER
227fb925 4803M: Don Fry <[email protected]>
979b6c13 4804L: [email protected]
1da177e4 4805S: Maintained
679655da 4806F: drivers/net/pcnet32.c
1da177e4 4807
48fc267e
SK
4808PCRYPT PARALLEL CRYPTO ENGINE
4809M: Steffen Klassert <[email protected]>
4810L: [email protected]
4811S: Maintained
4812F: crypto/pcrypt.c
4813F: include/crypto/pcrypt.h
4814
e72df0b8
TH
4815PER-CPU MEMORY ALLOCATOR
4816M: Tejun Heo <[email protected]>
4817M: Christoph Lameter <[email protected]>
4818L: [email protected]
4819T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
4820S: Maintained
4821F: include/linux/percpu*.h
4822F: mm/percpu*.c
4823F: arch/*/include/asm/percpu.h
4824
ad4ecbcb 4825PER-TASK DELAY ACCOUNTING
8b58be88 4826M: Balbir Singh <[email protected]>
ad4ecbcb 4827S: Maintained
679655da
JP
4828F: include/linux/delayacct.h
4829F: kernel/delayacct.c
ad4ecbcb 4830
57c0c15b 4831PERFORMANCE EVENTS SUBSYSTEM
8b58be88
JP
4832M: Peter Zijlstra <[email protected]>
4833M: Paul Mackerras <[email protected]>
4834M: Ingo Molnar <[email protected]>
4aafd3f7 4835M: Arnaldo Carvalho de Melo <[email protected]>
6c0b3244 4836S: Supported
141c4296 4837F: kernel/perf_event*.c
a003236c 4838F: include/linux/perf_event.h
141c4296
RR
4839F: arch/*/kernel/perf_event*.c
4840F: arch/*/kernel/*/perf_event*.c
4841F: arch/*/kernel/*/*/perf_event*.c
a003236c 4842F: arch/*/include/asm/perf_event.h
141c4296 4843F: arch/*/lib/perf_event*.c
a003236c
VL
4844F: arch/*/kernel/perf_callchain.c
4845F: tools/perf/
6c0b3244 4846
dd49d0f5 4847PERSONALITY HANDLING
8b58be88 4848M: Christoph Hellwig <[email protected]>
dd49d0f5
JC
4849L: [email protected]
4850S: Maintained
679655da 4851F: include/linux/personality.h
dd49d0f5 4852
838e7a03
RDC
4853PHONET PROTOCOL
4854M: Remi Denis-Courmont <[email protected]>
4855S: Supported
4856F: Documentation/networking/phonet.txt
4857F: include/linux/phonet.h
4858F: include/net/phonet/
4859F: net/phonet/
4860
1da177e4 4861PHRAM MTD DRIVER
8b58be88 4862M: Joern Engel <[email protected]>
1da177e4
LT
4863L: [email protected]
4864S: Maintained
679655da 4865F: drivers/mtd/devices/phram.c
1da177e4 4866
249a6771 4867PKTCDVD DRIVER
8b58be88 4868M: Peter Osterlund <[email protected]>
249a6771 4869S: Maintained
679655da
JP
4870F: drivers/block/pktcdvd.c
4871F: include/linux/pktcdvd.h
249a6771 4872
89a36810 4873PMC SIERRA MaxRAID DRIVER
076cfaae 4874M: Anil Ravindranath <[email protected]>
89a36810
AR
4875L: [email protected]
4876W: http://www.pmc-sierra.com/
4877S: Supported
4878F: drivers/scsi/pmcraid.*
4879
dbf9bfe6 4880PMC SIERRA PM8001 DRIVER
4881M: [email protected]
4882M: [email protected]
4883L: [email protected]
4884S: Supported
4885F: drivers/scsi/pm8001/
4886
1da177e4 4887POSIX CLOCKS and TIMERS
8b58be88 4888M: Thomas Gleixner <[email protected]>
1da177e4 4889S: Supported
679655da
JP
4890F: fs/timerfd.c
4891F: include/linux/timer*
4892F: kernel/*timer*
1da177e4 4893
3be86148 4894POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8b58be88
JP
4895M: Anton Vorontsov <[email protected]>
4896M: David Woodhouse <[email protected]>
54e5881d 4897T: git git://git.infradead.org/battery-2.6.git
3be86148 4898S: Maintained
679655da
JP
4899F: include/linux/power_supply.h
4900F: drivers/power/power_supply*
3be86148 4901
1da177e4 4902PNP SUPPORT
8b58be88
JP
4903M: Adam Belay <[email protected]>
4904M: Bjorn Helgaas <[email protected]>
1da177e4 4905S: Maintained
679655da 4906F: drivers/pnp/
1da177e4 4907
999445d4 4908PNXxxxx I2C DRIVER
8b58be88 4909M: Vitaly Wool <[email protected]>
846557d3 4910L: [email protected]
999445d4 4911S: Maintained
679655da 4912F: drivers/i2c/busses/i2c-pnx.c
999445d4 4913
1da177e4 4914PPP PROTOCOL DRIVERS AND COMPRESSORS
8b58be88 4915M: Paul Mackerras <[email protected]>
1da177e4
LT
4916L: [email protected]
4917S: Maintained
679655da 4918F: drivers/net/ppp_*
1da177e4
LT
4919
4920PPP OVER ATM (RFC 2364)
8b58be88 4921M: Mitchell Blank Jr <[email protected]>
1da177e4 4922S: Maintained
679655da
JP
4923F: net/atm/pppoatm.c
4924F: include/linux/atmppp.h
1da177e4
LT
4925
4926PPP OVER ETHERNET
8b58be88 4927M: Michal Ostrowski <[email protected]>
1da177e4 4928S: Maintained
679655da
JP
4929F: drivers/net/pppoe.c
4930F: drivers/net/pppox.c
1da177e4 4931
a6d2370b 4932PPP OVER L2TP
8b58be88 4933M: James Chapman <[email protected]>
a6d2370b 4934S: Maintained
90ca28d1 4935F: net/l2tp/l2tp_ppp.c
679655da 4936F: include/linux/if_pppol2tp.h
a6d2370b 4937
eae9d2ba 4938PPS SUPPORT
8b58be88 4939M: Rodolfo Giometti <[email protected]>
eae9d2ba
RG
4940W: http://wiki.enneenne.com/index.php/LinuxPPS_support
4941L: [email protected] (subscribers-only)
4942S: Maintained
cabaaf41
JP
4943F: Documentation/pps/
4944F: drivers/pps/
4945F: include/linux/pps*.h
eae9d2ba 4946
1da177e4 4947PREEMPTIBLE KERNEL
8b58be88 4948M: Robert Love <[email protected]>
1da177e4
LT
4949L: [email protected]
4950W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4951S: Supported
679655da
JP
4952F: Documentation/preempt-locking.txt
4953F: include/linux/preempt.h
1da177e4
LT
4954
4955PRISM54 WIRELESS DRIVER
8b58be88 4956M: "Luis R. Rodriguez" <[email protected]>
724c6b35 4957L: [email protected]
9ef80804 4958W: http://wireless.kernel.org/en/users/Drivers/p54
1d89cae1 4959S: Obsolete
679655da 4960F: drivers/net/wireless/prism54/
1da177e4 4961
b3277dfa 4962PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
8b58be88 4963M: Mikael Pettersson <[email protected]>
b3277dfa
MP
4964L: [email protected]
4965S: Maintained
679655da 4966F: drivers/ata/sata_promise.*
b3277dfa 4967
02c18891 4968PS3 NETWORK SUPPORT
b809b9ca 4969M: Geoff Levand <[email protected]>
02c18891 4970L: [email protected]
a4724ed6 4971L: [email protected]
b809b9ca 4972S: Maintained
679655da 4973F: drivers/net/ps3_gelic_net.*
02c18891 4974
f58a9d17 4975PS3 PLATFORM SUPPORT
b809b9ca 4976M: Geoff Levand <[email protected]>
a4724ed6
SR
4977L: [email protected]
4978L: [email protected]
b809b9ca 4979S: Maintained
679655da
JP
4980F: arch/powerpc/boot/ps3*
4981F: arch/powerpc/include/asm/lv1call.h
4982F: arch/powerpc/include/asm/ps3*.h
4983F: arch/powerpc/platforms/ps3/
4984F: drivers/*/ps3*
4985F: drivers/ps3/
fec629b8 4986F: drivers/rtc/rtc-ps3.c
679655da 4987F: drivers/usb/host/*ps3.c
fec629b8 4988F: sound/ppc/snd_ps3*
f58a9d17 4989
cffb4add 4990PS3VRAM DRIVER
8b58be88 4991M: Jim Paris <[email protected]>
a4724ed6 4992L: [email protected]
cffb4add 4993S: Maintained
8a3977cb 4994F: drivers/block/ps3vram.c
cffb4add 4995
cf94a4d1 4996PTRACE SUPPORT
8b58be88
JP
4997M: Roland McGrath <[email protected]>
4998M: Oleg Nesterov <[email protected]>
cf94a4d1
CH
4999S: Maintained
5000F: include/asm-generic/syscall.h
5001F: include/linux/ptrace.h
5002F: include/linux/regset.h
5003F: include/linux/tracehook.h
5004F: kernel/ptrace.c
5005
8320204a 5006PVRUSB2 VIDEO4LINUX DRIVER
8b58be88 5007M: Mike Isely <[email protected]>
16e9495d 5008L: [email protected] (subscribers-only)
661263b5 5009L: [email protected]
8320204a 5010W: http://www.isely.net/pvrusb2/
54e5881d 5011T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
8320204a 5012S: Maintained
679655da
JP
5013F: Documentation/video4linux/README.pvrusb2
5014F: drivers/media/video/pvrusb2/
8320204a 5015
30ec261e 5016PXA2xx/PXA3xx SUPPORT
8b58be88
JP
5017M: Eric Miao <[email protected]>
5018M: Russell King <[email protected]>
efc03ecb 5019L: [email protected] (moderated for non-subscribers)
1da177e4 5020S: Maintained
679655da
JP
5021F: arch/arm/mach-pxa/
5022F: drivers/pcmcia/pxa2xx*
5023F: drivers/spi/pxa2xx*
5024F: drivers/usb/gadget/pxa2*
5025F: include/sound/pxa2xx-lib.h
bec4c99e
MB
5026F: sound/arm/pxa*
5027F: sound/soc/pxa
1da177e4 5028
a6bb4bab 5029PXA168 SUPPORT
8b58be88
JP
5030M: Eric Miao <[email protected]>
5031M: Jason Chagas <[email protected]>
efc03ecb 5032L: [email protected] (moderated for non-subscribers)
54e5881d 5033T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
7517b3fb 5034S: Maintained
a6bb4bab 5035
5fa82eb8 5036PXA910 SUPPORT
8b58be88 5037M: Eric Miao <[email protected]>
efc03ecb 5038L: [email protected] (moderated for non-subscribers)
54e5881d 5039T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
7517b3fb 5040S: Maintained
5fa82eb8 5041
e8e6cb32
EM
5042MMP2 SUPPORT (aka ARMADA610)
5043M: Haojian Zhuang <[email protected]>
5044M: Eric Miao <[email protected]>
5045L: [email protected] (moderated for non-subscribers)
5046T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5047S: Maintained
5048
272f133a
PO
5049PXA MMCI DRIVER
5050S: Orphan
5051
57f63bc8 5052PXA RTC DRIVER
8b58be88 5053M: Robert Jarzmik <[email protected]>
57f63bc8
RJ
5054L: [email protected]
5055S: Maintained
5056
5e9772b9
JS
5057QLOGIC QLA1280 SCSI DRIVER
5058M: Michael Reed <[email protected]>
5059L: [email protected]
5060S: Maintained
5061F: drivers/scsi/qla1280.[ch]
5062
1da177e4 5063QLOGIC QLA2XXX FC-SCSI DRIVER
8b58be88 5064M: Andrew Vasquez <[email protected]>
95e6a856 5065M: [email protected]
1da177e4
LT
5066L: [email protected]
5067S: Supported
679655da
JP
5068F: Documentation/scsi/LICENSE.qla2xxx
5069F: drivers/scsi/qla2xxx/
1da177e4 5070
883c98fe
RA
5071QLOGIC QLA4XXX iSCSI DRIVER
5072M: Ravi Anand <[email protected]>
5073M: Vikas Chaudhary <[email protected]>
5074M: [email protected]
5075L: [email protected]
5076S: Supported
5077F: drivers/scsi/qla4xxx/
5078
5a4faa87 5079QLOGIC QLA3XXX NETWORK DRIVER
8b58be88 5080M: Ron Mercer <[email protected]>
5a4faa87
RM
5081M: [email protected]
5082L: [email protected]
5083S: Supported
679655da
JP
5084F: Documentation/networking/LICENSE.qla3xxx
5085F: drivers/net/qla3xxx.*
5a4faa87 5086
0ec00f03
AKS
5087QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5088M: Amit Kumar Salecha <[email protected]>
7b39f90f 5089M: Anirban Chakraborty <[email protected]>
0ec00f03
AKS
5090M: [email protected]
5091L: [email protected]
5092S: Supported
5093F: drivers/net/qlcnic/
5094
c4e84bde 5095QLOGIC QLGE 10Gb ETHERNET DRIVER
8b58be88 5096M: Ron Mercer <[email protected]>
4cbfbe25 5097M: [email protected]
c4e84bde
RM
5098L: [email protected]
5099S: Supported
679655da 5100F: drivers/net/qlge/
c4e84bde 5101
1da177e4 5102QNX4 FILESYSTEM
8b58be88 5103M: Anders Larsen <[email protected]>
1da177e4
LT
5104W: http://www.alarsen.net/linux/qnx4fs/
5105S: Maintained
80811493 5106F: fs/qnx4/
679655da
JP
5107F: include/linux/qnx4_fs.h
5108F: include/linux/qnxtypes.h
1da177e4 5109
602adf40
YS
5110RADOS BLOCK DEVICE (RBD)
5111F: include/linux/qnxtypes.h
5112M: Yehuda Sadeh <[email protected]>
5113M: Sage Weil <[email protected]>
5114M: [email protected]
5115S: Supported
5116F: drivers/block/rbd.c
5117F: drivers/block/rbd_types.h
5118
1da177e4 5119RADEON FRAMEBUFFER DISPLAY DRIVER
8b58be88 5120M: Benjamin Herrenschmidt <[email protected]>
c69f677c 5121L: [email protected]
1da177e4 5122S: Maintained
679655da
JP
5123F: drivers/video/aty/radeon*
5124F: include/linux/radeonfb.h
1da177e4
LT
5125
5126RAGE128 FRAMEBUFFER DISPLAY DRIVER
8b58be88 5127M: Paul Mackerras <[email protected]>
c69f677c 5128L: [email protected]
1da177e4 5129S: Maintained
679655da 5130F: drivers/video/aty/aty128fb.c
1da177e4 5131
e7839f25 5132RALINK RT2X00 WIRELESS LAN DRIVER
95ea3627 5133P: rt2x00 project
e1a6542f 5134M: Ivo van Doorn <[email protected]>
4a7bd3ec 5135M: Gertjan van Wingerde <[email protected]>
95ea3627 5136L: [email protected]
83fc9c89 5137L: [email protected] (moderated for non-subscribers)
95ea3627
ID
5138W: http://rt2x00.serialmonkey.com/
5139S: Maintained
54e5881d 5140T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
95ea3627
ID
5141F: drivers/net/wireless/rt2x00/
5142
9db5579b 5143RAMDISK RAM BLOCK DEVICE DRIVER
6e575590 5144M: Nick Piggin <[email protected]>
9db5579b 5145S: Maintained
679655da
JP
5146F: Documentation/blockdev/ramdisk.txt
5147F: drivers/block/brd.c
9db5579b 5148
9e95ce27 5149RANDOM NUMBER DRIVER
8b58be88 5150M: Matt Mackall <[email protected]>
9e95ce27 5151S: Maintained
679655da 5152F: drivers/char/random.c
9e95ce27 5153
394b701c 5154RAPIDIO SUBSYSTEM
8b58be88 5155M: Matt Porter <[email protected]>
394b701c 5156S: Maintained
679655da 5157F: drivers/rapidio/
394b701c 5158
e2d1d6c0 5159RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
e2d1d6c0 5160L: [email protected]
f52a5490 5161S: Orphan
679655da 5162F: drivers/net/wireless/ray*
e2d1d6c0
RD
5163
5164RCUTORTURE MODULE
8b58be88
JP
5165M: Josh Triplett <[email protected]>
5166M: "Paul E. McKenney" <[email protected]>
f9094d8e 5167S: Supported
1fa7e547 5168T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
679655da
JP
5169F: Documentation/RCU/torture.txt
5170F: kernel/rcutorture.c
e2d1d6c0 5171
c1f766b5 5172RDC R-321X SoC
8b58be88 5173M: Florian Fainelli <[email protected]>
c1f766b5
FF
5174S: Maintained
5175
db17f395 5176RDC R6040 FAST ETHERNET DRIVER
8b58be88 5177M: Florian Fainelli <[email protected]>
db17f395
FF
5178L: [email protected]
5179S: Maintained
679655da 5180F: drivers/net/r6040.c
db17f395 5181
a09ed661 5182RDS - RELIABLE DATAGRAM SOCKETS
8b58be88 5183M: Andy Grover <[email protected]>
fbb5a558 5184L: [email protected] (moderated for non-subscribers)
a09ed661 5185S: Supported
679655da 5186F: net/rds/
a09ed661 5187
595182bc 5188READ-COPY UPDATE (RCU)
8b58be88
JP
5189M: Dipankar Sarma <[email protected]>
5190M: "Paul E. McKenney" <[email protected]>
595182bc 5191W: http://www.rdrop.com/users/paulmck/rclock/
595182bc 5192S: Supported
1fa7e547 5193T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
f9094d8e
PM
5194F: Documentation/RCU/
5195F: include/linux/rcu*
5196F: include/linux/srcu*
5197F: kernel/rcu*
5198F: kernel/srcu*
5199X: kernel/rcutorture.c
595182bc 5200
0c86edc0 5201REAL TIME CLOCK (RTC) SUBSYSTEM
8b58be88 5202M: Alessandro Zummo <[email protected]>
76465493 5203L: [email protected]
8a6e2535 5204Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
0c86edc0 5205S: Maintained
679655da
JP
5206F: Documentation/rtc.txt
5207F: drivers/rtc/
5208F: include/linux/rtc.h
0c86edc0 5209
1da177e4 5210REISERFS FILE SYSTEM
76c4e5ea 5211L: [email protected]
1da177e4 5212S: Supported
679655da 5213F: fs/reiserfs/
1da177e4 5214
e0897645 5215RFKILL
8b58be88 5216M: Johannes Berg <[email protected]>
19d337df 5217L: [email protected]
e0897645 5218S: Maintained
505c9247 5219F: Documentation/rfkill.txt
80811493 5220F: net/rfkill/
e0897645 5221
67e054e9
ML
5222RICOH SMARTMEDIA/XD DRIVER
5223M: Maxim Levitsky <[email protected]>
5224S: Maintained
21c26f50
JP
5225F: drivers/mtd/nand/r852.c
5226F: drivers/mtd/nand/r852.h
67e054e9 5227
e2d1d6c0
RD
5228RISCOM8 DRIVER
5229S: Orphan
679655da
JP
5230F: Documentation/serial/riscom8.txt
5231F: drivers/char/riscom8*
e2d1d6c0 5232
1da177e4
LT
5233ROCKETPORT DRIVER
5234P: Comtrol Corp.
1da177e4
LT
5235W: http://www.comtrol.com
5236S: Maintained
679655da
JP
5237F: Documentation/serial/rocket.txt
5238F: drivers/char/rocket*
1da177e4
LT
5239
5240ROSE NETWORK LAYER
8b58be88 5241M: Ralf Baechle <[email protected]>
1da177e4 5242L: [email protected]
d34cb28a 5243W: http://www.linux-ax25.org/
1da177e4 5244S: Maintained
679655da
JP
5245F: include/linux/rose.h
5246F: include/net/rose.h
5247F: net/rose/
1da177e4 5248
59840488 5249RTL8180 WIRELESS DRIVER
8b58be88 5250M: "John W. Linville" <[email protected]>
605bebe2
MW
5251L: [email protected]
5252W: http://linuxwireless.org/
54e5881d 5253T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
605bebe2 5254S: Maintained
3cfeb0c3 5255F: drivers/net/wireless/rtl818x/rtl8180/
605bebe2 5256
59840488 5257RTL8187 WIRELESS DRIVER
8b58be88
JP
5258M: Herton Ronaldo Krzesinski <[email protected]>
5259M: Hin-Tak Leung <[email protected]>
5260M: Larry Finger <[email protected]>
7d2c86b5
JP
5261L: [email protected]
5262W: http://linuxwireless.org/
54e5881d 5263T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7d2c86b5 5264S: Maintained
3cfeb0c3 5265F: drivers/net/wireless/rtl818x/rtl8187/
59840488 5266
3cf0c8ad
LF
5267RTL8192CE WIRELESS DRIVER
5268M: Larry Finger <[email protected]>
5269M: Chaoming Li <[email protected]>
5270L: [email protected]
5271W: http://linuxwireless.org/
5272T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5273S: Maintained
5274F: drivers/net/wireless/rtlwifi/
f0b3e4b7 5275F: drivers/net/wireless/rtlwifi/rtl8192ce/
59840488 5276
9eb8ef74 5277S3 SAVAGE FRAMEBUFFER DRIVER
8b58be88 5278M: Antonino Daplas <[email protected]>
c69f677c 5279L: [email protected]
ce00f85c 5280S: Maintained
679655da 5281F: drivers/video/savage/
9eb8ef74 5282
1da177e4 5283S390
8b58be88
JP
5284M: Martin Schwidefsky <[email protected]>
5285M: Heiko Carstens <[email protected]>
1da177e4 5286M: [email protected]
d58140cc 5287L: [email protected]
5238da45
HC
5288W: http://www.ibm.com/developerworks/linux/linux390/
5289S: Supported
679655da 5290F: arch/s390/
a968cd3e 5291F: drivers/s390/
3bfe6858
JN
5292F: fs/partitions/ibm.c
5293F: Documentation/s390/
5294F: Documentation/DocBook/s390*
5238da45
HC
5295
5296S390 NETWORK DRIVERS
8b58be88
JP
5297M: Ursula Braun <[email protected]>
5298M: Frank Blaschka <[email protected]>
5238da45 5299M: [email protected]
d58140cc 5300L: [email protected]
5238da45
HC
5301W: http://www.ibm.com/developerworks/linux/linux390/
5302S: Supported
679655da 5303F: drivers/s390/net/
5238da45 5304
feed9b62 5305S390 ZCRYPT DRIVER
51120c2c 5306M: Holger Dengler <[email protected]>
feed9b62
FB
5307M: [email protected]
5308L: [email protected]
a968cd3e 5309W: http://www.ibm.com/developerworks/linux/linux390/
feed9b62 5310S: Supported
d5ca6918 5311F: drivers/s390/crypto/
feed9b62 5312
5238da45 5313S390 ZFCP DRIVER
8b58be88 5314M: Christof Schmitt <[email protected]>
07bbd0fa 5315M: Swen Schillig <[email protected]>
5238da45 5316M: [email protected]
d58140cc 5317L: [email protected]
5238da45 5318W: http://www.ibm.com/developerworks/linux/linux390/
1da177e4 5319S: Supported
679655da 5320F: drivers/s390/scsi/zfcp_*
1da177e4 5321
dd96df2c 5322S390 IUCV NETWORK LAYER
8b58be88 5323M: Ursula Braun <[email protected]>
dd96df2c
UB
5324M: [email protected]
5325L: [email protected]
5326W: http://www.ibm.com/developerworks/linux/linux390/
5327S: Supported
679655da
JP
5328F: drivers/s390/net/*iucv*
5329F: include/net/iucv/
5330F: net/iucv/
dd96df2c 5331
4dde7f75 5332S3C24XX SD/MMC Driver
8b58be88 5333M: Ben Dooks <[email protected]>
efc03ecb 5334L: [email protected] (moderated for non-subscribers)
4dde7f75 5335S: Supported
679655da 5336F: drivers/mmc/host/s3cmci.*
4dde7f75 5337
1da177e4 5338SAA7146 VIDEO4LINUX-2 DRIVER
8b58be88 5339M: Michael Hunold <[email protected]>
661263b5 5340L: [email protected]
54e5881d 5341T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1da177e4
LT
5342W: http://www.mihu.de/linux/saa7146
5343S: Maintained
679655da
JP
5344F: drivers/media/common/saa7146*
5345F: drivers/media/video/*7146*
5346F: include/media/*7146*
1da177e4 5347
4a109cc0
MB
5348SAMSUNG AUDIO (ASoC) DRIVERS
5349M: Jassi Brar <[email protected]>
5350L: [email protected] (moderated for non-subscribers)
5351S: Supported
7a939419 5352F: sound/soc/samsung
4a109cc0 5353
88606e80
TG
5354TIMEKEEPING, NTP
5355M: John Stultz <[email protected]>
5356M: Thomas Gleixner <[email protected]>
5357S: Supported
5358F: include/linux/clocksource.h
5359F: include/linux/time.h
5360F: include/linux/timex.h
5361F: include/linux/timekeeping.h
5362F: kernel/time/clocksource.c
5363F: kernel/time/time*.c
5364F: kernel/time/ntp.c
5365
5b3f03f0 5366TLG2300 VIDEO4LINUX-2 DRIVER
d2fa2187
JP
5367M: Huang Shijie <[email protected]>
5368M: Kang Yong <[email protected]>
5369M: Zhang Xiaobing <[email protected]>
5b3f03f0
HS
5370S: Supported
5371F: drivers/media/video/tlg2300
5372
1da177e4 5373SC1200 WDT DRIVER
8b58be88 5374M: Zwane Mwaikambo <[email protected]>
1da177e4 5375S: Maintained
679655da 5376F: drivers/watchdog/sc1200wdt.c
1da177e4
LT
5377
5378SCHEDULER
8b58be88
JP
5379M: Ingo Molnar <[email protected]>
5380M: Peter Zijlstra <[email protected]>
1da177e4 5381S: Maintained
679655da
JP
5382F: kernel/sched*
5383F: include/linux/sched.h
1da177e4 5384
6bcf6737 5385SCORE ARCHITECTURE
a2681a75
JP
5386M: Chen Liqin <[email protected]>
5387M: Lennox Wu <[email protected]>
6bcf6737
CL
5388W: http://www.sunplusct.com
5389S: Supported
a2681a75 5390F: arch/score/
6bcf6737 5391
1da177e4 5392SCSI CDROM DRIVER
8b58be88 5393M: Jens Axboe <[email protected]>
1da177e4
LT
5394L: [email protected]
5395W: http://www.kernel.dk
5396S: Maintained
679655da 5397F: drivers/scsi/sr*
1da177e4 5398
fb50a83d
RD
5399SCSI RDMA PROTOCOL (SRP) INITIATOR
5400M: David Dillow <[email protected]>
5401L: [email protected]
5402S: Supported
5403W: http://www.openfabrics.org
5404Q: http://patchwork.kernel.org/project/linux-rdma/list/
5405T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5406F: drivers/infiniband/ulp/srp/
5407F: include/scsi/srp.h
5408
1da177e4 5409SCSI SG DRIVER
8b58be88 5410M: Doug Gilbert <[email protected]>
1da177e4
LT
5411L: [email protected]
5412W: http://www.torque.net/sg
5413S: Maintained
679655da
JP
5414F: drivers/scsi/sg.c
5415F: include/scsi/sg.h
1da177e4
LT
5416
5417SCSI SUBSYSTEM
60df75c1 5418M: "James E.J. Bottomley" <[email protected]>
1da177e4 5419L: [email protected]
54e5881d
JP
5420T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5421T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5422T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
1da177e4 5423S: Maintained
679655da
JP
5424F: drivers/scsi/
5425F: include/scsi/
1da177e4
LT
5426
5427SCSI TAPE DRIVER
8b58be88 5428M: Kai Mäkisara <[email protected]>
1da177e4
LT
5429L: [email protected]
5430S: Maintained
679655da
JP
5431F: Documentation/scsi/st.txt
5432F: drivers/scsi/st*
1da177e4
LT
5433
5434SCTP PROTOCOL
8b58be88
JP
5435M: Vlad Yasevich <[email protected]>
5436M: Sridhar Samudrala <[email protected]>
1a418796 5437L: [email protected]
5f85813c 5438W: http://lksctp.sourceforge.net
ce00f85c 5439S: Supported
679655da
JP
5440F: Documentation/networking/sctp.txt
5441F: include/linux/sctp.h
5442F: include/net/sctp/
5443F: net/sctp/
1da177e4
LT
5444
5445SCx200 CPU SUPPORT
8b58be88 5446M: Jim Cromie <[email protected]>
1662d32c 5447S: Odd Fixes
679655da
JP
5448F: Documentation/i2c/busses/scx200_acb
5449F: arch/x86/kernel/scx200_32.c
5450F: drivers/watchdog/scx200_wdt.c
5451F: drivers/i2c/busses/scx200*
5452F: drivers/mtd/maps/scx200_docflash.c
5453F: include/linux/scx200.h
1662d32c
JC
5454
5455SCx200 GPIO DRIVER
8b58be88 5456M: Jim Cromie <[email protected]>
1662d32c 5457S: Maintained
679655da
JP
5458F: drivers/char/scx200_gpio.c
5459F: include/linux/scx200_gpio.h
1662d32c
JC
5460
5461SCx200 HRT CLOCKSOURCE DRIVER
8b58be88 5462M: Jim Cromie <[email protected]>
1662d32c 5463S: Maintained
679655da 5464F: drivers/clocksource/scx200_hrt.c
1da177e4 5465
6a36913a 5466SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8b58be88 5467M: Sascha Sommer <[email protected]>
6a36913a
SS
5468L: [email protected] (subscribers-only)
5469S: Maintained
679655da 5470F: drivers/mmc/host/sdricoh_cs.c
6a36913a 5471
e7839f25 5472SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
245feaa6 5473M: Chris Ball <[email protected]>
7a241d6e 5474L: [email protected]
245feaa6
CB
5475T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5476S: Maintained
7a241d6e 5477F: drivers/mmc/host/sdhci.*
e2d1d6c0 5478
3085e9c1 5479SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8b58be88 5480M: Anton Vorontsov <[email protected]>
a4724ed6 5481L: [email protected]
7a241d6e 5482L: [email protected]
e2d1d6c0 5483S: Maintained
7a241d6e 5484F: drivers/mmc/host/sdhci-of.*
e2d1d6c0 5485
0d1bb41a 5486SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8b58be88 5487M: Ben Dooks <[email protected]>
7a241d6e 5488L: [email protected]
0d1bb41a
BD
5489S: Maintained
5490F: drivers/mmc/host/sdhci-s3c.c
5491
c63b3cba
VK
5492SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5493M: Viresh Kumar <[email protected]>
5494L: [email protected]
5495S: Maintained
5496F: drivers/mmc/host/sdhci-spear.c
5497
8711cca2 5498SECURITY SUBSYSTEM
8b58be88 5499M: James Morris <[email protected]>
8711cca2 5500L: [email protected] (suggested Cc:)
df69f0da 5501T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
c8334dc8 5502W: http://security.wiki.kernel.org/
8711cca2 5503S: Supported
7d2c86b5 5504F: security/
8711cca2 5505
1da177e4 5506SECURITY CONTACT
8b58be88 5507M: Security Officers <[email protected]>
1da177e4
LT
5508S: Supported
5509
5510SELINUX SECURITY MODULE
8b58be88
JP
5511M: Stephen Smalley <[email protected]>
5512M: James Morris <[email protected]>
5513M: Eric Paris <[email protected]>
7d2c86b5 5514L: [email protected] (subscribers-only, general discussion)
f058925b 5515W: http://selinuxproject.org
54e5881d 5516T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
1da177e4 5517S: Supported
679655da
JP
5518F: include/linux/selinux*
5519F: security/selinux/
1da177e4 5520
c1c124e9
JJ
5521APPARMOR SECURITY MODULE
5522M: John Johansen <[email protected]>
5523L: [email protected] (subscribers-only, general discussion)
5524W: apparmor.wiki.kernel.org
5525T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5526S: Supported
5527F: security/apparmor/
5528
cef2cf07 5529SENSABLE PHANTOM
8b58be88 5530M: Jiri Slaby <[email protected]>
cef2cf07 5531S: Maintained
679655da
JP
5532F: drivers/misc/phantom.c
5533F: include/linux/phantom.h
cef2cf07 5534
4480f15b 5535SERIAL ATA (SATA) SUBSYSTEM
8b58be88 5536M: Jeff Garzik <[email protected]>
1da177e4 5537L: [email protected]
54e5881d 5538T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
1da177e4 5539S: Supported
d5ca6918
JP
5540F: drivers/ata/
5541F: include/linux/ata.h
5542F: include/linux/libata.h
1da177e4 5543
6733b39a 5544SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
3387f656
JP
5545M: Jayamohan Kallickal <[email protected]>
5546L: [email protected]
5547W: http://www.serverengines.com
5548S: Supported
5549F: drivers/scsi/be2iscsi/
6733b39a 5550
6b7c5b94 5551SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8b58be88
JP
5552M: Sathya Perla <[email protected]>
5553M: Subbu Seetharaman <[email protected]>
f66d744d
AK
5554M: Sarveshwar Bandi <[email protected]>
5555M: Ajit Khaparde <[email protected]>
7d2c86b5
JP
5556L: [email protected]
5557W: http://www.serverengines.com
5558S: Supported
679655da 5559F: drivers/net/benet/
6b7c5b94 5560
8ceee660 5561SFC NETWORK DRIVER
c06f51ea
JP
5562M: Solarflare linux maintainers <[email protected]>
5563M: Steve Hodgson <[email protected]>
5564M: Ben Hutchings <[email protected]>
5565L: [email protected]
8ceee660 5566S: Supported
679655da 5567F: drivers/net/sfc/
8ceee660 5568
e2d1d6c0 5569SGI GRU DRIVER
8b58be88 5570M: Jack Steiner <[email protected]>
e2d1d6c0 5571S: Maintained
679655da 5572F: drivers/misc/sgi-gru/
e2d1d6c0
RD
5573
5574SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8b58be88 5575M: Pat Gefre <[email protected]>
e2d1d6c0
RD
5576L: [email protected]
5577S: Supported
679655da 5578F: Documentation/ia64/serial.txt
df621252 5579F: drivers/tty/serial/ioc?_serial.c
679655da 5580F: include/linux/ioc?.h
e2d1d6c0 5581
1da177e4 5582SGI VISUAL WORKSTATION 320 AND 540
8b58be88 5583M: Andrey Panin <[email protected]>
1da177e4
LT
5584L: [email protected]
5585W: http://linux-visws.sf.net
5586S: Maintained for 2.6.
679655da 5587F: Documentation/sgi-visws.txt
1da177e4 5588
75312619 5589SGI XP/XPC/XPNET DRIVER
8b58be88 5590M: Robin Holt <[email protected]>
75312619 5591S: Maintained
679655da 5592F: drivers/misc/sgi-xp/
75312619 5593
e2d1d6c0 5594SHARP LH SUPPORT (LH7952X & LH7A40X)
8b58be88 5595M: Marc Singer <[email protected]>
e2d1d6c0 5596W: http://projects.buici.com/arm
efc03ecb 5597L: [email protected] (moderated for non-subscribers)
e2d1d6c0 5598S: Maintained
679655da
JP
5599F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5600F: arch/arm/mach-lh7a40x/
df621252 5601F: drivers/tty/serial/serial_lh7a40x.c
679655da
JP
5602F: drivers/usb/gadget/lh7a40*
5603F: drivers/usb/host/ohci-lh7a40*
e2d1d6c0 5604
6349d997 5605SIMPLE FIRMWARE INTERFACE (SFI)
2bf822d7 5606M: Len Brown <[email protected]>
6349d997
LB
5607L: [email protected]
5608W: http://simplefirmware.org/
5609T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
e2d1d6c0 5610S: Supported
6349d997
LB
5611F: arch/x86/kernel/*sfi*
5612F: drivers/sfi/
5613F: include/linux/sfi*.h
e2d1d6c0 5614
1da177e4
LT
5615SIMTEC EB110ATX (Chalice CATS)
5616P: Ben Dooks
8b58be88 5617M: Vincent Sanders <[email protected]>
1da177e4
LT
5618W: http://www.simtec.co.uk/products/EB110ATX/
5619S: Supported
5620
5621SIMTEC EB2410ITX (BAST)
5622P: Ben Dooks
8b58be88 5623M: Vincent Sanders <[email protected]>
1da177e4
LT
5624W: http://www.simtec.co.uk/products/EB2410ITX/
5625S: Supported
679655da
JP
5626F: arch/arm/mach-s3c2410/
5627F: drivers/*/*s3c2410*
5628F: drivers/*/*/*s3c2410*
1da177e4 5629
4c5adde7 5630TI DAVINCI MACHINE SUPPORT
4b5dc96a
SN
5631M: Kevin Hilman <[email protected]>
5632L: [email protected] (subscribers-only)
8a6e2535 5633Q: http://patchwork.kernel.org/project/linux-davinci/list/
4c5adde7
KH
5634S: Supported
5635F: arch/arm/mach-davinci
5636
92aab3c0 5637SIS 190 ETHERNET DRIVER
8b58be88 5638M: Francois Romieu <[email protected]>
92aab3c0
FR
5639L: [email protected]
5640S: Maintained
679655da 5641F: drivers/net/sis190.c
92aab3c0 5642
1da177e4 5643SIS 900/7016 FAST ETHERNET DRIVER
8b58be88 5644M: Daniele Venzano <[email protected]>
1da177e4 5645W: http://www.brownhat.org/sis900.html
979b6c13 5646L: [email protected]
1da177e4 5647S: Maintained
679655da 5648F: drivers/net/sis900.*
1da177e4 5649
6ea884db 5650SIS 96X I2C/SMBUS DRIVER
8b58be88 5651M: "Mark M. Hoffman" <[email protected]>
846557d3 5652L: [email protected]
6ea884db 5653S: Maintained
679655da
JP
5654F: Documentation/i2c/busses/i2c-sis96x
5655F: drivers/i2c/busses/i2c-sis96x.c
6ea884db 5656
1da177e4 5657SIS FRAMEBUFFER DRIVER
8b58be88 5658M: Thomas Winischhofer <[email protected]>
1da177e4 5659W: http://www.winischhofer.net/linuxsisvga.shtml
b7eee616 5660S: Maintained
679655da
JP
5661F: Documentation/fb/sisfb.txt
5662F: drivers/video/sis/
5663F: include/video/sisfb.h
1da177e4
LT
5664
5665SIS USB2VGA DRIVER
8b58be88 5666M: Thomas Winischhofer <[email protected]>
1da177e4
LT
5667W: http://www.winischhofer.at/linuxsisusbvga.shtml
5668S: Maintained
679655da 5669F: drivers/usb/misc/sisusbvga/
1da177e4 5670
e2d1d6c0 5671SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
8b58be88 5672M: Stephen Hemminger <[email protected]>
e2d1d6c0
RD
5673L: [email protected]
5674S: Maintained
679655da
JP
5675F: drivers/net/skge.*
5676F: drivers/net/sky2.*
e2d1d6c0 5677
415ad26d 5678SLAB ALLOCATOR
8b58be88 5679M: Christoph Lameter <[email protected]>
2ed1c525 5680M: Pekka Enberg <[email protected]>
8b58be88 5681M: Matt Mackall <[email protected]>
415ad26d
CL
5682L: [email protected]
5683S: Maintained
679655da
JP
5684F: include/linux/sl?b*.h
5685F: mm/sl?b.c
415ad26d 5686
1da177e4 5687SMC91x ETHERNET DRIVER
2f82af08 5688M: Nicolas Pitre <[email protected]>
18e2842b 5689S: Odd Fixes
679655da 5690F: drivers/net/smc91x.*
1da177e4 5691
920fa1ff
GR
5692SMM665 HARDWARE MONITOR DRIVER
5693M: Guenter Roeck <[email protected]>
5694L: [email protected]
5695S: Maintained
5696F: Documentation/hwmon/smm665
5697F: drivers/hwmon/smm665.c
5698
9df7305b
SG
5699SMSC EMC2103 HARDWARE MONITOR DRIVER
5700M: Steve Glendinning <[email protected]>
5701L: [email protected]
5702S: Supported
5703F: Documentation/hwmon/emc2103
5704F: drivers/hwmon/emc2103.c
5705
6ea884db 5706SMSC47B397 HARDWARE MONITOR DRIVER
8b58be88 5707M: "Mark M. Hoffman" <[email protected]>
6ea884db
MH
5708L: [email protected]
5709S: Maintained
679655da
JP
5710F: Documentation/hwmon/smsc47b397
5711F: drivers/hwmon/smsc47b397.c
6ea884db 5712
fd9abb3d 5713SMSC911x ETHERNET DRIVER
8b58be88 5714M: Steve Glendinning <[email protected]>
2cb37728
SG
5715L: [email protected]
5716S: Supported
679655da
JP
5717F: include/linux/smsc911x.h
5718F: drivers/net/smsc911x.*
2cb37728
SG
5719
5720SMSC9420 PCI ETHERNET DRIVER
8b58be88 5721M: Steve Glendinning <[email protected]>
fd9abb3d
SG
5722L: [email protected]
5723S: Supported
679655da 5724F: drivers/net/smsc9420.*
fd9abb3d 5725
e2d1d6c0 5726SN-IA64 (Itanium) SUB-PLATFORM
8b58be88 5727M: Jes Sorensen <[email protected]>
e2d1d6c0
RD
5728L: [email protected]
5729L: [email protected]
5730W: http://www.sgi.com/altix
5731S: Maintained
679655da 5732F: arch/ia64/sn/
e2d1d6c0 5733
668acf32 5734SOC-CAMERA V4L2 SUBSYSTEM
8b58be88 5735M: Guennadi Liakhovetski <[email protected]>
661263b5 5736L: [email protected]
54e5881d 5737T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
795fb7e7 5738S: Maintained
679655da
JP
5739F: include/media/v4l2*
5740F: drivers/media/video/v4l2*
668acf32 5741
e2d1d6c0 5742SOEKRIS NET48XX LED SUPPORT
8b58be88 5743M: Chris Boot <[email protected]>
e2d1d6c0 5744S: Maintained
679655da 5745F: drivers/leds/leds-net48xx.c
e2d1d6c0 5746
1da177e4 5747SOFTWARE RAID (Multiple Disks) SUPPORT
8b58be88 5748M: Neil Brown <[email protected]>
1da177e4 5749L: [email protected]
524418bb 5750S: Supported
679655da
JP
5751F: drivers/md/
5752F: include/linux/raid/
1da177e4 5753
1da177e4 5754SONIC NETWORK DRIVER
8b58be88 5755M: Thomas Bogendoerfer <[email protected]>
979b6c13 5756L: [email protected]
1da177e4 5757S: Maintained
679655da 5758F: drivers/net/sonic.*
1da177e4 5759
61e115a5 5760SONICS SILICON BACKPLANE DRIVER (SSB)
8b58be88 5761M: Michael Buesch <[email protected]>
61e115a5
MB
5762L: [email protected]
5763S: Maintained
679655da
JP
5764F: drivers/ssb/
5765F: include/linux/ssb/
61e115a5 5766
1da177e4 5767SONY VAIO CONTROL DEVICE DRIVER
8b58be88 5768M: Mattia Dongili <[email protected]>
d0944853 5769L: [email protected]
5b18167d 5770W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
1da177e4 5771S: Maintained
679655da
JP
5772F: Documentation/laptops/sony-laptop.txt
5773F: drivers/char/sonypi.c
5774F: drivers/platform/x86/sony-laptop.c
5775F: include/linux/sony-laptop.h
1da177e4 5776
baf8532a 5777SONY MEMORYSTICK CARD SUPPORT
8b58be88 5778M: Alex Dubov <[email protected]>
baf8532a
AD
5779W: http://tifmxx.berlios.de/
5780S: Maintained
679655da 5781F: drivers/memstick/host/tifm_ms.c
baf8532a 5782
1da177e4 5783SOUND
8b58be88
JP
5784M: Jaroslav Kysela <[email protected]>
5785M: Takashi Iwai <[email protected]>
93711660 5786L: [email protected] (moderated for non-subscribers)
3126a179
JP
5787W: http://www.alsa-project.org/
5788T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5789T: git git://git.alsa-project.org/alsa-kernel.git
1da177e4 5790S: Maintained
3126a179
JP
5791F: Documentation/sound/
5792F: include/sound/
679655da 5793F: sound/
1da177e4 5794
bd903bde 5795SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8b58be88
JP
5796M: Liam Girdwood <[email protected]>
5797M: Mark Brown <[email protected]>
bb74a6e5 5798T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
93711660 5799L: [email protected] (moderated for non-subscribers)
b0b8daf7 5800W: http://alsa-project.org/main/index.php/ASoC
eb1a6af3 5801S: Supported
679655da 5802F: sound/soc/
e6e55122 5803F: include/sound/soc*
eb1a6af3 5804
473321fc 5805SPARC + UltraSPARC (sparc/sparc64)
8b58be88 5806M: "David S. Miller" <[email protected]>
1da177e4 5807L: [email protected]
8a6e2535 5808Q: http://patchwork.ozlabs.org/project/sparclinux/list/
54e5881d
JP
5809T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5810T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
1da177e4 5811S: Maintained
679655da 5812F: arch/sparc/
7765b8bb 5813F: drivers/sbus/
1da177e4 5814
6404fcca
DM
5815SPARC SERIAL DRIVERS
5816M: "David S. Miller" <[email protected]>
5817L: [email protected]
5818T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5819T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5820S: Maintained
df621252
GKH
5821F: drivers/tty/serial/suncore.c
5822F: drivers/tty/serial/suncore.h
5823F: drivers/tty/serial/sunhv.c
5824F: drivers/tty/serial/sunsab.c
5825F: drivers/tty/serial/sunsab.h
5826F: drivers/tty/serial/sunsu.c
5827F: drivers/tty/serial/sunzilog.c
5828F: drivers/tty/serial/sunzilog.h
6404fcca 5829
fc0c195a
VK
5830SPEAR PLATFORM SUPPORT
5831M: Viresh Kumar <[email protected]>
5832W: http://www.st.com/spear
5833S: Maintained
5834F: arch/arm/plat-spear/
5835
5836SPEAR3XX MACHINE SUPPORT
5837M: Viresh Kumar <[email protected]>
5838W: http://www.st.com/spear
5839S: Maintained
5840F: arch/arm/mach-spear3xx/
5841
5842SPEAR6XX MACHINE SUPPORT
5843M: Rajeev Kumar <[email protected]>
5844W: http://www.st.com/spear
5845S: Maintained
5846F: arch/arm/mach-spear6xx/
5847
5848SPEAR CLOCK FRAMEWORK SUPPORT
5849M: Viresh Kumar <[email protected]>
5850W: http://www.st.com/spear
5851S: Maintained
5852F: arch/arm/mach-spear*/clock.c
5853F: arch/arm/mach-spear*/include/mach/clkdev.h
5854F: arch/arm/plat-spear/clock.c
83823b72
JP
5855F: arch/arm/plat-spear/include/plat/clkdev.h
5856F: arch/arm/plat-spear/include/plat/clock.h
fc0c195a
VK
5857
5858SPEAR PAD MULTIPLEXING SUPPORT
5859M: Viresh Kumar <[email protected]>
5860W: http://www.st.com/spear
5861S: Maintained
5862F: arch/arm/plat-spear/include/plat/padmux.h
5863F: arch/arm/plat-spear/padmux.c
5864F: arch/arm/mach-spear*/spear*xx.c
5865F: arch/arm/mach-spear*/include/mach/generic.h
5866F: arch/arm/mach-spear3xx/spear3*0.c
5867F: arch/arm/mach-spear3xx/spear3*0_evb.c
5868F: arch/arm/mach-spear6xx/spear600.c
5869F: arch/arm/mach-spear6xx/spear600_evb.c
5870
1da177e4 5871SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
8b58be88 5872M: Roger Wolff <[email protected]>
1da177e4 5873S: Supported
679655da
JP
5874F: Documentation/serial/specialix.txt
5875F: drivers/char/specialix*
1da177e4 5876
e2d1d6c0 5877SPI SUBSYSTEM
8b58be88 5878M: David Brownell <[email protected]>
d33c861e 5879M: Grant Likely <[email protected]>
e2d1d6c0 5880L: [email protected]
8a6e2535 5881Q: http://patchwork.kernel.org/project/spi-devel-general/list/
3bbf9b9b 5882T: git git://git.secretlab.ca/git/linux-2.6.git
e2d1d6c0 5883S: Maintained
679655da
JP
5884F: Documentation/spi/
5885F: drivers/spi/
5886F: include/linux/spi/
e2d1d6c0 5887
2752e401 5888SPIDERNET NETWORK DRIVER for CELL
8b58be88
JP
5889M: Ishizaki Kou <[email protected]>
5890M: Jens Osterkamp <[email protected]>
2752e401
JL
5891L: [email protected]
5892S: Supported
679655da
JP
5893F: Documentation/networking/spider_net.txt
5894F: drivers/net/spider_net*
2752e401 5895
e2d1d6c0 5896SPU FILE SYSTEM
8b58be88 5897M: Jeremy Kerr <[email protected]>
a4724ed6
SR
5898L: [email protected]
5899L: [email protected]
e2d1d6c0
RD
5900W: http://www.ibm.com/developerworks/power/cell/
5901S: Supported
679655da
JP
5902F: Documentation/filesystems/spufs.txt
5903F: arch/powerpc/platforms/cell/spufs/
e2d1d6c0 5904
fc555841 5905SQUASHFS FILE SYSTEM
8b58be88 5906M: Phillip Lougher <[email protected]>
fc555841
PL
5907L: [email protected] (subscribers-only)
5908W: http://squashfs.org.uk
5909S: Maintained
679655da
JP
5910F: Documentation/filesystems/squashfs.txt
5911F: fs/squashfs/
fc555841 5912
1da177e4 5913SRM (Alpha) environment access
8b58be88 5914M: Jan-Benedict Glaw <[email protected]>
1da177e4 5915S: Maintained
679655da 5916F: arch/alpha/kernel/srm_env.c
1da177e4 5917
26e9a397 5918STABLE BRANCH
8b58be88
JP
5919M: Greg Kroah-Hartman <[email protected]>
5920M: Chris Wright <[email protected]>
e2d1d6c0
RD
5921L: [email protected]
5922S: Maintained
5923
26e9a397 5924STAGING SUBSYSTEM
8b58be88 5925M: Greg Kroah-Hartman <[email protected]>
97b5519b 5926T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git
1c6ccf62 5927L: [email protected]
dbc6c2cc 5928S: Maintained
679655da 5929F: drivers/staging/
dbc6c2cc 5930
1da177e4 5931STARFIRE/DURALAN NETWORK DRIVER
8b58be88 5932M: Ion Badulescu <[email protected]>
b4f90189 5933S: Odd Fixes
679655da 5934F: drivers/net/starfire*
1da177e4 5935
e2d1d6c0 5936SUN3/3X
8b58be88 5937M: Sam Creasey <[email protected]>
e2d1d6c0
RD
5938W: http://sammy.net/sun3/
5939S: Maintained
679655da
JP
5940F: arch/m68k/kernel/*sun3*
5941F: arch/m68k/sun3*/
5942F: arch/m68k/include/asm/sun3*
e2d1d6c0 5943
2cbb12a4 5944SUPERH
8b58be88 5945M: Paul Mundt <[email protected]>
2cbb12a4 5946L: [email protected]
1da177e4 5947W: http://www.linux-sh.org
8a6e2535 5948Q: http://patchwork.kernel.org/project/linux-sh/list/
bea27827 5949T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
5c806b20 5950S: Supported
066069e1 5951F: Documentation/sh/
679655da 5952F: arch/sh/
066069e1 5953F: drivers/sh/
1da177e4 5954
4480f15b 5955SUSPEND TO RAM
8b58be88
JP
5956M: Len Brown <[email protected]>
5957M: Pavel Machek <[email protected]>
5958M: "Rafael J. Wysocki" <[email protected]>
e2d1d6c0
RD
5959L: [email protected]
5960S: Supported
679655da
JP
5961F: Documentation/power/
5962F: arch/x86/kernel/acpi/
5963F: drivers/base/power/
5964F: kernel/power/
5965F: include/linux/suspend.h
5966F: include/linux/freezer.h
5967F: include/linux/pm.h
1da177e4
LT
5968
5969SVGA HANDLING
8b58be88 5970M: Martin Mares <[email protected]>
1da177e4
LT
5971L: [email protected]
5972S: Maintained
679655da
JP
5973F: Documentation/svga.txt
5974F: arch/x86/boot/video*
1da177e4
LT
5975
5976SYSV FILESYSTEM
8b58be88 5977M: Christoph Hellwig <[email protected]>
1da177e4 5978S: Maintained
679655da
JP
5979F: Documentation/filesystems/sysv-fs.txt
5980F: fs/sysv/
5981F: include/linux/sysv_fs.h
1da177e4 5982
4e68852d 5983TASKSTATS STATISTICS INTERFACE
8b58be88 5984M: Balbir Singh <[email protected]>
4e68852d 5985S: Maintained
679655da
JP
5986F: Documentation/accounting/taskstats*
5987F: include/linux/taskstats*
5988F: kernel/taskstats.c
4e68852d 5989
781b456a 5990TC CLASSIFIER
8b58be88 5991M: Jamal Hadi Salim <[email protected]>
781b456a
SH
5992L: [email protected]
5993S: Maintained
679655da
JP
5994F: include/linux/pkt_cls.h
5995F: include/net/pkt_cls.h
5996F: net/sched/
781b456a 5997
5067f08a 5998TCP LOW PRIORITY MODULE
8b58be88
JP
5999M: "Wong Hoi Sing, Edison" <[email protected]>
6000M: "Hung Hing Lun, Mike" <[email protected]>
5067f08a
WHSE
6001W: http://tcp-lp-mod.sourceforge.net/
6002S: Maintained
679655da 6003F: net/ipv4/tcp_lp.c
5067f08a 6004
84b9414b
EG
6005TEGRA SUPPORT
6006M: Colin Cross <[email protected]>
6007M: Erik Gilling <[email protected]>
6008M: Olof Johansson <[email protected]>
6009L: [email protected]
6010T: git git://android.git.kernel.org/kernel/tegra.git
6011S: Supported
6012F: arch/arm/mach-tegra
6013
1a348ccc 6014TEHUTI ETHERNET DRIVER
8b58be88
JP
6015M: Alexander Indenbaum <[email protected]>
6016M: Andy Gospodarek <[email protected]>
1a348ccc
AG
6017L: [email protected]
6018S: Supported
679655da 6019F: drivers/net/tehuti*
1a348ccc 6020
4e68852d 6021Telecom Clock Driver for MCPL0010
8b58be88 6022M: Mark Gross <[email protected]>
4e68852d 6023S: Supported
679655da 6024F: drivers/char/tlclk.c
4e68852d 6025
4480f15b 6026TENSILICA XTENSA PORT (xtensa)
8b58be88 6027M: Chris Zankel <[email protected]>
4e68852d 6028S: Maintained
679655da 6029F: arch/xtensa/
4e68852d
AC
6030
6031THINKPAD ACPI EXTRAS DRIVER
8b58be88 6032M: Henrique de Moraes Holschuh <[email protected]>
4e68852d 6033L: [email protected]
d0944853 6034L: [email protected]
4e68852d
AC
6035W: http://ibm-acpi.sourceforge.net
6036W: http://thinkwiki.org/wiki/Ibm-acpi
54e5881d 6037T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
4e68852d 6038S: Maintained
679655da 6039F: drivers/platform/x86/thinkpad_acpi.c
4e68852d 6040
4020f2d7 6041TI FLASH MEDIA INTERFACE DRIVER
8b58be88 6042M: Alex Dubov <[email protected]>
795fb7e7 6043S: Maintained
679655da
JP
6044F: drivers/misc/tifm*
6045F: drivers/mmc/host/tifm_sd.c
6046F: include/linux/tifm.h
4020f2d7 6047
dd5e8e6b 6048TI TWL4030 SERIES SOC CODEC DRIVER
8b58be88 6049M: Peter Ujfalusi <[email protected]>
dd5e8e6b
PU
6050L: [email protected] (moderated for non-subscribers)
6051S: Maintained
6052F: sound/soc/codecs/twl4030*
6053
e86eaa3a 6054TIPC NETWORK LAYER
8b58be88
JP
6055M: Jon Maloy <[email protected]>
6056M: Allan Stephens <[email protected]>
e86eaa3a
PL
6057L: [email protected]
6058W: http://tipc.sourceforge.net/
6059W: http://tipc.cslab.ericsson.net/
54e5881d 6060T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git
e86eaa3a 6061S: Maintained
679655da
JP
6062F: include/linux/tipc*.h
6063F: include/net/tipc/
6064F: net/tipc/
e86eaa3a 6065
867e359b
CM
6066TILE ARCHITECTURE
6067M: Chris Metcalf <[email protected]>
6068W: http://www.tilera.com/scm/
6069S: Supported
6070F: arch/tile/
239b0b44 6071F: drivers/char/hvc_tile.c
e5a06939 6072F: drivers/net/tile/
867e359b 6073
1da177e4 6074TLAN NETWORK DRIVER
8b58be88 6075M: Samuel Chessman <[email protected]>
88c07dde 6076L: [email protected] (subscribers-only)
1da177e4
LT
6077W: http://sourceforge.net/projects/tlan/
6078S: Maintained
679655da
JP
6079F: Documentation/networking/tlan.txt
6080F: drivers/net/tlan.*
1da177e4 6081
d74db3b2 6082TOMOYO SECURITY MODULE
8b58be88
JP
6083M: Kentaro Takeda <[email protected]>
6084M: Tetsuo Handa <[email protected]>
d03a5d88
TH
6085L: [email protected] (subscribers-only, for developers in English)
6086L: [email protected] (subscribers-only, for users in English)
d74db3b2
KT
6087L: [email protected] (subscribers-only, for developers in Japanese)
6088L: [email protected] (subscribers-only, for users in Japanese)
6089W: http://tomoyo.sourceforge.jp/
e6f6a4cc 6090T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
d74db3b2 6091S: Maintained
679655da 6092F: security/tomoyo/
d74db3b2 6093
9caeb532
HRK
6094TOPSTAR LAPTOP EXTRAS DRIVER
6095M: Herton Ronaldo Krzesinski <[email protected]>
d0944853 6096L: [email protected]
9caeb532
HRK
6097S: Maintained
6098F: drivers/platform/x86/topstar-laptop.c
6099
1da177e4 6100TOSHIBA ACPI EXTRAS DRIVER
d0944853 6101L: [email protected]
15065531 6102S: Orphan
679655da 6103F: drivers/platform/x86/toshiba_acpi.c
1da177e4
LT
6104
6105TOSHIBA SMM DRIVER
8b58be88 6106M: Jonathan Buzzard <[email protected]>
1da177e4
LT
6107L: [email protected]
6108W: http://www.buzzard.org.uk/toshiba/
6109S: Maintained
679655da
JP
6110F: drivers/char/toshiba.c
6111F: include/linux/toshiba.h
1da177e4 6112
d719f900 6113TMIO MMC DRIVER
8b58be88 6114M: Ian Molton <[email protected]>
d719f900 6115S: Maintained
d5ca6918 6116F: drivers/mmc/host/tmio_mmc.*
d719f900 6117
98f32602 6118TMPFS (SHMEM FILESYSTEM)
bfcc6e2e 6119M: Hugh Dickins <[email protected]>
98f32602
HD
6120L: [email protected]
6121S: Maintained
6122F: include/linux/shmem_fs.h
6123F: mm/shmem.c
6124
4e68852d 6125TPM DEVICE DRIVER
8b58be88
JP
6126M: Debora Velarde <[email protected]>
6127M: Rajiv Andrade <[email protected]>
4e68852d 6128W: http://tpmdd.sourceforge.net
8b58be88 6129M: Marcel Selhorst <[email protected]>
7dcce133 6130W: http://www.sirrix.com
63a10dfd 6131L: [email protected] (moderated for non-subscribers)
4e68852d 6132S: Maintained
679655da 6133F: drivers/char/tpm/
4e68852d 6134
d6f005a1
JP
6135TRACING
6136M: Steven Rostedt <[email protected]>
6137M: Frederic Weisbecker <[email protected]>
6138M: Ingo Molnar <[email protected]>
86a8c63f 6139T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
d6f005a1
JP
6140S: Maintained
6141F: Documentation/trace/ftrace.txt
6142F: arch/*/*/*/ftrace.h
6143F: arch/*/kernel/ftrace.c
6144F: include/*/ftrace.h
6145F: include/linux/trace*.h
6146F: include/trace/
6147F: kernel/trace/
6148
1da177e4 6149TRIVIAL PATCHES
8b58be88 6150M: Jiri Kosina <[email protected]>
54e5881d 6151T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
1da177e4
LT
6152S: Maintained
6153
4e68852d 6154TTY LAYER
57d7f282
GKH
6155M: Greg Kroah-Hartman <[email protected]>
6156S: Maintained
3da39bca 6157T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
df621252
GKH
6158F: drivers/tty/*
6159F: drivers/tty/serial/serial_core.c
e3288775
AC
6160F: include/linux/serial_core.h
6161F: include/linux/serial.h
6162F: include/linux/tty.h
4e68852d 6163
740db6d7 6164TULIP NETWORK DRIVERS
8b58be88 6165M: Grant Grundler <[email protected]>
740db6d7
GG
6166L: [email protected]
6167S: Maintained
679655da 6168F: drivers/net/tulip/
1da177e4
LT
6169
6170TUN/TAP driver
8b58be88 6171M: Maxim Krasnyansky <[email protected]>
1da177e4
LT
6172L: [email protected]
6173W: http://vtun.sourceforge.net/tun
6174S: Maintained
679655da
JP
6175F: Documentation/networking/tuntap.txt
6176F: arch/um/os-Linux/drivers/
1da177e4 6177
b454cc66 6178TURBOCHANNEL SUBSYSTEM
8b58be88 6179M: "Maciej W. Rozycki" <[email protected]>
b454cc66 6180S: Maintained
679655da
JP
6181F: drivers/tc/
6182F: include/linux/tc.h
b454cc66 6183
1da177e4 6184U14-34F SCSI DRIVER
8b58be88 6185M: Dario Ballabio <[email protected]>
1da177e4
LT
6186L: [email protected]
6187S: Maintained
679655da 6188F: drivers/scsi/u14-34f.c
1da177e4 6189
e2d1d6c0 6190UBI FILE SYSTEM (UBIFS)
949cb623 6191M: Artem Bityutskiy <[email protected]>
8b58be88 6192M: Adrian Hunter <[email protected]>
e2d1d6c0 6193L: [email protected]
e2966cbe 6194T: git git://git.infradead.org/ubifs-2.6.git
e2d1d6c0
RD
6195W: http://www.linux-mtd.infradead.org/doc/ubifs.html
6196S: Maintained
679655da
JP
6197F: Documentation/filesystems/ubifs.txt
6198F: fs/ubifs/
e2d1d6c0 6199
cc2020e6 6200UCLINUX (AND M68KNOMMU)
8b58be88 6201M: Greg Ungerer <[email protected]>
cc2020e6
AC
6202W: http://www.uclinux.org/
6203L: [email protected] (subscribers-only)
6204S: Maintained
679655da 6205F: arch/m68knommu/
cc2020e6 6206
14fadca7 6207UCLINUX FOR RENESAS H8/300 (H8300)
8b58be88 6208M: Yoshinori Sato <[email protected]>
cc2020e6
AC
6209W: http://uclinux-h8.sourceforge.jp/
6210S: Supported
a7e4fd93
JP
6211F: arch/h8300/
6212F: drivers/ide/ide-h8300.c
6213F: drivers/net/ne-h8300.c
cc2020e6 6214
1da177e4 6215UDF FILESYSTEM
8b58be88 6216M: Jan Kara <[email protected]>
1da177e4
LT
6217W: http://linux-udf.sourceforge.net
6218S: Maintained
679655da
JP
6219F: Documentation/filesystems/udf.txt
6220F: fs/udf/
1da177e4 6221
cc2020e6 6222UFS FILESYSTEM
8b58be88 6223M: Evgeniy Dushistov <[email protected]>
cc2020e6 6224S: Maintained
679655da
JP
6225F: Documentation/filesystems/ufs.txt
6226F: fs/ufs/
cc2020e6 6227
18332a80 6228ULTRA-WIDEBAND (UWB) SUBSYSTEM:
18332a80 6229L: [email protected]
10c6c9c9 6230S: Orphan
355ffe69 6231F: drivers/uwb/
679655da
JP
6232F: include/linux/uwb.h
6233F: include/linux/uwb/
18332a80 6234
d8379ab1
TF
6235UNIFDEF
6236M: Tony Finch <[email protected]>
6237W: http://dotat.at/prog/unifdef
6238S: Maintained
6239F: scripts/unifdef.c
6240
1da177e4 6241UNIFORM CDROM DRIVER
8b58be88 6242M: Jens Axboe <[email protected]>
1da177e4
LT
6243W: http://www.kernel.dk
6244S: Maintained
679655da
JP
6245F: Documentation/cdrom/
6246F: drivers/cdrom/cdrom.c
6247F: include/linux/cdrom.h
1da177e4 6248
e2d1d6c0 6249UNSORTED BLOCK IMAGES (UBI)
949cb623 6250M: Artem Bityutskiy <[email protected]>
e2d1d6c0
RD
6251W: http://www.linux-mtd.infradead.org/
6252L: [email protected]
e2966cbe 6253T: git git://git.infradead.org/ubi-2.6.git
e2d1d6c0 6254S: Maintained
80811493 6255F: drivers/mtd/ubi/
679655da
JP
6256F: include/linux/mtd/ubi.h
6257F: include/mtd/ubi-user.h
e2d1d6c0 6258
1da177e4 6259USB ACM DRIVER
8b58be88 6260M: Oliver Neukum <[email protected]>
6372594a 6261L: [email protected]
1da177e4 6262S: Maintained
679655da
JP
6263F: Documentation/usb/acm.txt
6264F: drivers/usb/class/cdc-acm.*
1da177e4 6265
115bb1ff
MW
6266USB ATTACHED SCSI
6267M: Matthew Wilcox <[email protected]>
6268M: Sarah Sharp <[email protected]>
6269L: [email protected]
6270L: [email protected]
6271S: Supported
6272F: drivers/usb/storage/uas.c
6273
1da177e4 6274USB BLOCK DRIVER (UB ub)
8b58be88 6275M: Pete Zaitcev <[email protected]>
795fb7e7 6276L: [email protected]
1da177e4 6277S: Supported
679655da 6278F: drivers/block/ub.c
1da177e4 6279
1da177e4 6280USB CDC ETHERNET DRIVER
f0348d44 6281M: Oliver Neukum <[email protected]>
795fb7e7 6282L: [email protected]
1da177e4 6283S: Maintained
679655da
JP
6284F: drivers/net/usb/cdc_*.c
6285F: include/linux/usb/cdc.h
1da177e4 6286
b02b371e 6287USB CYPRESS C67X00 DRIVER
8b58be88 6288M: Peter Korsgaard <[email protected]>
b02b371e
PK
6289L: [email protected]
6290S: Maintained
679655da 6291F: drivers/usb/c67x00/
b02b371e 6292
d0374f4f 6293USB DAVICOM DM9601 DRIVER
8b58be88 6294M: Peter Korsgaard <[email protected]>
043600a6 6295L: [email protected]
d0374f4f
PK
6296W: http://www.linux-usb.org/usbnet
6297S: Maintained
679655da 6298F: drivers/net/usb/dm9601.c
d0374f4f 6299
cc2020e6 6300USB DIAMOND RIO500 DRIVER
8b58be88 6301M: Cesar Miquel <[email protected]>
cc2020e6
AC
6302L: [email protected]
6303W: http://rio500.sourceforge.net
6304S: Maintained
679655da 6305F: drivers/usb/misc/rio500*
cc2020e6 6306
1da177e4 6307USB EHCI DRIVER
8b58be88 6308M: David Brownell <[email protected]>
795fb7e7 6309L: [email protected]
23d8c90e 6310S: Odd Fixes
679655da
JP
6311F: Documentation/usb/ehci.txt
6312F: drivers/usb/host/ehci*
1da177e4 6313
7ce08c93 6314USB ET61X[12]51 DRIVER
8b58be88 6315M: Luca Risolia <[email protected]>
795fb7e7 6316L: [email protected]
661263b5 6317L: [email protected]
54e5881d 6318T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
7ce08c93
LR
6319W: http://www.linux-projects.org
6320S: Maintained
679655da 6321F: drivers/media/video/et61x251/
7ce08c93 6322
69ae9e3e 6323USB GADGET/PERIPHERAL SUBSYSTEM
8b58be88 6324M: David Brownell <[email protected]>
795fb7e7 6325L: [email protected]
69ae9e3e
DB
6326W: http://www.linux-usb.org/gadget
6327S: Maintained
679655da
JP
6328F: drivers/usb/gadget/
6329F: include/linux/usb/gadget*
69ae9e3e 6330
2dea64b4 6331USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
8b58be88 6332M: Jiri Kosina <[email protected]>
795fb7e7 6333L: [email protected]
54e5881d 6334T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
1da177e4 6335S: Maintained
679655da
JP
6336F: Documentation/usb/hiddev.txt
6337F: drivers/hid/usbhid/
1da177e4 6338
959eea21 6339USB ISP116X DRIVER
8b58be88 6340M: Olav Kongas <[email protected]>
795fb7e7 6341L: [email protected]
959eea21 6342S: Maintained
679655da
JP
6343F: drivers/usb/host/isp116x*
6344F: include/linux/usb/isp116x.h
959eea21 6345
1da177e4 6346USB KAWASAKI LSI DRIVER
8b58be88 6347M: Oliver Neukum <[email protected]>
795fb7e7 6348L: [email protected]
1da177e4 6349S: Maintained
679655da 6350F: drivers/usb/serial/kl5kusb105.*
1da177e4
LT
6351
6352USB MASS STORAGE DRIVER
8b58be88 6353M: Matthew Dharm <[email protected]>
795fb7e7 6354L: [email protected]
8836aeb8 6355L: [email protected]
1da177e4
LT
6356S: Maintained
6357W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
679655da 6358F: drivers/usb/storage/
1da177e4 6359
af39917d
CL
6360USB MIDI DRIVER
6361M: Clemens Ladisch <[email protected]>
6362L: [email protected] (moderated for non-subscribers)
6363T: git git://git.alsa-project.org/alsa-kernel.git
6364S: Maintained
6365F: sound/usb/midi.*
6366
1da177e4 6367USB OHCI DRIVER
8b58be88 6368M: David Brownell <[email protected]>
795fb7e7 6369L: [email protected]
23d8c90e 6370S: Odd Fixes
679655da
JP
6371F: Documentation/usb/ohci.txt
6372F: drivers/usb/host/ohci*
1da177e4 6373
ba460e48 6374USB OPTION-CARD DRIVER
8b58be88 6375M: Matthias Urlichs <[email protected]>
795fb7e7 6376L: [email protected]
ba460e48 6377S: Maintained
679655da 6378F: drivers/usb/serial/option.c
ba460e48 6379
1da177e4 6380USB PEGASUS DRIVER
8b58be88 6381M: Petko Manolov <[email protected]>
795fb7e7 6382L: [email protected]
043600a6 6383L: [email protected]
1da177e4
LT
6384W: http://pegasus2.sourceforge.net/
6385S: Maintained
679655da 6386F: drivers/net/usb/pegasus.*
1da177e4 6387
73e4fb3f 6388USB PRINTER DRIVER (usblp)
8b58be88 6389M: Pete Zaitcev <[email protected]>
795fb7e7 6390L: [email protected]
73e4fb3f 6391S: Supported
679655da 6392F: drivers/usb/class/usblp.c
1da177e4
LT
6393
6394USB RTL8150 DRIVER
8b58be88 6395M: Petko Manolov <[email protected]>
795fb7e7 6396L: [email protected]
043600a6 6397L: [email protected]
1da177e4
LT
6398W: http://pegasus2.sourceforge.net/
6399S: Maintained
679655da 6400F: drivers/net/usb/rtl8150.c
1da177e4
LT
6401
6402USB SE401 DRIVER
8b58be88 6403M: Jeroen Vreeken <[email protected]>
795fb7e7 6404L: [email protected]
1da177e4
LT
6405W: http://www.chello.nl/~j.vreeken/se401/
6406S: Maintained
679655da
JP
6407F: Documentation/video4linux/se401.txt
6408F: drivers/media/video/se401.*
1da177e4 6409
4e68852d 6410USB SERIAL BELKIN F5U103 DRIVER
8b58be88 6411M: William Greathouse <[email protected]>
795fb7e7 6412L: [email protected]
4e68852d 6413S: Maintained
679655da 6414F: drivers/usb/serial/belkin_sa.*
4e68852d
AC
6415
6416USB SERIAL CYPRESS M8 DRIVER
8b58be88 6417M: Lonnie Mendez <[email protected]>
795fb7e7 6418L: [email protected]
4e68852d
AC
6419S: Maintained
6420W: http://geocities.com/i0xox0i
6421W: http://firstlight.net/cvs
679655da 6422F: drivers/usb/serial/cypress_m8.*
4e68852d 6423
1da177e4 6424USB SERIAL CYBERJACK DRIVER
8b58be88 6425M: Matthias Bruestle and Harald Welte <[email protected]>
1da177e4
LT
6426W: http://www.reiner-sct.de/support/treiber_cyberjack.php
6427S: Maintained
679655da 6428F: drivers/usb/serial/cyberjack.c
1da177e4
LT
6429
6430USB SERIAL DIGI ACCELEPORT DRIVER
8b58be88
JP
6431M: Peter Berger <[email protected]>
6432M: Al Borchers <[email protected]>
795fb7e7 6433L: [email protected]
1da177e4 6434S: Maintained
679655da 6435F: drivers/usb/serial/digi_acceleport.c
1da177e4
LT
6436
6437USB SERIAL DRIVER
8b58be88 6438M: Greg Kroah-Hartman <[email protected]>
795fb7e7 6439L: [email protected]
1da177e4 6440S: Supported
679655da
JP
6441F: Documentation/usb/usb-serial.txt
6442F: drivers/usb/serial/generic.c
6443F: drivers/usb/serial/usb-serial.c
6444F: include/linux/usb/serial.h
1da177e4 6445
1da177e4 6446USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
8b58be88 6447M: Gary Brubaker <[email protected]>
795fb7e7 6448L: [email protected]
1da177e4 6449S: Maintained
679655da 6450F: drivers/usb/serial/empeg.c
1da177e4
LT
6451
6452USB SERIAL KEYSPAN DRIVER
8b58be88 6453M: Greg Kroah-Hartman <[email protected]>
795fb7e7 6454L: [email protected]
1da177e4
LT
6455W: http://www.kroah.com/linux/
6456S: Maintained
679655da 6457F: drivers/usb/serial/*keyspan*
1da177e4
LT
6458
6459USB SERIAL WHITEHEAT DRIVER
8b58be88 6460M: Support Department <[email protected]>
795fb7e7 6461L: [email protected]
1da177e4
LT
6462W: http://www.connecttech.com
6463S: Supported
679655da 6464F: drivers/usb/serial/whiteheat*
1da177e4 6465
2f7ca802 6466USB SMSC95XX ETHERNET DRIVER
8b58be88 6467M: Steve Glendinning <[email protected]>
2f7ca802
SG
6468L: [email protected]
6469S: Supported
679655da 6470F: drivers/net/usb/smsc95xx.*
2f7ca802 6471
f423b9a8 6472USB SN9C1xx DRIVER
8b58be88 6473M: Luca Risolia <[email protected]>
795fb7e7 6474L: [email protected]
661263b5 6475L: [email protected]
54e5881d 6476T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1da177e4
LT
6477W: http://www.linux-projects.org
6478S: Maintained
679655da
JP
6479F: Documentation/video4linux/sn9c102.txt
6480F: drivers/media/video/sn9c102/
1da177e4
LT
6481
6482USB SUBSYSTEM
8b58be88 6483M: Greg Kroah-Hartman <[email protected]>
795fb7e7 6484L: [email protected]
1da177e4 6485W: http://www.linux-usb.org
c9a7ec8e 6486T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git
1da177e4 6487S: Supported
679655da
JP
6488F: Documentation/usb/
6489F: drivers/net/usb/
6490F: drivers/usb/
6491F: include/linux/usb.h
6492F: include/linux/usb/
1da177e4
LT
6493
6494USB UHCI DRIVER
8b58be88 6495M: Alan Stern <[email protected]>
795fb7e7 6496L: [email protected]
1da177e4 6497S: Maintained
679655da 6498F: drivers/usb/host/uhci*
1da177e4 6499
69ae9e3e 6500USB "USBNET" DRIVER FRAMEWORK
8b58be88 6501M: David Brownell <[email protected]>
043600a6 6502L: [email protected]
69ae9e3e 6503W: http://www.linux-usb.org/usbnet
1da177e4 6504S: Maintained
679655da
JP
6505F: drivers/net/usb/usbnet.c
6506F: include/linux/usb/usbnet.h
1da177e4 6507
c0efd232 6508USB VIDEO CLASS
c53ac071 6509M: Laurent Pinchart <[email protected]>
a67534a7 6510L: [email protected] (subscribers-only)
661263b5 6511L: [email protected]
54e5881d 6512T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
57c6d2e9 6513W: http://www.ideasonboard.org/uvc/
c0efd232 6514S: Maintained
679655da 6515F: drivers/media/video/uvc/
c0efd232 6516
1da177e4 6517USB W996[87]CF DRIVER
8b58be88 6518M: Luca Risolia <[email protected]>
795fb7e7 6519L: [email protected]
661263b5 6520L: [email protected]
54e5881d 6521T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1da177e4
LT
6522W: http://www.linux-projects.org
6523S: Maintained
679655da
JP
6524F: Documentation/video4linux/w9968cf.txt
6525F: drivers/media/video/w996*
1da177e4 6526
bf164cc0 6527USB WIRELESS RNDIS DRIVER (rndis_wlan)
8b58be88 6528M: Jussi Kivilinna <[email protected]>
bf164cc0
JK
6529L: [email protected]
6530S: Maintained
679655da 6531F: drivers/net/wireless/rndis_wlan.c
bf164cc0 6532
eb6bab13 6533USB XHCI DRIVER
36d0344c 6534M: Sarah Sharp <[email protected]>
eb6bab13
SS
6535L: [email protected]
6536S: Supported
36d0344c
SS
6537F: drivers/usb/host/xhci*
6538F: drivers/usb/host/pci-quirks*
eb6bab13 6539
1da177e4 6540USB ZD1201 DRIVER
4086b9ca 6541L: [email protected]
1da177e4 6542W: http://linux-lc100020.sourceforge.net
4086b9ca 6543S: Orphan
679655da 6544F: drivers/net/wireless/zd1201.*
1da177e4 6545
b7eee616 6546USB ZR364XX DRIVER
8b58be88 6547M: Antoine Jacquet <[email protected]>
795fb7e7 6548L: [email protected]
661263b5 6549L: [email protected]
54e5881d 6550T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
b7eee616
AJ
6551W: http://royale.zerezo.com/zr364xx/
6552S: Maintained
679655da
JP
6553F: Documentation/video4linux/zr364xx.txt
6554F: drivers/media/video/zr364xx.c
b7eee616 6555
e7839f25 6556USER-MODE LINUX (UML)
8b58be88 6557M: Jeff Dike <[email protected]>
1da177e4
LT
6558L: [email protected]
6559L: [email protected]
6560W: http://user-mode-linux.sourceforge.net
6561S: Maintained
679655da
JP
6562F: Documentation/uml/
6563F: arch/um/
6564F: fs/hostfs/
6565F: fs/hppfs/
b7eee616 6566
e5f114e9 6567USERSPACE I/O (UIO)
8b58be88
JP
6568M: "Hans J. Koch" <[email protected]>
6569M: Greg Kroah-Hartman <[email protected]>
e5f114e9 6570S: Maintained
679655da
JP
6571F: Documentation/DocBook/uio-howto.tmpl
6572F: drivers/uio/
6573F: include/linux/uio*.h
e5f114e9 6574
f899b0ad 6575UTIL-LINUX-NG PACKAGE
8b58be88 6576M: Karel Zak <[email protected]>
f899b0ad
KZ
6577L: [email protected]
6578W: http://kernel.org/~kzak/util-linux-ng/
54e5881d 6579T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
f899b0ad
KZ
6580S: Maintained
6581
c1fd1c07 6582UVESAFB DRIVER
8b58be88 6583M: Michal Januszewski <[email protected]>
c69f677c 6584L: [email protected]
c1fd1c07
MJ
6585W: http://dev.gentoo.org/~spock/projects/uvesafb/
6586S: Maintained
679655da
JP
6587F: Documentation/fb/uvesafb.txt
6588F: drivers/video/uvesafb.*
c1fd1c07 6589
4480f15b 6590VFAT/FAT/MSDOS FILESYSTEM
8b58be88 6591M: OGAWA Hirofumi <[email protected]>
1da177e4 6592S: Maintained
679655da
JP
6593F: Documentation/filesystems/vfat.txt
6594F: fs/fat/
1da177e4 6595
9a82446b
AS
6596VIRTIO CONSOLE DRIVER
6597M: Amit Shah <[email protected]>
6598L: [email protected]
6599S: Maintained
6600F: drivers/char/virtio_console.c
6601F: include/linux/virtio_console.h
6602
3a4d5c94
MT
6603VIRTIO HOST (VHOST)
6604M: "Michael S. Tsirkin" <[email protected]>
6605L: [email protected]
c996d8b9 6606L: [email protected]
3a4d5c94
MT
6607L: [email protected]
6608S: Maintained
6609F: drivers/vhost/
6610F: include/linux/vhost.h
6611
1da177e4 6612VIA RHINE NETWORK DRIVER
8b58be88 6613M: Roger Luethi <[email protected]>
1da177e4 6614S: Maintained
679655da 6615F: drivers/net/via-rhine.c
1da177e4 6616
32c0a520 6617VIAPRO SMBUS DRIVER
8b58be88 6618M: Jean Delvare <[email protected]>
846557d3 6619L: [email protected]
32c0a520 6620S: Maintained
679655da
JP
6621F: Documentation/i2c/busses/i2c-viapro
6622F: drivers/i2c/busses/i2c-viapro.c
32c0a520 6623
f0bf7f61 6624VIA SD/MMC CARD CONTROLLER DRIVER
558bbb2f 6625M: Bruce Chang <[email protected]>
8b58be88 6626M: Harald Welte <[email protected]>
f0bf7f61
HW
6627S: Maintained
6628F: drivers/mmc/host/via-sdmmc.c
6629
69e4a7c2 6630VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
c7babebd 6631M: Florian Tobias Schandinat <[email protected]>
c69f677c 6632L: [email protected]
69e4a7c2 6633S: Maintained
c7babebd
FTS
6634F: include/linux/via-core.h
6635F: include/linux/via-gpio.h
6636F: include/linux/via_i2c.h
679655da 6637F: drivers/video/via/
69e4a7c2 6638
01f20734 6639VIA VELOCITY NETWORK DRIVER
8b58be88 6640M: Francois Romieu <[email protected]>
01f20734
FR
6641L: [email protected]
6642S: Maintained
679655da 6643F: drivers/net/via-velocity.*
1da177e4 6644
be7f8273 6645VLAN (802.1Q)
8b58be88 6646M: Patrick McHardy <[email protected]>
be7f8273
PM
6647L: [email protected]
6648S: Maintained
679655da
JP
6649F: drivers/net/macvlan.c
6650F: include/linux/if_*vlan.h
6651F: net/8021q/
be7f8273 6652
55e331cf 6653VLYNQ BUS
8b58be88 6654M: Florian Fainelli <[email protected]>
8578d7af 6655L: [email protected] (subscribers-only)
55e331cf
FF
6656S: Maintained
6657F: drivers/vlynq/vlynq.c
6658F: include/linux/vlynq.h
6659
d1a890fa 6660VMWARE VMXNET3 ETHERNET DRIVER
65c8bb5b
JP
6661M: Shreyas Bhatewara <[email protected]>
6662M: "VMware, Inc." <[email protected]>
6663L: [email protected]
6664S: Maintained
6665F: drivers/net/vmxnet3/
d1a890fa 6666
851b1642
AK
6667VMware PVSCSI driver
6668M: Alok Kataria <[email protected]>
6669M: VMware PV-Drivers <[email protected]>
6670L: [email protected]
6671S: Maintained
6672F: drivers/scsi/vmw_pvscsi.c
6673F: drivers/scsi/vmw_pvscsi.h
6674
e53e86c7 6675VOLTAGE AND CURRENT REGULATOR FRAMEWORK
8b58be88
JP
6676M: Liam Girdwood <[email protected]>
6677M: Mark Brown <[email protected]>
e53e86c7 6678W: http://opensource.wolfsonmicro.com/node/15
1dd68f01 6679W: http://www.slimlogic.co.uk/?p=48
54e5881d 6680T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
e53e86c7 6681S: Supported
679655da
JP
6682F: drivers/regulator/
6683F: include/linux/regulator/
e53e86c7 6684
ab41319e 6685VT1211 HARDWARE MONITOR DRIVER
8b58be88 6686M: Juerg Haefliger <[email protected]>
ab41319e
JH
6687L: [email protected]
6688S: Maintained
679655da
JP
6689F: Documentation/hwmon/vt1211
6690F: drivers/hwmon/vt1211.c
ab41319e 6691
1de9e371 6692VT8231 HARDWARE MONITOR DRIVER
8b58be88 6693M: Roger Lucas <[email protected]>
1de9e371
RL
6694L: [email protected]
6695S: Maintained
679655da 6696F: drivers/hwmon/vt8231.c
1de9e371 6697
1da177e4 6698W1 DALLAS'S 1-WIRE BUS
8b58be88 6699M: Evgeniy Polyakov <[email protected]>
1da177e4 6700S: Maintained
679655da
JP
6701F: Documentation/w1/
6702F: drivers/w1/
1da177e4 6703
13927079 6704W83791D HARDWARE MONITORING DRIVER
8b58be88 6705M: Marc Hulsman <[email protected]>
13927079 6706L: [email protected]
25845c22 6707S: Maintained
679655da
JP
6708F: Documentation/hwmon/w83791d
6709F: drivers/hwmon/w83791d.c
13927079 6710
61db011d 6711W83793 HARDWARE MONITORING DRIVER
8b58be88 6712M: Rudolf Marek <[email protected]>
61db011d
RM
6713L: [email protected]
6714S: Maintained
679655da
JP
6715F: Documentation/hwmon/w83793
6716F: drivers/hwmon/w83793.c
61db011d 6717
e3760b43
JD
6718W83795 HARDWARE MONITORING DRIVER
6719M: Jean Delvare <[email protected]>
6720L: [email protected]
6721S: Maintained
6722F: drivers/hwmon/w83795.c
6723
1da177e4 6724W83L51xD SD/MMC CARD INTERFACE DRIVER
8b58be88 6725M: Pierre Ossman <[email protected]>
1da177e4 6726S: Maintained
679655da 6727F: drivers/mmc/host/wbsd.*
1da177e4 6728
3527761c 6729WATCHDOG DEVICE DRIVERS
8b58be88 6730M: Wim Van Sebroeck <[email protected]>
230a5cef
WVS
6731L: [email protected]
6732W: http://www.linux-watchdog.org/
54e5881d 6733T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
3527761c 6734S: Maintained
679655da
JP
6735F: Documentation/watchdog/
6736F: drivers/watchdog/
6737F: include/linux/watchdog.h
3527761c 6738
1da177e4 6739WD7000 SCSI DRIVER
8b58be88 6740M: Miroslav Zagorac <[email protected]>
1da177e4
LT
6741L: [email protected]
6742S: Maintained
679655da 6743F: drivers/scsi/wd7000.c
1da177e4 6744
e258b80e 6745WINBOND CIR DRIVER
364e9e18 6746M: David Härdeman <[email protected]>
e258b80e
DH
6747S: Maintained
6748F: drivers/input/misc/winbond-cir.c
6749
8a70da82 6750WIMAX STACK
8b58be88 6751M: Inaky Perez-Gonzalez <[email protected]>
8a70da82
IPG
6752M: [email protected]
6753L: [email protected]
6754S: Supported
6755W: http://linuxwimax.org
315987dc
JP
6756F: Documentation/wimax/README.wimax
6757F: include/linux/wimax.h
6758F: include/linux/wimax/debug.h
6759F: include/net/wimax.h
6760F: net/wimax/
8a70da82 6761
5fc14680 6762WISTRON LAPTOP BUTTON DRIVER
8b58be88 6763M: Miloslav Trmac <[email protected]>
5fc14680 6764S: Maintained
679655da 6765F: drivers/input/misc/wistron_btns.c
5fc14680 6766
834da346 6767WL1251 WIRELESS DRIVER
31c726f0 6768M: Kalle Valo <[email protected]>
834da346
KV
6769L: [email protected]
6770W: http://wireless.kernel.org
6771T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6772S: Maintained
cc2858c9 6773F: drivers/net/wireless/wl1251/*
5e68ff65
LC
6774
6775WL1271 WIRELESS DRIVER
6776M: Luciano Coelho <[email protected]>
6777L: [email protected]
6778W: http://wireless.kernel.org
381bd10a 6779T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
5e68ff65
LC
6780S: Maintained
6781F: drivers/net/wireless/wl12xx/wl1271*
c1f9a095 6782F: include/linux/wl12xx.h
834da346 6783
1da177e4 6784WL3501 WIRELESS PCMCIA CARD DRIVER
8b58be88 6785M: Arnaldo Carvalho de Melo <[email protected]>
724c6b35 6786L: [email protected]
926554c4 6787W: http://oops.ghostprotocols.net:81/blog
1da177e4 6788S: Maintained
679655da 6789F: drivers/net/wireless/wl3501*
1da177e4 6790
febf1dff 6791WM97XX TOUCHSCREEN DRIVERS
8b58be88
JP
6792M: Mark Brown <[email protected]>
6793M: Liam Girdwood <[email protected]>
febf1dff
MB
6794L: [email protected]
6795T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
6796W: http://opensource.wolfsonmicro.com/node/7
6797S: Supported
679655da
JP
6798F: drivers/input/touchscreen/*wm97*
6799F: include/linux/wm97xx.h
febf1dff 6800
055bcbcb 6801WOLFSON MICROELECTRONICS DRIVERS
27480ccc 6802M: Mark Brown <[email protected]>
a532f97c 6803M: Ian Lartey <[email protected]>
645a6599 6804M: Dimitris Papastamos <[email protected]>
cf8eda3e 6805T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
b75ea16a 6806T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
cf8eda3e 6807W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
b75ea16a 6808S: Supported
3768f0b1 6809F: Documentation/hwmon/wm83??
b75ea16a
MB
6810F: drivers/leds/leds-wm83*.c
6811F: drivers/mfd/wm8*.c
6812F: drivers/power/wm83*.c
6813F: drivers/rtc/rtc-wm83*.c
6814F: drivers/regulator/wm8*.c
3860e6c4 6815F: drivers/video/backlight/wm83*_bl.c
b75ea16a 6816F: drivers/watchdog/wm83*_wdt.c
3860e6c4 6817F: include/linux/mfd/wm831x/
b75ea16a 6818F: include/linux/mfd/wm8350/
3768f0b1 6819F: include/linux/mfd/wm8400*
055bcbcb
MB
6820F: include/sound/wm????.h
6821F: sound/soc/codecs/wm*
b75ea16a 6822
3e6cd7a4
TH
6823WORKQUEUE
6824M: Tejun Heo <[email protected]>
6825L: [email protected]
6826T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
6827S: Maintained
6828F: include/linux/workqueue.h
6829F: kernel/workqueue.c
6830F: Documentation/workqueue.txt
6831
1da177e4 6832X.25 NETWORK LAYER
8bf28059 6833M: Andrew Hendry <[email protected]>
1da177e4 6834L: [email protected]
8bf28059 6835S: Odd Fixes
679655da
JP
6836F: Documentation/networking/x25*
6837F: include/net/x25*
6838F: net/x25/
1da177e4 6839
e2d1d6c0 6840X86 ARCHITECTURE (32-BIT AND 64-BIT)
8b58be88
JP
6841M: Thomas Gleixner <[email protected]>
6842M: Ingo Molnar <[email protected]>
6843M: "H. Peter Anvin" <[email protected]>
bcde563c 6844M: [email protected]
54e5881d 6845T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
e2d1d6c0 6846S: Maintained
679655da
JP
6847F: Documentation/x86/
6848F: arch/x86/
e2d1d6c0 6849
d0944853
MG
6850X86 PLATFORM DRIVERS
6851M: Matthew Garrett <[email protected]>
6852L: [email protected]
28b8e8d4 6853T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
d0944853
MG
6854S: Maintained
6855F: drivers/platform/x86
6856
c5f8e29d
KRW
6857XEN PCI SUBSYSTEM
6858M: Konrad Rzeszutek Wilk <[email protected]>
b74831e6 6859L: [email protected] (moderated for non-subscribers)
c5f8e29d
KRW
6860S: Supported
6861F: arch/x86/pci/*xen*
6862F: drivers/pci/*xen*
6863
6864XEN SWIOTLB SUBSYSTEM
6865M: Konrad Rzeszutek Wilk <[email protected]>
b74831e6 6866L: [email protected] (moderated for non-subscribers)
c5f8e29d
KRW
6867S: Supported
6868F: arch/x86/xen/*swiotlb*
6869F: drivers/xen/*swiotlb*
6870
4cdf6bc2 6871XEN HYPERVISOR INTERFACE
31f9783f
KRW
6872M: Jeremy Fitzhardinge <[email protected]>
6873M: Konrad Rzeszutek Wilk <[email protected]>
b74831e6 6874L: [email protected] (moderated for non-subscribers)
c996d8b9 6875L: [email protected]
4cdf6bc2 6876S: Supported
679655da
JP
6877F: arch/x86/xen/
6878F: drivers/*/xen-*front.c
6879F: drivers/xen/
6880F: arch/x86/include/asm/xen/
6881F: include/xen/
4cdf6bc2 6882
1da177e4
LT
6883XFS FILESYSTEM
6884P: Silicon Graphics Inc
f08a59f1 6885M: Alex Elder <[email protected]>
1da177e4 6886M: [email protected]
d7ede1aa 6887L: [email protected]
1da177e4 6888W: http://oss.sgi.com/projects/xfs
54e5881d 6889T: git git://oss.sgi.com/xfs/xfs.git
1da177e4 6890S: Supported
679655da
JP
6891F: Documentation/filesystems/xfs.txt
6892F: fs/xfs/
1da177e4 6893
c9d3d8ec 6894XILINX SYSTEMACE DRIVER
8b58be88 6895M: Grant Likely <[email protected]>
c9d3d8ec 6896W: http://www.secretlab.ca/
c9d3d8ec 6897S: Maintained
679655da 6898F: drivers/block/xsysace.c
c9d3d8ec 6899
238b8721 6900XILINX UARTLITE SERIAL DRIVER
8b58be88 6901M: Peter Korsgaard <[email protected]>
238b8721
PK
6902L: [email protected]
6903S: Maintained
df621252 6904F: drivers/tty/serial/uartlite.c
238b8721 6905
1da177e4 6906YAM DRIVER FOR AX.25
8b58be88 6907M: Jean-Paul Roubelat <[email protected]>
1da177e4
LT
6908L: [email protected]
6909S: Maintained
679655da
JP
6910F: drivers/net/hamradio/yam*
6911F: include/linux/yam.h
1da177e4 6912
af64a5eb 6913YEALINK PHONE DRIVER
8b58be88 6914M: Henk Vergonet <[email protected]>
af64a5eb
HV
6915L: [email protected]
6916S: Maintained
679655da
JP
6917F: Documentation/input/yealink.txt
6918F: drivers/input/misc/yealink.*
af64a5eb 6919
1da177e4 6920Z8530 DRIVER FOR AX.25
8b58be88 6921M: Joerg Reuter <[email protected]>
1da177e4
LT
6922W: http://yaina.de/jreuter/
6923W: http://www.qsl.net/dl1bke/
6924L: [email protected]
6925S: Maintained
679655da
JP
6926F: Documentation/networking/z8530drv.txt
6927F: drivers/net/hamradio/*scc.c
6928F: drivers/net/hamradio/z8530.h
1da177e4 6929
7c0c3afb 6930ZD1211RW WIRELESS DRIVER
8b58be88
JP
6931M: Daniel Drake <[email protected]>
6932M: Ulrich Kunitz <[email protected]>
7c0c3afb 6933W: http://zd1211.ath.cx/wiki/DriverRewrite
724c6b35 6934L: [email protected]
7c0c3afb
DD
6935L: [email protected] (subscribers-only)
6936S: Maintained
679655da 6937F: drivers/net/wireless/zd1211rw/
7c0c3afb 6938
1da177e4 6939ZR36067 VIDEO FOR LINUX DRIVER
1da177e4 6940L: [email protected]
f63145e2 6941L: [email protected]
1da177e4 6942W: http://mjpeg.sourceforge.net/driver-zoran/
f63145e2
TP
6943T: Mercurial http://linuxtv.org/hg/v4l-dvb
6944S: Odd Fixes
679655da 6945F: drivers/media/video/zoran/
1da177e4 6946
8b4a4080 6947ZS DECSTATION Z85C30 SERIAL DRIVER
8b58be88 6948M: "Maciej W. Rozycki" <[email protected]>
8b4a4080 6949S: Maintained
df621252 6950F: drivers/tty/serial/zs.*
8b4a4080 6951
00959ade
DK
6952GRE DEMULTIPLEXER DRIVER
6953M: Dmitry Kozlov <[email protected]>
6954L: [email protected]
6955S: Maintained
6956F: net/ipv4/gre.c
6957F: include/net/gre.h
6958
6959PPTP DRIVER
6960M: Dmitry Kozlov <[email protected]>
6961L: [email protected]
6962S: Maintained
6963F: drivers/net/pptp.c
6964W: http://sourceforge.net/projects/accel-pptp
6965
1da177e4 6966THE REST
8b58be88 6967M: Linus Torvalds <[email protected]>
34d03cc1 6968L: [email protected]
8a6e2535 6969Q: http://patchwork.kernel.org/project/LKML/list/
cfe81f76 6970T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
1da177e4 6971S: Buried alive in reporters
34d03cc1
JP
6972F: *
6973F: */
This page took 3.863646 seconds and 4 git commands to generate.