[media] MAINTAINERS: add adv7604/ad9389b entries
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / MAINTAINERS
1
2
3 List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below. This will make things
6 easier on the maintainers. Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1. Always _test_ your changes, however small, on at least 4 or
10 5 people, preferably many more.
11
12 2. 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
20 3. 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
24 4. When you are happy with a change make it generally available for
25 testing and await feedback.
26
27 5. 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
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.
39
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
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
53 PLEASE remember that submissions must be made under the terms
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.
58
59 6. 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
63 7. When sending security related changes or reports to a maintainer
64 please Cc: security@kernel.org, especially if the maintainer
65 does not respond.
66
67 8. Happy hacking.
68
69 Descriptions 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
75 Q: Patchwork web based patch tracking system site
76 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit, topgit.
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.
107
108 Note: For the hard of thinking, this list is meant to remain in alphabetical
109 order. If you could add yourselves to it in alphabetical order that would be
110 so much easier [Ed]
111
112 Maintainers List (try to look for most precise areas first)
113
114 -----------------------------------
115
116 3C505 NETWORK DRIVER
117 M: Philip Blundell <philb@gnu.org>
118 L: netdev@vger.kernel.org
119 S: Maintained
120 F: drivers/net/ethernet/i825xx/3c505*
121
122 3C59X NETWORK DRIVER
123 M: Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
124 L: netdev@vger.kernel.org
125 S: Maintained
126 F: Documentation/networking/vortex.txt
127 F: drivers/net/ethernet/3com/3c59x.c
128
129 3CR990 NETWORK DRIVER
130 M: David Dillow <dave@thedillows.org>
131 L: netdev@vger.kernel.org
132 S: Maintained
133 F: drivers/net/ethernet/3com/typhoon*
134
135 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
136 M: Adam Radford <linuxraid@lsi.com>
137 L: linux-scsi@vger.kernel.org
138 W: http://www.lsi.com
139 S: Supported
140 F: drivers/scsi/3w-*
141
142 53C700 AND 53C700-66 SCSI DRIVER
143 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
144 L: linux-scsi@vger.kernel.org
145 S: Maintained
146 F: drivers/scsi/53c700*
147
148 6PACK NETWORK DRIVER FOR AX.25
149 M: Andreas Koensgen <ajk@comnets.uni-bremen.de>
150 L: linux-hams@vger.kernel.org
151 S: Maintained
152 F: drivers/net/hamradio/6pack.c
153
154 8169 10/100/1000 GIGABIT ETHERNET DRIVER
155 M: Realtek linux nic maintainers <nic_swsd@realtek.com>
156 M: Francois Romieu <romieu@fr.zoreil.com>
157 L: netdev@vger.kernel.org
158 S: Maintained
159 F: drivers/net/ethernet/realtek/r8169.c
160
161 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
162 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
163 L: linux-serial@vger.kernel.org
164 W: http://serial.sourceforge.net
165 S: Maintained
166 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
167 F: drivers/tty/serial/8250*
168 F: include/linux/serial_8250.h
169
170 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
171 L: netdev@vger.kernel.org
172 S: Orphan / Obsolete
173 F: drivers/net/ethernet/8390/
174
175 9P FILE SYSTEM
176 M: Eric Van Hensbergen <ericvh@gmail.com>
177 M: Ron Minnich <rminnich@sandia.gov>
178 M: Latchesar Ionkov <lucho@ionkov.net>
179 L: v9fs-developer@lists.sourceforge.net
180 W: http://swik.net/v9fs
181 Q: http://patchwork.kernel.org/project/v9fs-devel/list/
182 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
183 S: Maintained
184 F: Documentation/filesystems/9p.txt
185 F: fs/9p/
186
187 A8293 MEDIA DRIVER
188 M: Antti Palosaari <crope@iki.fi>
189 L: linux-media@vger.kernel.org
190 W: http://linuxtv.org/
191 W: http://palosaari.fi/linux/
192 Q: http://patchwork.linuxtv.org/project/linux-media/list/
193 T: git git://linuxtv.org/anttip/media_tree.git
194 S: Maintained
195 F: drivers/media/dvb-frontends/a8293*
196
197 AACRAID SCSI RAID DRIVER
198 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
199 L: linux-scsi@vger.kernel.org
200 W: http://www.adaptec.com/
201 S: Supported
202 F: Documentation/scsi/aacraid.txt
203 F: drivers/scsi/aacraid/
204
205 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
206 M: Hans de Goede <hdegoede@redhat.com>
207 L: lm-sensors@lm-sensors.org
208 S: Maintained
209 F: drivers/hwmon/abituguru.c
210
211 ABIT UGURU 3 HARDWARE MONITOR DRIVER
212 M: Alistair John Strachan <alistair@devzero.co.uk>
213 L: lm-sensors@lm-sensors.org
214 S: Maintained
215 F: drivers/hwmon/abituguru3.c
216
217 ACENIC DRIVER
218 M: Jes Sorensen <jes@trained-monkey.org>
219 L: linux-acenic@sunsite.dk
220 S: Maintained
221 F: drivers/net/ethernet/alteon/acenic*
222
223 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
224 M: Peter Feuerer <peter@piie.net>
225 L: platform-driver-x86@vger.kernel.org
226 W: http://piie.net/?section=acerhdf
227 S: Maintained
228 F: drivers/platform/x86/acerhdf.c
229
230 ACER WMI LAPTOP EXTRAS
231 M: Joey Lee <jlee@novell.com>
232 L: platform-driver-x86@vger.kernel.org
233 S: Maintained
234 F: drivers/platform/x86/acer-wmi.c
235
236 ACPI
237 M: Len Brown <lenb@kernel.org>
238 M: Rafael J. Wysocki <rjw@sisk.pl>
239 L: linux-acpi@vger.kernel.org
240 W: http://www.lesswatts.org/projects/acpi/
241 Q: http://patchwork.kernel.org/project/linux-acpi/list/
242 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
243 S: Supported
244 F: drivers/acpi/
245 F: drivers/pnp/pnpacpi/
246 F: include/linux/acpi.h
247 F: include/acpi/
248
249 ACPI FAN DRIVER
250 M: Zhang Rui <rui.zhang@intel.com>
251 L: linux-acpi@vger.kernel.org
252 W: http://www.lesswatts.org/projects/acpi/
253 S: Supported
254 F: drivers/acpi/fan.c
255
256 ACPI THERMAL DRIVER
257 M: Zhang Rui <rui.zhang@intel.com>
258 L: linux-acpi@vger.kernel.org
259 W: http://www.lesswatts.org/projects/acpi/
260 S: Supported
261 F: drivers/acpi/*thermal*
262
263 ACPI VIDEO DRIVER
264 M: Zhang Rui <rui.zhang@intel.com>
265 L: linux-acpi@vger.kernel.org
266 W: http://www.lesswatts.org/projects/acpi/
267 S: Supported
268 F: drivers/acpi/video.c
269
270 ACPI WMI DRIVER
271 L: platform-driver-x86@vger.kernel.org
272 S: Orphan
273 F: drivers/platform/x86/wmi.c
274
275 AD1889 ALSA SOUND DRIVER
276 M: Thibaut Varene <T-Bone@parisc-linux.org>
277 W: http://wiki.parisc-linux.org/AD1889
278 L: linux-parisc@vger.kernel.org
279 S: Maintained
280 F: sound/pci/ad1889.*
281
282 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
283 M: Michael Hennerich <michael.hennerich@analog.com>
284 L: device-drivers-devel@blackfin.uclinux.org
285 W: http://wiki.analog.com/AD5254
286 S: Supported
287 F: drivers/misc/ad525x_dpot.c
288
289 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
290 M: Michael Hennerich <michael.hennerich@analog.com>
291 L: device-drivers-devel@blackfin.uclinux.org
292 W: http://wiki.analog.com/AD5398
293 S: Supported
294 F: drivers/regulator/ad5398.c
295
296 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
297 M: Michael Hennerich <michael.hennerich@analog.com>
298 L: device-drivers-devel@blackfin.uclinux.org
299 W: http://wiki.analog.com/AD7142
300 S: Supported
301 F: drivers/input/misc/ad714x.c
302
303 AD7877 TOUCHSCREEN DRIVER
304 M: Michael Hennerich <michael.hennerich@analog.com>
305 L: device-drivers-devel@blackfin.uclinux.org
306 W: http://wiki.analog.com/AD7877
307 S: Supported
308 F: drivers/input/touchscreen/ad7877.c
309
310 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
311 M: Michael Hennerich <michael.hennerich@analog.com>
312 L: device-drivers-devel@blackfin.uclinux.org
313 W: http://wiki.analog.com/AD7879
314 S: Supported
315 F: drivers/input/touchscreen/ad7879.c
316
317 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
318 M: Jiri Kosina <jkosina@suse.cz>
319 S: Maintained
320
321 ADM1025 HARDWARE MONITOR DRIVER
322 M: Jean Delvare <khali@linux-fr.org>
323 L: lm-sensors@lm-sensors.org
324 S: Maintained
325 F: Documentation/hwmon/adm1025
326 F: drivers/hwmon/adm1025.c
327
328 ADM1029 HARDWARE MONITOR DRIVER
329 M: Corentin Labbe <corentin.labbe@geomatys.fr>
330 L: lm-sensors@lm-sensors.org
331 S: Maintained
332 F: drivers/hwmon/adm1029.c
333
334 ADM8211 WIRELESS DRIVER
335 L: linux-wireless@vger.kernel.org
336 W: http://wireless.kernel.org/
337 S: Orphan
338 F: drivers/net/wireless/adm8211.*
339
340 ADP1653 FLASH CONTROLLER DRIVER
341 M: Sakari Ailus <sakari.ailus@iki.fi>
342 L: linux-media@vger.kernel.org
343 S: Maintained
344 F: drivers/media/i2c/adp1653.c
345 F: include/media/adp1653.h
346
347 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
348 M: Michael Hennerich <michael.hennerich@analog.com>
349 L: device-drivers-devel@blackfin.uclinux.org
350 W: http://wiki.analog.com/ADP5520
351 S: Supported
352 F: drivers/mfd/adp5520.c
353 F: drivers/video/backlight/adp5520_bl.c
354 F: drivers/leds/leds-adp5520.c
355 F: drivers/gpio/gpio-adp5520.c
356 F: drivers/input/keyboard/adp5520-keys.c
357
358 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
359 M: Michael Hennerich <michael.hennerich@analog.com>
360 L: device-drivers-devel@blackfin.uclinux.org
361 W: http://wiki.analog.com/ADP5588
362 S: Supported
363 F: drivers/input/keyboard/adp5588-keys.c
364 F: drivers/gpio/gpio-adp5588.c
365
366 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
367 M: Michael Hennerich <michael.hennerich@analog.com>
368 L: device-drivers-devel@blackfin.uclinux.org
369 W: http://wiki.analog.com/ADP8860
370 S: Supported
371 F: drivers/video/backlight/adp8860_bl.c
372
373 ADS1015 HARDWARE MONITOR DRIVER
374 M: Dirk Eibach <eibach@gdsys.de>
375 L: lm-sensors@lm-sensors.org
376 S: Maintained
377 F: Documentation/hwmon/ads1015
378 F: drivers/hwmon/ads1015.c
379 F: include/linux/i2c/ads1015.h
380
381 ADT746X FAN DRIVER
382 M: Colin Leroy <colin@colino.net>
383 S: Maintained
384 F: drivers/macintosh/therm_adt746x.c
385
386 ADT7475 HARDWARE MONITOR DRIVER
387 M: Jean Delvare <khali@linux-fr.org>
388 L: lm-sensors@lm-sensors.org
389 S: Maintained
390 F: Documentation/hwmon/adt7475
391 F: drivers/hwmon/adt7475.c
392
393 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
394 M: Michael Hennerich <michael.hennerich@analog.com>
395 L: device-drivers-devel@blackfin.uclinux.org
396 W: http://wiki.analog.com/ADXL345
397 S: Supported
398 F: drivers/input/misc/adxl34x.c
399
400 ADVANSYS SCSI DRIVER
401 M: Matthew Wilcox <matthew@wil.cx>
402 L: linux-scsi@vger.kernel.org
403 S: Maintained
404 F: Documentation/scsi/advansys.txt
405 F: drivers/scsi/advansys.c
406
407 AEDSP16 DRIVER
408 M: Riccardo Facchetti <fizban@tin.it>
409 S: Maintained
410 F: sound/oss/aedsp16.c
411
412 AF9013 MEDIA DRIVER
413 M: Antti Palosaari <crope@iki.fi>
414 L: linux-media@vger.kernel.org
415 W: http://linuxtv.org/
416 W: http://palosaari.fi/linux/
417 Q: http://patchwork.linuxtv.org/project/linux-media/list/
418 T: git git://linuxtv.org/anttip/media_tree.git
419 S: Maintained
420 F: drivers/media/dvb-frontends/af9013*
421
422 AF9033 MEDIA DRIVER
423 M: Antti Palosaari <crope@iki.fi>
424 L: linux-media@vger.kernel.org
425 W: http://linuxtv.org/
426 W: http://palosaari.fi/linux/
427 Q: http://patchwork.linuxtv.org/project/linux-media/list/
428 T: git git://linuxtv.org/anttip/media_tree.git
429 S: Maintained
430 F: drivers/media/dvb-frontends/af9033*
431
432 AFFS FILE SYSTEM
433 L: linux-fsdevel@vger.kernel.org
434 S: Orphan
435 F: Documentation/filesystems/affs.txt
436 F: fs/affs/
437
438 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
439 M: David Howells <dhowells@redhat.com>
440 L: linux-afs@lists.infradead.org
441 S: Supported
442 F: fs/afs/
443 F: include/net/af_rxrpc.h
444 F: net/rxrpc/af_rxrpc.c
445
446 AGPGART DRIVER
447 M: David Airlie <airlied@linux.ie>
448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
449 S: Maintained
450 F: drivers/char/agp/
451 F: include/linux/agp*
452
453 AHA152X SCSI DRIVER
454 M: "Juergen E. Fischer" <fischer@norbit.de>
455 L: linux-scsi@vger.kernel.org
456 S: Maintained
457 F: drivers/scsi/aha152x*
458 F: drivers/scsi/pcmcia/aha152x*
459
460 AIC7XXX / AIC79XX SCSI DRIVER
461 M: Hannes Reinecke <hare@suse.de>
462 L: linux-scsi@vger.kernel.org
463 S: Maintained
464 F: drivers/scsi/aic7xxx/
465 F: drivers/scsi/aic7xxx_old/
466
467 AIO
468 M: Benjamin LaHaise <bcrl@kvack.org>
469 L: linux-aio@kvack.org
470 S: Supported
471 F: fs/aio.c
472 F: include/linux/*aio*.h
473
474 ALCATEL SPEEDTOUCH USB DRIVER
475 M: Duncan Sands <duncan.sands@free.fr>
476 L: linux-usb@vger.kernel.org
477 W: http://www.linux-usb.org/SpeedTouch/
478 S: Maintained
479 F: drivers/usb/atm/speedtch.c
480 F: drivers/usb/atm/usbatm.c
481
482 ALCHEMY AU1XX0 MMC DRIVER
483 M: Manuel Lauss <manuel.lauss@gmail.com>
484 S: Maintained
485 F: drivers/mmc/host/au1xmmc.c
486
487 ALI1563 I2C DRIVER
488 M: Rudolf Marek <r.marek@assembler.cz>
489 L: linux-i2c@vger.kernel.org
490 S: Maintained
491 F: Documentation/i2c/busses/i2c-ali1563
492 F: drivers/i2c/busses/i2c-ali1563.c
493
494 ALPHA PORT
495 M: Richard Henderson <rth@twiddle.net>
496 M: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
497 M: Matt Turner <mattst88@gmail.com>
498 S: Odd Fixes
499 L: linux-alpha@vger.kernel.org
500 F: arch/alpha/
501
502 ALTERA UART/JTAG UART SERIAL DRIVERS
503 M: Tobias Klauser <tklauser@distanz.ch>
504 L: linux-serial@vger.kernel.org
505 L: nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
506 S: Maintained
507 F: drivers/tty/serial/altera_uart.c
508 F: drivers/tty/serial/altera_jtaguart.c
509 F: include/linux/altera_uart.h
510 F: include/linux/altera_jtaguart.h
511
512 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
513 M: Andreas Herrmann <herrmann.der.user@googlemail.com>
514 L: lm-sensors@lm-sensors.org
515 S: Maintained
516 F: Documentation/hwmon/fam15h_power
517 F: drivers/hwmon/fam15h_power.c
518
519 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
520 M: Thomas Dahlmann <dahlmann.thomas@arcor.de>
521 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
522 S: Supported
523 F: drivers/usb/gadget/amd5536udc.*
524
525 AMD GEODE PROCESSOR/CHIPSET SUPPORT
526 P: Andres Salomon <dilinger@queued.net>
527 L: linux-geode@lists.infradead.org (moderated for non-subscribers)
528 W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
529 S: Supported
530 F: drivers/char/hw_random/geode-rng.c
531 F: drivers/crypto/geode*
532 F: drivers/video/geode/
533 F: arch/x86/include/asm/geode.h
534
535 AMD IOMMU (AMD-VI)
536 M: Joerg Roedel <joro@8bytes.org>
537 L: iommu@lists.linux-foundation.org
538 T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
539 S: Maintained
540 F: drivers/iommu/amd_iommu*.[ch]
541 F: include/linux/amd-iommu.h
542
543 AMD MICROCODE UPDATE SUPPORT
544 M: Andreas Herrmann <herrmann.der.user@googlemail.com>
545 L: amd64-microcode@amd64.org
546 S: Maintained
547 F: arch/x86/kernel/microcode_amd.c
548
549 AMS (Apple Motion Sensor) DRIVER
550 M: Michael Hanselmann <linux-kernel@hansmi.ch>
551 S: Supported
552 F: drivers/macintosh/ams/
553
554 AMSO1100 RNIC DRIVER
555 M: Tom Tucker <tom@opengridcomputing.com>
556 M: Steve Wise <swise@opengridcomputing.com>
557 L: linux-rdma@vger.kernel.org
558 S: Maintained
559 F: drivers/infiniband/hw/amso1100/
560
561 ANALOG DEVICES INC AD9389B DRIVER
562 M: Hans Verkuil <hans.verkuil@cisco.com>
563 L: linux-media@vger.kernel.org
564 S: Maintained
565 F: drivers/media/i2c/ad9389b*
566
567 ANALOG DEVICES INC ADV7604 DRIVER
568 M: Hans Verkuil <hans.verkuil@cisco.com>
569 L: linux-media@vger.kernel.org
570 S: Maintained
571 F: drivers/media/i2c/adv7604*
572
573 ANALOG DEVICES INC ASOC CODEC DRIVERS
574 M: Lars-Peter Clausen <lars@metafoo.de>
575 L: device-drivers-devel@blackfin.uclinux.org
576 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
577 W: http://wiki.analog.com/
578 S: Supported
579 F: sound/soc/codecs/adau*
580 F: sound/soc/codecs/adav*
581 F: sound/soc/codecs/ad1*
582 F: sound/soc/codecs/ssm*
583 F: sound/soc/codecs/sigmadsp.*
584
585 ANALOG DEVICES INC ASOC DRIVERS
586 L: uclinux-dist-devel@blackfin.uclinux.org
587 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
588 W: http://blackfin.uclinux.org/
589 S: Supported
590 F: sound/soc/blackfin/*
591
592 AOA (Apple Onboard Audio) ALSA DRIVER
593 M: Johannes Berg <johannes@sipsolutions.net>
594 L: linuxppc-dev@lists.ozlabs.org
595 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
596 S: Maintained
597 F: sound/aoa/
598
599 APM DRIVER
600 M: Jiri Kosina <jkosina@suse.cz>
601 S: Odd fixes
602 F: arch/x86/kernel/apm_32.c
603 F: include/linux/apm_bios.h
604 F: drivers/char/apm-emulation.c
605
606 APPLE BCM5974 MULTITOUCH DRIVER
607 M: Henrik Rydberg <rydberg@euromail.se>
608 L: linux-input@vger.kernel.org
609 S: Maintained
610 F: drivers/input/mouse/bcm5974.c
611
612 APPLE SMC DRIVER
613 M: Henrik Rydberg <rydberg@euromail.se>
614 L: lm-sensors@lm-sensors.org
615 S: Maintained
616 F: drivers/hwmon/applesmc.c
617
618 APPLETALK NETWORK LAYER
619 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
620 S: Maintained
621 F: drivers/net/appletalk/
622 F: net/appletalk/
623
624 ARASAN COMPACT FLASH PATA CONTROLLER
625 M: Viresh Kumar <viresh.linux@gmail.com>
626 L: linux-ide@vger.kernel.org
627 S: Maintained
628 F: include/linux/pata_arasan_cf_data.h
629 F: drivers/ata/pata_arasan_cf.c
630
631 ARC FRAMEBUFFER DRIVER
632 M: Jaya Kumar <jayalk@intworks.biz>
633 S: Maintained
634 F: drivers/video/arcfb.c
635 F: drivers/video/fb_defio.c
636
637 ARM MFM AND FLOPPY DRIVERS
638 M: Ian Molton <spyro@f2s.com>
639 S: Maintained
640 F: arch/arm/lib/floppydma.S
641 F: arch/arm/include/asm/floppy.h
642
643 ARM PMU PROFILING AND DEBUGGING
644 M: Will Deacon <will.deacon@arm.com>
645 S: Maintained
646 F: arch/arm/kernel/perf_event*
647 F: arch/arm/oprofile/common.c
648 F: arch/arm/include/asm/pmu.h
649 F: arch/arm/kernel/hw_breakpoint.c
650 F: arch/arm/include/asm/hw_breakpoint.h
651
652 ARM PORT
653 M: Russell King <linux@arm.linux.org.uk>
654 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
655 W: http://www.arm.linux.org.uk/
656 S: Maintained
657 F: arch/arm/
658
659 ARM SUB-ARCHITECTURES
660 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
661 S: MAINTAINED
662 F: arch/arm/mach-*/
663 F: arch/arm/plat-*/
664 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
665
666 ARM PRIMECELL AACI PL041 DRIVER
667 M: Russell King <linux@arm.linux.org.uk>
668 S: Maintained
669 F: sound/arm/aaci.*
670
671 ARM PRIMECELL CLCD PL110 DRIVER
672 M: Russell King <linux@arm.linux.org.uk>
673 S: Maintained
674 F: drivers/video/amba-clcd.*
675
676 ARM PRIMECELL KMI PL050 DRIVER
677 M: Russell King <linux@arm.linux.org.uk>
678 S: Maintained
679 F: drivers/input/serio/ambakmi.*
680 F: include/linux/amba/kmi.h
681
682 ARM PRIMECELL MMCI PL180/1 DRIVER
683 S: Orphan
684 F: drivers/mmc/host/mmci.*
685
686 ARM PRIMECELL BUS SUPPORT
687 M: Russell King <linux@arm.linux.org.uk>
688 S: Maintained
689 F: drivers/amba/
690 F: include/linux/amba/bus.h
691
692 ARM/ADS SPHERE MACHINE SUPPORT
693 M: Lennert Buytenhek <kernel@wantstofly.org>
694 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
695 S: Maintained
696
697 ARM/AFEB9260 MACHINE SUPPORT
698 M: Sergey Lapin <slapin@ossfans.org>
699 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
700 S: Maintained
701
702 ARM/AJECO 1ARM MACHINE SUPPORT
703 M: Lennert Buytenhek <kernel@wantstofly.org>
704 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
705 S: Maintained
706
707 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
708 M: Andrew Victor <linux@maxim.org.za>
709 M: Nicolas Ferre <nicolas.ferre@atmel.com>
710 M: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
711 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
712 W: http://maxim.org.za/at91_26.html
713 W: http://www.linux4sam.org
714 S: Supported
715 F: arch/arm/mach-at91/
716
717 ARM/CALXEDA HIGHBANK ARCHITECTURE
718 M: Rob Herring <rob.herring@calxeda.com>
719 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
720 S: Maintained
721 F: arch/arm/mach-highbank/
722
723 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
724 M: Anton Vorontsov <avorontsov@mvista.com>
725 S: Maintained
726 F: arch/arm/mach-cns3xxx/
727 T: git git://git.infradead.org/users/cbou/linux-cns3xxx.git
728
729 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
730 M: Hartley Sweeten <hsweeten@visionengravers.com>
731 M: Ryan Mallon <rmallon@gmail.com>
732 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
733 S: Maintained
734 F: arch/arm/mach-ep93xx/
735 F: arch/arm/mach-ep93xx/include/mach/
736
737 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
738 M: Lennert Buytenhek <kernel@wantstofly.org>
739 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
740 S: Maintained
741
742 ARM/CLKDEV SUPPORT
743 M: Russell King <linux@arm.linux.org.uk>
744 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
745 S: Maintained
746 F: arch/arm/include/asm/clkdev.h
747 F: drivers/clk/clkdev.c
748
749 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
750 M: Mike Rapoport <mike@compulab.co.il>
751 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
752 S: Maintained
753
754 ARM/CONTEC MICRO9 MACHINE SUPPORT
755 M: Hubert Feurstein <hubert.feurstein@contec.at>
756 S: Maintained
757 F: arch/arm/mach-ep93xx/micro9.c
758
759 ARM/CORGI MACHINE SUPPORT
760 M: Richard Purdie <rpurdie@rpsys.net>
761 S: Maintained
762
763 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
764 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
765 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
766 T: git git://git.berlios.de/gemini-board
767 S: Maintained
768 F: arch/arm/mach-gemini/
769
770 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
771 M: Barry Song <baohua.song@csr.com>
772 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
773 S: Maintained
774 F: arch/arm/mach-prima2/
775 F: drivers/dma/sirf-dma.c
776 F: drivers/i2c/busses/i2c-sirf.c
777 F: drivers/pinctrl/pinctrl-sirf.c
778 F: drivers/spi/spi-sirf.c
779
780 ARM/EBSA110 MACHINE SUPPORT
781 M: Russell King <linux@arm.linux.org.uk>
782 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
783 W: http://www.arm.linux.org.uk/
784 S: Maintained
785 F: arch/arm/mach-ebsa110/
786 F: drivers/net/ethernet/amd/am79c961a.*
787
788 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
789 M: Daniel Ribeiro <drwyrm@gmail.com>
790 M: Stefan Schmidt <stefan@openezx.org>
791 M: Harald Welte <laforge@openezx.org>
792 L: openezx-devel@lists.openezx.org (moderated for non-subscribers)
793 W: http://www.openezx.org/
794 S: Maintained
795 T: topgit git://git.openezx.org/openezx.git
796 F: arch/arm/mach-pxa/ezx.c
797
798 ARM/FARADAY FA526 PORT
799 M: Hans Ulli Kroll <ulli.kroll@googlemail.com>
800 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
801 S: Maintained
802 T: git git://git.berlios.de/gemini-board
803 F: arch/arm/mm/*-fa*
804
805 ARM/FOOTBRIDGE ARCHITECTURE
806 M: Russell King <linux@arm.linux.org.uk>
807 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
808 W: http://www.arm.linux.org.uk/
809 S: Maintained
810 F: arch/arm/include/asm/hardware/dec21285.h
811 F: arch/arm/mach-footbridge/
812
813 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
814 M: Sascha Hauer <kernel@pengutronix.de>
815 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
816 S: Maintained
817 T: git git://git.pengutronix.de/git/imx/linux-2.6.git
818 F: arch/arm/mach-imx/
819 F: arch/arm/plat-mxc/
820 F: arch/arm/configs/imx*_defconfig
821
822 ARM/FREESCALE IMX6
823 M: Shawn Guo <shawn.guo@linaro.org>
824 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
825 S: Maintained
826 T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
827 F: arch/arm/mach-imx/*imx6*
828
829 ARM/FREESCALE MXS ARM ARCHITECTURE
830 M: Shawn Guo <shawn.guo@linaro.org>
831 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
832 S: Maintained
833 T: git git://git.linaro.org/people/shawnguo/linux-2.6.git
834 F: arch/arm/mach-mxs/
835
836 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
837 M: Lennert Buytenhek <kernel@wantstofly.org>
838 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 S: Maintained
840
841 ARM/GUMSTIX MACHINE SUPPORT
842 M: Steve Sakoman <sakoman@gmail.com>
843 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844 S: Maintained
845
846 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
847 M: Philipp Zabel <philipp.zabel@gmail.com>
848 M: Paul Parsons <lost.distance@yahoo.com>
849 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
850 S: Maintained
851 F: arch/arm/mach-pxa/hx4700.c
852 F: arch/arm/mach-pxa/include/mach/hx4700.h
853 F: sound/soc/pxa/hx4700.c
854
855 ARM/HP JORNADA 7XX MACHINE SUPPORT
856 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
857 W: www.jlime.com
858 S: Maintained
859 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
860 F: arch/arm/mach-sa1100/jornada720.c
861 F: arch/arm/mach-sa1100/include/mach/jornada720.h
862
863 ARM/IGEP MACHINE SUPPORT
864 M: Enric Balletbo i Serra <eballetbo@gmail.com>
865 M: Javier Martinez Canillas <javier@dowhile0.org>
866 L: linux-omap@vger.kernel.org
867 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
868 S: Maintained
869 F: arch/arm/mach-omap2/board-igep0020.c
870
871 ARM/INCOME PXA270 SUPPORT
872 M: Marek Vasut <marek.vasut@gmail.com>
873 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874 S: Maintained
875 F: arch/arm/mach-pxa/colibri-pxa270-income.c
876
877 ARM/INTEL IOP32X ARM ARCHITECTURE
878 M: Lennert Buytenhek <kernel@wantstofly.org>
879 M: Dan Williams <djbw@fb.com>
880 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881 S: Maintained
882
883 ARM/INTEL IOP33X ARM ARCHITECTURE
884 M: Dan Williams <djbw@fb.com>
885 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
886 S: Maintained
887
888 ARM/INTEL IOP13XX ARM ARCHITECTURE
889 M: Lennert Buytenhek <kernel@wantstofly.org>
890 M: Dan Williams <djbw@fb.com>
891 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 S: Maintained
893
894 ARM/INTEL IQ81342EX MACHINE SUPPORT
895 M: Lennert Buytenhek <kernel@wantstofly.org>
896 M: Dan Williams <djbw@fb.com>
897 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 S: Maintained
899
900 ARM/INTEL IXDP2850 MACHINE SUPPORT
901 M: Lennert Buytenhek <kernel@wantstofly.org>
902 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903 S: Maintained
904
905 ARM/INTEL IXP4XX ARM ARCHITECTURE
906 M: Imre Kaloz <kaloz@openwrt.org>
907 M: Krzysztof Halasa <khc@pm.waw.pl>
908 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
909 S: Maintained
910 F: arch/arm/mach-ixp4xx/
911
912 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
913 M: Jonathan Cameron <jic23@cam.ac.uk>
914 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
915 S: Maintained
916 F: arch/arm/mach-pxa/stargate2.c
917 F: drivers/pcmcia/pxa2xx_stargate2.c
918
919 ARM/INTEL XSC3 (MANZANO) ARM CORE
920 M: Lennert Buytenhek <kernel@wantstofly.org>
921 M: Dan Williams <djbw@fb.com>
922 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
923 S: Maintained
924
925 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
926 M: Lennert Buytenhek <kernel@wantstofly.org>
927 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 S: Maintained
929
930 ARM/LOGICPD PXA270 MACHINE SUPPORT
931 M: Lennert Buytenhek <kernel@wantstofly.org>
932 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
933 S: Maintained
934
935 ARM/MAGICIAN MACHINE SUPPORT
936 M: Philipp Zabel <philipp.zabel@gmail.com>
937 S: Maintained
938
939 ARM/Marvell Armada 370 and Armada XP SOC support
940 M: Jason Cooper <jason@lakedaemon.net>
941 M: Andrew Lunn <andrew@lunn.ch>
942 M: Gregory Clement <gregory.clement@free-electrons.com>
943 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S: Maintained
945 F: arch/arm/mach-mvebu/
946
947 ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
948 M: Jason Cooper <jason@lakedaemon.net>
949 M: Andrew Lunn <andrew@lunn.ch>
950 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951 S: Maintained
952 F: arch/arm/mach-dove/
953 F: arch/arm/mach-kirkwood/
954 F: arch/arm/mach-mv78xx0/
955 F: arch/arm/mach-orion5x/
956 F: arch/arm/plat-orion/
957
958 ARM/Orion SoC/Technologic Systems TS-78xx platform support
959 M: Alexander Clouter <alex@digriz.org.uk>
960 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
961 W: http://www.digriz.org.uk/ts78xx/kernel
962 S: Maintained
963 F: arch/arm/mach-orion5x/ts78xx-*
964
965 ARM/MICREL KS8695 ARCHITECTURE
966 M: Greg Ungerer <gerg@uclinux.org>
967 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968 F: arch/arm/mach-ks8695
969 S: Odd Fixes
970
971 ARM/MIOA701 MACHINE SUPPORT
972 M: Robert Jarzmik <robert.jarzmik@free.fr>
973 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974 F: arch/arm/mach-pxa/mioa701.c
975 S: Maintained
976
977 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
978 M: Michael Petchkovsky <mkpetch@internode.on.net>
979 S: Maintained
980
981 ARM/NOMADIK ARCHITECTURE
982 M: Alessandro Rubini <rubini@unipv.it>
983 M: Linus Walleij <linus.walleij@linaro.org>
984 M: STEricsson <STEricsson_nomadik_linux@list.st.com>
985 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S: Maintained
987 F: arch/arm/mach-nomadik/
988 F: arch/arm/plat-nomadik/
989 F: drivers/i2c/busses/i2c-nomadik.c
990 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
991
992 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
993 M: Nelson Castillo <arhuaco@freaks-unidos.net>
994 L: openmoko-kernel@lists.openmoko.org (subscribers-only)
995 W: http://wiki.openmoko.org/wiki/Neo_FreeRunner
996 S: Supported
997
998 ARM/QUALCOMM MSM MACHINE SUPPORT
999 M: David Brown <davidb@codeaurora.org>
1000 M: Daniel Walker <dwalker@fifo99.com>
1001 M: Bryan Huntsman <bryanh@codeaurora.org>
1002 L: linux-arm-msm@vger.kernel.org
1003 F: arch/arm/mach-msm/
1004 F: drivers/video/msm/
1005 F: drivers/mmc/host/msm_sdcc.c
1006 F: drivers/mmc/host/msm_sdcc.h
1007 F: drivers/tty/serial/msm_serial.h
1008 F: drivers/tty/serial/msm_serial.c
1009 F: drivers/platform/msm/
1010 F: drivers/*/pm8???-*
1011 F: include/linux/mfd/pm8xxx/
1012 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1013 S: Maintained
1014
1015 ARM/TOSA MACHINE SUPPORT
1016 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1017 M: Dirk Opfer <dirk@opfer-online.de>
1018 S: Maintained
1019
1020 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1021 M: Marek Vasut <marek.vasut@gmail.com>
1022 L: linux-arm-kernel@lists.infradead.org
1023 W: http://hackndev.com
1024 S: Maintained
1025 F: arch/arm/mach-pxa/include/mach/palmtx.h
1026 F: arch/arm/mach-pxa/palmtx.c
1027 F: arch/arm/mach-pxa/include/mach/palmt5.h
1028 F: arch/arm/mach-pxa/palmt5.c
1029 F: arch/arm/mach-pxa/include/mach/palmld.h
1030 F: arch/arm/mach-pxa/palmld.c
1031 F: arch/arm/mach-pxa/include/mach/palmte2.h
1032 F: arch/arm/mach-pxa/palmte2.c
1033 F: arch/arm/mach-pxa/include/mach/palmtc.h
1034 F: arch/arm/mach-pxa/palmtc.c
1035
1036 ARM/PALM TREO SUPPORT
1037 M: Tomas Cech <sleep_walker@suse.cz>
1038 L: linux-arm-kernel@lists.infradead.org
1039 W: http://hackndev.com
1040 S: Maintained
1041 F: arch/arm/mach-pxa/include/mach/palmtreo.h
1042 F: arch/arm/mach-pxa/palmtreo.c
1043
1044 ARM/PALMZ72 SUPPORT
1045 M: Sergey Lapin <slapin@ossfans.org>
1046 L: linux-arm-kernel@lists.infradead.org
1047 W: http://hackndev.com
1048 S: Maintained
1049 F: arch/arm/mach-pxa/include/mach/palmz72.h
1050 F: arch/arm/mach-pxa/palmz72.c
1051
1052 ARM/PLEB SUPPORT
1053 M: Peter Chubb <pleb@gelato.unsw.edu.au>
1054 W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1055 S: Maintained
1056
1057 ARM/PT DIGITAL BOARD PORT
1058 M: Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1059 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1060 W: http://www.arm.linux.org.uk/
1061 S: Maintained
1062
1063 ARM/RADISYS ENP2611 MACHINE SUPPORT
1064 M: Lennert Buytenhek <kernel@wantstofly.org>
1065 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1066 S: Maintained
1067
1068 ARM/RISCPC ARCHITECTURE
1069 M: Russell King <linux@arm.linux.org.uk>
1070 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1071 W: http://www.arm.linux.org.uk/
1072 S: Maintained
1073 F: arch/arm/common/time-acorn.c
1074 F: arch/arm/include/asm/hardware/entry-macro-iomd.S
1075 F: arch/arm/include/asm/hardware/ioc.h
1076 F: arch/arm/include/asm/hardware/iomd.h
1077 F: arch/arm/include/asm/hardware/memc.h
1078 F: arch/arm/mach-rpc/
1079 F: drivers/net/ethernet/8390/etherh.c
1080 F: drivers/net/ethernet/i825xx/ether1*
1081 F: drivers/net/ethernet/seeq/ether3*
1082 F: drivers/scsi/arm/
1083
1084 ARM/SHARK MACHINE SUPPORT
1085 M: Alexander Schulz <alex@shark-linux.de>
1086 W: http://www.shark-linux.de/shark.html
1087 S: Maintained
1088
1089 ARM/SAMSUNG ARM ARCHITECTURES
1090 M: Ben Dooks <ben-linux@fluff.org>
1091 M: Kukjin Kim <kgene.kim@samsung.com>
1092 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1094 W: http://www.fluff.org/ben/linux/
1095 S: Maintained
1096 F: arch/arm/plat-samsung/
1097 F: arch/arm/plat-s3c24xx/
1098 F: arch/arm/plat-s5p/
1099 F: arch/arm/mach-s3c24*/
1100 F: arch/arm/mach-s3c64xx/
1101 F: drivers/*/*s3c2410*
1102 F: drivers/*/*/*s3c2410*
1103 F: drivers/spi/spi-s3c*
1104 F: sound/soc/samsung/*
1105
1106 ARM/S5P EXYNOS ARM ARCHITECTURES
1107 M: Kukjin Kim <kgene.kim@samsung.com>
1108 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1110 S: Maintained
1111 F: arch/arm/mach-s5p*/
1112 F: arch/arm/mach-exynos*/
1113
1114 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1115 M: Kyungmin Park <kyungmin.park@samsung.com>
1116 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S: Maintained
1118 F: arch/arm/mach-s5pv210/mach-aquila.c
1119 F: arch/arm/mach-s5pv210/mach-goni.c
1120 F: arch/arm/mach-exynos/mach-universal_c210.c
1121 F: arch/arm/mach-exynos/mach-nuri.c
1122
1123 ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1124 M: Kyungmin Park <kyungmin.park@samsung.com>
1125 M: Sylwester Nawrocki <s.nawrocki@samsung.com>
1126 L: linux-arm-kernel@lists.infradead.org
1127 L: linux-media@vger.kernel.org
1128 S: Maintained
1129 F: arch/arm/plat-s5p/dev-fimc*
1130 F: arch/arm/plat-samsung/include/plat/*fimc*
1131 F: drivers/media/platform/s5p-fimc/
1132
1133 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1134 M: Kyungmin Park <kyungmin.park@samsung.com>
1135 M: Kamil Debski <k.debski@samsung.com>
1136 M: Jeongtae Park <jtp.park@samsung.com>
1137 L: linux-arm-kernel@lists.infradead.org
1138 L: linux-media@vger.kernel.org
1139 S: Maintained
1140 F: arch/arm/plat-s5p/dev-mfc.c
1141 F: drivers/media/platform/s5p-mfc/
1142
1143 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1144 M: Kyungmin Park <kyungmin.park@samsung.com>
1145 M: Tomasz Stanislawski <t.stanislaws@samsung.com>
1146 L: linux-arm-kernel@lists.infradead.org
1147 L: linux-media@vger.kernel.org
1148 S: Maintained
1149 F: drivers/media/platform/s5p-tv/
1150
1151 ARM/SHMOBILE ARM ARCHITECTURE
1152 M: Paul Mundt <lethal@linux-sh.org>
1153 M: Magnus Damm <magnus.damm@gmail.com>
1154 L: linux-sh@vger.kernel.org
1155 W: http://oss.renesas.com
1156 Q: http://patchwork.kernel.org/project/linux-sh/list/
1157 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1158 S: Supported
1159 F: arch/arm/mach-shmobile/
1160 F: drivers/sh/
1161
1162 ARM/SOCFPGA ARCHITECTURE
1163 M: Dinh Nguyen <dinguyen@altera.com>
1164 S: Maintained
1165 F: arch/arm/mach-socfpga/
1166
1167 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1168 M: Dinh Nguyen <dinguyen@altera.com>
1169 S: Maintained
1170 F: drivers/clk/socfpga/
1171
1172 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1173 M: Lennert Buytenhek <kernel@wantstofly.org>
1174 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S: Maintained
1176
1177 ARM/TETON BGA MACHINE SUPPORT
1178 M: "Mark F. Brown" <mark.brown314@gmail.com>
1179 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S: Maintained
1181
1182 ARM/THECUS N2100 MACHINE SUPPORT
1183 M: Lennert Buytenhek <kernel@wantstofly.org>
1184 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 S: Maintained
1186
1187 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1188 M: Wan ZongShun <mcuos.com@gmail.com>
1189 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1190 W: http://www.mcuos.com
1191 S: Maintained
1192 F: arch/arm/mach-w90x900/
1193 F: drivers/input/keyboard/w90p910_keypad.c
1194 F: drivers/input/touchscreen/w90p910_ts.c
1195 F: drivers/watchdog/nuc900_wdt.c
1196 F: drivers/net/ethernet/nuvoton/w90p910_ether.c
1197 F: drivers/mtd/nand/nuc900_nand.c
1198 F: drivers/rtc/rtc-nuc900.c
1199 F: drivers/spi/spi-nuc900.c
1200 F: drivers/usb/host/ehci-w90x900.c
1201 F: drivers/video/nuc900fb.c
1202
1203 ARM/U300 MACHINE SUPPORT
1204 M: Linus Walleij <linus.walleij@linaro.org>
1205 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1206 S: Supported
1207 F: arch/arm/mach-u300/
1208 F: drivers/i2c/busses/i2c-stu300.c
1209 F: drivers/rtc/rtc-coh901331.c
1210 F: drivers/watchdog/coh901327_wdt.c
1211 F: drivers/dma/coh901318*
1212 F: drivers/mfd/ab3100*
1213 F: drivers/rtc/rtc-ab3100.c
1214 F: drivers/rtc/rtc-coh901331.c
1215 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1216
1217 ARM/Ux500 ARM ARCHITECTURE
1218 M: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1219 M: Linus Walleij <linus.walleij@linaro.org>
1220 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 S: Maintained
1222 F: arch/arm/mach-ux500/
1223 F: drivers/clocksource/clksrc-dbx500-prcmu.c
1224 F: drivers/dma/ste_dma40*
1225 F: drivers/hwspinlock/u8500_hsem.c
1226 F: drivers/mfd/abx500*
1227 F: drivers/mfd/ab8500*
1228 F: drivers/mfd/dbx500*
1229 F: drivers/mfd/db8500*
1230 F: drivers/pinctrl/pinctrl-nomadik*
1231 F: drivers/rtc/rtc-ab8500.c
1232 F: drivers/rtc/rtc-pl031.c
1233 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1234
1235 ARM/VFP SUPPORT
1236 M: Russell King <linux@arm.linux.org.uk>
1237 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1238 W: http://www.arm.linux.org.uk/
1239 S: Maintained
1240 F: arch/arm/vfp/
1241
1242 ARM/VOIPAC PXA270 SUPPORT
1243 M: Marek Vasut <marek.vasut@gmail.com>
1244 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1245 S: Maintained
1246 F: arch/arm/mach-pxa/vpac270.c
1247 F: arch/arm/mach-pxa/include/mach/vpac270.h
1248
1249 ARM/VT8500 ARM ARCHITECTURE
1250 M: Tony Prisk <linux@prisktech.co.nz>
1251 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1252 S: Maintained
1253 F: arch/arm/mach-vt8500/
1254 F: drivers/video/vt8500lcdfb.*
1255 F: drivers/video/wm8505fb*
1256 F: drivers/video/wmt_ge_rops.*
1257 F: drivers/tty/serial/vt8500_serial.c
1258 F: drivers/rtc/rtc-vt8500-c
1259
1260 ARM/ZIPIT Z2 SUPPORT
1261 M: Marek Vasut <marek.vasut@gmail.com>
1262 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1263 S: Maintained
1264 F: arch/arm/mach-pxa/z2.c
1265 F: arch/arm/mach-pxa/include/mach/z2.h
1266
1267 ARM64 PORT (AARCH64 ARCHITECTURE)
1268 M: Catalin Marinas <catalin.marinas@arm.com>
1269 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1270 S: Maintained
1271 F: arch/arm64/
1272
1273 ASC7621 HARDWARE MONITOR DRIVER
1274 M: George Joseph <george.joseph@fairview5.com>
1275 L: lm-sensors@lm-sensors.org
1276 S: Maintained
1277 F: Documentation/hwmon/asc7621
1278 F: drivers/hwmon/asc7621.c
1279
1280 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1281 M: Corentin Chary <corentincj@iksaif.net>
1282 L: acpi4asus-user@lists.sourceforge.net
1283 L: platform-driver-x86@vger.kernel.org
1284 W: http://acpi4asus.sf.net
1285 S: Maintained
1286 F: drivers/platform/x86/asus*.c
1287 F: drivers/platform/x86/eeepc*.c
1288
1289 ASUS ASB100 HARDWARE MONITOR DRIVER
1290 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
1291 L: lm-sensors@lm-sensors.org
1292 S: Maintained
1293 F: drivers/hwmon/asb100.c
1294
1295 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1296 M: Dan Williams <djbw@fb.com>
1297 W: http://sourceforge.net/projects/xscaleiop
1298 S: Maintained
1299 F: Documentation/crypto/async-tx-api.txt
1300 F: crypto/async_tx/
1301 F: drivers/dma/
1302 F: include/linux/dmaengine.h
1303 F: include/linux/async_tx.h
1304
1305 AT24 EEPROM DRIVER
1306 M: Wolfram Sang <w.sang@pengutronix.de>
1307 L: linux-i2c@vger.kernel.org
1308 S: Maintained
1309 F: drivers/misc/eeprom/at24.c
1310 F: include/linux/i2c/at24.h
1311
1312 ATA OVER ETHERNET (AOE) DRIVER
1313 M: "Ed L. Cashin" <ecashin@coraid.com>
1314 W: http://support.coraid.com/support/linux
1315 S: Supported
1316 F: Documentation/aoe/
1317 F: drivers/block/aoe/
1318
1319 ATHEROS ATH GENERIC UTILITIES
1320 M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1321 L: linux-wireless@vger.kernel.org
1322 S: Supported
1323 F: drivers/net/wireless/ath/*
1324
1325 ATHEROS ATH5K WIRELESS DRIVER
1326 M: Jiri Slaby <jirislaby@gmail.com>
1327 M: Nick Kossifidis <mickflemm@gmail.com>
1328 M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1329 L: linux-wireless@vger.kernel.org
1330 L: ath5k-devel@lists.ath5k.org
1331 W: http://wireless.kernel.org/en/users/Drivers/ath5k
1332 S: Maintained
1333 F: drivers/net/wireless/ath/ath5k/
1334
1335 ATHEROS ATH6KL WIRELESS DRIVER
1336 M: Kalle Valo <kvalo@qca.qualcomm.com>
1337 L: linux-wireless@vger.kernel.org
1338 W: http://wireless.kernel.org/en/users/Drivers/ath6kl
1339 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git
1340 S: Supported
1341 F: drivers/net/wireless/ath/ath6kl/
1342
1343 ATHEROS ATH9K WIRELESS DRIVER
1344 M: "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1345 M: Jouni Malinen <jouni@qca.qualcomm.com>
1346 M: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
1347 M: Senthil Balasubramanian <senthilb@qca.qualcomm.com>
1348 L: linux-wireless@vger.kernel.org
1349 L: ath9k-devel@lists.ath9k.org
1350 W: http://wireless.kernel.org/en/users/Drivers/ath9k
1351 S: Supported
1352 F: drivers/net/wireless/ath/ath9k/
1353
1354 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1355 M: Christian Lamparter <chunkeey@googlemail.com>
1356 L: linux-wireless@vger.kernel.org
1357 W: http://wireless.kernel.org/en/users/Drivers/carl9170
1358 S: Maintained
1359 F: drivers/net/wireless/ath/carl9170/
1360
1361 ATK0110 HWMON DRIVER
1362 M: Luca Tettamanti <kronos.it@gmail.com>
1363 L: lm-sensors@lm-sensors.org
1364 S: Maintained
1365 F: drivers/hwmon/asus_atk0110.c
1366
1367 ATI_REMOTE2 DRIVER
1368 M: Ville Syrjala <syrjala@sci.fi>
1369 S: Maintained
1370 F: drivers/input/misc/ati_remote2.c
1371
1372 ATLX ETHERNET DRIVERS
1373 M: Jay Cliburn <jcliburn@gmail.com>
1374 M: Chris Snook <chris.snook@gmail.com>
1375 L: netdev@vger.kernel.org
1376 W: http://sourceforge.net/projects/atl1
1377 W: http://atl1.sourceforge.net
1378 S: Maintained
1379 F: drivers/net/ethernet/atheros/
1380
1381 ATM
1382 M: Chas Williams <chas@cmf.nrl.navy.mil>
1383 L: linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1384 L: netdev@vger.kernel.org
1385 W: http://linux-atm.sourceforge.net
1386 S: Maintained
1387 F: drivers/atm/
1388 F: include/linux/atm*
1389
1390 ATMEL AT91 MCI DRIVER
1391 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1392 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 W: http://www.atmel.com/products/AT91/
1394 W: http://www.at91.com/
1395 S: Maintained
1396 F: drivers/mmc/host/at91_mci.c
1397
1398 ATMEL AT91 / AT32 MCI DRIVER
1399 M: Ludovic Desroches <ludovic.desroches@atmel.com>
1400 S: Maintained
1401 F: drivers/mmc/host/atmel-mci.c
1402 F: drivers/mmc/host/atmel-mci-regs.h
1403
1404 ATMEL AT91 / AT32 SERIAL DRIVER
1405 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1406 S: Supported
1407 F: drivers/tty/serial/atmel_serial.c
1408
1409 ATMEL DMA DRIVER
1410 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1411 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1412 S: Supported
1413 F: drivers/dma/at_hdmac.c
1414 F: drivers/dma/at_hdmac_regs.h
1415 F: arch/arm/mach-at91/include/mach/at_hdmac.h
1416
1417 ATMEL ISI DRIVER
1418 M: Josh Wu <josh.wu@atmel.com>
1419 L: linux-media@vger.kernel.org
1420 S: Supported
1421 F: drivers/media/platform/atmel-isi.c
1422 F: include/media/atmel-isi.h
1423
1424 ATMEL LCDFB DRIVER
1425 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1426 L: linux-fbdev@vger.kernel.org
1427 S: Maintained
1428 F: drivers/video/atmel_lcdfb.c
1429 F: include/video/atmel_lcdc.h
1430
1431 ATMEL MACB ETHERNET DRIVER
1432 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1433 S: Supported
1434 F: drivers/net/ethernet/cadence/
1435
1436 ATMEL SPI DRIVER
1437 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1438 S: Supported
1439 F: drivers/spi/spi-atmel.*
1440
1441 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1442 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1443 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1444 S: Supported
1445 F: drivers/misc/atmel_tclib.c
1446 F: drivers/clocksource/tcb_clksrc.c
1447
1448 ATMEL TSADCC DRIVER
1449 M: Josh Wu <josh.wu@atmel.com>
1450 L: linux-input@vger.kernel.org
1451 S: Supported
1452 F: drivers/input/touchscreen/atmel_tsadcc.c
1453
1454 ATMEL USBA UDC DRIVER
1455 M: Nicolas Ferre <nicolas.ferre@atmel.com>
1456 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1457 S: Supported
1458 F: drivers/usb/gadget/atmel_usba_udc.*
1459
1460 ATMEL WIRELESS DRIVER
1461 M: Simon Kelley <simon@thekelleys.org.uk>
1462 L: linux-wireless@vger.kernel.org
1463 W: http://www.thekelleys.org.uk/atmel
1464 W: http://atmelwlandriver.sourceforge.net/
1465 S: Maintained
1466 F: drivers/net/wireless/atmel*
1467
1468 AUDIT SUBSYSTEM
1469 M: Al Viro <viro@zeniv.linux.org.uk>
1470 M: Eric Paris <eparis@redhat.com>
1471 L: linux-audit@redhat.com (subscribers-only)
1472 W: http://people.redhat.com/sgrubb/audit/
1473 T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1474 S: Maintained
1475 F: include/linux/audit.h
1476 F: kernel/audit*
1477
1478 AUXILIARY DISPLAY DRIVERS
1479 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1480 W: http://miguelojeda.es/auxdisplay.htm
1481 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1482 S: Maintained
1483 F: drivers/auxdisplay/
1484 F: include/linux/cfag12864b.h
1485
1486 AVR32 ARCHITECTURE
1487 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1488 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1489 W: http://www.atmel.com/products/AVR32/
1490 W: http://avr32linux.org/
1491 W: http://avrfreaks.net/
1492 S: Maintained
1493 F: arch/avr32/
1494
1495 AVR32/AT32AP MACHINE SUPPORT
1496 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
1497 M: Hans-Christian Egtvedt <egtvedt@samfundet.no>
1498 S: Maintained
1499 F: arch/avr32/mach-at32ap/
1500
1501 AX.25 NETWORK LAYER
1502 M: Ralf Baechle <ralf@linux-mips.org>
1503 L: linux-hams@vger.kernel.org
1504 W: http://www.linux-ax25.org/
1505 S: Maintained
1506 F: include/linux/ax25.h
1507 F: include/net/ax25.h
1508 F: net/ax25/
1509
1510 AZ6007 DVB DRIVER
1511 M: Mauro Carvalho Chehab <mchehab@redhat.com>
1512 L: linux-media@vger.kernel.org
1513 W: http://linuxtv.org
1514 T: git git://linuxtv.org/media_tree.git
1515 S: Maintained
1516 F: drivers/media/usb/dvb-usb-v2/az6007.c
1517
1518 B43 WIRELESS DRIVER
1519 M: Stefano Brivio <stefano.brivio@polimi.it>
1520 L: linux-wireless@vger.kernel.org
1521 L: b43-dev@lists.infradead.org
1522 W: http://wireless.kernel.org/en/users/Drivers/b43
1523 S: Maintained
1524 F: drivers/net/wireless/b43/
1525
1526 B43LEGACY WIRELESS DRIVER
1527 M: Larry Finger <Larry.Finger@lwfinger.net>
1528 M: Stefano Brivio <stefano.brivio@polimi.it>
1529 L: linux-wireless@vger.kernel.org
1530 L: b43-dev@lists.infradead.org
1531 W: http://wireless.kernel.org/en/users/Drivers/b43
1532 S: Maintained
1533 F: drivers/net/wireless/b43legacy/
1534
1535 BACKLIGHT CLASS/SUBSYSTEM
1536 M: Richard Purdie <rpurdie@rpsys.net>
1537 S: Maintained
1538 F: drivers/video/backlight/
1539 F: include/linux/backlight.h
1540
1541 BATMAN ADVANCED
1542 M: Marek Lindner <lindner_marek@yahoo.de>
1543 M: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1544 M: Antonio Quartulli <ordex@autistici.org>
1545 L: b.a.t.m.a.n@lists.open-mesh.org
1546 W: http://www.open-mesh.org/
1547 S: Maintained
1548 F: net/batman-adv/
1549
1550 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1551 M: Thomas Sailer <t.sailer@alumni.ethz.ch>
1552 L: linux-hams@vger.kernel.org
1553 W: http://www.baycom.org/~tom/ham/ham.html
1554 S: Maintained
1555 F: drivers/net/hamradio/baycom*
1556
1557 BEFS FILE SYSTEM
1558 S: Orphan
1559 F: Documentation/filesystems/befs.txt
1560 F: fs/befs/
1561
1562 BFS FILE SYSTEM
1563 M: "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1564 S: Maintained
1565 F: Documentation/filesystems/bfs.txt
1566 F: fs/bfs/
1567 F: include/linux/bfs_fs.h
1568
1569 BLACKFIN ARCHITECTURE
1570 M: Mike Frysinger <vapier@gentoo.org>
1571 L: uclinux-dist-devel@blackfin.uclinux.org
1572 W: http://blackfin.uclinux.org
1573 S: Supported
1574 F: arch/blackfin/
1575
1576 BLACKFIN EMAC DRIVER
1577 L: uclinux-dist-devel@blackfin.uclinux.org
1578 W: http://blackfin.uclinux.org
1579 S: Supported
1580 F: drivers/net/ethernet/adi/
1581
1582 BLACKFIN RTC DRIVER
1583 M: Mike Frysinger <vapier.adi@gmail.com>
1584 L: uclinux-dist-devel@blackfin.uclinux.org
1585 W: http://blackfin.uclinux.org
1586 S: Supported
1587 F: drivers/rtc/rtc-bfin.c
1588
1589 BLACKFIN SDH DRIVER
1590 M: Sonic Zhang <sonic.zhang@analog.com>
1591 L: uclinux-dist-devel@blackfin.uclinux.org
1592 W: http://blackfin.uclinux.org
1593 S: Supported
1594 F: drivers/mmc/host/bfin_sdh.c
1595
1596 BLACKFIN SERIAL DRIVER
1597 M: Sonic Zhang <sonic.zhang@analog.com>
1598 L: uclinux-dist-devel@blackfin.uclinux.org
1599 W: http://blackfin.uclinux.org
1600 S: Supported
1601 F: drivers/tty/serial/bfin_uart.c
1602
1603 BLACKFIN WATCHDOG DRIVER
1604 M: Mike Frysinger <vapier.adi@gmail.com>
1605 L: uclinux-dist-devel@blackfin.uclinux.org
1606 W: http://blackfin.uclinux.org
1607 S: Supported
1608 F: drivers/watchdog/bfin_wdt.c
1609
1610 BLACKFIN I2C TWI DRIVER
1611 M: Sonic Zhang <sonic.zhang@analog.com>
1612 L: uclinux-dist-devel@blackfin.uclinux.org
1613 W: http://blackfin.uclinux.org/
1614 S: Supported
1615 F: drivers/i2c/busses/i2c-bfin-twi.c
1616
1617 BLINKM RGB LED DRIVER
1618 M: Jan-Simon Moeller <jansimon.moeller@gmx.de>
1619 S: Maintained
1620 F: drivers/leds/leds-blinkm.c
1621
1622 BLOCK LAYER
1623 M: Jens Axboe <axboe@kernel.dk>
1624 T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1625 S: Maintained
1626 F: block/
1627
1628 BLOCK2MTD DRIVER
1629 M: Joern Engel <joern@lazybastard.org>
1630 L: linux-mtd@lists.infradead.org
1631 S: Maintained
1632 F: drivers/mtd/devices/block2mtd.c
1633
1634 BLUETOOTH DRIVERS
1635 M: Marcel Holtmann <marcel@holtmann.org>
1636 M: Gustavo Padovan <gustavo@padovan.org>
1637 M: Johan Hedberg <johan.hedberg@gmail.com>
1638 L: linux-bluetooth@vger.kernel.org
1639 W: http://www.bluez.org/
1640 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1642 S: Maintained
1643 F: drivers/bluetooth/
1644
1645 BLUETOOTH SUBSYSTEM
1646 M: Marcel Holtmann <marcel@holtmann.org>
1647 M: Gustavo Padovan <gustavo@padovan.org>
1648 M: Johan Hedberg <johan.hedberg@gmail.com>
1649 L: linux-bluetooth@vger.kernel.org
1650 W: http://www.bluez.org/
1651 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1652 T: git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1653 S: Maintained
1654 F: net/bluetooth/
1655 F: include/net/bluetooth/
1656
1657 BONDING DRIVER
1658 M: Jay Vosburgh <fubar@us.ibm.com>
1659 M: Andy Gospodarek <andy@greyhouse.net>
1660 L: netdev@vger.kernel.org
1661 W: http://sourceforge.net/projects/bonding/
1662 S: Supported
1663 F: drivers/net/bonding/
1664 F: include/linux/if_bonding.h
1665
1666 BROADCOM B44 10/100 ETHERNET DRIVER
1667 M: Gary Zambrano <zambrano@broadcom.com>
1668 L: netdev@vger.kernel.org
1669 S: Supported
1670 F: drivers/net/ethernet/broadcom/b44.*
1671
1672 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1673 M: Michael Chan <mchan@broadcom.com>
1674 L: netdev@vger.kernel.org
1675 S: Supported
1676 F: drivers/net/ethernet/broadcom/bnx2.*
1677 F: drivers/net/ethernet/broadcom/bnx2_*
1678
1679 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1680 M: Eilon Greenstein <eilong@broadcom.com>
1681 L: netdev@vger.kernel.org
1682 S: Supported
1683 F: drivers/net/ethernet/broadcom/bnx2x/
1684
1685 BROADCOM BCM2835 ARM ARCHICTURE
1686 M: Stephen Warren <swarren@wwwdotorg.org>
1687 L: linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
1688 T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git
1689 S: Maintained
1690 F: arch/arm/mach-bcm2835/
1691 F: arch/arm/boot/dts/bcm2835*
1692 F: arch/arm/configs/bcm2835_defconfig
1693 F: drivers/*/*bcm2835*
1694
1695 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1696 M: Matt Carlson <mcarlson@broadcom.com>
1697 M: Michael Chan <mchan@broadcom.com>
1698 L: netdev@vger.kernel.org
1699 S: Supported
1700 F: drivers/net/ethernet/broadcom/tg3.*
1701
1702 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1703 M: Brett Rudley <brudley@broadcom.com>
1704 M: Roland Vossen <rvossen@broadcom.com>
1705 M: Arend van Spriel <arend@broadcom.com>
1706 M: Franky (Zhenhui) Lin <frankyl@broadcom.com>
1707 M: Kan Yan <kanyan@broadcom.com>
1708 L: linux-wireless@vger.kernel.org
1709 L: brcm80211-dev-list@broadcom.com
1710 S: Supported
1711 F: drivers/net/wireless/brcm80211/
1712
1713 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1714 M: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
1715 L: linux-scsi@vger.kernel.org
1716 S: Supported
1717 F: drivers/scsi/bnx2fc/
1718
1719 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1720 M: Rafał Miłecki <zajec5@gmail.com>
1721 L: linux-wireless@vger.kernel.org
1722 S: Maintained
1723 F: drivers/bcma/
1724 F: include/linux/bcma/
1725
1726 BROCADE BFA FC SCSI DRIVER
1727 M: Krishna C Gudipati <kgudipat@brocade.com>
1728 L: linux-scsi@vger.kernel.org
1729 S: Supported
1730 F: drivers/scsi/bfa/
1731
1732 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1733 M: Rasesh Mody <rmody@brocade.com>
1734 L: netdev@vger.kernel.org
1735 S: Supported
1736 F: drivers/net/ethernet/brocade/bna/
1737
1738 BSG (block layer generic sg v4 driver)
1739 M: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1740 L: linux-scsi@vger.kernel.org
1741 S: Supported
1742 F: block/bsg.c
1743 F: include/linux/bsg.h
1744
1745 BT87X AUDIO DRIVER
1746 M: Clemens Ladisch <clemens@ladisch.de>
1747 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1748 T: git git://git.alsa-project.org/alsa-kernel.git
1749 S: Maintained
1750 F: Documentation/sound/alsa/Bt87x.txt
1751 F: sound/pci/bt87x.c
1752
1753 BT8XXGPIO DRIVER
1754 M: Michael Buesch <m@bues.ch>
1755 W: http://bu3sch.de/btgpio.php
1756 S: Maintained
1757 F: drivers/gpio/gpio-bt8xx.c
1758
1759 BTRFS FILE SYSTEM
1760 M: Chris Mason <chris.mason@fusionio.com>
1761 L: linux-btrfs@vger.kernel.org
1762 W: http://btrfs.wiki.kernel.org/
1763 Q: http://patchwork.kernel.org/project/linux-btrfs/list/
1764 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
1765 S: Maintained
1766 F: Documentation/filesystems/btrfs.txt
1767 F: fs/btrfs/
1768
1769 BTTV VIDEO4LINUX DRIVER
1770 M: Mauro Carvalho Chehab <mchehab@redhat.com>
1771 L: linux-media@vger.kernel.org
1772 W: http://linuxtv.org
1773 T: git git://linuxtv.org/media_tree.git
1774 S: Odd fixes
1775 F: Documentation/video4linux/bttv/
1776 F: drivers/media/pci/bt8xx/bttv*
1777
1778 C-MEDIA CMI8788 DRIVER
1779 M: Clemens Ladisch <clemens@ladisch.de>
1780 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1781 T: git git://git.alsa-project.org/alsa-kernel.git
1782 S: Maintained
1783 F: sound/pci/oxygen/
1784
1785 C6X ARCHITECTURE
1786 M: Mark Salter <msalter@redhat.com>
1787 M: Aurelien Jacquiot <a-jacquiot@ti.com>
1788 L: linux-c6x-dev@linux-c6x.org
1789 W: http://www.linux-c6x.org/wiki/index.php/Main_Page
1790 S: Maintained
1791 F: arch/c6x/
1792
1793 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1794 M: David Howells <dhowells@redhat.com>
1795 L: linux-cachefs@redhat.com
1796 S: Supported
1797 F: Documentation/filesystems/caching/cachefiles.txt
1798 F: fs/cachefiles/
1799
1800 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1801 M: Jonathan Corbet <corbet@lwn.net>
1802 L: linux-media@vger.kernel.org
1803 T: git git://linuxtv.org/media_tree.git
1804 S: Maintained
1805 F: Documentation/video4linux/cafe_ccic
1806 F: drivers/media/platform/marvell-ccic/
1807
1808 CAIF NETWORK LAYER
1809 M: Sjur Braendeland <sjur.brandeland@stericsson.com>
1810 L: netdev@vger.kernel.org
1811 S: Supported
1812 F: Documentation/networking/caif/
1813 F: drivers/net/caif/
1814 F: include/linux/caif/
1815 F: include/net/caif/
1816 F: net/caif/
1817
1818 CALGARY x86-64 IOMMU
1819 M: Muli Ben-Yehuda <muli@il.ibm.com>
1820 M: "Jon D. Mason" <jdmason@kudzu.us>
1821 L: discuss@x86-64.org
1822 S: Maintained
1823 F: arch/x86/kernel/pci-calgary_64.c
1824 F: arch/x86/kernel/tce_64.c
1825 F: arch/x86/include/asm/calgary.h
1826 F: arch/x86/include/asm/tce.h
1827
1828 CAN NETWORK LAYER
1829 M: Oliver Hartkopp <socketcan@hartkopp.net>
1830 L: linux-can@vger.kernel.org
1831 W: http://gitorious.org/linux-can
1832 T: git git://gitorious.org/linux-can/linux-can-next.git
1833 S: Maintained
1834 F: net/can/
1835 F: include/linux/can.h
1836 F: include/linux/can/core.h
1837 F: include/linux/can/bcm.h
1838 F: include/linux/can/raw.h
1839 F: include/linux/can/gw.h
1840
1841 CAN NETWORK DRIVERS
1842 M: Wolfgang Grandegger <wg@grandegger.com>
1843 M: Marc Kleine-Budde <mkl@pengutronix.de>
1844 L: linux-can@vger.kernel.org
1845 W: http://gitorious.org/linux-can
1846 T: git git://gitorious.org/linux-can/linux-can-next.git
1847 S: Maintained
1848 F: drivers/net/can/
1849 F: include/linux/can/dev.h
1850 F: include/linux/can/error.h
1851 F: include/linux/can/netlink.h
1852 F: include/linux/can/platform/
1853
1854 CAPABILITIES
1855 M: Serge Hallyn <serge.hallyn@canonical.com>
1856 L: linux-security-module@vger.kernel.org
1857 S: Supported
1858 F: include/linux/capability.h
1859 F: security/capability.c
1860 F: security/commoncap.c
1861 F: kernel/capability.c
1862
1863 CELL BROADBAND ENGINE ARCHITECTURE
1864 M: Arnd Bergmann <arnd@arndb.de>
1865 L: linuxppc-dev@lists.ozlabs.org
1866 L: cbe-oss-dev@lists.ozlabs.org
1867 W: http://www.ibm.com/developerworks/power/cell/
1868 S: Supported
1869 F: arch/powerpc/include/asm/cell*.h
1870 F: arch/powerpc/include/asm/spu*.h
1871 F: arch/powerpc/oprofile/*cell*
1872 F: arch/powerpc/platforms/cell/
1873
1874 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1875 M: Sage Weil <sage@inktank.com>
1876 L: ceph-devel@vger.kernel.org
1877 W: http://ceph.com/
1878 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1879 S: Supported
1880 F: Documentation/filesystems/ceph.txt
1881 F: fs/ceph
1882 F: net/ceph
1883 F: include/linux/ceph
1884 F: include/linux/crush
1885
1886 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1887 L: linux-usb@vger.kernel.org
1888 S: Orphan
1889 F: Documentation/usb/WUSB-Design-overview.txt
1890 F: Documentation/usb/wusb-cbaf
1891 F: drivers/usb/host/hwa-hc.c
1892 F: drivers/usb/host/whci/
1893 F: drivers/usb/wusbcore/
1894 F: include/linux/usb/wusb*
1895
1896 CFAG12864B LCD DRIVER
1897 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1898 W: http://miguelojeda.es/auxdisplay.htm
1899 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1900 S: Maintained
1901 F: drivers/auxdisplay/cfag12864b.c
1902 F: include/linux/cfag12864b.h
1903
1904 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1905 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1906 W: http://miguelojeda.es/auxdisplay.htm
1907 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1908 S: Maintained
1909 F: drivers/auxdisplay/cfag12864bfb.c
1910 F: include/linux/cfag12864b.h
1911
1912 CFG80211 and NL80211
1913 M: Johannes Berg <johannes@sipsolutions.net>
1914 L: linux-wireless@vger.kernel.org
1915 W: http://wireless.kernel.org/
1916 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
1917 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
1918 S: Maintained
1919 F: include/linux/nl80211.h
1920 F: include/net/cfg80211.h
1921 F: net/wireless/*
1922 X: net/wireless/wext*
1923
1924 CHAR and MISC DRIVERS
1925 M: Arnd Bergmann <arnd@arndb.de>
1926 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1927 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
1928 S: Supported
1929 F: drivers/char/*
1930 F: drivers/misc/*
1931
1932 CHECKPATCH
1933 M: Andy Whitcroft <apw@canonical.com>
1934 S: Supported
1935 F: scripts/checkpatch.pl
1936
1937 CHINESE DOCUMENTATION
1938 M: Harry Wei <harryxiyou@gmail.com>
1939 L: xiyoulinuxkernelgroup@googlegroups.com
1940 L: linux-kernel@zh-kernel.org (moderated for non-subscribers)
1941 S: Maintained
1942 F: Documentation/zh_CN/
1943
1944 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
1945 M: Alexander Shishkin <alexander.shishkin@linux.intel.com>
1946 L: linux-usb@vger.kernel.org
1947 S: Maintained
1948 F: drivers/usb/chipidea/
1949
1950 CISCO VIC ETHERNET NIC DRIVER
1951 M: Christian Benvenuti <benve@cisco.com>
1952 M: Roopa Prabhu <roprabhu@cisco.com>
1953 M: Neel Patel <neepatel@cisco.com>
1954 M: Nishank Trivedi <nistrive@cisco.com>
1955 S: Supported
1956 F: drivers/net/ethernet/cisco/enic/
1957
1958 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1959 M: Hartley Sweeten <hsweeten@visionengravers.com>
1960 L: netdev@vger.kernel.org
1961 S: Maintained
1962 F: drivers/net/ethernet/cirrus/ep93xx_eth.c
1963
1964 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1965 M: Lennert Buytenhek <kernel@wantstofly.org>
1966 L: linux-usb@vger.kernel.org
1967 S: Maintained
1968 F: drivers/usb/host/ohci-ep93xx.c
1969
1970 CIRRUS LOGIC CS4270 SOUND DRIVER
1971 M: Timur Tabi <timur@freescale.com>
1972 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
1973 S: Supported
1974 F: sound/soc/codecs/cs4270*
1975
1976 CLEANCACHE API
1977 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
1978 L: linux-kernel@vger.kernel.org
1979 S: Maintained
1980 F: mm/cleancache.c
1981 F: include/linux/cleancache.h
1982
1983 CLK API
1984 M: Russell King <linux@arm.linux.org.uk>
1985 S: Maintained
1986 F: include/linux/clk.h
1987
1988 CISCO FCOE HBA DRIVER
1989 M: Abhijeet Joglekar <abjoglek@cisco.com>
1990 M: Venkata Siva Vijayendra Bhamidipati <vbhamidi@cisco.com>
1991 M: Brian Uchino <buchino@cisco.com>
1992 L: linux-scsi@vger.kernel.org
1993 S: Supported
1994 F: drivers/scsi/fnic/
1995
1996 CMPC ACPI DRIVER
1997 M: Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1998 M: Daniel Oliveira Nascimento <don@syst.com.br>
1999 L: platform-driver-x86@vger.kernel.org
2000 S: Supported
2001 F: drivers/platform/x86/classmate-laptop.c
2002
2003 COCCINELLE/Semantic Patches (SmPL)
2004 M: Julia Lawall <Julia.Lawall@lip6.fr>
2005 M: Gilles Muller <Gilles.Muller@lip6.fr>
2006 M: Nicolas Palix <nicolas.palix@imag.fr>
2007 L: cocci@systeme.lip6.fr (moderated for non-subscribers)
2008 W: http://coccinelle.lip6.fr/
2009 S: Supported
2010 F: scripts/coccinelle/
2011 F: scripts/coccicheck
2012
2013 CODA FILE SYSTEM
2014 M: Jan Harkes <jaharkes@cs.cmu.edu>
2015 M: coda@cs.cmu.edu
2016 L: codalist@coda.cs.cmu.edu
2017 W: http://www.coda.cs.cmu.edu/
2018 S: Maintained
2019 F: Documentation/filesystems/coda.txt
2020 F: fs/coda/
2021 F: include/linux/coda*.h
2022
2023 COMMON CLK FRAMEWORK
2024 M: Mike Turquette <mturquette@ti.com>
2025 M: Mike Turquette <mturquette@linaro.org>
2026 L: linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV)
2027 T: git git://git.linaro.org/people/mturquette/linux.git
2028 S: Maintained
2029 F: drivers/clk/clk.c
2030 F: drivers/clk/clk-*
2031 F: include/linux/clk-pr*
2032
2033 COMMON INTERNET FILE SYSTEM (CIFS)
2034 M: Steve French <sfrench@samba.org>
2035 L: linux-cifs@vger.kernel.org
2036 L: samba-technical@lists.samba.org (moderated for non-subscribers)
2037 W: http://linux-cifs.samba.org/
2038 Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
2039 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
2040 S: Supported
2041 F: Documentation/filesystems/cifs.txt
2042 F: fs/cifs/
2043
2044 COMPACTPCI HOTPLUG CORE
2045 M: Scott Murray <scott@spiteful.org>
2046 L: linux-pci@vger.kernel.org
2047 S: Maintained
2048 F: drivers/pci/hotplug/cpci_hotplug*
2049
2050 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2051 M: Scott Murray <scott@spiteful.org>
2052 L: linux-pci@vger.kernel.org
2053 S: Maintained
2054 F: drivers/pci/hotplug/cpcihp_zt5550.*
2055
2056 COMPACTPCI HOTPLUG GENERIC DRIVER
2057 M: Scott Murray <scott@spiteful.org>
2058 L: linux-pci@vger.kernel.org
2059 S: Maintained
2060 F: drivers/pci/hotplug/cpcihp_generic.c
2061
2062 COMPAL LAPTOP SUPPORT
2063 M: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2064 L: platform-driver-x86@vger.kernel.org
2065 S: Maintained
2066 F: drivers/platform/x86/compal-laptop.c
2067
2068 CONEXANT ACCESSRUNNER USB DRIVER
2069 M: Simon Arlott <cxacru@fire.lp0.eu>
2070 L: accessrunner-general@lists.sourceforge.net
2071 W: http://accessrunner.sourceforge.net/
2072 S: Maintained
2073 F: drivers/usb/atm/cxacru.c
2074
2075 CONFIGFS
2076 M: Joel Becker <jlbec@evilplan.org>
2077 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2078 S: Supported
2079 F: fs/configfs/
2080 F: include/linux/configfs.h
2081
2082 CONNECTOR
2083 M: Evgeniy Polyakov <zbr@ioremap.net>
2084 L: netdev@vger.kernel.org
2085 S: Maintained
2086 F: drivers/connector/
2087
2088 CONTROL GROUPS (CGROUPS)
2089 M: Tejun Heo <tj@kernel.org>
2090 M: Li Zefan <lizefan@huawei.com>
2091 L: containers@lists.linux-foundation.org
2092 L: cgroups@vger.kernel.org
2093 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2094 S: Maintained
2095 F: include/linux/cgroup*
2096 F: kernel/cgroup*
2097 F: mm/*cgroup*
2098
2099 CORETEMP HARDWARE MONITORING DRIVER
2100 M: Fenghua Yu <fenghua.yu@intel.com>
2101 L: lm-sensors@lm-sensors.org
2102 S: Maintained
2103 F: Documentation/hwmon/coretemp
2104 F: drivers/hwmon/coretemp.c
2105
2106 COSA/SRP SYNC SERIAL DRIVER
2107 M: Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2108 W: http://www.fi.muni.cz/~kas/cosa/
2109 S: Maintained
2110 F: drivers/net/wan/cosa*
2111
2112 CPMAC ETHERNET DRIVER
2113 M: Florian Fainelli <florian@openwrt.org>
2114 L: netdev@vger.kernel.org
2115 S: Maintained
2116 F: drivers/net/ethernet/ti/cpmac.c
2117
2118 CPU FREQUENCY DRIVERS
2119 M: Rafael J. Wysocki <rjw@sisk.pl>
2120 L: cpufreq@vger.kernel.org
2121 L: linux-pm@vger.kernel.org
2122 S: Maintained
2123 F: drivers/cpufreq/
2124 F: include/linux/cpufreq.h
2125
2126 CPUID/MSR DRIVER
2127 M: "H. Peter Anvin" <hpa@zytor.com>
2128 S: Maintained
2129 F: arch/x86/kernel/cpuid.c
2130 F: arch/x86/kernel/msr.c
2131
2132 CPU POWER MONITORING SUBSYSTEM
2133 M: Dominik Brodowski <linux@dominikbrodowski.net>
2134 M: Thomas Renninger <trenn@suse.de>
2135 S: Maintained
2136 F: tools/power/cpupower
2137
2138 CPUSETS
2139 M: Paul Menage <paul@paulmenage.org>
2140 W: http://www.bullopensource.org/cpuset/
2141 W: http://oss.sgi.com/projects/cpusets/
2142 S: Supported
2143 F: Documentation/cgroups/cpusets.txt
2144 F: include/linux/cpuset.h
2145 F: kernel/cpuset.c
2146
2147 CRAMFS FILESYSTEM
2148 W: http://sourceforge.net/projects/cramfs/
2149 S: Orphan
2150 F: Documentation/filesystems/cramfs.txt
2151 F: fs/cramfs/
2152
2153 CRIS PORT
2154 M: Mikael Starvik <starvik@axis.com>
2155 M: Jesper Nilsson <jesper.nilsson@axis.com>
2156 L: linux-cris-kernel@axis.com
2157 W: http://developer.axis.com
2158 S: Maintained
2159 F: arch/cris/
2160 F: drivers/tty/serial/crisv10.*
2161
2162 CRYPTO API
2163 M: Herbert Xu <herbert@gondor.apana.org.au>
2164 M: "David S. Miller" <davem@davemloft.net>
2165 L: linux-crypto@vger.kernel.org
2166 T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2167 S: Maintained
2168 F: Documentation/crypto/
2169 F: arch/*/crypto/
2170 F: crypto/
2171 F: drivers/crypto/
2172 F: include/crypto/
2173
2174 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2175 M: Neil Horman <nhorman@tuxdriver.com>
2176 L: linux-crypto@vger.kernel.org
2177 S: Maintained
2178 F: crypto/ansi_cprng.c
2179 F: crypto/rng.c
2180
2181 CS5535 Audio ALSA driver
2182 M: Jaya Kumar <jayakumar.alsa@gmail.com>
2183 S: Maintained
2184 F: sound/pci/cs5535audio/
2185
2186 CX18 VIDEO4LINUX DRIVER
2187 M: Andy Walls <awalls@md.metrocast.net>
2188 L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
2189 L: linux-media@vger.kernel.org
2190 T: git git://linuxtv.org/media_tree.git
2191 W: http://linuxtv.org
2192 W: http://www.ivtvdriver.org/index.php/Cx18
2193 S: Maintained
2194 F: Documentation/video4linux/cx18.txt
2195 F: drivers/media/pci/cx18/
2196 F: include/uapi/linux/ivtv*
2197
2198 CX88 VIDEO4LINUX DRIVER
2199 M: Mauro Carvalho Chehab <mchehab@redhat.com>
2200 L: linux-media@vger.kernel.org
2201 W: http://linuxtv.org
2202 T: git git://linuxtv.org/media_tree.git
2203 S: Odd fixes
2204 F: Documentation/video4linux/cx88/
2205 F: drivers/media/pci/cx88/
2206
2207 CXD2820R MEDIA DRIVER
2208 M: Antti Palosaari <crope@iki.fi>
2209 L: linux-media@vger.kernel.org
2210 W: http://linuxtv.org/
2211 W: http://palosaari.fi/linux/
2212 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2213 T: git git://linuxtv.org/anttip/media_tree.git
2214 S: Maintained
2215 F: drivers/media/dvb-frontends/cxd2820r*
2216
2217 CXGB3 ETHERNET DRIVER (CXGB3)
2218 M: Divy Le Ray <divy@chelsio.com>
2219 L: netdev@vger.kernel.org
2220 W: http://www.chelsio.com
2221 S: Supported
2222 F: drivers/net/ethernet/chelsio/cxgb3/
2223
2224 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2225 M: Steve Wise <swise@chelsio.com>
2226 L: linux-rdma@vger.kernel.org
2227 W: http://www.openfabrics.org
2228 S: Supported
2229 F: drivers/infiniband/hw/cxgb3/
2230
2231 CXGB4 ETHERNET DRIVER (CXGB4)
2232 M: Dimitris Michailidis <dm@chelsio.com>
2233 L: netdev@vger.kernel.org
2234 W: http://www.chelsio.com
2235 S: Supported
2236 F: drivers/net/ethernet/chelsio/cxgb4/
2237
2238 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2239 M: Steve Wise <swise@chelsio.com>
2240 L: linux-rdma@vger.kernel.org
2241 W: http://www.openfabrics.org
2242 S: Supported
2243 F: drivers/infiniband/hw/cxgb4/
2244
2245 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2246 M: Casey Leedom <leedom@chelsio.com>
2247 L: netdev@vger.kernel.org
2248 W: http://www.chelsio.com
2249 S: Supported
2250 F: drivers/net/ethernet/chelsio/cxgb4vf/
2251
2252 STMMAC ETHERNET DRIVER
2253 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
2254 L: netdev@vger.kernel.org
2255 W: http://www.stlinux.com
2256 S: Supported
2257 F: drivers/net/ethernet/stmicro/stmmac/
2258
2259 CYBERPRO FB DRIVER
2260 M: Russell King <linux@arm.linux.org.uk>
2261 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2262 W: http://www.arm.linux.org.uk/
2263 S: Maintained
2264 F: drivers/video/cyber2000fb.*
2265
2266 CYCLADES 2X SYNC CARD DRIVER
2267 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2268 W: http://oops.ghostprotocols.net:81/blog
2269 S: Maintained
2270 F: drivers/net/wan/cycx*
2271
2272 CYCLADES ASYNC MUX DRIVER
2273 W: http://www.cyclades.com/
2274 S: Orphan
2275 F: drivers/tty/cyclades.c
2276 F: include/linux/cyclades.h
2277
2278 CYCLADES PC300 DRIVER
2279 W: http://www.cyclades.com/
2280 S: Orphan
2281 F: drivers/net/wan/pc300*
2282
2283 CYTTSP TOUCHSCREEN DRIVER
2284 M: Javier Martinez Canillas <javier@dowhile0.org>
2285 L: linux-input@vger.kernel.org
2286 S: Maintained
2287 F: drivers/input/touchscreen/cyttsp*
2288 F: include/linux/input/cyttsp.h
2289
2290 DAMA SLAVE for AX.25
2291 M: Joerg Reuter <jreuter@yaina.de>
2292 W: http://yaina.de/jreuter/
2293 W: http://www.qsl.net/dl1bke/
2294 L: linux-hams@vger.kernel.org
2295 S: Maintained
2296 F: net/ax25/af_ax25.c
2297 F: net/ax25/ax25_dev.c
2298 F: net/ax25/ax25_ds_*
2299 F: net/ax25/ax25_in.c
2300 F: net/ax25/ax25_out.c
2301 F: net/ax25/ax25_timer.c
2302 F: net/ax25/sysctl_net_ax25.c
2303
2304 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2305 L: netdev@vger.kernel.org
2306 S: Orphan
2307 F: Documentation/networking/dmfe.txt
2308 F: drivers/net/ethernet/dec/tulip/dmfe.c
2309
2310 DC390/AM53C974 SCSI driver
2311 M: Kurt Garloff <garloff@suse.de>
2312 W: http://www.garloff.de/kurt/linux/dc390/
2313 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2314 S: Maintained
2315 F: drivers/scsi/tmscsim.*
2316
2317 DC395x SCSI driver
2318 M: Oliver Neukum <oliver@neukum.org>
2319 M: Ali Akcaagac <aliakc@web.de>
2320 M: Jamie Lenehan <lenehan@twibble.org>
2321 W: http://twibble.org/dist/dc395x/
2322 L: dc395x@twibble.org
2323 L: http://lists.twibble.org/mailman/listinfo/dc395x/
2324 S: Maintained
2325 F: Documentation/scsi/dc395x.txt
2326 F: drivers/scsi/dc395x.*
2327
2328 DCCP PROTOCOL
2329 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2330 L: dccp@vger.kernel.org
2331 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2332 S: Maintained
2333 F: include/linux/dccp.h
2334 F: include/linux/tfrc.h
2335 F: net/dccp/
2336
2337 DECnet NETWORK LAYER
2338 W: http://linux-decnet.sourceforge.net
2339 L: linux-decnet-user@lists.sourceforge.net
2340 S: Orphan
2341 F: Documentation/networking/decnet.txt
2342 F: net/decnet/
2343
2344 DEFXX FDDI NETWORK DRIVER
2345 M: "Maciej W. Rozycki" <macro@linux-mips.org>
2346 S: Maintained
2347 F: drivers/net/fddi/defxx.*
2348
2349 DELL LAPTOP DRIVER
2350 M: Matthew Garrett <mjg59@srcf.ucam.org>
2351 L: platform-driver-x86@vger.kernel.org
2352 S: Maintained
2353 F: drivers/platform/x86/dell-laptop.c
2354
2355 DELL LAPTOP SMM DRIVER
2356 M: Massimo Dal Zotto <dz@debian.org>
2357 W: http://www.debian.org/~dz/i8k/
2358 S: Maintained
2359 F: drivers/char/i8k.c
2360 F: include/linux/i8k.h
2361
2362 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2363 M: Doug Warzecha <Douglas_Warzecha@dell.com>
2364 S: Maintained
2365 F: Documentation/dcdbas.txt
2366 F: drivers/firmware/dcdbas.*
2367
2368 DELL WMI EXTRAS DRIVER
2369 M: Matthew Garrett <mjg59@srcf.ucam.org>
2370 S: Maintained
2371 F: drivers/platform/x86/dell-wmi.c
2372
2373 DESIGNWARE USB3 DRD IP DRIVER
2374 M: Felipe Balbi <balbi@ti.com>
2375 L: linux-usb@vger.kernel.org
2376 L: linux-omap@vger.kernel.org
2377 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2378 S: Maintained
2379 F: drivers/usb/dwc3/
2380
2381 DEVICE FREQUENCY (DEVFREQ)
2382 M: MyungJoo Ham <myungjoo.ham@samsung.com>
2383 M: Kyungmin Park <kyungmin.park@samsung.com>
2384 L: linux-kernel@vger.kernel.org
2385 S: Maintained
2386 F: drivers/devfreq/
2387
2388 DEVICE NUMBER REGISTRY
2389 M: Torben Mathiasen <device@lanana.org>
2390 W: http://lanana.org/docs/device-list/index.html
2391 S: Maintained
2392
2393 DEVICE-MAPPER (LVM)
2394 M: Alasdair Kergon <agk@redhat.com>
2395 M: dm-devel@redhat.com
2396 L: dm-devel@redhat.com
2397 W: http://sources.redhat.com/dm
2398 Q: http://patchwork.kernel.org/project/dm-devel/list/
2399 T: quilt http://people.redhat.com/agk/patches/linux/editing/
2400 S: Maintained
2401 F: Documentation/device-mapper/
2402 F: drivers/md/dm*
2403 F: drivers/md/persistent-data/
2404 F: include/linux/device-mapper.h
2405 F: include/linux/dm-*.h
2406
2407 DIOLAN U2C-12 I2C DRIVER
2408 M: Guenter Roeck <linux@roeck-us.net>
2409 L: linux-i2c@vger.kernel.org
2410 S: Maintained
2411 F: drivers/i2c/busses/i2c-diolan-u2c.c
2412
2413 DIRECTORY NOTIFICATION (DNOTIFY)
2414 M: Eric Paris <eparis@parisplace.org>
2415 S: Maintained
2416 F: Documentation/filesystems/dnotify.txt
2417 F: fs/notify/dnotify/
2418 F: include/linux/dnotify.h
2419
2420 DISK GEOMETRY AND PARTITION HANDLING
2421 M: Andries Brouwer <aeb@cwi.nl>
2422 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2423 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2424 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2425 S: Maintained
2426
2427 DISKQUOTA
2428 M: Jan Kara <jack@suse.cz>
2429 S: Maintained
2430 F: Documentation/filesystems/quota.txt
2431 F: fs/quota/
2432 F: include/linux/quota*.h
2433
2434 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2435 M: Bernie Thompson <bernie@plugable.com>
2436 L: linux-fbdev@vger.kernel.org
2437 S: Maintained
2438 W: http://plugable.com/category/projects/udlfb/
2439 F: drivers/video/udlfb.c
2440 F: include/video/udlfb.h
2441 F: Documentation/fb/udlfb.txt
2442
2443 DISTRIBUTED LOCK MANAGER (DLM)
2444 M: Christine Caulfield <ccaulfie@redhat.com>
2445 M: David Teigland <teigland@redhat.com>
2446 L: cluster-devel@redhat.com
2447 W: http://sources.redhat.com/cluster/
2448 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2449 S: Supported
2450 F: fs/dlm/
2451
2452 DMA BUFFER SHARING FRAMEWORK
2453 M: Sumit Semwal <sumit.semwal@linaro.org>
2454 S: Maintained
2455 L: linux-media@vger.kernel.org
2456 L: dri-devel@lists.freedesktop.org
2457 L: linaro-mm-sig@lists.linaro.org
2458 F: drivers/base/dma-buf*
2459 F: include/linux/dma-buf*
2460 F: Documentation/dma-buf-sharing.txt
2461 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2462
2463 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2464 M: Vinod Koul <vinod.koul@intel.com>
2465 M: Dan Williams <djbw@fb.com>
2466 S: Supported
2467 F: drivers/dma/
2468 F: include/linux/dma*
2469 T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2470 T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2471
2472 DME1737 HARDWARE MONITOR DRIVER
2473 M: Juerg Haefliger <juergh@gmail.com>
2474 L: lm-sensors@lm-sensors.org
2475 S: Maintained
2476 F: Documentation/hwmon/dme1737
2477 F: drivers/hwmon/dme1737.c
2478
2479 DOCKING STATION DRIVER
2480 M: Shaohua Li <shaohua.li@intel.com>
2481 L: linux-acpi@vger.kernel.org
2482 S: Supported
2483 F: drivers/acpi/dock.c
2484
2485 DOCUMENTATION
2486 M: Rob Landley <rob@landley.net>
2487 L: linux-doc@vger.kernel.org
2488 T: TBD
2489 S: Maintained
2490 F: Documentation/
2491
2492 DOUBLETALK DRIVER
2493 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
2494 L: blinux-list@redhat.com
2495 S: Maintained
2496 F: drivers/char/dtlk.c
2497 F: include/linux/dtlk.h
2498
2499 DPT_I2O SCSI RAID DRIVER
2500 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2501 L: linux-scsi@vger.kernel.org
2502 W: http://www.adaptec.com/
2503 S: Maintained
2504 F: drivers/scsi/dpt*
2505 F: drivers/scsi/dpt/
2506
2507 DRBD DRIVER
2508 P: Philipp Reisner
2509 P: Lars Ellenberg
2510 M: drbd-dev@lists.linbit.com
2511 L: drbd-user@lists.linbit.com
2512 W: http://www.drbd.org
2513 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
2514 T: git git://git.drbd.org/drbd-8.3.git
2515 S: Supported
2516 F: drivers/block/drbd/
2517 F: lib/lru_cache.c
2518 F: Documentation/blockdev/drbd/
2519
2520 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2521 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2522 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2523 S: Supported
2524 F: Documentation/kobject.txt
2525 F: drivers/base/
2526 F: fs/sysfs/
2527 F: fs/debugfs/
2528 F: include/linux/kobj*
2529 F: include/linux/debugfs.h
2530 F: lib/kobj*
2531
2532 DRM DRIVERS
2533 M: David Airlie <airlied@linux.ie>
2534 L: dri-devel@lists.freedesktop.org
2535 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2536 S: Maintained
2537 F: drivers/gpu/drm/
2538 F: include/drm/
2539
2540 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2541 M: Daniel Vetter <daniel.vetter@ffwll.ch>
2542 L: intel-gfx@lists.freedesktop.org (subscribers-only)
2543 L: dri-devel@lists.freedesktop.org
2544 T: git git://people.freedesktop.org/~danvet/drm-intel
2545 S: Supported
2546 F: drivers/gpu/drm/i915
2547 F: include/drm/i915*
2548
2549 DRM DRIVERS FOR EXYNOS
2550 M: Inki Dae <inki.dae@samsung.com>
2551 M: Joonyoung Shim <jy0922.shim@samsung.com>
2552 M: Seung-Woo Kim <sw0312.kim@samsung.com>
2553 M: Kyungmin Park <kyungmin.park@samsung.com>
2554 L: dri-devel@lists.freedesktop.org
2555 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
2556 S: Supported
2557 F: drivers/gpu/drm/exynos
2558 F: include/drm/exynos*
2559
2560 DSCC4 DRIVER
2561 M: Francois Romieu <romieu@fr.zoreil.com>
2562 L: netdev@vger.kernel.org
2563 S: Maintained
2564 F: drivers/net/wan/dscc4.c
2565
2566 DVB_USB_AF9015 MEDIA DRIVER
2567 M: Antti Palosaari <crope@iki.fi>
2568 L: linux-media@vger.kernel.org
2569 W: http://linuxtv.org/
2570 W: http://palosaari.fi/linux/
2571 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2572 T: git git://linuxtv.org/anttip/media_tree.git
2573 S: Maintained
2574 F: drivers/media/usb/dvb-usb-v2/af9015*
2575
2576 DVB_USB_AF9035 MEDIA DRIVER
2577 M: Antti Palosaari <crope@iki.fi>
2578 L: linux-media@vger.kernel.org
2579 W: http://linuxtv.org/
2580 W: http://palosaari.fi/linux/
2581 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2582 T: git git://linuxtv.org/anttip/media_tree.git
2583 S: Maintained
2584 F: drivers/media/usb/dvb-usb-v2/af9035*
2585
2586 DVB_USB_ANYSEE MEDIA DRIVER
2587 M: Antti Palosaari <crope@iki.fi>
2588 L: linux-media@vger.kernel.org
2589 W: http://linuxtv.org/
2590 W: http://palosaari.fi/linux/
2591 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2592 T: git git://linuxtv.org/anttip/media_tree.git
2593 S: Maintained
2594 F: drivers/media/usb/dvb-usb-v2/anysee*
2595
2596 DVB_USB_AU6610 MEDIA DRIVER
2597 M: Antti Palosaari <crope@iki.fi>
2598 L: linux-media@vger.kernel.org
2599 W: http://linuxtv.org/
2600 W: http://palosaari.fi/linux/
2601 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2602 T: git git://linuxtv.org/anttip/media_tree.git
2603 S: Maintained
2604 F: drivers/media/usb/dvb-usb-v2/au6610*
2605
2606 DVB_USB_CE6230 MEDIA DRIVER
2607 M: Antti Palosaari <crope@iki.fi>
2608 L: linux-media@vger.kernel.org
2609 W: http://linuxtv.org/
2610 W: http://palosaari.fi/linux/
2611 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2612 T: git git://linuxtv.org/anttip/media_tree.git
2613 S: Maintained
2614 F: drivers/media/usb/dvb-usb-v2/ce6230*
2615
2616 DVB_USB_CXUSB MEDIA DRIVER
2617 M: Michael Krufky <mkrufky@linuxtv.org>
2618 L: linux-media@vger.kernel.org
2619 W: http://linuxtv.org/
2620 W: http://github.com/mkrufky
2621 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2622 T: git git://linuxtv.org/media_tree.git
2623 S: Maintained
2624 F: drivers/media/usb/dvb-usb-v2/cxusb*
2625
2626 DVB_USB_CYPRESS_FIRMWARE MEDIA DRIVER
2627 M: Antti Palosaari <crope@iki.fi>
2628 L: linux-media@vger.kernel.org
2629 W: http://linuxtv.org/
2630 W: http://palosaari.fi/linux/
2631 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2632 T: git git://linuxtv.org/anttip/media_tree.git
2633 S: Maintained
2634 F: drivers/media/usb/dvb-usb-v2/cypress_firmware*
2635
2636 DVB_USB_EC168 MEDIA DRIVER
2637 M: Antti Palosaari <crope@iki.fi>
2638 L: linux-media@vger.kernel.org
2639 W: http://linuxtv.org/
2640 W: http://palosaari.fi/linux/
2641 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2642 T: git git://linuxtv.org/anttip/media_tree.git
2643 S: Maintained
2644 F: drivers/media/usb/dvb-usb-v2/ec168*
2645
2646 DVB_USB_MXL111SF MEDIA DRIVER
2647 M: Michael Krufky <mkrufky@linuxtv.org>
2648 L: linux-media@vger.kernel.org
2649 W: http://linuxtv.org/
2650 W: http://github.com/mkrufky
2651 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2652 T: git git://linuxtv.org/mkrufky/mxl111sf.git
2653 S: Maintained
2654 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
2655
2656 DVB_USB_RTL28XXU MEDIA DRIVER
2657 M: Antti Palosaari <crope@iki.fi>
2658 L: linux-media@vger.kernel.org
2659 W: http://linuxtv.org/
2660 W: http://palosaari.fi/linux/
2661 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2662 T: git git://linuxtv.org/anttip/media_tree.git
2663 S: Maintained
2664 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
2665
2666 DVB_USB_V2 MEDIA DRIVER
2667 M: Antti Palosaari <crope@iki.fi>
2668 L: linux-media@vger.kernel.org
2669 W: http://linuxtv.org/
2670 W: http://palosaari.fi/linux/
2671 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2672 T: git git://linuxtv.org/anttip/media_tree.git
2673 S: Maintained
2674 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
2675 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
2676
2677 DYNAMIC DEBUG
2678 M: Jason Baron <jbaron@redhat.com>
2679 S: Maintained
2680 F: lib/dynamic_debug.c
2681 F: include/linux/dynamic_debug.h
2682
2683 DZ DECSTATION DZ11 SERIAL DRIVER
2684 M: "Maciej W. Rozycki" <macro@linux-mips.org>
2685 S: Maintained
2686 F: drivers/tty/serial/dz.*
2687
2688 E4000 MEDIA DRIVER
2689 M: Antti Palosaari <crope@iki.fi>
2690 L: linux-media@vger.kernel.org
2691 W: http://linuxtv.org/
2692 W: http://palosaari.fi/linux/
2693 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2694 T: git git://linuxtv.org/anttip/media_tree.git
2695 S: Maintained
2696 F: drivers/media/tuners/e4000*
2697
2698 EATA-DMA SCSI DRIVER
2699 M: Michael Neuffer <mike@i-Connect.Net>
2700 L: linux-eata@i-connect.net
2701 L: linux-scsi@vger.kernel.org
2702 S: Maintained
2703 F: drivers/scsi/eata*
2704
2705 EATA ISA/EISA/PCI SCSI DRIVER
2706 M: Dario Ballabio <ballabio_dario@emc.com>
2707 L: linux-scsi@vger.kernel.org
2708 S: Maintained
2709 F: drivers/scsi/eata.c
2710
2711 EATA-PIO SCSI DRIVER
2712 M: Michael Neuffer <mike@i-Connect.Net>
2713 L: linux-eata@i-connect.net
2714 L: linux-scsi@vger.kernel.org
2715 S: Maintained
2716 F: drivers/scsi/eata_pio.*
2717
2718 EBTABLES
2719 M: Bart De Schuymer <bart.de.schuymer@pandora.be>
2720 L: netfilter-devel@vger.kernel.org
2721 W: http://ebtables.sourceforge.net/
2722 S: Maintained
2723 F: include/linux/netfilter_bridge/ebt_*.h
2724 F: net/bridge/netfilter/ebt*.c
2725
2726 EC100 MEDIA DRIVER
2727 M: Antti Palosaari <crope@iki.fi>
2728 L: linux-media@vger.kernel.org
2729 W: http://linuxtv.org/
2730 W: http://palosaari.fi/linux/
2731 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2732 T: git git://linuxtv.org/anttip/media_tree.git
2733 S: Maintained
2734 F: drivers/media/dvb-frontends/ec100*
2735
2736 ECRYPT FILE SYSTEM
2737 M: Tyler Hicks <tyhicks@canonical.com>
2738 M: Dustin Kirkland <dustin.kirkland@gazzang.com>
2739 L: ecryptfs@vger.kernel.org
2740 W: https://launchpad.net/ecryptfs
2741 S: Supported
2742 F: Documentation/filesystems/ecryptfs.txt
2743 F: fs/ecryptfs/
2744
2745 EDAC-CORE
2746 M: Doug Thompson <dougthompson@xmission.com>
2747 L: linux-edac@vger.kernel.org
2748 W: bluesmoke.sourceforge.net
2749 S: Supported
2750 F: Documentation/edac.txt
2751 F: drivers/edac/
2752 F: include/linux/edac.h
2753
2754 EDAC-AMD64
2755 M: Doug Thompson <dougthompson@xmission.com>
2756 M: Borislav Petkov <bp@alien8.de>
2757 L: linux-edac@vger.kernel.org
2758 W: bluesmoke.sourceforge.net
2759 S: Maintained
2760 F: drivers/edac/amd64_edac*
2761
2762 EDAC-E752X
2763 M: Mark Gross <mark.gross@intel.com>
2764 M: Doug Thompson <dougthompson@xmission.com>
2765 L: linux-edac@vger.kernel.org
2766 W: bluesmoke.sourceforge.net
2767 S: Maintained
2768 F: drivers/edac/e752x_edac.c
2769
2770 EDAC-E7XXX
2771 M: Doug Thompson <dougthompson@xmission.com>
2772 L: linux-edac@vger.kernel.org
2773 W: bluesmoke.sourceforge.net
2774 S: Maintained
2775 F: drivers/edac/e7xxx_edac.c
2776
2777 EDAC-I82443BXGX
2778 M: Tim Small <tim@buttersideup.com>
2779 L: linux-edac@vger.kernel.org
2780 W: bluesmoke.sourceforge.net
2781 S: Maintained
2782 F: drivers/edac/i82443bxgx_edac.c
2783
2784 EDAC-I3000
2785 M: Jason Uhlenkott <juhlenko@akamai.com>
2786 L: linux-edac@vger.kernel.org
2787 W: bluesmoke.sourceforge.net
2788 S: Maintained
2789 F: drivers/edac/i3000_edac.c
2790
2791 EDAC-I5000
2792 M: Doug Thompson <dougthompson@xmission.com>
2793 L: linux-edac@vger.kernel.org
2794 W: bluesmoke.sourceforge.net
2795 S: Maintained
2796 F: drivers/edac/i5000_edac.c
2797
2798 EDAC-I5400
2799 M: Mauro Carvalho Chehab <mchehab@redhat.com>
2800 L: linux-edac@vger.kernel.org
2801 W: bluesmoke.sourceforge.net
2802 S: Maintained
2803 F: drivers/edac/i5400_edac.c
2804
2805 EDAC-I7300
2806 M: Mauro Carvalho Chehab <mchehab@redhat.com>
2807 L: linux-edac@vger.kernel.org
2808 W: bluesmoke.sourceforge.net
2809 S: Maintained
2810 F: drivers/edac/i7300_edac.c
2811
2812 EDAC-I7CORE
2813 M: Mauro Carvalho Chehab <mchehab@redhat.com>
2814 L: linux-edac@vger.kernel.org
2815 W: bluesmoke.sourceforge.net
2816 S: Maintained
2817 F: drivers/edac/i7core_edac.c
2818
2819 EDAC-I82975X
2820 M: Ranganathan Desikan <ravi@jetztechnologies.com>
2821 M: "Arvind R." <arvino55@gmail.com>
2822 L: linux-edac@vger.kernel.org
2823 W: bluesmoke.sourceforge.net
2824 S: Maintained
2825 F: drivers/edac/i82975x_edac.c
2826
2827 EDAC-PASEMI
2828 M: Egor Martovetsky <egor@pasemi.com>
2829 L: linux-edac@vger.kernel.org
2830 W: bluesmoke.sourceforge.net
2831 S: Maintained
2832 F: drivers/edac/pasemi_edac.c
2833
2834 EDAC-R82600
2835 M: Tim Small <tim@buttersideup.com>
2836 L: linux-edac@vger.kernel.org
2837 W: bluesmoke.sourceforge.net
2838 S: Maintained
2839 F: drivers/edac/r82600_edac.c
2840
2841 EDAC-SBRIDGE
2842 M: Mauro Carvalho Chehab <mchehab@redhat.com>
2843 L: linux-edac@vger.kernel.org
2844 W: bluesmoke.sourceforge.net
2845 S: Maintained
2846 F: drivers/edac/sb_edac.c
2847
2848 EDIROL UA-101/UA-1000 DRIVER
2849 M: Clemens Ladisch <clemens@ladisch.de>
2850 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2851 T: git git://git.alsa-project.org/alsa-kernel.git
2852 S: Maintained
2853 F: sound/usb/misc/ua101.c
2854
2855 EXTENSIBLE FIRMWARE INTERFACE (EFI)
2856 M: Matt Fleming <matt.fleming@intel.com>
2857 L: linux-efi@vger.kernel.org
2858 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
2859 S: Maintained
2860 F: Documentation/x86/efi-stub.txt
2861 F: arch/ia64/kernel/efi.c
2862 F: arch/x86/boot/compressed/eboot.[ch]
2863 F: arch/x86/include/asm/efi.h
2864 F: arch/x86/platform/efi/*
2865 F: drivers/firmware/efivars.c
2866 F: include/linux/efi*.h
2867
2868 EFIFB FRAMEBUFFER DRIVER
2869 L: linux-fbdev@vger.kernel.org
2870 M: Peter Jones <pjones@redhat.com>
2871 S: Maintained
2872 F: drivers/video/efifb.c
2873
2874 EFS FILESYSTEM
2875 W: http://aeschi.ch.eu.org/efs/
2876 S: Orphan
2877 F: fs/efs/
2878
2879 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2880 M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2881 M: Christoph Raisch <raisch@de.ibm.com>
2882 L: linux-rdma@vger.kernel.org
2883 S: Supported
2884 F: drivers/infiniband/hw/ehca/
2885
2886 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2887 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
2888 L: netdev@vger.kernel.org
2889 S: Maintained
2890 F: drivers/net/ethernet/ibm/ehea/
2891
2892 EM28XX VIDEO4LINUX DRIVER
2893 M: Mauro Carvalho Chehab <mchehab@redhat.com>
2894 L: linux-media@vger.kernel.org
2895 W: http://linuxtv.org
2896 T: git git://linuxtv.org/media_tree.git
2897 S: Maintained
2898 F: drivers/media/usb/em28xx/
2899
2900 EMBEDDED LINUX
2901 M: Paul Gortmaker <paul.gortmaker@windriver.com>
2902 M: Matt Mackall <mpm@selenic.com>
2903 M: David Woodhouse <dwmw2@infradead.org>
2904 L: linux-embedded@vger.kernel.org
2905 S: Maintained
2906
2907 EMULEX LPFC FC SCSI DRIVER
2908 M: James Smart <james.smart@emulex.com>
2909 L: linux-scsi@vger.kernel.org
2910 W: http://sourceforge.net/projects/lpfcxxxx
2911 S: Supported
2912 F: drivers/scsi/lpfc/
2913
2914 ENE CB710 FLASH CARD READER DRIVER
2915 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
2916 S: Maintained
2917 F: drivers/misc/cb710/
2918 F: drivers/mmc/host/cb710-mmc.*
2919 F: include/linux/cb710.h
2920
2921 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2922 M: Maxim Levitsky <maximlevitsky@gmail.com>
2923 S: Maintained
2924 F: drivers/media/rc/ene_ir.*
2925
2926 EPSON 1355 FRAMEBUFFER DRIVER
2927 M: Christopher Hoover <ch@murgatroid.com>
2928 M: Christopher Hoover <ch@hpl.hp.com>
2929 S: Maintained
2930 F: drivers/video/epson1355fb.c
2931
2932 EPSON S1D13XXX FRAMEBUFFER DRIVER
2933 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2934 S: Maintained
2935 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2936 F: drivers/video/s1d13xxxfb.c
2937 F: include/video/s1d13xxxfb.h
2938
2939 ETHEREXPRESS-16 NETWORK DRIVER
2940 M: Philip Blundell <philb@gnu.org>
2941 L: netdev@vger.kernel.org
2942 S: Maintained
2943 F: drivers/net/ethernet/i825xx/eexpress.*
2944
2945 ETHERNET BRIDGE
2946 M: Stephen Hemminger <shemminger@vyatta.com>
2947 L: bridge@lists.linux-foundation.org
2948 L: netdev@vger.kernel.org
2949 W: http://www.linuxfoundation.org/en/Net:Bridge
2950 S: Maintained
2951 F: include/linux/netfilter_bridge/
2952 F: net/bridge/
2953
2954 ETHERTEAM 16I DRIVER
2955 M: Mika Kuoppala <miku@iki.fi>
2956 S: Maintained
2957 F: drivers/net/ethernet/fujitsu/eth16i.c
2958
2959 EXT2 FILE SYSTEM
2960 M: Jan Kara <jack@suse.cz>
2961 L: linux-ext4@vger.kernel.org
2962 S: Maintained
2963 F: Documentation/filesystems/ext2.txt
2964 F: fs/ext2/
2965 F: include/linux/ext2*
2966
2967 EXT3 FILE SYSTEM
2968 M: Jan Kara <jack@suse.cz>
2969 M: Andrew Morton <akpm@linux-foundation.org>
2970 M: Andreas Dilger <adilger.kernel@dilger.ca>
2971 L: linux-ext4@vger.kernel.org
2972 S: Maintained
2973 F: Documentation/filesystems/ext3.txt
2974 F: fs/ext3/
2975 F: include/linux/ext3*
2976
2977 EXT4 FILE SYSTEM
2978 M: "Theodore Ts'o" <tytso@mit.edu>
2979 M: Andreas Dilger <adilger.kernel@dilger.ca>
2980 L: linux-ext4@vger.kernel.org
2981 W: http://ext4.wiki.kernel.org
2982 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2983 S: Maintained
2984 F: Documentation/filesystems/ext4.txt
2985 F: fs/ext4/
2986
2987 Extended Verification Module (EVM)
2988 M: Mimi Zohar <zohar@us.ibm.com>
2989 S: Supported
2990 F: security/integrity/evm/
2991
2992 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
2993 M: MyungJoo Ham <myungjoo.ham@samsung.com>
2994 M: Chanwoo Choi <cw00.choi@samsung.com>
2995 L: linux-kernel@vger.kernel.org
2996 S: Maintained
2997 F: drivers/extcon/
2998 F: Documentation/extcon/
2999
3000 EXYNOS DP DRIVER
3001 M: Jingoo Han <jg1.han@samsung.com>
3002 L: linux-fbdev@vger.kernel.org
3003 S: Maintained
3004 F: drivers/video/exynos/exynos_dp*
3005 F: include/video/exynos_dp*
3006
3007 EXYNOS MIPI DISPLAY DRIVERS
3008 M: Inki Dae <inki.dae@samsung.com>
3009 M: Donghwa Lee <dh09.lee@samsung.com>
3010 M: Kyungmin Park <kyungmin.park@samsung.com>
3011 L: linux-fbdev@vger.kernel.org
3012 S: Maintained
3013 F: drivers/video/exynos/exynos_mipi*
3014 F: include/video/exynos_mipi*
3015
3016 F71805F HARDWARE MONITORING DRIVER
3017 M: Jean Delvare <khali@linux-fr.org>
3018 L: lm-sensors@lm-sensors.org
3019 S: Maintained
3020 F: Documentation/hwmon/f71805f
3021 F: drivers/hwmon/f71805f.c
3022
3023 FC0011 TUNER DRIVER
3024 M: Michael Buesch <m@bues.ch>
3025 L: linux-media@vger.kernel.org
3026 S: Maintained
3027 F: drivers/media/tuners/fc0011.h
3028 F: drivers/media/tuners/fc0011.c
3029
3030 FC2580 MEDIA DRIVER
3031 M: Antti Palosaari <crope@iki.fi>
3032 L: linux-media@vger.kernel.org
3033 W: http://linuxtv.org/
3034 W: http://palosaari.fi/linux/
3035 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3036 T: git git://linuxtv.org/anttip/media_tree.git
3037 S: Maintained
3038 F: drivers/media/tuners/fc2580*
3039
3040 FANOTIFY
3041 M: Eric Paris <eparis@redhat.com>
3042 S: Maintained
3043 F: fs/notify/fanotify/
3044 F: include/linux/fanotify.h
3045
3046 FARSYNC SYNCHRONOUS DRIVER
3047 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
3048 W: http://www.farsite.co.uk/
3049 S: Supported
3050 F: drivers/net/wan/farsync.*
3051
3052 FAULT INJECTION SUPPORT
3053 M: Akinobu Mita <akinobu.mita@gmail.com>
3054 S: Supported
3055 F: Documentation/fault-injection/
3056 F: lib/fault-inject.c
3057
3058 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3059 M: Robert Love <robert.w.love@intel.com>
3060 L: devel@open-fcoe.org
3061 W: www.Open-FCoE.org
3062 S: Supported
3063 F: drivers/scsi/libfc/
3064 F: drivers/scsi/fcoe/
3065 F: include/scsi/fc/
3066 F: include/scsi/libfc.h
3067 F: include/scsi/libfcoe.h
3068
3069 FILE LOCKING (flock() and fcntl()/lockf())
3070 M: Matthew Wilcox <matthew@wil.cx>
3071 L: linux-fsdevel@vger.kernel.org
3072 S: Maintained
3073 F: include/linux/fcntl.h
3074 F: include/linux/fs.h
3075 F: fs/fcntl.c
3076 F: fs/locks.c
3077
3078 FILESYSTEMS (VFS and infrastructure)
3079 M: Alexander Viro <viro@zeniv.linux.org.uk>
3080 L: linux-fsdevel@vger.kernel.org
3081 S: Maintained
3082 F: fs/*
3083
3084 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3085 M: Riku Voipio <riku.voipio@iki.fi>
3086 L: lm-sensors@lm-sensors.org
3087 S: Maintained
3088 F: drivers/hwmon/f75375s.c
3089 F: include/linux/f75375s.h
3090
3091 FIREWIRE AUDIO DRIVERS
3092 M: Clemens Ladisch <clemens@ladisch.de>
3093 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3094 T: git git://git.alsa-project.org/alsa-kernel.git
3095 S: Maintained
3096 F: sound/firewire/
3097
3098 FIREWIRE MEDIA DRIVERS (firedtv)
3099 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
3100 L: linux-media@vger.kernel.org
3101 L: linux1394-devel@lists.sourceforge.net
3102 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3103 S: Maintained
3104 F: drivers/media/firewire/
3105
3106 FIREWIRE SBP-2 TARGET
3107 M: Chris Boot <bootc@bootc.net>
3108 L: linux-scsi@vger.kernel.org
3109 L: target-devel@vger.kernel.org
3110 L: linux1394-devel@lists.sourceforge.net
3111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3112 S: Maintained
3113 F: drivers/target/sbp/
3114
3115 FIREWIRE SUBSYSTEM
3116 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
3117 L: linux1394-devel@lists.sourceforge.net
3118 W: http://ieee1394.wiki.kernel.org/
3119 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3120 S: Maintained
3121 F: drivers/firewire/
3122 F: include/linux/firewire*.h
3123 F: tools/firewire/
3124
3125 FIRMWARE LOADER (request_firmware)
3126 M: Ming Lei <ming.lei@canonical.com>
3127 L: linux-kernel@vger.kernel.org
3128 S: Maintained
3129 F: Documentation/firmware_class/
3130 F: drivers/base/firmware*.c
3131 F: include/linux/firmware.h
3132
3133 FLOPPY DRIVER
3134 M: Jiri Kosina <jkosina@suse.cz>
3135 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3136 S: Odd fixes
3137 F: drivers/block/floppy.c
3138
3139 FPU EMULATOR
3140 M: Bill Metzenthen <billm@melbpc.org.au>
3141 W: http://floatingpoint.sourceforge.net/emulator/index.html
3142 S: Maintained
3143 F: arch/x86/math-emu/
3144
3145 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3146 L: netdev@vger.kernel.org
3147 S: Orphan
3148 F: drivers/net/wan/dlci.c
3149 F: drivers/net/wan/sdla.c
3150
3151 FRAMEBUFFER LAYER
3152 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
3153 L: linux-fbdev@vger.kernel.org
3154 W: http://linux-fbdev.sourceforge.net/
3155 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
3156 T: git git://github.com/schandinat/linux-2.6.git fbdev-next
3157 S: Maintained
3158 F: Documentation/fb/
3159 F: Documentation/devicetree/bindings/fb/
3160 F: drivers/video/
3161 F: include/video/
3162 F: include/linux/fb.h
3163
3164 FREESCALE DMA DRIVER
3165 M: Li Yang <leoli@freescale.com>
3166 M: Zhang Wei <zw@zh-kernel.org>
3167 L: linuxppc-dev@lists.ozlabs.org
3168 S: Maintained
3169 F: drivers/dma/fsldma.*
3170
3171 FREESCALE I2C CPM DRIVER
3172 M: Jochen Friedrich <jochen@scram.de>
3173 L: linuxppc-dev@lists.ozlabs.org
3174 L: linux-i2c@vger.kernel.org
3175 S: Maintained
3176 F: drivers/i2c/busses/i2c-cpm.c
3177
3178 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
3179 M: Sascha Hauer <kernel@pengutronix.de>
3180 L: linux-fbdev@vger.kernel.org
3181 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3182 S: Maintained
3183 F: arch/arm/plat-mxc/include/mach/imxfb.h
3184 F: drivers/video/imxfb.c
3185
3186 FREESCALE SOC FS_ENET DRIVER
3187 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
3188 M: Vitaly Bordug <vbordug@ru.mvista.com>
3189 L: linuxppc-dev@lists.ozlabs.org
3190 L: netdev@vger.kernel.org
3191 S: Maintained
3192 F: drivers/net/ethernet/freescale/fs_enet/
3193 F: include/linux/fs_enet_pd.h
3194
3195 FREESCALE QUICC ENGINE LIBRARY
3196 M: Timur Tabi <timur@freescale.com>
3197 L: linuxppc-dev@lists.ozlabs.org
3198 S: Supported
3199 F: arch/powerpc/sysdev/qe_lib/
3200 F: arch/powerpc/include/asm/*qe.h
3201
3202 FREESCALE USB PERIPHERAL DRIVERS
3203 M: Li Yang <leoli@freescale.com>
3204 L: linux-usb@vger.kernel.org
3205 L: linuxppc-dev@lists.ozlabs.org
3206 S: Maintained
3207 F: drivers/usb/gadget/fsl*
3208
3209 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
3210 M: Li Yang <leoli@freescale.com>
3211 L: netdev@vger.kernel.org
3212 L: linuxppc-dev@lists.ozlabs.org
3213 S: Maintained
3214 F: drivers/net/ethernet/freescale/ucc_geth*
3215
3216 FREESCALE QUICC ENGINE UCC UART DRIVER
3217 M: Timur Tabi <timur@freescale.com>
3218 L: linuxppc-dev@lists.ozlabs.org
3219 S: Supported
3220 F: drivers/tty/serial/ucc_uart.c
3221
3222 FREESCALE SOC SOUND DRIVERS
3223 M: Timur Tabi <timur@freescale.com>
3224 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3225 L: linuxppc-dev@lists.ozlabs.org
3226 S: Supported
3227 F: sound/soc/fsl/fsl*
3228 F: sound/soc/fsl/mpc8610_hpcd.c
3229
3230 FREEVXFS FILESYSTEM
3231 M: Christoph Hellwig <hch@infradead.org>
3232 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
3233 S: Maintained
3234 F: fs/freevxfs/
3235
3236 FREEZER
3237 M: Pavel Machek <pavel@ucw.cz>
3238 M: "Rafael J. Wysocki" <rjw@sisk.pl>
3239 L: linux-pm@vger.kernel.org
3240 S: Supported
3241 F: Documentation/power/freezing-of-tasks.txt
3242 F: include/linux/freezer.h
3243 F: kernel/freezer.c
3244
3245 FRONTSWAP API
3246 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3247 L: linux-kernel@vger.kernel.org
3248 S: Maintained
3249 F: mm/frontswap.c
3250 F: include/linux/frontswap.h
3251
3252 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
3253 M: David Howells <dhowells@redhat.com>
3254 L: linux-cachefs@redhat.com
3255 S: Supported
3256 F: Documentation/filesystems/caching/
3257 F: fs/fscache/
3258 F: include/linux/fscache*.h
3259
3260 FUJITSU FR-V (FRV) PORT
3261 M: David Howells <dhowells@redhat.com>
3262 S: Maintained
3263 F: arch/frv/
3264
3265 FUJITSU LAPTOP EXTRAS
3266 M: Jonathan Woithe <jwoithe@just42.net>
3267 L: platform-driver-x86@vger.kernel.org
3268 S: Maintained
3269 F: drivers/platform/x86/fujitsu-laptop.c
3270
3271 FUJITSU M-5MO LS CAMERA ISP DRIVER
3272 M: Kyungmin Park <kyungmin.park@samsung.com>
3273 M: Heungjun Kim <riverful.kim@samsung.com>
3274 L: linux-media@vger.kernel.org
3275 S: Maintained
3276 F: drivers/media/i2c/m5mols/
3277 F: include/media/m5mols.h
3278
3279 FUJITSU TABLET EXTRAS
3280 M: Robert Gerlach <khnz@gmx.de>
3281 L: platform-driver-x86@vger.kernel.org
3282 S: Maintained
3283 F: drivers/platform/x86/fujitsu-tablet.c
3284
3285 FUSE: FILESYSTEM IN USERSPACE
3286 M: Miklos Szeredi <miklos@szeredi.hu>
3287 L: fuse-devel@lists.sourceforge.net
3288 W: http://fuse.sourceforge.net/
3289 S: Maintained
3290 F: fs/fuse/
3291 F: include/linux/fuse.h
3292
3293 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
3294 M: Rik Faith <faith@cs.unc.edu>
3295 L: linux-scsi@vger.kernel.org
3296 S: Odd Fixes (e.g., new signatures)
3297 F: drivers/scsi/fdomain.*
3298
3299 GDT SCSI DISK ARRAY CONTROLLER DRIVER
3300 M: Achim Leubner <achim_leubner@adaptec.com>
3301 L: linux-scsi@vger.kernel.org
3302 W: http://www.icp-vortex.com/
3303 S: Supported
3304 F: drivers/scsi/gdt*
3305
3306 GENERIC GPIO I2C DRIVER
3307 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
3308 S: Supported
3309 F: drivers/i2c/busses/i2c-gpio.c
3310 F: include/linux/i2c-gpio.h
3311
3312 GENERIC GPIO I2C MULTIPLEXER DRIVER
3313 M: Peter Korsgaard <peter.korsgaard@barco.com>
3314 L: linux-i2c@vger.kernel.org
3315 S: Supported
3316 F: drivers/i2c/muxes/i2c-mux-gpio.c
3317 F: include/linux/i2c-mux-gpio.h
3318 F: Documentation/i2c/muxes/i2c-mux-gpio
3319
3320 GENERIC HDLC (WAN) DRIVERS
3321 M: Krzysztof Halasa <khc@pm.waw.pl>
3322 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
3323 S: Maintained
3324 F: drivers/net/wan/c101.c
3325 F: drivers/net/wan/hd6457*
3326 F: drivers/net/wan/hdlc*
3327 F: drivers/net/wan/n2.c
3328 F: drivers/net/wan/pc300too.c
3329 F: drivers/net/wan/pci200syn.c
3330 F: drivers/net/wan/wanxl*
3331
3332 GENERIC INCLUDE/ASM HEADER FILES
3333 M: Arnd Bergmann <arnd@arndb.de>
3334 L: linux-arch@vger.kernel.org
3335 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3336 S: Maintained
3337 F: include/asm-generic
3338
3339 GENERIC UIO DRIVER FOR PCI DEVICES
3340 M: "Michael S. Tsirkin" <mst@redhat.com>
3341 L: kvm@vger.kernel.org
3342 S: Supported
3343 F: drivers/uio/uio_pci_generic.c
3344
3345 GFS2 FILE SYSTEM
3346 M: Steven Whitehouse <swhiteho@redhat.com>
3347 L: cluster-devel@redhat.com
3348 W: http://sources.redhat.com/cluster/
3349 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3350 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3351 S: Supported
3352 F: Documentation/filesystems/gfs2*.txt
3353 F: fs/gfs2/
3354 F: include/linux/gfs2_ondisk.h
3355
3356 GIGASET ISDN DRIVERS
3357 M: Hansjoerg Lipp <hjlipp@web.de>
3358 M: Tilman Schmidt <tilman@imap.cc>
3359 L: gigaset307x-common@lists.sourceforge.net
3360 W: http://gigaset307x.sourceforge.net/
3361 S: Maintained
3362 F: Documentation/isdn/README.gigaset
3363 F: drivers/isdn/gigaset/
3364 F: include/linux/gigaset_dev.h
3365
3366 GPIO SUBSYSTEM
3367 M: Grant Likely <grant.likely@secretlab.ca>
3368 M: Linus Walleij <linus.walleij@linaro.org>
3369 S: Maintained
3370 T: git git://git.secretlab.ca/git/linux-2.6.git
3371 F: Documentation/gpio.txt
3372 F: drivers/gpio/
3373 F: include/linux/gpio*
3374 F: include/asm-generic/gpio.h
3375
3376 GRE DEMULTIPLEXER DRIVER
3377 M: Dmitry Kozlov <xeb@mail.ru>
3378 L: netdev@vger.kernel.org
3379 S: Maintained
3380 F: net/ipv4/gre.c
3381 F: include/net/gre.h
3382
3383 GRETH 10/100/1G Ethernet MAC device driver
3384 M: Kristoffer Glembo <kristoffer@gaisler.com>
3385 L: netdev@vger.kernel.org
3386 S: Maintained
3387 F: drivers/net/ethernet/aeroflex/
3388
3389 GSPCA FINEPIX SUBDRIVER
3390 M: Frank Zago <frank@zago.net>
3391 L: linux-media@vger.kernel.org
3392 T: git git://linuxtv.org/media_tree.git
3393 S: Maintained
3394 F: drivers/media/usb/gspca/finepix.c
3395
3396 GSPCA GL860 SUBDRIVER
3397 M: Olivier Lorin <o.lorin@laposte.net>
3398 L: linux-media@vger.kernel.org
3399 T: git git://linuxtv.org/media_tree.git
3400 S: Maintained
3401 F: drivers/media/usb/gspca/gl860/
3402
3403 GSPCA M5602 SUBDRIVER
3404 M: Erik Andren <erik.andren@gmail.com>
3405 L: linux-media@vger.kernel.org
3406 T: git git://linuxtv.org/media_tree.git
3407 S: Maintained
3408 F: drivers/media/usb/gspca/m5602/
3409
3410 GSPCA PAC207 SONIXB SUBDRIVER
3411 M: Hans de Goede <hdegoede@redhat.com>
3412 L: linux-media@vger.kernel.org
3413 T: git git://linuxtv.org/media_tree.git
3414 S: Maintained
3415 F: drivers/media/usb/gspca/pac207.c
3416
3417 GSPCA SN9C20X SUBDRIVER
3418 M: Brian Johnson <brijohn@gmail.com>
3419 L: linux-media@vger.kernel.org
3420 T: git git://linuxtv.org/media_tree.git
3421 S: Maintained
3422 F: drivers/media/usb/gspca/sn9c20x.c
3423
3424 GSPCA T613 SUBDRIVER
3425 M: Leandro Costantino <lcostantino@gmail.com>
3426 L: linux-media@vger.kernel.org
3427 T: git git://linuxtv.org/media_tree.git
3428 S: Maintained
3429 F: drivers/media/usb/gspca/t613.c
3430
3431 GSPCA USB WEBCAM DRIVER
3432 M: Hans de Goede <hdegoede@redhat.com>
3433 L: linux-media@vger.kernel.org
3434 T: git git://linuxtv.org/media_tree.git
3435 S: Maintained
3436 F: drivers/media/usb/gspca/
3437
3438 STK1160 USB VIDEO CAPTURE DRIVER
3439 M: Ezequiel Garcia <elezegarcia@gmail.com>
3440 L: linux-media@vger.kernel.org
3441 T: git git://linuxtv.org/media_tree.git
3442 S: Maintained
3443 F: drivers/media/usb/stk1160/
3444
3445 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3446 M: Frank Seidel <frank@f-seidel.de>
3447 L: platform-driver-x86@vger.kernel.org
3448 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3449 S: Maintained
3450 F: drivers/platform/x86/hdaps.c
3451
3452 HWPOISON MEMORY FAILURE HANDLING
3453 M: Andi Kleen <andi@firstfloor.org>
3454 L: linux-mm@kvack.org
3455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3456 S: Maintained
3457 F: mm/memory-failure.c
3458 F: mm/hwpoison-inject.c
3459
3460 HYPERVISOR VIRTUAL CONSOLE DRIVER
3461 L: linuxppc-dev@lists.ozlabs.org
3462 S: Odd Fixes
3463 F: drivers/tty/hvc/
3464
3465 HARDWARE MONITORING
3466 M: Jean Delvare <khali@linux-fr.org>
3467 M: Guenter Roeck <linux@roeck-us.net>
3468 L: lm-sensors@lm-sensors.org
3469 W: http://www.lm-sensors.org/
3470 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3471 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3472 S: Maintained
3473 F: Documentation/hwmon/
3474 F: drivers/hwmon/
3475 F: include/linux/hwmon*.h
3476
3477 HARDWARE RANDOM NUMBER GENERATOR CORE
3478 M: Matt Mackall <mpm@selenic.com>
3479 M: Herbert Xu <herbert@gondor.apana.org.au>
3480 S: Odd fixes
3481 F: Documentation/hw_random.txt
3482 F: drivers/char/hw_random/
3483 F: include/linux/hw_random.h
3484
3485 HARDWARE SPINLOCK CORE
3486 M: Ohad Ben-Cohen <ohad@wizery.com>
3487 S: Maintained
3488 F: Documentation/hwspinlock.txt
3489 F: drivers/hwspinlock/hwspinlock_*
3490 F: include/linux/hwspinlock.h
3491
3492 HARMONY SOUND DRIVER
3493 L: linux-parisc@vger.kernel.org
3494 S: Maintained
3495 F: sound/parisc/harmony.*
3496
3497 HD29L2 MEDIA DRIVER
3498 M: Antti Palosaari <crope@iki.fi>
3499 L: linux-media@vger.kernel.org
3500 W: http://linuxtv.org/
3501 W: http://palosaari.fi/linux/
3502 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3503 T: git git://linuxtv.org/anttip/media_tree.git
3504 S: Maintained
3505 F: drivers/media/dvb-frontends/hd29l2*
3506
3507 HEWLETT-PACKARD SMART2 RAID DRIVER
3508 M: Chirag Kantharia <chirag.kantharia@hp.com>
3509 L: iss_storagedev@hp.com
3510 S: Maintained
3511 F: Documentation/blockdev/cpqarray.txt
3512 F: drivers/block/cpqarray.*
3513
3514 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3515 M: "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3516 L: iss_storagedev@hp.com
3517 S: Supported
3518 F: Documentation/scsi/hpsa.txt
3519 F: drivers/scsi/hpsa*.[ch]
3520 F: include/linux/cciss*.h
3521
3522 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3523 M: Mike Miller <mike.miller@hp.com>
3524 L: iss_storagedev@hp.com
3525 S: Supported
3526 F: Documentation/blockdev/cciss.txt
3527 F: drivers/block/cciss*
3528 F: include/linux/cciss_ioctl.h
3529
3530 HFS FILESYSTEM
3531 L: linux-fsdevel@vger.kernel.org
3532 S: Orphan
3533 F: Documentation/filesystems/hfs.txt
3534 F: fs/hfs/
3535
3536 HGA FRAMEBUFFER DRIVER
3537 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3538 L: linux-nvidia@lists.surfsouth.com
3539 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3540 S: Maintained
3541 F: drivers/video/hgafb.c
3542
3543 HIBERNATION (aka Software Suspend, aka swsusp)
3544 M: Pavel Machek <pavel@ucw.cz>
3545 M: "Rafael J. Wysocki" <rjw@sisk.pl>
3546 L: linux-pm@vger.kernel.org
3547 S: Supported
3548 F: arch/x86/power/
3549 F: drivers/base/power/
3550 F: kernel/power/
3551 F: include/linux/suspend.h
3552 F: include/linux/freezer.h
3553 F: include/linux/pm.h
3554 F: arch/*/include/asm/suspend*.h
3555
3556 HID CORE LAYER
3557 M: Jiri Kosina <jkosina@suse.cz>
3558 L: linux-input@vger.kernel.org
3559 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3560 S: Maintained
3561 F: drivers/hid/
3562 F: include/linux/hid*
3563
3564 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3565 M: Thomas Gleixner <tglx@linutronix.de>
3566 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3567 S: Maintained
3568 F: Documentation/timers/
3569 F: kernel/hrtimer.c
3570 F: kernel/time/clockevents.c
3571 F: kernel/time/tick*.*
3572 F: kernel/time/timer_*.c
3573 F: include/linux/clockchips.h
3574 F: include/linux/hrtimer.h
3575
3576 HIGH-SPEED SCC DRIVER FOR AX.25
3577 L: linux-hams@vger.kernel.org
3578 S: Orphan
3579 F: drivers/net/hamradio/dmascc.c
3580 F: drivers/net/hamradio/scc.c
3581
3582 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3583 M: HighPoint Linux Team <linux@highpoint-tech.com>
3584 W: http://www.highpoint-tech.com
3585 S: Supported
3586 F: Documentation/scsi/hptiop.txt
3587 F: drivers/scsi/hptiop.c
3588
3589 HIPPI
3590 M: Jes Sorensen <jes@trained-monkey.org>
3591 L: linux-hippi@sunsite.dk
3592 S: Maintained
3593 F: include/linux/hippidevice.h
3594 F: include/linux/if_hippi.h
3595 F: net/802/hippi.c
3596 F: drivers/net/hippi/
3597
3598 HOST AP DRIVER
3599 M: Jouni Malinen <j@w1.fi>
3600 L: hostap@shmoo.com (subscribers-only)
3601 L: linux-wireless@vger.kernel.org
3602 W: http://hostap.epitest.fi/
3603 S: Maintained
3604 F: drivers/net/wireless/hostap/
3605
3606 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3607 L: platform-driver-x86@vger.kernel.org
3608 S: Orphan
3609 F: drivers/platform/x86/tc1100-wmi.c
3610
3611 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3612 M: Jaroslav Kysela <perex@perex.cz>
3613 S: Maintained
3614 F: drivers/net/ethernet/hp/hp100.*
3615
3616 HPET: High Precision Event Timers driver
3617 M: Clemens Ladisch <clemens@ladisch.de>
3618 S: Maintained
3619 F: Documentation/timers/hpet.txt
3620 F: drivers/char/hpet.c
3621 F: include/linux/hpet.h
3622
3623 HPET: x86
3624 M: "Venkatesh Pallipadi (Venki)" <venki@google.com>
3625 S: Maintained
3626 F: arch/x86/kernel/hpet.c
3627 F: arch/x86/include/asm/hpet.h
3628
3629 HPFS FILESYSTEM
3630 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3631 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3632 S: Maintained
3633 F: fs/hpfs/
3634
3635 HSO 3G MODEM DRIVER
3636 M: Jan Dumon <j.dumon@option.com>
3637 W: http://www.pharscape.org
3638 S: Maintained
3639 F: drivers/net/usb/hso.c
3640
3641 HTCPEN TOUCHSCREEN DRIVER
3642 M: Pau Oliva Fora <pof@eslack.org>
3643 L: linux-input@vger.kernel.org
3644 S: Maintained
3645 F: drivers/input/touchscreen/htcpen.c
3646
3647 HUGETLB FILESYSTEM
3648 M: William Irwin <wli@holomorphy.com>
3649 S: Maintained
3650 F: fs/hugetlbfs/
3651
3652 Hyper-V CORE AND DRIVERS
3653 M: K. Y. Srinivasan <kys@microsoft.com>
3654 M: Haiyang Zhang <haiyangz@microsoft.com>
3655 L: devel@linuxdriverproject.org
3656 S: Maintained
3657 F: drivers/hv/
3658 F: drivers/hid/hid-hyperv.c
3659 F: drivers/net/hyperv/
3660 F: drivers/staging/hv/
3661
3662 I2C OVER PARALLEL PORT
3663 M: Jean Delvare <khali@linux-fr.org>
3664 L: linux-i2c@vger.kernel.org
3665 S: Maintained
3666 F: Documentation/i2c/busses/i2c-parport
3667 F: Documentation/i2c/busses/i2c-parport-light
3668 F: drivers/i2c/busses/i2c-parport.c
3669 F: drivers/i2c/busses/i2c-parport-light.c
3670
3671 I2C/SMBUS CONTROLLER DRIVERS FOR PC
3672 M: Jean Delvare <khali@linux-fr.org>
3673 L: linux-i2c@vger.kernel.org
3674 S: Maintained
3675 F: Documentation/i2c/busses/i2c-ali1535
3676 F: Documentation/i2c/busses/i2c-ali1563
3677 F: Documentation/i2c/busses/i2c-ali15x3
3678 F: Documentation/i2c/busses/i2c-amd756
3679 F: Documentation/i2c/busses/i2c-amd8111
3680 F: Documentation/i2c/busses/i2c-i801
3681 F: Documentation/i2c/busses/i2c-nforce2
3682 F: Documentation/i2c/busses/i2c-piix4
3683 F: Documentation/i2c/busses/i2c-sis5595
3684 F: Documentation/i2c/busses/i2c-sis630
3685 F: Documentation/i2c/busses/i2c-sis96x
3686 F: Documentation/i2c/busses/i2c-via
3687 F: Documentation/i2c/busses/i2c-viapro
3688 F: drivers/i2c/busses/i2c-ali1535.c
3689 F: drivers/i2c/busses/i2c-ali1563.c
3690 F: drivers/i2c/busses/i2c-ali15x3.c
3691 F: drivers/i2c/busses/i2c-amd756.c
3692 F: drivers/i2c/busses/i2c-amd756-s4882.c
3693 F: drivers/i2c/busses/i2c-amd8111.c
3694 F: drivers/i2c/busses/i2c-i801.c
3695 F: drivers/i2c/busses/i2c-isch.c
3696 F: drivers/i2c/busses/i2c-nforce2.c
3697 F: drivers/i2c/busses/i2c-nforce2-s4985.c
3698 F: drivers/i2c/busses/i2c-piix4.c
3699 F: drivers/i2c/busses/i2c-sis5595.c
3700 F: drivers/i2c/busses/i2c-sis630.c
3701 F: drivers/i2c/busses/i2c-sis96x.c
3702 F: drivers/i2c/busses/i2c-via.c
3703 F: drivers/i2c/busses/i2c-viapro.c
3704
3705 I2C/SMBUS STUB DRIVER
3706 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
3707 L: linux-i2c@vger.kernel.org
3708 S: Maintained
3709 F: drivers/i2c/busses/i2c-stub.c
3710
3711 I2C SUBSYSTEM
3712 M: Wolfram Sang <w.sang@pengutronix.de>
3713 M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3714 L: linux-i2c@vger.kernel.org
3715 W: http://i2c.wiki.kernel.org/
3716 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3717 T: git git://git.pengutronix.de/git/wsa/linux.git
3718 S: Maintained
3719 F: Documentation/i2c/
3720 F: drivers/i2c/
3721 F: include/linux/i2c.h
3722 F: include/linux/i2c-*.h
3723
3724 I2C-TAOS-EVM DRIVER
3725 M: Jean Delvare <khali@linux-fr.org>
3726 L: linux-i2c@vger.kernel.org
3727 S: Maintained
3728 F: Documentation/i2c/busses/i2c-taos-evm
3729 F: drivers/i2c/busses/i2c-taos-evm.c
3730
3731 I2C-TINY-USB DRIVER
3732 M: Till Harbaum <till@harbaum.org>
3733 L: linux-i2c@vger.kernel.org
3734 W: http://www.harbaum.org/till/i2c_tiny_usb
3735 S: Maintained
3736 F: drivers/i2c/busses/i2c-tiny-usb.c
3737
3738 i386 BOOT CODE
3739 M: "H. Peter Anvin" <hpa@zytor.com>
3740 S: Maintained
3741 F: arch/x86/boot/
3742
3743 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3744 M: "H. Peter Anvin" <hpa@zytor.com>
3745 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3746 S: Maintained
3747
3748 IA64 (Itanium) PLATFORM
3749 M: Tony Luck <tony.luck@intel.com>
3750 M: Fenghua Yu <fenghua.yu@intel.com>
3751 L: linux-ia64@vger.kernel.org
3752 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3753 S: Maintained
3754 F: arch/ia64/
3755
3756 IBM Power in-Nest Crypto Acceleration
3757 M: Kent Yoder <key@linux.vnet.ibm.com>
3758 L: linux-crypto@vger.kernel.org
3759 S: Supported
3760 F: drivers/crypto/nx/
3761
3762 IBM Power 842 compression accelerator
3763 M: Robert Jennings <rcj@linux.vnet.ibm.com>
3764 S: Supported
3765 F: drivers/crypto/nx/nx-842.c
3766 F: include/linux/nx842.h
3767
3768 IBM Power Linux RAID adapter
3769 M: Brian King <brking@us.ibm.com>
3770 S: Supported
3771 F: drivers/scsi/ipr.*
3772
3773 IBM Power Virtual Ethernet Device Driver
3774 M: Santiago Leon <santil@linux.vnet.ibm.com>
3775 L: netdev@vger.kernel.org
3776 S: Supported
3777 F: drivers/net/ethernet/ibm/ibmveth.*
3778
3779 IBM Power Virtual SCSI/FC Device Drivers
3780 M: Robert Jennings <rcj@linux.vnet.ibm.com>
3781 L: linux-scsi@vger.kernel.org
3782 S: Supported
3783 F: drivers/scsi/ibmvscsi/
3784 X: drivers/scsi/ibmvscsi/ibmvstgt.c
3785
3786 IBM ServeRAID RAID DRIVER
3787 P: Jack Hammer
3788 M: Dave Jeffery <ipslinux@adaptec.com>
3789 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3790 S: Supported
3791 F: drivers/scsi/ips.*
3792
3793 ICH LPC AND GPIO DRIVER
3794 M: Peter Tyser <ptyser@xes-inc.com>
3795 S: Maintained
3796 F: drivers/mfd/lpc_ich.c
3797 F: drivers/gpio/gpio-ich.c
3798
3799 IDE SUBSYSTEM
3800 M: "David S. Miller" <davem@davemloft.net>
3801 L: linux-ide@vger.kernel.org
3802 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
3803 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
3804 S: Maintained
3805 F: Documentation/ide/
3806 F: drivers/ide/
3807 F: include/linux/ide.h
3808
3809 IDEAPAD LAPTOP EXTRAS DRIVER
3810 M: Ike Panhc <ike.pan@canonical.com>
3811 L: platform-driver-x86@vger.kernel.org
3812 W: http://launchpad.net/ideapad-laptop
3813 S: Maintained
3814 F: drivers/platform/x86/ideapad-laptop.c
3815
3816 IDE/ATAPI DRIVERS
3817 M: Borislav Petkov <bp@alien8.de>
3818 L: linux-ide@vger.kernel.org
3819 S: Maintained
3820 F: Documentation/cdrom/ide-cd
3821 F: drivers/ide/ide-cd*
3822
3823 IDLE-I7300
3824 M: Andy Henroid <andrew.d.henroid@intel.com>
3825 L: linux-pm@vger.kernel.org
3826 S: Supported
3827 F: drivers/idle/i7300_idle.c
3828
3829 IEEE 802.15.4 SUBSYSTEM
3830 M: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
3831 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3832 L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3833 W: http://apps.sourceforge.net/trac/linux-zigbee
3834 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3835 S: Maintained
3836 F: net/ieee802154/
3837 F: net/mac802154/
3838 F: drivers/ieee802154/
3839
3840 IGUANAWORKS USB IR TRANSCEIVER
3841 M: Sean Young <sean@mess.org>
3842 L: linux-media@vger.kernel.org
3843 S: Maintained
3844 F: drivers/media/rc/iguanair.c
3845
3846 IIO SUBSYSTEM AND DRIVERS
3847 M: Jonathan Cameron <jic23@cam.ac.uk>
3848 L: linux-iio@vger.kernel.org
3849 S: Maintained
3850 F: drivers/iio/
3851 F: drivers/staging/iio/
3852
3853 IKANOS/ADI EAGLE ADSL USB DRIVER
3854 M: Matthieu Castet <castet.matthieu@free.fr>
3855 M: Stanislaw Gruszka <stf_xl@wp.pl>
3856 S: Maintained
3857 F: drivers/usb/atm/ueagle-atm.c
3858
3859 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3860 M: Mimi Zohar <zohar@us.ibm.com>
3861 S: Supported
3862 F: security/integrity/ima/
3863
3864 IMS TWINTURBO FRAMEBUFFER DRIVER
3865 L: linux-fbdev@vger.kernel.org
3866 S: Orphan
3867 F: drivers/video/imsttfb.c
3868
3869 INFINIBAND SUBSYSTEM
3870 M: Roland Dreier <roland@kernel.org>
3871 M: Sean Hefty <sean.hefty@intel.com>
3872 M: Hal Rosenstock <hal.rosenstock@gmail.com>
3873 L: linux-rdma@vger.kernel.org
3874 W: http://www.openfabrics.org/
3875 Q: http://patchwork.kernel.org/project/linux-rdma/list/
3876 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3877 S: Supported
3878 F: Documentation/infiniband/
3879 F: drivers/infiniband/
3880 F: include/linux/if_infiniband.h
3881
3882 INOTIFY
3883 M: John McCutchan <john@johnmccutchan.com>
3884 M: Robert Love <rlove@rlove.org>
3885 M: Eric Paris <eparis@parisplace.org>
3886 S: Maintained
3887 F: Documentation/filesystems/inotify.txt
3888 F: fs/notify/inotify/
3889 F: include/linux/inotify.h
3890
3891 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3892 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
3893 M: Dmitry Torokhov <dtor@mail.ru>
3894 L: linux-input@vger.kernel.org
3895 Q: http://patchwork.kernel.org/project/linux-input/list/
3896 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3897 S: Maintained
3898 F: drivers/input/
3899 F: include/linux/input.h
3900 F: include/linux/input/
3901
3902 INPUT MULTITOUCH (MT) PROTOCOL
3903 M: Henrik Rydberg <rydberg@euromail.se>
3904 L: linux-input@vger.kernel.org
3905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3906 S: Maintained
3907 F: Documentation/input/multi-touch-protocol.txt
3908 F: drivers/input/input-mt.c
3909 K: \b(ABS|SYN)_MT_
3910
3911 INTEL C600 SERIES SAS CONTROLLER DRIVER
3912 M: Intel SCU Linux support <intel-linux-scu@intel.com>
3913 M: Lukasz Dorau <lukasz.dorau@intel.com>
3914 M: Maciej Patelczyk <maciej.patelczyk@intel.com>
3915 M: Dave Jiang <dave.jiang@intel.com>
3916 L: linux-scsi@vger.kernel.org
3917 T: git git://git.code.sf.net/p/intel-sas/isci
3918 S: Supported
3919 F: drivers/scsi/isci/
3920 F: firmware/isci/
3921
3922 INTEL IDLE DRIVER
3923 M: Len Brown <lenb@kernel.org>
3924 L: linux-pm@vger.kernel.org
3925 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
3926 S: Supported
3927 F: drivers/idle/intel_idle.c
3928
3929 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3930 M: Maik Broemme <mbroemme@plusserver.de>
3931 L: linux-fbdev@vger.kernel.org
3932 S: Maintained
3933 F: Documentation/fb/intelfb.txt
3934 F: drivers/video/intelfb/
3935
3936 INTEL 810/815 FRAMEBUFFER DRIVER
3937 M: Antonino Daplas <adaplas@gmail.com>
3938 L: linux-fbdev@vger.kernel.org
3939 S: Maintained
3940 F: drivers/video/i810/
3941
3942 INTEL MENLOW THERMAL DRIVER
3943 M: Sujith Thomas <sujith.thomas@intel.com>
3944 L: platform-driver-x86@vger.kernel.org
3945 W: http://www.lesswatts.org/projects/acpi/
3946 S: Supported
3947 F: drivers/platform/x86/intel_menlow.c
3948
3949 INTEL IA32 MICROCODE UPDATE SUPPORT
3950 M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3951 S: Maintained
3952 F: arch/x86/kernel/microcode_core.c
3953 F: arch/x86/kernel/microcode_intel.c
3954
3955 INTEL I/OAT DMA DRIVER
3956 M: Dan Williams <djbw@fb.com>
3957 S: Maintained
3958 F: drivers/dma/ioat*
3959
3960 INTEL IOMMU (VT-d)
3961 M: David Woodhouse <dwmw2@infradead.org>
3962 L: iommu@lists.linux-foundation.org
3963 T: git git://git.infradead.org/iommu-2.6.git
3964 S: Supported
3965 F: drivers/iommu/intel-iommu.c
3966 F: include/linux/intel-iommu.h
3967
3968 INTEL IOP-ADMA DMA DRIVER
3969 M: Dan Williams <djbw@fb.com>
3970 S: Odd fixes
3971 F: drivers/dma/iop-adma.c
3972
3973 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3974 M: Krzysztof Halasa <khc@pm.waw.pl>
3975 S: Maintained
3976 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3977 F: arch/arm/mach-ixp4xx/include/mach/npe.h
3978 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3979 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3980 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
3981 F: drivers/net/wan/ixp4xx_hss.c
3982
3983 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3984 M: Deepak Saxena <dsaxena@plexity.net>
3985 S: Maintained
3986 F: drivers/char/hw_random/ixp4xx-rng.c
3987
3988 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3989 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3990 M: Jesse Brandeburg <jesse.brandeburg@intel.com>
3991 M: Bruce Allan <bruce.w.allan@intel.com>
3992 M: Carolyn Wyborny <carolyn.wyborny@intel.com>
3993 M: Don Skidmore <donald.c.skidmore@intel.com>
3994 M: Greg Rose <gregory.v.rose@intel.com>
3995 M: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
3996 M: Alex Duyck <alexander.h.duyck@intel.com>
3997 M: John Ronciak <john.ronciak@intel.com>
3998 L: e1000-devel@lists.sourceforge.net
3999 W: http://e1000.sourceforge.net/
4000 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
4001 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
4002 S: Supported
4003 F: Documentation/networking/e100.txt
4004 F: Documentation/networking/e1000.txt
4005 F: Documentation/networking/e1000e.txt
4006 F: Documentation/networking/igb.txt
4007 F: Documentation/networking/igbvf.txt
4008 F: Documentation/networking/ixgb.txt
4009 F: Documentation/networking/ixgbe.txt
4010 F: Documentation/networking/ixgbevf.txt
4011 F: drivers/net/ethernet/intel/
4012
4013 INTEL MRST PMU DRIVER
4014 M: Len Brown <len.brown@intel.com>
4015 L: linux-pm@vger.kernel.org
4016 S: Supported
4017 F: arch/x86/platform/mrst/pmu.*
4018
4019 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4020 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
4021 L: linux-wireless@vger.kernel.org
4022 S: Maintained
4023 F: Documentation/networking/README.ipw2100
4024 F: Documentation/networking/README.ipw2200
4025 F: drivers/net/wireless/ipw2x00/
4026
4027 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
4028 M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
4029 M: Gang Wei <gang.wei@intel.com>
4030 M: Shane Wang <shane.wang@intel.com>
4031 L: tboot-devel@lists.sourceforge.net
4032 W: http://tboot.sourceforge.net
4033 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4034 S: Supported
4035 F: Documentation/intel_txt.txt
4036 F: include/linux/tboot.h
4037 F: arch/x86/kernel/tboot.c
4038
4039 INTEL WIRELESS WIMAX CONNECTION 2400
4040 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
4041 M: linux-wimax@intel.com
4042 L: wimax@linuxwimax.org
4043 S: Supported
4044 W: http://linuxwimax.org
4045 F: Documentation/wimax/README.i2400m
4046 F: drivers/net/wimax/i2400m/
4047 F: include/linux/wimax/i2400m.h
4048
4049 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4050 M: Stanislaw Gruszka <sgruszka@redhat.com>
4051 L: linux-wireless@vger.kernel.org
4052 S: Supported
4053 F: drivers/net/wireless/iwlegacy/
4054
4055 INTEL WIRELESS WIFI LINK (iwlwifi)
4056 M: Johannes Berg <johannes.berg@intel.com>
4057 M: Wey-Yi Guy <wey-yi.w.guy@intel.com>
4058 M: Intel Linux Wireless <ilw@linux.intel.com>
4059 L: linux-wireless@vger.kernel.org
4060 W: http://intellinuxwireless.org
4061 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
4062 S: Supported
4063 F: drivers/net/wireless/iwlwifi/
4064
4065 INTEL MANAGEMENT ENGINE (mei)
4066 M: Tomas Winkler <tomas.winkler@intel.com>
4067 L: linux-kernel@vger.kernel.org
4068 S: Supported
4069 F: include/linux/mei.h
4070 F: drivers/misc/mei/*
4071 F: Documentation/mei/*
4072
4073 IOC3 ETHERNET DRIVER
4074 M: Ralf Baechle <ralf@linux-mips.org>
4075 L: linux-mips@linux-mips.org
4076 S: Maintained
4077 F: drivers/net/ethernet/sgi/ioc3-eth.c
4078
4079 IOC3 SERIAL DRIVER
4080 M: Pat Gefre <pfg@sgi.com>
4081 L: linux-serial@vger.kernel.org
4082 S: Maintained
4083 F: drivers/tty/serial/ioc3_serial.c
4084
4085 IP MASQUERADING
4086 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
4087 S: Maintained
4088 F: net/ipv4/netfilter/ipt_MASQUERADE.c
4089
4090 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
4091 M: Francois Romieu <romieu@fr.zoreil.com>
4092 M: Sorbica Shieh <sorbica@icplus.com.tw>
4093 L: netdev@vger.kernel.org
4094 S: Maintained
4095 F: drivers/net/ethernet/icplus/ipg.*
4096
4097 IPATH DRIVER
4098 M: Mike Marciniszyn <infinipath@intel.com>
4099 L: linux-rdma@vger.kernel.org
4100 S: Maintained
4101 F: drivers/infiniband/hw/ipath/
4102
4103 IPMI SUBSYSTEM
4104 M: Corey Minyard <minyard@acm.org>
4105 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
4106 W: http://openipmi.sourceforge.net/
4107 S: Supported
4108 F: Documentation/IPMI.txt
4109 F: drivers/char/ipmi/
4110 F: include/linux/ipmi*
4111
4112 IPS SCSI RAID DRIVER
4113 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4114 L: linux-scsi@vger.kernel.org
4115 W: http://www.adaptec.com/
4116 S: Maintained
4117 F: drivers/scsi/ips*
4118
4119 IPVS
4120 M: Wensong Zhang <wensong@linux-vs.org>
4121 M: Simon Horman <horms@verge.net.au>
4122 M: Julian Anastasov <ja@ssi.bg>
4123 L: netdev@vger.kernel.org
4124 L: lvs-devel@vger.kernel.org
4125 S: Maintained
4126 F: Documentation/networking/ipvs-sysctl.txt
4127 F: include/net/ip_vs.h
4128 F: include/linux/ip_vs.h
4129 F: net/netfilter/ipvs/
4130
4131 IPWIRELESS DRIVER
4132 M: Jiri Kosina <jkosina@suse.cz>
4133 M: David Sterba <dsterba@suse.cz>
4134 S: Odd Fixes
4135 F: drivers/tty/ipwireless/
4136
4137 IPX NETWORK LAYER
4138 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4139 L: netdev@vger.kernel.org
4140 S: Maintained
4141 F: include/linux/ipx.h
4142 F: include/net/ipx.h
4143 F: net/ipx/
4144
4145 IRDA SUBSYSTEM
4146 M: Samuel Ortiz <samuel@sortiz.org>
4147 L: irda-users@lists.sourceforge.net (subscribers-only)
4148 L: netdev@vger.kernel.org
4149 W: http://irda.sourceforge.net/
4150 S: Maintained
4151 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4152 F: Documentation/networking/irda.txt
4153 F: drivers/net/irda/
4154 F: include/net/irda/
4155 F: net/irda/
4156
4157 IRQ SUBSYSTEM
4158 M: Thomas Gleixner <tglx@linutronix.de>
4159 S: Maintained
4160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4161 F: kernel/irq/
4162
4163 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4164 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4165 M: Grant Likely <grant.likely@secretlab.ca>
4166 T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
4167 S: Maintained
4168 F: Documentation/IRQ-domain.txt
4169 F: include/linux/irqdomain.h
4170 F: kernel/irq/irqdomain.c
4171
4172 ISAPNP
4173 M: Jaroslav Kysela <perex@perex.cz>
4174 S: Maintained
4175 F: Documentation/isapnp.txt
4176 F: drivers/pnp/isapnp/
4177 F: include/linux/isapnp.h
4178
4179 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4180 M: Peter Jones <pjones@redhat.com>
4181 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
4182 S: Maintained
4183 F: drivers/firmware/iscsi_ibft*
4184
4185 ISCSI
4186 M: Mike Christie <michaelc@cs.wisc.edu>
4187 L: open-iscsi@googlegroups.com
4188 W: www.open-iscsi.org
4189 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4190 S: Maintained
4191 F: drivers/scsi/*iscsi*
4192 F: include/scsi/*iscsi*
4193
4194 ISDN SUBSYSTEM
4195 M: Karsten Keil <isdn@linux-pingi.de>
4196 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
4197 L: netdev@vger.kernel.org
4198 W: http://www.isdn4linux.de
4199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4200 S: Maintained
4201 F: Documentation/isdn/
4202 F: drivers/isdn/
4203 F: include/linux/isdn.h
4204 F: include/linux/isdn/
4205
4206 ISDN SUBSYSTEM (Eicon active card driver)
4207 M: Armin Schindler <mac@melware.de>
4208 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
4209 W: http://www.melware.de
4210 S: Maintained
4211 F: drivers/isdn/hardware/eicon/
4212
4213 IT87 HARDWARE MONITORING DRIVER
4214 M: Jean Delvare <khali@linux-fr.org>
4215 L: lm-sensors@lm-sensors.org
4216 S: Maintained
4217 F: Documentation/hwmon/it87
4218 F: drivers/hwmon/it87.c
4219
4220 IT913X MEDIA DRIVER
4221 M: Malcolm Priestley <tvboxspy@gmail.com>
4222 L: linux-media@vger.kernel.org
4223 W: http://linuxtv.org/
4224 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4225 S: Maintained
4226 F: drivers/media/usb/dvb-usb-v2/it913x*
4227
4228 IT913X FE MEDIA DRIVER
4229 M: Malcolm Priestley <tvboxspy@gmail.com>
4230 L: linux-media@vger.kernel.org
4231 W: http://linuxtv.org/
4232 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4233 S: Maintained
4234 F: drivers/media/dvb-frontends/it913x-fe*
4235
4236 IVTV VIDEO4LINUX DRIVER
4237 M: Andy Walls <awalls@md.metrocast.net>
4238 L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
4239 L: linux-media@vger.kernel.org
4240 T: git git://linuxtv.org/media_tree.git
4241 W: http://www.ivtvdriver.org
4242 S: Maintained
4243 F: Documentation/video4linux/*.ivtv
4244 F: drivers/media/pci/ivtv/
4245 F: include/linux/ivtv*
4246
4247 IX2505V MEDIA DRIVER
4248 M: Malcolm Priestley <tvboxspy@gmail.com>
4249 L: linux-media@vger.kernel.org
4250 W: http://linuxtv.org/
4251 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4252 S: Maintained
4253 F: drivers/media/dvb-frontends/ix2505v*
4254
4255 JC42.4 TEMPERATURE SENSOR DRIVER
4256 M: Guenter Roeck <linux@roeck-us.net>
4257 L: lm-sensors@lm-sensors.org
4258 S: Maintained
4259 F: drivers/hwmon/jc42.c
4260 F: Documentation/hwmon/jc42
4261
4262 JFS FILESYSTEM
4263 M: Dave Kleikamp <shaggy@kernel.org>
4264 L: jfs-discussion@lists.sourceforge.net
4265 W: http://jfs.sourceforge.net/
4266 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4267 S: Maintained
4268 F: Documentation/filesystems/jfs.txt
4269 F: fs/jfs/
4270
4271 JME NETWORK DRIVER
4272 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
4273 L: netdev@vger.kernel.org
4274 S: Maintained
4275 F: drivers/net/ethernet/jme.*
4276
4277 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4278 M: David Woodhouse <dwmw2@infradead.org>
4279 L: linux-mtd@lists.infradead.org
4280 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
4281 S: Maintained
4282 F: fs/jffs2/
4283 F: include/linux/jffs2.h
4284
4285 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
4286 M: Andrew Morton <akpm@linux-foundation.org>
4287 M: Jan Kara <jack@suse.cz>
4288 L: linux-ext4@vger.kernel.org
4289 S: Maintained
4290 F: fs/jbd/
4291 F: include/linux/ext3_jbd.h
4292 F: include/linux/jbd.h
4293
4294 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4295 M: "Theodore Ts'o" <tytso@mit.edu>
4296 L: linux-ext4@vger.kernel.org
4297 S: Maintained
4298 F: fs/jbd2/
4299 F: include/linux/jbd2.h
4300
4301 JSM Neo PCI based serial card
4302 M: Lucas Tavares <lucaskt@linux.vnet.ibm.com>
4303 L: linux-serial@vger.kernel.org
4304 S: Maintained
4305 F: drivers/tty/serial/jsm/
4306
4307 K10TEMP HARDWARE MONITORING DRIVER
4308 M: Clemens Ladisch <clemens@ladisch.de>
4309 L: lm-sensors@lm-sensors.org
4310 S: Maintained
4311 F: Documentation/hwmon/k10temp
4312 F: drivers/hwmon/k10temp.c
4313
4314 K8TEMP HARDWARE MONITORING DRIVER
4315 M: Rudolf Marek <r.marek@assembler.cz>
4316 L: lm-sensors@lm-sensors.org
4317 S: Maintained
4318 F: Documentation/hwmon/k8temp
4319 F: drivers/hwmon/k8temp.c
4320
4321 KCONFIG
4322 M: Michal Marek <mmarek@suse.cz>
4323 L: linux-kbuild@vger.kernel.org
4324 S: Odd Fixes
4325 F: Documentation/kbuild/kconfig-language.txt
4326 F: scripts/kconfig/
4327
4328 KDUMP
4329 M: Vivek Goyal <vgoyal@redhat.com>
4330 M: Haren Myneni <hbabu@us.ibm.com>
4331 L: kexec@lists.infradead.org
4332 W: http://lse.sourceforge.net/kdump/
4333 S: Maintained
4334 F: Documentation/kdump/
4335
4336 KERNEL AUTOMOUNTER v4 (AUTOFS4)
4337 M: Ian Kent <raven@themaw.net>
4338 L: autofs@vger.kernel.org
4339 S: Maintained
4340 F: fs/autofs4/
4341
4342 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
4343 M: Michal Marek <mmarek@suse.cz>
4344 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4345 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
4346 L: linux-kbuild@vger.kernel.org
4347 S: Maintained
4348 F: Documentation/kbuild/
4349 F: Makefile
4350 F: scripts/Makefile.*
4351 F: scripts/basic/
4352 F: scripts/mk*
4353 F: scripts/package/
4354
4355 KERNEL JANITORS
4356 L: kernel-janitors@vger.kernel.org
4357 W: http://kernelnewbies.org/KernelJanitors
4358 S: Odd Fixes
4359
4360 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
4361 M: "J. Bruce Fields" <bfields@fieldses.org>
4362 L: linux-nfs@vger.kernel.org
4363 W: http://nfs.sourceforge.net/
4364 S: Supported
4365 F: fs/nfsd/
4366 F: include/linux/nfsd/
4367 F: fs/lockd/
4368 F: fs/nfs_common/
4369 F: net/sunrpc/
4370 F: include/linux/lockd/
4371 F: include/linux/sunrpc/
4372
4373 KERNEL VIRTUAL MACHINE (KVM)
4374 M: Marcelo Tosatti <mtosatti@redhat.com>
4375 M: Gleb Natapov <gleb@redhat.com>
4376 L: kvm@vger.kernel.org
4377 W: http://kvm.qumranet.com
4378 S: Supported
4379 F: Documentation/*/kvm.txt
4380 F: arch/*/kvm/
4381 F: arch/*/include/asm/kvm*
4382 F: include/linux/kvm*
4383 F: virt/kvm/
4384
4385 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
4386 M: Joerg Roedel <joerg.roedel@amd.com>
4387 L: kvm@vger.kernel.org
4388 W: http://kvm.qumranet.com
4389 S: Supported
4390 F: arch/x86/include/asm/svm.h
4391 F: arch/x86/kvm/svm.c
4392
4393 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
4394 M: Alexander Graf <agraf@suse.de>
4395 L: kvm-ppc@vger.kernel.org
4396 W: http://kvm.qumranet.com
4397 S: Supported
4398 F: arch/powerpc/include/asm/kvm*
4399 F: arch/powerpc/kvm/
4400
4401 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4402 M: Xiantao Zhang <xiantao.zhang@intel.com>
4403 L: kvm-ia64@vger.kernel.org
4404 W: http://kvm.qumranet.com
4405 S: Supported
4406 F: Documentation/ia64/kvm.txt
4407 F: arch/ia64/include/asm/kvm*
4408 F: arch/ia64/kvm/
4409
4410 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
4411 M: Christian Borntraeger <borntraeger@de.ibm.com>
4412 M: Cornelia Huck <cornelia.huck@de.ibm.com>
4413 M: linux390@de.ibm.com
4414 L: linux-s390@vger.kernel.org
4415 W: http://www.ibm.com/developerworks/linux/linux390/
4416 S: Supported
4417 F: Documentation/s390/kvm.txt
4418 F: arch/s390/include/asm/kvm*
4419 F: arch/s390/kvm/
4420 F: drivers/s390/kvm/
4421
4422 KEXEC
4423 M: Eric Biederman <ebiederm@xmission.com>
4424 W: http://kernel.org/pub/linux/utils/kernel/kexec/
4425 L: kexec@lists.infradead.org
4426 S: Maintained
4427 F: include/linux/kexec.h
4428 F: kernel/kexec.c
4429
4430 KEYS/KEYRINGS:
4431 M: David Howells <dhowells@redhat.com>
4432 L: keyrings@linux-nfs.org
4433 S: Maintained
4434 F: Documentation/security/keys.txt
4435 F: include/linux/key.h
4436 F: include/linux/key-type.h
4437 F: include/keys/
4438 F: security/keys/
4439
4440 KEYS-TRUSTED
4441 M: David Safford <safford@watson.ibm.com>
4442 M: Mimi Zohar <zohar@us.ibm.com>
4443 L: linux-security-module@vger.kernel.org
4444 L: keyrings@linux-nfs.org
4445 S: Supported
4446 F: Documentation/security/keys-trusted-encrypted.txt
4447 F: include/keys/trusted-type.h
4448 F: security/keys/trusted.c
4449 F: security/keys/trusted.h
4450
4451 KEYS-ENCRYPTED
4452 M: Mimi Zohar <zohar@us.ibm.com>
4453 M: David Safford <safford@watson.ibm.com>
4454 L: linux-security-module@vger.kernel.org
4455 L: keyrings@linux-nfs.org
4456 S: Supported
4457 F: Documentation/security/keys-trusted-encrypted.txt
4458 F: include/keys/encrypted-type.h
4459 F: security/keys/encrypted-keys/
4460
4461 KGDB / KDB /debug_core
4462 M: Jason Wessel <jason.wessel@windriver.com>
4463 W: http://kgdb.wiki.kernel.org/
4464 L: kgdb-bugreport@lists.sourceforge.net
4465 S: Maintained
4466 F: Documentation/DocBook/kgdb.tmpl
4467 F: drivers/misc/kgdbts.c
4468 F: drivers/tty/serial/kgdboc.c
4469 F: include/linux/kdb.h
4470 F: include/linux/kgdb.h
4471 F: kernel/debug/
4472
4473 KMEMCHECK
4474 M: Vegard Nossum <vegardno@ifi.uio.no>
4475 M: Pekka Enberg <penberg@kernel.org>
4476 S: Maintained
4477 F: Documentation/kmemcheck.txt
4478 F: arch/x86/include/asm/kmemcheck.h
4479 F: arch/x86/mm/kmemcheck/
4480 F: include/linux/kmemcheck.h
4481 F: mm/kmemcheck.c
4482
4483 KMEMLEAK
4484 M: Catalin Marinas <catalin.marinas@arm.com>
4485 S: Maintained
4486 F: Documentation/kmemleak.txt
4487 F: include/linux/kmemleak.h
4488 F: mm/kmemleak.c
4489 F: mm/kmemleak-test.c
4490
4491 KPROBES
4492 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4493 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4494 M: "David S. Miller" <davem@davemloft.net>
4495 M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4496 S: Maintained
4497 F: Documentation/kprobes.txt
4498 F: include/linux/kprobes.h
4499 F: kernel/kprobes.c
4500
4501 KS0108 LCD CONTROLLER DRIVER
4502 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4503 W: http://miguelojeda.es/auxdisplay.htm
4504 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4505 S: Maintained
4506 F: Documentation/auxdisplay/ks0108
4507 F: drivers/auxdisplay/ks0108.c
4508 F: include/linux/ks0108.h
4509
4510 LAPB module
4511 L: linux-x25@vger.kernel.org
4512 S: Orphan
4513 F: Documentation/networking/lapb-module.txt
4514 F: include/*/lapb.h
4515 F: net/lapb/
4516
4517 LASI 53c700 driver for PARISC
4518 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4519 L: linux-scsi@vger.kernel.org
4520 S: Maintained
4521 F: Documentation/scsi/53c700.txt
4522 F: drivers/scsi/53c700*
4523
4524 LED SUBSYSTEM
4525 M: Bryan Wu <cooloney@gmail.com>
4526 M: Richard Purdie <rpurdie@rpsys.net>
4527 L: linux-leds@vger.kernel.org
4528 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
4529 S: Maintained
4530 F: drivers/leds/
4531 F: include/linux/leds.h
4532
4533 LEGACY EEPROM DRIVER
4534 M: Jean Delvare <khali@linux-fr.org>
4535 S: Maintained
4536 F: Documentation/misc-devices/eeprom
4537 F: drivers/misc/eeprom/eeprom.c
4538
4539 LEGO USB Tower driver
4540 M: Juergen Stuber <starblue@users.sourceforge.net>
4541 L: legousb-devel@lists.sourceforge.net
4542 W: http://legousb.sourceforge.net/
4543 S: Maintained
4544 F: drivers/usb/misc/legousbtower.c
4545
4546 LG2160 MEDIA DRIVER
4547 M: Michael Krufky <mkrufky@linuxtv.org>
4548 L: linux-media@vger.kernel.org
4549 W: http://linuxtv.org/
4550 W: http://github.com/mkrufky
4551 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4552 T: git git://linuxtv.org/mkrufky/tuners.git
4553 S: Maintained
4554 F: drivers/media/dvb-frontends/lg2160.*
4555
4556 LGDT3305 MEDIA DRIVER
4557 M: Michael Krufky <mkrufky@linuxtv.org>
4558 L: linux-media@vger.kernel.org
4559 W: http://linuxtv.org/
4560 W: http://github.com/mkrufky
4561 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4562 T: git git://linuxtv.org/mkrufky/tuners.git
4563 S: Maintained
4564 F: drivers/media/dvb-frontends/lgdt3305.*
4565
4566 LGUEST
4567 M: Rusty Russell <rusty@rustcorp.com.au>
4568 L: lguest@lists.ozlabs.org
4569 W: http://lguest.ozlabs.org/
4570 S: Odd Fixes
4571 F: arch/x86/include/asm/lguest*.h
4572 F: arch/x86/lguest/
4573 F: drivers/lguest/
4574 F: include/linux/lguest*.h
4575 F: tools/lguest/
4576
4577 LINUX FOR IBM pSERIES (RS/6000)
4578 M: Paul Mackerras <paulus@au.ibm.com>
4579 W: http://www.ibm.com/linux/ltc/projects/ppc
4580 S: Supported
4581 F: arch/powerpc/boot/rs6000.h
4582
4583 LINUX FOR POWERPC (32-BIT AND 64-BIT)
4584 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4585 M: Paul Mackerras <paulus@samba.org>
4586 W: http://www.penguinppc.org/
4587 L: linuxppc-dev@lists.ozlabs.org
4588 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4589 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4590 S: Supported
4591 F: Documentation/powerpc/
4592 F: arch/powerpc/
4593
4594 LINUX FOR POWER MACINTOSH
4595 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4596 W: http://www.penguinppc.org/
4597 L: linuxppc-dev@lists.ozlabs.org
4598 S: Maintained
4599 F: arch/powerpc/platforms/powermac/
4600 F: drivers/macintosh/
4601
4602 LINUX FOR POWERPC EMBEDDED MPC5XXX
4603 M: Anatolij Gustschin <agust@denx.de>
4604 L: linuxppc-dev@lists.ozlabs.org
4605 T: git git://git.denx.de/linux-2.6-agust.git
4606 S: Maintained
4607 F: arch/powerpc/platforms/512x/
4608 F: arch/powerpc/platforms/52xx/
4609
4610 LINUX FOR POWERPC EMBEDDED PPC4XX
4611 M: Josh Boyer <jwboyer@gmail.com>
4612 M: Matt Porter <mporter@kernel.crashing.org>
4613 W: http://www.penguinppc.org/
4614 L: linuxppc-dev@lists.ozlabs.org
4615 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4616 S: Maintained
4617 F: arch/powerpc/platforms/40x/
4618 F: arch/powerpc/platforms/44x/
4619
4620 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4621 M: Grant Likely <grant.likely@secretlab.ca>
4622 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4623 L: linuxppc-dev@lists.ozlabs.org
4624 T: git git://git.secretlab.ca/git/linux-2.6.git
4625 S: Maintained
4626 F: arch/powerpc/*/*virtex*
4627 F: arch/powerpc/*/*/*virtex*
4628
4629 LINUX FOR POWERPC EMBEDDED PPC8XX
4630 M: Vitaly Bordug <vitb@kernel.crashing.org>
4631 M: Marcelo Tosatti <marcelo@kvack.org>
4632 W: http://www.penguinppc.org/
4633 L: linuxppc-dev@lists.ozlabs.org
4634 S: Maintained
4635 F: arch/powerpc/platforms/8xx/
4636
4637 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4638 M: Kumar Gala <galak@kernel.crashing.org>
4639 W: http://www.penguinppc.org/
4640 L: linuxppc-dev@lists.ozlabs.org
4641 S: Maintained
4642 F: arch/powerpc/platforms/83xx/
4643 F: arch/powerpc/platforms/85xx/
4644
4645 LINUX FOR POWERPC PA SEMI PWRFICIENT
4646 M: Olof Johansson <olof@lixom.net>
4647 L: linuxppc-dev@lists.ozlabs.org
4648 S: Maintained
4649 F: arch/powerpc/platforms/pasemi/
4650 F: drivers/*/*pasemi*
4651 F: drivers/*/*/*pasemi*
4652
4653 LINUX SECURITY MODULE (LSM) FRAMEWORK
4654 M: Chris Wright <chrisw@sous-sol.org>
4655 L: linux-security-module@vger.kernel.org
4656 S: Supported
4657
4658 LIS3LV02D ACCELEROMETER DRIVER
4659 M: Eric Piel <eric.piel@tremplin-utc.net>
4660 S: Maintained
4661 F: Documentation/misc-devices/lis3lv02d
4662 F: drivers/misc/lis3lv02d/
4663 F: drivers/platform/x86/hp_accel.c
4664
4665 LLC (802.2)
4666 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4667 S: Maintained
4668 F: include/linux/llc.h
4669 F: include/net/llc*
4670 F: net/llc/
4671
4672 LM73 HARDWARE MONITOR DRIVER
4673 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
4674 L: lm-sensors@lm-sensors.org
4675 S: Maintained
4676 F: drivers/hwmon/lm73.c
4677
4678 LM78 HARDWARE MONITOR DRIVER
4679 M: Jean Delvare <khali@linux-fr.org>
4680 L: lm-sensors@lm-sensors.org
4681 S: Maintained
4682 F: Documentation/hwmon/lm78
4683 F: drivers/hwmon/lm78.c
4684
4685 LM83 HARDWARE MONITOR DRIVER
4686 M: Jean Delvare <khali@linux-fr.org>
4687 L: lm-sensors@lm-sensors.org
4688 S: Maintained
4689 F: Documentation/hwmon/lm83
4690 F: drivers/hwmon/lm83.c
4691
4692 LM90 HARDWARE MONITOR DRIVER
4693 M: Jean Delvare <khali@linux-fr.org>
4694 L: lm-sensors@lm-sensors.org
4695 S: Maintained
4696 F: Documentation/hwmon/lm90
4697 F: drivers/hwmon/lm90.c
4698
4699 LME2510 MEDIA DRIVER
4700 M: Malcolm Priestley <tvboxspy@gmail.com>
4701 L: linux-media@vger.kernel.org
4702 W: http://linuxtv.org/
4703 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4704 S: Maintained
4705 F: drivers/media/usb/dvb-usb-v2/lmedm04*
4706
4707 LOCKDEP AND LOCKSTAT
4708 M: Peter Zijlstra <peterz@infradead.org>
4709 M: Ingo Molnar <mingo@redhat.com>
4710 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4711 S: Maintained
4712 F: Documentation/lockdep*.txt
4713 F: Documentation/lockstat.txt
4714 F: include/linux/lockdep.h
4715 F: kernel/lockdep*
4716
4717 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4718 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
4719 L: linux-ntfs-dev@lists.sourceforge.net
4720 W: http://www.linux-ntfs.org/content/view/19/37/
4721 S: Maintained
4722 F: Documentation/ldm.txt
4723 F: block/partitions/ldm.*
4724
4725 LogFS
4726 M: Joern Engel <joern@logfs.org>
4727 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
4728 L: logfs@logfs.org
4729 W: logfs.org
4730 S: Maintained
4731 F: fs/logfs/
4732
4733 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4734 M: Eric Moore <Eric.Moore@lsi.com>
4735 M: support@lsi.com
4736 L: DL-MPTFusionLinux@lsi.com
4737 L: linux-scsi@vger.kernel.org
4738 W: http://www.lsilogic.com/support
4739 S: Supported
4740 F: drivers/message/fusion/
4741
4742 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4743 M: Matthew Wilcox <matthew@wil.cx>
4744 L: linux-scsi@vger.kernel.org
4745 S: Maintained
4746 F: drivers/scsi/sym53c8xx_2/
4747
4748 LTC4261 HARDWARE MONITOR DRIVER
4749 M: Guenter Roeck <linux@roeck-us.net>
4750 L: lm-sensors@lm-sensors.org
4751 S: Maintained
4752 F: Documentation/hwmon/ltc4261
4753 F: drivers/hwmon/ltc4261.c
4754
4755 LTP (Linux Test Project)
4756 M: Shubham Goyal <shubham@linux.vnet.ibm.com>
4757 M: Mike Frysinger <vapier@gentoo.org>
4758 M: Cyril Hrubis <chrubis@suse.cz>
4759 M: Caspar Zhang <caspar@casparzhang.com>
4760 M: Wanlong Gao <gaowanlong@cn.fujitsu.com>
4761 L: ltp-list@lists.sourceforge.net (subscribers-only)
4762 W: http://ltp.sourceforge.net/
4763 T: git git://github.com/linux-test-project/ltp.git
4764 T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4765 S: Maintained
4766
4767 M32R ARCHITECTURE
4768 M: Hirokazu Takata <takata@linux-m32r.org>
4769 L: linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4770 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4771 W: http://www.linux-m32r.org/
4772 S: Maintained
4773 F: arch/m32r/
4774
4775 M68K ARCHITECTURE
4776 M: Geert Uytterhoeven <geert@linux-m68k.org>
4777 L: linux-m68k@lists.linux-m68k.org
4778 W: http://www.linux-m68k.org/
4779 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4780 S: Maintained
4781 F: arch/m68k/
4782 F: drivers/zorro/
4783
4784 M68K ON APPLE MACINTOSH
4785 M: Joshua Thompson <funaho@jurai.org>
4786 W: http://www.mac.linux-m68k.org/
4787 L: linux-m68k@lists.linux-m68k.org
4788 S: Maintained
4789 F: arch/m68k/mac/
4790
4791 M68K ON HP9000/300
4792 M: Philip Blundell <philb@gnu.org>
4793 W: http://www.tazenda.demon.co.uk/phil/linux-hp
4794 S: Maintained
4795 F: arch/m68k/hp300/
4796
4797 M88RS2000 MEDIA DRIVER
4798 M: Malcolm Priestley <tvboxspy@gmail.com>
4799 L: linux-media@vger.kernel.org
4800 W: http://linuxtv.org/
4801 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4802 S: Maintained
4803 F: drivers/media/dvb-frontends/m88rs2000*
4804
4805 MAC80211
4806 M: Johannes Berg <johannes@sipsolutions.net>
4807 L: linux-wireless@vger.kernel.org
4808 W: http://wireless.kernel.org/
4809 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4810 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4811 S: Maintained
4812 F: Documentation/networking/mac80211-injection.txt
4813 F: include/net/mac80211.h
4814 F: net/mac80211/
4815
4816 MAC80211 PID RATE CONTROL
4817 M: Stefano Brivio <stefano.brivio@polimi.it>
4818 M: Mattias Nissler <mattias.nissler@gmx.de>
4819 L: linux-wireless@vger.kernel.org
4820 W: http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
4821 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4822 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4823 S: Maintained
4824 F: net/mac80211/rc80211_pid*
4825
4826 MACVLAN DRIVER
4827 M: Patrick McHardy <kaber@trash.net>
4828 L: netdev@vger.kernel.org
4829 S: Maintained
4830 F: drivers/net/macvlan.c
4831 F: include/linux/if_macvlan.h
4832
4833 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4834 M: Michael Kerrisk <mtk.manpages@gmail.com>
4835 W: http://www.kernel.org/doc/man-pages
4836 L: linux-man@vger.kernel.org
4837 S: Maintained
4838
4839 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
4840 M: Mirko Lindner <mlindner@marvell.com>
4841 M: Stephen Hemminger <shemminger@vyatta.com>
4842 L: netdev@vger.kernel.org
4843 S: Maintained
4844 F: drivers/net/ethernet/marvell/sk*
4845
4846 MARVELL LIBERTAS WIRELESS DRIVER
4847 M: Dan Williams <dcbw@redhat.com>
4848 L: libertas-dev@lists.infradead.org
4849 S: Maintained
4850 F: drivers/net/wireless/libertas/
4851
4852 MARVELL MV643XX ETHERNET DRIVER
4853 M: Lennert Buytenhek <buytenh@wantstofly.org>
4854 L: netdev@vger.kernel.org
4855 S: Maintained
4856 F: drivers/net/ethernet/marvell/mv643xx_eth.*
4857 F: include/linux/mv643xx.h
4858
4859 MARVELL MWIFIEX WIRELESS DRIVER
4860 M: Bing Zhao <bzhao@marvell.com>
4861 L: linux-wireless@vger.kernel.org
4862 S: Maintained
4863 F: drivers/net/wireless/mwifiex/
4864
4865 MARVELL MWL8K WIRELESS DRIVER
4866 M: Lennert Buytenhek <buytenh@wantstofly.org>
4867 L: linux-wireless@vger.kernel.org
4868 S: Odd Fixes
4869 F: drivers/net/wireless/mwl8k.c
4870
4871 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4872 M: Nicolas Pitre <nico@fluxnic.net>
4873 S: Odd Fixes
4874 F: drivers/mmc/host/mvsdio.*
4875
4876 MATROX FRAMEBUFFER DRIVER
4877 L: linux-fbdev@vger.kernel.org
4878 S: Orphan
4879 F: drivers/video/matrox/matroxfb_*
4880 F: include/linux/matroxfb.h
4881
4882 MAX16065 HARDWARE MONITOR DRIVER
4883 M: Guenter Roeck <linux@roeck-us.net>
4884 L: lm-sensors@lm-sensors.org
4885 S: Maintained
4886 F: Documentation/hwmon/max16065
4887 F: drivers/hwmon/max16065.c
4888
4889 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4890 M: "Hans J. Koch" <hjk@hansjkoch.de>
4891 L: lm-sensors@lm-sensors.org
4892 S: Maintained
4893 F: Documentation/hwmon/max6650
4894 F: drivers/hwmon/max6650.c
4895
4896 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4897 M: Mauro Carvalho Chehab <mchehab@redhat.com>
4898 P: LinuxTV.org Project
4899 L: linux-media@vger.kernel.org
4900 W: http://linuxtv.org
4901 Q: http://patchwork.kernel.org/project/linux-media/list/
4902 T: git git://linuxtv.org/media_tree.git
4903 S: Maintained
4904 F: Documentation/dvb/
4905 F: Documentation/video4linux/
4906 F: Documentation/DocBook/media/
4907 F: drivers/media/
4908 F: drivers/staging/media/
4909 F: include/media/
4910 F: include/uapi/linux/dvb/
4911 F: include/uapi/linux/videodev2.h
4912 F: include/uapi/linux/media.h
4913 F: include/uapi/linux/v4l2-*
4914 F: include/uapi/linux/meye.h
4915 F: include/uapi/linux/ivtv*
4916 F: include/uapi/linux/uvcvideo.h
4917
4918 MEGARAID SCSI DRIVERS
4919 M: Neela Syam Kolli <megaraidlinux@lsi.com>
4920 L: linux-scsi@vger.kernel.org
4921 W: http://megaraid.lsilogic.com
4922 S: Maintained
4923 F: Documentation/scsi/megaraid.txt
4924 F: drivers/scsi/megaraid.*
4925 F: drivers/scsi/megaraid/
4926
4927 MEMORY MANAGEMENT
4928 L: linux-mm@kvack.org
4929 W: http://www.linux-mm.org
4930 S: Maintained
4931 F: include/linux/mm.h
4932 F: mm/
4933
4934 MEMORY RESOURCE CONTROLLER
4935 M: Johannes Weiner <hannes@cmpxchg.org>
4936 M: Michal Hocko <mhocko@suse.cz>
4937 M: Balbir Singh <bsingharora@gmail.com>
4938 M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4939 L: cgroups@vger.kernel.org
4940 L: linux-mm@kvack.org
4941 S: Maintained
4942 F: mm/memcontrol.c
4943 F: mm/page_cgroup.c
4944
4945 MEMORY TECHNOLOGY DEVICES (MTD)
4946 M: David Woodhouse <dwmw2@infradead.org>
4947 L: linux-mtd@lists.infradead.org
4948 W: http://www.linux-mtd.infradead.org/
4949 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
4950 T: git git://git.infradead.org/mtd-2.6.git
4951 S: Maintained
4952 F: drivers/mtd/
4953 F: include/linux/mtd/
4954 F: include/mtd/
4955
4956 MICROBLAZE ARCHITECTURE
4957 M: Michal Simek <monstr@monstr.eu>
4958 L: microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
4959 W: http://www.monstr.eu/fdt/
4960 T: git git://git.monstr.eu/linux-2.6-microblaze.git
4961 S: Supported
4962 F: arch/microblaze/
4963
4964 MICROTEK X6 SCANNER
4965 M: Oliver Neukum <oliver@neukum.org>
4966 S: Maintained
4967 F: drivers/usb/image/microtek.*
4968
4969 MIPS
4970 M: Ralf Baechle <ralf@linux-mips.org>
4971 L: linux-mips@linux-mips.org
4972 W: http://www.linux-mips.org/
4973 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
4974 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
4975 S: Supported
4976 F: Documentation/mips/
4977 F: arch/mips/
4978
4979 MODULE SUPPORT
4980 M: Rusty Russell <rusty@rustcorp.com.au>
4981 S: Maintained
4982 F: include/linux/module.h
4983 F: kernel/module.c
4984
4985 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4986 W: http://popies.net/meye/
4987 S: Orphan
4988 F: Documentation/video4linux/meye.txt
4989 F: drivers/media/pci/meye/
4990 F: include/uapi/linux/meye.h
4991
4992 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4993 M: Pavel Pisa <ppisa@pikron.com>
4994 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4995 S: Maintained
4996 F: drivers/mmc/host/imxmmc.*
4997
4998 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4999 M: Jiri Slaby <jirislaby@gmail.com>
5000 S: Maintained
5001 F: Documentation/serial/moxa-smartio
5002 F: drivers/tty/mxser.*
5003
5004 MR800 AVERMEDIA USB FM RADIO DRIVER
5005 M: Alexey Klimov <klimov.linux@gmail.com>
5006 L: linux-media@vger.kernel.org
5007 T: git git://linuxtv.org/media_tree.git
5008 S: Maintained
5009 F: drivers/media/radio/radio-mr800.c
5010
5011 MSI LAPTOP SUPPORT
5012 M: "Lee, Chun-Yi" <jlee@novell.com>
5013 L: platform-driver-x86@vger.kernel.org
5014 S: Maintained
5015 F: drivers/platform/x86/msi-laptop.c
5016
5017 MSI WMI SUPPORT
5018 M: Anisse Astier <anisse@astier.eu>
5019 L: platform-driver-x86@vger.kernel.org
5020 S: Supported
5021 F: drivers/platform/x86/msi-wmi.c
5022
5023 MULTIFUNCTION DEVICES (MFD)
5024 M: Samuel Ortiz <sameo@linux.intel.com>
5025 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
5026 S: Supported
5027 F: drivers/mfd/
5028
5029 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5030 M: Chris Ball <cjb@laptop.org>
5031 L: linux-mmc@vger.kernel.org
5032 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5033 S: Maintained
5034 F: drivers/mmc/
5035 F: include/linux/mmc/
5036
5037 MULTIMEDIA CARD (MMC) ETC. OVER SPI
5038 S: Orphan
5039 F: drivers/mmc/host/mmc_spi.c
5040 F: include/linux/spi/mmc_spi.h
5041
5042 MULTISOUND SOUND DRIVER
5043 M: Andrew Veliath <andrewtv@usa.net>
5044 S: Maintained
5045 F: Documentation/sound/oss/MultiSound
5046 F: sound/oss/msnd*
5047
5048 MULTITECH MULTIPORT CARD (ISICOM)
5049 S: Orphan
5050 F: drivers/tty/isicom.c
5051 F: include/linux/isicom.h
5052
5053 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
5054 M: Felipe Balbi <balbi@ti.com>
5055 L: linux-usb@vger.kernel.org
5056 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5057 S: Maintained
5058 F: drivers/usb/musb/
5059
5060 MXL5007T MEDIA DRIVER
5061 M: Michael Krufky <mkrufky@linuxtv.org>
5062 L: linux-media@vger.kernel.org
5063 W: http://linuxtv.org/
5064 W: http://github.com/mkrufky
5065 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5066 T: git git://linuxtv.org/mkrufky/tuners.git
5067 S: Maintained
5068 F: drivers/media/tuners/mxl5007t.*
5069
5070 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
5071 M: Andrew Gallatin <gallatin@myri.com>
5072 L: netdev@vger.kernel.org
5073 W: http://www.myri.com/scs/download-Myri10GE.html
5074 S: Supported
5075 F: drivers/net/ethernet/myricom/myri10ge/
5076
5077 NATSEMI ETHERNET DRIVER (DP8381x)
5078 S: Orphan
5079 F: drivers/net/ethernet/natsemi/natsemi.c
5080
5081 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5082 M: Daniel Mack <zonque@gmail.com>
5083 S: Maintained
5084 L: alsa-devel@alsa-project.org
5085 W: http://www.native-instruments.com
5086 F: sound/usb/caiaq/
5087
5088 NCP FILESYSTEM
5089 M: Petr Vandrovec <petr@vandrovec.name>
5090 S: Odd Fixes
5091 F: fs/ncpfs/
5092
5093 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5094 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5095 L: linux-scsi@vger.kernel.org
5096 S: Maintained
5097 F: drivers/scsi/NCR_D700.*
5098
5099 NETEFFECT IWARP RNIC DRIVER (IW_NES)
5100 M: Faisal Latif <faisal.latif@intel.com>
5101 L: linux-rdma@vger.kernel.org
5102 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5103 S: Supported
5104 F: drivers/infiniband/hw/nes/
5105
5106 NETEM NETWORK EMULATOR
5107 M: Stephen Hemminger <shemminger@vyatta.com>
5108 L: netem@lists.linux-foundation.org
5109 S: Maintained
5110 F: net/sched/sch_netem.c
5111
5112 NETERION 10GbE DRIVERS (s2io/vxge)
5113 M: Jon Mason <jdmason@kudzu.us>
5114 L: netdev@vger.kernel.org
5115 S: Supported
5116 F: Documentation/networking/s2io.txt
5117 F: Documentation/networking/vxge.txt
5118 F: drivers/net/ethernet/neterion/
5119
5120 NETFILTER/IPTABLES/IPCHAINS
5121 P: Harald Welte
5122 P: Jozsef Kadlecsik
5123 M: Pablo Neira Ayuso <pablo@netfilter.org>
5124 M: Patrick McHardy <kaber@trash.net>
5125 L: netfilter-devel@vger.kernel.org
5126 L: netfilter@vger.kernel.org
5127 L: coreteam@netfilter.org
5128 W: http://www.netfilter.org/
5129 W: http://www.iptables.org/
5130 T: git git://1984.lsi.us.es/nf
5131 T: git git://1984.lsi.us.es/nf-next
5132 S: Supported
5133 F: include/linux/netfilter*
5134 F: include/linux/netfilter/
5135 F: include/net/netfilter/
5136 F: net/*/netfilter.c
5137 F: net/*/netfilter/
5138 F: net/netfilter/
5139
5140 NETLABEL
5141 M: Paul Moore <paul@paul-moore.com>
5142 W: http://netlabel.sf.net
5143 L: netdev@vger.kernel.org
5144 S: Maintained
5145 F: Documentation/netlabel/
5146 F: include/net/netlabel.h
5147 F: net/netlabel/
5148
5149 NETROM NETWORK LAYER
5150 M: Ralf Baechle <ralf@linux-mips.org>
5151 L: linux-hams@vger.kernel.org
5152 W: http://www.linux-ax25.org/
5153 S: Maintained
5154 F: include/linux/netrom.h
5155 F: include/net/netrom.h
5156 F: net/netrom/
5157
5158 NETWORK BLOCK DEVICE (NBD)
5159 M: Paul Clements <Paul.Clements@steeleye.com>
5160 S: Maintained
5161 F: Documentation/blockdev/nbd.txt
5162 F: drivers/block/nbd.c
5163 F: include/linux/nbd.h
5164
5165 NETWORK DROP MONITOR
5166 M: Neil Horman <nhorman@tuxdriver.com>
5167 L: netdev@vger.kernel.org
5168 S: Maintained
5169 W: https://fedorahosted.org/dropwatch/
5170 F: net/core/drop_monitor.c
5171
5172 NETWORKING [GENERAL]
5173 M: "David S. Miller" <davem@davemloft.net>
5174 L: netdev@vger.kernel.org
5175 W: http://www.linuxfoundation.org/en/Net
5176 W: http://patchwork.ozlabs.org/project/netdev/list/
5177 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5178 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5179 S: Maintained
5180 F: net/
5181 F: include/net/
5182 F: include/linux/in.h
5183 F: include/linux/net.h
5184 F: include/linux/netdevice.h
5185
5186 NETWORKING [IPv4/IPv6]
5187 M: "David S. Miller" <davem@davemloft.net>
5188 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5189 M: James Morris <jmorris@namei.org>
5190 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5191 M: Patrick McHardy <kaber@trash.net>
5192 L: netdev@vger.kernel.org
5193 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5194 S: Maintained
5195 F: net/ipv4/
5196 F: net/ipv6/
5197 F: include/net/ip*
5198 F: arch/x86/net/*
5199
5200 NETWORKING [IPSEC]
5201 M: Steffen Klassert <steffen.klassert@secunet.com>
5202 M: Herbert Xu <herbert@gondor.apana.org.au>
5203 M: "David S. Miller" <davem@davemloft.net>
5204 L: netdev@vger.kernel.org
5205 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5206 S: Maintained
5207 F: net/xfrm/
5208 F: net/key/
5209 F: net/ipv4/xfrm*
5210 F: net/ipv6/xfrm*
5211 F: include/uapi/linux/xfrm.h
5212 F: include/net/xfrm.h
5213
5214 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5215 M: Paul Moore <paul@paul-moore.com>
5216 L: netdev@vger.kernel.org
5217 S: Maintained
5218
5219 NETWORKING [WIRELESS]
5220 M: "John W. Linville" <linville@tuxdriver.com>
5221 L: linux-wireless@vger.kernel.org
5222 Q: http://patchwork.kernel.org/project/linux-wireless/list/
5223 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5224 S: Maintained
5225 F: net/mac80211/
5226 F: net/rfkill/
5227 F: net/wireless/
5228 F: include/net/ieee80211*
5229 F: include/linux/wireless.h
5230 F: include/net/iw_handler.h
5231 F: drivers/net/wireless/
5232
5233 NETWORKING DRIVERS
5234 L: netdev@vger.kernel.org
5235 W: http://www.linuxfoundation.org/en/Net
5236 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5237 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5238 S: Odd Fixes
5239 F: drivers/net/
5240 F: include/linux/if_*
5241 F: include/linux/netdevice.h
5242 F: include/linux/arcdevice.h
5243 F: include/linux/etherdevice.h
5244 F: include/linux/fcdevice.h
5245 F: include/linux/fddidevice.h
5246 F: include/linux/hippidevice.h
5247 F: include/linux/inetdevice.h
5248
5249 NETXEN (1/10) GbE SUPPORT
5250 M: Sony Chacko <sony.chacko@qlogic.com>
5251 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
5252 L: netdev@vger.kernel.org
5253 W: http://www.qlogic.com
5254 S: Supported
5255 F: drivers/net/ethernet/qlogic/netxen/
5256
5257 NFC SUBSYSTEM
5258 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
5259 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
5260 M: Samuel Ortiz <sameo@linux.intel.com>
5261 L: linux-wireless@vger.kernel.org
5262 L: linux-nfc@lists.01.org (moderated for non-subscribers)
5263 S: Maintained
5264 F: net/nfc/
5265 F: include/linux/nfc.h
5266 F: include/net/nfc/
5267 F: drivers/nfc/
5268
5269 NFS, SUNRPC, AND LOCKD CLIENTS
5270 M: Trond Myklebust <Trond.Myklebust@netapp.com>
5271 L: linux-nfs@vger.kernel.org
5272 W: http://client.linux-nfs.org
5273 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5274 S: Maintained
5275 F: fs/lockd/
5276 F: fs/nfs/
5277 F: fs/nfs_common/
5278 F: net/sunrpc/
5279 F: include/linux/lockd/
5280 F: include/linux/nfs*
5281 F: include/linux/sunrpc/
5282
5283 NI5010 NETWORK DRIVER
5284 M: Jan-Pascal van Best <janpascal@vanbest.org>
5285 M: Andreas Mohr <andi@lisas.de>
5286 L: netdev@vger.kernel.org
5287 S: Maintained
5288 F: drivers/net/ethernet/racal/ni5010.*
5289
5290 NILFS2 FILESYSTEM
5291 M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
5292 L: linux-nilfs@vger.kernel.org
5293 W: http://www.nilfs.org/en/
5294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5295 S: Supported
5296 F: Documentation/filesystems/nilfs2.txt
5297 F: fs/nilfs2/
5298 F: include/linux/nilfs2_fs.h
5299
5300 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5301 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5302 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5303 S: Maintained
5304 F: Documentation/scsi/NinjaSCSI.txt
5305 F: drivers/scsi/pcmcia/nsp_*
5306
5307 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5308 M: GOTO Masanori <gotom@debian.or.jp>
5309 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5310 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5311 S: Maintained
5312 F: Documentation/scsi/NinjaSCSI.txt
5313 F: drivers/scsi/nsp32*
5314
5315 NTFS FILESYSTEM
5316 M: Anton Altaparmakov <anton@tuxera.com>
5317 L: linux-ntfs-dev@lists.sourceforge.net
5318 W: http://www.tuxera.com/
5319 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5320 S: Supported
5321 F: Documentation/filesystems/ntfs.txt
5322 F: fs/ntfs/
5323
5324 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5325 M: Antonino Daplas <adaplas@gmail.com>
5326 L: linux-fbdev@vger.kernel.org
5327 S: Maintained
5328 F: drivers/video/riva/
5329 F: drivers/video/nvidia/
5330
5331 OMAP SUPPORT
5332 M: Tony Lindgren <tony@atomide.com>
5333 L: linux-omap@vger.kernel.org
5334 W: http://www.muru.com/linux/omap/
5335 W: http://linux.omap.com/
5336 Q: http://patchwork.kernel.org/project/linux-omap/list/
5337 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5338 S: Maintained
5339 F: arch/arm/*omap*/
5340 F: drivers/i2c/busses/i2c-omap.c
5341 F: include/linux/i2c-omap.h
5342
5343 OMAP CLOCK FRAMEWORK SUPPORT
5344 M: Paul Walmsley <paul@pwsan.com>
5345 L: linux-omap@vger.kernel.org
5346 S: Maintained
5347 F: arch/arm/*omap*/*clock*
5348
5349 OMAP POWER MANAGEMENT SUPPORT
5350 M: Kevin Hilman <khilman@ti.com>
5351 L: linux-omap@vger.kernel.org
5352 S: Maintained
5353 F: arch/arm/*omap*/*pm*
5354 F: drivers/cpufreq/omap-cpufreq.c
5355
5356 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5357 M: Rajendra Nayak <rnayak@ti.com>
5358 M: Paul Walmsley <paul@pwsan.com>
5359 L: linux-omap@vger.kernel.org
5360 S: Maintained
5361 F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5362 F: arch/arm/mach-omap2/powerdomain44xx.c
5363 F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5364 F: arch/arm/mach-omap2/clockdomain44xx.c
5365
5366 OMAP AUDIO SUPPORT
5367 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
5368 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
5369 L: alsa-devel@alsa-project.org (subscribers-only)
5370 L: linux-omap@vger.kernel.org
5371 S: Maintained
5372 F: sound/soc/omap/
5373
5374 OMAP FRAMEBUFFER SUPPORT
5375 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
5376 L: linux-fbdev@vger.kernel.org
5377 L: linux-omap@vger.kernel.org
5378 S: Maintained
5379 F: drivers/video/omap/
5380
5381 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5382 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
5383 L: linux-omap@vger.kernel.org
5384 L: linux-fbdev@vger.kernel.org
5385 S: Maintained
5386 F: drivers/video/omap2/
5387 F: Documentation/arm/OMAP/DSS
5388
5389 OMAP HARDWARE SPINLOCK SUPPORT
5390 M: Ohad Ben-Cohen <ohad@wizery.com>
5391 L: linux-omap@vger.kernel.org
5392 S: Maintained
5393 F: drivers/hwspinlock/omap_hwspinlock.c
5394 F: arch/arm/mach-omap2/hwspinlock.c
5395
5396 OMAP MMC SUPPORT
5397 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
5398 L: linux-omap@vger.kernel.org
5399 S: Maintained
5400 F: drivers/mmc/host/omap.c
5401
5402 OMAP HS MMC SUPPORT
5403 M: Venkatraman S <svenkatr@ti.com>
5404 L: linux-mmc@vger.kernel.org
5405 L: linux-omap@vger.kernel.org
5406 S: Maintained
5407 F: drivers/mmc/host/omap_hsmmc.c
5408
5409 OMAP RANDOM NUMBER GENERATOR SUPPORT
5410 M: Deepak Saxena <dsaxena@plexity.net>
5411 S: Maintained
5412 F: drivers/char/hw_random/omap-rng.c
5413
5414 OMAP HWMOD SUPPORT
5415 M: Benoît Cousson <b-cousson@ti.com>
5416 M: Paul Walmsley <paul@pwsan.com>
5417 L: linux-omap@vger.kernel.org
5418 S: Maintained
5419 F: arch/arm/mach-omap2/omap_hwmod.c
5420 F: arch/arm/plat-omap/include/plat/omap_hwmod.h
5421
5422 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
5423 M: Benoît Cousson <b-cousson@ti.com>
5424 L: linux-omap@vger.kernel.org
5425 S: Maintained
5426 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
5427
5428 OMAP IMAGE SIGNAL PROCESSOR (ISP)
5429 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5430 L: linux-media@vger.kernel.org
5431 S: Maintained
5432 F: drivers/media/platform/omap3isp/
5433
5434 OMAP USB SUPPORT
5435 M: Felipe Balbi <balbi@ti.com>
5436 L: linux-usb@vger.kernel.org
5437 L: linux-omap@vger.kernel.org
5438 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5439 S: Maintained
5440 F: drivers/usb/*/*omap*
5441 F: arch/arm/*omap*/usb*
5442
5443 OMAP GPIO DRIVER
5444 M: Santosh Shilimkar <santosh.shilimkar@ti.com>
5445 M: Kevin Hilman <khilman@ti.com>
5446 L: linux-omap@vger.kernel.org
5447 S: Maintained
5448 F: drivers/gpio/gpio-omap.c
5449
5450 OMFS FILESYSTEM
5451 M: Bob Copeland <me@bobcopeland.com>
5452 L: linux-karma-devel@lists.sourceforge.net
5453 S: Maintained
5454 F: Documentation/filesystems/omfs.txt
5455 F: fs/omfs/
5456
5457 OMNIKEY CARDMAN 4000 DRIVER
5458 M: Harald Welte <laforge@gnumonks.org>
5459 S: Maintained
5460 F: drivers/char/pcmcia/cm4000_cs.c
5461 F: include/linux/cm4000_cs.h
5462
5463 OMNIKEY CARDMAN 4040 DRIVER
5464 M: Harald Welte <laforge@gnumonks.org>
5465 S: Maintained
5466 F: drivers/char/pcmcia/cm4040_cs.*
5467
5468 OMNIVISION OV7670 SENSOR DRIVER
5469 M: Jonathan Corbet <corbet@lwn.net>
5470 L: linux-media@vger.kernel.org
5471 T: git git://linuxtv.org/media_tree.git
5472 S: Maintained
5473 F: drivers/media/i2c/ov7670.c
5474
5475 ONENAND FLASH DRIVER
5476 M: Kyungmin Park <kyungmin.park@samsung.com>
5477 L: linux-mtd@lists.infradead.org
5478 S: Maintained
5479 F: drivers/mtd/onenand/
5480 F: include/linux/mtd/onenand*.h
5481
5482 ONSTREAM SCSI TAPE DRIVER
5483 M: Willem Riede <osst@riede.org>
5484 L: osst-users@lists.sourceforge.net
5485 L: linux-scsi@vger.kernel.org
5486 S: Maintained
5487 F: drivers/scsi/osst*
5488 F: drivers/scsi/st*
5489
5490 OPENCORES I2C BUS DRIVER
5491 M: Peter Korsgaard <jacmet@sunsite.dk>
5492 L: linux-i2c@vger.kernel.org
5493 S: Maintained
5494 F: Documentation/i2c/busses/i2c-ocores
5495 F: drivers/i2c/busses/i2c-ocores.c
5496
5497 OPEN FIRMWARE AND FLATTENED DEVICE TREE
5498 M: Grant Likely <grant.likely@secretlab.ca>
5499 M: Rob Herring <rob.herring@calxeda.com>
5500 L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5501 W: http://fdt.secretlab.ca
5502 T: git git://git.secretlab.ca/git/linux-2.6.git
5503 S: Maintained
5504 F: Documentation/devicetree
5505 F: drivers/of
5506 F: include/linux/of*.h
5507 F: scripts/dtc
5508 K: of_get_property
5509 K: of_match_table
5510
5511 OPENRISC ARCHITECTURE
5512 M: Jonas Bonn <jonas@southpole.se>
5513 W: http://openrisc.net
5514 L: linux@lists.openrisc.net (moderated for non-subscribers)
5515 S: Maintained
5516 T: git git://openrisc.net/~jonas/linux
5517 F: arch/openrisc
5518
5519 OPENVSWITCH
5520 M: Jesse Gross <jesse@nicira.com>
5521 L: dev@openvswitch.org
5522 W: http://openvswitch.org
5523 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5524 S: Maintained
5525 F: net/openvswitch/
5526
5527 OPL4 DRIVER
5528 M: Clemens Ladisch <clemens@ladisch.de>
5529 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5530 T: git git://git.alsa-project.org/alsa-kernel.git
5531 S: Maintained
5532 F: sound/drivers/opl4/
5533
5534 OPROFILE
5535 M: Robert Richter <rric@kernel.org>
5536 L: oprofile-list@lists.sf.net
5537 S: Maintained
5538 F: arch/*/include/asm/oprofile*.h
5539 F: arch/*/oprofile/
5540 F: drivers/oprofile/
5541 F: include/linux/oprofile.h
5542
5543 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
5544 M: Mark Fasheh <mfasheh@suse.com>
5545 M: Joel Becker <jlbec@evilplan.org>
5546 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
5547 W: http://oss.oracle.com/projects/ocfs2/
5548 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
5549 S: Supported
5550 F: Documentation/filesystems/ocfs2.txt
5551 F: Documentation/filesystems/dlmfs.txt
5552 F: fs/ocfs2/
5553
5554 ORINOCO DRIVER
5555 L: linux-wireless@vger.kernel.org
5556 W: http://wireless.kernel.org/en/users/Drivers/orinoco
5557 W: http://www.nongnu.org/orinoco/
5558 S: Orphan
5559 F: drivers/net/wireless/orinoco/
5560
5561 OSD LIBRARY and FILESYSTEM
5562 M: Boaz Harrosh <bharrosh@panasas.com>
5563 M: Benny Halevy <bhalevy@tonian.com>
5564 L: osd-dev@open-osd.org
5565 W: http://open-osd.org
5566 T: git git://git.open-osd.org/open-osd.git
5567 S: Maintained
5568 F: drivers/scsi/osd/
5569 F: include/scsi/osd_*
5570 F: fs/exofs/
5571
5572 P54 WIRELESS DRIVER
5573 M: Christian Lamparter <chunkeey@googlemail.com>
5574 L: linux-wireless@vger.kernel.org
5575 W: http://wireless.kernel.org/en/users/Drivers/p54
5576 S: Maintained
5577 F: drivers/net/wireless/p54/
5578
5579 PA SEMI ETHERNET DRIVER
5580 M: Olof Johansson <olof@lixom.net>
5581 L: netdev@vger.kernel.org
5582 S: Maintained
5583 F: drivers/net/ethernet/pasemi/*
5584
5585 PA SEMI SMBUS DRIVER
5586 M: Olof Johansson <olof@lixom.net>
5587 L: linux-i2c@vger.kernel.org
5588 S: Maintained
5589 F: drivers/i2c/busses/i2c-pasemi.c
5590
5591 PADATA PARALLEL EXECUTION MECHANISM
5592 M: Steffen Klassert <steffen.klassert@secunet.com>
5593 L: linux-crypto@vger.kernel.org
5594 S: Maintained
5595 F: kernel/padata.c
5596 F: include/linux/padata.h
5597 F: Documentation/padata.txt
5598
5599 PANASONIC LAPTOP ACPI EXTRAS DRIVER
5600 M: Harald Welte <laforge@gnumonks.org>
5601 L: platform-driver-x86@vger.kernel.org
5602 S: Maintained
5603 F: drivers/platform/x86/panasonic-laptop.c
5604
5605 PANASONIC MN10300/AM33/AM34 PORT
5606 M: David Howells <dhowells@redhat.com>
5607 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5608 L: linux-am33-list@redhat.com (moderated for non-subscribers)
5609 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5610 S: Maintained
5611 F: Documentation/mn10300/
5612 F: arch/mn10300/
5613
5614 PARALLEL PORT SUPPORT
5615 L: linux-parport@lists.infradead.org (subscribers-only)
5616 S: Orphan
5617 F: drivers/parport/
5618 F: include/linux/parport*.h
5619 F: drivers/char/ppdev.c
5620 F: include/linux/ppdev.h
5621
5622 PARAVIRT_OPS INTERFACE
5623 M: Jeremy Fitzhardinge <jeremy@goop.org>
5624 M: Chris Wright <chrisw@sous-sol.org>
5625 M: Alok Kataria <akataria@vmware.com>
5626 M: Rusty Russell <rusty@rustcorp.com.au>
5627 L: virtualization@lists.linux-foundation.org
5628 S: Supported
5629 F: Documentation/ia64/paravirt_ops.txt
5630 F: arch/*/kernel/paravirt*
5631 F: arch/*/include/asm/paravirt.h
5632
5633 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5634 M: Tim Waugh <tim@cyberelk.net>
5635 L: linux-parport@lists.infradead.org (subscribers-only)
5636 W: http://www.torque.net/linux-pp.html
5637 S: Maintained
5638 F: Documentation/blockdev/paride.txt
5639 F: drivers/block/paride/
5640
5641 PARISC ARCHITECTURE
5642 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
5643 M: Helge Deller <deller@gmx.de>
5644 L: linux-parisc@vger.kernel.org
5645 W: http://www.parisc-linux.org/
5646 Q: http://patchwork.kernel.org/project/linux-parisc/list/
5647 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5648 S: Maintained
5649 F: arch/parisc/
5650 F: drivers/parisc/
5651
5652 PC87360 HARDWARE MONITORING DRIVER
5653 M: Jim Cromie <jim.cromie@gmail.com>
5654 L: lm-sensors@lm-sensors.org
5655 S: Maintained
5656 F: Documentation/hwmon/pc87360
5657 F: drivers/hwmon/pc87360.c
5658
5659 PC8736x GPIO DRIVER
5660 M: Jim Cromie <jim.cromie@gmail.com>
5661 S: Maintained
5662 F: drivers/char/pc8736x_gpio.c
5663
5664 PC87427 HARDWARE MONITORING DRIVER
5665 M: Jean Delvare <khali@linux-fr.org>
5666 L: lm-sensors@lm-sensors.org
5667 S: Maintained
5668 F: Documentation/hwmon/pc87427
5669 F: drivers/hwmon/pc87427.c
5670
5671 PCA9532 LED DRIVER
5672 M: Riku Voipio <riku.voipio@iki.fi>
5673 S: Maintained
5674 F: drivers/leds/leds-pca9532.c
5675 F: include/linux/leds-pca9532.h
5676
5677 PCA9541 I2C BUS MASTER SELECTOR DRIVER
5678 M: Guenter Roeck <linux@roeck-us.net>
5679 L: linux-i2c@vger.kernel.org
5680 S: Maintained
5681 F: drivers/i2c/muxes/i2c-mux-pca9541.c
5682
5683 PCA9564/PCA9665 I2C BUS DRIVER
5684 M: Wolfram Sang <w.sang@pengutronix.de>
5685 L: linux-i2c@vger.kernel.org
5686 S: Maintained
5687 F: drivers/i2c/algos/i2c-algo-pca.c
5688 F: drivers/i2c/busses/i2c-pca-*
5689 F: include/linux/i2c-algo-pca.h
5690 F: include/linux/i2c-pca-platform.h
5691
5692 PCDP - PRIMARY CONSOLE AND DEBUG PORT
5693 M: Khalid Aziz <khalid@gonehiking.org>
5694 S: Maintained
5695 F: drivers/firmware/pcdp.*
5696
5697 PCI ERROR RECOVERY
5698 M: Linas Vepstas <linasvepstas@gmail.com>
5699 L: linux-pci@vger.kernel.org
5700 S: Supported
5701 F: Documentation/PCI/pci-error-recovery.txt
5702 F: Documentation/powerpc/eeh-pci-error-recovery.txt
5703
5704 PCI SUBSYSTEM
5705 M: Bjorn Helgaas <bhelgaas@google.com>
5706 L: linux-pci@vger.kernel.org
5707 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
5708 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
5709 S: Supported
5710 F: Documentation/PCI/
5711 F: drivers/pci/
5712 F: include/linux/pci*
5713
5714 PCMCIA SUBSYSTEM
5715 P: Linux PCMCIA Team
5716 L: linux-pcmcia@lists.infradead.org
5717 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5718 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5719 S: Maintained
5720 F: Documentation/pcmcia/
5721 F: drivers/pcmcia/
5722 F: include/pcmcia/
5723
5724 PCNET32 NETWORK DRIVER
5725 M: Don Fry <pcnet32@frontier.com>
5726 L: netdev@vger.kernel.org
5727 S: Maintained
5728 F: drivers/net/ethernet/amd/pcnet32.c
5729
5730 PCRYPT PARALLEL CRYPTO ENGINE
5731 M: Steffen Klassert <steffen.klassert@secunet.com>
5732 L: linux-crypto@vger.kernel.org
5733 S: Maintained
5734 F: crypto/pcrypt.c
5735 F: include/crypto/pcrypt.h
5736
5737 PER-CPU MEMORY ALLOCATOR
5738 M: Tejun Heo <tj@kernel.org>
5739 M: Christoph Lameter <cl@linux-foundation.org>
5740 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5741 S: Maintained
5742 F: include/linux/percpu*.h
5743 F: mm/percpu*.c
5744 F: arch/*/include/asm/percpu.h
5745
5746 PER-TASK DELAY ACCOUNTING
5747 M: Balbir Singh <bsingharora@gmail.com>
5748 S: Maintained
5749 F: include/linux/delayacct.h
5750 F: kernel/delayacct.c
5751
5752 PERFORMANCE EVENTS SUBSYSTEM
5753 M: Peter Zijlstra <a.p.zijlstra@chello.nl>
5754 M: Paul Mackerras <paulus@samba.org>
5755 M: Ingo Molnar <mingo@redhat.com>
5756 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5757 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5758 S: Supported
5759 F: kernel/events/*
5760 F: include/linux/perf_event.h
5761 F: arch/*/kernel/perf_event*.c
5762 F: arch/*/kernel/*/perf_event*.c
5763 F: arch/*/kernel/*/*/perf_event*.c
5764 F: arch/*/include/asm/perf_event.h
5765 F: arch/*/lib/perf_event*.c
5766 F: arch/*/kernel/perf_callchain.c
5767 F: tools/perf/
5768
5769 PERSONALITY HANDLING
5770 M: Christoph Hellwig <hch@infradead.org>
5771 L: linux-abi-devel@lists.sourceforge.net
5772 S: Maintained
5773 F: include/linux/personality.h
5774
5775 PHONET PROTOCOL
5776 M: Remi Denis-Courmont <courmisch@gmail.com>
5777 S: Supported
5778 F: Documentation/networking/phonet.txt
5779 F: include/linux/phonet.h
5780 F: include/net/phonet/
5781 F: net/phonet/
5782
5783 PHRAM MTD DRIVER
5784 M: Joern Engel <joern@lazybastard.org>
5785 L: linux-mtd@lists.infradead.org
5786 S: Maintained
5787 F: drivers/mtd/devices/phram.c
5788
5789 PICOLCD HID DRIVER
5790 M: Bruno Prémont <bonbons@linux-vserver.org>
5791 L: linux-input@vger.kernel.org
5792 S: Maintained
5793 F: drivers/hid/hid-picolcd*
5794
5795 PICOXCELL SUPPORT
5796 M: Jamie Iles <jamie@jamieiles.com>
5797 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5798 T: git git://github.com/jamieiles/linux-2.6-ji.git
5799 S: Supported
5800 F: arch/arm/mach-picoxcell
5801 F: drivers/*/picoxcell*
5802 F: drivers/*/*/picoxcell*
5803
5804 PIN CONTROL SUBSYSTEM
5805 M: Linus Walleij <linus.walleij@linaro.org>
5806 S: Maintained
5807 F: drivers/pinctrl/
5808 F: include/linux/pinctrl/
5809
5810 PIN CONTROLLER - ST SPEAR
5811 M: Viresh Kumar <viresh.linux@gmail.com>
5812 L: spear-devel@list.st.com
5813 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5814 W: http://www.st.com/spear
5815 S: Maintained
5816 F: drivers/pinctrl/spear/
5817
5818 PKTCDVD DRIVER
5819 M: Jiri Kosina <jkosina@suse.cz>
5820 S: Maintained
5821 F: drivers/block/pktcdvd.c
5822 F: include/linux/pktcdvd.h
5823
5824 PKUNITY SOC DRIVERS
5825 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
5826 W: http://mprc.pku.edu.cn/~guanxuetao/linux
5827 S: Maintained
5828 T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5829 F: drivers/input/serio/i8042-unicore32io.h
5830 F: drivers/i2c/busses/i2c-puv3.c
5831 F: drivers/video/fb-puv3.c
5832 F: drivers/rtc/rtc-puv3.c
5833
5834 PMBUS HARDWARE MONITORING DRIVERS
5835 M: Guenter Roeck <linux@roeck-us.net>
5836 L: lm-sensors@lm-sensors.org
5837 W: http://www.lm-sensors.org/
5838 W: http://www.roeck-us.net/linux/drivers/
5839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5840 S: Maintained
5841 F: Documentation/hwmon/pmbus
5842 F: drivers/hwmon/pmbus/
5843 F: include/linux/i2c/pmbus.h
5844
5845 PMC SIERRA MaxRAID DRIVER
5846 M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5847 L: linux-scsi@vger.kernel.org
5848 W: http://www.pmc-sierra.com/
5849 S: Supported
5850 F: drivers/scsi/pmcraid.*
5851
5852 PMC SIERRA PM8001 DRIVER
5853 M: jack_wang@usish.com
5854 M: lindar_liu@usish.com
5855 L: linux-scsi@vger.kernel.org
5856 S: Supported
5857 F: drivers/scsi/pm8001/
5858
5859 POSIX CLOCKS and TIMERS
5860 M: Thomas Gleixner <tglx@linutronix.de>
5861 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5862 S: Supported
5863 F: fs/timerfd.c
5864 F: include/linux/timer*
5865 F: kernel/*timer*
5866
5867 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5868 M: Anton Vorontsov <cbou@mail.ru>
5869 M: David Woodhouse <dwmw2@infradead.org>
5870 T: git git://git.infradead.org/battery-2.6.git
5871 S: Maintained
5872 F: include/linux/power_supply.h
5873 F: drivers/power/
5874
5875 PNP SUPPORT
5876 M: Adam Belay <abelay@mit.edu>
5877 M: Bjorn Helgaas <bhelgaas@google.com>
5878 S: Maintained
5879 F: drivers/pnp/
5880
5881 PNXxxxx I2C DRIVER
5882 M: Vitaly Wool <vitalywool@gmail.com>
5883 L: linux-i2c@vger.kernel.org
5884 S: Maintained
5885 F: drivers/i2c/busses/i2c-pnx.c
5886
5887 PPP PROTOCOL DRIVERS AND COMPRESSORS
5888 M: Paul Mackerras <paulus@samba.org>
5889 L: linux-ppp@vger.kernel.org
5890 S: Maintained
5891 F: drivers/net/ppp/ppp_*
5892
5893 PPP OVER ATM (RFC 2364)
5894 M: Mitchell Blank Jr <mitch@sfgoth.com>
5895 S: Maintained
5896 F: net/atm/pppoatm.c
5897 F: include/linux/atmppp.h
5898
5899 PPP OVER ETHERNET
5900 M: Michal Ostrowski <mostrows@earthlink.net>
5901 S: Maintained
5902 F: drivers/net/ppp/pppoe.c
5903 F: drivers/net/ppp/pppox.c
5904
5905 PPP OVER L2TP
5906 M: James Chapman <jchapman@katalix.com>
5907 S: Maintained
5908 F: net/l2tp/l2tp_ppp.c
5909 F: include/linux/if_pppol2tp.h
5910
5911 PPS SUPPORT
5912 M: Rodolfo Giometti <giometti@enneenne.com>
5913 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
5914 L: linuxpps@ml.enneenne.com (subscribers-only)
5915 S: Maintained
5916 F: Documentation/pps/
5917 F: drivers/pps/
5918 F: include/linux/pps*.h
5919
5920 PPTP DRIVER
5921 M: Dmitry Kozlov <xeb@mail.ru>
5922 L: netdev@vger.kernel.org
5923 S: Maintained
5924 F: drivers/net/ppp/pptp.c
5925 W: http://sourceforge.net/projects/accel-pptp
5926
5927 PREEMPTIBLE KERNEL
5928 M: Robert Love <rml@tech9.net>
5929 L: kpreempt-tech@lists.sourceforge.net
5930 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5931 S: Supported
5932 F: Documentation/preempt-locking.txt
5933 F: include/linux/preempt.h
5934
5935 PRISM54 WIRELESS DRIVER
5936 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
5937 L: linux-wireless@vger.kernel.org
5938 W: http://wireless.kernel.org/en/users/Drivers/p54
5939 S: Obsolete
5940 F: drivers/net/wireless/prism54/
5941
5942 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5943 M: Mikael Pettersson <mikpe@it.uu.se>
5944 L: linux-ide@vger.kernel.org
5945 S: Maintained
5946 F: drivers/ata/sata_promise.*
5947
5948 PS3 NETWORK SUPPORT
5949 M: Geoff Levand <geoff@infradead.org>
5950 L: netdev@vger.kernel.org
5951 L: cbe-oss-dev@lists.ozlabs.org
5952 S: Maintained
5953 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
5954
5955 PS3 PLATFORM SUPPORT
5956 M: Geoff Levand <geoff@infradead.org>
5957 L: linuxppc-dev@lists.ozlabs.org
5958 L: cbe-oss-dev@lists.ozlabs.org
5959 S: Maintained
5960 F: arch/powerpc/boot/ps3*
5961 F: arch/powerpc/include/asm/lv1call.h
5962 F: arch/powerpc/include/asm/ps3*.h
5963 F: arch/powerpc/platforms/ps3/
5964 F: drivers/*/ps3*
5965 F: drivers/ps3/
5966 F: drivers/rtc/rtc-ps3.c
5967 F: drivers/usb/host/*ps3.c
5968 F: sound/ppc/snd_ps3*
5969
5970 PS3VRAM DRIVER
5971 M: Jim Paris <jim@jtan.com>
5972 L: cbe-oss-dev@lists.ozlabs.org
5973 S: Maintained
5974 F: drivers/block/ps3vram.c
5975
5976 PSTORE FILESYSTEM
5977 M: Anton Vorontsov <cbouatmailru@gmail.com>
5978 M: Colin Cross <ccross@android.com>
5979 M: Kees Cook <keescook@chromium.org>
5980 M: Tony Luck <tony.luck@intel.com>
5981 S: Maintained
5982 T: git git://git.infradead.org/users/cbou/linux-pstore.git
5983 F: fs/pstore/
5984 F: include/linux/pstore*
5985 F: drivers/firmware/efivars.c
5986 F: drivers/acpi/apei/erst.c
5987
5988 PTP HARDWARE CLOCK SUPPORT
5989 M: Richard Cochran <richardcochran@gmail.com>
5990 S: Maintained
5991 W: http://linuxptp.sourceforge.net/
5992 F: Documentation/ABI/testing/sysfs-ptp
5993 F: Documentation/ptp/*
5994 F: drivers/net/ethernet/freescale/gianfar_ptp.c
5995 F: drivers/net/phy/dp83640*
5996 F: drivers/ptp/*
5997 F: include/linux/ptp_cl*
5998
5999 PTRACE SUPPORT
6000 M: Roland McGrath <roland@redhat.com>
6001 M: Oleg Nesterov <oleg@redhat.com>
6002 S: Maintained
6003 F: include/asm-generic/syscall.h
6004 F: include/linux/ptrace.h
6005 F: include/linux/regset.h
6006 F: include/linux/tracehook.h
6007 F: kernel/ptrace.c
6008
6009 PVRUSB2 VIDEO4LINUX DRIVER
6010 M: Mike Isely <isely@pobox.com>
6011 L: pvrusb2@isely.net (subscribers-only)
6012 L: linux-media@vger.kernel.org
6013 W: http://www.isely.net/pvrusb2/
6014 T: git git://linuxtv.org/media_tree.git
6015 S: Maintained
6016 F: Documentation/video4linux/README.pvrusb2
6017 F: drivers/media/usb/pvrusb2/
6018
6019 PWC WEBCAM DRIVER
6020 M: Hans de Goede <hdegoede@redhat.com>
6021 L: linux-media@vger.kernel.org
6022 T: git git://linuxtv.org/media_tree.git
6023 S: Maintained
6024 F: drivers/media/usb/pwc/*
6025
6026 PWM SUBSYSTEM
6027 M: Thierry Reding <thierry.reding@avionic-design.de>
6028 L: linux-kernel@vger.kernel.org
6029 S: Maintained
6030 W: http://gitorious.org/linux-pwm
6031 T: git git://gitorious.org/linux-pwm/linux-pwm.git
6032 F: Documentation/pwm.txt
6033 F: Documentation/devicetree/bindings/pwm/
6034 F: include/linux/pwm.h
6035 F: include/linux/of_pwm.h
6036 F: drivers/pwm/
6037 F: drivers/video/backlight/pwm_bl.c
6038 F: include/linux/pwm_backlight.h
6039
6040 PXA2xx/PXA3xx SUPPORT
6041 M: Eric Miao <eric.y.miao@gmail.com>
6042 M: Russell King <linux@arm.linux.org.uk>
6043 M: Haojian Zhuang <haojian.zhuang@gmail.com>
6044 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6045 T: git git://github.com/hzhuang1/linux.git
6046 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
6047 S: Maintained
6048 F: arch/arm/mach-pxa/
6049 F: drivers/pcmcia/pxa2xx*
6050 F: drivers/spi/spi-pxa2xx*
6051 F: drivers/usb/gadget/pxa2*
6052 F: include/sound/pxa2xx-lib.h
6053 F: sound/arm/pxa*
6054 F: sound/soc/pxa
6055
6056 MMP SUPPORT
6057 M: Eric Miao <eric.y.miao@gmail.com>
6058 M: Haojian Zhuang <haojian.zhuang@gmail.com>
6059 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6060 T: git git://github.com/hzhuang1/linux.git
6061 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
6062 S: Maintained
6063 F: arch/arm/mach-mmp/
6064
6065 PXA MMCI DRIVER
6066 S: Orphan
6067
6068 PXA RTC DRIVER
6069 M: Robert Jarzmik <robert.jarzmik@free.fr>
6070 L: rtc-linux@googlegroups.com
6071 S: Maintained
6072
6073 QIB DRIVER
6074 M: Mike Marciniszyn <infinipath@intel.com>
6075 L: linux-rdma@vger.kernel.org
6076 S: Supported
6077 F: drivers/infiniband/hw/qib/
6078
6079 QLOGIC QLA1280 SCSI DRIVER
6080 M: Michael Reed <mdr@sgi.com>
6081 L: linux-scsi@vger.kernel.org
6082 S: Maintained
6083 F: drivers/scsi/qla1280.[ch]
6084
6085 QLOGIC QLA2XXX FC-SCSI DRIVER
6086 M: Andrew Vasquez <andrew.vasquez@qlogic.com>
6087 M: linux-driver@qlogic.com
6088 L: linux-scsi@vger.kernel.org
6089 S: Supported
6090 F: Documentation/scsi/LICENSE.qla2xxx
6091 F: drivers/scsi/qla2xxx/
6092
6093 QLOGIC QLA4XXX iSCSI DRIVER
6094 M: Ravi Anand <ravi.anand@qlogic.com>
6095 M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
6096 M: iscsi-driver@qlogic.com
6097 L: linux-scsi@vger.kernel.org
6098 S: Supported
6099 F: drivers/scsi/qla4xxx/
6100
6101 QLOGIC QLA3XXX NETWORK DRIVER
6102 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6103 M: Ron Mercer <ron.mercer@qlogic.com>
6104 M: linux-driver@qlogic.com
6105 L: netdev@vger.kernel.org
6106 S: Supported
6107 F: Documentation/networking/LICENSE.qla3xxx
6108 F: drivers/net/ethernet/qlogic/qla3xxx.*
6109
6110 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
6111 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6112 M: Sony Chacko <sony.chacko@qlogic.com>
6113 M: linux-driver@qlogic.com
6114 L: netdev@vger.kernel.org
6115 S: Supported
6116 F: drivers/net/ethernet/qlogic/qlcnic/
6117
6118 QLOGIC QLGE 10Gb ETHERNET DRIVER
6119 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6120 M: Ron Mercer <ron.mercer@qlogic.com>
6121 M: linux-driver@qlogic.com
6122 L: netdev@vger.kernel.org
6123 S: Supported
6124 F: drivers/net/ethernet/qlogic/qlge/
6125
6126 QNX4 FILESYSTEM
6127 M: Anders Larsen <al@alarsen.net>
6128 W: http://www.alarsen.net/linux/qnx4fs/
6129 S: Maintained
6130 F: fs/qnx4/
6131 F: include/linux/qnx4_fs.h
6132 F: include/linux/qnxtypes.h
6133
6134 QT1010 MEDIA DRIVER
6135 M: Antti Palosaari <crope@iki.fi>
6136 L: linux-media@vger.kernel.org
6137 W: http://linuxtv.org/
6138 W: http://palosaari.fi/linux/
6139 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6140 T: git git://linuxtv.org/anttip/media_tree.git
6141 S: Maintained
6142 F: drivers/media/tuners/qt1010*
6143
6144 QUALCOMM HEXAGON ARCHITECTURE
6145 M: Richard Kuo <rkuo@codeaurora.org>
6146 L: linux-hexagon@vger.kernel.org
6147 S: Supported
6148 F: arch/hexagon/
6149
6150 RADOS BLOCK DEVICE (RBD)
6151 M: Yehuda Sadeh <yehuda@inktank.com>
6152 M: Sage Weil <sage@inktank.com>
6153 M: Alex Elder <elder@inktank.com>
6154 M: ceph-devel@vger.kernel.org
6155 W: http://ceph.com/
6156 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
6157 S: Supported
6158 F: drivers/block/rbd.c
6159 F: drivers/block/rbd_types.h
6160
6161 RADEON FRAMEBUFFER DISPLAY DRIVER
6162 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6163 L: linux-fbdev@vger.kernel.org
6164 S: Maintained
6165 F: drivers/video/aty/radeon*
6166 F: include/linux/radeonfb.h
6167
6168 RADIOSHARK RADIO DRIVER
6169 M: Hans de Goede <hdegoede@redhat.com>
6170 L: linux-media@vger.kernel.org
6171 T: git git://linuxtv.org/media_tree.git
6172 S: Maintained
6173 F: drivers/media/radio/radio-shark.c
6174
6175 RADIOSHARK2 RADIO DRIVER
6176 M: Hans de Goede <hdegoede@redhat.com>
6177 L: linux-media@vger.kernel.org
6178 T: git git://linuxtv.org/media_tree.git
6179 S: Maintained
6180 F: drivers/media/radio/radio-shark2.c
6181 F: drivers/media/radio/radio-tea5777.c
6182
6183 RAGE128 FRAMEBUFFER DISPLAY DRIVER
6184 M: Paul Mackerras <paulus@samba.org>
6185 L: linux-fbdev@vger.kernel.org
6186 S: Maintained
6187 F: drivers/video/aty/aty128fb.c
6188
6189 RALINK RT2X00 WIRELESS LAN DRIVER
6190 P: rt2x00 project
6191 M: Ivo van Doorn <IvDoorn@gmail.com>
6192 M: Gertjan van Wingerde <gwingerde@gmail.com>
6193 M: Helmut Schaa <helmut.schaa@googlemail.com>
6194 L: linux-wireless@vger.kernel.org
6195 L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
6196 W: http://rt2x00.serialmonkey.com/
6197 S: Maintained
6198 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6199 F: drivers/net/wireless/rt2x00/
6200
6201 RAMDISK RAM BLOCK DEVICE DRIVER
6202 M: Nick Piggin <npiggin@kernel.dk>
6203 S: Maintained
6204 F: Documentation/blockdev/ramdisk.txt
6205 F: drivers/block/brd.c
6206
6207 RANDOM NUMBER DRIVER
6208 M: Theodore Ts'o" <tytso@mit.edu>
6209 S: Maintained
6210 F: drivers/char/random.c
6211
6212 RAPIDIO SUBSYSTEM
6213 M: Matt Porter <mporter@kernel.crashing.org>
6214 M: Alexandre Bounine <alexandre.bounine@idt.com>
6215 S: Maintained
6216 F: drivers/rapidio/
6217
6218 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6219 L: linux-wireless@vger.kernel.org
6220 S: Orphan
6221 F: drivers/net/wireless/ray*
6222
6223 RCUTORTURE MODULE
6224 M: Josh Triplett <josh@freedesktop.org>
6225 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6226 S: Supported
6227 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6228 F: Documentation/RCU/torture.txt
6229 F: kernel/rcutorture.c
6230
6231 RDC R-321X SoC
6232 M: Florian Fainelli <florian@openwrt.org>
6233 S: Maintained
6234
6235 RDC R6040 FAST ETHERNET DRIVER
6236 M: Florian Fainelli <florian@openwrt.org>
6237 L: netdev@vger.kernel.org
6238 S: Maintained
6239 F: drivers/net/ethernet/rdc/r6040.c
6240
6241 RDS - RELIABLE DATAGRAM SOCKETS
6242 M: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6243 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
6244 S: Supported
6245 F: net/rds/
6246
6247 READ-COPY UPDATE (RCU)
6248 M: Dipankar Sarma <dipankar@in.ibm.com>
6249 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6250 W: http://www.rdrop.com/users/paulmck/RCU/
6251 S: Supported
6252 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6253 F: Documentation/RCU/
6254 X: Documentation/RCU/torture.txt
6255 F: include/linux/rcu*
6256 F: kernel/rcu*
6257 X: kernel/rcutorture.c
6258
6259 REAL TIME CLOCK (RTC) SUBSYSTEM
6260 M: Alessandro Zummo <a.zummo@towertech.it>
6261 L: rtc-linux@googlegroups.com
6262 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
6263 S: Maintained
6264 F: Documentation/rtc.txt
6265 F: drivers/rtc/
6266 F: include/linux/rtc.h
6267
6268 REISERFS FILE SYSTEM
6269 L: reiserfs-devel@vger.kernel.org
6270 S: Supported
6271 F: fs/reiserfs/
6272
6273 REGISTER MAP ABSTRACTION
6274 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6276 S: Supported
6277 F: drivers/base/regmap/
6278 F: include/linux/regmap.h
6279
6280 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6281 M: Ohad Ben-Cohen <ohad@wizery.com>
6282 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6283 S: Maintained
6284 F: drivers/remoteproc/
6285 F: Documentation/remoteproc.txt
6286 F: include/linux/remoteproc.h
6287
6288 RFKILL
6289 M: Johannes Berg <johannes@sipsolutions.net>
6290 L: linux-wireless@vger.kernel.org
6291 W: http://wireless.kernel.org/
6292 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6293 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6294 S: Maintained
6295 F: Documentation/rfkill.txt
6296 F: net/rfkill/
6297
6298 RICOH SMARTMEDIA/XD DRIVER
6299 M: Maxim Levitsky <maximlevitsky@gmail.com>
6300 S: Maintained
6301 F: drivers/mtd/nand/r852.c
6302 F: drivers/mtd/nand/r852.h
6303
6304 RICOH R5C592 MEMORYSTICK DRIVER
6305 M: Maxim Levitsky <maximlevitsky@gmail.com>
6306 S: Maintained
6307 F: drivers/memstick/host/r592.*
6308
6309 ROCKETPORT DRIVER
6310 P: Comtrol Corp.
6311 W: http://www.comtrol.com
6312 S: Maintained
6313 F: Documentation/serial/rocket.txt
6314 F: drivers/tty/rocket*
6315
6316 ROSE NETWORK LAYER
6317 M: Ralf Baechle <ralf@linux-mips.org>
6318 L: linux-hams@vger.kernel.org
6319 W: http://www.linux-ax25.org/
6320 S: Maintained
6321 F: include/linux/rose.h
6322 F: include/net/rose.h
6323 F: net/rose/
6324
6325 RTL2830 MEDIA DRIVER
6326 M: Antti Palosaari <crope@iki.fi>
6327 L: linux-media@vger.kernel.org
6328 W: http://linuxtv.org/
6329 W: http://palosaari.fi/linux/
6330 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6331 T: git git://linuxtv.org/anttip/media_tree.git
6332 S: Maintained
6333 F: drivers/media/dvb-frontends/rtl2830*
6334
6335 RTL8180 WIRELESS DRIVER
6336 M: "John W. Linville" <linville@tuxdriver.com>
6337 L: linux-wireless@vger.kernel.org
6338 W: http://wireless.kernel.org/
6339 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6340 S: Maintained
6341 F: drivers/net/wireless/rtl818x/rtl8180/
6342
6343 RTL8187 WIRELESS DRIVER
6344 M: Herton Ronaldo Krzesinski <herton@canonical.com>
6345 M: Hin-Tak Leung <htl10@users.sourceforge.net>
6346 M: Larry Finger <Larry.Finger@lwfinger.net>
6347 L: linux-wireless@vger.kernel.org
6348 W: http://wireless.kernel.org/
6349 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6350 S: Maintained
6351 F: drivers/net/wireless/rtl818x/rtl8187/
6352
6353 RTL8192CE WIRELESS DRIVER
6354 M: Larry Finger <Larry.Finger@lwfinger.net>
6355 M: Chaoming Li <chaoming_li@realsil.com.cn>
6356 L: linux-wireless@vger.kernel.org
6357 W: http://wireless.kernel.org/
6358 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6359 S: Maintained
6360 F: drivers/net/wireless/rtlwifi/
6361 F: drivers/net/wireless/rtlwifi/rtl8192ce/
6362
6363 S3 SAVAGE FRAMEBUFFER DRIVER
6364 M: Antonino Daplas <adaplas@gmail.com>
6365 L: linux-fbdev@vger.kernel.org
6366 S: Maintained
6367 F: drivers/video/savage/
6368
6369 S390
6370 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
6371 M: Heiko Carstens <heiko.carstens@de.ibm.com>
6372 M: linux390@de.ibm.com
6373 L: linux-s390@vger.kernel.org
6374 W: http://www.ibm.com/developerworks/linux/linux390/
6375 S: Supported
6376 F: arch/s390/
6377 F: drivers/s390/
6378 F: block/partitions/ibm.c
6379 F: Documentation/s390/
6380 F: Documentation/DocBook/s390*
6381
6382 S390 NETWORK DRIVERS
6383 M: Ursula Braun <ursula.braun@de.ibm.com>
6384 M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
6385 M: linux390@de.ibm.com
6386 L: linux-s390@vger.kernel.org
6387 W: http://www.ibm.com/developerworks/linux/linux390/
6388 S: Supported
6389 F: drivers/s390/net/
6390
6391 S390 ZCRYPT DRIVER
6392 M: Holger Dengler <hd@linux.vnet.ibm.com>
6393 M: linux390@de.ibm.com
6394 L: linux-s390@vger.kernel.org
6395 W: http://www.ibm.com/developerworks/linux/linux390/
6396 S: Supported
6397 F: drivers/s390/crypto/
6398
6399 S390 ZFCP DRIVER
6400 M: Steffen Maier <maier@linux.vnet.ibm.com>
6401 M: linux390@de.ibm.com
6402 L: linux-s390@vger.kernel.org
6403 W: http://www.ibm.com/developerworks/linux/linux390/
6404 S: Supported
6405 F: drivers/s390/scsi/zfcp_*
6406
6407 S390 IUCV NETWORK LAYER
6408 M: Ursula Braun <ursula.braun@de.ibm.com>
6409 M: linux390@de.ibm.com
6410 L: linux-s390@vger.kernel.org
6411 W: http://www.ibm.com/developerworks/linux/linux390/
6412 S: Supported
6413 F: drivers/s390/net/*iucv*
6414 F: include/net/iucv/
6415 F: net/iucv/
6416
6417 S3C24XX SD/MMC Driver
6418 M: Ben Dooks <ben-linux@fluff.org>
6419 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6420 S: Supported
6421 F: drivers/mmc/host/s3cmci.*
6422
6423 SAA7134 VIDEO4LINUX DRIVER
6424 M: Mauro Carvalho Chehab <mchehab@redhat.com>
6425 L: linux-media@vger.kernel.org
6426 W: http://linuxtv.org
6427 T: git git://linuxtv.org/media_tree.git
6428 S: Odd fixes
6429 F: Documentation/video4linux/saa7134/
6430 F: drivers/media/pci/saa7134/
6431
6432 SAA7146 VIDEO4LINUX-2 DRIVER
6433 M: Michael Hunold <michael@mihu.de>
6434 L: linux-media@vger.kernel.org
6435 T: git git://linuxtv.org/media_tree.git
6436 W: http://www.mihu.de/linux/saa7146
6437 S: Maintained
6438 F: drivers/media/common/saa7146/
6439 F: drivers/media/pci/saa7146/
6440 F: include/media/saa7146*
6441
6442 SAMSUNG LAPTOP DRIVER
6443 M: Corentin Chary <corentincj@iksaif.net>
6444 L: platform-driver-x86@vger.kernel.org
6445 S: Maintained
6446 F: drivers/platform/x86/samsung-laptop.c
6447
6448 SAMSUNG AUDIO (ASoC) DRIVERS
6449 M: Sangbeom Kim <sbkim73@samsung.com>
6450 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6451 S: Supported
6452 F: sound/soc/samsung
6453
6454 SAMSUNG FRAMEBUFFER DRIVER
6455 M: Jingoo Han <jg1.han@samsung.com>
6456 L: linux-fbdev@vger.kernel.org
6457 S: Maintained
6458 F: drivers/video/s3c-fb.c
6459
6460 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
6461 M: Sangbeom Kim <sbkim73@samsung.com>
6462 L: linux-kernel@vger.kernel.org
6463 S: Supported
6464 F: drivers/mfd/sec*.c
6465 F: drivers/regulator/s2m*.c
6466 F: drivers/regulator/s5m*.c
6467 F: drivers/rtc/rtc-sec.c
6468 F: include/linux/mfd/samsung/
6469
6470 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
6471 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
6472 L: linux-media@vger.kernel.org
6473 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6474 S: Maintained
6475 F: drivers/media/platform/s3c-camif/
6476 F: include/media/s3c_camif.h
6477
6478 SERIAL DRIVERS
6479 M: Alan Cox <alan@linux.intel.com>
6480 L: linux-serial@vger.kernel.org
6481 S: Maintained
6482 F: drivers/tty/serial
6483
6484 SYNOPSYS DESIGNWARE DMAC DRIVER
6485 M: Viresh Kumar <viresh.linux@gmail.com>
6486 S: Maintained
6487 F: include/linux/dw_dmac.h
6488 F: drivers/dma/dw_dmac_regs.h
6489 F: drivers/dma/dw_dmac.c
6490
6491 TIMEKEEPING, NTP
6492 M: John Stultz <johnstul@us.ibm.com>
6493 M: Thomas Gleixner <tglx@linutronix.de>
6494 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6495 S: Supported
6496 F: include/linux/clocksource.h
6497 F: include/linux/time.h
6498 F: include/linux/timex.h
6499 F: kernel/time/clocksource.c
6500 F: kernel/time/time*.c
6501 F: kernel/time/ntp.c
6502 F: drivers/clocksource
6503
6504 TLG2300 VIDEO4LINUX-2 DRIVER
6505 M: Huang Shijie <shijie8@gmail.com>
6506 M: Kang Yong <kangyong@telegent.com>
6507 M: Zhang Xiaobing <xbzhang@telegent.com>
6508 S: Supported
6509 F: drivers/media/usb/tlg2300
6510
6511 SC1200 WDT DRIVER
6512 M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
6513 S: Maintained
6514 F: drivers/watchdog/sc1200wdt.c
6515
6516 SCHEDULER
6517 M: Ingo Molnar <mingo@redhat.com>
6518 M: Peter Zijlstra <peterz@infradead.org>
6519 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
6520 S: Maintained
6521 F: kernel/sched/
6522 F: include/linux/sched.h
6523
6524 SCORE ARCHITECTURE
6525 M: Chen Liqin <liqin.chen@sunplusct.com>
6526 M: Lennox Wu <lennox.wu@gmail.com>
6527 W: http://www.sunplusct.com
6528 S: Supported
6529 F: arch/score/
6530
6531 SCSI CDROM DRIVER
6532 M: Jens Axboe <axboe@kernel.dk>
6533 L: linux-scsi@vger.kernel.org
6534 W: http://www.kernel.dk
6535 S: Maintained
6536 F: drivers/scsi/sr*
6537
6538 SCSI RDMA PROTOCOL (SRP) INITIATOR
6539 M: David Dillow <dillowda@ornl.gov>
6540 L: linux-rdma@vger.kernel.org
6541 S: Supported
6542 W: http://www.openfabrics.org
6543 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6544 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
6545 F: drivers/infiniband/ulp/srp/
6546 F: include/scsi/srp.h
6547
6548 SCSI SG DRIVER
6549 M: Doug Gilbert <dgilbert@interlog.com>
6550 L: linux-scsi@vger.kernel.org
6551 W: http://www.torque.net/sg
6552 S: Maintained
6553 F: drivers/scsi/sg.c
6554 F: include/scsi/sg.h
6555
6556 SCSI SUBSYSTEM
6557 M: "James E.J. Bottomley" <JBottomley@parallels.com>
6558 L: linux-scsi@vger.kernel.org
6559 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
6560 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
6561 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
6562 S: Maintained
6563 F: drivers/scsi/
6564 F: include/scsi/
6565
6566 SCSI TAPE DRIVER
6567 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
6568 L: linux-scsi@vger.kernel.org
6569 S: Maintained
6570 F: Documentation/scsi/st.txt
6571 F: drivers/scsi/st*
6572
6573 SCTP PROTOCOL
6574 M: Vlad Yasevich <vyasevich@gmail.com>
6575 M: Sridhar Samudrala <sri@us.ibm.com>
6576 L: linux-sctp@vger.kernel.org
6577 W: http://lksctp.sourceforge.net
6578 S: Maintained
6579 F: Documentation/networking/sctp.txt
6580 F: include/linux/sctp.h
6581 F: include/net/sctp/
6582 F: net/sctp/
6583
6584 SCx200 CPU SUPPORT
6585 M: Jim Cromie <jim.cromie@gmail.com>
6586 S: Odd Fixes
6587 F: Documentation/i2c/busses/scx200_acb
6588 F: arch/x86/platform/scx200/
6589 F: drivers/watchdog/scx200_wdt.c
6590 F: drivers/i2c/busses/scx200*
6591 F: drivers/mtd/maps/scx200_docflash.c
6592 F: include/linux/scx200.h
6593
6594 SCx200 GPIO DRIVER
6595 M: Jim Cromie <jim.cromie@gmail.com>
6596 S: Maintained
6597 F: drivers/char/scx200_gpio.c
6598 F: include/linux/scx200_gpio.h
6599
6600 SCx200 HRT CLOCKSOURCE DRIVER
6601 M: Jim Cromie <jim.cromie@gmail.com>
6602 S: Maintained
6603 F: drivers/clocksource/scx200_hrt.c
6604
6605 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
6606 M: Sascha Sommer <saschasommer@freenet.de>
6607 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
6608 S: Maintained
6609 F: drivers/mmc/host/sdricoh_cs.c
6610
6611 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
6612 M: Chris Ball <cjb@laptop.org>
6613 L: linux-mmc@vger.kernel.org
6614 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6615 S: Maintained
6616 F: drivers/mmc/host/sdhci.*
6617 F: drivers/mmc/host/sdhci-pltfm.[ch]
6618
6619 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
6620 M: Anton Vorontsov <avorontsov@ru.mvista.com>
6621 L: linuxppc-dev@lists.ozlabs.org
6622 L: linux-mmc@vger.kernel.org
6623 S: Maintained
6624 F: drivers/mmc/host/sdhci-pltfm.[ch]
6625
6626 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
6627 M: Ben Dooks <ben-linux@fluff.org>
6628 L: linux-mmc@vger.kernel.org
6629 S: Maintained
6630 F: drivers/mmc/host/sdhci-s3c.c
6631
6632 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
6633 M: Viresh Kumar <viresh.linux@gmail.com>
6634 L: spear-devel@list.st.com
6635 L: linux-mmc@vger.kernel.org
6636 S: Maintained
6637 F: drivers/mmc/host/sdhci-spear.c
6638
6639 SECURITY SUBSYSTEM
6640 M: James Morris <james.l.morris@oracle.com>
6641 L: linux-security-module@vger.kernel.org (suggested Cc:)
6642 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
6643 W: http://kernsec.org/
6644 S: Supported
6645 F: security/
6646
6647 SECURITY CONTACT
6648 M: Security Officers <security@kernel.org>
6649 S: Supported
6650
6651 SELINUX SECURITY MODULE
6652 M: Stephen Smalley <sds@tycho.nsa.gov>
6653 M: James Morris <james.l.morris@oracle.com>
6654 M: Eric Paris <eparis@parisplace.org>
6655 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
6656 W: http://selinuxproject.org
6657 T: git git://git.infradead.org/users/eparis/selinux.git
6658 S: Supported
6659 F: include/linux/selinux*
6660 F: security/selinux/
6661 F: scripts/selinux/
6662
6663 APPARMOR SECURITY MODULE
6664 M: John Johansen <john.johansen@canonical.com>
6665 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
6666 W: apparmor.wiki.kernel.org
6667 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
6668 S: Supported
6669 F: security/apparmor/
6670
6671 SENSABLE PHANTOM
6672 M: Jiri Slaby <jirislaby@gmail.com>
6673 S: Maintained
6674 F: drivers/misc/phantom.c
6675 F: include/linux/phantom.h
6676
6677 SERIAL ATA (SATA) SUBSYSTEM
6678 M: Jeff Garzik <jgarzik@pobox.com>
6679 L: linux-ide@vger.kernel.org
6680 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
6681 S: Supported
6682 F: drivers/ata/
6683 F: include/linux/ata.h
6684 F: include/linux/libata.h
6685
6686 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
6687 M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
6688 L: linux-scsi@vger.kernel.org
6689 W: http://www.emulex.com
6690 S: Supported
6691 F: drivers/scsi/be2iscsi/
6692
6693 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
6694 M: Sathya Perla <sathya.perla@emulex.com>
6695 M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
6696 M: Ajit Khaparde <ajit.khaparde@emulex.com>
6697 L: netdev@vger.kernel.org
6698 W: http://www.emulex.com
6699 S: Supported
6700 F: drivers/net/ethernet/emulex/benet/
6701
6702 SFC NETWORK DRIVER
6703 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
6704 M: Ben Hutchings <bhutchings@solarflare.com>
6705 L: netdev@vger.kernel.org
6706 S: Supported
6707 F: drivers/net/ethernet/sfc/
6708
6709 SGI GRU DRIVER
6710 M: Jack Steiner <steiner@sgi.com>
6711 S: Maintained
6712 F: drivers/misc/sgi-gru/
6713
6714 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
6715 M: Pat Gefre <pfg@sgi.com>
6716 L: linux-ia64@vger.kernel.org
6717 S: Supported
6718 F: Documentation/ia64/serial.txt
6719 F: drivers/tty/serial/ioc?_serial.c
6720 F: include/linux/ioc?.h
6721
6722 SGI VISUAL WORKSTATION 320 AND 540
6723 M: Andrey Panin <pazke@donpac.ru>
6724 L: linux-visws-devel@lists.sf.net
6725 W: http://linux-visws.sf.net
6726 S: Maintained for 2.6.
6727 F: Documentation/sgi-visws.txt
6728
6729 SGI XP/XPC/XPNET DRIVER
6730 M: Robin Holt <holt@sgi.com>
6731 S: Maintained
6732 F: drivers/misc/sgi-xp/
6733
6734 SIMPLE FIRMWARE INTERFACE (SFI)
6735 M: Len Brown <lenb@kernel.org>
6736 L: sfi-devel@simplefirmware.org
6737 W: http://simplefirmware.org/
6738 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
6739 S: Supported
6740 F: arch/x86/platform/sfi/
6741 F: drivers/sfi/
6742 F: include/linux/sfi*.h
6743
6744 SIMTEC EB110ATX (Chalice CATS)
6745 P: Ben Dooks
6746 P: Vincent Sanders <vince@simtec.co.uk>
6747 M: Simtec Linux Team <linux@simtec.co.uk>
6748 W: http://www.simtec.co.uk/products/EB110ATX/
6749 S: Supported
6750
6751 SIMTEC EB2410ITX (BAST)
6752 P: Ben Dooks
6753 P: Vincent Sanders <vince@simtec.co.uk>
6754 M: Simtec Linux Team <linux@simtec.co.uk>
6755 W: http://www.simtec.co.uk/products/EB2410ITX/
6756 S: Supported
6757 F: arch/arm/mach-s3c2410/mach-bast.c
6758 F: arch/arm/mach-s3c2410/bast-ide.c
6759 F: arch/arm/mach-s3c2410/bast-irq.c
6760
6761 TI DAVINCI MACHINE SUPPORT
6762 M: Sekhar Nori <nsekhar@ti.com>
6763 M: Kevin Hilman <khilman@ti.com>
6764 L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6765 T: git git://gitorious.org/linux-davinci/linux-davinci.git
6766 Q: http://patchwork.kernel.org/project/linux-davinci/list/
6767 S: Supported
6768 F: arch/arm/mach-davinci
6769 F: drivers/i2c/busses/i2c-davinci.c
6770
6771 TI DAVINCI SERIES MEDIA DRIVER
6772 M: Manjunath Hadli <manjunath.hadli@ti.com>
6773 M: Prabhakar Lad <prabhakar.lad@ti.com>
6774 L: linux-media@vger.kernel.org
6775 L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6776 W: http://linuxtv.org/
6777 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6778 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
6779 S: Supported
6780 F: drivers/media/platform/davinci/
6781 F: include/media/davinci/
6782
6783 SIS 190 ETHERNET DRIVER
6784 M: Francois Romieu <romieu@fr.zoreil.com>
6785 L: netdev@vger.kernel.org
6786 S: Maintained
6787 F: drivers/net/ethernet/sis/sis190.c
6788
6789 SIS 900/7016 FAST ETHERNET DRIVER
6790 M: Daniele Venzano <venza@brownhat.org>
6791 W: http://www.brownhat.org/sis900.html
6792 L: netdev@vger.kernel.org
6793 S: Maintained
6794 F: drivers/net/ethernet/sis/sis900.*
6795
6796 SIS 96X I2C/SMBUS DRIVER
6797 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6798 L: linux-i2c@vger.kernel.org
6799 S: Maintained
6800 F: Documentation/i2c/busses/i2c-sis96x
6801 F: drivers/i2c/busses/i2c-sis96x.c
6802
6803 SIS FRAMEBUFFER DRIVER
6804 M: Thomas Winischhofer <thomas@winischhofer.net>
6805 W: http://www.winischhofer.net/linuxsisvga.shtml
6806 S: Maintained
6807 F: Documentation/fb/sisfb.txt
6808 F: drivers/video/sis/
6809 F: include/video/sisfb.h
6810
6811 SIS USB2VGA DRIVER
6812 M: Thomas Winischhofer <thomas@winischhofer.net>
6813 W: http://www.winischhofer.at/linuxsisusbvga.shtml
6814 S: Maintained
6815 F: drivers/usb/misc/sisusbvga/
6816
6817 SLAB ALLOCATOR
6818 M: Christoph Lameter <cl@linux-foundation.org>
6819 M: Pekka Enberg <penberg@kernel.org>
6820 M: Matt Mackall <mpm@selenic.com>
6821 L: linux-mm@kvack.org
6822 S: Maintained
6823 F: include/linux/sl?b*.h
6824 F: mm/sl?b.c
6825
6826 SLEEPABLE READ-COPY UPDATE (SRCU)
6827 M: Lai Jiangshan <laijs@cn.fujitsu.com>
6828 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6829 W: http://www.rdrop.com/users/paulmck/RCU/
6830 S: Supported
6831 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6832 F: include/linux/srcu*
6833 F: kernel/srcu*
6834
6835 SMACK SECURITY MODULE
6836 M: Casey Schaufler <casey@schaufler-ca.com>
6837 L: linux-security-module@vger.kernel.org
6838 W: http://schaufler-ca.com
6839 T: git git://git.gitorious.org/smack-next/kernel.git
6840 S: Maintained
6841 F: Documentation/security/Smack.txt
6842 F: security/smack/
6843
6844 SMC91x ETHERNET DRIVER
6845 M: Nicolas Pitre <nico@fluxnic.net>
6846 S: Odd Fixes
6847 F: drivers/net/ethernet/smsc/smc91x.*
6848
6849 SMIA AND SMIA++ IMAGE SENSOR DRIVER
6850 M: Sakari Ailus <sakari.ailus@iki.fi>
6851 L: linux-media@vger.kernel.org
6852 S: Maintained
6853 F: drivers/media/i2c/smiapp
6854 F: include/media/smiapp.h
6855 F: drivers/media/i2c/smiapp-pll.c
6856 F: drivers/media/i2c/smiapp-pll.h
6857
6858 SMM665 HARDWARE MONITOR DRIVER
6859 M: Guenter Roeck <linux@roeck-us.net>
6860 L: lm-sensors@lm-sensors.org
6861 S: Maintained
6862 F: Documentation/hwmon/smm665
6863 F: drivers/hwmon/smm665.c
6864
6865 SMSC EMC2103 HARDWARE MONITOR DRIVER
6866 M: Steve Glendinning <steve.glendinning@shawell.net>
6867 L: lm-sensors@lm-sensors.org
6868 S: Maintained
6869 F: Documentation/hwmon/emc2103
6870 F: drivers/hwmon/emc2103.c
6871
6872 SMSC SCH5627 HARDWARE MONITOR DRIVER
6873 M: Hans de Goede <hdegoede@redhat.com>
6874 L: lm-sensors@lm-sensors.org
6875 S: Supported
6876 F: Documentation/hwmon/sch5627
6877 F: drivers/hwmon/sch5627.c
6878
6879 SMSC47B397 HARDWARE MONITOR DRIVER
6880 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6881 L: lm-sensors@lm-sensors.org
6882 S: Maintained
6883 F: Documentation/hwmon/smsc47b397
6884 F: drivers/hwmon/smsc47b397.c
6885
6886 SMSC911x ETHERNET DRIVER
6887 M: Steve Glendinning <steve.glendinning@shawell.net>
6888 L: netdev@vger.kernel.org
6889 S: Maintained
6890 F: include/linux/smsc911x.h
6891 F: drivers/net/ethernet/smsc/smsc911x.*
6892
6893 SMSC9420 PCI ETHERNET DRIVER
6894 M: Steve Glendinning <steve.glendinning@shawell.net>
6895 L: netdev@vger.kernel.org
6896 S: Maintained
6897 F: drivers/net/ethernet/smsc/smsc9420.*
6898
6899 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6900 M: Steve Glendinning <steve.glendinning@shawell.net>
6901 L: linux-fbdev@vger.kernel.org
6902 S: Maintained
6903 F: drivers/video/smscufx.c
6904
6905 SN-IA64 (Itanium) SUB-PLATFORM
6906 M: Jes Sorensen <jes@sgi.com>
6907 L: linux-altix@sgi.com
6908 L: linux-ia64@vger.kernel.org
6909 W: http://www.sgi.com/altix
6910 S: Maintained
6911 F: arch/ia64/sn/
6912
6913 SOC-CAMERA V4L2 SUBSYSTEM
6914 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6915 L: linux-media@vger.kernel.org
6916 T: git git://linuxtv.org/media_tree.git
6917 S: Maintained
6918 F: include/media/soc*
6919 F: drivers/media/i2c/soc_camera/
6920 F: drivers/media/platform/soc_camera/
6921
6922 SOEKRIS NET48XX LED SUPPORT
6923 M: Chris Boot <bootc@bootc.net>
6924 S: Maintained
6925 F: drivers/leds/leds-net48xx.c
6926
6927 SOFTWARE RAID (Multiple Disks) SUPPORT
6928 M: Neil Brown <neilb@suse.de>
6929 L: linux-raid@vger.kernel.org
6930 S: Supported
6931 F: drivers/md/
6932 F: include/linux/raid/
6933
6934 SONIC NETWORK DRIVER
6935 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6936 L: netdev@vger.kernel.org
6937 S: Maintained
6938 F: drivers/net/ethernet/natsemi/sonic.*
6939
6940 SONICS SILICON BACKPLANE DRIVER (SSB)
6941 M: Michael Buesch <m@bues.ch>
6942 L: netdev@vger.kernel.org
6943 S: Maintained
6944 F: drivers/ssb/
6945 F: include/linux/ssb/
6946
6947 SONY VAIO CONTROL DEVICE DRIVER
6948 M: Mattia Dongili <malattia@linux.it>
6949 L: platform-driver-x86@vger.kernel.org
6950 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
6951 S: Maintained
6952 F: Documentation/laptops/sony-laptop.txt
6953 F: drivers/char/sonypi.c
6954 F: drivers/platform/x86/sony-laptop.c
6955 F: include/linux/sony-laptop.h
6956
6957 SONY MEMORYSTICK CARD SUPPORT
6958 M: Alex Dubov <oakad@yahoo.com>
6959 W: http://tifmxx.berlios.de/
6960 S: Maintained
6961 F: drivers/memstick/host/tifm_ms.c
6962
6963 SOUND
6964 M: Jaroslav Kysela <perex@perex.cz>
6965 M: Takashi Iwai <tiwai@suse.de>
6966 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6967 W: http://www.alsa-project.org/
6968 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6969 T: git git://git.alsa-project.org/alsa-kernel.git
6970 S: Maintained
6971 F: Documentation/sound/
6972 F: include/sound/
6973 F: sound/
6974
6975 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6976 M: Liam Girdwood <lrg@ti.com>
6977 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6978 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
6979 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6980 W: http://alsa-project.org/main/index.php/ASoC
6981 S: Supported
6982 F: sound/soc/
6983 F: include/sound/soc*
6984
6985 SPARC + UltraSPARC (sparc/sparc64)
6986 M: "David S. Miller" <davem@davemloft.net>
6987 L: sparclinux@vger.kernel.org
6988 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
6989 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6990 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6991 S: Maintained
6992 F: arch/sparc/
6993 F: drivers/sbus/
6994
6995 SPARC SERIAL DRIVERS
6996 M: "David S. Miller" <davem@davemloft.net>
6997 L: sparclinux@vger.kernel.org
6998 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7000 S: Maintained
7001 F: include/linux/sunserialcore.h
7002 F: drivers/tty/serial/suncore.c
7003 F: drivers/tty/serial/sunhv.c
7004 F: drivers/tty/serial/sunsab.c
7005 F: drivers/tty/serial/sunsab.h
7006 F: drivers/tty/serial/sunsu.c
7007 F: drivers/tty/serial/sunzilog.c
7008 F: drivers/tty/serial/sunzilog.h
7009
7010 SPARSE CHECKER
7011 M: "Christopher Li" <sparse@chrisli.org>
7012 L: linux-sparse@vger.kernel.org
7013 W: https://sparse.wiki.kernel.org/
7014 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
7015 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
7016 S: Maintained
7017 F: include/linux/compiler.h
7018
7019 SPEAR PLATFORM SUPPORT
7020 M: Viresh Kumar <viresh.linux@gmail.com>
7021 M: Shiraz Hashim <shiraz.hashim@st.com>
7022 L: spear-devel@list.st.com
7023 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7024 W: http://www.st.com/spear
7025 S: Maintained
7026 F: arch/arm/plat-spear/
7027
7028 SPEAR13XX MACHINE SUPPORT
7029 M: Viresh Kumar <viresh.linux@gmail.com>
7030 M: Shiraz Hashim <shiraz.hashim@st.com>
7031 L: spear-devel@list.st.com
7032 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7033 W: http://www.st.com/spear
7034 S: Maintained
7035 F: arch/arm/mach-spear13xx/
7036
7037 SPEAR3XX MACHINE SUPPORT
7038 M: Viresh Kumar <viresh.linux@gmail.com>
7039 M: Shiraz Hashim <shiraz.hashim@st.com>
7040 L: spear-devel@list.st.com
7041 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7042 W: http://www.st.com/spear
7043 S: Maintained
7044 F: arch/arm/mach-spear3xx/
7045
7046 SPEAR6XX MACHINE SUPPORT
7047 M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
7048 M: Shiraz Hashim <shiraz.hashim@st.com>
7049 M: Viresh Kumar <viresh.linux@gmail.com>
7050 L: spear-devel@list.st.com
7051 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7052 W: http://www.st.com/spear
7053 S: Maintained
7054 F: arch/arm/mach-spear6xx/
7055
7056 SPEAR CLOCK FRAMEWORK SUPPORT
7057 M: Viresh Kumar <viresh.linux@gmail.com>
7058 L: spear-devel@list.st.com
7059 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7060 W: http://www.st.com/spear
7061 S: Maintained
7062 F: drivers/clk/spear/
7063
7064 SPI SUBSYSTEM
7065 M: Grant Likely <grant.likely@secretlab.ca>
7066 L: spi-devel-general@lists.sourceforge.net
7067 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
7068 T: git git://git.secretlab.ca/git/linux-2.6.git
7069 S: Maintained
7070 F: Documentation/spi/
7071 F: drivers/spi/
7072 F: include/linux/spi/
7073
7074 SPIDERNET NETWORK DRIVER for CELL
7075 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
7076 M: Jens Osterkamp <jens@de.ibm.com>
7077 L: netdev@vger.kernel.org
7078 S: Supported
7079 F: Documentation/networking/spider_net.txt
7080 F: drivers/net/ethernet/toshiba/spider_net*
7081
7082 SPU FILE SYSTEM
7083 M: Jeremy Kerr <jk@ozlabs.org>
7084 L: linuxppc-dev@lists.ozlabs.org
7085 L: cbe-oss-dev@lists.ozlabs.org
7086 W: http://www.ibm.com/developerworks/power/cell/
7087 S: Supported
7088 F: Documentation/filesystems/spufs.txt
7089 F: arch/powerpc/platforms/cell/spufs/
7090
7091 SQUASHFS FILE SYSTEM
7092 M: Phillip Lougher <phillip@squashfs.org.uk>
7093 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
7094 W: http://squashfs.org.uk
7095 S: Maintained
7096 F: Documentation/filesystems/squashfs.txt
7097 F: fs/squashfs/
7098
7099 SRM (Alpha) environment access
7100 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
7101 S: Maintained
7102 F: arch/alpha/kernel/srm_env.c
7103
7104 STABLE BRANCH
7105 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7106 L: stable@vger.kernel.org
7107 S: Supported
7108
7109 STAGING SUBSYSTEM
7110 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
7112 L: devel@driverdev.osuosl.org
7113 S: Supported
7114 F: drivers/staging/
7115
7116 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
7117 M: Henk de Groot <pe1dnn@amsat.org>
7118 S: Odd Fixes
7119 F: drivers/staging/wlags49_h2/
7120 F: drivers/staging/wlags49_h25/
7121
7122 STAGING - ASUS OLED
7123 M: Jakub Schmidtke <sjakub@gmail.com>
7124 S: Odd Fixes
7125 F: drivers/staging/asus_oled/
7126
7127 STAGING - COMEDI
7128 M: Ian Abbott <abbotti@mev.co.uk>
7129 M: Mori Hess <fmhess@users.sourceforge.net>
7130 S: Odd Fixes
7131 F: drivers/staging/comedi/
7132
7133 STAGING - CRYSTAL HD VIDEO DECODER
7134 M: Naren Sankar <nsankar@broadcom.com>
7135 M: Jarod Wilson <jarod@wilsonet.com>
7136 M: Scott Davilla <davilla@4pi.com>
7137 M: Manu Abraham <abraham.manu@gmail.com>
7138 S: Odd Fixes
7139 F: drivers/staging/crystalhd/
7140
7141 STAGING - ECHO CANCELLER
7142 M: Steve Underwood <steveu@coppice.org>
7143 M: David Rowe <david@rowetel.com>
7144 S: Odd Fixes
7145 F: drivers/staging/echo/
7146
7147 STAGING - ET131X NETWORK DRIVER
7148 M: Mark Einon <mark.einon@gmail.com>
7149 S: Odd Fixes
7150 F: drivers/staging/et131x/
7151
7152 STAGING - FLARION FT1000 DRIVERS
7153 M: Marek Belisko <marek.belisko@gmail.com>
7154 S: Odd Fixes
7155 F: drivers/staging/ft1000/
7156
7157 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
7158 M: David Täht <d@teklibre.com>
7159 S: Odd Fixes
7160 F: drivers/staging/frontier/
7161
7162 STAGING - INDUSTRIAL IO
7163 M: Jonathan Cameron <jic23@cam.ac.uk>
7164 L: linux-iio@vger.kernel.org
7165 S: Odd Fixes
7166 F: drivers/staging/iio/
7167
7168 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
7169 M: Jarod Wilson <jarod@wilsonet.com>
7170 W: http://www.lirc.org/
7171 S: Odd Fixes
7172 F: drivers/staging/media/lirc/
7173
7174 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
7175 M: Julian Andres Klode <jak@jak-linux.org>
7176 M: Marc Dietrich <marvin24@gmx.de>
7177 L: ac100@lists.launchpad.net (moderated for non-subscribers)
7178 S: Maintained
7179 F: drivers/staging/nvec/
7180
7181 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
7182 M: Andres Salomon <dilinger@queued.net>
7183 M: Chris Ball <cjb@laptop.org>
7184 M: Jon Nettleton <jon.nettleton@gmail.com>
7185 W: http://wiki.laptop.org/go/DCON
7186 S: Odd Fixes
7187 F: drivers/staging/olpc_dcon/
7188
7189 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
7190 M: Rupesh Gujare <rgujare@ozmodevices.com>
7191 M: Chris Kelly <ckelly@ozmodevices.com>
7192 S: Maintained
7193 F: drivers/staging/ozwpan/
7194
7195 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
7196 M: Willy Tarreau <willy@meta-x.org>
7197 S: Odd Fixes
7198 F: drivers/staging/panel/
7199
7200 STAGING - REALTEK RTL8712U DRIVERS
7201 M: Larry Finger <Larry.Finger@lwfinger.net>
7202 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
7203 S: Odd Fixes
7204 F: drivers/staging/rtl8712/
7205
7206 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
7207 M: Teddy Wang <teddy.wang@siliconmotion.com.cn>
7208 S: Odd Fixes
7209 F: drivers/staging/sm7xx/
7210
7211 STAGING - SOFTLOGIC 6x10 MPEG CODEC
7212 M: Ben Collins <bcollins@bluecherry.net>
7213 S: Odd Fixes
7214 F: drivers/staging/media/solo6x10/
7215
7216 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
7217 M: William Hubbs <w.d.hubbs@gmail.com>
7218 M: Chris Brannon <chris@the-brannons.com>
7219 M: Kirk Reiser <kirk@braille.uwo.ca>
7220 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
7221 L: speakup@braille.uwo.ca
7222 W: http://www.linux-speakup.org/
7223 S: Odd Fixes
7224 F: drivers/staging/speakup/
7225
7226 STAGING - TI DSP BRIDGE DRIVERS
7227 M: Omar Ramirez Luna <omar.ramirez@ti.com>
7228 S: Odd Fixes
7229 F: drivers/staging/tidspbridge/
7230
7231 STAGING - USB ENE SM/MS CARD READER DRIVER
7232 M: Al Cho <acho@novell.com>
7233 S: Odd Fixes
7234 F: drivers/staging/keucr/
7235
7236 STAGING - VIA VT665X DRIVERS
7237 M: Forest Bond <forest@alittletooquiet.net>
7238 S: Odd Fixes
7239 F: drivers/staging/vt665?/
7240
7241 STAGING - WINBOND IS89C35 WLAN USB DRIVER
7242 M: Pavel Machek <pavel@ucw.cz>
7243 S: Odd Fixes
7244 F: drivers/staging/winbond/
7245
7246 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
7247 M: Arnaud Patard <arnaud.patard@rtp-net.org>
7248 S: Odd Fixes
7249 F: drivers/staging/xgifb/
7250
7251 STARFIRE/DURALAN NETWORK DRIVER
7252 M: Ion Badulescu <ionut@badula.org>
7253 S: Odd Fixes
7254 F: drivers/net/ethernet/adaptec/starfire*
7255
7256 SUN3/3X
7257 M: Sam Creasey <sammy@sammy.net>
7258 W: http://sammy.net/sun3/
7259 S: Maintained
7260 F: arch/m68k/kernel/*sun3*
7261 F: arch/m68k/sun3*/
7262 F: arch/m68k/include/asm/sun3*
7263 F: drivers/net/ethernet/i825xx/sun3*
7264
7265 SUPERH
7266 M: Paul Mundt <lethal@linux-sh.org>
7267 L: linux-sh@vger.kernel.org
7268 W: http://www.linux-sh.org
7269 Q: http://patchwork.kernel.org/project/linux-sh/list/
7270 T: git git://github.com/pmundt/linux-sh.git sh-latest
7271 S: Supported
7272 F: Documentation/sh/
7273 F: arch/sh/
7274 F: drivers/sh/
7275
7276 SUSPEND TO RAM
7277 M: Len Brown <len.brown@intel.com>
7278 M: Pavel Machek <pavel@ucw.cz>
7279 M: "Rafael J. Wysocki" <rjw@sisk.pl>
7280 L: linux-pm@vger.kernel.org
7281 S: Supported
7282 F: Documentation/power/
7283 F: arch/x86/kernel/acpi/
7284 F: drivers/base/power/
7285 F: kernel/power/
7286 F: include/linux/suspend.h
7287 F: include/linux/freezer.h
7288 F: include/linux/pm.h
7289
7290 SVGA HANDLING
7291 M: Martin Mares <mj@ucw.cz>
7292 L: linux-video@atrey.karlin.mff.cuni.cz
7293 S: Maintained
7294 F: Documentation/svga.txt
7295 F: arch/x86/boot/video*
7296
7297 SWIOTLB SUBSYSTEM
7298 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7299 L: linux-kernel@vger.kernel.org
7300 S: Supported
7301 F: lib/swiotlb.c
7302 F: arch/*/kernel/pci-swiotlb.c
7303 F: include/linux/swiotlb.h
7304
7305 SYSV FILESYSTEM
7306 M: Christoph Hellwig <hch@infradead.org>
7307 S: Maintained
7308 F: Documentation/filesystems/sysv-fs.txt
7309 F: fs/sysv/
7310 F: include/linux/sysv_fs.h
7311
7312 TARGET SUBSYSTEM
7313 M: Nicholas A. Bellinger <nab@linux-iscsi.org>
7314 L: linux-scsi@vger.kernel.org
7315 L: target-devel@vger.kernel.org
7316 L: http://groups.google.com/group/linux-iscsi-target-dev
7317 W: http://www.linux-iscsi.org
7318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
7319 S: Supported
7320 F: drivers/target/
7321 F: include/target/
7322 F: Documentation/target/
7323
7324 TASKSTATS STATISTICS INTERFACE
7325 M: Balbir Singh <bsingharora@gmail.com>
7326 S: Maintained
7327 F: Documentation/accounting/taskstats*
7328 F: include/linux/taskstats*
7329 F: kernel/taskstats.c
7330
7331 TC CLASSIFIER
7332 M: Jamal Hadi Salim <jhs@mojatatu.com>
7333 L: netdev@vger.kernel.org
7334 S: Maintained
7335 F: include/linux/pkt_cls.h
7336 F: include/net/pkt_cls.h
7337 F: net/sched/
7338
7339 TCP LOW PRIORITY MODULE
7340 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
7341 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
7342 W: http://tcp-lp-mod.sourceforge.net/
7343 S: Maintained
7344 F: net/ipv4/tcp_lp.c
7345
7346 TDA10071 MEDIA DRIVER
7347 M: Antti Palosaari <crope@iki.fi>
7348 L: linux-media@vger.kernel.org
7349 W: http://linuxtv.org/
7350 W: http://palosaari.fi/linux/
7351 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7352 T: git git://linuxtv.org/anttip/media_tree.git
7353 S: Maintained
7354 F: drivers/media/dvb-frontends/tda10071*
7355
7356 TDA18212 MEDIA DRIVER
7357 M: Antti Palosaari <crope@iki.fi>
7358 L: linux-media@vger.kernel.org
7359 W: http://linuxtv.org/
7360 W: http://palosaari.fi/linux/
7361 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7362 T: git git://linuxtv.org/anttip/media_tree.git
7363 S: Maintained
7364 F: drivers/media/tuners/tda18212*
7365
7366 TDA18218 MEDIA DRIVER
7367 M: Antti Palosaari <crope@iki.fi>
7368 L: linux-media@vger.kernel.org
7369 W: http://linuxtv.org/
7370 W: http://palosaari.fi/linux/
7371 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7372 T: git git://linuxtv.org/anttip/media_tree.git
7373 S: Maintained
7374 F: drivers/media/tuners/tda18218*
7375
7376 TDA18271 MEDIA DRIVER
7377 M: Michael Krufky <mkrufky@linuxtv.org>
7378 L: linux-media@vger.kernel.org
7379 W: http://linuxtv.org/
7380 W: http://github.com/mkrufky
7381 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7382 T: git git://linuxtv.org/mkrufky/tuners.git
7383 S: Maintained
7384 F: drivers/media/tuners/tda18271*
7385
7386 TDA827x MEDIA DRIVER
7387 M: Michael Krufky <mkrufky@linuxtv.org>
7388 L: linux-media@vger.kernel.org
7389 W: http://linuxtv.org/
7390 W: http://github.com/mkrufky
7391 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7392 T: git git://linuxtv.org/mkrufky/tuners.git
7393 S: Maintained
7394 F: drivers/media/tuners/tda8290.*
7395
7396 TDA8290 MEDIA DRIVER
7397 M: Michael Krufky <mkrufky@linuxtv.org>
7398 L: linux-media@vger.kernel.org
7399 W: http://linuxtv.org/
7400 W: http://github.com/mkrufky
7401 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7402 T: git git://linuxtv.org/mkrufky/tuners.git
7403 S: Maintained
7404 F: drivers/media/tuners/tda8290.*
7405
7406 TEA5761 TUNER DRIVER
7407 M: Mauro Carvalho Chehab <mchehab@redhat.com>
7408 L: linux-media@vger.kernel.org
7409 W: http://linuxtv.org
7410 T: git git://linuxtv.org/media_tree.git
7411 S: Odd fixes
7412 F: drivers/media/tuners/tea5761.*
7413
7414 TEA5767 TUNER DRIVER
7415 M: Mauro Carvalho Chehab <mchehab@redhat.com>
7416 L: linux-media@vger.kernel.org
7417 W: http://linuxtv.org
7418 T: git git://linuxtv.org/media_tree.git
7419 S: Maintained
7420 F: drivers/media/tuners/tea5767.*
7421
7422 TEAM DRIVER
7423 M: Jiri Pirko <jpirko@redhat.com>
7424 L: netdev@vger.kernel.org
7425 S: Supported
7426 F: drivers/net/team/
7427 F: include/linux/if_team.h
7428
7429 TECHNOTREND USB IR RECEIVER
7430 M: Sean Young <sean@mess.org>
7431 L: linux-media@vger.kernel.org
7432 S: Maintained
7433 F: drivers/media/rc/ttusbir.c
7434
7435 TEGRA SUPPORT
7436 M: Stephen Warren <swarren@wwwdotorg.org>
7437 L: linux-tegra@vger.kernel.org
7438 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
7439 T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
7440 S: Supported
7441 F: arch/arm/mach-tegra
7442 F: arch/arm/boot/dts/tegra*
7443 F: arch/arm/configs/tegra_defconfig
7444
7445 TEHUTI ETHERNET DRIVER
7446 M: Andy Gospodarek <andy@greyhouse.net>
7447 L: netdev@vger.kernel.org
7448 S: Supported
7449 F: drivers/net/ethernet/tehuti/*
7450
7451 Telecom Clock Driver for MCPL0010
7452 M: Mark Gross <mark.gross@intel.com>
7453 S: Supported
7454 F: drivers/char/tlclk.c
7455
7456 TENSILICA XTENSA PORT (xtensa)
7457 M: Chris Zankel <chris@zankel.net>
7458 M: Max Filippov <jcmvbkbc@gmail.com>
7459 L: linux-xtensa@linux-xtensa.org
7460 S: Maintained
7461 F: arch/xtensa/
7462
7463 THERMAL
7464 M: Zhang Rui <rui.zhang@intel.com>
7465 L: linux-pm@vger.kernel.org
7466 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
7467 S: Supported
7468 F: drivers/thermal/
7469 F: include/linux/thermal.h
7470
7471 THINKPAD ACPI EXTRAS DRIVER
7472 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
7473 L: ibm-acpi-devel@lists.sourceforge.net
7474 L: platform-driver-x86@vger.kernel.org
7475 W: http://ibm-acpi.sourceforge.net
7476 W: http://thinkwiki.org/wiki/Ibm-acpi
7477 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
7478 S: Maintained
7479 F: drivers/platform/x86/thinkpad_acpi.c
7480
7481 TI FLASH MEDIA INTERFACE DRIVER
7482 M: Alex Dubov <oakad@yahoo.com>
7483 S: Maintained
7484 F: drivers/misc/tifm*
7485 F: drivers/mmc/host/tifm_sd.c
7486 F: include/linux/tifm.h
7487
7488 TI LM49xxx FAMILY ASoC CODEC DRIVERS
7489 M: M R Swami Reddy <mr.swami.reddy@ti.com>
7490 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
7491 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7492 S: Maintained
7493 F: sound/soc/codecs/lm49453*
7494 F: sound/soc/codecs/isabelle*
7495
7496 TI TWL4030 SERIES SOC CODEC DRIVER
7497 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7498 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7499 S: Maintained
7500 F: sound/soc/codecs/twl4030*
7501
7502 TI WILINK WIRELESS DRIVERS
7503 M: Luciano Coelho <coelho@ti.com>
7504 L: linux-wireless@vger.kernel.org
7505 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
7506 W: http://wireless.kernel.org/en/users/Drivers/wl1251
7507 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7508 S: Maintained
7509 F: drivers/net/wireless/ti/
7510 F: include/linux/wl12xx.h
7511
7512 TIPC NETWORK LAYER
7513 M: Jon Maloy <jon.maloy@ericsson.com>
7514 M: Allan Stephens <allan.stephens@windriver.com>
7515 L: netdev@vger.kernel.org (core kernel code)
7516 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
7517 W: http://tipc.sourceforge.net/
7518 S: Maintained
7519 F: include/linux/tipc*.h
7520 F: net/tipc/
7521
7522 TILE ARCHITECTURE
7523 M: Chris Metcalf <cmetcalf@tilera.com>
7524 W: http://www.tilera.com/scm/
7525 S: Supported
7526 F: arch/tile/
7527 F: drivers/tty/hvc/hvc_tile.c
7528 F: drivers/net/ethernet/tile/
7529 F: drivers/edac/tile_edac.c
7530
7531 TLAN NETWORK DRIVER
7532 M: Samuel Chessman <chessman@tux.org>
7533 L: tlan-devel@lists.sourceforge.net (subscribers-only)
7534 W: http://sourceforge.net/projects/tlan/
7535 S: Maintained
7536 F: Documentation/networking/tlan.txt
7537 F: drivers/net/ethernet/ti/tlan.*
7538
7539 TOMOYO SECURITY MODULE
7540 M: Kentaro Takeda <takedakn@nttdata.co.jp>
7541 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
7542 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
7543 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
7544 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
7545 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
7546 W: http://tomoyo.sourceforge.jp/
7547 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
7548 S: Maintained
7549 F: security/tomoyo/
7550
7551 TOPSTAR LAPTOP EXTRAS DRIVER
7552 M: Herton Ronaldo Krzesinski <herton@canonical.com>
7553 L: platform-driver-x86@vger.kernel.org
7554 S: Maintained
7555 F: drivers/platform/x86/topstar-laptop.c
7556
7557 TOSHIBA ACPI EXTRAS DRIVER
7558 L: platform-driver-x86@vger.kernel.org
7559 S: Orphan
7560 F: drivers/platform/x86/toshiba_acpi.c
7561
7562 TOSHIBA SMM DRIVER
7563 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
7564 L: tlinux-users@tce.toshiba-dme.co.jp
7565 W: http://www.buzzard.org.uk/toshiba/
7566 S: Maintained
7567 F: drivers/char/toshiba.c
7568 F: include/linux/toshiba.h
7569
7570 TMIO MMC DRIVER
7571 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7572 M: Ian Molton <ian@mnementh.co.uk>
7573 L: linux-mmc@vger.kernel.org
7574 S: Maintained
7575 F: drivers/mmc/host/tmio_mmc*
7576 F: drivers/mmc/host/sh_mobile_sdhi.c
7577 F: include/linux/mmc/tmio.h
7578 F: include/linux/mmc/sh_mobile_sdhi.h
7579
7580 TMPFS (SHMEM FILESYSTEM)
7581 M: Hugh Dickins <hughd@google.com>
7582 L: linux-mm@kvack.org
7583 S: Maintained
7584 F: include/linux/shmem_fs.h
7585 F: mm/shmem.c
7586
7587 TM6000 VIDEO4LINUX DRIVER
7588 M: Mauro Carvalho Chehab <mchehab@redhat.com>
7589 L: linux-media@vger.kernel.org
7590 W: http://linuxtv.org
7591 T: git git://linuxtv.org/media_tree.git
7592 S: Odd fixes
7593 F: drivers/media/usb/tm6000/
7594
7595 TPM DEVICE DRIVER
7596 M: Kent Yoder <key@linux.vnet.ibm.com>
7597 M: Rajiv Andrade <mail@srajiv.net>
7598 W: http://tpmdd.sourceforge.net
7599 M: Marcel Selhorst <tpmdd@selhorst.net>
7600 M: Sirrix AG <tpmdd@sirrix.com>
7601 W: http://www.sirrix.com
7602 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
7603 S: Maintained
7604 F: drivers/char/tpm/
7605
7606 TRACING
7607 M: Steven Rostedt <rostedt@goodmis.org>
7608 M: Frederic Weisbecker <fweisbec@gmail.com>
7609 M: Ingo Molnar <mingo@redhat.com>
7610 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7611 S: Maintained
7612 F: Documentation/trace/ftrace.txt
7613 F: arch/*/*/*/ftrace.h
7614 F: arch/*/kernel/ftrace.c
7615 F: include/*/ftrace.h
7616 F: include/linux/trace*.h
7617 F: include/trace/
7618 F: kernel/trace/
7619
7620 TRIVIAL PATCHES
7621 M: Jiri Kosina <trivial@kernel.org>
7622 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
7623 S: Maintained
7624 K: ^Subject:.*(?i)trivial
7625
7626 TTY LAYER
7627 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7628 S: Supported
7629 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
7630 F: drivers/tty/
7631 F: drivers/tty/serial/serial_core.c
7632 F: include/linux/serial_core.h
7633 F: include/linux/serial.h
7634 F: include/linux/tty.h
7635
7636 TUA9001 MEDIA DRIVER
7637 M: Antti Palosaari <crope@iki.fi>
7638 L: linux-media@vger.kernel.org
7639 W: http://linuxtv.org/
7640 W: http://palosaari.fi/linux/
7641 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7642 T: git git://linuxtv.org/anttip/media_tree.git
7643 S: Maintained
7644 F: drivers/media/tuners/tua9001*
7645
7646 TULIP NETWORK DRIVERS
7647 M: Grant Grundler <grundler@parisc-linux.org>
7648 L: netdev@vger.kernel.org
7649 S: Maintained
7650 F: drivers/net/ethernet/dec/tulip/
7651
7652 TUN/TAP driver
7653 M: Maxim Krasnyansky <maxk@qualcomm.com>
7654 L: vtun@office.satix.net
7655 W: http://vtun.sourceforge.net/tun
7656 S: Maintained
7657 F: Documentation/networking/tuntap.txt
7658 F: arch/um/os-Linux/drivers/
7659
7660 TURBOCHANNEL SUBSYSTEM
7661 M: "Maciej W. Rozycki" <macro@linux-mips.org>
7662 S: Maintained
7663 F: drivers/tc/
7664 F: include/linux/tc.h
7665
7666 U14-34F SCSI DRIVER
7667 M: Dario Ballabio <ballabio_dario@emc.com>
7668 L: linux-scsi@vger.kernel.org
7669 S: Maintained
7670 F: drivers/scsi/u14-34f.c
7671
7672 UBI FILE SYSTEM (UBIFS)
7673 M: Artem Bityutskiy <dedekind1@gmail.com>
7674 M: Adrian Hunter <adrian.hunter@intel.com>
7675 L: linux-mtd@lists.infradead.org
7676 T: git git://git.infradead.org/ubifs-2.6.git
7677 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
7678 S: Maintained
7679 F: Documentation/filesystems/ubifs.txt
7680 F: fs/ubifs/
7681
7682 UCLINUX (AND M68KNOMMU)
7683 M: Greg Ungerer <gerg@uclinux.org>
7684 W: http://www.uclinux.org/
7685 L: uclinux-dev@uclinux.org (subscribers-only)
7686 S: Maintained
7687 F: arch/m68k/*/*_no.*
7688 F: arch/m68k/include/asm/*_no.*
7689
7690 UCLINUX FOR RENESAS H8/300 (H8300)
7691 M: Yoshinori Sato <ysato@users.sourceforge.jp>
7692 W: http://uclinux-h8.sourceforge.jp/
7693 S: Supported
7694 F: arch/h8300/
7695 F: drivers/ide/ide-h8300.c
7696 F: drivers/net/ethernet/8390/ne-h8300.c
7697
7698 UDF FILESYSTEM
7699 M: Jan Kara <jack@suse.cz>
7700 S: Maintained
7701 F: Documentation/filesystems/udf.txt
7702 F: fs/udf/
7703
7704 UFS FILESYSTEM
7705 M: Evgeniy Dushistov <dushistov@mail.ru>
7706 S: Maintained
7707 F: Documentation/filesystems/ufs.txt
7708 F: fs/ufs/
7709
7710 UHID USERSPACE HID IO DRIVER:
7711 M: David Herrmann <dh.herrmann@googlemail.com>
7712 L: linux-input@vger.kernel.org
7713 S: Maintained
7714 F: drivers/hid/uhid.c
7715 F: include/linux/uhid.h
7716
7717 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
7718 L: linux-usb@vger.kernel.org
7719 S: Orphan
7720 F: drivers/uwb/
7721 F: include/linux/uwb.h
7722 F: include/linux/uwb/
7723
7724 UNICORE32 ARCHITECTURE:
7725 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
7726 W: http://mprc.pku.edu.cn/~guanxuetao/linux
7727 S: Maintained
7728 T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
7729 F: arch/unicore32/
7730
7731 UNIFDEF
7732 M: Tony Finch <dot@dotat.at>
7733 W: http://dotat.at/prog/unifdef
7734 S: Maintained
7735 F: scripts/unifdef.c
7736
7737 UNIFORM CDROM DRIVER
7738 M: Jens Axboe <axboe@kernel.dk>
7739 W: http://www.kernel.dk
7740 S: Maintained
7741 F: Documentation/cdrom/
7742 F: drivers/cdrom/cdrom.c
7743 F: include/linux/cdrom.h
7744
7745 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
7746 M: Vinayak Holikatti <vinholikatti@gmail.com>
7747 M: Santosh Y <santoshsy@gmail.com>
7748 L: linux-scsi@vger.kernel.org
7749 S: Supported
7750 F: Documentation/scsi/ufs.txt
7751 F: drivers/scsi/ufs/
7752
7753 UNSORTED BLOCK IMAGES (UBI)
7754 M: Artem Bityutskiy <dedekind1@gmail.com>
7755 W: http://www.linux-mtd.infradead.org/
7756 L: linux-mtd@lists.infradead.org
7757 T: git git://git.infradead.org/ubi-2.6.git
7758 S: Maintained
7759 F: drivers/mtd/ubi/
7760 F: include/linux/mtd/ubi.h
7761 F: include/mtd/ubi-user.h
7762
7763 UNSORTED BLOCK IMAGES (UBI) Fastmap
7764 M: Richard Weinberger <richard@nod.at>
7765 L: linux-mtd@lists.infradead.org
7766 S: Maintained
7767 F: drivers/mtd/ubi/fastmap.c
7768
7769 USB ACM DRIVER
7770 M: Oliver Neukum <oliver@neukum.org>
7771 L: linux-usb@vger.kernel.org
7772 S: Maintained
7773 F: Documentation/usb/acm.txt
7774 F: drivers/usb/class/cdc-acm.*
7775
7776 USB ATTACHED SCSI
7777 M: Matthew Wilcox <willy@linux.intel.com>
7778 M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
7779 L: linux-usb@vger.kernel.org
7780 L: linux-scsi@vger.kernel.org
7781 S: Supported
7782 F: drivers/usb/storage/uas.c
7783
7784 USB BLOCK DRIVER (UB ub)
7785 M: Pete Zaitcev <zaitcev@redhat.com>
7786 L: linux-usb@vger.kernel.org
7787 S: Supported
7788 F: drivers/block/ub.c
7789
7790 USB CDC ETHERNET DRIVER
7791 M: Oliver Neukum <oliver@neukum.org>
7792 L: linux-usb@vger.kernel.org
7793 S: Maintained
7794 F: drivers/net/usb/cdc_*.c
7795 F: include/linux/usb/cdc.h
7796
7797 USB CYPRESS C67X00 DRIVER
7798 M: Peter Korsgaard <jacmet@sunsite.dk>
7799 L: linux-usb@vger.kernel.org
7800 S: Maintained
7801 F: drivers/usb/c67x00/
7802
7803 USB DAVICOM DM9601 DRIVER
7804 M: Peter Korsgaard <jacmet@sunsite.dk>
7805 L: netdev@vger.kernel.org
7806 W: http://www.linux-usb.org/usbnet
7807 S: Maintained
7808 F: drivers/net/usb/dm9601.c
7809
7810 USB DIAMOND RIO500 DRIVER
7811 M: Cesar Miquel <miquel@df.uba.ar>
7812 L: rio500-users@lists.sourceforge.net
7813 W: http://rio500.sourceforge.net
7814 S: Maintained
7815 F: drivers/usb/misc/rio500*
7816
7817 USB EHCI DRIVER
7818 M: Alan Stern <stern@rowland.harvard.edu>
7819 L: linux-usb@vger.kernel.org
7820 S: Maintained
7821 F: Documentation/usb/ehci.txt
7822 F: drivers/usb/host/ehci*
7823
7824 USB GADGET/PERIPHERAL SUBSYSTEM
7825 M: Felipe Balbi <balbi@ti.com>
7826 L: linux-usb@vger.kernel.org
7827 W: http://www.linux-usb.org/gadget
7828 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7829 S: Maintained
7830 F: drivers/usb/gadget/
7831 F: include/linux/usb/gadget*
7832
7833 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
7834 M: Jiri Kosina <jkosina@suse.cz>
7835 L: linux-usb@vger.kernel.org
7836 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
7837 S: Maintained
7838 F: Documentation/hid/hiddev.txt
7839 F: drivers/hid/usbhid/
7840
7841 USB/IP DRIVERS
7842 M: Matt Mooney <mfm@muteddisk.com>
7843 L: linux-usb@vger.kernel.org
7844 S: Maintained
7845 F: drivers/staging/usbip/
7846
7847 USB ISP116X DRIVER
7848 M: Olav Kongas <ok@artecdesign.ee>
7849 L: linux-usb@vger.kernel.org
7850 S: Maintained
7851 F: drivers/usb/host/isp116x*
7852 F: include/linux/usb/isp116x.h
7853
7854 USB KAWASAKI LSI DRIVER
7855 M: Oliver Neukum <oliver@neukum.org>
7856 L: linux-usb@vger.kernel.org
7857 S: Maintained
7858 F: drivers/usb/serial/kl5kusb105.*
7859
7860 USB MASS STORAGE DRIVER
7861 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
7862 L: linux-usb@vger.kernel.org
7863 L: usb-storage@lists.one-eyed-alien.net
7864 S: Maintained
7865 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
7866 F: drivers/usb/storage/
7867
7868 USB MIDI DRIVER
7869 M: Clemens Ladisch <clemens@ladisch.de>
7870 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7871 T: git git://git.alsa-project.org/alsa-kernel.git
7872 S: Maintained
7873 F: sound/usb/midi.*
7874
7875 USB OHCI DRIVER
7876 M: Alan Stern <stern@rowland.harvard.edu>
7877 L: linux-usb@vger.kernel.org
7878 S: Maintained
7879 F: Documentation/usb/ohci.txt
7880 F: drivers/usb/host/ohci*
7881
7882 USB OPTION-CARD DRIVER
7883 M: Matthias Urlichs <smurf@smurf.noris.de>
7884 L: linux-usb@vger.kernel.org
7885 S: Maintained
7886 F: drivers/usb/serial/option.c
7887
7888 USB PEGASUS DRIVER
7889 M: Petko Manolov <petkan@users.sourceforge.net>
7890 L: linux-usb@vger.kernel.org
7891 L: netdev@vger.kernel.org
7892 W: http://pegasus2.sourceforge.net/
7893 S: Maintained
7894 F: drivers/net/usb/pegasus.*
7895
7896 USB PHY LAYER
7897 M: Felipe Balbi <balbi@ti.com>
7898 L: linux-usb@vger.kernel.org
7899 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7900 S: Maintained
7901 F: drivers/usb/phy/
7902 F: drivers/usb/otg/
7903
7904 USB PRINTER DRIVER (usblp)
7905 M: Pete Zaitcev <zaitcev@redhat.com>
7906 L: linux-usb@vger.kernel.org
7907 S: Supported
7908 F: drivers/usb/class/usblp.c
7909
7910 USB RTL8150 DRIVER
7911 M: Petko Manolov <petkan@users.sourceforge.net>
7912 L: linux-usb@vger.kernel.org
7913 L: netdev@vger.kernel.org
7914 W: http://pegasus2.sourceforge.net/
7915 S: Maintained
7916 F: drivers/net/usb/rtl8150.c
7917
7918 USB SERIAL BELKIN F5U103 DRIVER
7919 M: William Greathouse <wgreathouse@smva.com>
7920 L: linux-usb@vger.kernel.org
7921 S: Maintained
7922 F: drivers/usb/serial/belkin_sa.*
7923
7924 USB SERIAL CYPRESS M8 DRIVER
7925 M: Lonnie Mendez <dignome@gmail.com>
7926 L: linux-usb@vger.kernel.org
7927 S: Maintained
7928 W: http://geocities.com/i0xox0i
7929 W: http://firstlight.net/cvs
7930 F: drivers/usb/serial/cypress_m8.*
7931
7932 USB SERIAL CYBERJACK DRIVER
7933 M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
7934 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
7935 S: Maintained
7936 F: drivers/usb/serial/cyberjack.c
7937
7938 USB SERIAL DIGI ACCELEPORT DRIVER
7939 M: Peter Berger <pberger@brimson.com>
7940 M: Al Borchers <alborchers@steinerpoint.com>
7941 L: linux-usb@vger.kernel.org
7942 S: Maintained
7943 F: drivers/usb/serial/digi_acceleport.c
7944
7945 USB SERIAL DRIVER
7946 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7947 L: linux-usb@vger.kernel.org
7948 S: Supported
7949 F: Documentation/usb/usb-serial.txt
7950 F: drivers/usb/serial/generic.c
7951 F: drivers/usb/serial/usb-serial.c
7952 F: include/linux/usb/serial.h
7953
7954 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
7955 M: Gary Brubaker <xavyer@ix.netcom.com>
7956 L: linux-usb@vger.kernel.org
7957 S: Maintained
7958 F: drivers/usb/serial/empeg.c
7959
7960 USB SERIAL KEYSPAN DRIVER
7961 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7962 L: linux-usb@vger.kernel.org
7963 S: Maintained
7964 F: drivers/usb/serial/*keyspan*
7965
7966 USB SERIAL WHITEHEAT DRIVER
7967 M: Support Department <support@connecttech.com>
7968 L: linux-usb@vger.kernel.org
7969 W: http://www.connecttech.com
7970 S: Supported
7971 F: drivers/usb/serial/whiteheat*
7972
7973 USB SMSC75XX ETHERNET DRIVER
7974 M: Steve Glendinning <steve.glendinning@shawell.net>
7975 L: netdev@vger.kernel.org
7976 S: Maintained
7977 F: drivers/net/usb/smsc75xx.*
7978
7979 USB SMSC95XX ETHERNET DRIVER
7980 M: Steve Glendinning <steve.glendinning@shawell.net>
7981 L: netdev@vger.kernel.org
7982 S: Maintained
7983 F: drivers/net/usb/smsc95xx.*
7984
7985 USB SN9C1xx DRIVER
7986 M: Luca Risolia <luca.risolia@studio.unibo.it>
7987 L: linux-usb@vger.kernel.org
7988 L: linux-media@vger.kernel.org
7989 T: git git://linuxtv.org/media_tree.git
7990 W: http://www.linux-projects.org
7991 S: Maintained
7992 F: Documentation/video4linux/sn9c102.txt
7993 F: drivers/media/usb/sn9c102/
7994
7995 USB SUBSYSTEM
7996 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7997 L: linux-usb@vger.kernel.org
7998 W: http://www.linux-usb.org
7999 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
8000 S: Supported
8001 F: Documentation/usb/
8002 F: drivers/net/usb/
8003 F: drivers/usb/
8004 F: include/linux/usb.h
8005 F: include/linux/usb/
8006
8007 USB UHCI DRIVER
8008 M: Alan Stern <stern@rowland.harvard.edu>
8009 L: linux-usb@vger.kernel.org
8010 S: Maintained
8011 F: drivers/usb/host/uhci*
8012
8013 USB "USBNET" DRIVER FRAMEWORK
8014 M: Oliver Neukum <oneukum@suse.de>
8015 L: netdev@vger.kernel.org
8016 W: http://www.linux-usb.org/usbnet
8017 S: Maintained
8018 F: drivers/net/usb/usbnet.c
8019 F: include/linux/usb/usbnet.h
8020
8021 USB VIDEO CLASS
8022 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8023 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
8024 L: linux-media@vger.kernel.org
8025 T: git git://linuxtv.org/media_tree.git
8026 W: http://www.ideasonboard.org/uvc/
8027 S: Maintained
8028 F: drivers/media/usb/uvc/
8029 F: include/uapi/linux/uvcvideo.h
8030
8031 USB WEBCAM GADGET
8032 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8033 L: linux-usb@vger.kernel.org
8034 S: Maintained
8035 F: drivers/usb/gadget/*uvc*.c
8036 F: drivers/usb/gadget/webcam.c
8037
8038 USB WIRELESS RNDIS DRIVER (rndis_wlan)
8039 M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
8040 L: linux-wireless@vger.kernel.org
8041 S: Maintained
8042 F: drivers/net/wireless/rndis_wlan.c
8043
8044 USB XHCI DRIVER
8045 M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
8046 L: linux-usb@vger.kernel.org
8047 S: Supported
8048 F: drivers/usb/host/xhci*
8049 F: drivers/usb/host/pci-quirks*
8050
8051 USB ZD1201 DRIVER
8052 L: linux-wireless@vger.kernel.org
8053 W: http://linux-lc100020.sourceforge.net
8054 S: Orphan
8055 F: drivers/net/wireless/zd1201.*
8056
8057 USB ZR364XX DRIVER
8058 M: Antoine Jacquet <royale@zerezo.com>
8059 L: linux-usb@vger.kernel.org
8060 L: linux-media@vger.kernel.org
8061 T: git git://linuxtv.org/media_tree.git
8062 W: http://royale.zerezo.com/zr364xx/
8063 S: Maintained
8064 F: Documentation/video4linux/zr364xx.txt
8065 F: drivers/media/usb/zr364xx/
8066
8067 USER-MODE LINUX (UML)
8068 M: Jeff Dike <jdike@addtoit.com>
8069 M: Richard Weinberger <richard@nod.at>
8070 L: user-mode-linux-devel@lists.sourceforge.net
8071 L: user-mode-linux-user@lists.sourceforge.net
8072 W: http://user-mode-linux.sourceforge.net
8073 S: Maintained
8074 F: Documentation/virtual/uml/
8075 F: arch/um/
8076 F: arch/x86/um/
8077 F: fs/hostfs/
8078 F: fs/hppfs/
8079
8080 USERSPACE I/O (UIO)
8081 M: "Hans J. Koch" <hjk@hansjkoch.de>
8082 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8083 S: Maintained
8084 F: Documentation/DocBook/uio-howto.tmpl
8085 F: drivers/uio/
8086 F: include/linux/uio*.h
8087
8088 UTIL-LINUX PACKAGE
8089 M: Karel Zak <kzak@redhat.com>
8090 L: util-linux@vger.kernel.org
8091 W: http://en.wikipedia.org/wiki/Util-linux
8092 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
8093 S: Maintained
8094
8095 UVESAFB DRIVER
8096 M: Michal Januszewski <spock@gentoo.org>
8097 L: linux-fbdev@vger.kernel.org
8098 W: http://dev.gentoo.org/~spock/projects/uvesafb/
8099 S: Maintained
8100 F: Documentation/fb/uvesafb.txt
8101 F: drivers/video/uvesafb.*
8102
8103 VFAT/FAT/MSDOS FILESYSTEM
8104 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
8105 S: Maintained
8106 F: Documentation/filesystems/vfat.txt
8107 F: fs/fat/
8108
8109 VFIO DRIVER
8110 M: Alex Williamson <alex.williamson@redhat.com>
8111 L: kvm@vger.kernel.org
8112 S: Maintained
8113 F: Documentation/vfio.txt
8114 F: drivers/vfio/
8115 F: include/linux/vfio.h
8116
8117 VIDEOBUF2 FRAMEWORK
8118 M: Pawel Osciak <pawel@osciak.com>
8119 M: Marek Szyprowski <m.szyprowski@samsung.com>
8120 M: Kyungmin Park <kyungmin.park@samsung.com>
8121 L: linux-media@vger.kernel.org
8122 S: Maintained
8123 F: drivers/media/v4l2-core/videobuf2-*
8124 F: include/media/videobuf2-*
8125
8126 VIRTIO CONSOLE DRIVER
8127 M: Amit Shah <amit.shah@redhat.com>
8128 L: virtualization@lists.linux-foundation.org
8129 S: Maintained
8130 F: drivers/char/virtio_console.c
8131 F: include/linux/virtio_console.h
8132
8133 VIRTIO CORE, NET AND BLOCK DRIVERS
8134 M: Rusty Russell <rusty@rustcorp.com.au>
8135 M: "Michael S. Tsirkin" <mst@redhat.com>
8136 L: virtualization@lists.linux-foundation.org
8137 S: Maintained
8138 F: drivers/virtio/
8139 F: drivers/net/virtio_net.c
8140 F: drivers/block/virtio_blk.c
8141 F: include/linux/virtio_*.h
8142
8143 VIRTIO HOST (VHOST)
8144 M: "Michael S. Tsirkin" <mst@redhat.com>
8145 L: kvm@vger.kernel.org
8146 L: virtualization@lists.linux-foundation.org
8147 L: netdev@vger.kernel.org
8148 S: Maintained
8149 F: drivers/vhost/
8150 F: include/linux/vhost.h
8151
8152 VIA RHINE NETWORK DRIVER
8153 M: Roger Luethi <rl@hellgate.ch>
8154 S: Maintained
8155 F: drivers/net/ethernet/via/via-rhine.c
8156
8157 VIA SD/MMC CARD CONTROLLER DRIVER
8158 M: Bruce Chang <brucechang@via.com.tw>
8159 M: Harald Welte <HaraldWelte@viatech.com>
8160 S: Maintained
8161 F: drivers/mmc/host/via-sdmmc.c
8162
8163 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
8164 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
8165 L: linux-fbdev@vger.kernel.org
8166 S: Maintained
8167 F: include/linux/via-core.h
8168 F: include/linux/via-gpio.h
8169 F: include/linux/via_i2c.h
8170 F: drivers/video/via/
8171
8172 VIA VELOCITY NETWORK DRIVER
8173 M: Francois Romieu <romieu@fr.zoreil.com>
8174 L: netdev@vger.kernel.org
8175 S: Maintained
8176 F: drivers/net/ethernet/via/via-velocity.*
8177
8178 VLAN (802.1Q)
8179 M: Patrick McHardy <kaber@trash.net>
8180 L: netdev@vger.kernel.org
8181 S: Maintained
8182 F: drivers/net/macvlan.c
8183 F: include/linux/if_*vlan.h
8184 F: net/8021q/
8185
8186 VLYNQ BUS
8187 M: Florian Fainelli <florian@openwrt.org>
8188 L: openwrt-devel@lists.openwrt.org (subscribers-only)
8189 S: Maintained
8190 F: drivers/vlynq/vlynq.c
8191 F: include/linux/vlynq.h
8192
8193 VME SUBSYSTEM
8194 M: Martyn Welch <martyn.welch@ge.com>
8195 M: Manohar Vanga <manohar.vanga@gmail.com>
8196 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8197 L: devel@driverdev.osuosl.org
8198 S: Maintained
8199 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
8200 F: Documentation/vme_api.txt
8201 F: drivers/staging/vme/
8202 F: drivers/vme/
8203 F: include/linux/vme*
8204
8205 VMWARE VMXNET3 ETHERNET DRIVER
8206 M: Shreyas Bhatewara <sbhatewara@vmware.com>
8207 M: "VMware, Inc." <pv-drivers@vmware.com>
8208 L: netdev@vger.kernel.org
8209 S: Maintained
8210 F: drivers/net/vmxnet3/
8211
8212 VMware PVSCSI driver
8213 M: Arvind Kumar <arvindkumar@vmware.com>
8214 M: VMware PV-Drivers <pv-drivers@vmware.com>
8215 L: linux-scsi@vger.kernel.org
8216 S: Maintained
8217 F: drivers/scsi/vmw_pvscsi.c
8218 F: drivers/scsi/vmw_pvscsi.h
8219
8220 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
8221 M: Liam Girdwood <lrg@ti.com>
8222 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
8223 W: http://opensource.wolfsonmicro.com/node/15
8224 W: http://www.slimlogic.co.uk/?p=48
8225 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
8226 S: Supported
8227 F: drivers/regulator/
8228 F: include/linux/regulator/
8229
8230 VT1211 HARDWARE MONITOR DRIVER
8231 M: Juerg Haefliger <juergh@gmail.com>
8232 L: lm-sensors@lm-sensors.org
8233 S: Maintained
8234 F: Documentation/hwmon/vt1211
8235 F: drivers/hwmon/vt1211.c
8236
8237 VT8231 HARDWARE MONITOR DRIVER
8238 M: Roger Lucas <vt8231@hiddenengine.co.uk>
8239 L: lm-sensors@lm-sensors.org
8240 S: Maintained
8241 F: drivers/hwmon/vt8231.c
8242
8243 VUB300 USB to SDIO/SD/MMC bridge chip
8244 M: Tony Olech <tony.olech@elandigitalsystems.com>
8245 L: linux-mmc@vger.kernel.org
8246 L: linux-usb@vger.kernel.org
8247 S: Supported
8248 F: drivers/mmc/host/vub300.c
8249
8250 W1 DALLAS'S 1-WIRE BUS
8251 M: Evgeniy Polyakov <zbr@ioremap.net>
8252 S: Maintained
8253 F: Documentation/w1/
8254 F: drivers/w1/
8255
8256 W83791D HARDWARE MONITORING DRIVER
8257 M: Marc Hulsman <m.hulsman@tudelft.nl>
8258 L: lm-sensors@lm-sensors.org
8259 S: Maintained
8260 F: Documentation/hwmon/w83791d
8261 F: drivers/hwmon/w83791d.c
8262
8263 W83793 HARDWARE MONITORING DRIVER
8264 M: Rudolf Marek <r.marek@assembler.cz>
8265 L: lm-sensors@lm-sensors.org
8266 S: Maintained
8267 F: Documentation/hwmon/w83793
8268 F: drivers/hwmon/w83793.c
8269
8270 W83795 HARDWARE MONITORING DRIVER
8271 M: Jean Delvare <khali@linux-fr.org>
8272 L: lm-sensors@lm-sensors.org
8273 S: Maintained
8274 F: drivers/hwmon/w83795.c
8275
8276 W83L51xD SD/MMC CARD INTERFACE DRIVER
8277 M: Pierre Ossman <pierre@ossman.eu>
8278 S: Maintained
8279 F: drivers/mmc/host/wbsd.*
8280
8281 WATCHDOG DEVICE DRIVERS
8282 M: Wim Van Sebroeck <wim@iguana.be>
8283 L: linux-watchdog@vger.kernel.org
8284 W: http://www.linux-watchdog.org/
8285 T: git git://www.linux-watchdog.org/linux-watchdog.git
8286 S: Maintained
8287 F: Documentation/watchdog/
8288 F: drivers/watchdog/
8289 F: include/linux/watchdog.h
8290
8291 WD7000 SCSI DRIVER
8292 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
8293 L: linux-scsi@vger.kernel.org
8294 S: Maintained
8295 F: drivers/scsi/wd7000.c
8296
8297 WIIMOTE HID DRIVER
8298 M: David Herrmann <dh.herrmann@googlemail.com>
8299 L: linux-input@vger.kernel.org
8300 S: Maintained
8301 F: drivers/hid/hid-wiimote*
8302
8303 WINBOND CIR DRIVER
8304 M: David Härdeman <david@hardeman.nu>
8305 S: Maintained
8306 F: drivers/media/rc/winbond-cir.c
8307
8308 WIMAX STACK
8309 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
8310 M: linux-wimax@intel.com
8311 L: wimax@linuxwimax.org
8312 S: Supported
8313 W: http://linuxwimax.org
8314 F: Documentation/wimax/README.wimax
8315 F: include/linux/wimax.h
8316 F: include/linux/wimax/debug.h
8317 F: include/net/wimax.h
8318 F: net/wimax/
8319
8320 WISTRON LAPTOP BUTTON DRIVER
8321 M: Miloslav Trmac <mitr@volny.cz>
8322 S: Maintained
8323 F: drivers/input/misc/wistron_btns.c
8324
8325 WL3501 WIRELESS PCMCIA CARD DRIVER
8326 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
8327 L: linux-wireless@vger.kernel.org
8328 W: http://oops.ghostprotocols.net:81/blog
8329 S: Maintained
8330 F: drivers/net/wireless/wl3501*
8331
8332 WM97XX TOUCHSCREEN DRIVERS
8333 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
8334 M: Liam Girdwood <lrg@slimlogic.co.uk>
8335 L: linux-input@vger.kernel.org
8336 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
8337 W: http://opensource.wolfsonmicro.com/node/7
8338 S: Supported
8339 F: drivers/input/touchscreen/*wm97*
8340 F: include/linux/wm97xx.h
8341
8342 WOLFSON MICROELECTRONICS DRIVERS
8343 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
8344 L: patches@opensource.wolfsonmicro.com
8345 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
8346 T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
8347 W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
8348 S: Supported
8349 F: Documentation/hwmon/wm83??
8350 F: arch/arm/mach-s3c64xx/mach-crag6410*
8351 F: drivers/clk/clk-wm83*.c
8352 F: drivers/extcon/extcon-arizona.c
8353 F: drivers/leds/leds-wm83*.c
8354 F: drivers/gpio/gpio-*wm*.c
8355 F: drivers/gpio/gpio-arizona.c
8356 F: drivers/hwmon/wm83??-hwmon.c
8357 F: drivers/input/misc/wm831x-on.c
8358 F: drivers/input/touchscreen/wm831x-ts.c
8359 F: drivers/input/touchscreen/wm97*.c
8360 F: drivers/mfd/arizona*
8361 F: drivers/mfd/wm*.c
8362 F: drivers/power/wm83*.c
8363 F: drivers/rtc/rtc-wm83*.c
8364 F: drivers/regulator/wm8*.c
8365 F: drivers/video/backlight/wm83*_bl.c
8366 F: drivers/watchdog/wm83*_wdt.c
8367 F: include/linux/mfd/arizona/
8368 F: include/linux/mfd/wm831x/
8369 F: include/linux/mfd/wm8350/
8370 F: include/linux/mfd/wm8400*
8371 F: include/linux/wm97xx.h
8372 F: include/sound/wm????.h
8373 F: sound/soc/codecs/arizona.?
8374 F: sound/soc/codecs/wm*
8375
8376 WORKQUEUE
8377 M: Tejun Heo <tj@kernel.org>
8378 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
8379 S: Maintained
8380 F: include/linux/workqueue.h
8381 F: kernel/workqueue.c
8382 F: Documentation/workqueue.txt
8383
8384 X.25 NETWORK LAYER
8385 M: Andrew Hendry <andrew.hendry@gmail.com>
8386 L: linux-x25@vger.kernel.org
8387 S: Odd Fixes
8388 F: Documentation/networking/x25*
8389 F: include/net/x25*
8390 F: net/x25/
8391
8392 X86 ARCHITECTURE (32-BIT AND 64-BIT)
8393 M: Thomas Gleixner <tglx@linutronix.de>
8394 M: Ingo Molnar <mingo@redhat.com>
8395 M: "H. Peter Anvin" <hpa@zytor.com>
8396 M: x86@kernel.org
8397 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
8398 S: Maintained
8399 F: Documentation/x86/
8400 F: arch/x86/
8401
8402 X86 PLATFORM DRIVERS
8403 M: Matthew Garrett <mjg@redhat.com>
8404 L: platform-driver-x86@vger.kernel.org
8405 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
8406 S: Maintained
8407 F: drivers/platform/x86
8408
8409 X86 MCE INFRASTRUCTURE
8410 M: Tony Luck <tony.luck@intel.com>
8411 M: Borislav Petkov <bp@alien8.de>
8412 L: linux-edac@vger.kernel.org
8413 S: Maintained
8414 F: arch/x86/kernel/cpu/mcheck/*
8415
8416 XC2028/3028 TUNER DRIVER
8417 M: Mauro Carvalho Chehab <mchehab@redhat.com>
8418 L: linux-media@vger.kernel.org
8419 W: http://linuxtv.org
8420 T: git git://linuxtv.org/media_tree.git
8421 S: Maintained
8422 F: drivers/media/tuners/tuner-xc2028.*
8423
8424 XEN HYPERVISOR INTERFACE
8425 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8426 M: Jeremy Fitzhardinge <jeremy@goop.org>
8427 L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8428 L: virtualization@lists.linux-foundation.org
8429 S: Supported
8430 F: arch/x86/xen/
8431 F: drivers/*/xen-*front.c
8432 F: drivers/xen/
8433 F: arch/x86/include/asm/xen/
8434 F: include/xen/
8435
8436 XEN HYPERVISOR ARM
8437 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
8438 L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8439 S: Supported
8440 F: arch/arm/xen/
8441 F: arch/arm/include/asm/xen/
8442
8443 XEN NETWORK BACKEND DRIVER
8444 M: Ian Campbell <ian.campbell@citrix.com>
8445 L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8446 L: netdev@vger.kernel.org
8447 S: Supported
8448 F: drivers/net/xen-netback/*
8449
8450 XEN PCI SUBSYSTEM
8451 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8452 L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8453 S: Supported
8454 F: arch/x86/pci/*xen*
8455 F: drivers/pci/*xen*
8456
8457 XEN SWIOTLB SUBSYSTEM
8458 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8459 L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8460 S: Supported
8461 F: arch/x86/xen/*swiotlb*
8462 F: drivers/xen/*swiotlb*
8463
8464 XFS FILESYSTEM
8465 P: Silicon Graphics Inc
8466 M: Ben Myers <bpm@sgi.com>
8467 M: Alex Elder <elder@kernel.org>
8468 M: xfs@oss.sgi.com
8469 L: xfs@oss.sgi.com
8470 W: http://oss.sgi.com/projects/xfs
8471 T: git git://oss.sgi.com/xfs/xfs.git
8472 S: Supported
8473 F: Documentation/filesystems/xfs.txt
8474 F: fs/xfs/
8475
8476 XILINX AXI ETHERNET DRIVER
8477 M: Anirudha Sarangi <anirudh@xilinx.com>
8478 M: John Linn <John.Linn@xilinx.com>
8479 S: Maintained
8480 F: drivers/net/ethernet/xilinx/xilinx_axienet*
8481
8482 XILINX SYSTEMACE DRIVER
8483 M: Grant Likely <grant.likely@secretlab.ca>
8484 W: http://www.secretlab.ca/
8485 S: Maintained
8486 F: drivers/block/xsysace.c
8487
8488 XILINX UARTLITE SERIAL DRIVER
8489 M: Peter Korsgaard <jacmet@sunsite.dk>
8490 L: linux-serial@vger.kernel.org
8491 S: Maintained
8492 F: drivers/tty/serial/uartlite.c
8493
8494 YAM DRIVER FOR AX.25
8495 M: Jean-Paul Roubelat <jpr@f6fbb.org>
8496 L: linux-hams@vger.kernel.org
8497 S: Maintained
8498 F: drivers/net/hamradio/yam*
8499 F: include/linux/yam.h
8500
8501 YEALINK PHONE DRIVER
8502 M: Henk Vergonet <Henk.Vergonet@gmail.com>
8503 L: usbb2k-api-dev@nongnu.org
8504 S: Maintained
8505 F: Documentation/input/yealink.txt
8506 F: drivers/input/misc/yealink.*
8507
8508 Z8530 DRIVER FOR AX.25
8509 M: Joerg Reuter <jreuter@yaina.de>
8510 W: http://yaina.de/jreuter/
8511 W: http://www.qsl.net/dl1bke/
8512 L: linux-hams@vger.kernel.org
8513 S: Maintained
8514 F: Documentation/networking/z8530drv.txt
8515 F: drivers/net/hamradio/*scc.c
8516 F: drivers/net/hamradio/z8530.h
8517
8518 ZD1211RW WIRELESS DRIVER
8519 M: Daniel Drake <dsd@gentoo.org>
8520 M: Ulrich Kunitz <kune@deine-taler.de>
8521 W: http://zd1211.ath.cx/wiki/DriverRewrite
8522 L: linux-wireless@vger.kernel.org
8523 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
8524 S: Maintained
8525 F: drivers/net/wireless/zd1211rw/
8526
8527 ZR36067 VIDEO FOR LINUX DRIVER
8528 L: mjpeg-users@lists.sourceforge.net
8529 L: linux-media@vger.kernel.org
8530 W: http://mjpeg.sourceforge.net/driver-zoran/
8531 T: Mercurial http://linuxtv.org/hg/v4l-dvb
8532 S: Odd Fixes
8533 F: drivers/media/pci/zoran/
8534
8535 ZS DECSTATION Z85C30 SERIAL DRIVER
8536 M: "Maciej W. Rozycki" <macro@linux-mips.org>
8537 S: Maintained
8538 F: drivers/tty/serial/zs.*
8539
8540 THE REST
8541 M: Linus Torvalds <torvalds@linux-foundation.org>
8542 L: linux-kernel@vger.kernel.org
8543 Q: http://patchwork.kernel.org/project/LKML/list/
8544 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
8545 S: Buried alive in reporters
8546 F: *
8547 F: */