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