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