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