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