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