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