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