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