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