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