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