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