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