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