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