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