[media] MAINTAINERS: add radio-keene entry
[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 CX2341X MPEG ENCODER HELPER MODULE
2199 M: Hans Verkuil <hverkuil@xs4all.nl>
2200 L: linux-media@vger.kernel.org
2201 T: git git://linuxtv.org/media_tree.git
2202 W: http://linuxtv.org
2203 S: Maintained
2204 F: drivers/media/i2c/cx2341x*
2205 F: include/media/cx2341x*
2206
2207 CX88 VIDEO4LINUX DRIVER
2208 M: Mauro Carvalho Chehab <mchehab@redhat.com>
2209 L: linux-media@vger.kernel.org
2210 W: http://linuxtv.org
2211 T: git git://linuxtv.org/media_tree.git
2212 S: Odd fixes
2213 F: Documentation/video4linux/cx88/
2214 F: drivers/media/pci/cx88/
2215
2216 CXD2820R MEDIA DRIVER
2217 M: Antti Palosaari <crope@iki.fi>
2218 L: linux-media@vger.kernel.org
2219 W: http://linuxtv.org/
2220 W: http://palosaari.fi/linux/
2221 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2222 T: git git://linuxtv.org/anttip/media_tree.git
2223 S: Maintained
2224 F: drivers/media/dvb-frontends/cxd2820r*
2225
2226 CXGB3 ETHERNET DRIVER (CXGB3)
2227 M: Divy Le Ray <divy@chelsio.com>
2228 L: netdev@vger.kernel.org
2229 W: http://www.chelsio.com
2230 S: Supported
2231 F: drivers/net/ethernet/chelsio/cxgb3/
2232
2233 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2234 M: Steve Wise <swise@chelsio.com>
2235 L: linux-rdma@vger.kernel.org
2236 W: http://www.openfabrics.org
2237 S: Supported
2238 F: drivers/infiniband/hw/cxgb3/
2239
2240 CXGB4 ETHERNET DRIVER (CXGB4)
2241 M: Dimitris Michailidis <dm@chelsio.com>
2242 L: netdev@vger.kernel.org
2243 W: http://www.chelsio.com
2244 S: Supported
2245 F: drivers/net/ethernet/chelsio/cxgb4/
2246
2247 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2248 M: Steve Wise <swise@chelsio.com>
2249 L: linux-rdma@vger.kernel.org
2250 W: http://www.openfabrics.org
2251 S: Supported
2252 F: drivers/infiniband/hw/cxgb4/
2253
2254 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2255 M: Casey Leedom <leedom@chelsio.com>
2256 L: netdev@vger.kernel.org
2257 W: http://www.chelsio.com
2258 S: Supported
2259 F: drivers/net/ethernet/chelsio/cxgb4vf/
2260
2261 STMMAC ETHERNET DRIVER
2262 M: Giuseppe Cavallaro <peppe.cavallaro@st.com>
2263 L: netdev@vger.kernel.org
2264 W: http://www.stlinux.com
2265 S: Supported
2266 F: drivers/net/ethernet/stmicro/stmmac/
2267
2268 CYBERPRO FB DRIVER
2269 M: Russell King <linux@arm.linux.org.uk>
2270 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2271 W: http://www.arm.linux.org.uk/
2272 S: Maintained
2273 F: drivers/video/cyber2000fb.*
2274
2275 CYCLADES 2X SYNC CARD DRIVER
2276 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2277 W: http://oops.ghostprotocols.net:81/blog
2278 S: Maintained
2279 F: drivers/net/wan/cycx*
2280
2281 CYCLADES ASYNC MUX DRIVER
2282 W: http://www.cyclades.com/
2283 S: Orphan
2284 F: drivers/tty/cyclades.c
2285 F: include/linux/cyclades.h
2286
2287 CYCLADES PC300 DRIVER
2288 W: http://www.cyclades.com/
2289 S: Orphan
2290 F: drivers/net/wan/pc300*
2291
2292 CYTTSP TOUCHSCREEN DRIVER
2293 M: Javier Martinez Canillas <javier@dowhile0.org>
2294 L: linux-input@vger.kernel.org
2295 S: Maintained
2296 F: drivers/input/touchscreen/cyttsp*
2297 F: include/linux/input/cyttsp.h
2298
2299 DAMA SLAVE for AX.25
2300 M: Joerg Reuter <jreuter@yaina.de>
2301 W: http://yaina.de/jreuter/
2302 W: http://www.qsl.net/dl1bke/
2303 L: linux-hams@vger.kernel.org
2304 S: Maintained
2305 F: net/ax25/af_ax25.c
2306 F: net/ax25/ax25_dev.c
2307 F: net/ax25/ax25_ds_*
2308 F: net/ax25/ax25_in.c
2309 F: net/ax25/ax25_out.c
2310 F: net/ax25/ax25_timer.c
2311 F: net/ax25/sysctl_net_ax25.c
2312
2313 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2314 L: netdev@vger.kernel.org
2315 S: Orphan
2316 F: Documentation/networking/dmfe.txt
2317 F: drivers/net/ethernet/dec/tulip/dmfe.c
2318
2319 DC390/AM53C974 SCSI driver
2320 M: Kurt Garloff <garloff@suse.de>
2321 W: http://www.garloff.de/kurt/linux/dc390/
2322 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2323 S: Maintained
2324 F: drivers/scsi/tmscsim.*
2325
2326 DC395x SCSI driver
2327 M: Oliver Neukum <oliver@neukum.org>
2328 M: Ali Akcaagac <aliakc@web.de>
2329 M: Jamie Lenehan <lenehan@twibble.org>
2330 W: http://twibble.org/dist/dc395x/
2331 L: dc395x@twibble.org
2332 L: http://lists.twibble.org/mailman/listinfo/dc395x/
2333 S: Maintained
2334 F: Documentation/scsi/dc395x.txt
2335 F: drivers/scsi/dc395x.*
2336
2337 DCCP PROTOCOL
2338 M: Gerrit Renker <gerrit@erg.abdn.ac.uk>
2339 L: dccp@vger.kernel.org
2340 W: http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2341 S: Maintained
2342 F: include/linux/dccp.h
2343 F: include/linux/tfrc.h
2344 F: net/dccp/
2345
2346 DECnet NETWORK LAYER
2347 W: http://linux-decnet.sourceforge.net
2348 L: linux-decnet-user@lists.sourceforge.net
2349 S: Orphan
2350 F: Documentation/networking/decnet.txt
2351 F: net/decnet/
2352
2353 DEFXX FDDI NETWORK DRIVER
2354 M: "Maciej W. Rozycki" <macro@linux-mips.org>
2355 S: Maintained
2356 F: drivers/net/fddi/defxx.*
2357
2358 DELL LAPTOP DRIVER
2359 M: Matthew Garrett <mjg59@srcf.ucam.org>
2360 L: platform-driver-x86@vger.kernel.org
2361 S: Maintained
2362 F: drivers/platform/x86/dell-laptop.c
2363
2364 DELL LAPTOP SMM DRIVER
2365 M: Massimo Dal Zotto <dz@debian.org>
2366 W: http://www.debian.org/~dz/i8k/
2367 S: Maintained
2368 F: drivers/char/i8k.c
2369 F: include/linux/i8k.h
2370
2371 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2372 M: Doug Warzecha <Douglas_Warzecha@dell.com>
2373 S: Maintained
2374 F: Documentation/dcdbas.txt
2375 F: drivers/firmware/dcdbas.*
2376
2377 DELL WMI EXTRAS DRIVER
2378 M: Matthew Garrett <mjg59@srcf.ucam.org>
2379 S: Maintained
2380 F: drivers/platform/x86/dell-wmi.c
2381
2382 DESIGNWARE USB3 DRD IP DRIVER
2383 M: Felipe Balbi <balbi@ti.com>
2384 L: linux-usb@vger.kernel.org
2385 L: linux-omap@vger.kernel.org
2386 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2387 S: Maintained
2388 F: drivers/usb/dwc3/
2389
2390 DEVICE FREQUENCY (DEVFREQ)
2391 M: MyungJoo Ham <myungjoo.ham@samsung.com>
2392 M: Kyungmin Park <kyungmin.park@samsung.com>
2393 L: linux-kernel@vger.kernel.org
2394 S: Maintained
2395 F: drivers/devfreq/
2396
2397 DEVICE NUMBER REGISTRY
2398 M: Torben Mathiasen <device@lanana.org>
2399 W: http://lanana.org/docs/device-list/index.html
2400 S: Maintained
2401
2402 DEVICE-MAPPER (LVM)
2403 M: Alasdair Kergon <agk@redhat.com>
2404 M: dm-devel@redhat.com
2405 L: dm-devel@redhat.com
2406 W: http://sources.redhat.com/dm
2407 Q: http://patchwork.kernel.org/project/dm-devel/list/
2408 T: quilt http://people.redhat.com/agk/patches/linux/editing/
2409 S: Maintained
2410 F: Documentation/device-mapper/
2411 F: drivers/md/dm*
2412 F: drivers/md/persistent-data/
2413 F: include/linux/device-mapper.h
2414 F: include/linux/dm-*.h
2415
2416 DIOLAN U2C-12 I2C DRIVER
2417 M: Guenter Roeck <linux@roeck-us.net>
2418 L: linux-i2c@vger.kernel.org
2419 S: Maintained
2420 F: drivers/i2c/busses/i2c-diolan-u2c.c
2421
2422 DIRECTORY NOTIFICATION (DNOTIFY)
2423 M: Eric Paris <eparis@parisplace.org>
2424 S: Maintained
2425 F: Documentation/filesystems/dnotify.txt
2426 F: fs/notify/dnotify/
2427 F: include/linux/dnotify.h
2428
2429 DISK GEOMETRY AND PARTITION HANDLING
2430 M: Andries Brouwer <aeb@cwi.nl>
2431 W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2432 W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2433 W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2434 S: Maintained
2435
2436 DISKQUOTA
2437 M: Jan Kara <jack@suse.cz>
2438 S: Maintained
2439 F: Documentation/filesystems/quota.txt
2440 F: fs/quota/
2441 F: include/linux/quota*.h
2442
2443 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2444 M: Bernie Thompson <bernie@plugable.com>
2445 L: linux-fbdev@vger.kernel.org
2446 S: Maintained
2447 W: http://plugable.com/category/projects/udlfb/
2448 F: drivers/video/udlfb.c
2449 F: include/video/udlfb.h
2450 F: Documentation/fb/udlfb.txt
2451
2452 DISTRIBUTED LOCK MANAGER (DLM)
2453 M: Christine Caulfield <ccaulfie@redhat.com>
2454 M: David Teigland <teigland@redhat.com>
2455 L: cluster-devel@redhat.com
2456 W: http://sources.redhat.com/cluster/
2457 T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2458 S: Supported
2459 F: fs/dlm/
2460
2461 DMA BUFFER SHARING FRAMEWORK
2462 M: Sumit Semwal <sumit.semwal@linaro.org>
2463 S: Maintained
2464 L: linux-media@vger.kernel.org
2465 L: dri-devel@lists.freedesktop.org
2466 L: linaro-mm-sig@lists.linaro.org
2467 F: drivers/base/dma-buf*
2468 F: include/linux/dma-buf*
2469 F: Documentation/dma-buf-sharing.txt
2470 T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2471
2472 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2473 M: Vinod Koul <vinod.koul@intel.com>
2474 M: Dan Williams <djbw@fb.com>
2475 S: Supported
2476 F: drivers/dma/
2477 F: include/linux/dma*
2478 T: git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2479 T: git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2480
2481 DME1737 HARDWARE MONITOR DRIVER
2482 M: Juerg Haefliger <juergh@gmail.com>
2483 L: lm-sensors@lm-sensors.org
2484 S: Maintained
2485 F: Documentation/hwmon/dme1737
2486 F: drivers/hwmon/dme1737.c
2487
2488 DOCKING STATION DRIVER
2489 M: Shaohua Li <shaohua.li@intel.com>
2490 L: linux-acpi@vger.kernel.org
2491 S: Supported
2492 F: drivers/acpi/dock.c
2493
2494 DOCUMENTATION
2495 M: Rob Landley <rob@landley.net>
2496 L: linux-doc@vger.kernel.org
2497 T: TBD
2498 S: Maintained
2499 F: Documentation/
2500
2501 DOUBLETALK DRIVER
2502 M: "James R. Van Zandt" <jrv@vanzandt.mv.com>
2503 L: blinux-list@redhat.com
2504 S: Maintained
2505 F: drivers/char/dtlk.c
2506 F: include/linux/dtlk.h
2507
2508 DPT_I2O SCSI RAID DRIVER
2509 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2510 L: linux-scsi@vger.kernel.org
2511 W: http://www.adaptec.com/
2512 S: Maintained
2513 F: drivers/scsi/dpt*
2514 F: drivers/scsi/dpt/
2515
2516 DRBD DRIVER
2517 P: Philipp Reisner
2518 P: Lars Ellenberg
2519 M: drbd-dev@lists.linbit.com
2520 L: drbd-user@lists.linbit.com
2521 W: http://www.drbd.org
2522 T: git git://git.drbd.org/linux-2.6-drbd.git drbd
2523 T: git git://git.drbd.org/drbd-8.3.git
2524 S: Supported
2525 F: drivers/block/drbd/
2526 F: lib/lru_cache.c
2527 F: Documentation/blockdev/drbd/
2528
2529 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2530 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2531 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2532 S: Supported
2533 F: Documentation/kobject.txt
2534 F: drivers/base/
2535 F: fs/sysfs/
2536 F: fs/debugfs/
2537 F: include/linux/kobj*
2538 F: include/linux/debugfs.h
2539 F: lib/kobj*
2540
2541 DRM DRIVERS
2542 M: David Airlie <airlied@linux.ie>
2543 L: dri-devel@lists.freedesktop.org
2544 T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2545 S: Maintained
2546 F: drivers/gpu/drm/
2547 F: include/drm/
2548
2549 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2550 M: Daniel Vetter <daniel.vetter@ffwll.ch>
2551 L: intel-gfx@lists.freedesktop.org (subscribers-only)
2552 L: dri-devel@lists.freedesktop.org
2553 T: git git://people.freedesktop.org/~danvet/drm-intel
2554 S: Supported
2555 F: drivers/gpu/drm/i915
2556 F: include/drm/i915*
2557
2558 DRM DRIVERS FOR EXYNOS
2559 M: Inki Dae <inki.dae@samsung.com>
2560 M: Joonyoung Shim <jy0922.shim@samsung.com>
2561 M: Seung-Woo Kim <sw0312.kim@samsung.com>
2562 M: Kyungmin Park <kyungmin.park@samsung.com>
2563 L: dri-devel@lists.freedesktop.org
2564 T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
2565 S: Supported
2566 F: drivers/gpu/drm/exynos
2567 F: include/drm/exynos*
2568
2569 DSCC4 DRIVER
2570 M: Francois Romieu <romieu@fr.zoreil.com>
2571 L: netdev@vger.kernel.org
2572 S: Maintained
2573 F: drivers/net/wan/dscc4.c
2574
2575 DVB_USB_AF9015 MEDIA DRIVER
2576 M: Antti Palosaari <crope@iki.fi>
2577 L: linux-media@vger.kernel.org
2578 W: http://linuxtv.org/
2579 W: http://palosaari.fi/linux/
2580 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2581 T: git git://linuxtv.org/anttip/media_tree.git
2582 S: Maintained
2583 F: drivers/media/usb/dvb-usb-v2/af9015*
2584
2585 DVB_USB_AF9035 MEDIA DRIVER
2586 M: Antti Palosaari <crope@iki.fi>
2587 L: linux-media@vger.kernel.org
2588 W: http://linuxtv.org/
2589 W: http://palosaari.fi/linux/
2590 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2591 T: git git://linuxtv.org/anttip/media_tree.git
2592 S: Maintained
2593 F: drivers/media/usb/dvb-usb-v2/af9035*
2594
2595 DVB_USB_ANYSEE MEDIA DRIVER
2596 M: Antti Palosaari <crope@iki.fi>
2597 L: linux-media@vger.kernel.org
2598 W: http://linuxtv.org/
2599 W: http://palosaari.fi/linux/
2600 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2601 T: git git://linuxtv.org/anttip/media_tree.git
2602 S: Maintained
2603 F: drivers/media/usb/dvb-usb-v2/anysee*
2604
2605 DVB_USB_AU6610 MEDIA DRIVER
2606 M: Antti Palosaari <crope@iki.fi>
2607 L: linux-media@vger.kernel.org
2608 W: http://linuxtv.org/
2609 W: http://palosaari.fi/linux/
2610 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2611 T: git git://linuxtv.org/anttip/media_tree.git
2612 S: Maintained
2613 F: drivers/media/usb/dvb-usb-v2/au6610*
2614
2615 DVB_USB_CE6230 MEDIA DRIVER
2616 M: Antti Palosaari <crope@iki.fi>
2617 L: linux-media@vger.kernel.org
2618 W: http://linuxtv.org/
2619 W: http://palosaari.fi/linux/
2620 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2621 T: git git://linuxtv.org/anttip/media_tree.git
2622 S: Maintained
2623 F: drivers/media/usb/dvb-usb-v2/ce6230*
2624
2625 DVB_USB_CXUSB MEDIA DRIVER
2626 M: Michael Krufky <mkrufky@linuxtv.org>
2627 L: linux-media@vger.kernel.org
2628 W: http://linuxtv.org/
2629 W: http://github.com/mkrufky
2630 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2631 T: git git://linuxtv.org/media_tree.git
2632 S: Maintained
2633 F: drivers/media/usb/dvb-usb-v2/cxusb*
2634
2635 DVB_USB_CYPRESS_FIRMWARE MEDIA DRIVER
2636 M: Antti Palosaari <crope@iki.fi>
2637 L: linux-media@vger.kernel.org
2638 W: http://linuxtv.org/
2639 W: http://palosaari.fi/linux/
2640 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2641 T: git git://linuxtv.org/anttip/media_tree.git
2642 S: Maintained
2643 F: drivers/media/usb/dvb-usb-v2/cypress_firmware*
2644
2645 DVB_USB_EC168 MEDIA DRIVER
2646 M: Antti Palosaari <crope@iki.fi>
2647 L: linux-media@vger.kernel.org
2648 W: http://linuxtv.org/
2649 W: http://palosaari.fi/linux/
2650 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2651 T: git git://linuxtv.org/anttip/media_tree.git
2652 S: Maintained
2653 F: drivers/media/usb/dvb-usb-v2/ec168*
2654
2655 DVB_USB_MXL111SF MEDIA DRIVER
2656 M: Michael Krufky <mkrufky@linuxtv.org>
2657 L: linux-media@vger.kernel.org
2658 W: http://linuxtv.org/
2659 W: http://github.com/mkrufky
2660 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2661 T: git git://linuxtv.org/mkrufky/mxl111sf.git
2662 S: Maintained
2663 F: drivers/media/usb/dvb-usb-v2/mxl111sf*
2664
2665 DVB_USB_RTL28XXU MEDIA DRIVER
2666 M: Antti Palosaari <crope@iki.fi>
2667 L: linux-media@vger.kernel.org
2668 W: http://linuxtv.org/
2669 W: http://palosaari.fi/linux/
2670 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2671 T: git git://linuxtv.org/anttip/media_tree.git
2672 S: Maintained
2673 F: drivers/media/usb/dvb-usb-v2/rtl28xxu*
2674
2675 DVB_USB_V2 MEDIA DRIVER
2676 M: Antti Palosaari <crope@iki.fi>
2677 L: linux-media@vger.kernel.org
2678 W: http://linuxtv.org/
2679 W: http://palosaari.fi/linux/
2680 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2681 T: git git://linuxtv.org/anttip/media_tree.git
2682 S: Maintained
2683 F: drivers/media/usb/dvb-usb-v2/dvb_usb*
2684 F: drivers/media/usb/dvb-usb-v2/usb_urb.c
2685
2686 DYNAMIC DEBUG
2687 M: Jason Baron <jbaron@redhat.com>
2688 S: Maintained
2689 F: lib/dynamic_debug.c
2690 F: include/linux/dynamic_debug.h
2691
2692 DZ DECSTATION DZ11 SERIAL DRIVER
2693 M: "Maciej W. Rozycki" <macro@linux-mips.org>
2694 S: Maintained
2695 F: drivers/tty/serial/dz.*
2696
2697 E4000 MEDIA DRIVER
2698 M: Antti Palosaari <crope@iki.fi>
2699 L: linux-media@vger.kernel.org
2700 W: http://linuxtv.org/
2701 W: http://palosaari.fi/linux/
2702 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2703 T: git git://linuxtv.org/anttip/media_tree.git
2704 S: Maintained
2705 F: drivers/media/tuners/e4000*
2706
2707 EATA-DMA SCSI DRIVER
2708 M: Michael Neuffer <mike@i-Connect.Net>
2709 L: linux-eata@i-connect.net
2710 L: linux-scsi@vger.kernel.org
2711 S: Maintained
2712 F: drivers/scsi/eata*
2713
2714 EATA ISA/EISA/PCI SCSI DRIVER
2715 M: Dario Ballabio <ballabio_dario@emc.com>
2716 L: linux-scsi@vger.kernel.org
2717 S: Maintained
2718 F: drivers/scsi/eata.c
2719
2720 EATA-PIO SCSI DRIVER
2721 M: Michael Neuffer <mike@i-Connect.Net>
2722 L: linux-eata@i-connect.net
2723 L: linux-scsi@vger.kernel.org
2724 S: Maintained
2725 F: drivers/scsi/eata_pio.*
2726
2727 EBTABLES
2728 M: Bart De Schuymer <bart.de.schuymer@pandora.be>
2729 L: netfilter-devel@vger.kernel.org
2730 W: http://ebtables.sourceforge.net/
2731 S: Maintained
2732 F: include/linux/netfilter_bridge/ebt_*.h
2733 F: net/bridge/netfilter/ebt*.c
2734
2735 EC100 MEDIA DRIVER
2736 M: Antti Palosaari <crope@iki.fi>
2737 L: linux-media@vger.kernel.org
2738 W: http://linuxtv.org/
2739 W: http://palosaari.fi/linux/
2740 Q: http://patchwork.linuxtv.org/project/linux-media/list/
2741 T: git git://linuxtv.org/anttip/media_tree.git
2742 S: Maintained
2743 F: drivers/media/dvb-frontends/ec100*
2744
2745 ECRYPT FILE SYSTEM
2746 M: Tyler Hicks <tyhicks@canonical.com>
2747 M: Dustin Kirkland <dustin.kirkland@gazzang.com>
2748 L: ecryptfs@vger.kernel.org
2749 W: https://launchpad.net/ecryptfs
2750 S: Supported
2751 F: Documentation/filesystems/ecryptfs.txt
2752 F: fs/ecryptfs/
2753
2754 EDAC-CORE
2755 M: Doug Thompson <dougthompson@xmission.com>
2756 L: linux-edac@vger.kernel.org
2757 W: bluesmoke.sourceforge.net
2758 S: Supported
2759 F: Documentation/edac.txt
2760 F: drivers/edac/
2761 F: include/linux/edac.h
2762
2763 EDAC-AMD64
2764 M: Doug Thompson <dougthompson@xmission.com>
2765 M: Borislav Petkov <bp@alien8.de>
2766 L: linux-edac@vger.kernel.org
2767 W: bluesmoke.sourceforge.net
2768 S: Maintained
2769 F: drivers/edac/amd64_edac*
2770
2771 EDAC-E752X
2772 M: Mark Gross <mark.gross@intel.com>
2773 M: Doug Thompson <dougthompson@xmission.com>
2774 L: linux-edac@vger.kernel.org
2775 W: bluesmoke.sourceforge.net
2776 S: Maintained
2777 F: drivers/edac/e752x_edac.c
2778
2779 EDAC-E7XXX
2780 M: Doug Thompson <dougthompson@xmission.com>
2781 L: linux-edac@vger.kernel.org
2782 W: bluesmoke.sourceforge.net
2783 S: Maintained
2784 F: drivers/edac/e7xxx_edac.c
2785
2786 EDAC-I82443BXGX
2787 M: Tim Small <tim@buttersideup.com>
2788 L: linux-edac@vger.kernel.org
2789 W: bluesmoke.sourceforge.net
2790 S: Maintained
2791 F: drivers/edac/i82443bxgx_edac.c
2792
2793 EDAC-I3000
2794 M: Jason Uhlenkott <juhlenko@akamai.com>
2795 L: linux-edac@vger.kernel.org
2796 W: bluesmoke.sourceforge.net
2797 S: Maintained
2798 F: drivers/edac/i3000_edac.c
2799
2800 EDAC-I5000
2801 M: Doug Thompson <dougthompson@xmission.com>
2802 L: linux-edac@vger.kernel.org
2803 W: bluesmoke.sourceforge.net
2804 S: Maintained
2805 F: drivers/edac/i5000_edac.c
2806
2807 EDAC-I5400
2808 M: Mauro Carvalho Chehab <mchehab@redhat.com>
2809 L: linux-edac@vger.kernel.org
2810 W: bluesmoke.sourceforge.net
2811 S: Maintained
2812 F: drivers/edac/i5400_edac.c
2813
2814 EDAC-I7300
2815 M: Mauro Carvalho Chehab <mchehab@redhat.com>
2816 L: linux-edac@vger.kernel.org
2817 W: bluesmoke.sourceforge.net
2818 S: Maintained
2819 F: drivers/edac/i7300_edac.c
2820
2821 EDAC-I7CORE
2822 M: Mauro Carvalho Chehab <mchehab@redhat.com>
2823 L: linux-edac@vger.kernel.org
2824 W: bluesmoke.sourceforge.net
2825 S: Maintained
2826 F: drivers/edac/i7core_edac.c
2827
2828 EDAC-I82975X
2829 M: Ranganathan Desikan <ravi@jetztechnologies.com>
2830 M: "Arvind R." <arvino55@gmail.com>
2831 L: linux-edac@vger.kernel.org
2832 W: bluesmoke.sourceforge.net
2833 S: Maintained
2834 F: drivers/edac/i82975x_edac.c
2835
2836 EDAC-PASEMI
2837 M: Egor Martovetsky <egor@pasemi.com>
2838 L: linux-edac@vger.kernel.org
2839 W: bluesmoke.sourceforge.net
2840 S: Maintained
2841 F: drivers/edac/pasemi_edac.c
2842
2843 EDAC-R82600
2844 M: Tim Small <tim@buttersideup.com>
2845 L: linux-edac@vger.kernel.org
2846 W: bluesmoke.sourceforge.net
2847 S: Maintained
2848 F: drivers/edac/r82600_edac.c
2849
2850 EDAC-SBRIDGE
2851 M: Mauro Carvalho Chehab <mchehab@redhat.com>
2852 L: linux-edac@vger.kernel.org
2853 W: bluesmoke.sourceforge.net
2854 S: Maintained
2855 F: drivers/edac/sb_edac.c
2856
2857 EDIROL UA-101/UA-1000 DRIVER
2858 M: Clemens Ladisch <clemens@ladisch.de>
2859 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
2860 T: git git://git.alsa-project.org/alsa-kernel.git
2861 S: Maintained
2862 F: sound/usb/misc/ua101.c
2863
2864 EXTENSIBLE FIRMWARE INTERFACE (EFI)
2865 M: Matt Fleming <matt.fleming@intel.com>
2866 L: linux-efi@vger.kernel.org
2867 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
2868 S: Maintained
2869 F: Documentation/x86/efi-stub.txt
2870 F: arch/ia64/kernel/efi.c
2871 F: arch/x86/boot/compressed/eboot.[ch]
2872 F: arch/x86/include/asm/efi.h
2873 F: arch/x86/platform/efi/*
2874 F: drivers/firmware/efivars.c
2875 F: include/linux/efi*.h
2876
2877 EFIFB FRAMEBUFFER DRIVER
2878 L: linux-fbdev@vger.kernel.org
2879 M: Peter Jones <pjones@redhat.com>
2880 S: Maintained
2881 F: drivers/video/efifb.c
2882
2883 EFS FILESYSTEM
2884 W: http://aeschi.ch.eu.org/efs/
2885 S: Orphan
2886 F: fs/efs/
2887
2888 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2889 M: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2890 M: Christoph Raisch <raisch@de.ibm.com>
2891 L: linux-rdma@vger.kernel.org
2892 S: Supported
2893 F: drivers/infiniband/hw/ehca/
2894
2895 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2896 M: Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
2897 L: netdev@vger.kernel.org
2898 S: Maintained
2899 F: drivers/net/ethernet/ibm/ehea/
2900
2901 EM28XX VIDEO4LINUX DRIVER
2902 M: Mauro Carvalho Chehab <mchehab@redhat.com>
2903 L: linux-media@vger.kernel.org
2904 W: http://linuxtv.org
2905 T: git git://linuxtv.org/media_tree.git
2906 S: Maintained
2907 F: drivers/media/usb/em28xx/
2908
2909 EMBEDDED LINUX
2910 M: Paul Gortmaker <paul.gortmaker@windriver.com>
2911 M: Matt Mackall <mpm@selenic.com>
2912 M: David Woodhouse <dwmw2@infradead.org>
2913 L: linux-embedded@vger.kernel.org
2914 S: Maintained
2915
2916 EMULEX LPFC FC SCSI DRIVER
2917 M: James Smart <james.smart@emulex.com>
2918 L: linux-scsi@vger.kernel.org
2919 W: http://sourceforge.net/projects/lpfcxxxx
2920 S: Supported
2921 F: drivers/scsi/lpfc/
2922
2923 ENE CB710 FLASH CARD READER DRIVER
2924 M: Michał Mirosław <mirq-linux@rere.qmqm.pl>
2925 S: Maintained
2926 F: drivers/misc/cb710/
2927 F: drivers/mmc/host/cb710-mmc.*
2928 F: include/linux/cb710.h
2929
2930 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2931 M: Maxim Levitsky <maximlevitsky@gmail.com>
2932 S: Maintained
2933 F: drivers/media/rc/ene_ir.*
2934
2935 EPSON 1355 FRAMEBUFFER DRIVER
2936 M: Christopher Hoover <ch@murgatroid.com>
2937 M: Christopher Hoover <ch@hpl.hp.com>
2938 S: Maintained
2939 F: drivers/video/epson1355fb.c
2940
2941 EPSON S1D13XXX FRAMEBUFFER DRIVER
2942 M: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2943 S: Maintained
2944 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2945 F: drivers/video/s1d13xxxfb.c
2946 F: include/video/s1d13xxxfb.h
2947
2948 ETHEREXPRESS-16 NETWORK DRIVER
2949 M: Philip Blundell <philb@gnu.org>
2950 L: netdev@vger.kernel.org
2951 S: Maintained
2952 F: drivers/net/ethernet/i825xx/eexpress.*
2953
2954 ETHERNET BRIDGE
2955 M: Stephen Hemminger <shemminger@vyatta.com>
2956 L: bridge@lists.linux-foundation.org
2957 L: netdev@vger.kernel.org
2958 W: http://www.linuxfoundation.org/en/Net:Bridge
2959 S: Maintained
2960 F: include/linux/netfilter_bridge/
2961 F: net/bridge/
2962
2963 ETHERTEAM 16I DRIVER
2964 M: Mika Kuoppala <miku@iki.fi>
2965 S: Maintained
2966 F: drivers/net/ethernet/fujitsu/eth16i.c
2967
2968 EXT2 FILE SYSTEM
2969 M: Jan Kara <jack@suse.cz>
2970 L: linux-ext4@vger.kernel.org
2971 S: Maintained
2972 F: Documentation/filesystems/ext2.txt
2973 F: fs/ext2/
2974 F: include/linux/ext2*
2975
2976 EXT3 FILE SYSTEM
2977 M: Jan Kara <jack@suse.cz>
2978 M: Andrew Morton <akpm@linux-foundation.org>
2979 M: Andreas Dilger <adilger.kernel@dilger.ca>
2980 L: linux-ext4@vger.kernel.org
2981 S: Maintained
2982 F: Documentation/filesystems/ext3.txt
2983 F: fs/ext3/
2984 F: include/linux/ext3*
2985
2986 EXT4 FILE SYSTEM
2987 M: "Theodore Ts'o" <tytso@mit.edu>
2988 M: Andreas Dilger <adilger.kernel@dilger.ca>
2989 L: linux-ext4@vger.kernel.org
2990 W: http://ext4.wiki.kernel.org
2991 Q: http://patchwork.ozlabs.org/project/linux-ext4/list/
2992 S: Maintained
2993 F: Documentation/filesystems/ext4.txt
2994 F: fs/ext4/
2995
2996 Extended Verification Module (EVM)
2997 M: Mimi Zohar <zohar@us.ibm.com>
2998 S: Supported
2999 F: security/integrity/evm/
3000
3001 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3002 M: MyungJoo Ham <myungjoo.ham@samsung.com>
3003 M: Chanwoo Choi <cw00.choi@samsung.com>
3004 L: linux-kernel@vger.kernel.org
3005 S: Maintained
3006 F: drivers/extcon/
3007 F: Documentation/extcon/
3008
3009 EXYNOS DP DRIVER
3010 M: Jingoo Han <jg1.han@samsung.com>
3011 L: linux-fbdev@vger.kernel.org
3012 S: Maintained
3013 F: drivers/video/exynos/exynos_dp*
3014 F: include/video/exynos_dp*
3015
3016 EXYNOS MIPI DISPLAY DRIVERS
3017 M: Inki Dae <inki.dae@samsung.com>
3018 M: Donghwa Lee <dh09.lee@samsung.com>
3019 M: Kyungmin Park <kyungmin.park@samsung.com>
3020 L: linux-fbdev@vger.kernel.org
3021 S: Maintained
3022 F: drivers/video/exynos/exynos_mipi*
3023 F: include/video/exynos_mipi*
3024
3025 F71805F HARDWARE MONITORING DRIVER
3026 M: Jean Delvare <khali@linux-fr.org>
3027 L: lm-sensors@lm-sensors.org
3028 S: Maintained
3029 F: Documentation/hwmon/f71805f
3030 F: drivers/hwmon/f71805f.c
3031
3032 FC0011 TUNER DRIVER
3033 M: Michael Buesch <m@bues.ch>
3034 L: linux-media@vger.kernel.org
3035 S: Maintained
3036 F: drivers/media/tuners/fc0011.h
3037 F: drivers/media/tuners/fc0011.c
3038
3039 FC2580 MEDIA DRIVER
3040 M: Antti Palosaari <crope@iki.fi>
3041 L: linux-media@vger.kernel.org
3042 W: http://linuxtv.org/
3043 W: http://palosaari.fi/linux/
3044 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3045 T: git git://linuxtv.org/anttip/media_tree.git
3046 S: Maintained
3047 F: drivers/media/tuners/fc2580*
3048
3049 FANOTIFY
3050 M: Eric Paris <eparis@redhat.com>
3051 S: Maintained
3052 F: fs/notify/fanotify/
3053 F: include/linux/fanotify.h
3054
3055 FARSYNC SYNCHRONOUS DRIVER
3056 M: Kevin Curtis <kevin.curtis@farsite.co.uk>
3057 W: http://www.farsite.co.uk/
3058 S: Supported
3059 F: drivers/net/wan/farsync.*
3060
3061 FAULT INJECTION SUPPORT
3062 M: Akinobu Mita <akinobu.mita@gmail.com>
3063 S: Supported
3064 F: Documentation/fault-injection/
3065 F: lib/fault-inject.c
3066
3067 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3068 M: Robert Love <robert.w.love@intel.com>
3069 L: devel@open-fcoe.org
3070 W: www.Open-FCoE.org
3071 S: Supported
3072 F: drivers/scsi/libfc/
3073 F: drivers/scsi/fcoe/
3074 F: include/scsi/fc/
3075 F: include/scsi/libfc.h
3076 F: include/scsi/libfcoe.h
3077
3078 FILE LOCKING (flock() and fcntl()/lockf())
3079 M: Matthew Wilcox <matthew@wil.cx>
3080 L: linux-fsdevel@vger.kernel.org
3081 S: Maintained
3082 F: include/linux/fcntl.h
3083 F: include/linux/fs.h
3084 F: fs/fcntl.c
3085 F: fs/locks.c
3086
3087 FILESYSTEMS (VFS and infrastructure)
3088 M: Alexander Viro <viro@zeniv.linux.org.uk>
3089 L: linux-fsdevel@vger.kernel.org
3090 S: Maintained
3091 F: fs/*
3092
3093 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3094 M: Riku Voipio <riku.voipio@iki.fi>
3095 L: lm-sensors@lm-sensors.org
3096 S: Maintained
3097 F: drivers/hwmon/f75375s.c
3098 F: include/linux/f75375s.h
3099
3100 FIREWIRE AUDIO DRIVERS
3101 M: Clemens Ladisch <clemens@ladisch.de>
3102 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3103 T: git git://git.alsa-project.org/alsa-kernel.git
3104 S: Maintained
3105 F: sound/firewire/
3106
3107 FIREWIRE MEDIA DRIVERS (firedtv)
3108 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
3109 L: linux-media@vger.kernel.org
3110 L: linux1394-devel@lists.sourceforge.net
3111 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3112 S: Maintained
3113 F: drivers/media/firewire/
3114
3115 FIREWIRE SBP-2 TARGET
3116 M: Chris Boot <bootc@bootc.net>
3117 L: linux-scsi@vger.kernel.org
3118 L: target-devel@vger.kernel.org
3119 L: linux1394-devel@lists.sourceforge.net
3120 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3121 S: Maintained
3122 F: drivers/target/sbp/
3123
3124 FIREWIRE SUBSYSTEM
3125 M: Stefan Richter <stefanr@s5r6.in-berlin.de>
3126 L: linux1394-devel@lists.sourceforge.net
3127 W: http://ieee1394.wiki.kernel.org/
3128 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3129 S: Maintained
3130 F: drivers/firewire/
3131 F: include/linux/firewire*.h
3132 F: tools/firewire/
3133
3134 FIRMWARE LOADER (request_firmware)
3135 M: Ming Lei <ming.lei@canonical.com>
3136 L: linux-kernel@vger.kernel.org
3137 S: Maintained
3138 F: Documentation/firmware_class/
3139 F: drivers/base/firmware*.c
3140 F: include/linux/firmware.h
3141
3142 FLOPPY DRIVER
3143 M: Jiri Kosina <jkosina@suse.cz>
3144 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3145 S: Odd fixes
3146 F: drivers/block/floppy.c
3147
3148 FPU EMULATOR
3149 M: Bill Metzenthen <billm@melbpc.org.au>
3150 W: http://floatingpoint.sourceforge.net/emulator/index.html
3151 S: Maintained
3152 F: arch/x86/math-emu/
3153
3154 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3155 L: netdev@vger.kernel.org
3156 S: Orphan
3157 F: drivers/net/wan/dlci.c
3158 F: drivers/net/wan/sdla.c
3159
3160 FRAMEBUFFER LAYER
3161 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
3162 L: linux-fbdev@vger.kernel.org
3163 W: http://linux-fbdev.sourceforge.net/
3164 Q: http://patchwork.kernel.org/project/linux-fbdev/list/
3165 T: git git://github.com/schandinat/linux-2.6.git fbdev-next
3166 S: Maintained
3167 F: Documentation/fb/
3168 F: Documentation/devicetree/bindings/fb/
3169 F: drivers/video/
3170 F: include/video/
3171 F: include/linux/fb.h
3172
3173 FREESCALE DMA DRIVER
3174 M: Li Yang <leoli@freescale.com>
3175 M: Zhang Wei <zw@zh-kernel.org>
3176 L: linuxppc-dev@lists.ozlabs.org
3177 S: Maintained
3178 F: drivers/dma/fsldma.*
3179
3180 FREESCALE I2C CPM DRIVER
3181 M: Jochen Friedrich <jochen@scram.de>
3182 L: linuxppc-dev@lists.ozlabs.org
3183 L: linux-i2c@vger.kernel.org
3184 S: Maintained
3185 F: drivers/i2c/busses/i2c-cpm.c
3186
3187 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
3188 M: Sascha Hauer <kernel@pengutronix.de>
3189 L: linux-fbdev@vger.kernel.org
3190 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3191 S: Maintained
3192 F: arch/arm/plat-mxc/include/mach/imxfb.h
3193 F: drivers/video/imxfb.c
3194
3195 FREESCALE SOC FS_ENET DRIVER
3196 M: Pantelis Antoniou <pantelis.antoniou@gmail.com>
3197 M: Vitaly Bordug <vbordug@ru.mvista.com>
3198 L: linuxppc-dev@lists.ozlabs.org
3199 L: netdev@vger.kernel.org
3200 S: Maintained
3201 F: drivers/net/ethernet/freescale/fs_enet/
3202 F: include/linux/fs_enet_pd.h
3203
3204 FREESCALE QUICC ENGINE LIBRARY
3205 M: Timur Tabi <timur@freescale.com>
3206 L: linuxppc-dev@lists.ozlabs.org
3207 S: Supported
3208 F: arch/powerpc/sysdev/qe_lib/
3209 F: arch/powerpc/include/asm/*qe.h
3210
3211 FREESCALE USB PERIPHERAL DRIVERS
3212 M: Li Yang <leoli@freescale.com>
3213 L: linux-usb@vger.kernel.org
3214 L: linuxppc-dev@lists.ozlabs.org
3215 S: Maintained
3216 F: drivers/usb/gadget/fsl*
3217
3218 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
3219 M: Li Yang <leoli@freescale.com>
3220 L: netdev@vger.kernel.org
3221 L: linuxppc-dev@lists.ozlabs.org
3222 S: Maintained
3223 F: drivers/net/ethernet/freescale/ucc_geth*
3224
3225 FREESCALE QUICC ENGINE UCC UART DRIVER
3226 M: Timur Tabi <timur@freescale.com>
3227 L: linuxppc-dev@lists.ozlabs.org
3228 S: Supported
3229 F: drivers/tty/serial/ucc_uart.c
3230
3231 FREESCALE SOC SOUND DRIVERS
3232 M: Timur Tabi <timur@freescale.com>
3233 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
3234 L: linuxppc-dev@lists.ozlabs.org
3235 S: Supported
3236 F: sound/soc/fsl/fsl*
3237 F: sound/soc/fsl/mpc8610_hpcd.c
3238
3239 FREEVXFS FILESYSTEM
3240 M: Christoph Hellwig <hch@infradead.org>
3241 W: ftp://ftp.openlinux.org/pub/people/hch/vxfs
3242 S: Maintained
3243 F: fs/freevxfs/
3244
3245 FREEZER
3246 M: Pavel Machek <pavel@ucw.cz>
3247 M: "Rafael J. Wysocki" <rjw@sisk.pl>
3248 L: linux-pm@vger.kernel.org
3249 S: Supported
3250 F: Documentation/power/freezing-of-tasks.txt
3251 F: include/linux/freezer.h
3252 F: kernel/freezer.c
3253
3254 FRONTSWAP API
3255 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3256 L: linux-kernel@vger.kernel.org
3257 S: Maintained
3258 F: mm/frontswap.c
3259 F: include/linux/frontswap.h
3260
3261 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
3262 M: David Howells <dhowells@redhat.com>
3263 L: linux-cachefs@redhat.com
3264 S: Supported
3265 F: Documentation/filesystems/caching/
3266 F: fs/fscache/
3267 F: include/linux/fscache*.h
3268
3269 FUJITSU FR-V (FRV) PORT
3270 M: David Howells <dhowells@redhat.com>
3271 S: Maintained
3272 F: arch/frv/
3273
3274 FUJITSU LAPTOP EXTRAS
3275 M: Jonathan Woithe <jwoithe@just42.net>
3276 L: platform-driver-x86@vger.kernel.org
3277 S: Maintained
3278 F: drivers/platform/x86/fujitsu-laptop.c
3279
3280 FUJITSU M-5MO LS CAMERA ISP DRIVER
3281 M: Kyungmin Park <kyungmin.park@samsung.com>
3282 M: Heungjun Kim <riverful.kim@samsung.com>
3283 L: linux-media@vger.kernel.org
3284 S: Maintained
3285 F: drivers/media/i2c/m5mols/
3286 F: include/media/m5mols.h
3287
3288 FUJITSU TABLET EXTRAS
3289 M: Robert Gerlach <khnz@gmx.de>
3290 L: platform-driver-x86@vger.kernel.org
3291 S: Maintained
3292 F: drivers/platform/x86/fujitsu-tablet.c
3293
3294 FUSE: FILESYSTEM IN USERSPACE
3295 M: Miklos Szeredi <miklos@szeredi.hu>
3296 L: fuse-devel@lists.sourceforge.net
3297 W: http://fuse.sourceforge.net/
3298 S: Maintained
3299 F: fs/fuse/
3300 F: include/linux/fuse.h
3301
3302 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
3303 M: Rik Faith <faith@cs.unc.edu>
3304 L: linux-scsi@vger.kernel.org
3305 S: Odd Fixes (e.g., new signatures)
3306 F: drivers/scsi/fdomain.*
3307
3308 GDT SCSI DISK ARRAY CONTROLLER DRIVER
3309 M: Achim Leubner <achim_leubner@adaptec.com>
3310 L: linux-scsi@vger.kernel.org
3311 W: http://www.icp-vortex.com/
3312 S: Supported
3313 F: drivers/scsi/gdt*
3314
3315 GENERIC GPIO I2C DRIVER
3316 M: Haavard Skinnemoen <hskinnemoen@gmail.com>
3317 S: Supported
3318 F: drivers/i2c/busses/i2c-gpio.c
3319 F: include/linux/i2c-gpio.h
3320
3321 GENERIC GPIO I2C MULTIPLEXER DRIVER
3322 M: Peter Korsgaard <peter.korsgaard@barco.com>
3323 L: linux-i2c@vger.kernel.org
3324 S: Supported
3325 F: drivers/i2c/muxes/i2c-mux-gpio.c
3326 F: include/linux/i2c-mux-gpio.h
3327 F: Documentation/i2c/muxes/i2c-mux-gpio
3328
3329 GENERIC HDLC (WAN) DRIVERS
3330 M: Krzysztof Halasa <khc@pm.waw.pl>
3331 W: http://www.kernel.org/pub/linux/utils/net/hdlc/
3332 S: Maintained
3333 F: drivers/net/wan/c101.c
3334 F: drivers/net/wan/hd6457*
3335 F: drivers/net/wan/hdlc*
3336 F: drivers/net/wan/n2.c
3337 F: drivers/net/wan/pc300too.c
3338 F: drivers/net/wan/pci200syn.c
3339 F: drivers/net/wan/wanxl*
3340
3341 GENERIC INCLUDE/ASM HEADER FILES
3342 M: Arnd Bergmann <arnd@arndb.de>
3343 L: linux-arch@vger.kernel.org
3344 T: git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3345 S: Maintained
3346 F: include/asm-generic
3347
3348 GENERIC UIO DRIVER FOR PCI DEVICES
3349 M: "Michael S. Tsirkin" <mst@redhat.com>
3350 L: kvm@vger.kernel.org
3351 S: Supported
3352 F: drivers/uio/uio_pci_generic.c
3353
3354 GFS2 FILE SYSTEM
3355 M: Steven Whitehouse <swhiteho@redhat.com>
3356 L: cluster-devel@redhat.com
3357 W: http://sources.redhat.com/cluster/
3358 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3359 T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3360 S: Supported
3361 F: Documentation/filesystems/gfs2*.txt
3362 F: fs/gfs2/
3363 F: include/linux/gfs2_ondisk.h
3364
3365 GIGASET ISDN DRIVERS
3366 M: Hansjoerg Lipp <hjlipp@web.de>
3367 M: Tilman Schmidt <tilman@imap.cc>
3368 L: gigaset307x-common@lists.sourceforge.net
3369 W: http://gigaset307x.sourceforge.net/
3370 S: Maintained
3371 F: Documentation/isdn/README.gigaset
3372 F: drivers/isdn/gigaset/
3373 F: include/linux/gigaset_dev.h
3374
3375 GPIO SUBSYSTEM
3376 M: Grant Likely <grant.likely@secretlab.ca>
3377 M: Linus Walleij <linus.walleij@linaro.org>
3378 S: Maintained
3379 T: git git://git.secretlab.ca/git/linux-2.6.git
3380 F: Documentation/gpio.txt
3381 F: drivers/gpio/
3382 F: include/linux/gpio*
3383 F: include/asm-generic/gpio.h
3384
3385 GRE DEMULTIPLEXER DRIVER
3386 M: Dmitry Kozlov <xeb@mail.ru>
3387 L: netdev@vger.kernel.org
3388 S: Maintained
3389 F: net/ipv4/gre.c
3390 F: include/net/gre.h
3391
3392 GRETH 10/100/1G Ethernet MAC device driver
3393 M: Kristoffer Glembo <kristoffer@gaisler.com>
3394 L: netdev@vger.kernel.org
3395 S: Maintained
3396 F: drivers/net/ethernet/aeroflex/
3397
3398 GSPCA FINEPIX SUBDRIVER
3399 M: Frank Zago <frank@zago.net>
3400 L: linux-media@vger.kernel.org
3401 T: git git://linuxtv.org/media_tree.git
3402 S: Maintained
3403 F: drivers/media/usb/gspca/finepix.c
3404
3405 GSPCA GL860 SUBDRIVER
3406 M: Olivier Lorin <o.lorin@laposte.net>
3407 L: linux-media@vger.kernel.org
3408 T: git git://linuxtv.org/media_tree.git
3409 S: Maintained
3410 F: drivers/media/usb/gspca/gl860/
3411
3412 GSPCA M5602 SUBDRIVER
3413 M: Erik Andren <erik.andren@gmail.com>
3414 L: linux-media@vger.kernel.org
3415 T: git git://linuxtv.org/media_tree.git
3416 S: Maintained
3417 F: drivers/media/usb/gspca/m5602/
3418
3419 GSPCA PAC207 SONIXB SUBDRIVER
3420 M: Hans de Goede <hdegoede@redhat.com>
3421 L: linux-media@vger.kernel.org
3422 T: git git://linuxtv.org/media_tree.git
3423 S: Maintained
3424 F: drivers/media/usb/gspca/pac207.c
3425
3426 GSPCA SN9C20X SUBDRIVER
3427 M: Brian Johnson <brijohn@gmail.com>
3428 L: linux-media@vger.kernel.org
3429 T: git git://linuxtv.org/media_tree.git
3430 S: Maintained
3431 F: drivers/media/usb/gspca/sn9c20x.c
3432
3433 GSPCA T613 SUBDRIVER
3434 M: Leandro Costantino <lcostantino@gmail.com>
3435 L: linux-media@vger.kernel.org
3436 T: git git://linuxtv.org/media_tree.git
3437 S: Maintained
3438 F: drivers/media/usb/gspca/t613.c
3439
3440 GSPCA USB WEBCAM DRIVER
3441 M: Hans de Goede <hdegoede@redhat.com>
3442 L: linux-media@vger.kernel.org
3443 T: git git://linuxtv.org/media_tree.git
3444 S: Maintained
3445 F: drivers/media/usb/gspca/
3446
3447 STK1160 USB VIDEO CAPTURE DRIVER
3448 M: Ezequiel Garcia <elezegarcia@gmail.com>
3449 L: linux-media@vger.kernel.org
3450 T: git git://linuxtv.org/media_tree.git
3451 S: Maintained
3452 F: drivers/media/usb/stk1160/
3453
3454 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3455 M: Frank Seidel <frank@f-seidel.de>
3456 L: platform-driver-x86@vger.kernel.org
3457 W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3458 S: Maintained
3459 F: drivers/platform/x86/hdaps.c
3460
3461 HWPOISON MEMORY FAILURE HANDLING
3462 M: Andi Kleen <andi@firstfloor.org>
3463 L: linux-mm@kvack.org
3464 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3465 S: Maintained
3466 F: mm/memory-failure.c
3467 F: mm/hwpoison-inject.c
3468
3469 HYPERVISOR VIRTUAL CONSOLE DRIVER
3470 L: linuxppc-dev@lists.ozlabs.org
3471 S: Odd Fixes
3472 F: drivers/tty/hvc/
3473
3474 HARDWARE MONITORING
3475 M: Jean Delvare <khali@linux-fr.org>
3476 M: Guenter Roeck <linux@roeck-us.net>
3477 L: lm-sensors@lm-sensors.org
3478 W: http://www.lm-sensors.org/
3479 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3480 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3481 S: Maintained
3482 F: Documentation/hwmon/
3483 F: drivers/hwmon/
3484 F: include/linux/hwmon*.h
3485
3486 HARDWARE RANDOM NUMBER GENERATOR CORE
3487 M: Matt Mackall <mpm@selenic.com>
3488 M: Herbert Xu <herbert@gondor.apana.org.au>
3489 S: Odd fixes
3490 F: Documentation/hw_random.txt
3491 F: drivers/char/hw_random/
3492 F: include/linux/hw_random.h
3493
3494 HARDWARE SPINLOCK CORE
3495 M: Ohad Ben-Cohen <ohad@wizery.com>
3496 S: Maintained
3497 F: Documentation/hwspinlock.txt
3498 F: drivers/hwspinlock/hwspinlock_*
3499 F: include/linux/hwspinlock.h
3500
3501 HARMONY SOUND DRIVER
3502 L: linux-parisc@vger.kernel.org
3503 S: Maintained
3504 F: sound/parisc/harmony.*
3505
3506 HD29L2 MEDIA DRIVER
3507 M: Antti Palosaari <crope@iki.fi>
3508 L: linux-media@vger.kernel.org
3509 W: http://linuxtv.org/
3510 W: http://palosaari.fi/linux/
3511 Q: http://patchwork.linuxtv.org/project/linux-media/list/
3512 T: git git://linuxtv.org/anttip/media_tree.git
3513 S: Maintained
3514 F: drivers/media/dvb-frontends/hd29l2*
3515
3516 HEWLETT-PACKARD SMART2 RAID DRIVER
3517 M: Chirag Kantharia <chirag.kantharia@hp.com>
3518 L: iss_storagedev@hp.com
3519 S: Maintained
3520 F: Documentation/blockdev/cpqarray.txt
3521 F: drivers/block/cpqarray.*
3522
3523 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3524 M: "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3525 L: iss_storagedev@hp.com
3526 S: Supported
3527 F: Documentation/scsi/hpsa.txt
3528 F: drivers/scsi/hpsa*.[ch]
3529 F: include/linux/cciss*.h
3530
3531 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3532 M: Mike Miller <mike.miller@hp.com>
3533 L: iss_storagedev@hp.com
3534 S: Supported
3535 F: Documentation/blockdev/cciss.txt
3536 F: drivers/block/cciss*
3537 F: include/linux/cciss_ioctl.h
3538
3539 HFS FILESYSTEM
3540 L: linux-fsdevel@vger.kernel.org
3541 S: Orphan
3542 F: Documentation/filesystems/hfs.txt
3543 F: fs/hfs/
3544
3545 HGA FRAMEBUFFER DRIVER
3546 M: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3547 L: linux-nvidia@lists.surfsouth.com
3548 W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3549 S: Maintained
3550 F: drivers/video/hgafb.c
3551
3552 HIBERNATION (aka Software Suspend, aka swsusp)
3553 M: Pavel Machek <pavel@ucw.cz>
3554 M: "Rafael J. Wysocki" <rjw@sisk.pl>
3555 L: linux-pm@vger.kernel.org
3556 S: Supported
3557 F: arch/x86/power/
3558 F: drivers/base/power/
3559 F: kernel/power/
3560 F: include/linux/suspend.h
3561 F: include/linux/freezer.h
3562 F: include/linux/pm.h
3563 F: arch/*/include/asm/suspend*.h
3564
3565 HID CORE LAYER
3566 M: Jiri Kosina <jkosina@suse.cz>
3567 L: linux-input@vger.kernel.org
3568 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3569 S: Maintained
3570 F: drivers/hid/
3571 F: include/linux/hid*
3572
3573 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3574 M: Thomas Gleixner <tglx@linutronix.de>
3575 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3576 S: Maintained
3577 F: Documentation/timers/
3578 F: kernel/hrtimer.c
3579 F: kernel/time/clockevents.c
3580 F: kernel/time/tick*.*
3581 F: kernel/time/timer_*.c
3582 F: include/linux/clockchips.h
3583 F: include/linux/hrtimer.h
3584
3585 HIGH-SPEED SCC DRIVER FOR AX.25
3586 L: linux-hams@vger.kernel.org
3587 S: Orphan
3588 F: drivers/net/hamradio/dmascc.c
3589 F: drivers/net/hamradio/scc.c
3590
3591 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3592 M: HighPoint Linux Team <linux@highpoint-tech.com>
3593 W: http://www.highpoint-tech.com
3594 S: Supported
3595 F: Documentation/scsi/hptiop.txt
3596 F: drivers/scsi/hptiop.c
3597
3598 HIPPI
3599 M: Jes Sorensen <jes@trained-monkey.org>
3600 L: linux-hippi@sunsite.dk
3601 S: Maintained
3602 F: include/linux/hippidevice.h
3603 F: include/linux/if_hippi.h
3604 F: net/802/hippi.c
3605 F: drivers/net/hippi/
3606
3607 HOST AP DRIVER
3608 M: Jouni Malinen <j@w1.fi>
3609 L: hostap@shmoo.com (subscribers-only)
3610 L: linux-wireless@vger.kernel.org
3611 W: http://hostap.epitest.fi/
3612 S: Maintained
3613 F: drivers/net/wireless/hostap/
3614
3615 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3616 L: platform-driver-x86@vger.kernel.org
3617 S: Orphan
3618 F: drivers/platform/x86/tc1100-wmi.c
3619
3620 HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3621 M: Jaroslav Kysela <perex@perex.cz>
3622 S: Maintained
3623 F: drivers/net/ethernet/hp/hp100.*
3624
3625 HPET: High Precision Event Timers driver
3626 M: Clemens Ladisch <clemens@ladisch.de>
3627 S: Maintained
3628 F: Documentation/timers/hpet.txt
3629 F: drivers/char/hpet.c
3630 F: include/linux/hpet.h
3631
3632 HPET: x86
3633 M: "Venkatesh Pallipadi (Venki)" <venki@google.com>
3634 S: Maintained
3635 F: arch/x86/kernel/hpet.c
3636 F: arch/x86/include/asm/hpet.h
3637
3638 HPFS FILESYSTEM
3639 M: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3640 W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3641 S: Maintained
3642 F: fs/hpfs/
3643
3644 HSO 3G MODEM DRIVER
3645 M: Jan Dumon <j.dumon@option.com>
3646 W: http://www.pharscape.org
3647 S: Maintained
3648 F: drivers/net/usb/hso.c
3649
3650 HTCPEN TOUCHSCREEN DRIVER
3651 M: Pau Oliva Fora <pof@eslack.org>
3652 L: linux-input@vger.kernel.org
3653 S: Maintained
3654 F: drivers/input/touchscreen/htcpen.c
3655
3656 HUGETLB FILESYSTEM
3657 M: William Irwin <wli@holomorphy.com>
3658 S: Maintained
3659 F: fs/hugetlbfs/
3660
3661 Hyper-V CORE AND DRIVERS
3662 M: K. Y. Srinivasan <kys@microsoft.com>
3663 M: Haiyang Zhang <haiyangz@microsoft.com>
3664 L: devel@linuxdriverproject.org
3665 S: Maintained
3666 F: drivers/hv/
3667 F: drivers/hid/hid-hyperv.c
3668 F: drivers/net/hyperv/
3669 F: drivers/staging/hv/
3670
3671 I2C OVER PARALLEL PORT
3672 M: Jean Delvare <khali@linux-fr.org>
3673 L: linux-i2c@vger.kernel.org
3674 S: Maintained
3675 F: Documentation/i2c/busses/i2c-parport
3676 F: Documentation/i2c/busses/i2c-parport-light
3677 F: drivers/i2c/busses/i2c-parport.c
3678 F: drivers/i2c/busses/i2c-parport-light.c
3679
3680 I2C/SMBUS CONTROLLER DRIVERS FOR PC
3681 M: Jean Delvare <khali@linux-fr.org>
3682 L: linux-i2c@vger.kernel.org
3683 S: Maintained
3684 F: Documentation/i2c/busses/i2c-ali1535
3685 F: Documentation/i2c/busses/i2c-ali1563
3686 F: Documentation/i2c/busses/i2c-ali15x3
3687 F: Documentation/i2c/busses/i2c-amd756
3688 F: Documentation/i2c/busses/i2c-amd8111
3689 F: Documentation/i2c/busses/i2c-i801
3690 F: Documentation/i2c/busses/i2c-nforce2
3691 F: Documentation/i2c/busses/i2c-piix4
3692 F: Documentation/i2c/busses/i2c-sis5595
3693 F: Documentation/i2c/busses/i2c-sis630
3694 F: Documentation/i2c/busses/i2c-sis96x
3695 F: Documentation/i2c/busses/i2c-via
3696 F: Documentation/i2c/busses/i2c-viapro
3697 F: drivers/i2c/busses/i2c-ali1535.c
3698 F: drivers/i2c/busses/i2c-ali1563.c
3699 F: drivers/i2c/busses/i2c-ali15x3.c
3700 F: drivers/i2c/busses/i2c-amd756.c
3701 F: drivers/i2c/busses/i2c-amd756-s4882.c
3702 F: drivers/i2c/busses/i2c-amd8111.c
3703 F: drivers/i2c/busses/i2c-i801.c
3704 F: drivers/i2c/busses/i2c-isch.c
3705 F: drivers/i2c/busses/i2c-nforce2.c
3706 F: drivers/i2c/busses/i2c-nforce2-s4985.c
3707 F: drivers/i2c/busses/i2c-piix4.c
3708 F: drivers/i2c/busses/i2c-sis5595.c
3709 F: drivers/i2c/busses/i2c-sis630.c
3710 F: drivers/i2c/busses/i2c-sis96x.c
3711 F: drivers/i2c/busses/i2c-via.c
3712 F: drivers/i2c/busses/i2c-viapro.c
3713
3714 I2C/SMBUS STUB DRIVER
3715 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
3716 L: linux-i2c@vger.kernel.org
3717 S: Maintained
3718 F: drivers/i2c/busses/i2c-stub.c
3719
3720 I2C SUBSYSTEM
3721 M: Wolfram Sang <w.sang@pengutronix.de>
3722 M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3723 L: linux-i2c@vger.kernel.org
3724 W: http://i2c.wiki.kernel.org/
3725 T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3726 T: git git://git.pengutronix.de/git/wsa/linux.git
3727 S: Maintained
3728 F: Documentation/i2c/
3729 F: drivers/i2c/
3730 F: include/linux/i2c.h
3731 F: include/linux/i2c-*.h
3732
3733 I2C-TAOS-EVM DRIVER
3734 M: Jean Delvare <khali@linux-fr.org>
3735 L: linux-i2c@vger.kernel.org
3736 S: Maintained
3737 F: Documentation/i2c/busses/i2c-taos-evm
3738 F: drivers/i2c/busses/i2c-taos-evm.c
3739
3740 I2C-TINY-USB DRIVER
3741 M: Till Harbaum <till@harbaum.org>
3742 L: linux-i2c@vger.kernel.org
3743 W: http://www.harbaum.org/till/i2c_tiny_usb
3744 S: Maintained
3745 F: drivers/i2c/busses/i2c-tiny-usb.c
3746
3747 i386 BOOT CODE
3748 M: "H. Peter Anvin" <hpa@zytor.com>
3749 S: Maintained
3750 F: arch/x86/boot/
3751
3752 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3753 M: "H. Peter Anvin" <hpa@zytor.com>
3754 T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3755 S: Maintained
3756
3757 IA64 (Itanium) PLATFORM
3758 M: Tony Luck <tony.luck@intel.com>
3759 M: Fenghua Yu <fenghua.yu@intel.com>
3760 L: linux-ia64@vger.kernel.org
3761 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3762 S: Maintained
3763 F: arch/ia64/
3764
3765 IBM Power in-Nest Crypto Acceleration
3766 M: Kent Yoder <key@linux.vnet.ibm.com>
3767 L: linux-crypto@vger.kernel.org
3768 S: Supported
3769 F: drivers/crypto/nx/
3770
3771 IBM Power 842 compression accelerator
3772 M: Robert Jennings <rcj@linux.vnet.ibm.com>
3773 S: Supported
3774 F: drivers/crypto/nx/nx-842.c
3775 F: include/linux/nx842.h
3776
3777 IBM Power Linux RAID adapter
3778 M: Brian King <brking@us.ibm.com>
3779 S: Supported
3780 F: drivers/scsi/ipr.*
3781
3782 IBM Power Virtual Ethernet Device Driver
3783 M: Santiago Leon <santil@linux.vnet.ibm.com>
3784 L: netdev@vger.kernel.org
3785 S: Supported
3786 F: drivers/net/ethernet/ibm/ibmveth.*
3787
3788 IBM Power Virtual SCSI/FC Device Drivers
3789 M: Robert Jennings <rcj@linux.vnet.ibm.com>
3790 L: linux-scsi@vger.kernel.org
3791 S: Supported
3792 F: drivers/scsi/ibmvscsi/
3793 X: drivers/scsi/ibmvscsi/ibmvstgt.c
3794
3795 IBM ServeRAID RAID DRIVER
3796 P: Jack Hammer
3797 M: Dave Jeffery <ipslinux@adaptec.com>
3798 W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3799 S: Supported
3800 F: drivers/scsi/ips.*
3801
3802 ICH LPC AND GPIO DRIVER
3803 M: Peter Tyser <ptyser@xes-inc.com>
3804 S: Maintained
3805 F: drivers/mfd/lpc_ich.c
3806 F: drivers/gpio/gpio-ich.c
3807
3808 IDE SUBSYSTEM
3809 M: "David S. Miller" <davem@davemloft.net>
3810 L: linux-ide@vger.kernel.org
3811 Q: http://patchwork.ozlabs.org/project/linux-ide/list/
3812 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
3813 S: Maintained
3814 F: Documentation/ide/
3815 F: drivers/ide/
3816 F: include/linux/ide.h
3817
3818 IDEAPAD LAPTOP EXTRAS DRIVER
3819 M: Ike Panhc <ike.pan@canonical.com>
3820 L: platform-driver-x86@vger.kernel.org
3821 W: http://launchpad.net/ideapad-laptop
3822 S: Maintained
3823 F: drivers/platform/x86/ideapad-laptop.c
3824
3825 IDE/ATAPI DRIVERS
3826 M: Borislav Petkov <bp@alien8.de>
3827 L: linux-ide@vger.kernel.org
3828 S: Maintained
3829 F: Documentation/cdrom/ide-cd
3830 F: drivers/ide/ide-cd*
3831
3832 IDLE-I7300
3833 M: Andy Henroid <andrew.d.henroid@intel.com>
3834 L: linux-pm@vger.kernel.org
3835 S: Supported
3836 F: drivers/idle/i7300_idle.c
3837
3838 IEEE 802.15.4 SUBSYSTEM
3839 M: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
3840 M: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3841 L: linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3842 W: http://apps.sourceforge.net/trac/linux-zigbee
3843 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3844 S: Maintained
3845 F: net/ieee802154/
3846 F: net/mac802154/
3847 F: drivers/ieee802154/
3848
3849 IGUANAWORKS USB IR TRANSCEIVER
3850 M: Sean Young <sean@mess.org>
3851 L: linux-media@vger.kernel.org
3852 S: Maintained
3853 F: drivers/media/rc/iguanair.c
3854
3855 IIO SUBSYSTEM AND DRIVERS
3856 M: Jonathan Cameron <jic23@cam.ac.uk>
3857 L: linux-iio@vger.kernel.org
3858 S: Maintained
3859 F: drivers/iio/
3860 F: drivers/staging/iio/
3861
3862 IKANOS/ADI EAGLE ADSL USB DRIVER
3863 M: Matthieu Castet <castet.matthieu@free.fr>
3864 M: Stanislaw Gruszka <stf_xl@wp.pl>
3865 S: Maintained
3866 F: drivers/usb/atm/ueagle-atm.c
3867
3868 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3869 M: Mimi Zohar <zohar@us.ibm.com>
3870 S: Supported
3871 F: security/integrity/ima/
3872
3873 IMS TWINTURBO FRAMEBUFFER DRIVER
3874 L: linux-fbdev@vger.kernel.org
3875 S: Orphan
3876 F: drivers/video/imsttfb.c
3877
3878 INFINIBAND SUBSYSTEM
3879 M: Roland Dreier <roland@kernel.org>
3880 M: Sean Hefty <sean.hefty@intel.com>
3881 M: Hal Rosenstock <hal.rosenstock@gmail.com>
3882 L: linux-rdma@vger.kernel.org
3883 W: http://www.openfabrics.org/
3884 Q: http://patchwork.kernel.org/project/linux-rdma/list/
3885 T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3886 S: Supported
3887 F: Documentation/infiniband/
3888 F: drivers/infiniband/
3889 F: include/linux/if_infiniband.h
3890
3891 INOTIFY
3892 M: John McCutchan <john@johnmccutchan.com>
3893 M: Robert Love <rlove@rlove.org>
3894 M: Eric Paris <eparis@parisplace.org>
3895 S: Maintained
3896 F: Documentation/filesystems/inotify.txt
3897 F: fs/notify/inotify/
3898 F: include/linux/inotify.h
3899
3900 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3901 M: Dmitry Torokhov <dmitry.torokhov@gmail.com>
3902 M: Dmitry Torokhov <dtor@mail.ru>
3903 L: linux-input@vger.kernel.org
3904 Q: http://patchwork.kernel.org/project/linux-input/list/
3905 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3906 S: Maintained
3907 F: drivers/input/
3908 F: include/linux/input.h
3909 F: include/linux/input/
3910
3911 INPUT MULTITOUCH (MT) PROTOCOL
3912 M: Henrik Rydberg <rydberg@euromail.se>
3913 L: linux-input@vger.kernel.org
3914 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3915 S: Maintained
3916 F: Documentation/input/multi-touch-protocol.txt
3917 F: drivers/input/input-mt.c
3918 K: \b(ABS|SYN)_MT_
3919
3920 INTEL C600 SERIES SAS CONTROLLER DRIVER
3921 M: Intel SCU Linux support <intel-linux-scu@intel.com>
3922 M: Lukasz Dorau <lukasz.dorau@intel.com>
3923 M: Maciej Patelczyk <maciej.patelczyk@intel.com>
3924 M: Dave Jiang <dave.jiang@intel.com>
3925 L: linux-scsi@vger.kernel.org
3926 T: git git://git.code.sf.net/p/intel-sas/isci
3927 S: Supported
3928 F: drivers/scsi/isci/
3929 F: firmware/isci/
3930
3931 INTEL IDLE DRIVER
3932 M: Len Brown <lenb@kernel.org>
3933 L: linux-pm@vger.kernel.org
3934 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
3935 S: Supported
3936 F: drivers/idle/intel_idle.c
3937
3938 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3939 M: Maik Broemme <mbroemme@plusserver.de>
3940 L: linux-fbdev@vger.kernel.org
3941 S: Maintained
3942 F: Documentation/fb/intelfb.txt
3943 F: drivers/video/intelfb/
3944
3945 INTEL 810/815 FRAMEBUFFER DRIVER
3946 M: Antonino Daplas <adaplas@gmail.com>
3947 L: linux-fbdev@vger.kernel.org
3948 S: Maintained
3949 F: drivers/video/i810/
3950
3951 INTEL MENLOW THERMAL DRIVER
3952 M: Sujith Thomas <sujith.thomas@intel.com>
3953 L: platform-driver-x86@vger.kernel.org
3954 W: http://www.lesswatts.org/projects/acpi/
3955 S: Supported
3956 F: drivers/platform/x86/intel_menlow.c
3957
3958 INTEL IA32 MICROCODE UPDATE SUPPORT
3959 M: Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3960 S: Maintained
3961 F: arch/x86/kernel/microcode_core.c
3962 F: arch/x86/kernel/microcode_intel.c
3963
3964 INTEL I/OAT DMA DRIVER
3965 M: Dan Williams <djbw@fb.com>
3966 S: Maintained
3967 F: drivers/dma/ioat*
3968
3969 INTEL IOMMU (VT-d)
3970 M: David Woodhouse <dwmw2@infradead.org>
3971 L: iommu@lists.linux-foundation.org
3972 T: git git://git.infradead.org/iommu-2.6.git
3973 S: Supported
3974 F: drivers/iommu/intel-iommu.c
3975 F: include/linux/intel-iommu.h
3976
3977 INTEL IOP-ADMA DMA DRIVER
3978 M: Dan Williams <djbw@fb.com>
3979 S: Odd fixes
3980 F: drivers/dma/iop-adma.c
3981
3982 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3983 M: Krzysztof Halasa <khc@pm.waw.pl>
3984 S: Maintained
3985 F: arch/arm/mach-ixp4xx/include/mach/qmgr.h
3986 F: arch/arm/mach-ixp4xx/include/mach/npe.h
3987 F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3988 F: arch/arm/mach-ixp4xx/ixp4xx_npe.c
3989 F: drivers/net/ethernet/xscale/ixp4xx_eth.c
3990 F: drivers/net/wan/ixp4xx_hss.c
3991
3992 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3993 M: Deepak Saxena <dsaxena@plexity.net>
3994 S: Maintained
3995 F: drivers/char/hw_random/ixp4xx-rng.c
3996
3997 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3998 M: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3999 M: Jesse Brandeburg <jesse.brandeburg@intel.com>
4000 M: Bruce Allan <bruce.w.allan@intel.com>
4001 M: Carolyn Wyborny <carolyn.wyborny@intel.com>
4002 M: Don Skidmore <donald.c.skidmore@intel.com>
4003 M: Greg Rose <gregory.v.rose@intel.com>
4004 M: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
4005 M: Alex Duyck <alexander.h.duyck@intel.com>
4006 M: John Ronciak <john.ronciak@intel.com>
4007 L: e1000-devel@lists.sourceforge.net
4008 W: http://e1000.sourceforge.net/
4009 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
4010 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
4011 S: Supported
4012 F: Documentation/networking/e100.txt
4013 F: Documentation/networking/e1000.txt
4014 F: Documentation/networking/e1000e.txt
4015 F: Documentation/networking/igb.txt
4016 F: Documentation/networking/igbvf.txt
4017 F: Documentation/networking/ixgb.txt
4018 F: Documentation/networking/ixgbe.txt
4019 F: Documentation/networking/ixgbevf.txt
4020 F: drivers/net/ethernet/intel/
4021
4022 INTEL MRST PMU DRIVER
4023 M: Len Brown <len.brown@intel.com>
4024 L: linux-pm@vger.kernel.org
4025 S: Supported
4026 F: arch/x86/platform/mrst/pmu.*
4027
4028 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4029 M: Stanislav Yakovlev <stas.yakovlev@gmail.com>
4030 L: linux-wireless@vger.kernel.org
4031 S: Maintained
4032 F: Documentation/networking/README.ipw2100
4033 F: Documentation/networking/README.ipw2200
4034 F: drivers/net/wireless/ipw2x00/
4035
4036 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
4037 M: Richard L Maliszewski <richard.l.maliszewski@intel.com>
4038 M: Gang Wei <gang.wei@intel.com>
4039 M: Shane Wang <shane.wang@intel.com>
4040 L: tboot-devel@lists.sourceforge.net
4041 W: http://tboot.sourceforge.net
4042 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4043 S: Supported
4044 F: Documentation/intel_txt.txt
4045 F: include/linux/tboot.h
4046 F: arch/x86/kernel/tboot.c
4047
4048 INTEL WIRELESS WIMAX CONNECTION 2400
4049 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
4050 M: linux-wimax@intel.com
4051 L: wimax@linuxwimax.org
4052 S: Supported
4053 W: http://linuxwimax.org
4054 F: Documentation/wimax/README.i2400m
4055 F: drivers/net/wimax/i2400m/
4056 F: include/linux/wimax/i2400m.h
4057
4058 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4059 M: Stanislaw Gruszka <sgruszka@redhat.com>
4060 L: linux-wireless@vger.kernel.org
4061 S: Supported
4062 F: drivers/net/wireless/iwlegacy/
4063
4064 INTEL WIRELESS WIFI LINK (iwlwifi)
4065 M: Johannes Berg <johannes.berg@intel.com>
4066 M: Wey-Yi Guy <wey-yi.w.guy@intel.com>
4067 M: Intel Linux Wireless <ilw@linux.intel.com>
4068 L: linux-wireless@vger.kernel.org
4069 W: http://intellinuxwireless.org
4070 T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
4071 S: Supported
4072 F: drivers/net/wireless/iwlwifi/
4073
4074 INTEL MANAGEMENT ENGINE (mei)
4075 M: Tomas Winkler <tomas.winkler@intel.com>
4076 L: linux-kernel@vger.kernel.org
4077 S: Supported
4078 F: include/linux/mei.h
4079 F: drivers/misc/mei/*
4080 F: Documentation/mei/*
4081
4082 IOC3 ETHERNET DRIVER
4083 M: Ralf Baechle <ralf@linux-mips.org>
4084 L: linux-mips@linux-mips.org
4085 S: Maintained
4086 F: drivers/net/ethernet/sgi/ioc3-eth.c
4087
4088 IOC3 SERIAL DRIVER
4089 M: Pat Gefre <pfg@sgi.com>
4090 L: linux-serial@vger.kernel.org
4091 S: Maintained
4092 F: drivers/tty/serial/ioc3_serial.c
4093
4094 IP MASQUERADING
4095 M: Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
4096 S: Maintained
4097 F: net/ipv4/netfilter/ipt_MASQUERADE.c
4098
4099 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
4100 M: Francois Romieu <romieu@fr.zoreil.com>
4101 M: Sorbica Shieh <sorbica@icplus.com.tw>
4102 L: netdev@vger.kernel.org
4103 S: Maintained
4104 F: drivers/net/ethernet/icplus/ipg.*
4105
4106 IPATH DRIVER
4107 M: Mike Marciniszyn <infinipath@intel.com>
4108 L: linux-rdma@vger.kernel.org
4109 S: Maintained
4110 F: drivers/infiniband/hw/ipath/
4111
4112 IPMI SUBSYSTEM
4113 M: Corey Minyard <minyard@acm.org>
4114 L: openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
4115 W: http://openipmi.sourceforge.net/
4116 S: Supported
4117 F: Documentation/IPMI.txt
4118 F: drivers/char/ipmi/
4119 F: include/linux/ipmi*
4120
4121 IPS SCSI RAID DRIVER
4122 M: Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4123 L: linux-scsi@vger.kernel.org
4124 W: http://www.adaptec.com/
4125 S: Maintained
4126 F: drivers/scsi/ips*
4127
4128 IPVS
4129 M: Wensong Zhang <wensong@linux-vs.org>
4130 M: Simon Horman <horms@verge.net.au>
4131 M: Julian Anastasov <ja@ssi.bg>
4132 L: netdev@vger.kernel.org
4133 L: lvs-devel@vger.kernel.org
4134 S: Maintained
4135 F: Documentation/networking/ipvs-sysctl.txt
4136 F: include/net/ip_vs.h
4137 F: include/linux/ip_vs.h
4138 F: net/netfilter/ipvs/
4139
4140 IPWIRELESS DRIVER
4141 M: Jiri Kosina <jkosina@suse.cz>
4142 M: David Sterba <dsterba@suse.cz>
4143 S: Odd Fixes
4144 F: drivers/tty/ipwireless/
4145
4146 IPX NETWORK LAYER
4147 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4148 L: netdev@vger.kernel.org
4149 S: Maintained
4150 F: include/linux/ipx.h
4151 F: include/net/ipx.h
4152 F: net/ipx/
4153
4154 IRDA SUBSYSTEM
4155 M: Samuel Ortiz <samuel@sortiz.org>
4156 L: irda-users@lists.sourceforge.net (subscribers-only)
4157 L: netdev@vger.kernel.org
4158 W: http://irda.sourceforge.net/
4159 S: Maintained
4160 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4161 F: Documentation/networking/irda.txt
4162 F: drivers/net/irda/
4163 F: include/net/irda/
4164 F: net/irda/
4165
4166 IRQ SUBSYSTEM
4167 M: Thomas Gleixner <tglx@linutronix.de>
4168 S: Maintained
4169 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4170 F: kernel/irq/
4171
4172 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4173 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4174 M: Grant Likely <grant.likely@secretlab.ca>
4175 T: git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
4176 S: Maintained
4177 F: Documentation/IRQ-domain.txt
4178 F: include/linux/irqdomain.h
4179 F: kernel/irq/irqdomain.c
4180
4181 ISAPNP
4182 M: Jaroslav Kysela <perex@perex.cz>
4183 S: Maintained
4184 F: Documentation/isapnp.txt
4185 F: drivers/pnp/isapnp/
4186 F: include/linux/isapnp.h
4187
4188 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4189 M: Peter Jones <pjones@redhat.com>
4190 M: Konrad Rzeszutek Wilk <konrad@kernel.org>
4191 S: Maintained
4192 F: drivers/firmware/iscsi_ibft*
4193
4194 ISCSI
4195 M: Mike Christie <michaelc@cs.wisc.edu>
4196 L: open-iscsi@googlegroups.com
4197 W: www.open-iscsi.org
4198 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4199 S: Maintained
4200 F: drivers/scsi/*iscsi*
4201 F: include/scsi/*iscsi*
4202
4203 ISDN SUBSYSTEM
4204 M: Karsten Keil <isdn@linux-pingi.de>
4205 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
4206 L: netdev@vger.kernel.org
4207 W: http://www.isdn4linux.de
4208 T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4209 S: Maintained
4210 F: Documentation/isdn/
4211 F: drivers/isdn/
4212 F: include/linux/isdn.h
4213 F: include/linux/isdn/
4214
4215 ISDN SUBSYSTEM (Eicon active card driver)
4216 M: Armin Schindler <mac@melware.de>
4217 L: isdn4linux@listserv.isdn4linux.de (subscribers-only)
4218 W: http://www.melware.de
4219 S: Maintained
4220 F: drivers/isdn/hardware/eicon/
4221
4222 IT87 HARDWARE MONITORING DRIVER
4223 M: Jean Delvare <khali@linux-fr.org>
4224 L: lm-sensors@lm-sensors.org
4225 S: Maintained
4226 F: Documentation/hwmon/it87
4227 F: drivers/hwmon/it87.c
4228
4229 IT913X MEDIA DRIVER
4230 M: Malcolm Priestley <tvboxspy@gmail.com>
4231 L: linux-media@vger.kernel.org
4232 W: http://linuxtv.org/
4233 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4234 S: Maintained
4235 F: drivers/media/usb/dvb-usb-v2/it913x*
4236
4237 IT913X FE MEDIA DRIVER
4238 M: Malcolm Priestley <tvboxspy@gmail.com>
4239 L: linux-media@vger.kernel.org
4240 W: http://linuxtv.org/
4241 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4242 S: Maintained
4243 F: drivers/media/dvb-frontends/it913x-fe*
4244
4245 IVTV VIDEO4LINUX DRIVER
4246 M: Andy Walls <awalls@md.metrocast.net>
4247 L: ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
4248 L: linux-media@vger.kernel.org
4249 T: git git://linuxtv.org/media_tree.git
4250 W: http://www.ivtvdriver.org
4251 S: Maintained
4252 F: Documentation/video4linux/*.ivtv
4253 F: drivers/media/pci/ivtv/
4254 F: include/linux/ivtv*
4255
4256 IX2505V MEDIA DRIVER
4257 M: Malcolm Priestley <tvboxspy@gmail.com>
4258 L: linux-media@vger.kernel.org
4259 W: http://linuxtv.org/
4260 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4261 S: Maintained
4262 F: drivers/media/dvb-frontends/ix2505v*
4263
4264 JC42.4 TEMPERATURE SENSOR DRIVER
4265 M: Guenter Roeck <linux@roeck-us.net>
4266 L: lm-sensors@lm-sensors.org
4267 S: Maintained
4268 F: drivers/hwmon/jc42.c
4269 F: Documentation/hwmon/jc42
4270
4271 JFS FILESYSTEM
4272 M: Dave Kleikamp <shaggy@kernel.org>
4273 L: jfs-discussion@lists.sourceforge.net
4274 W: http://jfs.sourceforge.net/
4275 T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4276 S: Maintained
4277 F: Documentation/filesystems/jfs.txt
4278 F: fs/jfs/
4279
4280 JME NETWORK DRIVER
4281 M: Guo-Fu Tseng <cooldavid@cooldavid.org>
4282 L: netdev@vger.kernel.org
4283 S: Maintained
4284 F: drivers/net/ethernet/jme.*
4285
4286 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4287 M: David Woodhouse <dwmw2@infradead.org>
4288 L: linux-mtd@lists.infradead.org
4289 W: http://www.linux-mtd.infradead.org/doc/jffs2.html
4290 S: Maintained
4291 F: fs/jffs2/
4292 F: include/linux/jffs2.h
4293
4294 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
4295 M: Andrew Morton <akpm@linux-foundation.org>
4296 M: Jan Kara <jack@suse.cz>
4297 L: linux-ext4@vger.kernel.org
4298 S: Maintained
4299 F: fs/jbd/
4300 F: include/linux/ext3_jbd.h
4301 F: include/linux/jbd.h
4302
4303 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4304 M: "Theodore Ts'o" <tytso@mit.edu>
4305 L: linux-ext4@vger.kernel.org
4306 S: Maintained
4307 F: fs/jbd2/
4308 F: include/linux/jbd2.h
4309
4310 JSM Neo PCI based serial card
4311 M: Lucas Tavares <lucaskt@linux.vnet.ibm.com>
4312 L: linux-serial@vger.kernel.org
4313 S: Maintained
4314 F: drivers/tty/serial/jsm/
4315
4316 K10TEMP HARDWARE MONITORING DRIVER
4317 M: Clemens Ladisch <clemens@ladisch.de>
4318 L: lm-sensors@lm-sensors.org
4319 S: Maintained
4320 F: Documentation/hwmon/k10temp
4321 F: drivers/hwmon/k10temp.c
4322
4323 K8TEMP HARDWARE MONITORING DRIVER
4324 M: Rudolf Marek <r.marek@assembler.cz>
4325 L: lm-sensors@lm-sensors.org
4326 S: Maintained
4327 F: Documentation/hwmon/k8temp
4328 F: drivers/hwmon/k8temp.c
4329
4330 KCONFIG
4331 M: Michal Marek <mmarek@suse.cz>
4332 L: linux-kbuild@vger.kernel.org
4333 S: Odd Fixes
4334 F: Documentation/kbuild/kconfig-language.txt
4335 F: scripts/kconfig/
4336
4337 KDUMP
4338 M: Vivek Goyal <vgoyal@redhat.com>
4339 M: Haren Myneni <hbabu@us.ibm.com>
4340 L: kexec@lists.infradead.org
4341 W: http://lse.sourceforge.net/kdump/
4342 S: Maintained
4343 F: Documentation/kdump/
4344
4345 KEENE FM RADIO TRANSMITTER DRIVER
4346 M: Hans Verkuil <hverkuil@xs4all.nl>
4347 L: linux-media@vger.kernel.org
4348 T: git git://linuxtv.org/media_tree.git
4349 W: http://linuxtv.org
4350 S: Maintained
4351 F: drivers/media/radio/radio-keene*
4352
4353 KERNEL AUTOMOUNTER v4 (AUTOFS4)
4354 M: Ian Kent <raven@themaw.net>
4355 L: autofs@vger.kernel.org
4356 S: Maintained
4357 F: fs/autofs4/
4358
4359 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
4360 M: Michal Marek <mmarek@suse.cz>
4361 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4362 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
4363 L: linux-kbuild@vger.kernel.org
4364 S: Maintained
4365 F: Documentation/kbuild/
4366 F: Makefile
4367 F: scripts/Makefile.*
4368 F: scripts/basic/
4369 F: scripts/mk*
4370 F: scripts/package/
4371
4372 KERNEL JANITORS
4373 L: kernel-janitors@vger.kernel.org
4374 W: http://kernelnewbies.org/KernelJanitors
4375 S: Odd Fixes
4376
4377 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
4378 M: "J. Bruce Fields" <bfields@fieldses.org>
4379 L: linux-nfs@vger.kernel.org
4380 W: http://nfs.sourceforge.net/
4381 S: Supported
4382 F: fs/nfsd/
4383 F: include/linux/nfsd/
4384 F: fs/lockd/
4385 F: fs/nfs_common/
4386 F: net/sunrpc/
4387 F: include/linux/lockd/
4388 F: include/linux/sunrpc/
4389
4390 KERNEL VIRTUAL MACHINE (KVM)
4391 M: Marcelo Tosatti <mtosatti@redhat.com>
4392 M: Gleb Natapov <gleb@redhat.com>
4393 L: kvm@vger.kernel.org
4394 W: http://kvm.qumranet.com
4395 S: Supported
4396 F: Documentation/*/kvm.txt
4397 F: arch/*/kvm/
4398 F: arch/*/include/asm/kvm*
4399 F: include/linux/kvm*
4400 F: virt/kvm/
4401
4402 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
4403 M: Joerg Roedel <joerg.roedel@amd.com>
4404 L: kvm@vger.kernel.org
4405 W: http://kvm.qumranet.com
4406 S: Supported
4407 F: arch/x86/include/asm/svm.h
4408 F: arch/x86/kvm/svm.c
4409
4410 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
4411 M: Alexander Graf <agraf@suse.de>
4412 L: kvm-ppc@vger.kernel.org
4413 W: http://kvm.qumranet.com
4414 S: Supported
4415 F: arch/powerpc/include/asm/kvm*
4416 F: arch/powerpc/kvm/
4417
4418 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4419 M: Xiantao Zhang <xiantao.zhang@intel.com>
4420 L: kvm-ia64@vger.kernel.org
4421 W: http://kvm.qumranet.com
4422 S: Supported
4423 F: Documentation/ia64/kvm.txt
4424 F: arch/ia64/include/asm/kvm*
4425 F: arch/ia64/kvm/
4426
4427 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
4428 M: Christian Borntraeger <borntraeger@de.ibm.com>
4429 M: Cornelia Huck <cornelia.huck@de.ibm.com>
4430 M: linux390@de.ibm.com
4431 L: linux-s390@vger.kernel.org
4432 W: http://www.ibm.com/developerworks/linux/linux390/
4433 S: Supported
4434 F: Documentation/s390/kvm.txt
4435 F: arch/s390/include/asm/kvm*
4436 F: arch/s390/kvm/
4437 F: drivers/s390/kvm/
4438
4439 KEXEC
4440 M: Eric Biederman <ebiederm@xmission.com>
4441 W: http://kernel.org/pub/linux/utils/kernel/kexec/
4442 L: kexec@lists.infradead.org
4443 S: Maintained
4444 F: include/linux/kexec.h
4445 F: kernel/kexec.c
4446
4447 KEYS/KEYRINGS:
4448 M: David Howells <dhowells@redhat.com>
4449 L: keyrings@linux-nfs.org
4450 S: Maintained
4451 F: Documentation/security/keys.txt
4452 F: include/linux/key.h
4453 F: include/linux/key-type.h
4454 F: include/keys/
4455 F: security/keys/
4456
4457 KEYS-TRUSTED
4458 M: David Safford <safford@watson.ibm.com>
4459 M: Mimi Zohar <zohar@us.ibm.com>
4460 L: linux-security-module@vger.kernel.org
4461 L: keyrings@linux-nfs.org
4462 S: Supported
4463 F: Documentation/security/keys-trusted-encrypted.txt
4464 F: include/keys/trusted-type.h
4465 F: security/keys/trusted.c
4466 F: security/keys/trusted.h
4467
4468 KEYS-ENCRYPTED
4469 M: Mimi Zohar <zohar@us.ibm.com>
4470 M: David Safford <safford@watson.ibm.com>
4471 L: linux-security-module@vger.kernel.org
4472 L: keyrings@linux-nfs.org
4473 S: Supported
4474 F: Documentation/security/keys-trusted-encrypted.txt
4475 F: include/keys/encrypted-type.h
4476 F: security/keys/encrypted-keys/
4477
4478 KGDB / KDB /debug_core
4479 M: Jason Wessel <jason.wessel@windriver.com>
4480 W: http://kgdb.wiki.kernel.org/
4481 L: kgdb-bugreport@lists.sourceforge.net
4482 S: Maintained
4483 F: Documentation/DocBook/kgdb.tmpl
4484 F: drivers/misc/kgdbts.c
4485 F: drivers/tty/serial/kgdboc.c
4486 F: include/linux/kdb.h
4487 F: include/linux/kgdb.h
4488 F: kernel/debug/
4489
4490 KMEMCHECK
4491 M: Vegard Nossum <vegardno@ifi.uio.no>
4492 M: Pekka Enberg <penberg@kernel.org>
4493 S: Maintained
4494 F: Documentation/kmemcheck.txt
4495 F: arch/x86/include/asm/kmemcheck.h
4496 F: arch/x86/mm/kmemcheck/
4497 F: include/linux/kmemcheck.h
4498 F: mm/kmemcheck.c
4499
4500 KMEMLEAK
4501 M: Catalin Marinas <catalin.marinas@arm.com>
4502 S: Maintained
4503 F: Documentation/kmemleak.txt
4504 F: include/linux/kmemleak.h
4505 F: mm/kmemleak.c
4506 F: mm/kmemleak-test.c
4507
4508 KPROBES
4509 M: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4510 M: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4511 M: "David S. Miller" <davem@davemloft.net>
4512 M: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4513 S: Maintained
4514 F: Documentation/kprobes.txt
4515 F: include/linux/kprobes.h
4516 F: kernel/kprobes.c
4517
4518 KS0108 LCD CONTROLLER DRIVER
4519 M: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4520 W: http://miguelojeda.es/auxdisplay.htm
4521 W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4522 S: Maintained
4523 F: Documentation/auxdisplay/ks0108
4524 F: drivers/auxdisplay/ks0108.c
4525 F: include/linux/ks0108.h
4526
4527 LAPB module
4528 L: linux-x25@vger.kernel.org
4529 S: Orphan
4530 F: Documentation/networking/lapb-module.txt
4531 F: include/*/lapb.h
4532 F: net/lapb/
4533
4534 LASI 53c700 driver for PARISC
4535 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4536 L: linux-scsi@vger.kernel.org
4537 S: Maintained
4538 F: Documentation/scsi/53c700.txt
4539 F: drivers/scsi/53c700*
4540
4541 LED SUBSYSTEM
4542 M: Bryan Wu <cooloney@gmail.com>
4543 M: Richard Purdie <rpurdie@rpsys.net>
4544 L: linux-leds@vger.kernel.org
4545 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
4546 S: Maintained
4547 F: drivers/leds/
4548 F: include/linux/leds.h
4549
4550 LEGACY EEPROM DRIVER
4551 M: Jean Delvare <khali@linux-fr.org>
4552 S: Maintained
4553 F: Documentation/misc-devices/eeprom
4554 F: drivers/misc/eeprom/eeprom.c
4555
4556 LEGO USB Tower driver
4557 M: Juergen Stuber <starblue@users.sourceforge.net>
4558 L: legousb-devel@lists.sourceforge.net
4559 W: http://legousb.sourceforge.net/
4560 S: Maintained
4561 F: drivers/usb/misc/legousbtower.c
4562
4563 LG2160 MEDIA DRIVER
4564 M: Michael Krufky <mkrufky@linuxtv.org>
4565 L: linux-media@vger.kernel.org
4566 W: http://linuxtv.org/
4567 W: http://github.com/mkrufky
4568 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4569 T: git git://linuxtv.org/mkrufky/tuners.git
4570 S: Maintained
4571 F: drivers/media/dvb-frontends/lg2160.*
4572
4573 LGDT3305 MEDIA DRIVER
4574 M: Michael Krufky <mkrufky@linuxtv.org>
4575 L: linux-media@vger.kernel.org
4576 W: http://linuxtv.org/
4577 W: http://github.com/mkrufky
4578 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4579 T: git git://linuxtv.org/mkrufky/tuners.git
4580 S: Maintained
4581 F: drivers/media/dvb-frontends/lgdt3305.*
4582
4583 LGUEST
4584 M: Rusty Russell <rusty@rustcorp.com.au>
4585 L: lguest@lists.ozlabs.org
4586 W: http://lguest.ozlabs.org/
4587 S: Odd Fixes
4588 F: arch/x86/include/asm/lguest*.h
4589 F: arch/x86/lguest/
4590 F: drivers/lguest/
4591 F: include/linux/lguest*.h
4592 F: tools/lguest/
4593
4594 LINUX FOR IBM pSERIES (RS/6000)
4595 M: Paul Mackerras <paulus@au.ibm.com>
4596 W: http://www.ibm.com/linux/ltc/projects/ppc
4597 S: Supported
4598 F: arch/powerpc/boot/rs6000.h
4599
4600 LINUX FOR POWERPC (32-BIT AND 64-BIT)
4601 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4602 M: Paul Mackerras <paulus@samba.org>
4603 W: http://www.penguinppc.org/
4604 L: linuxppc-dev@lists.ozlabs.org
4605 Q: http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4606 T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4607 S: Supported
4608 F: Documentation/powerpc/
4609 F: arch/powerpc/
4610
4611 LINUX FOR POWER MACINTOSH
4612 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
4613 W: http://www.penguinppc.org/
4614 L: linuxppc-dev@lists.ozlabs.org
4615 S: Maintained
4616 F: arch/powerpc/platforms/powermac/
4617 F: drivers/macintosh/
4618
4619 LINUX FOR POWERPC EMBEDDED MPC5XXX
4620 M: Anatolij Gustschin <agust@denx.de>
4621 L: linuxppc-dev@lists.ozlabs.org
4622 T: git git://git.denx.de/linux-2.6-agust.git
4623 S: Maintained
4624 F: arch/powerpc/platforms/512x/
4625 F: arch/powerpc/platforms/52xx/
4626
4627 LINUX FOR POWERPC EMBEDDED PPC4XX
4628 M: Josh Boyer <jwboyer@gmail.com>
4629 M: Matt Porter <mporter@kernel.crashing.org>
4630 W: http://www.penguinppc.org/
4631 L: linuxppc-dev@lists.ozlabs.org
4632 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4633 S: Maintained
4634 F: arch/powerpc/platforms/40x/
4635 F: arch/powerpc/platforms/44x/
4636
4637 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4638 M: Grant Likely <grant.likely@secretlab.ca>
4639 W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4640 L: linuxppc-dev@lists.ozlabs.org
4641 T: git git://git.secretlab.ca/git/linux-2.6.git
4642 S: Maintained
4643 F: arch/powerpc/*/*virtex*
4644 F: arch/powerpc/*/*/*virtex*
4645
4646 LINUX FOR POWERPC EMBEDDED PPC8XX
4647 M: Vitaly Bordug <vitb@kernel.crashing.org>
4648 M: Marcelo Tosatti <marcelo@kvack.org>
4649 W: http://www.penguinppc.org/
4650 L: linuxppc-dev@lists.ozlabs.org
4651 S: Maintained
4652 F: arch/powerpc/platforms/8xx/
4653
4654 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4655 M: Kumar Gala <galak@kernel.crashing.org>
4656 W: http://www.penguinppc.org/
4657 L: linuxppc-dev@lists.ozlabs.org
4658 S: Maintained
4659 F: arch/powerpc/platforms/83xx/
4660 F: arch/powerpc/platforms/85xx/
4661
4662 LINUX FOR POWERPC PA SEMI PWRFICIENT
4663 M: Olof Johansson <olof@lixom.net>
4664 L: linuxppc-dev@lists.ozlabs.org
4665 S: Maintained
4666 F: arch/powerpc/platforms/pasemi/
4667 F: drivers/*/*pasemi*
4668 F: drivers/*/*/*pasemi*
4669
4670 LINUX SECURITY MODULE (LSM) FRAMEWORK
4671 M: Chris Wright <chrisw@sous-sol.org>
4672 L: linux-security-module@vger.kernel.org
4673 S: Supported
4674
4675 LIS3LV02D ACCELEROMETER DRIVER
4676 M: Eric Piel <eric.piel@tremplin-utc.net>
4677 S: Maintained
4678 F: Documentation/misc-devices/lis3lv02d
4679 F: drivers/misc/lis3lv02d/
4680 F: drivers/platform/x86/hp_accel.c
4681
4682 LLC (802.2)
4683 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4684 S: Maintained
4685 F: include/linux/llc.h
4686 F: include/net/llc*
4687 F: net/llc/
4688
4689 LM73 HARDWARE MONITOR DRIVER
4690 M: Guillaume Ligneul <guillaume.ligneul@gmail.com>
4691 L: lm-sensors@lm-sensors.org
4692 S: Maintained
4693 F: drivers/hwmon/lm73.c
4694
4695 LM78 HARDWARE MONITOR DRIVER
4696 M: Jean Delvare <khali@linux-fr.org>
4697 L: lm-sensors@lm-sensors.org
4698 S: Maintained
4699 F: Documentation/hwmon/lm78
4700 F: drivers/hwmon/lm78.c
4701
4702 LM83 HARDWARE MONITOR DRIVER
4703 M: Jean Delvare <khali@linux-fr.org>
4704 L: lm-sensors@lm-sensors.org
4705 S: Maintained
4706 F: Documentation/hwmon/lm83
4707 F: drivers/hwmon/lm83.c
4708
4709 LM90 HARDWARE MONITOR DRIVER
4710 M: Jean Delvare <khali@linux-fr.org>
4711 L: lm-sensors@lm-sensors.org
4712 S: Maintained
4713 F: Documentation/hwmon/lm90
4714 F: drivers/hwmon/lm90.c
4715
4716 LME2510 MEDIA DRIVER
4717 M: Malcolm Priestley <tvboxspy@gmail.com>
4718 L: linux-media@vger.kernel.org
4719 W: http://linuxtv.org/
4720 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4721 S: Maintained
4722 F: drivers/media/usb/dvb-usb-v2/lmedm04*
4723
4724 LOCKDEP AND LOCKSTAT
4725 M: Peter Zijlstra <peterz@infradead.org>
4726 M: Ingo Molnar <mingo@redhat.com>
4727 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4728 S: Maintained
4729 F: Documentation/lockdep*.txt
4730 F: Documentation/lockstat.txt
4731 F: include/linux/lockdep.h
4732 F: kernel/lockdep*
4733
4734 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4735 M: "Richard Russon (FlatCap)" <ldm@flatcap.org>
4736 L: linux-ntfs-dev@lists.sourceforge.net
4737 W: http://www.linux-ntfs.org/content/view/19/37/
4738 S: Maintained
4739 F: Documentation/ldm.txt
4740 F: block/partitions/ldm.*
4741
4742 LogFS
4743 M: Joern Engel <joern@logfs.org>
4744 M: Prasad Joshi <prasadjoshi.linux@gmail.com>
4745 L: logfs@logfs.org
4746 W: logfs.org
4747 S: Maintained
4748 F: fs/logfs/
4749
4750 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4751 M: Eric Moore <Eric.Moore@lsi.com>
4752 M: support@lsi.com
4753 L: DL-MPTFusionLinux@lsi.com
4754 L: linux-scsi@vger.kernel.org
4755 W: http://www.lsilogic.com/support
4756 S: Supported
4757 F: drivers/message/fusion/
4758
4759 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4760 M: Matthew Wilcox <matthew@wil.cx>
4761 L: linux-scsi@vger.kernel.org
4762 S: Maintained
4763 F: drivers/scsi/sym53c8xx_2/
4764
4765 LTC4261 HARDWARE MONITOR DRIVER
4766 M: Guenter Roeck <linux@roeck-us.net>
4767 L: lm-sensors@lm-sensors.org
4768 S: Maintained
4769 F: Documentation/hwmon/ltc4261
4770 F: drivers/hwmon/ltc4261.c
4771
4772 LTP (Linux Test Project)
4773 M: Shubham Goyal <shubham@linux.vnet.ibm.com>
4774 M: Mike Frysinger <vapier@gentoo.org>
4775 M: Cyril Hrubis <chrubis@suse.cz>
4776 M: Caspar Zhang <caspar@casparzhang.com>
4777 M: Wanlong Gao <gaowanlong@cn.fujitsu.com>
4778 L: ltp-list@lists.sourceforge.net (subscribers-only)
4779 W: http://ltp.sourceforge.net/
4780 T: git git://github.com/linux-test-project/ltp.git
4781 T: git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4782 S: Maintained
4783
4784 M32R ARCHITECTURE
4785 M: Hirokazu Takata <takata@linux-m32r.org>
4786 L: linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4787 L: linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4788 W: http://www.linux-m32r.org/
4789 S: Maintained
4790 F: arch/m32r/
4791
4792 M68K ARCHITECTURE
4793 M: Geert Uytterhoeven <geert@linux-m68k.org>
4794 L: linux-m68k@lists.linux-m68k.org
4795 W: http://www.linux-m68k.org/
4796 T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4797 S: Maintained
4798 F: arch/m68k/
4799 F: drivers/zorro/
4800
4801 M68K ON APPLE MACINTOSH
4802 M: Joshua Thompson <funaho@jurai.org>
4803 W: http://www.mac.linux-m68k.org/
4804 L: linux-m68k@lists.linux-m68k.org
4805 S: Maintained
4806 F: arch/m68k/mac/
4807
4808 M68K ON HP9000/300
4809 M: Philip Blundell <philb@gnu.org>
4810 W: http://www.tazenda.demon.co.uk/phil/linux-hp
4811 S: Maintained
4812 F: arch/m68k/hp300/
4813
4814 M88RS2000 MEDIA DRIVER
4815 M: Malcolm Priestley <tvboxspy@gmail.com>
4816 L: linux-media@vger.kernel.org
4817 W: http://linuxtv.org/
4818 Q: http://patchwork.linuxtv.org/project/linux-media/list/
4819 S: Maintained
4820 F: drivers/media/dvb-frontends/m88rs2000*
4821
4822 MAC80211
4823 M: Johannes Berg <johannes@sipsolutions.net>
4824 L: linux-wireless@vger.kernel.org
4825 W: http://wireless.kernel.org/
4826 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4827 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4828 S: Maintained
4829 F: Documentation/networking/mac80211-injection.txt
4830 F: include/net/mac80211.h
4831 F: net/mac80211/
4832
4833 MAC80211 PID RATE CONTROL
4834 M: Stefano Brivio <stefano.brivio@polimi.it>
4835 M: Mattias Nissler <mattias.nissler@gmx.de>
4836 L: linux-wireless@vger.kernel.org
4837 W: http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
4838 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4839 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4840 S: Maintained
4841 F: net/mac80211/rc80211_pid*
4842
4843 MACVLAN DRIVER
4844 M: Patrick McHardy <kaber@trash.net>
4845 L: netdev@vger.kernel.org
4846 S: Maintained
4847 F: drivers/net/macvlan.c
4848 F: include/linux/if_macvlan.h
4849
4850 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4851 M: Michael Kerrisk <mtk.manpages@gmail.com>
4852 W: http://www.kernel.org/doc/man-pages
4853 L: linux-man@vger.kernel.org
4854 S: Maintained
4855
4856 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
4857 M: Mirko Lindner <mlindner@marvell.com>
4858 M: Stephen Hemminger <shemminger@vyatta.com>
4859 L: netdev@vger.kernel.org
4860 S: Maintained
4861 F: drivers/net/ethernet/marvell/sk*
4862
4863 MARVELL LIBERTAS WIRELESS DRIVER
4864 M: Dan Williams <dcbw@redhat.com>
4865 L: libertas-dev@lists.infradead.org
4866 S: Maintained
4867 F: drivers/net/wireless/libertas/
4868
4869 MARVELL MV643XX ETHERNET DRIVER
4870 M: Lennert Buytenhek <buytenh@wantstofly.org>
4871 L: netdev@vger.kernel.org
4872 S: Maintained
4873 F: drivers/net/ethernet/marvell/mv643xx_eth.*
4874 F: include/linux/mv643xx.h
4875
4876 MARVELL MWIFIEX WIRELESS DRIVER
4877 M: Bing Zhao <bzhao@marvell.com>
4878 L: linux-wireless@vger.kernel.org
4879 S: Maintained
4880 F: drivers/net/wireless/mwifiex/
4881
4882 MARVELL MWL8K WIRELESS DRIVER
4883 M: Lennert Buytenhek <buytenh@wantstofly.org>
4884 L: linux-wireless@vger.kernel.org
4885 S: Odd Fixes
4886 F: drivers/net/wireless/mwl8k.c
4887
4888 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4889 M: Nicolas Pitre <nico@fluxnic.net>
4890 S: Odd Fixes
4891 F: drivers/mmc/host/mvsdio.*
4892
4893 MATROX FRAMEBUFFER DRIVER
4894 L: linux-fbdev@vger.kernel.org
4895 S: Orphan
4896 F: drivers/video/matrox/matroxfb_*
4897 F: include/linux/matroxfb.h
4898
4899 MAX16065 HARDWARE MONITOR DRIVER
4900 M: Guenter Roeck <linux@roeck-us.net>
4901 L: lm-sensors@lm-sensors.org
4902 S: Maintained
4903 F: Documentation/hwmon/max16065
4904 F: drivers/hwmon/max16065.c
4905
4906 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4907 M: "Hans J. Koch" <hjk@hansjkoch.de>
4908 L: lm-sensors@lm-sensors.org
4909 S: Maintained
4910 F: Documentation/hwmon/max6650
4911 F: drivers/hwmon/max6650.c
4912
4913 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4914 M: Mauro Carvalho Chehab <mchehab@redhat.com>
4915 P: LinuxTV.org Project
4916 L: linux-media@vger.kernel.org
4917 W: http://linuxtv.org
4918 Q: http://patchwork.kernel.org/project/linux-media/list/
4919 T: git git://linuxtv.org/media_tree.git
4920 S: Maintained
4921 F: Documentation/dvb/
4922 F: Documentation/video4linux/
4923 F: Documentation/DocBook/media/
4924 F: drivers/media/
4925 F: drivers/staging/media/
4926 F: include/media/
4927 F: include/uapi/linux/dvb/
4928 F: include/uapi/linux/videodev2.h
4929 F: include/uapi/linux/media.h
4930 F: include/uapi/linux/v4l2-*
4931 F: include/uapi/linux/meye.h
4932 F: include/uapi/linux/ivtv*
4933 F: include/uapi/linux/uvcvideo.h
4934
4935 MEGARAID SCSI DRIVERS
4936 M: Neela Syam Kolli <megaraidlinux@lsi.com>
4937 L: linux-scsi@vger.kernel.org
4938 W: http://megaraid.lsilogic.com
4939 S: Maintained
4940 F: Documentation/scsi/megaraid.txt
4941 F: drivers/scsi/megaraid.*
4942 F: drivers/scsi/megaraid/
4943
4944 MEMORY MANAGEMENT
4945 L: linux-mm@kvack.org
4946 W: http://www.linux-mm.org
4947 S: Maintained
4948 F: include/linux/mm.h
4949 F: mm/
4950
4951 MEMORY RESOURCE CONTROLLER
4952 M: Johannes Weiner <hannes@cmpxchg.org>
4953 M: Michal Hocko <mhocko@suse.cz>
4954 M: Balbir Singh <bsingharora@gmail.com>
4955 M: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4956 L: cgroups@vger.kernel.org
4957 L: linux-mm@kvack.org
4958 S: Maintained
4959 F: mm/memcontrol.c
4960 F: mm/page_cgroup.c
4961
4962 MEMORY TECHNOLOGY DEVICES (MTD)
4963 M: David Woodhouse <dwmw2@infradead.org>
4964 L: linux-mtd@lists.infradead.org
4965 W: http://www.linux-mtd.infradead.org/
4966 Q: http://patchwork.ozlabs.org/project/linux-mtd/list/
4967 T: git git://git.infradead.org/mtd-2.6.git
4968 S: Maintained
4969 F: drivers/mtd/
4970 F: include/linux/mtd/
4971 F: include/mtd/
4972
4973 MICROBLAZE ARCHITECTURE
4974 M: Michal Simek <monstr@monstr.eu>
4975 L: microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
4976 W: http://www.monstr.eu/fdt/
4977 T: git git://git.monstr.eu/linux-2.6-microblaze.git
4978 S: Supported
4979 F: arch/microblaze/
4980
4981 MICROTEK X6 SCANNER
4982 M: Oliver Neukum <oliver@neukum.org>
4983 S: Maintained
4984 F: drivers/usb/image/microtek.*
4985
4986 MIPS
4987 M: Ralf Baechle <ralf@linux-mips.org>
4988 L: linux-mips@linux-mips.org
4989 W: http://www.linux-mips.org/
4990 T: git git://git.linux-mips.org/pub/scm/ralf/linux.git
4991 Q: http://patchwork.linux-mips.org/project/linux-mips/list/
4992 S: Supported
4993 F: Documentation/mips/
4994 F: arch/mips/
4995
4996 MODULE SUPPORT
4997 M: Rusty Russell <rusty@rustcorp.com.au>
4998 S: Maintained
4999 F: include/linux/module.h
5000 F: kernel/module.c
5001
5002 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5003 W: http://popies.net/meye/
5004 S: Orphan
5005 F: Documentation/video4linux/meye.txt
5006 F: drivers/media/pci/meye/
5007 F: include/uapi/linux/meye.h
5008
5009 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
5010 M: Pavel Pisa <ppisa@pikron.com>
5011 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5012 S: Maintained
5013 F: drivers/mmc/host/imxmmc.*
5014
5015 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5016 M: Jiri Slaby <jirislaby@gmail.com>
5017 S: Maintained
5018 F: Documentation/serial/moxa-smartio
5019 F: drivers/tty/mxser.*
5020
5021 MR800 AVERMEDIA USB FM RADIO DRIVER
5022 M: Alexey Klimov <klimov.linux@gmail.com>
5023 L: linux-media@vger.kernel.org
5024 T: git git://linuxtv.org/media_tree.git
5025 S: Maintained
5026 F: drivers/media/radio/radio-mr800.c
5027
5028 MSI LAPTOP SUPPORT
5029 M: "Lee, Chun-Yi" <jlee@novell.com>
5030 L: platform-driver-x86@vger.kernel.org
5031 S: Maintained
5032 F: drivers/platform/x86/msi-laptop.c
5033
5034 MSI WMI SUPPORT
5035 M: Anisse Astier <anisse@astier.eu>
5036 L: platform-driver-x86@vger.kernel.org
5037 S: Supported
5038 F: drivers/platform/x86/msi-wmi.c
5039
5040 MULTIFUNCTION DEVICES (MFD)
5041 M: Samuel Ortiz <sameo@linux.intel.com>
5042 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
5043 S: Supported
5044 F: drivers/mfd/
5045
5046 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5047 M: Chris Ball <cjb@laptop.org>
5048 L: linux-mmc@vger.kernel.org
5049 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5050 S: Maintained
5051 F: drivers/mmc/
5052 F: include/linux/mmc/
5053
5054 MULTIMEDIA CARD (MMC) ETC. OVER SPI
5055 S: Orphan
5056 F: drivers/mmc/host/mmc_spi.c
5057 F: include/linux/spi/mmc_spi.h
5058
5059 MULTISOUND SOUND DRIVER
5060 M: Andrew Veliath <andrewtv@usa.net>
5061 S: Maintained
5062 F: Documentation/sound/oss/MultiSound
5063 F: sound/oss/msnd*
5064
5065 MULTITECH MULTIPORT CARD (ISICOM)
5066 S: Orphan
5067 F: drivers/tty/isicom.c
5068 F: include/linux/isicom.h
5069
5070 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
5071 M: Felipe Balbi <balbi@ti.com>
5072 L: linux-usb@vger.kernel.org
5073 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5074 S: Maintained
5075 F: drivers/usb/musb/
5076
5077 MXL5007T MEDIA DRIVER
5078 M: Michael Krufky <mkrufky@linuxtv.org>
5079 L: linux-media@vger.kernel.org
5080 W: http://linuxtv.org/
5081 W: http://github.com/mkrufky
5082 Q: http://patchwork.linuxtv.org/project/linux-media/list/
5083 T: git git://linuxtv.org/mkrufky/tuners.git
5084 S: Maintained
5085 F: drivers/media/tuners/mxl5007t.*
5086
5087 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
5088 M: Andrew Gallatin <gallatin@myri.com>
5089 L: netdev@vger.kernel.org
5090 W: http://www.myri.com/scs/download-Myri10GE.html
5091 S: Supported
5092 F: drivers/net/ethernet/myricom/myri10ge/
5093
5094 NATSEMI ETHERNET DRIVER (DP8381x)
5095 S: Orphan
5096 F: drivers/net/ethernet/natsemi/natsemi.c
5097
5098 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
5099 M: Daniel Mack <zonque@gmail.com>
5100 S: Maintained
5101 L: alsa-devel@alsa-project.org
5102 W: http://www.native-instruments.com
5103 F: sound/usb/caiaq/
5104
5105 NCP FILESYSTEM
5106 M: Petr Vandrovec <petr@vandrovec.name>
5107 S: Odd Fixes
5108 F: fs/ncpfs/
5109
5110 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
5111 M: "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5112 L: linux-scsi@vger.kernel.org
5113 S: Maintained
5114 F: drivers/scsi/NCR_D700.*
5115
5116 NETEFFECT IWARP RNIC DRIVER (IW_NES)
5117 M: Faisal Latif <faisal.latif@intel.com>
5118 L: linux-rdma@vger.kernel.org
5119 W: http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
5120 S: Supported
5121 F: drivers/infiniband/hw/nes/
5122
5123 NETEM NETWORK EMULATOR
5124 M: Stephen Hemminger <shemminger@vyatta.com>
5125 L: netem@lists.linux-foundation.org
5126 S: Maintained
5127 F: net/sched/sch_netem.c
5128
5129 NETERION 10GbE DRIVERS (s2io/vxge)
5130 M: Jon Mason <jdmason@kudzu.us>
5131 L: netdev@vger.kernel.org
5132 S: Supported
5133 F: Documentation/networking/s2io.txt
5134 F: Documentation/networking/vxge.txt
5135 F: drivers/net/ethernet/neterion/
5136
5137 NETFILTER/IPTABLES/IPCHAINS
5138 P: Harald Welte
5139 P: Jozsef Kadlecsik
5140 M: Pablo Neira Ayuso <pablo@netfilter.org>
5141 M: Patrick McHardy <kaber@trash.net>
5142 L: netfilter-devel@vger.kernel.org
5143 L: netfilter@vger.kernel.org
5144 L: coreteam@netfilter.org
5145 W: http://www.netfilter.org/
5146 W: http://www.iptables.org/
5147 T: git git://1984.lsi.us.es/nf
5148 T: git git://1984.lsi.us.es/nf-next
5149 S: Supported
5150 F: include/linux/netfilter*
5151 F: include/linux/netfilter/
5152 F: include/net/netfilter/
5153 F: net/*/netfilter.c
5154 F: net/*/netfilter/
5155 F: net/netfilter/
5156
5157 NETLABEL
5158 M: Paul Moore <paul@paul-moore.com>
5159 W: http://netlabel.sf.net
5160 L: netdev@vger.kernel.org
5161 S: Maintained
5162 F: Documentation/netlabel/
5163 F: include/net/netlabel.h
5164 F: net/netlabel/
5165
5166 NETROM NETWORK LAYER
5167 M: Ralf Baechle <ralf@linux-mips.org>
5168 L: linux-hams@vger.kernel.org
5169 W: http://www.linux-ax25.org/
5170 S: Maintained
5171 F: include/linux/netrom.h
5172 F: include/net/netrom.h
5173 F: net/netrom/
5174
5175 NETWORK BLOCK DEVICE (NBD)
5176 M: Paul Clements <Paul.Clements@steeleye.com>
5177 S: Maintained
5178 F: Documentation/blockdev/nbd.txt
5179 F: drivers/block/nbd.c
5180 F: include/linux/nbd.h
5181
5182 NETWORK DROP MONITOR
5183 M: Neil Horman <nhorman@tuxdriver.com>
5184 L: netdev@vger.kernel.org
5185 S: Maintained
5186 W: https://fedorahosted.org/dropwatch/
5187 F: net/core/drop_monitor.c
5188
5189 NETWORKING [GENERAL]
5190 M: "David S. Miller" <davem@davemloft.net>
5191 L: netdev@vger.kernel.org
5192 W: http://www.linuxfoundation.org/en/Net
5193 W: http://patchwork.ozlabs.org/project/netdev/list/
5194 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5195 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5196 S: Maintained
5197 F: net/
5198 F: include/net/
5199 F: include/linux/in.h
5200 F: include/linux/net.h
5201 F: include/linux/netdevice.h
5202
5203 NETWORKING [IPv4/IPv6]
5204 M: "David S. Miller" <davem@davemloft.net>
5205 M: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5206 M: James Morris <jmorris@namei.org>
5207 M: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5208 M: Patrick McHardy <kaber@trash.net>
5209 L: netdev@vger.kernel.org
5210 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5211 S: Maintained
5212 F: net/ipv4/
5213 F: net/ipv6/
5214 F: include/net/ip*
5215 F: arch/x86/net/*
5216
5217 NETWORKING [IPSEC]
5218 M: Steffen Klassert <steffen.klassert@secunet.com>
5219 M: Herbert Xu <herbert@gondor.apana.org.au>
5220 M: "David S. Miller" <davem@davemloft.net>
5221 L: netdev@vger.kernel.org
5222 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5223 S: Maintained
5224 F: net/xfrm/
5225 F: net/key/
5226 F: net/ipv4/xfrm*
5227 F: net/ipv6/xfrm*
5228 F: include/uapi/linux/xfrm.h
5229 F: include/net/xfrm.h
5230
5231 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5232 M: Paul Moore <paul@paul-moore.com>
5233 L: netdev@vger.kernel.org
5234 S: Maintained
5235
5236 NETWORKING [WIRELESS]
5237 M: "John W. Linville" <linville@tuxdriver.com>
5238 L: linux-wireless@vger.kernel.org
5239 Q: http://patchwork.kernel.org/project/linux-wireless/list/
5240 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5241 S: Maintained
5242 F: net/mac80211/
5243 F: net/rfkill/
5244 F: net/wireless/
5245 F: include/net/ieee80211*
5246 F: include/linux/wireless.h
5247 F: include/net/iw_handler.h
5248 F: drivers/net/wireless/
5249
5250 NETWORKING DRIVERS
5251 L: netdev@vger.kernel.org
5252 W: http://www.linuxfoundation.org/en/Net
5253 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5254 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5255 S: Odd Fixes
5256 F: drivers/net/
5257 F: include/linux/if_*
5258 F: include/linux/netdevice.h
5259 F: include/linux/arcdevice.h
5260 F: include/linux/etherdevice.h
5261 F: include/linux/fcdevice.h
5262 F: include/linux/fddidevice.h
5263 F: include/linux/hippidevice.h
5264 F: include/linux/inetdevice.h
5265
5266 NETXEN (1/10) GbE SUPPORT
5267 M: Sony Chacko <sony.chacko@qlogic.com>
5268 M: Rajesh Borundia <rajesh.borundia@qlogic.com>
5269 L: netdev@vger.kernel.org
5270 W: http://www.qlogic.com
5271 S: Supported
5272 F: drivers/net/ethernet/qlogic/netxen/
5273
5274 NFC SUBSYSTEM
5275 M: Lauro Ramos Venancio <lauro.venancio@openbossa.org>
5276 M: Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
5277 M: Samuel Ortiz <sameo@linux.intel.com>
5278 L: linux-wireless@vger.kernel.org
5279 L: linux-nfc@lists.01.org (moderated for non-subscribers)
5280 S: Maintained
5281 F: net/nfc/
5282 F: include/linux/nfc.h
5283 F: include/net/nfc/
5284 F: drivers/nfc/
5285
5286 NFS, SUNRPC, AND LOCKD CLIENTS
5287 M: Trond Myklebust <Trond.Myklebust@netapp.com>
5288 L: linux-nfs@vger.kernel.org
5289 W: http://client.linux-nfs.org
5290 T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5291 S: Maintained
5292 F: fs/lockd/
5293 F: fs/nfs/
5294 F: fs/nfs_common/
5295 F: net/sunrpc/
5296 F: include/linux/lockd/
5297 F: include/linux/nfs*
5298 F: include/linux/sunrpc/
5299
5300 NI5010 NETWORK DRIVER
5301 M: Jan-Pascal van Best <janpascal@vanbest.org>
5302 M: Andreas Mohr <andi@lisas.de>
5303 L: netdev@vger.kernel.org
5304 S: Maintained
5305 F: drivers/net/ethernet/racal/ni5010.*
5306
5307 NILFS2 FILESYSTEM
5308 M: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
5309 L: linux-nilfs@vger.kernel.org
5310 W: http://www.nilfs.org/en/
5311 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5312 S: Supported
5313 F: Documentation/filesystems/nilfs2.txt
5314 F: fs/nilfs2/
5315 F: include/linux/nilfs2_fs.h
5316
5317 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5318 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5319 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5320 S: Maintained
5321 F: Documentation/scsi/NinjaSCSI.txt
5322 F: drivers/scsi/pcmcia/nsp_*
5323
5324 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5325 M: GOTO Masanori <gotom@debian.or.jp>
5326 M: YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5327 W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5328 S: Maintained
5329 F: Documentation/scsi/NinjaSCSI.txt
5330 F: drivers/scsi/nsp32*
5331
5332 NTFS FILESYSTEM
5333 M: Anton Altaparmakov <anton@tuxera.com>
5334 L: linux-ntfs-dev@lists.sourceforge.net
5335 W: http://www.tuxera.com/
5336 T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5337 S: Supported
5338 F: Documentation/filesystems/ntfs.txt
5339 F: fs/ntfs/
5340
5341 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5342 M: Antonino Daplas <adaplas@gmail.com>
5343 L: linux-fbdev@vger.kernel.org
5344 S: Maintained
5345 F: drivers/video/riva/
5346 F: drivers/video/nvidia/
5347
5348 OMAP SUPPORT
5349 M: Tony Lindgren <tony@atomide.com>
5350 L: linux-omap@vger.kernel.org
5351 W: http://www.muru.com/linux/omap/
5352 W: http://linux.omap.com/
5353 Q: http://patchwork.kernel.org/project/linux-omap/list/
5354 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5355 S: Maintained
5356 F: arch/arm/*omap*/
5357 F: drivers/i2c/busses/i2c-omap.c
5358 F: include/linux/i2c-omap.h
5359
5360 OMAP CLOCK FRAMEWORK SUPPORT
5361 M: Paul Walmsley <paul@pwsan.com>
5362 L: linux-omap@vger.kernel.org
5363 S: Maintained
5364 F: arch/arm/*omap*/*clock*
5365
5366 OMAP POWER MANAGEMENT SUPPORT
5367 M: Kevin Hilman <khilman@ti.com>
5368 L: linux-omap@vger.kernel.org
5369 S: Maintained
5370 F: arch/arm/*omap*/*pm*
5371 F: drivers/cpufreq/omap-cpufreq.c
5372
5373 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5374 M: Rajendra Nayak <rnayak@ti.com>
5375 M: Paul Walmsley <paul@pwsan.com>
5376 L: linux-omap@vger.kernel.org
5377 S: Maintained
5378 F: arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5379 F: arch/arm/mach-omap2/powerdomain44xx.c
5380 F: arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5381 F: arch/arm/mach-omap2/clockdomain44xx.c
5382
5383 OMAP AUDIO SUPPORT
5384 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
5385 M: Jarkko Nikula <jarkko.nikula@bitmer.com>
5386 L: alsa-devel@alsa-project.org (subscribers-only)
5387 L: linux-omap@vger.kernel.org
5388 S: Maintained
5389 F: sound/soc/omap/
5390
5391 OMAP FRAMEBUFFER SUPPORT
5392 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
5393 L: linux-fbdev@vger.kernel.org
5394 L: linux-omap@vger.kernel.org
5395 S: Maintained
5396 F: drivers/video/omap/
5397
5398 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5399 M: Tomi Valkeinen <tomi.valkeinen@ti.com>
5400 L: linux-omap@vger.kernel.org
5401 L: linux-fbdev@vger.kernel.org
5402 S: Maintained
5403 F: drivers/video/omap2/
5404 F: Documentation/arm/OMAP/DSS
5405
5406 OMAP HARDWARE SPINLOCK SUPPORT
5407 M: Ohad Ben-Cohen <ohad@wizery.com>
5408 L: linux-omap@vger.kernel.org
5409 S: Maintained
5410 F: drivers/hwspinlock/omap_hwspinlock.c
5411 F: arch/arm/mach-omap2/hwspinlock.c
5412
5413 OMAP MMC SUPPORT
5414 M: Jarkko Lavinen <jarkko.lavinen@nokia.com>
5415 L: linux-omap@vger.kernel.org
5416 S: Maintained
5417 F: drivers/mmc/host/omap.c
5418
5419 OMAP HS MMC SUPPORT
5420 M: Venkatraman S <svenkatr@ti.com>
5421 L: linux-mmc@vger.kernel.org
5422 L: linux-omap@vger.kernel.org
5423 S: Maintained
5424 F: drivers/mmc/host/omap_hsmmc.c
5425
5426 OMAP RANDOM NUMBER GENERATOR SUPPORT
5427 M: Deepak Saxena <dsaxena@plexity.net>
5428 S: Maintained
5429 F: drivers/char/hw_random/omap-rng.c
5430
5431 OMAP HWMOD SUPPORT
5432 M: Benoît Cousson <b-cousson@ti.com>
5433 M: Paul Walmsley <paul@pwsan.com>
5434 L: linux-omap@vger.kernel.org
5435 S: Maintained
5436 F: arch/arm/mach-omap2/omap_hwmod.c
5437 F: arch/arm/plat-omap/include/plat/omap_hwmod.h
5438
5439 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
5440 M: Benoît Cousson <b-cousson@ti.com>
5441 L: linux-omap@vger.kernel.org
5442 S: Maintained
5443 F: arch/arm/mach-omap2/omap_hwmod_44xx_data.c
5444
5445 OMAP IMAGE SIGNAL PROCESSOR (ISP)
5446 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5447 L: linux-media@vger.kernel.org
5448 S: Maintained
5449 F: drivers/media/platform/omap3isp/
5450
5451 OMAP USB SUPPORT
5452 M: Felipe Balbi <balbi@ti.com>
5453 L: linux-usb@vger.kernel.org
5454 L: linux-omap@vger.kernel.org
5455 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5456 S: Maintained
5457 F: drivers/usb/*/*omap*
5458 F: arch/arm/*omap*/usb*
5459
5460 OMAP GPIO DRIVER
5461 M: Santosh Shilimkar <santosh.shilimkar@ti.com>
5462 M: Kevin Hilman <khilman@ti.com>
5463 L: linux-omap@vger.kernel.org
5464 S: Maintained
5465 F: drivers/gpio/gpio-omap.c
5466
5467 OMFS FILESYSTEM
5468 M: Bob Copeland <me@bobcopeland.com>
5469 L: linux-karma-devel@lists.sourceforge.net
5470 S: Maintained
5471 F: Documentation/filesystems/omfs.txt
5472 F: fs/omfs/
5473
5474 OMNIKEY CARDMAN 4000 DRIVER
5475 M: Harald Welte <laforge@gnumonks.org>
5476 S: Maintained
5477 F: drivers/char/pcmcia/cm4000_cs.c
5478 F: include/linux/cm4000_cs.h
5479
5480 OMNIKEY CARDMAN 4040 DRIVER
5481 M: Harald Welte <laforge@gnumonks.org>
5482 S: Maintained
5483 F: drivers/char/pcmcia/cm4040_cs.*
5484
5485 OMNIVISION OV7670 SENSOR DRIVER
5486 M: Jonathan Corbet <corbet@lwn.net>
5487 L: linux-media@vger.kernel.org
5488 T: git git://linuxtv.org/media_tree.git
5489 S: Maintained
5490 F: drivers/media/i2c/ov7670.c
5491
5492 ONENAND FLASH DRIVER
5493 M: Kyungmin Park <kyungmin.park@samsung.com>
5494 L: linux-mtd@lists.infradead.org
5495 S: Maintained
5496 F: drivers/mtd/onenand/
5497 F: include/linux/mtd/onenand*.h
5498
5499 ONSTREAM SCSI TAPE DRIVER
5500 M: Willem Riede <osst@riede.org>
5501 L: osst-users@lists.sourceforge.net
5502 L: linux-scsi@vger.kernel.org
5503 S: Maintained
5504 F: drivers/scsi/osst*
5505 F: drivers/scsi/st*
5506
5507 OPENCORES I2C BUS DRIVER
5508 M: Peter Korsgaard <jacmet@sunsite.dk>
5509 L: linux-i2c@vger.kernel.org
5510 S: Maintained
5511 F: Documentation/i2c/busses/i2c-ocores
5512 F: drivers/i2c/busses/i2c-ocores.c
5513
5514 OPEN FIRMWARE AND FLATTENED DEVICE TREE
5515 M: Grant Likely <grant.likely@secretlab.ca>
5516 M: Rob Herring <rob.herring@calxeda.com>
5517 L: devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5518 W: http://fdt.secretlab.ca
5519 T: git git://git.secretlab.ca/git/linux-2.6.git
5520 S: Maintained
5521 F: Documentation/devicetree
5522 F: drivers/of
5523 F: include/linux/of*.h
5524 F: scripts/dtc
5525 K: of_get_property
5526 K: of_match_table
5527
5528 OPENRISC ARCHITECTURE
5529 M: Jonas Bonn <jonas@southpole.se>
5530 W: http://openrisc.net
5531 L: linux@lists.openrisc.net (moderated for non-subscribers)
5532 S: Maintained
5533 T: git git://openrisc.net/~jonas/linux
5534 F: arch/openrisc
5535
5536 OPENVSWITCH
5537 M: Jesse Gross <jesse@nicira.com>
5538 L: dev@openvswitch.org
5539 W: http://openvswitch.org
5540 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5541 S: Maintained
5542 F: net/openvswitch/
5543
5544 OPL4 DRIVER
5545 M: Clemens Ladisch <clemens@ladisch.de>
5546 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
5547 T: git git://git.alsa-project.org/alsa-kernel.git
5548 S: Maintained
5549 F: sound/drivers/opl4/
5550
5551 OPROFILE
5552 M: Robert Richter <rric@kernel.org>
5553 L: oprofile-list@lists.sf.net
5554 S: Maintained
5555 F: arch/*/include/asm/oprofile*.h
5556 F: arch/*/oprofile/
5557 F: drivers/oprofile/
5558 F: include/linux/oprofile.h
5559
5560 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
5561 M: Mark Fasheh <mfasheh@suse.com>
5562 M: Joel Becker <jlbec@evilplan.org>
5563 L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
5564 W: http://oss.oracle.com/projects/ocfs2/
5565 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
5566 S: Supported
5567 F: Documentation/filesystems/ocfs2.txt
5568 F: Documentation/filesystems/dlmfs.txt
5569 F: fs/ocfs2/
5570
5571 ORINOCO DRIVER
5572 L: linux-wireless@vger.kernel.org
5573 W: http://wireless.kernel.org/en/users/Drivers/orinoco
5574 W: http://www.nongnu.org/orinoco/
5575 S: Orphan
5576 F: drivers/net/wireless/orinoco/
5577
5578 OSD LIBRARY and FILESYSTEM
5579 M: Boaz Harrosh <bharrosh@panasas.com>
5580 M: Benny Halevy <bhalevy@tonian.com>
5581 L: osd-dev@open-osd.org
5582 W: http://open-osd.org
5583 T: git git://git.open-osd.org/open-osd.git
5584 S: Maintained
5585 F: drivers/scsi/osd/
5586 F: include/scsi/osd_*
5587 F: fs/exofs/
5588
5589 P54 WIRELESS DRIVER
5590 M: Christian Lamparter <chunkeey@googlemail.com>
5591 L: linux-wireless@vger.kernel.org
5592 W: http://wireless.kernel.org/en/users/Drivers/p54
5593 S: Maintained
5594 F: drivers/net/wireless/p54/
5595
5596 PA SEMI ETHERNET DRIVER
5597 M: Olof Johansson <olof@lixom.net>
5598 L: netdev@vger.kernel.org
5599 S: Maintained
5600 F: drivers/net/ethernet/pasemi/*
5601
5602 PA SEMI SMBUS DRIVER
5603 M: Olof Johansson <olof@lixom.net>
5604 L: linux-i2c@vger.kernel.org
5605 S: Maintained
5606 F: drivers/i2c/busses/i2c-pasemi.c
5607
5608 PADATA PARALLEL EXECUTION MECHANISM
5609 M: Steffen Klassert <steffen.klassert@secunet.com>
5610 L: linux-crypto@vger.kernel.org
5611 S: Maintained
5612 F: kernel/padata.c
5613 F: include/linux/padata.h
5614 F: Documentation/padata.txt
5615
5616 PANASONIC LAPTOP ACPI EXTRAS DRIVER
5617 M: Harald Welte <laforge@gnumonks.org>
5618 L: platform-driver-x86@vger.kernel.org
5619 S: Maintained
5620 F: drivers/platform/x86/panasonic-laptop.c
5621
5622 PANASONIC MN10300/AM33/AM34 PORT
5623 M: David Howells <dhowells@redhat.com>
5624 M: Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5625 L: linux-am33-list@redhat.com (moderated for non-subscribers)
5626 W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5627 S: Maintained
5628 F: Documentation/mn10300/
5629 F: arch/mn10300/
5630
5631 PARALLEL PORT SUPPORT
5632 L: linux-parport@lists.infradead.org (subscribers-only)
5633 S: Orphan
5634 F: drivers/parport/
5635 F: include/linux/parport*.h
5636 F: drivers/char/ppdev.c
5637 F: include/linux/ppdev.h
5638
5639 PARAVIRT_OPS INTERFACE
5640 M: Jeremy Fitzhardinge <jeremy@goop.org>
5641 M: Chris Wright <chrisw@sous-sol.org>
5642 M: Alok Kataria <akataria@vmware.com>
5643 M: Rusty Russell <rusty@rustcorp.com.au>
5644 L: virtualization@lists.linux-foundation.org
5645 S: Supported
5646 F: Documentation/ia64/paravirt_ops.txt
5647 F: arch/*/kernel/paravirt*
5648 F: arch/*/include/asm/paravirt.h
5649
5650 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5651 M: Tim Waugh <tim@cyberelk.net>
5652 L: linux-parport@lists.infradead.org (subscribers-only)
5653 W: http://www.torque.net/linux-pp.html
5654 S: Maintained
5655 F: Documentation/blockdev/paride.txt
5656 F: drivers/block/paride/
5657
5658 PARISC ARCHITECTURE
5659 M: "James E.J. Bottomley" <jejb@parisc-linux.org>
5660 M: Helge Deller <deller@gmx.de>
5661 L: linux-parisc@vger.kernel.org
5662 W: http://www.parisc-linux.org/
5663 Q: http://patchwork.kernel.org/project/linux-parisc/list/
5664 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5665 S: Maintained
5666 F: arch/parisc/
5667 F: drivers/parisc/
5668
5669 PC87360 HARDWARE MONITORING DRIVER
5670 M: Jim Cromie <jim.cromie@gmail.com>
5671 L: lm-sensors@lm-sensors.org
5672 S: Maintained
5673 F: Documentation/hwmon/pc87360
5674 F: drivers/hwmon/pc87360.c
5675
5676 PC8736x GPIO DRIVER
5677 M: Jim Cromie <jim.cromie@gmail.com>
5678 S: Maintained
5679 F: drivers/char/pc8736x_gpio.c
5680
5681 PC87427 HARDWARE MONITORING DRIVER
5682 M: Jean Delvare <khali@linux-fr.org>
5683 L: lm-sensors@lm-sensors.org
5684 S: Maintained
5685 F: Documentation/hwmon/pc87427
5686 F: drivers/hwmon/pc87427.c
5687
5688 PCA9532 LED DRIVER
5689 M: Riku Voipio <riku.voipio@iki.fi>
5690 S: Maintained
5691 F: drivers/leds/leds-pca9532.c
5692 F: include/linux/leds-pca9532.h
5693
5694 PCA9541 I2C BUS MASTER SELECTOR DRIVER
5695 M: Guenter Roeck <linux@roeck-us.net>
5696 L: linux-i2c@vger.kernel.org
5697 S: Maintained
5698 F: drivers/i2c/muxes/i2c-mux-pca9541.c
5699
5700 PCA9564/PCA9665 I2C BUS DRIVER
5701 M: Wolfram Sang <w.sang@pengutronix.de>
5702 L: linux-i2c@vger.kernel.org
5703 S: Maintained
5704 F: drivers/i2c/algos/i2c-algo-pca.c
5705 F: drivers/i2c/busses/i2c-pca-*
5706 F: include/linux/i2c-algo-pca.h
5707 F: include/linux/i2c-pca-platform.h
5708
5709 PCDP - PRIMARY CONSOLE AND DEBUG PORT
5710 M: Khalid Aziz <khalid@gonehiking.org>
5711 S: Maintained
5712 F: drivers/firmware/pcdp.*
5713
5714 PCI ERROR RECOVERY
5715 M: Linas Vepstas <linasvepstas@gmail.com>
5716 L: linux-pci@vger.kernel.org
5717 S: Supported
5718 F: Documentation/PCI/pci-error-recovery.txt
5719 F: Documentation/powerpc/eeh-pci-error-recovery.txt
5720
5721 PCI SUBSYSTEM
5722 M: Bjorn Helgaas <bhelgaas@google.com>
5723 L: linux-pci@vger.kernel.org
5724 Q: http://patchwork.ozlabs.org/project/linux-pci/list/
5725 T: git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
5726 S: Supported
5727 F: Documentation/PCI/
5728 F: drivers/pci/
5729 F: include/linux/pci*
5730
5731 PCMCIA SUBSYSTEM
5732 P: Linux PCMCIA Team
5733 L: linux-pcmcia@lists.infradead.org
5734 W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5735 T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5736 S: Maintained
5737 F: Documentation/pcmcia/
5738 F: drivers/pcmcia/
5739 F: include/pcmcia/
5740
5741 PCNET32 NETWORK DRIVER
5742 M: Don Fry <pcnet32@frontier.com>
5743 L: netdev@vger.kernel.org
5744 S: Maintained
5745 F: drivers/net/ethernet/amd/pcnet32.c
5746
5747 PCRYPT PARALLEL CRYPTO ENGINE
5748 M: Steffen Klassert <steffen.klassert@secunet.com>
5749 L: linux-crypto@vger.kernel.org
5750 S: Maintained
5751 F: crypto/pcrypt.c
5752 F: include/crypto/pcrypt.h
5753
5754 PER-CPU MEMORY ALLOCATOR
5755 M: Tejun Heo <tj@kernel.org>
5756 M: Christoph Lameter <cl@linux-foundation.org>
5757 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5758 S: Maintained
5759 F: include/linux/percpu*.h
5760 F: mm/percpu*.c
5761 F: arch/*/include/asm/percpu.h
5762
5763 PER-TASK DELAY ACCOUNTING
5764 M: Balbir Singh <bsingharora@gmail.com>
5765 S: Maintained
5766 F: include/linux/delayacct.h
5767 F: kernel/delayacct.c
5768
5769 PERFORMANCE EVENTS SUBSYSTEM
5770 M: Peter Zijlstra <a.p.zijlstra@chello.nl>
5771 M: Paul Mackerras <paulus@samba.org>
5772 M: Ingo Molnar <mingo@redhat.com>
5773 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5774 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5775 S: Supported
5776 F: kernel/events/*
5777 F: include/linux/perf_event.h
5778 F: arch/*/kernel/perf_event*.c
5779 F: arch/*/kernel/*/perf_event*.c
5780 F: arch/*/kernel/*/*/perf_event*.c
5781 F: arch/*/include/asm/perf_event.h
5782 F: arch/*/lib/perf_event*.c
5783 F: arch/*/kernel/perf_callchain.c
5784 F: tools/perf/
5785
5786 PERSONALITY HANDLING
5787 M: Christoph Hellwig <hch@infradead.org>
5788 L: linux-abi-devel@lists.sourceforge.net
5789 S: Maintained
5790 F: include/linux/personality.h
5791
5792 PHONET PROTOCOL
5793 M: Remi Denis-Courmont <courmisch@gmail.com>
5794 S: Supported
5795 F: Documentation/networking/phonet.txt
5796 F: include/linux/phonet.h
5797 F: include/net/phonet/
5798 F: net/phonet/
5799
5800 PHRAM MTD DRIVER
5801 M: Joern Engel <joern@lazybastard.org>
5802 L: linux-mtd@lists.infradead.org
5803 S: Maintained
5804 F: drivers/mtd/devices/phram.c
5805
5806 PICOLCD HID DRIVER
5807 M: Bruno Prémont <bonbons@linux-vserver.org>
5808 L: linux-input@vger.kernel.org
5809 S: Maintained
5810 F: drivers/hid/hid-picolcd*
5811
5812 PICOXCELL SUPPORT
5813 M: Jamie Iles <jamie@jamieiles.com>
5814 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5815 T: git git://github.com/jamieiles/linux-2.6-ji.git
5816 S: Supported
5817 F: arch/arm/mach-picoxcell
5818 F: drivers/*/picoxcell*
5819 F: drivers/*/*/picoxcell*
5820
5821 PIN CONTROL SUBSYSTEM
5822 M: Linus Walleij <linus.walleij@linaro.org>
5823 S: Maintained
5824 F: drivers/pinctrl/
5825 F: include/linux/pinctrl/
5826
5827 PIN CONTROLLER - ST SPEAR
5828 M: Viresh Kumar <viresh.linux@gmail.com>
5829 L: spear-devel@list.st.com
5830 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5831 W: http://www.st.com/spear
5832 S: Maintained
5833 F: drivers/pinctrl/spear/
5834
5835 PKTCDVD DRIVER
5836 M: Jiri Kosina <jkosina@suse.cz>
5837 S: Maintained
5838 F: drivers/block/pktcdvd.c
5839 F: include/linux/pktcdvd.h
5840
5841 PKUNITY SOC DRIVERS
5842 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
5843 W: http://mprc.pku.edu.cn/~guanxuetao/linux
5844 S: Maintained
5845 T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5846 F: drivers/input/serio/i8042-unicore32io.h
5847 F: drivers/i2c/busses/i2c-puv3.c
5848 F: drivers/video/fb-puv3.c
5849 F: drivers/rtc/rtc-puv3.c
5850
5851 PMBUS HARDWARE MONITORING DRIVERS
5852 M: Guenter Roeck <linux@roeck-us.net>
5853 L: lm-sensors@lm-sensors.org
5854 W: http://www.lm-sensors.org/
5855 W: http://www.roeck-us.net/linux/drivers/
5856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5857 S: Maintained
5858 F: Documentation/hwmon/pmbus
5859 F: drivers/hwmon/pmbus/
5860 F: include/linux/i2c/pmbus.h
5861
5862 PMC SIERRA MaxRAID DRIVER
5863 M: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5864 L: linux-scsi@vger.kernel.org
5865 W: http://www.pmc-sierra.com/
5866 S: Supported
5867 F: drivers/scsi/pmcraid.*
5868
5869 PMC SIERRA PM8001 DRIVER
5870 M: jack_wang@usish.com
5871 M: lindar_liu@usish.com
5872 L: linux-scsi@vger.kernel.org
5873 S: Supported
5874 F: drivers/scsi/pm8001/
5875
5876 POSIX CLOCKS and TIMERS
5877 M: Thomas Gleixner <tglx@linutronix.de>
5878 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5879 S: Supported
5880 F: fs/timerfd.c
5881 F: include/linux/timer*
5882 F: kernel/*timer*
5883
5884 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5885 M: Anton Vorontsov <cbou@mail.ru>
5886 M: David Woodhouse <dwmw2@infradead.org>
5887 T: git git://git.infradead.org/battery-2.6.git
5888 S: Maintained
5889 F: include/linux/power_supply.h
5890 F: drivers/power/
5891
5892 PNP SUPPORT
5893 M: Adam Belay <abelay@mit.edu>
5894 M: Bjorn Helgaas <bhelgaas@google.com>
5895 S: Maintained
5896 F: drivers/pnp/
5897
5898 PNXxxxx I2C DRIVER
5899 M: Vitaly Wool <vitalywool@gmail.com>
5900 L: linux-i2c@vger.kernel.org
5901 S: Maintained
5902 F: drivers/i2c/busses/i2c-pnx.c
5903
5904 PPP PROTOCOL DRIVERS AND COMPRESSORS
5905 M: Paul Mackerras <paulus@samba.org>
5906 L: linux-ppp@vger.kernel.org
5907 S: Maintained
5908 F: drivers/net/ppp/ppp_*
5909
5910 PPP OVER ATM (RFC 2364)
5911 M: Mitchell Blank Jr <mitch@sfgoth.com>
5912 S: Maintained
5913 F: net/atm/pppoatm.c
5914 F: include/linux/atmppp.h
5915
5916 PPP OVER ETHERNET
5917 M: Michal Ostrowski <mostrows@earthlink.net>
5918 S: Maintained
5919 F: drivers/net/ppp/pppoe.c
5920 F: drivers/net/ppp/pppox.c
5921
5922 PPP OVER L2TP
5923 M: James Chapman <jchapman@katalix.com>
5924 S: Maintained
5925 F: net/l2tp/l2tp_ppp.c
5926 F: include/linux/if_pppol2tp.h
5927
5928 PPS SUPPORT
5929 M: Rodolfo Giometti <giometti@enneenne.com>
5930 W: http://wiki.enneenne.com/index.php/LinuxPPS_support
5931 L: linuxpps@ml.enneenne.com (subscribers-only)
5932 S: Maintained
5933 F: Documentation/pps/
5934 F: drivers/pps/
5935 F: include/linux/pps*.h
5936
5937 PPTP DRIVER
5938 M: Dmitry Kozlov <xeb@mail.ru>
5939 L: netdev@vger.kernel.org
5940 S: Maintained
5941 F: drivers/net/ppp/pptp.c
5942 W: http://sourceforge.net/projects/accel-pptp
5943
5944 PREEMPTIBLE KERNEL
5945 M: Robert Love <rml@tech9.net>
5946 L: kpreempt-tech@lists.sourceforge.net
5947 W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5948 S: Supported
5949 F: Documentation/preempt-locking.txt
5950 F: include/linux/preempt.h
5951
5952 PRISM54 WIRELESS DRIVER
5953 M: "Luis R. Rodriguez" <mcgrof@gmail.com>
5954 L: linux-wireless@vger.kernel.org
5955 W: http://wireless.kernel.org/en/users/Drivers/p54
5956 S: Obsolete
5957 F: drivers/net/wireless/prism54/
5958
5959 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5960 M: Mikael Pettersson <mikpe@it.uu.se>
5961 L: linux-ide@vger.kernel.org
5962 S: Maintained
5963 F: drivers/ata/sata_promise.*
5964
5965 PS3 NETWORK SUPPORT
5966 M: Geoff Levand <geoff@infradead.org>
5967 L: netdev@vger.kernel.org
5968 L: cbe-oss-dev@lists.ozlabs.org
5969 S: Maintained
5970 F: drivers/net/ethernet/toshiba/ps3_gelic_net.*
5971
5972 PS3 PLATFORM SUPPORT
5973 M: Geoff Levand <geoff@infradead.org>
5974 L: linuxppc-dev@lists.ozlabs.org
5975 L: cbe-oss-dev@lists.ozlabs.org
5976 S: Maintained
5977 F: arch/powerpc/boot/ps3*
5978 F: arch/powerpc/include/asm/lv1call.h
5979 F: arch/powerpc/include/asm/ps3*.h
5980 F: arch/powerpc/platforms/ps3/
5981 F: drivers/*/ps3*
5982 F: drivers/ps3/
5983 F: drivers/rtc/rtc-ps3.c
5984 F: drivers/usb/host/*ps3.c
5985 F: sound/ppc/snd_ps3*
5986
5987 PS3VRAM DRIVER
5988 M: Jim Paris <jim@jtan.com>
5989 L: cbe-oss-dev@lists.ozlabs.org
5990 S: Maintained
5991 F: drivers/block/ps3vram.c
5992
5993 PSTORE FILESYSTEM
5994 M: Anton Vorontsov <cbouatmailru@gmail.com>
5995 M: Colin Cross <ccross@android.com>
5996 M: Kees Cook <keescook@chromium.org>
5997 M: Tony Luck <tony.luck@intel.com>
5998 S: Maintained
5999 T: git git://git.infradead.org/users/cbou/linux-pstore.git
6000 F: fs/pstore/
6001 F: include/linux/pstore*
6002 F: drivers/firmware/efivars.c
6003 F: drivers/acpi/apei/erst.c
6004
6005 PTP HARDWARE CLOCK SUPPORT
6006 M: Richard Cochran <richardcochran@gmail.com>
6007 S: Maintained
6008 W: http://linuxptp.sourceforge.net/
6009 F: Documentation/ABI/testing/sysfs-ptp
6010 F: Documentation/ptp/*
6011 F: drivers/net/ethernet/freescale/gianfar_ptp.c
6012 F: drivers/net/phy/dp83640*
6013 F: drivers/ptp/*
6014 F: include/linux/ptp_cl*
6015
6016 PTRACE SUPPORT
6017 M: Roland McGrath <roland@redhat.com>
6018 M: Oleg Nesterov <oleg@redhat.com>
6019 S: Maintained
6020 F: include/asm-generic/syscall.h
6021 F: include/linux/ptrace.h
6022 F: include/linux/regset.h
6023 F: include/linux/tracehook.h
6024 F: kernel/ptrace.c
6025
6026 PVRUSB2 VIDEO4LINUX DRIVER
6027 M: Mike Isely <isely@pobox.com>
6028 L: pvrusb2@isely.net (subscribers-only)
6029 L: linux-media@vger.kernel.org
6030 W: http://www.isely.net/pvrusb2/
6031 T: git git://linuxtv.org/media_tree.git
6032 S: Maintained
6033 F: Documentation/video4linux/README.pvrusb2
6034 F: drivers/media/usb/pvrusb2/
6035
6036 PWC WEBCAM DRIVER
6037 M: Hans de Goede <hdegoede@redhat.com>
6038 L: linux-media@vger.kernel.org
6039 T: git git://linuxtv.org/media_tree.git
6040 S: Maintained
6041 F: drivers/media/usb/pwc/*
6042
6043 PWM SUBSYSTEM
6044 M: Thierry Reding <thierry.reding@avionic-design.de>
6045 L: linux-kernel@vger.kernel.org
6046 S: Maintained
6047 W: http://gitorious.org/linux-pwm
6048 T: git git://gitorious.org/linux-pwm/linux-pwm.git
6049 F: Documentation/pwm.txt
6050 F: Documentation/devicetree/bindings/pwm/
6051 F: include/linux/pwm.h
6052 F: include/linux/of_pwm.h
6053 F: drivers/pwm/
6054 F: drivers/video/backlight/pwm_bl.c
6055 F: include/linux/pwm_backlight.h
6056
6057 PXA2xx/PXA3xx SUPPORT
6058 M: Eric Miao <eric.y.miao@gmail.com>
6059 M: Russell King <linux@arm.linux.org.uk>
6060 M: Haojian Zhuang <haojian.zhuang@gmail.com>
6061 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6062 T: git git://github.com/hzhuang1/linux.git
6063 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
6064 S: Maintained
6065 F: arch/arm/mach-pxa/
6066 F: drivers/pcmcia/pxa2xx*
6067 F: drivers/spi/spi-pxa2xx*
6068 F: drivers/usb/gadget/pxa2*
6069 F: include/sound/pxa2xx-lib.h
6070 F: sound/arm/pxa*
6071 F: sound/soc/pxa
6072
6073 MMP SUPPORT
6074 M: Eric Miao <eric.y.miao@gmail.com>
6075 M: Haojian Zhuang <haojian.zhuang@gmail.com>
6076 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6077 T: git git://github.com/hzhuang1/linux.git
6078 T: git git://git.linaro.org/people/ycmiao/pxa-linux.git
6079 S: Maintained
6080 F: arch/arm/mach-mmp/
6081
6082 PXA MMCI DRIVER
6083 S: Orphan
6084
6085 PXA RTC DRIVER
6086 M: Robert Jarzmik <robert.jarzmik@free.fr>
6087 L: rtc-linux@googlegroups.com
6088 S: Maintained
6089
6090 QIB DRIVER
6091 M: Mike Marciniszyn <infinipath@intel.com>
6092 L: linux-rdma@vger.kernel.org
6093 S: Supported
6094 F: drivers/infiniband/hw/qib/
6095
6096 QLOGIC QLA1280 SCSI DRIVER
6097 M: Michael Reed <mdr@sgi.com>
6098 L: linux-scsi@vger.kernel.org
6099 S: Maintained
6100 F: drivers/scsi/qla1280.[ch]
6101
6102 QLOGIC QLA2XXX FC-SCSI DRIVER
6103 M: Andrew Vasquez <andrew.vasquez@qlogic.com>
6104 M: linux-driver@qlogic.com
6105 L: linux-scsi@vger.kernel.org
6106 S: Supported
6107 F: Documentation/scsi/LICENSE.qla2xxx
6108 F: drivers/scsi/qla2xxx/
6109
6110 QLOGIC QLA4XXX iSCSI DRIVER
6111 M: Ravi Anand <ravi.anand@qlogic.com>
6112 M: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
6113 M: iscsi-driver@qlogic.com
6114 L: linux-scsi@vger.kernel.org
6115 S: Supported
6116 F: drivers/scsi/qla4xxx/
6117
6118 QLOGIC QLA3XXX NETWORK 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: Documentation/networking/LICENSE.qla3xxx
6125 F: drivers/net/ethernet/qlogic/qla3xxx.*
6126
6127 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
6128 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6129 M: Sony Chacko <sony.chacko@qlogic.com>
6130 M: linux-driver@qlogic.com
6131 L: netdev@vger.kernel.org
6132 S: Supported
6133 F: drivers/net/ethernet/qlogic/qlcnic/
6134
6135 QLOGIC QLGE 10Gb ETHERNET DRIVER
6136 M: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
6137 M: Ron Mercer <ron.mercer@qlogic.com>
6138 M: linux-driver@qlogic.com
6139 L: netdev@vger.kernel.org
6140 S: Supported
6141 F: drivers/net/ethernet/qlogic/qlge/
6142
6143 QNX4 FILESYSTEM
6144 M: Anders Larsen <al@alarsen.net>
6145 W: http://www.alarsen.net/linux/qnx4fs/
6146 S: Maintained
6147 F: fs/qnx4/
6148 F: include/linux/qnx4_fs.h
6149 F: include/linux/qnxtypes.h
6150
6151 QT1010 MEDIA DRIVER
6152 M: Antti Palosaari <crope@iki.fi>
6153 L: linux-media@vger.kernel.org
6154 W: http://linuxtv.org/
6155 W: http://palosaari.fi/linux/
6156 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6157 T: git git://linuxtv.org/anttip/media_tree.git
6158 S: Maintained
6159 F: drivers/media/tuners/qt1010*
6160
6161 QUALCOMM HEXAGON ARCHITECTURE
6162 M: Richard Kuo <rkuo@codeaurora.org>
6163 L: linux-hexagon@vger.kernel.org
6164 S: Supported
6165 F: arch/hexagon/
6166
6167 QUICKCAM PARALLEL PORT WEBCAMS
6168 M: Hans Verkuil <hverkuil@xs4all.nl>
6169 L: linux-media@vger.kernel.org
6170 T: git git://linuxtv.org/media_tree.git
6171 W: http://linuxtv.org
6172 S: Odd Fixes
6173 F: drivers/media/parport/*-qcam*
6174
6175 RADOS BLOCK DEVICE (RBD)
6176 M: Yehuda Sadeh <yehuda@inktank.com>
6177 M: Sage Weil <sage@inktank.com>
6178 M: Alex Elder <elder@inktank.com>
6179 M: ceph-devel@vger.kernel.org
6180 W: http://ceph.com/
6181 T: git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
6182 S: Supported
6183 F: drivers/block/rbd.c
6184 F: drivers/block/rbd_types.h
6185
6186 RADEON FRAMEBUFFER DISPLAY DRIVER
6187 M: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6188 L: linux-fbdev@vger.kernel.org
6189 S: Maintained
6190 F: drivers/video/aty/radeon*
6191 F: include/linux/radeonfb.h
6192
6193 RADIOSHARK RADIO DRIVER
6194 M: Hans de Goede <hdegoede@redhat.com>
6195 L: linux-media@vger.kernel.org
6196 T: git git://linuxtv.org/media_tree.git
6197 S: Maintained
6198 F: drivers/media/radio/radio-shark.c
6199
6200 RADIOSHARK2 RADIO DRIVER
6201 M: Hans de Goede <hdegoede@redhat.com>
6202 L: linux-media@vger.kernel.org
6203 T: git git://linuxtv.org/media_tree.git
6204 S: Maintained
6205 F: drivers/media/radio/radio-shark2.c
6206 F: drivers/media/radio/radio-tea5777.c
6207
6208 RAGE128 FRAMEBUFFER DISPLAY DRIVER
6209 M: Paul Mackerras <paulus@samba.org>
6210 L: linux-fbdev@vger.kernel.org
6211 S: Maintained
6212 F: drivers/video/aty/aty128fb.c
6213
6214 RALINK RT2X00 WIRELESS LAN DRIVER
6215 P: rt2x00 project
6216 M: Ivo van Doorn <IvDoorn@gmail.com>
6217 M: Gertjan van Wingerde <gwingerde@gmail.com>
6218 M: Helmut Schaa <helmut.schaa@googlemail.com>
6219 L: linux-wireless@vger.kernel.org
6220 L: users@rt2x00.serialmonkey.com (moderated for non-subscribers)
6221 W: http://rt2x00.serialmonkey.com/
6222 S: Maintained
6223 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6224 F: drivers/net/wireless/rt2x00/
6225
6226 RAMDISK RAM BLOCK DEVICE DRIVER
6227 M: Nick Piggin <npiggin@kernel.dk>
6228 S: Maintained
6229 F: Documentation/blockdev/ramdisk.txt
6230 F: drivers/block/brd.c
6231
6232 RANDOM NUMBER DRIVER
6233 M: Theodore Ts'o" <tytso@mit.edu>
6234 S: Maintained
6235 F: drivers/char/random.c
6236
6237 RAPIDIO SUBSYSTEM
6238 M: Matt Porter <mporter@kernel.crashing.org>
6239 M: Alexandre Bounine <alexandre.bounine@idt.com>
6240 S: Maintained
6241 F: drivers/rapidio/
6242
6243 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6244 L: linux-wireless@vger.kernel.org
6245 S: Orphan
6246 F: drivers/net/wireless/ray*
6247
6248 RCUTORTURE MODULE
6249 M: Josh Triplett <josh@freedesktop.org>
6250 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6251 S: Supported
6252 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6253 F: Documentation/RCU/torture.txt
6254 F: kernel/rcutorture.c
6255
6256 RDC R-321X SoC
6257 M: Florian Fainelli <florian@openwrt.org>
6258 S: Maintained
6259
6260 RDC R6040 FAST ETHERNET DRIVER
6261 M: Florian Fainelli <florian@openwrt.org>
6262 L: netdev@vger.kernel.org
6263 S: Maintained
6264 F: drivers/net/ethernet/rdc/r6040.c
6265
6266 RDS - RELIABLE DATAGRAM SOCKETS
6267 M: Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6268 L: rds-devel@oss.oracle.com (moderated for non-subscribers)
6269 S: Supported
6270 F: net/rds/
6271
6272 READ-COPY UPDATE (RCU)
6273 M: Dipankar Sarma <dipankar@in.ibm.com>
6274 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6275 W: http://www.rdrop.com/users/paulmck/RCU/
6276 S: Supported
6277 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6278 F: Documentation/RCU/
6279 X: Documentation/RCU/torture.txt
6280 F: include/linux/rcu*
6281 F: kernel/rcu*
6282 X: kernel/rcutorture.c
6283
6284 REAL TIME CLOCK (RTC) SUBSYSTEM
6285 M: Alessandro Zummo <a.zummo@towertech.it>
6286 L: rtc-linux@googlegroups.com
6287 Q: http://patchwork.ozlabs.org/project/rtc-linux/list/
6288 S: Maintained
6289 F: Documentation/rtc.txt
6290 F: drivers/rtc/
6291 F: include/linux/rtc.h
6292
6293 REISERFS FILE SYSTEM
6294 L: reiserfs-devel@vger.kernel.org
6295 S: Supported
6296 F: fs/reiserfs/
6297
6298 REGISTER MAP ABSTRACTION
6299 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
6300 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6301 S: Supported
6302 F: drivers/base/regmap/
6303 F: include/linux/regmap.h
6304
6305 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6306 M: Ohad Ben-Cohen <ohad@wizery.com>
6307 T: git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6308 S: Maintained
6309 F: drivers/remoteproc/
6310 F: Documentation/remoteproc.txt
6311 F: include/linux/remoteproc.h
6312
6313 RFKILL
6314 M: Johannes Berg <johannes@sipsolutions.net>
6315 L: linux-wireless@vger.kernel.org
6316 W: http://wireless.kernel.org/
6317 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6318 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6319 S: Maintained
6320 F: Documentation/rfkill.txt
6321 F: net/rfkill/
6322
6323 RICOH SMARTMEDIA/XD DRIVER
6324 M: Maxim Levitsky <maximlevitsky@gmail.com>
6325 S: Maintained
6326 F: drivers/mtd/nand/r852.c
6327 F: drivers/mtd/nand/r852.h
6328
6329 RICOH R5C592 MEMORYSTICK DRIVER
6330 M: Maxim Levitsky <maximlevitsky@gmail.com>
6331 S: Maintained
6332 F: drivers/memstick/host/r592.*
6333
6334 ROCKETPORT DRIVER
6335 P: Comtrol Corp.
6336 W: http://www.comtrol.com
6337 S: Maintained
6338 F: Documentation/serial/rocket.txt
6339 F: drivers/tty/rocket*
6340
6341 ROSE NETWORK LAYER
6342 M: Ralf Baechle <ralf@linux-mips.org>
6343 L: linux-hams@vger.kernel.org
6344 W: http://www.linux-ax25.org/
6345 S: Maintained
6346 F: include/linux/rose.h
6347 F: include/net/rose.h
6348 F: net/rose/
6349
6350 RTL2830 MEDIA DRIVER
6351 M: Antti Palosaari <crope@iki.fi>
6352 L: linux-media@vger.kernel.org
6353 W: http://linuxtv.org/
6354 W: http://palosaari.fi/linux/
6355 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6356 T: git git://linuxtv.org/anttip/media_tree.git
6357 S: Maintained
6358 F: drivers/media/dvb-frontends/rtl2830*
6359
6360 RTL8180 WIRELESS DRIVER
6361 M: "John W. Linville" <linville@tuxdriver.com>
6362 L: linux-wireless@vger.kernel.org
6363 W: http://wireless.kernel.org/
6364 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6365 S: Maintained
6366 F: drivers/net/wireless/rtl818x/rtl8180/
6367
6368 RTL8187 WIRELESS DRIVER
6369 M: Herton Ronaldo Krzesinski <herton@canonical.com>
6370 M: Hin-Tak Leung <htl10@users.sourceforge.net>
6371 M: Larry Finger <Larry.Finger@lwfinger.net>
6372 L: linux-wireless@vger.kernel.org
6373 W: http://wireless.kernel.org/
6374 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6375 S: Maintained
6376 F: drivers/net/wireless/rtl818x/rtl8187/
6377
6378 RTL8192CE WIRELESS DRIVER
6379 M: Larry Finger <Larry.Finger@lwfinger.net>
6380 M: Chaoming Li <chaoming_li@realsil.com.cn>
6381 L: linux-wireless@vger.kernel.org
6382 W: http://wireless.kernel.org/
6383 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6384 S: Maintained
6385 F: drivers/net/wireless/rtlwifi/
6386 F: drivers/net/wireless/rtlwifi/rtl8192ce/
6387
6388 S3 SAVAGE FRAMEBUFFER DRIVER
6389 M: Antonino Daplas <adaplas@gmail.com>
6390 L: linux-fbdev@vger.kernel.org
6391 S: Maintained
6392 F: drivers/video/savage/
6393
6394 S390
6395 M: Martin Schwidefsky <schwidefsky@de.ibm.com>
6396 M: Heiko Carstens <heiko.carstens@de.ibm.com>
6397 M: linux390@de.ibm.com
6398 L: linux-s390@vger.kernel.org
6399 W: http://www.ibm.com/developerworks/linux/linux390/
6400 S: Supported
6401 F: arch/s390/
6402 F: drivers/s390/
6403 F: block/partitions/ibm.c
6404 F: Documentation/s390/
6405 F: Documentation/DocBook/s390*
6406
6407 S390 NETWORK DRIVERS
6408 M: Ursula Braun <ursula.braun@de.ibm.com>
6409 M: Frank Blaschka <blaschka@linux.vnet.ibm.com>
6410 M: linux390@de.ibm.com
6411 L: linux-s390@vger.kernel.org
6412 W: http://www.ibm.com/developerworks/linux/linux390/
6413 S: Supported
6414 F: drivers/s390/net/
6415
6416 S390 ZCRYPT DRIVER
6417 M: Holger Dengler <hd@linux.vnet.ibm.com>
6418 M: linux390@de.ibm.com
6419 L: linux-s390@vger.kernel.org
6420 W: http://www.ibm.com/developerworks/linux/linux390/
6421 S: Supported
6422 F: drivers/s390/crypto/
6423
6424 S390 ZFCP DRIVER
6425 M: Steffen Maier <maier@linux.vnet.ibm.com>
6426 M: linux390@de.ibm.com
6427 L: linux-s390@vger.kernel.org
6428 W: http://www.ibm.com/developerworks/linux/linux390/
6429 S: Supported
6430 F: drivers/s390/scsi/zfcp_*
6431
6432 S390 IUCV NETWORK LAYER
6433 M: Ursula Braun <ursula.braun@de.ibm.com>
6434 M: linux390@de.ibm.com
6435 L: linux-s390@vger.kernel.org
6436 W: http://www.ibm.com/developerworks/linux/linux390/
6437 S: Supported
6438 F: drivers/s390/net/*iucv*
6439 F: include/net/iucv/
6440 F: net/iucv/
6441
6442 S3C24XX SD/MMC Driver
6443 M: Ben Dooks <ben-linux@fluff.org>
6444 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6445 S: Supported
6446 F: drivers/mmc/host/s3cmci.*
6447
6448 SAA7134 VIDEO4LINUX DRIVER
6449 M: Mauro Carvalho Chehab <mchehab@redhat.com>
6450 L: linux-media@vger.kernel.org
6451 W: http://linuxtv.org
6452 T: git git://linuxtv.org/media_tree.git
6453 S: Odd fixes
6454 F: Documentation/video4linux/saa7134/
6455 F: drivers/media/pci/saa7134/
6456
6457 SAA7146 VIDEO4LINUX-2 DRIVER
6458 M: Michael Hunold <michael@mihu.de>
6459 L: linux-media@vger.kernel.org
6460 T: git git://linuxtv.org/media_tree.git
6461 W: http://www.mihu.de/linux/saa7146
6462 S: Maintained
6463 F: drivers/media/common/saa7146/
6464 F: drivers/media/pci/saa7146/
6465 F: include/media/saa7146*
6466
6467 SAMSUNG LAPTOP DRIVER
6468 M: Corentin Chary <corentincj@iksaif.net>
6469 L: platform-driver-x86@vger.kernel.org
6470 S: Maintained
6471 F: drivers/platform/x86/samsung-laptop.c
6472
6473 SAMSUNG AUDIO (ASoC) DRIVERS
6474 M: Sangbeom Kim <sbkim73@samsung.com>
6475 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6476 S: Supported
6477 F: sound/soc/samsung
6478
6479 SAMSUNG FRAMEBUFFER DRIVER
6480 M: Jingoo Han <jg1.han@samsung.com>
6481 L: linux-fbdev@vger.kernel.org
6482 S: Maintained
6483 F: drivers/video/s3c-fb.c
6484
6485 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
6486 M: Sangbeom Kim <sbkim73@samsung.com>
6487 L: linux-kernel@vger.kernel.org
6488 S: Supported
6489 F: drivers/mfd/sec*.c
6490 F: drivers/regulator/s2m*.c
6491 F: drivers/regulator/s5m*.c
6492 F: drivers/rtc/rtc-sec.c
6493 F: include/linux/mfd/samsung/
6494
6495 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
6496 M: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
6497 L: linux-media@vger.kernel.org
6498 L: linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6499 S: Maintained
6500 F: drivers/media/platform/s3c-camif/
6501 F: include/media/s3c_camif.h
6502
6503 SERIAL DRIVERS
6504 M: Alan Cox <alan@linux.intel.com>
6505 L: linux-serial@vger.kernel.org
6506 S: Maintained
6507 F: drivers/tty/serial
6508
6509 SYNOPSYS DESIGNWARE DMAC DRIVER
6510 M: Viresh Kumar <viresh.linux@gmail.com>
6511 S: Maintained
6512 F: include/linux/dw_dmac.h
6513 F: drivers/dma/dw_dmac_regs.h
6514 F: drivers/dma/dw_dmac.c
6515
6516 TIMEKEEPING, NTP
6517 M: John Stultz <johnstul@us.ibm.com>
6518 M: Thomas Gleixner <tglx@linutronix.de>
6519 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6520 S: Supported
6521 F: include/linux/clocksource.h
6522 F: include/linux/time.h
6523 F: include/linux/timex.h
6524 F: kernel/time/clocksource.c
6525 F: kernel/time/time*.c
6526 F: kernel/time/ntp.c
6527 F: drivers/clocksource
6528
6529 TLG2300 VIDEO4LINUX-2 DRIVER
6530 M: Huang Shijie <shijie8@gmail.com>
6531 M: Kang Yong <kangyong@telegent.com>
6532 M: Zhang Xiaobing <xbzhang@telegent.com>
6533 S: Supported
6534 F: drivers/media/usb/tlg2300
6535
6536 SC1200 WDT DRIVER
6537 M: Zwane Mwaikambo <zwane@arm.linux.org.uk>
6538 S: Maintained
6539 F: drivers/watchdog/sc1200wdt.c
6540
6541 SCHEDULER
6542 M: Ingo Molnar <mingo@redhat.com>
6543 M: Peter Zijlstra <peterz@infradead.org>
6544 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
6545 S: Maintained
6546 F: kernel/sched/
6547 F: include/linux/sched.h
6548
6549 SCORE ARCHITECTURE
6550 M: Chen Liqin <liqin.chen@sunplusct.com>
6551 M: Lennox Wu <lennox.wu@gmail.com>
6552 W: http://www.sunplusct.com
6553 S: Supported
6554 F: arch/score/
6555
6556 SCSI CDROM DRIVER
6557 M: Jens Axboe <axboe@kernel.dk>
6558 L: linux-scsi@vger.kernel.org
6559 W: http://www.kernel.dk
6560 S: Maintained
6561 F: drivers/scsi/sr*
6562
6563 SCSI RDMA PROTOCOL (SRP) INITIATOR
6564 M: David Dillow <dillowda@ornl.gov>
6565 L: linux-rdma@vger.kernel.org
6566 S: Supported
6567 W: http://www.openfabrics.org
6568 Q: http://patchwork.kernel.org/project/linux-rdma/list/
6569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
6570 F: drivers/infiniband/ulp/srp/
6571 F: include/scsi/srp.h
6572
6573 SCSI SG DRIVER
6574 M: Doug Gilbert <dgilbert@interlog.com>
6575 L: linux-scsi@vger.kernel.org
6576 W: http://www.torque.net/sg
6577 S: Maintained
6578 F: drivers/scsi/sg.c
6579 F: include/scsi/sg.h
6580
6581 SCSI SUBSYSTEM
6582 M: "James E.J. Bottomley" <JBottomley@parallels.com>
6583 L: linux-scsi@vger.kernel.org
6584 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
6585 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
6586 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
6587 S: Maintained
6588 F: drivers/scsi/
6589 F: include/scsi/
6590
6591 SCSI TAPE DRIVER
6592 M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
6593 L: linux-scsi@vger.kernel.org
6594 S: Maintained
6595 F: Documentation/scsi/st.txt
6596 F: drivers/scsi/st*
6597
6598 SCTP PROTOCOL
6599 M: Vlad Yasevich <vyasevich@gmail.com>
6600 M: Sridhar Samudrala <sri@us.ibm.com>
6601 L: linux-sctp@vger.kernel.org
6602 W: http://lksctp.sourceforge.net
6603 S: Maintained
6604 F: Documentation/networking/sctp.txt
6605 F: include/linux/sctp.h
6606 F: include/net/sctp/
6607 F: net/sctp/
6608
6609 SCx200 CPU SUPPORT
6610 M: Jim Cromie <jim.cromie@gmail.com>
6611 S: Odd Fixes
6612 F: Documentation/i2c/busses/scx200_acb
6613 F: arch/x86/platform/scx200/
6614 F: drivers/watchdog/scx200_wdt.c
6615 F: drivers/i2c/busses/scx200*
6616 F: drivers/mtd/maps/scx200_docflash.c
6617 F: include/linux/scx200.h
6618
6619 SCx200 GPIO DRIVER
6620 M: Jim Cromie <jim.cromie@gmail.com>
6621 S: Maintained
6622 F: drivers/char/scx200_gpio.c
6623 F: include/linux/scx200_gpio.h
6624
6625 SCx200 HRT CLOCKSOURCE DRIVER
6626 M: Jim Cromie <jim.cromie@gmail.com>
6627 S: Maintained
6628 F: drivers/clocksource/scx200_hrt.c
6629
6630 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
6631 M: Sascha Sommer <saschasommer@freenet.de>
6632 L: sdricohcs-devel@lists.sourceforge.net (subscribers-only)
6633 S: Maintained
6634 F: drivers/mmc/host/sdricoh_cs.c
6635
6636 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
6637 M: Chris Ball <cjb@laptop.org>
6638 L: linux-mmc@vger.kernel.org
6639 T: git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6640 S: Maintained
6641 F: drivers/mmc/host/sdhci.*
6642 F: drivers/mmc/host/sdhci-pltfm.[ch]
6643
6644 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
6645 M: Anton Vorontsov <avorontsov@ru.mvista.com>
6646 L: linuxppc-dev@lists.ozlabs.org
6647 L: linux-mmc@vger.kernel.org
6648 S: Maintained
6649 F: drivers/mmc/host/sdhci-pltfm.[ch]
6650
6651 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
6652 M: Ben Dooks <ben-linux@fluff.org>
6653 L: linux-mmc@vger.kernel.org
6654 S: Maintained
6655 F: drivers/mmc/host/sdhci-s3c.c
6656
6657 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
6658 M: Viresh Kumar <viresh.linux@gmail.com>
6659 L: spear-devel@list.st.com
6660 L: linux-mmc@vger.kernel.org
6661 S: Maintained
6662 F: drivers/mmc/host/sdhci-spear.c
6663
6664 SECURITY SUBSYSTEM
6665 M: James Morris <james.l.morris@oracle.com>
6666 L: linux-security-module@vger.kernel.org (suggested Cc:)
6667 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
6668 W: http://kernsec.org/
6669 S: Supported
6670 F: security/
6671
6672 SECURITY CONTACT
6673 M: Security Officers <security@kernel.org>
6674 S: Supported
6675
6676 SELINUX SECURITY MODULE
6677 M: Stephen Smalley <sds@tycho.nsa.gov>
6678 M: James Morris <james.l.morris@oracle.com>
6679 M: Eric Paris <eparis@parisplace.org>
6680 L: selinux@tycho.nsa.gov (subscribers-only, general discussion)
6681 W: http://selinuxproject.org
6682 T: git git://git.infradead.org/users/eparis/selinux.git
6683 S: Supported
6684 F: include/linux/selinux*
6685 F: security/selinux/
6686 F: scripts/selinux/
6687
6688 APPARMOR SECURITY MODULE
6689 M: John Johansen <john.johansen@canonical.com>
6690 L: apparmor@lists.ubuntu.com (subscribers-only, general discussion)
6691 W: apparmor.wiki.kernel.org
6692 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
6693 S: Supported
6694 F: security/apparmor/
6695
6696 SENSABLE PHANTOM
6697 M: Jiri Slaby <jirislaby@gmail.com>
6698 S: Maintained
6699 F: drivers/misc/phantom.c
6700 F: include/linux/phantom.h
6701
6702 SERIAL ATA (SATA) SUBSYSTEM
6703 M: Jeff Garzik <jgarzik@pobox.com>
6704 L: linux-ide@vger.kernel.org
6705 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
6706 S: Supported
6707 F: drivers/ata/
6708 F: include/linux/ata.h
6709 F: include/linux/libata.h
6710
6711 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
6712 M: Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
6713 L: linux-scsi@vger.kernel.org
6714 W: http://www.emulex.com
6715 S: Supported
6716 F: drivers/scsi/be2iscsi/
6717
6718 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
6719 M: Sathya Perla <sathya.perla@emulex.com>
6720 M: Subbu Seetharaman <subbu.seetharaman@emulex.com>
6721 M: Ajit Khaparde <ajit.khaparde@emulex.com>
6722 L: netdev@vger.kernel.org
6723 W: http://www.emulex.com
6724 S: Supported
6725 F: drivers/net/ethernet/emulex/benet/
6726
6727 SFC NETWORK DRIVER
6728 M: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
6729 M: Ben Hutchings <bhutchings@solarflare.com>
6730 L: netdev@vger.kernel.org
6731 S: Supported
6732 F: drivers/net/ethernet/sfc/
6733
6734 SGI GRU DRIVER
6735 M: Jack Steiner <steiner@sgi.com>
6736 S: Maintained
6737 F: drivers/misc/sgi-gru/
6738
6739 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
6740 M: Pat Gefre <pfg@sgi.com>
6741 L: linux-ia64@vger.kernel.org
6742 S: Supported
6743 F: Documentation/ia64/serial.txt
6744 F: drivers/tty/serial/ioc?_serial.c
6745 F: include/linux/ioc?.h
6746
6747 SGI VISUAL WORKSTATION 320 AND 540
6748 M: Andrey Panin <pazke@donpac.ru>
6749 L: linux-visws-devel@lists.sf.net
6750 W: http://linux-visws.sf.net
6751 S: Maintained for 2.6.
6752 F: Documentation/sgi-visws.txt
6753
6754 SGI XP/XPC/XPNET DRIVER
6755 M: Robin Holt <holt@sgi.com>
6756 S: Maintained
6757 F: drivers/misc/sgi-xp/
6758
6759 SIMPLE FIRMWARE INTERFACE (SFI)
6760 M: Len Brown <lenb@kernel.org>
6761 L: sfi-devel@simplefirmware.org
6762 W: http://simplefirmware.org/
6763 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
6764 S: Supported
6765 F: arch/x86/platform/sfi/
6766 F: drivers/sfi/
6767 F: include/linux/sfi*.h
6768
6769 SIMTEC EB110ATX (Chalice CATS)
6770 P: Ben Dooks
6771 P: Vincent Sanders <vince@simtec.co.uk>
6772 M: Simtec Linux Team <linux@simtec.co.uk>
6773 W: http://www.simtec.co.uk/products/EB110ATX/
6774 S: Supported
6775
6776 SIMTEC EB2410ITX (BAST)
6777 P: Ben Dooks
6778 P: Vincent Sanders <vince@simtec.co.uk>
6779 M: Simtec Linux Team <linux@simtec.co.uk>
6780 W: http://www.simtec.co.uk/products/EB2410ITX/
6781 S: Supported
6782 F: arch/arm/mach-s3c2410/mach-bast.c
6783 F: arch/arm/mach-s3c2410/bast-ide.c
6784 F: arch/arm/mach-s3c2410/bast-irq.c
6785
6786 TI DAVINCI MACHINE SUPPORT
6787 M: Sekhar Nori <nsekhar@ti.com>
6788 M: Kevin Hilman <khilman@ti.com>
6789 L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6790 T: git git://gitorious.org/linux-davinci/linux-davinci.git
6791 Q: http://patchwork.kernel.org/project/linux-davinci/list/
6792 S: Supported
6793 F: arch/arm/mach-davinci
6794 F: drivers/i2c/busses/i2c-davinci.c
6795
6796 TI DAVINCI SERIES MEDIA DRIVER
6797 M: Manjunath Hadli <manjunath.hadli@ti.com>
6798 M: Prabhakar Lad <prabhakar.lad@ti.com>
6799 L: linux-media@vger.kernel.org
6800 L: davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6801 W: http://linuxtv.org/
6802 Q: http://patchwork.linuxtv.org/project/linux-media/list/
6803 T: git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
6804 S: Supported
6805 F: drivers/media/platform/davinci/
6806 F: include/media/davinci/
6807
6808 SIS 190 ETHERNET DRIVER
6809 M: Francois Romieu <romieu@fr.zoreil.com>
6810 L: netdev@vger.kernel.org
6811 S: Maintained
6812 F: drivers/net/ethernet/sis/sis190.c
6813
6814 SIS 900/7016 FAST ETHERNET DRIVER
6815 M: Daniele Venzano <venza@brownhat.org>
6816 W: http://www.brownhat.org/sis900.html
6817 L: netdev@vger.kernel.org
6818 S: Maintained
6819 F: drivers/net/ethernet/sis/sis900.*
6820
6821 SIS 96X I2C/SMBUS DRIVER
6822 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6823 L: linux-i2c@vger.kernel.org
6824 S: Maintained
6825 F: Documentation/i2c/busses/i2c-sis96x
6826 F: drivers/i2c/busses/i2c-sis96x.c
6827
6828 SIS FRAMEBUFFER DRIVER
6829 M: Thomas Winischhofer <thomas@winischhofer.net>
6830 W: http://www.winischhofer.net/linuxsisvga.shtml
6831 S: Maintained
6832 F: Documentation/fb/sisfb.txt
6833 F: drivers/video/sis/
6834 F: include/video/sisfb.h
6835
6836 SIS USB2VGA DRIVER
6837 M: Thomas Winischhofer <thomas@winischhofer.net>
6838 W: http://www.winischhofer.at/linuxsisusbvga.shtml
6839 S: Maintained
6840 F: drivers/usb/misc/sisusbvga/
6841
6842 SLAB ALLOCATOR
6843 M: Christoph Lameter <cl@linux-foundation.org>
6844 M: Pekka Enberg <penberg@kernel.org>
6845 M: Matt Mackall <mpm@selenic.com>
6846 L: linux-mm@kvack.org
6847 S: Maintained
6848 F: include/linux/sl?b*.h
6849 F: mm/sl?b.c
6850
6851 SLEEPABLE READ-COPY UPDATE (SRCU)
6852 M: Lai Jiangshan <laijs@cn.fujitsu.com>
6853 M: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6854 W: http://www.rdrop.com/users/paulmck/RCU/
6855 S: Supported
6856 T: git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6857 F: include/linux/srcu*
6858 F: kernel/srcu*
6859
6860 SMACK SECURITY MODULE
6861 M: Casey Schaufler <casey@schaufler-ca.com>
6862 L: linux-security-module@vger.kernel.org
6863 W: http://schaufler-ca.com
6864 T: git git://git.gitorious.org/smack-next/kernel.git
6865 S: Maintained
6866 F: Documentation/security/Smack.txt
6867 F: security/smack/
6868
6869 SMC91x ETHERNET DRIVER
6870 M: Nicolas Pitre <nico@fluxnic.net>
6871 S: Odd Fixes
6872 F: drivers/net/ethernet/smsc/smc91x.*
6873
6874 SMIA AND SMIA++ IMAGE SENSOR DRIVER
6875 M: Sakari Ailus <sakari.ailus@iki.fi>
6876 L: linux-media@vger.kernel.org
6877 S: Maintained
6878 F: drivers/media/i2c/smiapp
6879 F: include/media/smiapp.h
6880 F: drivers/media/i2c/smiapp-pll.c
6881 F: drivers/media/i2c/smiapp-pll.h
6882
6883 SMM665 HARDWARE MONITOR DRIVER
6884 M: Guenter Roeck <linux@roeck-us.net>
6885 L: lm-sensors@lm-sensors.org
6886 S: Maintained
6887 F: Documentation/hwmon/smm665
6888 F: drivers/hwmon/smm665.c
6889
6890 SMSC EMC2103 HARDWARE MONITOR DRIVER
6891 M: Steve Glendinning <steve.glendinning@shawell.net>
6892 L: lm-sensors@lm-sensors.org
6893 S: Maintained
6894 F: Documentation/hwmon/emc2103
6895 F: drivers/hwmon/emc2103.c
6896
6897 SMSC SCH5627 HARDWARE MONITOR DRIVER
6898 M: Hans de Goede <hdegoede@redhat.com>
6899 L: lm-sensors@lm-sensors.org
6900 S: Supported
6901 F: Documentation/hwmon/sch5627
6902 F: drivers/hwmon/sch5627.c
6903
6904 SMSC47B397 HARDWARE MONITOR DRIVER
6905 M: "Mark M. Hoffman" <mhoffman@lightlink.com>
6906 L: lm-sensors@lm-sensors.org
6907 S: Maintained
6908 F: Documentation/hwmon/smsc47b397
6909 F: drivers/hwmon/smsc47b397.c
6910
6911 SMSC911x ETHERNET DRIVER
6912 M: Steve Glendinning <steve.glendinning@shawell.net>
6913 L: netdev@vger.kernel.org
6914 S: Maintained
6915 F: include/linux/smsc911x.h
6916 F: drivers/net/ethernet/smsc/smsc911x.*
6917
6918 SMSC9420 PCI ETHERNET DRIVER
6919 M: Steve Glendinning <steve.glendinning@shawell.net>
6920 L: netdev@vger.kernel.org
6921 S: Maintained
6922 F: drivers/net/ethernet/smsc/smsc9420.*
6923
6924 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6925 M: Steve Glendinning <steve.glendinning@shawell.net>
6926 L: linux-fbdev@vger.kernel.org
6927 S: Maintained
6928 F: drivers/video/smscufx.c
6929
6930 SN-IA64 (Itanium) SUB-PLATFORM
6931 M: Jes Sorensen <jes@sgi.com>
6932 L: linux-altix@sgi.com
6933 L: linux-ia64@vger.kernel.org
6934 W: http://www.sgi.com/altix
6935 S: Maintained
6936 F: arch/ia64/sn/
6937
6938 SOC-CAMERA V4L2 SUBSYSTEM
6939 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6940 L: linux-media@vger.kernel.org
6941 T: git git://linuxtv.org/media_tree.git
6942 S: Maintained
6943 F: include/media/soc*
6944 F: drivers/media/i2c/soc_camera/
6945 F: drivers/media/platform/soc_camera/
6946
6947 SOEKRIS NET48XX LED SUPPORT
6948 M: Chris Boot <bootc@bootc.net>
6949 S: Maintained
6950 F: drivers/leds/leds-net48xx.c
6951
6952 SOFTWARE RAID (Multiple Disks) SUPPORT
6953 M: Neil Brown <neilb@suse.de>
6954 L: linux-raid@vger.kernel.org
6955 S: Supported
6956 F: drivers/md/
6957 F: include/linux/raid/
6958
6959 SONIC NETWORK DRIVER
6960 M: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6961 L: netdev@vger.kernel.org
6962 S: Maintained
6963 F: drivers/net/ethernet/natsemi/sonic.*
6964
6965 SONICS SILICON BACKPLANE DRIVER (SSB)
6966 M: Michael Buesch <m@bues.ch>
6967 L: netdev@vger.kernel.org
6968 S: Maintained
6969 F: drivers/ssb/
6970 F: include/linux/ssb/
6971
6972 SONY VAIO CONTROL DEVICE DRIVER
6973 M: Mattia Dongili <malattia@linux.it>
6974 L: platform-driver-x86@vger.kernel.org
6975 W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
6976 S: Maintained
6977 F: Documentation/laptops/sony-laptop.txt
6978 F: drivers/char/sonypi.c
6979 F: drivers/platform/x86/sony-laptop.c
6980 F: include/linux/sony-laptop.h
6981
6982 SONY MEMORYSTICK CARD SUPPORT
6983 M: Alex Dubov <oakad@yahoo.com>
6984 W: http://tifmxx.berlios.de/
6985 S: Maintained
6986 F: drivers/memstick/host/tifm_ms.c
6987
6988 SOUND
6989 M: Jaroslav Kysela <perex@perex.cz>
6990 M: Takashi Iwai <tiwai@suse.de>
6991 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
6992 W: http://www.alsa-project.org/
6993 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6994 T: git git://git.alsa-project.org/alsa-kernel.git
6995 S: Maintained
6996 F: Documentation/sound/
6997 F: include/sound/
6998 F: sound/
6999
7000 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
7001 M: Liam Girdwood <lrg@ti.com>
7002 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
7003 T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
7004 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7005 W: http://alsa-project.org/main/index.php/ASoC
7006 S: Supported
7007 F: sound/soc/
7008 F: include/sound/soc*
7009
7010 SPARC + UltraSPARC (sparc/sparc64)
7011 M: "David S. Miller" <davem@davemloft.net>
7012 L: sparclinux@vger.kernel.org
7013 Q: http://patchwork.ozlabs.org/project/sparclinux/list/
7014 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7015 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7016 S: Maintained
7017 F: arch/sparc/
7018 F: drivers/sbus/
7019
7020 SPARC SERIAL DRIVERS
7021 M: "David S. Miller" <davem@davemloft.net>
7022 L: sparclinux@vger.kernel.org
7023 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
7024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
7025 S: Maintained
7026 F: include/linux/sunserialcore.h
7027 F: drivers/tty/serial/suncore.c
7028 F: drivers/tty/serial/sunhv.c
7029 F: drivers/tty/serial/sunsab.c
7030 F: drivers/tty/serial/sunsab.h
7031 F: drivers/tty/serial/sunsu.c
7032 F: drivers/tty/serial/sunzilog.c
7033 F: drivers/tty/serial/sunzilog.h
7034
7035 SPARSE CHECKER
7036 M: "Christopher Li" <sparse@chrisli.org>
7037 L: linux-sparse@vger.kernel.org
7038 W: https://sparse.wiki.kernel.org/
7039 T: git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
7040 T: git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
7041 S: Maintained
7042 F: include/linux/compiler.h
7043
7044 SPEAR PLATFORM SUPPORT
7045 M: Viresh Kumar <viresh.linux@gmail.com>
7046 M: Shiraz Hashim <shiraz.hashim@st.com>
7047 L: spear-devel@list.st.com
7048 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7049 W: http://www.st.com/spear
7050 S: Maintained
7051 F: arch/arm/plat-spear/
7052
7053 SPEAR13XX MACHINE SUPPORT
7054 M: Viresh Kumar <viresh.linux@gmail.com>
7055 M: Shiraz Hashim <shiraz.hashim@st.com>
7056 L: spear-devel@list.st.com
7057 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7058 W: http://www.st.com/spear
7059 S: Maintained
7060 F: arch/arm/mach-spear13xx/
7061
7062 SPEAR3XX MACHINE SUPPORT
7063 M: Viresh Kumar <viresh.linux@gmail.com>
7064 M: Shiraz Hashim <shiraz.hashim@st.com>
7065 L: spear-devel@list.st.com
7066 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7067 W: http://www.st.com/spear
7068 S: Maintained
7069 F: arch/arm/mach-spear3xx/
7070
7071 SPEAR6XX MACHINE SUPPORT
7072 M: Rajeev Kumar <rajeev-dlh.kumar@st.com>
7073 M: Shiraz Hashim <shiraz.hashim@st.com>
7074 M: Viresh Kumar <viresh.linux@gmail.com>
7075 L: spear-devel@list.st.com
7076 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7077 W: http://www.st.com/spear
7078 S: Maintained
7079 F: arch/arm/mach-spear6xx/
7080
7081 SPEAR CLOCK FRAMEWORK SUPPORT
7082 M: Viresh Kumar <viresh.linux@gmail.com>
7083 L: spear-devel@list.st.com
7084 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7085 W: http://www.st.com/spear
7086 S: Maintained
7087 F: drivers/clk/spear/
7088
7089 SPI SUBSYSTEM
7090 M: Grant Likely <grant.likely@secretlab.ca>
7091 L: spi-devel-general@lists.sourceforge.net
7092 Q: http://patchwork.kernel.org/project/spi-devel-general/list/
7093 T: git git://git.secretlab.ca/git/linux-2.6.git
7094 S: Maintained
7095 F: Documentation/spi/
7096 F: drivers/spi/
7097 F: include/linux/spi/
7098
7099 SPIDERNET NETWORK DRIVER for CELL
7100 M: Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
7101 M: Jens Osterkamp <jens@de.ibm.com>
7102 L: netdev@vger.kernel.org
7103 S: Supported
7104 F: Documentation/networking/spider_net.txt
7105 F: drivers/net/ethernet/toshiba/spider_net*
7106
7107 SPU FILE SYSTEM
7108 M: Jeremy Kerr <jk@ozlabs.org>
7109 L: linuxppc-dev@lists.ozlabs.org
7110 L: cbe-oss-dev@lists.ozlabs.org
7111 W: http://www.ibm.com/developerworks/power/cell/
7112 S: Supported
7113 F: Documentation/filesystems/spufs.txt
7114 F: arch/powerpc/platforms/cell/spufs/
7115
7116 SQUASHFS FILE SYSTEM
7117 M: Phillip Lougher <phillip@squashfs.org.uk>
7118 L: squashfs-devel@lists.sourceforge.net (subscribers-only)
7119 W: http://squashfs.org.uk
7120 S: Maintained
7121 F: Documentation/filesystems/squashfs.txt
7122 F: fs/squashfs/
7123
7124 SRM (Alpha) environment access
7125 M: Jan-Benedict Glaw <jbglaw@lug-owl.de>
7126 S: Maintained
7127 F: arch/alpha/kernel/srm_env.c
7128
7129 STABLE BRANCH
7130 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7131 L: stable@vger.kernel.org
7132 S: Supported
7133
7134 STAGING SUBSYSTEM
7135 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7136 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
7137 L: devel@driverdev.osuosl.org
7138 S: Supported
7139 F: drivers/staging/
7140
7141 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
7142 M: Henk de Groot <pe1dnn@amsat.org>
7143 S: Odd Fixes
7144 F: drivers/staging/wlags49_h2/
7145 F: drivers/staging/wlags49_h25/
7146
7147 STAGING - ASUS OLED
7148 M: Jakub Schmidtke <sjakub@gmail.com>
7149 S: Odd Fixes
7150 F: drivers/staging/asus_oled/
7151
7152 STAGING - COMEDI
7153 M: Ian Abbott <abbotti@mev.co.uk>
7154 M: Mori Hess <fmhess@users.sourceforge.net>
7155 S: Odd Fixes
7156 F: drivers/staging/comedi/
7157
7158 STAGING - CRYSTAL HD VIDEO DECODER
7159 M: Naren Sankar <nsankar@broadcom.com>
7160 M: Jarod Wilson <jarod@wilsonet.com>
7161 M: Scott Davilla <davilla@4pi.com>
7162 M: Manu Abraham <abraham.manu@gmail.com>
7163 S: Odd Fixes
7164 F: drivers/staging/crystalhd/
7165
7166 STAGING - ECHO CANCELLER
7167 M: Steve Underwood <steveu@coppice.org>
7168 M: David Rowe <david@rowetel.com>
7169 S: Odd Fixes
7170 F: drivers/staging/echo/
7171
7172 STAGING - ET131X NETWORK DRIVER
7173 M: Mark Einon <mark.einon@gmail.com>
7174 S: Odd Fixes
7175 F: drivers/staging/et131x/
7176
7177 STAGING - FLARION FT1000 DRIVERS
7178 M: Marek Belisko <marek.belisko@gmail.com>
7179 S: Odd Fixes
7180 F: drivers/staging/ft1000/
7181
7182 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
7183 M: David Täht <d@teklibre.com>
7184 S: Odd Fixes
7185 F: drivers/staging/frontier/
7186
7187 STAGING - INDUSTRIAL IO
7188 M: Jonathan Cameron <jic23@cam.ac.uk>
7189 L: linux-iio@vger.kernel.org
7190 S: Odd Fixes
7191 F: drivers/staging/iio/
7192
7193 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
7194 M: Jarod Wilson <jarod@wilsonet.com>
7195 W: http://www.lirc.org/
7196 S: Odd Fixes
7197 F: drivers/staging/media/lirc/
7198
7199 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
7200 M: Julian Andres Klode <jak@jak-linux.org>
7201 M: Marc Dietrich <marvin24@gmx.de>
7202 L: ac100@lists.launchpad.net (moderated for non-subscribers)
7203 S: Maintained
7204 F: drivers/staging/nvec/
7205
7206 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
7207 M: Andres Salomon <dilinger@queued.net>
7208 M: Chris Ball <cjb@laptop.org>
7209 M: Jon Nettleton <jon.nettleton@gmail.com>
7210 W: http://wiki.laptop.org/go/DCON
7211 S: Odd Fixes
7212 F: drivers/staging/olpc_dcon/
7213
7214 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
7215 M: Rupesh Gujare <rgujare@ozmodevices.com>
7216 M: Chris Kelly <ckelly@ozmodevices.com>
7217 S: Maintained
7218 F: drivers/staging/ozwpan/
7219
7220 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
7221 M: Willy Tarreau <willy@meta-x.org>
7222 S: Odd Fixes
7223 F: drivers/staging/panel/
7224
7225 STAGING - REALTEK RTL8712U DRIVERS
7226 M: Larry Finger <Larry.Finger@lwfinger.net>
7227 M: Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
7228 S: Odd Fixes
7229 F: drivers/staging/rtl8712/
7230
7231 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
7232 M: Teddy Wang <teddy.wang@siliconmotion.com.cn>
7233 S: Odd Fixes
7234 F: drivers/staging/sm7xx/
7235
7236 STAGING - SOFTLOGIC 6x10 MPEG CODEC
7237 M: Ben Collins <bcollins@bluecherry.net>
7238 S: Odd Fixes
7239 F: drivers/staging/media/solo6x10/
7240
7241 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
7242 M: William Hubbs <w.d.hubbs@gmail.com>
7243 M: Chris Brannon <chris@the-brannons.com>
7244 M: Kirk Reiser <kirk@braille.uwo.ca>
7245 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
7246 L: speakup@braille.uwo.ca
7247 W: http://www.linux-speakup.org/
7248 S: Odd Fixes
7249 F: drivers/staging/speakup/
7250
7251 STAGING - TI DSP BRIDGE DRIVERS
7252 M: Omar Ramirez Luna <omar.ramirez@ti.com>
7253 S: Odd Fixes
7254 F: drivers/staging/tidspbridge/
7255
7256 STAGING - USB ENE SM/MS CARD READER DRIVER
7257 M: Al Cho <acho@novell.com>
7258 S: Odd Fixes
7259 F: drivers/staging/keucr/
7260
7261 STAGING - VIA VT665X DRIVERS
7262 M: Forest Bond <forest@alittletooquiet.net>
7263 S: Odd Fixes
7264 F: drivers/staging/vt665?/
7265
7266 STAGING - WINBOND IS89C35 WLAN USB DRIVER
7267 M: Pavel Machek <pavel@ucw.cz>
7268 S: Odd Fixes
7269 F: drivers/staging/winbond/
7270
7271 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
7272 M: Arnaud Patard <arnaud.patard@rtp-net.org>
7273 S: Odd Fixes
7274 F: drivers/staging/xgifb/
7275
7276 STARFIRE/DURALAN NETWORK DRIVER
7277 M: Ion Badulescu <ionut@badula.org>
7278 S: Odd Fixes
7279 F: drivers/net/ethernet/adaptec/starfire*
7280
7281 SUN3/3X
7282 M: Sam Creasey <sammy@sammy.net>
7283 W: http://sammy.net/sun3/
7284 S: Maintained
7285 F: arch/m68k/kernel/*sun3*
7286 F: arch/m68k/sun3*/
7287 F: arch/m68k/include/asm/sun3*
7288 F: drivers/net/ethernet/i825xx/sun3*
7289
7290 SUPERH
7291 M: Paul Mundt <lethal@linux-sh.org>
7292 L: linux-sh@vger.kernel.org
7293 W: http://www.linux-sh.org
7294 Q: http://patchwork.kernel.org/project/linux-sh/list/
7295 T: git git://github.com/pmundt/linux-sh.git sh-latest
7296 S: Supported
7297 F: Documentation/sh/
7298 F: arch/sh/
7299 F: drivers/sh/
7300
7301 SUSPEND TO RAM
7302 M: Len Brown <len.brown@intel.com>
7303 M: Pavel Machek <pavel@ucw.cz>
7304 M: "Rafael J. Wysocki" <rjw@sisk.pl>
7305 L: linux-pm@vger.kernel.org
7306 S: Supported
7307 F: Documentation/power/
7308 F: arch/x86/kernel/acpi/
7309 F: drivers/base/power/
7310 F: kernel/power/
7311 F: include/linux/suspend.h
7312 F: include/linux/freezer.h
7313 F: include/linux/pm.h
7314
7315 SVGA HANDLING
7316 M: Martin Mares <mj@ucw.cz>
7317 L: linux-video@atrey.karlin.mff.cuni.cz
7318 S: Maintained
7319 F: Documentation/svga.txt
7320 F: arch/x86/boot/video*
7321
7322 SWIOTLB SUBSYSTEM
7323 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7324 L: linux-kernel@vger.kernel.org
7325 S: Supported
7326 F: lib/swiotlb.c
7327 F: arch/*/kernel/pci-swiotlb.c
7328 F: include/linux/swiotlb.h
7329
7330 SYSV FILESYSTEM
7331 M: Christoph Hellwig <hch@infradead.org>
7332 S: Maintained
7333 F: Documentation/filesystems/sysv-fs.txt
7334 F: fs/sysv/
7335 F: include/linux/sysv_fs.h
7336
7337 TARGET SUBSYSTEM
7338 M: Nicholas A. Bellinger <nab@linux-iscsi.org>
7339 L: linux-scsi@vger.kernel.org
7340 L: target-devel@vger.kernel.org
7341 L: http://groups.google.com/group/linux-iscsi-target-dev
7342 W: http://www.linux-iscsi.org
7343 T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
7344 S: Supported
7345 F: drivers/target/
7346 F: include/target/
7347 F: Documentation/target/
7348
7349 TASKSTATS STATISTICS INTERFACE
7350 M: Balbir Singh <bsingharora@gmail.com>
7351 S: Maintained
7352 F: Documentation/accounting/taskstats*
7353 F: include/linux/taskstats*
7354 F: kernel/taskstats.c
7355
7356 TC CLASSIFIER
7357 M: Jamal Hadi Salim <jhs@mojatatu.com>
7358 L: netdev@vger.kernel.org
7359 S: Maintained
7360 F: include/linux/pkt_cls.h
7361 F: include/net/pkt_cls.h
7362 F: net/sched/
7363
7364 TCP LOW PRIORITY MODULE
7365 M: "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
7366 M: "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
7367 W: http://tcp-lp-mod.sourceforge.net/
7368 S: Maintained
7369 F: net/ipv4/tcp_lp.c
7370
7371 TDA10071 MEDIA DRIVER
7372 M: Antti Palosaari <crope@iki.fi>
7373 L: linux-media@vger.kernel.org
7374 W: http://linuxtv.org/
7375 W: http://palosaari.fi/linux/
7376 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7377 T: git git://linuxtv.org/anttip/media_tree.git
7378 S: Maintained
7379 F: drivers/media/dvb-frontends/tda10071*
7380
7381 TDA18212 MEDIA DRIVER
7382 M: Antti Palosaari <crope@iki.fi>
7383 L: linux-media@vger.kernel.org
7384 W: http://linuxtv.org/
7385 W: http://palosaari.fi/linux/
7386 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7387 T: git git://linuxtv.org/anttip/media_tree.git
7388 S: Maintained
7389 F: drivers/media/tuners/tda18212*
7390
7391 TDA18218 MEDIA DRIVER
7392 M: Antti Palosaari <crope@iki.fi>
7393 L: linux-media@vger.kernel.org
7394 W: http://linuxtv.org/
7395 W: http://palosaari.fi/linux/
7396 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7397 T: git git://linuxtv.org/anttip/media_tree.git
7398 S: Maintained
7399 F: drivers/media/tuners/tda18218*
7400
7401 TDA18271 MEDIA DRIVER
7402 M: Michael Krufky <mkrufky@linuxtv.org>
7403 L: linux-media@vger.kernel.org
7404 W: http://linuxtv.org/
7405 W: http://github.com/mkrufky
7406 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7407 T: git git://linuxtv.org/mkrufky/tuners.git
7408 S: Maintained
7409 F: drivers/media/tuners/tda18271*
7410
7411 TDA827x MEDIA DRIVER
7412 M: Michael Krufky <mkrufky@linuxtv.org>
7413 L: linux-media@vger.kernel.org
7414 W: http://linuxtv.org/
7415 W: http://github.com/mkrufky
7416 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7417 T: git git://linuxtv.org/mkrufky/tuners.git
7418 S: Maintained
7419 F: drivers/media/tuners/tda8290.*
7420
7421 TDA8290 MEDIA DRIVER
7422 M: Michael Krufky <mkrufky@linuxtv.org>
7423 L: linux-media@vger.kernel.org
7424 W: http://linuxtv.org/
7425 W: http://github.com/mkrufky
7426 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7427 T: git git://linuxtv.org/mkrufky/tuners.git
7428 S: Maintained
7429 F: drivers/media/tuners/tda8290.*
7430
7431 TEA5761 TUNER DRIVER
7432 M: Mauro Carvalho Chehab <mchehab@redhat.com>
7433 L: linux-media@vger.kernel.org
7434 W: http://linuxtv.org
7435 T: git git://linuxtv.org/media_tree.git
7436 S: Odd fixes
7437 F: drivers/media/tuners/tea5761.*
7438
7439 TEA5767 TUNER DRIVER
7440 M: Mauro Carvalho Chehab <mchehab@redhat.com>
7441 L: linux-media@vger.kernel.org
7442 W: http://linuxtv.org
7443 T: git git://linuxtv.org/media_tree.git
7444 S: Maintained
7445 F: drivers/media/tuners/tea5767.*
7446
7447 TEAM DRIVER
7448 M: Jiri Pirko <jpirko@redhat.com>
7449 L: netdev@vger.kernel.org
7450 S: Supported
7451 F: drivers/net/team/
7452 F: include/linux/if_team.h
7453
7454 TECHNOTREND USB IR RECEIVER
7455 M: Sean Young <sean@mess.org>
7456 L: linux-media@vger.kernel.org
7457 S: Maintained
7458 F: drivers/media/rc/ttusbir.c
7459
7460 TEGRA SUPPORT
7461 M: Stephen Warren <swarren@wwwdotorg.org>
7462 L: linux-tegra@vger.kernel.org
7463 Q: http://patchwork.ozlabs.org/project/linux-tegra/list/
7464 T: git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
7465 S: Supported
7466 F: arch/arm/mach-tegra
7467 F: arch/arm/boot/dts/tegra*
7468 F: arch/arm/configs/tegra_defconfig
7469
7470 TEHUTI ETHERNET DRIVER
7471 M: Andy Gospodarek <andy@greyhouse.net>
7472 L: netdev@vger.kernel.org
7473 S: Supported
7474 F: drivers/net/ethernet/tehuti/*
7475
7476 Telecom Clock Driver for MCPL0010
7477 M: Mark Gross <mark.gross@intel.com>
7478 S: Supported
7479 F: drivers/char/tlclk.c
7480
7481 TENSILICA XTENSA PORT (xtensa)
7482 M: Chris Zankel <chris@zankel.net>
7483 M: Max Filippov <jcmvbkbc@gmail.com>
7484 L: linux-xtensa@linux-xtensa.org
7485 S: Maintained
7486 F: arch/xtensa/
7487
7488 THERMAL
7489 M: Zhang Rui <rui.zhang@intel.com>
7490 L: linux-pm@vger.kernel.org
7491 T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
7492 S: Supported
7493 F: drivers/thermal/
7494 F: include/linux/thermal.h
7495
7496 THINKPAD ACPI EXTRAS DRIVER
7497 M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
7498 L: ibm-acpi-devel@lists.sourceforge.net
7499 L: platform-driver-x86@vger.kernel.org
7500 W: http://ibm-acpi.sourceforge.net
7501 W: http://thinkwiki.org/wiki/Ibm-acpi
7502 T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
7503 S: Maintained
7504 F: drivers/platform/x86/thinkpad_acpi.c
7505
7506 TI FLASH MEDIA INTERFACE DRIVER
7507 M: Alex Dubov <oakad@yahoo.com>
7508 S: Maintained
7509 F: drivers/misc/tifm*
7510 F: drivers/mmc/host/tifm_sd.c
7511 F: include/linux/tifm.h
7512
7513 TI LM49xxx FAMILY ASoC CODEC DRIVERS
7514 M: M R Swami Reddy <mr.swami.reddy@ti.com>
7515 M: Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
7516 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7517 S: Maintained
7518 F: sound/soc/codecs/lm49453*
7519 F: sound/soc/codecs/isabelle*
7520
7521 TI TWL4030 SERIES SOC CODEC DRIVER
7522 M: Peter Ujfalusi <peter.ujfalusi@ti.com>
7523 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7524 S: Maintained
7525 F: sound/soc/codecs/twl4030*
7526
7527 TI WILINK WIRELESS DRIVERS
7528 M: Luciano Coelho <coelho@ti.com>
7529 L: linux-wireless@vger.kernel.org
7530 W: http://wireless.kernel.org/en/users/Drivers/wl12xx
7531 W: http://wireless.kernel.org/en/users/Drivers/wl1251
7532 T: git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7533 S: Maintained
7534 F: drivers/net/wireless/ti/
7535 F: include/linux/wl12xx.h
7536
7537 TIPC NETWORK LAYER
7538 M: Jon Maloy <jon.maloy@ericsson.com>
7539 M: Allan Stephens <allan.stephens@windriver.com>
7540 L: netdev@vger.kernel.org (core kernel code)
7541 L: tipc-discussion@lists.sourceforge.net (user apps, general discussion)
7542 W: http://tipc.sourceforge.net/
7543 S: Maintained
7544 F: include/linux/tipc*.h
7545 F: net/tipc/
7546
7547 TILE ARCHITECTURE
7548 M: Chris Metcalf <cmetcalf@tilera.com>
7549 W: http://www.tilera.com/scm/
7550 S: Supported
7551 F: arch/tile/
7552 F: drivers/tty/hvc/hvc_tile.c
7553 F: drivers/net/ethernet/tile/
7554 F: drivers/edac/tile_edac.c
7555
7556 TLAN NETWORK DRIVER
7557 M: Samuel Chessman <chessman@tux.org>
7558 L: tlan-devel@lists.sourceforge.net (subscribers-only)
7559 W: http://sourceforge.net/projects/tlan/
7560 S: Maintained
7561 F: Documentation/networking/tlan.txt
7562 F: drivers/net/ethernet/ti/tlan.*
7563
7564 TOMOYO SECURITY MODULE
7565 M: Kentaro Takeda <takedakn@nttdata.co.jp>
7566 M: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
7567 L: tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
7568 L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
7569 L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
7570 L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
7571 W: http://tomoyo.sourceforge.jp/
7572 T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
7573 S: Maintained
7574 F: security/tomoyo/
7575
7576 TOPSTAR LAPTOP EXTRAS DRIVER
7577 M: Herton Ronaldo Krzesinski <herton@canonical.com>
7578 L: platform-driver-x86@vger.kernel.org
7579 S: Maintained
7580 F: drivers/platform/x86/topstar-laptop.c
7581
7582 TOSHIBA ACPI EXTRAS DRIVER
7583 L: platform-driver-x86@vger.kernel.org
7584 S: Orphan
7585 F: drivers/platform/x86/toshiba_acpi.c
7586
7587 TOSHIBA SMM DRIVER
7588 M: Jonathan Buzzard <jonathan@buzzard.org.uk>
7589 L: tlinux-users@tce.toshiba-dme.co.jp
7590 W: http://www.buzzard.org.uk/toshiba/
7591 S: Maintained
7592 F: drivers/char/toshiba.c
7593 F: include/linux/toshiba.h
7594
7595 TMIO MMC DRIVER
7596 M: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7597 M: Ian Molton <ian@mnementh.co.uk>
7598 L: linux-mmc@vger.kernel.org
7599 S: Maintained
7600 F: drivers/mmc/host/tmio_mmc*
7601 F: drivers/mmc/host/sh_mobile_sdhi.c
7602 F: include/linux/mmc/tmio.h
7603 F: include/linux/mmc/sh_mobile_sdhi.h
7604
7605 TMPFS (SHMEM FILESYSTEM)
7606 M: Hugh Dickins <hughd@google.com>
7607 L: linux-mm@kvack.org
7608 S: Maintained
7609 F: include/linux/shmem_fs.h
7610 F: mm/shmem.c
7611
7612 TM6000 VIDEO4LINUX DRIVER
7613 M: Mauro Carvalho Chehab <mchehab@redhat.com>
7614 L: linux-media@vger.kernel.org
7615 W: http://linuxtv.org
7616 T: git git://linuxtv.org/media_tree.git
7617 S: Odd fixes
7618 F: drivers/media/usb/tm6000/
7619
7620 TPM DEVICE DRIVER
7621 M: Kent Yoder <key@linux.vnet.ibm.com>
7622 M: Rajiv Andrade <mail@srajiv.net>
7623 W: http://tpmdd.sourceforge.net
7624 M: Marcel Selhorst <tpmdd@selhorst.net>
7625 M: Sirrix AG <tpmdd@sirrix.com>
7626 W: http://www.sirrix.com
7627 L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
7628 S: Maintained
7629 F: drivers/char/tpm/
7630
7631 TRACING
7632 M: Steven Rostedt <rostedt@goodmis.org>
7633 M: Frederic Weisbecker <fweisbec@gmail.com>
7634 M: Ingo Molnar <mingo@redhat.com>
7635 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7636 S: Maintained
7637 F: Documentation/trace/ftrace.txt
7638 F: arch/*/*/*/ftrace.h
7639 F: arch/*/kernel/ftrace.c
7640 F: include/*/ftrace.h
7641 F: include/linux/trace*.h
7642 F: include/trace/
7643 F: kernel/trace/
7644
7645 TRIVIAL PATCHES
7646 M: Jiri Kosina <trivial@kernel.org>
7647 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
7648 S: Maintained
7649 K: ^Subject:.*(?i)trivial
7650
7651 TTY LAYER
7652 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7653 S: Supported
7654 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
7655 F: drivers/tty/
7656 F: drivers/tty/serial/serial_core.c
7657 F: include/linux/serial_core.h
7658 F: include/linux/serial.h
7659 F: include/linux/tty.h
7660
7661 TUA9001 MEDIA DRIVER
7662 M: Antti Palosaari <crope@iki.fi>
7663 L: linux-media@vger.kernel.org
7664 W: http://linuxtv.org/
7665 W: http://palosaari.fi/linux/
7666 Q: http://patchwork.linuxtv.org/project/linux-media/list/
7667 T: git git://linuxtv.org/anttip/media_tree.git
7668 S: Maintained
7669 F: drivers/media/tuners/tua9001*
7670
7671 TULIP NETWORK DRIVERS
7672 M: Grant Grundler <grundler@parisc-linux.org>
7673 L: netdev@vger.kernel.org
7674 S: Maintained
7675 F: drivers/net/ethernet/dec/tulip/
7676
7677 TUN/TAP driver
7678 M: Maxim Krasnyansky <maxk@qualcomm.com>
7679 L: vtun@office.satix.net
7680 W: http://vtun.sourceforge.net/tun
7681 S: Maintained
7682 F: Documentation/networking/tuntap.txt
7683 F: arch/um/os-Linux/drivers/
7684
7685 TURBOCHANNEL SUBSYSTEM
7686 M: "Maciej W. Rozycki" <macro@linux-mips.org>
7687 S: Maintained
7688 F: drivers/tc/
7689 F: include/linux/tc.h
7690
7691 U14-34F SCSI DRIVER
7692 M: Dario Ballabio <ballabio_dario@emc.com>
7693 L: linux-scsi@vger.kernel.org
7694 S: Maintained
7695 F: drivers/scsi/u14-34f.c
7696
7697 UBI FILE SYSTEM (UBIFS)
7698 M: Artem Bityutskiy <dedekind1@gmail.com>
7699 M: Adrian Hunter <adrian.hunter@intel.com>
7700 L: linux-mtd@lists.infradead.org
7701 T: git git://git.infradead.org/ubifs-2.6.git
7702 W: http://www.linux-mtd.infradead.org/doc/ubifs.html
7703 S: Maintained
7704 F: Documentation/filesystems/ubifs.txt
7705 F: fs/ubifs/
7706
7707 UCLINUX (AND M68KNOMMU)
7708 M: Greg Ungerer <gerg@uclinux.org>
7709 W: http://www.uclinux.org/
7710 L: uclinux-dev@uclinux.org (subscribers-only)
7711 S: Maintained
7712 F: arch/m68k/*/*_no.*
7713 F: arch/m68k/include/asm/*_no.*
7714
7715 UCLINUX FOR RENESAS H8/300 (H8300)
7716 M: Yoshinori Sato <ysato@users.sourceforge.jp>
7717 W: http://uclinux-h8.sourceforge.jp/
7718 S: Supported
7719 F: arch/h8300/
7720 F: drivers/ide/ide-h8300.c
7721 F: drivers/net/ethernet/8390/ne-h8300.c
7722
7723 UDF FILESYSTEM
7724 M: Jan Kara <jack@suse.cz>
7725 S: Maintained
7726 F: Documentation/filesystems/udf.txt
7727 F: fs/udf/
7728
7729 UFS FILESYSTEM
7730 M: Evgeniy Dushistov <dushistov@mail.ru>
7731 S: Maintained
7732 F: Documentation/filesystems/ufs.txt
7733 F: fs/ufs/
7734
7735 UHID USERSPACE HID IO DRIVER:
7736 M: David Herrmann <dh.herrmann@googlemail.com>
7737 L: linux-input@vger.kernel.org
7738 S: Maintained
7739 F: drivers/hid/uhid.c
7740 F: include/linux/uhid.h
7741
7742 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
7743 L: linux-usb@vger.kernel.org
7744 S: Orphan
7745 F: drivers/uwb/
7746 F: include/linux/uwb.h
7747 F: include/linux/uwb/
7748
7749 UNICORE32 ARCHITECTURE:
7750 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
7751 W: http://mprc.pku.edu.cn/~guanxuetao/linux
7752 S: Maintained
7753 T: git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
7754 F: arch/unicore32/
7755
7756 UNIFDEF
7757 M: Tony Finch <dot@dotat.at>
7758 W: http://dotat.at/prog/unifdef
7759 S: Maintained
7760 F: scripts/unifdef.c
7761
7762 UNIFORM CDROM DRIVER
7763 M: Jens Axboe <axboe@kernel.dk>
7764 W: http://www.kernel.dk
7765 S: Maintained
7766 F: Documentation/cdrom/
7767 F: drivers/cdrom/cdrom.c
7768 F: include/linux/cdrom.h
7769
7770 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
7771 M: Vinayak Holikatti <vinholikatti@gmail.com>
7772 M: Santosh Y <santoshsy@gmail.com>
7773 L: linux-scsi@vger.kernel.org
7774 S: Supported
7775 F: Documentation/scsi/ufs.txt
7776 F: drivers/scsi/ufs/
7777
7778 UNSORTED BLOCK IMAGES (UBI)
7779 M: Artem Bityutskiy <dedekind1@gmail.com>
7780 W: http://www.linux-mtd.infradead.org/
7781 L: linux-mtd@lists.infradead.org
7782 T: git git://git.infradead.org/ubi-2.6.git
7783 S: Maintained
7784 F: drivers/mtd/ubi/
7785 F: include/linux/mtd/ubi.h
7786 F: include/mtd/ubi-user.h
7787
7788 UNSORTED BLOCK IMAGES (UBI) Fastmap
7789 M: Richard Weinberger <richard@nod.at>
7790 L: linux-mtd@lists.infradead.org
7791 S: Maintained
7792 F: drivers/mtd/ubi/fastmap.c
7793
7794 USB ACM DRIVER
7795 M: Oliver Neukum <oliver@neukum.org>
7796 L: linux-usb@vger.kernel.org
7797 S: Maintained
7798 F: Documentation/usb/acm.txt
7799 F: drivers/usb/class/cdc-acm.*
7800
7801 USB ATTACHED SCSI
7802 M: Matthew Wilcox <willy@linux.intel.com>
7803 M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
7804 L: linux-usb@vger.kernel.org
7805 L: linux-scsi@vger.kernel.org
7806 S: Supported
7807 F: drivers/usb/storage/uas.c
7808
7809 USB BLOCK DRIVER (UB ub)
7810 M: Pete Zaitcev <zaitcev@redhat.com>
7811 L: linux-usb@vger.kernel.org
7812 S: Supported
7813 F: drivers/block/ub.c
7814
7815 USB CDC ETHERNET DRIVER
7816 M: Oliver Neukum <oliver@neukum.org>
7817 L: linux-usb@vger.kernel.org
7818 S: Maintained
7819 F: drivers/net/usb/cdc_*.c
7820 F: include/linux/usb/cdc.h
7821
7822 USB CYPRESS C67X00 DRIVER
7823 M: Peter Korsgaard <jacmet@sunsite.dk>
7824 L: linux-usb@vger.kernel.org
7825 S: Maintained
7826 F: drivers/usb/c67x00/
7827
7828 USB DAVICOM DM9601 DRIVER
7829 M: Peter Korsgaard <jacmet@sunsite.dk>
7830 L: netdev@vger.kernel.org
7831 W: http://www.linux-usb.org/usbnet
7832 S: Maintained
7833 F: drivers/net/usb/dm9601.c
7834
7835 USB DIAMOND RIO500 DRIVER
7836 M: Cesar Miquel <miquel@df.uba.ar>
7837 L: rio500-users@lists.sourceforge.net
7838 W: http://rio500.sourceforge.net
7839 S: Maintained
7840 F: drivers/usb/misc/rio500*
7841
7842 USB EHCI DRIVER
7843 M: Alan Stern <stern@rowland.harvard.edu>
7844 L: linux-usb@vger.kernel.org
7845 S: Maintained
7846 F: Documentation/usb/ehci.txt
7847 F: drivers/usb/host/ehci*
7848
7849 USB GADGET/PERIPHERAL SUBSYSTEM
7850 M: Felipe Balbi <balbi@ti.com>
7851 L: linux-usb@vger.kernel.org
7852 W: http://www.linux-usb.org/gadget
7853 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7854 S: Maintained
7855 F: drivers/usb/gadget/
7856 F: include/linux/usb/gadget*
7857
7858 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
7859 M: Jiri Kosina <jkosina@suse.cz>
7860 L: linux-usb@vger.kernel.org
7861 T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
7862 S: Maintained
7863 F: Documentation/hid/hiddev.txt
7864 F: drivers/hid/usbhid/
7865
7866 USB/IP DRIVERS
7867 M: Matt Mooney <mfm@muteddisk.com>
7868 L: linux-usb@vger.kernel.org
7869 S: Maintained
7870 F: drivers/staging/usbip/
7871
7872 USB ISP116X DRIVER
7873 M: Olav Kongas <ok@artecdesign.ee>
7874 L: linux-usb@vger.kernel.org
7875 S: Maintained
7876 F: drivers/usb/host/isp116x*
7877 F: include/linux/usb/isp116x.h
7878
7879 USB KAWASAKI LSI DRIVER
7880 M: Oliver Neukum <oliver@neukum.org>
7881 L: linux-usb@vger.kernel.org
7882 S: Maintained
7883 F: drivers/usb/serial/kl5kusb105.*
7884
7885 USB MASS STORAGE DRIVER
7886 M: Matthew Dharm <mdharm-usb@one-eyed-alien.net>
7887 L: linux-usb@vger.kernel.org
7888 L: usb-storage@lists.one-eyed-alien.net
7889 S: Maintained
7890 W: http://www.one-eyed-alien.net/~mdharm/linux-usb/
7891 F: drivers/usb/storage/
7892
7893 USB MIDI DRIVER
7894 M: Clemens Ladisch <clemens@ladisch.de>
7895 L: alsa-devel@alsa-project.org (moderated for non-subscribers)
7896 T: git git://git.alsa-project.org/alsa-kernel.git
7897 S: Maintained
7898 F: sound/usb/midi.*
7899
7900 USB OHCI DRIVER
7901 M: Alan Stern <stern@rowland.harvard.edu>
7902 L: linux-usb@vger.kernel.org
7903 S: Maintained
7904 F: Documentation/usb/ohci.txt
7905 F: drivers/usb/host/ohci*
7906
7907 USB OPTION-CARD DRIVER
7908 M: Matthias Urlichs <smurf@smurf.noris.de>
7909 L: linux-usb@vger.kernel.org
7910 S: Maintained
7911 F: drivers/usb/serial/option.c
7912
7913 USB PEGASUS DRIVER
7914 M: Petko Manolov <petkan@users.sourceforge.net>
7915 L: linux-usb@vger.kernel.org
7916 L: netdev@vger.kernel.org
7917 W: http://pegasus2.sourceforge.net/
7918 S: Maintained
7919 F: drivers/net/usb/pegasus.*
7920
7921 USB PHY LAYER
7922 M: Felipe Balbi <balbi@ti.com>
7923 L: linux-usb@vger.kernel.org
7924 T: git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7925 S: Maintained
7926 F: drivers/usb/phy/
7927 F: drivers/usb/otg/
7928
7929 USB PRINTER DRIVER (usblp)
7930 M: Pete Zaitcev <zaitcev@redhat.com>
7931 L: linux-usb@vger.kernel.org
7932 S: Supported
7933 F: drivers/usb/class/usblp.c
7934
7935 USB RTL8150 DRIVER
7936 M: Petko Manolov <petkan@users.sourceforge.net>
7937 L: linux-usb@vger.kernel.org
7938 L: netdev@vger.kernel.org
7939 W: http://pegasus2.sourceforge.net/
7940 S: Maintained
7941 F: drivers/net/usb/rtl8150.c
7942
7943 USB SERIAL BELKIN F5U103 DRIVER
7944 M: William Greathouse <wgreathouse@smva.com>
7945 L: linux-usb@vger.kernel.org
7946 S: Maintained
7947 F: drivers/usb/serial/belkin_sa.*
7948
7949 USB SERIAL CYPRESS M8 DRIVER
7950 M: Lonnie Mendez <dignome@gmail.com>
7951 L: linux-usb@vger.kernel.org
7952 S: Maintained
7953 W: http://geocities.com/i0xox0i
7954 W: http://firstlight.net/cvs
7955 F: drivers/usb/serial/cypress_m8.*
7956
7957 USB SERIAL CYBERJACK DRIVER
7958 M: Matthias Bruestle and Harald Welte <support@reiner-sct.com>
7959 W: http://www.reiner-sct.de/support/treiber_cyberjack.php
7960 S: Maintained
7961 F: drivers/usb/serial/cyberjack.c
7962
7963 USB SERIAL DIGI ACCELEPORT DRIVER
7964 M: Peter Berger <pberger@brimson.com>
7965 M: Al Borchers <alborchers@steinerpoint.com>
7966 L: linux-usb@vger.kernel.org
7967 S: Maintained
7968 F: drivers/usb/serial/digi_acceleport.c
7969
7970 USB SERIAL DRIVER
7971 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7972 L: linux-usb@vger.kernel.org
7973 S: Supported
7974 F: Documentation/usb/usb-serial.txt
7975 F: drivers/usb/serial/generic.c
7976 F: drivers/usb/serial/usb-serial.c
7977 F: include/linux/usb/serial.h
7978
7979 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
7980 M: Gary Brubaker <xavyer@ix.netcom.com>
7981 L: linux-usb@vger.kernel.org
7982 S: Maintained
7983 F: drivers/usb/serial/empeg.c
7984
7985 USB SERIAL KEYSPAN DRIVER
7986 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7987 L: linux-usb@vger.kernel.org
7988 S: Maintained
7989 F: drivers/usb/serial/*keyspan*
7990
7991 USB SERIAL WHITEHEAT DRIVER
7992 M: Support Department <support@connecttech.com>
7993 L: linux-usb@vger.kernel.org
7994 W: http://www.connecttech.com
7995 S: Supported
7996 F: drivers/usb/serial/whiteheat*
7997
7998 USB SMSC75XX ETHERNET DRIVER
7999 M: Steve Glendinning <steve.glendinning@shawell.net>
8000 L: netdev@vger.kernel.org
8001 S: Maintained
8002 F: drivers/net/usb/smsc75xx.*
8003
8004 USB SMSC95XX ETHERNET DRIVER
8005 M: Steve Glendinning <steve.glendinning@shawell.net>
8006 L: netdev@vger.kernel.org
8007 S: Maintained
8008 F: drivers/net/usb/smsc95xx.*
8009
8010 USB SN9C1xx DRIVER
8011 M: Luca Risolia <luca.risolia@studio.unibo.it>
8012 L: linux-usb@vger.kernel.org
8013 L: linux-media@vger.kernel.org
8014 T: git git://linuxtv.org/media_tree.git
8015 W: http://www.linux-projects.org
8016 S: Maintained
8017 F: Documentation/video4linux/sn9c102.txt
8018 F: drivers/media/usb/sn9c102/
8019
8020 USB SUBSYSTEM
8021 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8022 L: linux-usb@vger.kernel.org
8023 W: http://www.linux-usb.org
8024 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
8025 S: Supported
8026 F: Documentation/usb/
8027 F: drivers/net/usb/
8028 F: drivers/usb/
8029 F: include/linux/usb.h
8030 F: include/linux/usb/
8031
8032 USB UHCI DRIVER
8033 M: Alan Stern <stern@rowland.harvard.edu>
8034 L: linux-usb@vger.kernel.org
8035 S: Maintained
8036 F: drivers/usb/host/uhci*
8037
8038 USB "USBNET" DRIVER FRAMEWORK
8039 M: Oliver Neukum <oneukum@suse.de>
8040 L: netdev@vger.kernel.org
8041 W: http://www.linux-usb.org/usbnet
8042 S: Maintained
8043 F: drivers/net/usb/usbnet.c
8044 F: include/linux/usb/usbnet.h
8045
8046 USB VIDEO CLASS
8047 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8048 L: linux-uvc-devel@lists.sourceforge.net (subscribers-only)
8049 L: linux-media@vger.kernel.org
8050 T: git git://linuxtv.org/media_tree.git
8051 W: http://www.ideasonboard.org/uvc/
8052 S: Maintained
8053 F: drivers/media/usb/uvc/
8054 F: include/uapi/linux/uvcvideo.h
8055
8056 USB WEBCAM GADGET
8057 M: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8058 L: linux-usb@vger.kernel.org
8059 S: Maintained
8060 F: drivers/usb/gadget/*uvc*.c
8061 F: drivers/usb/gadget/webcam.c
8062
8063 USB WIRELESS RNDIS DRIVER (rndis_wlan)
8064 M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
8065 L: linux-wireless@vger.kernel.org
8066 S: Maintained
8067 F: drivers/net/wireless/rndis_wlan.c
8068
8069 USB XHCI DRIVER
8070 M: Sarah Sharp <sarah.a.sharp@linux.intel.com>
8071 L: linux-usb@vger.kernel.org
8072 S: Supported
8073 F: drivers/usb/host/xhci*
8074 F: drivers/usb/host/pci-quirks*
8075
8076 USB ZD1201 DRIVER
8077 L: linux-wireless@vger.kernel.org
8078 W: http://linux-lc100020.sourceforge.net
8079 S: Orphan
8080 F: drivers/net/wireless/zd1201.*
8081
8082 USB ZR364XX DRIVER
8083 M: Antoine Jacquet <royale@zerezo.com>
8084 L: linux-usb@vger.kernel.org
8085 L: linux-media@vger.kernel.org
8086 T: git git://linuxtv.org/media_tree.git
8087 W: http://royale.zerezo.com/zr364xx/
8088 S: Maintained
8089 F: Documentation/video4linux/zr364xx.txt
8090 F: drivers/media/usb/zr364xx/
8091
8092 USER-MODE LINUX (UML)
8093 M: Jeff Dike <jdike@addtoit.com>
8094 M: Richard Weinberger <richard@nod.at>
8095 L: user-mode-linux-devel@lists.sourceforge.net
8096 L: user-mode-linux-user@lists.sourceforge.net
8097 W: http://user-mode-linux.sourceforge.net
8098 S: Maintained
8099 F: Documentation/virtual/uml/
8100 F: arch/um/
8101 F: arch/x86/um/
8102 F: fs/hostfs/
8103 F: fs/hppfs/
8104
8105 USERSPACE I/O (UIO)
8106 M: "Hans J. Koch" <hjk@hansjkoch.de>
8107 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8108 S: Maintained
8109 F: Documentation/DocBook/uio-howto.tmpl
8110 F: drivers/uio/
8111 F: include/linux/uio*.h
8112
8113 UTIL-LINUX PACKAGE
8114 M: Karel Zak <kzak@redhat.com>
8115 L: util-linux@vger.kernel.org
8116 W: http://en.wikipedia.org/wiki/Util-linux
8117 T: git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
8118 S: Maintained
8119
8120 UVESAFB DRIVER
8121 M: Michal Januszewski <spock@gentoo.org>
8122 L: linux-fbdev@vger.kernel.org
8123 W: http://dev.gentoo.org/~spock/projects/uvesafb/
8124 S: Maintained
8125 F: Documentation/fb/uvesafb.txt
8126 F: drivers/video/uvesafb.*
8127
8128 VFAT/FAT/MSDOS FILESYSTEM
8129 M: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
8130 S: Maintained
8131 F: Documentation/filesystems/vfat.txt
8132 F: fs/fat/
8133
8134 VFIO DRIVER
8135 M: Alex Williamson <alex.williamson@redhat.com>
8136 L: kvm@vger.kernel.org
8137 S: Maintained
8138 F: Documentation/vfio.txt
8139 F: drivers/vfio/
8140 F: include/linux/vfio.h
8141
8142 VIDEOBUF2 FRAMEWORK
8143 M: Pawel Osciak <pawel@osciak.com>
8144 M: Marek Szyprowski <m.szyprowski@samsung.com>
8145 M: Kyungmin Park <kyungmin.park@samsung.com>
8146 L: linux-media@vger.kernel.org
8147 S: Maintained
8148 F: drivers/media/v4l2-core/videobuf2-*
8149 F: include/media/videobuf2-*
8150
8151 VIRTIO CONSOLE DRIVER
8152 M: Amit Shah <amit.shah@redhat.com>
8153 L: virtualization@lists.linux-foundation.org
8154 S: Maintained
8155 F: drivers/char/virtio_console.c
8156 F: include/linux/virtio_console.h
8157
8158 VIRTIO CORE, NET AND BLOCK DRIVERS
8159 M: Rusty Russell <rusty@rustcorp.com.au>
8160 M: "Michael S. Tsirkin" <mst@redhat.com>
8161 L: virtualization@lists.linux-foundation.org
8162 S: Maintained
8163 F: drivers/virtio/
8164 F: drivers/net/virtio_net.c
8165 F: drivers/block/virtio_blk.c
8166 F: include/linux/virtio_*.h
8167
8168 VIRTIO HOST (VHOST)
8169 M: "Michael S. Tsirkin" <mst@redhat.com>
8170 L: kvm@vger.kernel.org
8171 L: virtualization@lists.linux-foundation.org
8172 L: netdev@vger.kernel.org
8173 S: Maintained
8174 F: drivers/vhost/
8175 F: include/linux/vhost.h
8176
8177 VIA RHINE NETWORK DRIVER
8178 M: Roger Luethi <rl@hellgate.ch>
8179 S: Maintained
8180 F: drivers/net/ethernet/via/via-rhine.c
8181
8182 VIA SD/MMC CARD CONTROLLER DRIVER
8183 M: Bruce Chang <brucechang@via.com.tw>
8184 M: Harald Welte <HaraldWelte@viatech.com>
8185 S: Maintained
8186 F: drivers/mmc/host/via-sdmmc.c
8187
8188 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
8189 M: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
8190 L: linux-fbdev@vger.kernel.org
8191 S: Maintained
8192 F: include/linux/via-core.h
8193 F: include/linux/via-gpio.h
8194 F: include/linux/via_i2c.h
8195 F: drivers/video/via/
8196
8197 VIA VELOCITY NETWORK DRIVER
8198 M: Francois Romieu <romieu@fr.zoreil.com>
8199 L: netdev@vger.kernel.org
8200 S: Maintained
8201 F: drivers/net/ethernet/via/via-velocity.*
8202
8203 VLAN (802.1Q)
8204 M: Patrick McHardy <kaber@trash.net>
8205 L: netdev@vger.kernel.org
8206 S: Maintained
8207 F: drivers/net/macvlan.c
8208 F: include/linux/if_*vlan.h
8209 F: net/8021q/
8210
8211 VLYNQ BUS
8212 M: Florian Fainelli <florian@openwrt.org>
8213 L: openwrt-devel@lists.openwrt.org (subscribers-only)
8214 S: Maintained
8215 F: drivers/vlynq/vlynq.c
8216 F: include/linux/vlynq.h
8217
8218 VME SUBSYSTEM
8219 M: Martyn Welch <martyn.welch@ge.com>
8220 M: Manohar Vanga <manohar.vanga@gmail.com>
8221 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8222 L: devel@driverdev.osuosl.org
8223 S: Maintained
8224 T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
8225 F: Documentation/vme_api.txt
8226 F: drivers/staging/vme/
8227 F: drivers/vme/
8228 F: include/linux/vme*
8229
8230 VMWARE VMXNET3 ETHERNET DRIVER
8231 M: Shreyas Bhatewara <sbhatewara@vmware.com>
8232 M: "VMware, Inc." <pv-drivers@vmware.com>
8233 L: netdev@vger.kernel.org
8234 S: Maintained
8235 F: drivers/net/vmxnet3/
8236
8237 VMware PVSCSI driver
8238 M: Arvind Kumar <arvindkumar@vmware.com>
8239 M: VMware PV-Drivers <pv-drivers@vmware.com>
8240 L: linux-scsi@vger.kernel.org
8241 S: Maintained
8242 F: drivers/scsi/vmw_pvscsi.c
8243 F: drivers/scsi/vmw_pvscsi.h
8244
8245 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
8246 M: Liam Girdwood <lrg@ti.com>
8247 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
8248 W: http://opensource.wolfsonmicro.com/node/15
8249 W: http://www.slimlogic.co.uk/?p=48
8250 T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
8251 S: Supported
8252 F: drivers/regulator/
8253 F: include/linux/regulator/
8254
8255 VT1211 HARDWARE MONITOR DRIVER
8256 M: Juerg Haefliger <juergh@gmail.com>
8257 L: lm-sensors@lm-sensors.org
8258 S: Maintained
8259 F: Documentation/hwmon/vt1211
8260 F: drivers/hwmon/vt1211.c
8261
8262 VT8231 HARDWARE MONITOR DRIVER
8263 M: Roger Lucas <vt8231@hiddenengine.co.uk>
8264 L: lm-sensors@lm-sensors.org
8265 S: Maintained
8266 F: drivers/hwmon/vt8231.c
8267
8268 VUB300 USB to SDIO/SD/MMC bridge chip
8269 M: Tony Olech <tony.olech@elandigitalsystems.com>
8270 L: linux-mmc@vger.kernel.org
8271 L: linux-usb@vger.kernel.org
8272 S: Supported
8273 F: drivers/mmc/host/vub300.c
8274
8275 W1 DALLAS'S 1-WIRE BUS
8276 M: Evgeniy Polyakov <zbr@ioremap.net>
8277 S: Maintained
8278 F: Documentation/w1/
8279 F: drivers/w1/
8280
8281 W83791D HARDWARE MONITORING DRIVER
8282 M: Marc Hulsman <m.hulsman@tudelft.nl>
8283 L: lm-sensors@lm-sensors.org
8284 S: Maintained
8285 F: Documentation/hwmon/w83791d
8286 F: drivers/hwmon/w83791d.c
8287
8288 W83793 HARDWARE MONITORING DRIVER
8289 M: Rudolf Marek <r.marek@assembler.cz>
8290 L: lm-sensors@lm-sensors.org
8291 S: Maintained
8292 F: Documentation/hwmon/w83793
8293 F: drivers/hwmon/w83793.c
8294
8295 W83795 HARDWARE MONITORING DRIVER
8296 M: Jean Delvare <khali@linux-fr.org>
8297 L: lm-sensors@lm-sensors.org
8298 S: Maintained
8299 F: drivers/hwmon/w83795.c
8300
8301 W83L51xD SD/MMC CARD INTERFACE DRIVER
8302 M: Pierre Ossman <pierre@ossman.eu>
8303 S: Maintained
8304 F: drivers/mmc/host/wbsd.*
8305
8306 WATCHDOG DEVICE DRIVERS
8307 M: Wim Van Sebroeck <wim@iguana.be>
8308 L: linux-watchdog@vger.kernel.org
8309 W: http://www.linux-watchdog.org/
8310 T: git git://www.linux-watchdog.org/linux-watchdog.git
8311 S: Maintained
8312 F: Documentation/watchdog/
8313 F: drivers/watchdog/
8314 F: include/linux/watchdog.h
8315
8316 WD7000 SCSI DRIVER
8317 M: Miroslav Zagorac <zaga@fly.cc.fer.hr>
8318 L: linux-scsi@vger.kernel.org
8319 S: Maintained
8320 F: drivers/scsi/wd7000.c
8321
8322 WIIMOTE HID DRIVER
8323 M: David Herrmann <dh.herrmann@googlemail.com>
8324 L: linux-input@vger.kernel.org
8325 S: Maintained
8326 F: drivers/hid/hid-wiimote*
8327
8328 WINBOND CIR DRIVER
8329 M: David Härdeman <david@hardeman.nu>
8330 S: Maintained
8331 F: drivers/media/rc/winbond-cir.c
8332
8333 WIMAX STACK
8334 M: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
8335 M: linux-wimax@intel.com
8336 L: wimax@linuxwimax.org
8337 S: Supported
8338 W: http://linuxwimax.org
8339 F: Documentation/wimax/README.wimax
8340 F: include/linux/wimax.h
8341 F: include/linux/wimax/debug.h
8342 F: include/net/wimax.h
8343 F: net/wimax/
8344
8345 WISTRON LAPTOP BUTTON DRIVER
8346 M: Miloslav Trmac <mitr@volny.cz>
8347 S: Maintained
8348 F: drivers/input/misc/wistron_btns.c
8349
8350 WL3501 WIRELESS PCMCIA CARD DRIVER
8351 M: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
8352 L: linux-wireless@vger.kernel.org
8353 W: http://oops.ghostprotocols.net:81/blog
8354 S: Maintained
8355 F: drivers/net/wireless/wl3501*
8356
8357 WM97XX TOUCHSCREEN DRIVERS
8358 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
8359 M: Liam Girdwood <lrg@slimlogic.co.uk>
8360 L: linux-input@vger.kernel.org
8361 T: git git://opensource.wolfsonmicro.com/linux-2.6-touch
8362 W: http://opensource.wolfsonmicro.com/node/7
8363 S: Supported
8364 F: drivers/input/touchscreen/*wm97*
8365 F: include/linux/wm97xx.h
8366
8367 WOLFSON MICROELECTRONICS DRIVERS
8368 M: Mark Brown <broonie@opensource.wolfsonmicro.com>
8369 L: patches@opensource.wolfsonmicro.com
8370 T: git git://opensource.wolfsonmicro.com/linux-2.6-asoc
8371 T: git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
8372 W: http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
8373 S: Supported
8374 F: Documentation/hwmon/wm83??
8375 F: arch/arm/mach-s3c64xx/mach-crag6410*
8376 F: drivers/clk/clk-wm83*.c
8377 F: drivers/extcon/extcon-arizona.c
8378 F: drivers/leds/leds-wm83*.c
8379 F: drivers/gpio/gpio-*wm*.c
8380 F: drivers/gpio/gpio-arizona.c
8381 F: drivers/hwmon/wm83??-hwmon.c
8382 F: drivers/input/misc/wm831x-on.c
8383 F: drivers/input/touchscreen/wm831x-ts.c
8384 F: drivers/input/touchscreen/wm97*.c
8385 F: drivers/mfd/arizona*
8386 F: drivers/mfd/wm*.c
8387 F: drivers/power/wm83*.c
8388 F: drivers/rtc/rtc-wm83*.c
8389 F: drivers/regulator/wm8*.c
8390 F: drivers/video/backlight/wm83*_bl.c
8391 F: drivers/watchdog/wm83*_wdt.c
8392 F: include/linux/mfd/arizona/
8393 F: include/linux/mfd/wm831x/
8394 F: include/linux/mfd/wm8350/
8395 F: include/linux/mfd/wm8400*
8396 F: include/linux/wm97xx.h
8397 F: include/sound/wm????.h
8398 F: sound/soc/codecs/arizona.?
8399 F: sound/soc/codecs/wm*
8400
8401 WORKQUEUE
8402 M: Tejun Heo <tj@kernel.org>
8403 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
8404 S: Maintained
8405 F: include/linux/workqueue.h
8406 F: kernel/workqueue.c
8407 F: Documentation/workqueue.txt
8408
8409 X.25 NETWORK LAYER
8410 M: Andrew Hendry <andrew.hendry@gmail.com>
8411 L: linux-x25@vger.kernel.org
8412 S: Odd Fixes
8413 F: Documentation/networking/x25*
8414 F: include/net/x25*
8415 F: net/x25/
8416
8417 X86 ARCHITECTURE (32-BIT AND 64-BIT)
8418 M: Thomas Gleixner <tglx@linutronix.de>
8419 M: Ingo Molnar <mingo@redhat.com>
8420 M: "H. Peter Anvin" <hpa@zytor.com>
8421 M: x86@kernel.org
8422 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
8423 S: Maintained
8424 F: Documentation/x86/
8425 F: arch/x86/
8426
8427 X86 PLATFORM DRIVERS
8428 M: Matthew Garrett <mjg@redhat.com>
8429 L: platform-driver-x86@vger.kernel.org
8430 T: git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
8431 S: Maintained
8432 F: drivers/platform/x86
8433
8434 X86 MCE INFRASTRUCTURE
8435 M: Tony Luck <tony.luck@intel.com>
8436 M: Borislav Petkov <bp@alien8.de>
8437 L: linux-edac@vger.kernel.org
8438 S: Maintained
8439 F: arch/x86/kernel/cpu/mcheck/*
8440
8441 XC2028/3028 TUNER DRIVER
8442 M: Mauro Carvalho Chehab <mchehab@redhat.com>
8443 L: linux-media@vger.kernel.org
8444 W: http://linuxtv.org
8445 T: git git://linuxtv.org/media_tree.git
8446 S: Maintained
8447 F: drivers/media/tuners/tuner-xc2028.*
8448
8449 XEN HYPERVISOR INTERFACE
8450 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8451 M: Jeremy Fitzhardinge <jeremy@goop.org>
8452 L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8453 L: virtualization@lists.linux-foundation.org
8454 S: Supported
8455 F: arch/x86/xen/
8456 F: drivers/*/xen-*front.c
8457 F: drivers/xen/
8458 F: arch/x86/include/asm/xen/
8459 F: include/xen/
8460
8461 XEN HYPERVISOR ARM
8462 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
8463 L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8464 S: Supported
8465 F: arch/arm/xen/
8466 F: arch/arm/include/asm/xen/
8467
8468 XEN NETWORK BACKEND DRIVER
8469 M: Ian Campbell <ian.campbell@citrix.com>
8470 L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8471 L: netdev@vger.kernel.org
8472 S: Supported
8473 F: drivers/net/xen-netback/*
8474
8475 XEN PCI SUBSYSTEM
8476 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8477 L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8478 S: Supported
8479 F: arch/x86/pci/*xen*
8480 F: drivers/pci/*xen*
8481
8482 XEN SWIOTLB SUBSYSTEM
8483 M: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8484 L: xen-devel@lists.xensource.com (moderated for non-subscribers)
8485 S: Supported
8486 F: arch/x86/xen/*swiotlb*
8487 F: drivers/xen/*swiotlb*
8488
8489 XFS FILESYSTEM
8490 P: Silicon Graphics Inc
8491 M: Ben Myers <bpm@sgi.com>
8492 M: Alex Elder <elder@kernel.org>
8493 M: xfs@oss.sgi.com
8494 L: xfs@oss.sgi.com
8495 W: http://oss.sgi.com/projects/xfs
8496 T: git git://oss.sgi.com/xfs/xfs.git
8497 S: Supported
8498 F: Documentation/filesystems/xfs.txt
8499 F: fs/xfs/
8500
8501 XILINX AXI ETHERNET DRIVER
8502 M: Anirudha Sarangi <anirudh@xilinx.com>
8503 M: John Linn <John.Linn@xilinx.com>
8504 S: Maintained
8505 F: drivers/net/ethernet/xilinx/xilinx_axienet*
8506
8507 XILINX SYSTEMACE DRIVER
8508 M: Grant Likely <grant.likely@secretlab.ca>
8509 W: http://www.secretlab.ca/
8510 S: Maintained
8511 F: drivers/block/xsysace.c
8512
8513 XILINX UARTLITE SERIAL DRIVER
8514 M: Peter Korsgaard <jacmet@sunsite.dk>
8515 L: linux-serial@vger.kernel.org
8516 S: Maintained
8517 F: drivers/tty/serial/uartlite.c
8518
8519 YAM DRIVER FOR AX.25
8520 M: Jean-Paul Roubelat <jpr@f6fbb.org>
8521 L: linux-hams@vger.kernel.org
8522 S: Maintained
8523 F: drivers/net/hamradio/yam*
8524 F: include/linux/yam.h
8525
8526 YEALINK PHONE DRIVER
8527 M: Henk Vergonet <Henk.Vergonet@gmail.com>
8528 L: usbb2k-api-dev@nongnu.org
8529 S: Maintained
8530 F: Documentation/input/yealink.txt
8531 F: drivers/input/misc/yealink.*
8532
8533 Z8530 DRIVER FOR AX.25
8534 M: Joerg Reuter <jreuter@yaina.de>
8535 W: http://yaina.de/jreuter/
8536 W: http://www.qsl.net/dl1bke/
8537 L: linux-hams@vger.kernel.org
8538 S: Maintained
8539 F: Documentation/networking/z8530drv.txt
8540 F: drivers/net/hamradio/*scc.c
8541 F: drivers/net/hamradio/z8530.h
8542
8543 ZD1211RW WIRELESS DRIVER
8544 M: Daniel Drake <dsd@gentoo.org>
8545 M: Ulrich Kunitz <kune@deine-taler.de>
8546 W: http://zd1211.ath.cx/wiki/DriverRewrite
8547 L: linux-wireless@vger.kernel.org
8548 L: zd1211-devs@lists.sourceforge.net (subscribers-only)
8549 S: Maintained
8550 F: drivers/net/wireless/zd1211rw/
8551
8552 ZR36067 VIDEO FOR LINUX DRIVER
8553 L: mjpeg-users@lists.sourceforge.net
8554 L: linux-media@vger.kernel.org
8555 W: http://mjpeg.sourceforge.net/driver-zoran/
8556 T: Mercurial http://linuxtv.org/hg/v4l-dvb
8557 S: Odd Fixes
8558 F: drivers/media/pci/zoran/
8559
8560 ZS DECSTATION Z85C30 SERIAL DRIVER
8561 M: "Maciej W. Rozycki" <macro@linux-mips.org>
8562 S: Maintained
8563 F: drivers/tty/serial/zs.*
8564
8565 THE REST
8566 M: Linus Torvalds <torvalds@linux-foundation.org>
8567 L: linux-kernel@vger.kernel.org
8568 Q: http://patchwork.kernel.org/project/LKML/list/
8569 T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
8570 S: Buried alive in reporters
8571 F: *
8572 F: */