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