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