imx: serial: use tty_encode_baud_rate to set true rate
[pandora-kernel.git] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
18
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
34
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
38
39         PLEASE try to include any credit lines you want added with the
40         patch. It avoids people being missed off by mistake and makes
41         it easier to know who wants adding and who doesn't.
42
43         PLEASE document known bugs. If it doesn't work for everything
44         or does something very odd once a month document it.
45
46         PLEASE remember that submissions must be made under the terms
47         of the OSDL certificate of contribution and should include a
48         Signed-off-by: line.  The current version of this "Developer's
49         Certificate of Origin" (DCO) is listed in the file
50         Documentation/SubmittingPatches.
51
52 6.      Make sure you have the right to send any changes you make. If you
53         do changes at work you may find your employer owns the patch
54         not you.
55
56 7.      When sending security related changes or reports to a maintainer
57         please Cc: security@kernel.org, especially if the maintainer
58         does not respond.
59
60 8.      Happy hacking.
61
62                 -----------------------------------
63
64 Maintainers List (try to look for most precise areas first)
65
66 Note: For the hard of thinking, this list is meant to remain in alphabetical
67 order. If you could add yourselves to it in alphabetical order that would be
68 so much easier [Ed]
69
70 P: Person
71 M: Mail patches to
72 L: Mailing list that is relevant to this area
73 W: Web-page with status/info
74 T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
75 S: Status, one of the following:
76
77         Supported:      Someone is actually paid to look after this.
78         Maintained:     Someone actually looks after it.
79         Odd Fixes:      It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81         Orphan:         No current maintainer [but maybe you could take the
82                         role as you write your new code].
83         Obsolete:       Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
86
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
100 3C505 NETWORK DRIVER
101 P:      Philip Blundell
102 M:      philb@gnu.org
103 L:      netdev@vger.kernel.org
104 S:      Maintained
105 F:      drivers/net/3c505*
106
107 3C59X NETWORK DRIVER
108 P:      Steffen Klassert
109 M:      klassert@mathematik.tu-chemnitz.de
110 L:      netdev@vger.kernel.org
111 S:      Maintained
112 F:      Documentation/networking/vortex.txt
113 F:      drivers/net/3c59x.c
114
115 3CR990 NETWORK DRIVER
116 P:      David Dillow
117 M:      dave@thedillows.org
118 L:      netdev@vger.kernel.org
119 S:      Maintained
120 F:      drivers/net/typhoon*
121
122 3W-9XXX SATA-RAID CONTROLLER DRIVER
123 P:      Adam Radford
124 M:      linuxraid@amcc.com
125 L:      linux-scsi@vger.kernel.org
126 W:      http://www.amcc.com
127 S:      Supported
128 F:      drivers/scsi/3w-9xxx*
129
130 3W-XXXX ATA-RAID CONTROLLER DRIVER
131 P:      Adam Radford
132 M:      linuxraid@amcc.com
133 L:      linux-scsi@vger.kernel.org
134 W:      http://www.amcc.com
135 S:      Supported
136 F:      drivers/scsi/3w-xxxx*
137
138 53C700 AND 53C700-66 SCSI DRIVER
139 P:      James E.J. Bottomley
140 M:      James.Bottomley@HansenPartnership.com
141 L:      linux-scsi@vger.kernel.org
142 S:      Maintained
143 F:      drivers/scsi/53c700*
144
145 6PACK NETWORK DRIVER FOR AX.25
146 P:      Andreas Koensgen
147 M:      ajk@iehk.rwth-aachen.de
148 L:      linux-hams@vger.kernel.org
149 S:      Maintained
150 F:      drivers/net/hamradio/6pack.c
151
152 8169 10/100/1000 GIGABIT ETHERNET DRIVER
153 P:      Francois Romieu
154 M:      romieu@fr.zoreil.com
155 L:      netdev@vger.kernel.org
156 S:      Maintained
157 F:      drivers/net/r8169.c
158
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 L:      linux-serial@vger.kernel.org
161 W:      http://serial.sourceforge.net
162 M:      alan@lxorguk.ukuu.org.uk
163 S:      Odd Fixes
164 F:      drivers/serial/8250*
165 F:      include/linux/serial_8250.h
166
167 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
168 P:      Paul Gortmaker
169 M:      p_gortmaker@yahoo.com
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/*8390*
173 F:      drivers/net/ax88796.c
174
175 9P FILE SYSTEM
176 P:      Eric Van Hensbergen
177 M:      ericvh@gmail.com
178 P:      Ron Minnich
179 M:      rminnich@sandia.gov
180 P:      Latchesar Ionkov
181 M:      lucho@ionkov.net
182 L:      v9fs-developer@lists.sourceforge.net
183 W:      http://swik.net/v9fs
184 T:      git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git
185 S:      Maintained
186 F:      Documentation/filesystems/9p.txt
187 F:      fs/9p/
188
189 A2232 SERIAL BOARD DRIVER
190 P:      Enver Haase
191 M:      A2232@gmx.net
192 L:      linux-m68k@lists.linux-m68k.org
193 S:      Maintained
194 F:      drivers/char/ser_a2232*
195
196 AACRAID SCSI RAID DRIVER
197 P:      Adaptec OEM Raid Solutions
198 M:      aacraid@adaptec.com
199 L:      linux-scsi@vger.kernel.org
200 W:      http://www.adaptec.com/
201 S:      Supported
202 F:      Documentation/scsi/aacraid.txt
203 F:      drivers/scsi/aacraid/
204
205 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
206 P:      Hans de Goede
207 M:      j.w.r.degoede@hhs.nl
208 L:      lm-sensors@lm-sensors.org
209 S:      Maintained
210 F:      drivers/hwmon/abituguru.c
211
212 ABIT UGURU 3 HARDWARE MONITOR DRIVER
213 P:      Alistair John Strachan
214 M:      alistair@devzero.co.uk
215 L:      lm-sensors@lm-sensors.org
216 S:      Maintained
217 F:      drivers/hwmon/abituguru3.c
218
219 ACENIC DRIVER
220 P:      Jes Sorensen
221 M:      jes@trained-monkey.org
222 L:      linux-acenic@sunsite.dk
223 S:      Maintained
224 F:      drivers/net/acenic*
225
226 ACER WMI LAPTOP EXTRAS
227 P:      Carlos Corbacho
228 M:      carlos@strangeworlds.co.uk
229 L:      aceracpi@googlegroups.com (subscribers-only)
230 W:      http://code.google.com/p/aceracpi
231 S:      Maintained
232 F:      drivers/platform/x86/acer-wmi.c
233
234 ACPI
235 P:      Len Brown
236 M:      lenb@kernel.org
237 L:      linux-acpi@vger.kernel.org
238 W:      http://www.lesswatts.org/projects/acpi/
239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
240 S:      Supported
241 F:      drivers/acpi/
242 F:      drivers/pnp/pnpacpi/
243 F:      include/linux/acpi.h
244
245 ACPI BATTERY DRIVERS
246 P:      Alexey Starikovskiy
247 M:      astarikovskiy@suse.de
248 L:      linux-acpi@vger.kernel.org
249 W:      http://www.lesswatts.org/projects/acpi/
250 S:      Supported
251 F:      drivers/acpi/battery.c
252 F:      drivers/acpi/*sbs*
253
254 ACPI EC DRIVER
255 P:      Alexey Starikovskiy
256 M:      astarikovskiy@suse.de
257 L:      linux-acpi@vger.kernel.org
258 W:      http://www.lesswatts.org/projects/acpi/
259 S:      Supported
260 F:      drivers/acpi/ec.c
261
262 ACPI FAN DRIVER
263 P:      Zhang Rui
264 M:      rui.zhang@intel.com
265 L:      linux-acpi@vger.kernel.org
266 W:      http://www.lesswatts.org/projects/acpi/
267 S:      Supported
268 F:      drivers/acpi/fan.c
269
270 ACPI PCI HOTPLUG DRIVER
271 P:      Kristen Carlson Accardi
272 M:      kristen.c.accardi@intel.com
273 L:      linux-pci@vger.kernel.org
274 S:      Supported
275 F:      drivers/pci/hotplug/acpi*
276
277 ACPI THERMAL DRIVER
278 P:      Zhang Rui
279 M:      rui.zhang@intel.com
280 L:      linux-acpi@vger.kernel.org
281 W:      http://www.lesswatts.org/projects/acpi/
282 S:      Supported
283 F:      drivers/acpi/*thermal*
284
285 ACPI VIDEO DRIVER
286 P:      Zhang Rui
287 M:      rui.zhang@intel.com
288 L:      linux-acpi@vger.kernel.org
289 W:      http://www.lesswatts.org/projects/acpi/
290 S:      Supported
291 F:      drivers/acpi/video.c
292
293 ACPI WMI DRIVER
294 P:      Carlos Corbacho
295 M:      carlos@strangeworlds.co.uk
296 L:      linux-acpi@vger.kernel.org
297 W:      http://www.lesswatts.org/projects/acpi/
298 S:      Maintained
299 F:      drivers/platform/x86/wmi.c
300
301 AD1889 ALSA SOUND DRIVER
302 P:      Kyle McMartin
303 M:      kyle@mcmartin.ca
304 P:      Thibaut Varene
305 M:      T-Bone@parisc-linux.org
306 W:      http://wiki.parisc-linux.org/AD1889
307 L:      linux-parisc@vger.kernel.org
308 S:      Maintained
309 F:      sound/pci/ad1889.*
310
311 ADM1025 HARDWARE MONITOR DRIVER
312 P:      Jean Delvare
313 M:      khali@linux-fr.org
314 L:      lm-sensors@lm-sensors.org
315 S:      Maintained
316 F:      Documentation/hwmon/adm1025
317 F:      drivers/hwmon/adm1025.c
318
319 ADM1029 HARDWARE MONITOR DRIVER
320 P:      Corentin Labbe
321 M:      corentin.labbe@geomatys.fr
322 L:      lm-sensors@lm-sensors.org
323 S:      Maintained
324 F:      drivers/hwmon/adm1029.c
325
326 ADM8211 WIRELESS DRIVER
327 P:      Michael Wu
328 M:      flamingice@sourmilk.net
329 L:      linux-wireless@vger.kernel.org
330 W:      http://linuxwireless.org/
331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
332 S:      Maintained
333 F:      drivers/net/wireless/adm8211.*
334
335 ADT746X FAN DRIVER
336 P:      Colin Leroy
337 M:      colin@colino.net
338 S:      Maintained
339 F:      drivers/macintosh/therm_adt746x.c
340
341 ADVANSYS SCSI DRIVER
342 P:      Matthew Wilcox
343 M:      matthew@wil.cx
344 L:      linux-scsi@vger.kernel.org
345 S:      Maintained
346 F:      Documentation/scsi/advansys.txt
347 F:      drivers/scsi/advansys.c
348
349 AEDSP16 DRIVER
350 P:      Riccardo Facchetti
351 M:      fizban@tin.it
352 S:      Maintained
353 F:      sound/oss/aedsp16.c
354
355 AFFS FILE SYSTEM
356 P:      Roman Zippel
357 M:      zippel@linux-m68k.org
358 S:      Maintained
359 F:      Documentation/filesystems/affs.txt
360 F:      fs/affs/
361
362 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
363 P:      David Howells
364 M:      dhowells@redhat.com
365 L:      linux-afs@lists.infradead.org
366 S:      Supported
367 F:      fs/afs/
368 F:      include/net/af_rxrpc.h
369 F:      net/rxrpc/af_rxrpc.c
370
371 AGPGART DRIVER
372 P:      David Airlie
373 M:      airlied@linux.ie
374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
375 S:      Maintained
376 F:      drivers/char/agp/
377 F:      include/linux/agp*
378
379 AHA152X SCSI DRIVER
380 P:      Juergen E. Fischer
381 M:      fischer@norbit.de
382 L:      linux-scsi@vger.kernel.org
383 S:      Maintained
384 F:      drivers/scsi/aha152x*
385 F:      drivers/scsi/pcmcia/aha152x*
386
387 AIC7XXX / AIC79XX SCSI DRIVER
388 P:      Hannes Reinecke
389 M:      hare@suse.de
390 L:      linux-scsi@vger.kernel.org
391 S:      Maintained
392 F:      drivers/scsi/aic7xxx/
393 F:      drivers/scsi/aic7xxx_old/
394
395 AIO
396 P:      Benjamin LaHaise
397 M:      bcrl@kvack.org
398 L:      linux-aio@kvack.org
399 S:      Supported
400 F:      fs/aio.c
401 F:      include/linux/*aio*.h
402
403 ALCATEL SPEEDTOUCH USB DRIVER
404 P:      Duncan Sands
405 M:      duncan.sands@free.fr
406 L:      linux-usb@vger.kernel.org
407 W:      http://www.linux-usb.org/SpeedTouch/
408 S:      Maintained
409 F:      drivers/usb/atm/speedtch.c
410 F:      drivers/usb/atm/usbatm.c
411
412 ALCHEMY AU1XX0 MMC DRIVER
413 P:      Manuel Lauss
414 M:      manuel.lauss@gmail.com
415 S:      Maintained
416 F:      drivers/mmc/host/au1xmmc.c
417
418 ALI1563 I2C DRIVER
419 P:      Rudolf Marek
420 M:      r.marek@assembler.cz
421 L:      linux-i2c@vger.kernel.org
422 S:      Maintained
423 F:      Documentation/i2c/busses/i2c-ali1563
424 F:      drivers/i2c/busses/i2c-ali1563.c
425
426 ALPHA PORT
427 P:      Richard Henderson
428 M:      rth@twiddle.net
429 S:      Odd Fixes for 2.4; Maintained for 2.6.
430 P:      Ivan Kokshaysky
431 M:      ink@jurassic.park.msu.ru
432 S:      Maintained for 2.4; PCI support for 2.6.
433 L:      linux-alpha@vger.kernel.org
434 F:      arch/alpha/
435
436 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
437 P:      Thomas Dahlmann
438 M:      dahlmann.thomas@arcor.de
439 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
440 S:      Supported
441 F:      drivers/usb/gadget/amd5536udc.*
442
443 AMD GEODE PROCESSOR/CHIPSET SUPPORT
444 P:      Jordan Crouse
445 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
446 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
447 S:      Supported
448 F:      arch/x86/kernel/geode_32.c
449 F:      drivers/char/hw_random/geode-rng.c
450 F:      drivers/crypto/geode*
451 F:      drivers/video/geode/
452 F:      arch/x86/include/asm/geode.h
453
454 AMD IOMMU (AMD-VI)
455 P:      Joerg Roedel
456 M:      joerg.roedel@amd.com
457 L:      iommu@lists.linux-foundation.org
458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
459 S:      Supported
460 F:      arch/x86/kernel/amd_iommu*.c
461 F:      arch/x86/include/asm/amd_iommu*.h
462
463 AMD MICROCODE UPDATE SUPPORT
464 P:      Andreas Herrmann
465 M:      andreas.herrmann3@amd.com
466 L:      amd64-microcode@amd64.org
467 S:      Supported
468 F:      arch/x86/kernel/microcode_amd.c
469
470 AMS (Apple Motion Sensor) DRIVER
471 P:      Stelian Pop
472 M:      stelian@popies.net
473 P:      Michael Hanselmann
474 M:      linux-kernel@hansmi.ch
475 S:      Supported
476 F:      drivers/hwmon/ams/
477
478 AMSO1100 RNIC DRIVER
479 P:      Tom Tucker
480 M:      tom@opengridcomputing.com
481 P:      Steve Wise
482 M:      swise@opengridcomputing.com
483 L:      general@lists.openfabrics.org
484 S:      Maintained
485 F:      drivers/infiniband/hw/amso1100/
486
487 AOA (Apple Onboard Audio) ALSA DRIVER
488 P:      Johannes Berg
489 M:      johannes@sipsolutions.net
490 L:      linuxppc-dev@ozlabs.org
491 L:      alsa-devel@alsa-project.org (subscribers-only)
492 S:      Maintained
493 F:      sound/aoa/
494
495 APM DRIVER
496 P:      Stephen Rothwell
497 M:      sfr@canb.auug.org.au
498 L:      linux-laptop@vger.kernel.org
499 W:      http://www.canb.auug.org.au/~sfr/
500 S:      Supported
501 F:      arch/x86/kernel/apm_32.c
502 F:      include/linux/apm_bios.h
503
504 APPLE BCM5974 MULTITOUCH DRIVER
505 P:      Henrik Rydberg
506 M:      rydberg@euromail.se
507 L:      linux-input@vger.kernel.org
508 S:      Maintained
509 F:      drivers/input/mouse/bcm5974.c
510
511 APPLE SMC DRIVER
512 P:      Nicolas Boichat
513 M:      nicolas@boichat.ch
514 L:      mactel-linux-devel@lists.sourceforge.net
515 S:      Maintained
516 F:      drivers/hwmon/applesmc.c
517
518 APPLETALK NETWORK LAYER
519 P:      Arnaldo Carvalho de Melo
520 M:      acme@ghostprotocols.net
521 S:      Maintained
522 F:      drivers/net/appletalk/
523 F:      net/appletalk/
524
525 APPLETOUCH TOUCHPAD DRIVER
526 P:      Johannes Berg
527 M:      johannes@sipsolutions.net
528 L:      linux-input@vger.kernel.org
529 S:      Maintained
530 F:      Documentation/input/appletouch.txt
531 F:      drivers/input/mouse/appletouch.c
532
533 ARC FRAMEBUFFER DRIVER
534 P:      Jaya Kumar
535 M:      jayalk@intworks.biz
536 S:      Maintained
537 F:      drivers/video/arcfb.c
538 F:      drivers/video/fb_defio.c
539
540 ARM MFM AND FLOPPY DRIVERS
541 P:      Ian Molton
542 M:      spyro@f2s.com
543 S:      Maintained
544 F:      arch/arm/lib/floppydma.S
545 F:      arch/arm/include/asm/floppy.h
546
547 ARM PORT
548 P:      Russell King
549 M:      linux@arm.linux.org.uk
550 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
551 W:      http://www.arm.linux.org.uk/
552 S:      Maintained
553 F:      arch/arm/
554
555 ARM PRIMECELL MMCI PL180/1 DRIVER
556 S:      Orphan
557 F:      drivers/mmc/host/mmci.*
558
559 ARM/ADI ROADRUNNER MACHINE SUPPORT
560 P:      Lennert Buytenhek
561 M:      kernel@wantstofly.org
562 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
563 S:      Maintained
564 F:      arch/arm/mach-ixp23xx/
565 F:      arch/arm/mach-ixp23xx/include/mach/
566
567 ARM/ADS SPHERE MACHINE SUPPORT
568 P:      Lennert Buytenhek
569 M:      kernel@wantstofly.org
570 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
571 S:      Maintained
572
573 ARM/AFEB9260 MACHINE SUPPORT
574 P:      Sergey Lapin
575 M:      slapin@ossfans.org
576 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
577 S:      Maintained
578
579 ARM/AJECO 1ARM MACHINE SUPPORT
580 P:      Lennert Buytenhek
581 M:      kernel@wantstofly.org
582 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
583 S:      Maintained
584
585 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
586 P:      Andrew Victor
587 M:      linux@maxim.org.za
588 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
589 W:      http://maxim.org.za/at91_26.html
590 S:      Maintained
591
592 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
593 P:      Lennert Buytenhek
594 M:      kernel@wantstofly.org
595 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
596 S:      Maintained
597
598 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
599 P:      Lennert Buytenhek
600 M:      kernel@wantstofly.org
601 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
602 S:      Maintained
603
604 ARM/CLKDEV SUPPORT
605 P:      Russell King
606 M:      linux@arm.linux.org.uk
607 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
608 F:      arch/arm/common/clkdev.c
609 F:      arch/arm/include/asm/clkdev.h
610
611 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
612 P:      Mike Rapoport
613 M:      mike@compulab.co.il
614 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
615 S:      Maintained
616
617 ARM/CORGI MACHINE SUPPORT
618 P:      Richard Purdie
619 M:      rpurdie@rpsys.net
620 S:      Maintained
621
622 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
623 P:      Paulius Zaleckas
624 M:      paulius.zaleckas@teltonika.lt
625 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
626 T:      git git://gitorious.org/linux-gemini/mainline.git
627 S:      Maintained
628 F:      arch/arm/mach-gemini/
629
630 ARM/EBSA110 MACHINE SUPPORT
631 P:      Russell King
632 M:      linux@arm.linux.org.uk
633 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
634 W:      http://www.arm.linux.org.uk/
635 S:      Maintained
636 F:      arch/arm/mach-ebsa110/
637 F:      drivers/net/arm/am79c961a.*
638
639 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
640 P:      Daniel Ribeiro
641 M:      drwyrm@gmail.com
642 P:      Stefan Schmidt
643 M:      stefan@openezx.org
644 P:      Harald Welte
645 M:      laforge@openezx.org
646 L:      openezx-devel@lists.openezx.org (subscribers-only)
647 W:      http://www.openezx.org/
648 S:      Maintained
649
650 ARM/FARADAY FA526 PORT
651 P:      Paulius Zaleckas
652 M:      paulius.zaleckas@teltonika.lt
653 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
654 S:      Maintained
655 F:      arch/arm/mm/*-fa*
656
657 ARM/FOOTBRIDGE ARCHITECTURE
658 P:      Russell King
659 M:      linux@arm.linux.org.uk
660 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
661 W:      http://www.arm.linux.org.uk/
662 S:      Maintained
663 F:      arch/arm/include/asm/hardware/dec21285.h
664 F:      arch/arm/mach-footbridge/
665
666 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
667 P:      Sascha Hauer
668 M:      kernel@pengutronix.de
669 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
670 S:      Maintained
671
672 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
673 P:      Lennert Buytenhek
674 M:      kernel@wantstofly.org
675 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
676 S:      Maintained
677
678 ARM/GUMSTIX MACHINE SUPPORT
679 P:      Steve Sakoman
680 M:      sakoman@gmail.com
681 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
682 S:      Maintained
683
684 ARM/HP JORNADA 7XX MACHINE SUPPORT
685 P:      Kristoffer Ericson
686 M:      kristoffer.ericson@gmail.com
687 W:      www.jlime.com
688 S:      Maintained
689
690 ARM/INTEL IOP32X ARM ARCHITECTURE
691 P:      Lennert Buytenhek
692 M:      kernel@wantstofly.org
693 P:      Dan Williams
694 M:      dan.j.williams@intel.com
695 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
696 S:      Supported
697
698 ARM/INTEL IOP33X ARM ARCHITECTURE
699 P:      Dan Williams
700 M:      dan.j.williams@intel.com
701 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
702 S:      Supported
703
704 ARM/INTEL IOP13XX ARM ARCHITECTURE
705 P:      Lennert Buytenhek
706 M:      kernel@wantstofly.org
707 P:      Dan Williams
708 M:      dan.j.williams@intel.com
709 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
710 S:      Supported
711
712 ARM/INTEL IQ81342EX MACHINE SUPPORT
713 P:      Lennert Buytenhek
714 M:      kernel@wantstofly.org
715 P:      Dan Williams
716 M:      dan.j.williams@intel.com
717 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
718 S:      Supported
719
720 ARM/INTEL IXP2000 ARM ARCHITECTURE
721 P:      Lennert Buytenhek
722 M:      kernel@wantstofly.org
723 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
724 S:      Maintained
725
726 ARM/INTEL IXDP2850 MACHINE SUPPORT
727 P:      Lennert Buytenhek
728 M:      kernel@wantstofly.org
729 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
730 S:      Maintained
731
732 ARM/INTEL IXP23XX ARM ARCHITECTURE
733 P:      Lennert Buytenhek
734 M:      kernel@wantstofly.org
735 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
736 S:      Maintained
737
738 ARM/INTEL XSC3 (MANZANO) ARM CORE
739 P:      Lennert Buytenhek
740 M:      kernel@wantstofly.org
741 P:      Dan Williams
742 M:      dan.j.williams@intel.com
743 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
744 S:      Supported
745
746 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
747 P:      Lennert Buytenhek
748 M:      kernel@wantstofly.org
749 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
750 S:      Maintained
751
752 ARM/LOGICPD PXA270 MACHINE SUPPORT
753 P:      Lennert Buytenhek
754 M:      kernel@wantstofly.org
755 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
756 S:      Maintained
757
758 ARM/MAGICIAN MACHINE SUPPORT
759 P:      Philipp Zabel
760 M:      philipp.zabel@gmail.com
761 S:      Maintained
762
763 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
764 P:      Michael Petchkovsky
765 M:      mkpetch@internode.on.net
766 S:      Maintained
767
768 ARM/TOSA MACHINE SUPPORT
769 P:      Dmitry Eremin-Solenikov
770 M:      dbaryshkov@gmail.com
771 P:      Dirk Opfer
772 M:      dirk@opfer-online.de
773 S:      Maintained
774
775 ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT
776 P:      Marek Vasut
777 M:      marek.vasut@gmail.com
778 W:      http://hackndev.com
779 S:      Maintained
780
781 ARM/PALMZ72 SUPPORT
782 P:      Sergey Lapin
783 M:      slapin@ossfans.org
784 W:      http://hackndev.com
785 S:      Maintained
786
787 ARM/PLEB SUPPORT
788 P:      Peter Chubb
789 M:      pleb@gelato.unsw.edu.au
790 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
791 S:      Maintained
792
793 ARM/PT DIGITAL BOARD PORT
794 P:      Stefan Eletzhofer
795 M:      stefan.eletzhofer@eletztrick.de
796 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
797 W:      http://www.arm.linux.org.uk/
798 S:      Maintained
799
800 ARM/RADISYS ENP2611 MACHINE SUPPORT
801 P:      Lennert Buytenhek
802 M:      kernel@wantstofly.org
803 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
804 S:      Maintained
805
806 ARM/RISCPC ARCHITECTURE
807 P:      Russell King
808 M:      linux@arm.linux.org.uk
809 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
810 W:      http://www.arm.linux.org.uk/
811 S:      Maintained
812 F:      arch/arm/common/time-acorn.c
813 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
814 F:      arch/arm/include/asm/hardware/ioc.h
815 F:      arch/arm/include/asm/hardware/iomd.h
816 F:      arch/arm/include/asm/hardware/memc.h
817 F:      arch/arm/mach-rpc/
818 F:      drivers/net/arm/ether*
819 F:      drivers/scsi/arm/
820
821 ARM/SHARK MACHINE SUPPORT
822 P:      Alexander Schulz
823 M:      alex@shark-linux.de
824 W:      http://www.shark-linux.de/shark.html
825 S:      Maintained
826
827 ARM/S3C2410 ARM ARCHITECTURE
828 P:      Ben Dooks
829 M:      ben-linux@fluff.org
830 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
831 W:      http://www.fluff.org/ben/linux/
832 S:      Maintained
833
834 ARM/S3C2440 ARM ARCHITECTURE
835 P:      Ben Dooks
836 M:      ben-linux@fluff.org
837 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
838 W:      http://www.fluff.org/ben/linux/
839 S:      Maintained
840
841 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
842 P:      Lennert Buytenhek
843 M:      kernel@wantstofly.org
844 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
845 S:      Maintained
846
847 ARM/THECUS N2100 MACHINE SUPPORT
848 P:      Lennert Buytenhek
849 M:      kernel@wantstofly.org
850 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
851 S:      Maintained
852
853 ARM/NUVOTON W90X900 ARM ARCHITECTURE
854 P:      Wan ZongShun
855 M:      mcuos.com@gmail.com
856 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
857 W:      http://www.mcuos.com
858 S:      Maintained
859
860 ARM/VFP SUPPORT
861 P:      Russell King
862 M:      linux@arm.linux.org.uk
863 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
864 W:      http://www.arm.linux.org.uk/
865 S:      Maintained
866 F:      arch/arm/vfp/
867
868 ARPD SUPPORT
869 P:      Jonathan Layes
870 L:      netdev@vger.kernel.org
871 S:      Maintained
872 F:      net/ipv4/arp.c
873
874 ASUS ACPI EXTRAS DRIVER
875 P:      Corentin Chary
876 M:      corentincj@iksaif.net
877 P:      Karol Kozimor
878 M:      sziwan@users.sourceforge.net
879 L:      acpi4asus-user@lists.sourceforge.net
880 W:      http://sourceforge.net/projects/acpi4asus
881 W:      http://xf.iksaif.net/acpi4asus
882 S:      Maintained
883 F:      arch/x86/kernel/acpi/boot.c
884 F:      drivers/platform/x86/asus_acpi.c
885
886 ASUS ASB100 HARDWARE MONITOR DRIVER
887 P:      Mark M. Hoffman
888 M:      mhoffman@lightlink.com
889 L:      lm-sensors@lm-sensors.org
890 S:      Maintained
891 F:      drivers/hwmon/asb100.c
892
893 ASUS LAPTOP EXTRAS DRIVER
894 P:      Corentin Chary
895 M:      corentincj@iksaif.net
896 L:      acpi4asus-user@lists.sourceforge.net
897 W:      http://sourceforge.net/projects/acpi4asus
898 W:      http://xf.iksaif.net/acpi4asus
899 S:      Maintained
900 F:      drivers/platform/x86/asus-laptop.c
901
902 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
903 P:      Dan Williams
904 M:      dan.j.williams@intel.com
905 P:      Maciej Sosnowski
906 M:      maciej.sosnowski@intel.com
907 L:      linux-kernel@vger.kernel.org
908 W:      http://sourceforge.net/projects/xscaleiop
909 S:      Supported
910 F:      Documentation/crypto/async-tx-api.txt
911 F:      crypto/async_tx/
912 F:      drivers/dma/
913 F:      include/linux/dmaengine.h
914 F:      include/linux/async_tx.h
915
916 ATA OVER ETHERNET (AOE) DRIVER
917 P:      Ed L. Cashin
918 M:      ecashin@coraid.com
919 W:      http://www.coraid.com/support/linux
920 S:      Supported
921 F:      Documentation/aoe/
922 F:      drivers/block/aoe/
923
924 ATHEROS ATH5K WIRELESS DRIVER
925 P:      Jiri Slaby
926 M:      jirislaby@gmail.com
927 P:      Nick Kossifidis
928 M:      mickflemm@gmail.com
929 P:      Luis R. Rodriguez
930 M:      lrodriguez@atheros.com
931 P:      Bob Copeland
932 M:      me@bobcopeland.com
933 L:      linux-wireless@vger.kernel.org
934 L:      ath5k-devel@lists.ath5k.org
935 S:      Maintained
936 F:      drivers/net/wireless/ath5k/
937
938 ATHEROS ATH9K WIRELESS DRIVER
939 P:      Luis R. Rodriguez
940 M:      lrodriguez@atheros.com
941 P:      Jouni Malinen
942 M:      jmalinen@atheros.com
943 L:      linux-wireless@vger.kernel.org
944 L:      ath9k-devel@lists.ath9k.org
945 S:      Supported
946 F:      drivers/net/wireless/ath9k/
947
948 ATHEROS AR9170 WIRELESS DRIVER
949 P:      Christian Lamparter
950 M:      chunkeey@web.de
951 L:      linux-wireless@vger.kernel.org
952 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
953 S:      Maintained
954 F:      drivers/net/wireless/ar9170/
955
956 ATI_REMOTE2 DRIVER
957 P:      Ville Syrjala
958 M:      syrjala@sci.fi
959 S:      Maintained
960 F:      drivers/input/misc/ati_remote2.c
961
962 ATLX ETHERNET DRIVERS
963 P:      Jay Cliburn
964 M:      jcliburn@gmail.com
965 P:      Chris Snook
966 M:      csnook@redhat.com
967 P:      Jie Yang
968 M:      jie.yang@atheros.com
969 L:      atl1-devel@lists.sourceforge.net
970 W:      http://sourceforge.net/projects/atl1
971 W:      http://atl1.sourceforge.net
972 S:      Maintained
973 F:      drivers/net/atlx/
974
975 ATM
976 P:      Chas Williams
977 M:      chas@cmf.nrl.navy.mil
978 L:      linux-atm-general@lists.sourceforge.net (subscribers-only)
979 L:      netdev@vger.kernel.org
980 W:      http://linux-atm.sourceforge.net
981 S:      Maintained
982 F:      drivers/atm/
983 F:      include/linux/atm*
984
985 ATMEL AT91 MCI DRIVER
986 P:      Nicolas Ferre
987 M:      nicolas.ferre@atmel.com
988 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
989 W:      http://www.atmel.com/products/AT91/
990 W:      http://www.at91.com/
991 S:      Maintained
992 F:      drivers/mmc/host/at91_mci.c
993
994 ATMEL AT91 / AT32 SERIAL DRIVER
995 P:      Haavard Skinnemoen
996 M:      hskinnemoen@atmel.com
997 L:      linux-kernel@vger.kernel.org
998 S:      Supported
999 F:      drivers/serial/atmel_serial.c
1000
1001 ATMEL LCDFB DRIVER
1002 P:      Nicolas Ferre
1003 M:      nicolas.ferre@atmel.com
1004 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1005 S:      Maintained
1006 F:      drivers/video/atmel_lcdfb.c
1007 F:      include/video/atmel_lcdc.h
1008
1009 ATMEL MACB ETHERNET DRIVER
1010 P:      Haavard Skinnemoen
1011 M:      hskinnemoen@atmel.com
1012 S:      Supported
1013 F:      drivers/net/macb.*
1014
1015 ATMEL SPI DRIVER
1016 P:      Haavard Skinnemoen
1017 M:      hskinnemoen@atmel.com
1018 S:      Supported
1019 F:      drivers/spi/atmel_spi.*
1020
1021 ATMEL USBA UDC DRIVER
1022 P:      Haavard Skinnemoen
1023 M:      hskinnemoen@atmel.com
1024 L:      kernel@avr32linux.org
1025 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1026 S:      Supported
1027 F:      drivers/usb/gadget/atmel_usba_udc.*
1028
1029 ATMEL WIRELESS DRIVER
1030 P:      Simon Kelley
1031 M:      simon@thekelleys.org.uk
1032 L:      linux-wireless@vger.kernel.org
1033 W:      http://www.thekelleys.org.uk/atmel
1034 W:      http://atmelwlandriver.sourceforge.net/
1035 S:      Maintained
1036 F:      drivers/net/wireless/atmel*
1037
1038 AUDIT SUBSYSTEM
1039 P:      Al Viro
1040 M:      viro@zeniv.linux.org.uk
1041 P:      Eric Paris
1042 M:      eparis@redhat.com
1043 L:      linux-audit@redhat.com (subscribers-only)
1044 W:      http://people.redhat.com/sgrubb/audit/
1045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1046 S:      Maintained
1047 F:      include/linux/audit.h
1048 F:      kernel/audit*
1049
1050 AUXILIARY DISPLAY DRIVERS
1051 P:      Miguel Ojeda Sandonis
1052 M:      miguel.ojeda.sandonis@gmail.com
1053 L:      linux-kernel@vger.kernel.org
1054 W:      http://miguelojeda.es/auxdisplay.htm
1055 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1056 S:      Maintained
1057 F:      drivers/auxdisplay/
1058 F:      include/linux/cfag12864b.h
1059
1060 AVR32 ARCHITECTURE
1061 P:      Haavard Skinnemoen
1062 M:      hskinnemoen@atmel.com
1063 W:      http://www.atmel.com/products/AVR32/
1064 W:      http://avr32linux.org/
1065 W:      http://avrfreaks.net/
1066 S:      Supported
1067 F:      arch/avr32/
1068
1069 AVR32/AT32AP MACHINE SUPPORT
1070 P:      Haavard Skinnemoen
1071 M:      hskinnemoen@atmel.com
1072 S:      Supported
1073 F:      arch/avr32/mach-at32ap/
1074
1075 AX.25 NETWORK LAYER
1076 P:      Ralf Baechle
1077 M:      ralf@linux-mips.org
1078 L:      linux-hams@vger.kernel.org
1079 W:      http://www.linux-ax25.org/
1080 S:      Maintained
1081 F:      include/linux/ax25.h
1082 F:      include/net/ax25.h
1083 F:      net/ax25/
1084
1085 B43 WIRELESS DRIVER
1086 P:      Michael Buesch
1087 M:      mb@bu3sch.de
1088 P:      Stefano Brivio
1089 M:      stefano.brivio@polimi.it
1090 L:      linux-wireless@vger.kernel.org
1091 W:      http://linuxwireless.org/en/users/Drivers/b43
1092 S:      Maintained
1093 F:      drivers/net/wireless/b43/
1094
1095 B43LEGACY WIRELESS DRIVER
1096 P:      Larry Finger
1097 M:      Larry.Finger@lwfinger.net
1098 P:      Stefano Brivio
1099 M:      stefano.brivio@polimi.it
1100 L:      linux-wireless@vger.kernel.org
1101 W:      http://linuxwireless.org/en/users/Drivers/b43
1102 S:      Maintained
1103 F:      drivers/net/wireless/b43legacy/
1104
1105 BACKLIGHT CLASS/SUBSYSTEM
1106 P:      Richard Purdie
1107 M:      rpurdie@rpsys.net
1108 S:      Maintained
1109 F:      drivers/video/backlight/
1110 F:      include/linux/backlight.h
1111
1112 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1113 P:      Thomas Sailer
1114 M:      t.sailer@alumni.ethz.ch
1115 L:      linux-hams@vger.kernel.org
1116 W:      http://www.baycom.org/~tom/ham/ham.html
1117 S:      Maintained
1118 F:      drivers/net/hamradio/baycom*
1119
1120 BEFS FILE SYSTEM
1121 P:      Sergey S. Kostyliov
1122 M:      rathamahata@php4.ru
1123 L:      linux-kernel@vger.kernel.org
1124 S:      Maintained
1125 F:      Documentation/filesystems/befs.txt
1126 F:      fs/befs/
1127
1128 BFS FILE SYSTEM
1129 P:      Tigran A. Aivazian
1130 M:      tigran@aivazian.fsnet.co.uk
1131 L:      linux-kernel@vger.kernel.org
1132 S:      Maintained
1133 F:      Documentation/filesystems/bfs.txt
1134 F:      fs/bfs/
1135 F:      include/linux/bfs_fs.h
1136
1137 BLACKFIN ARCHITECTURE
1138 P:      Mike Frysinger
1139 M:      vapier@gentoo.org
1140 L:      uclinux-dist-devel@blackfin.uclinux.org
1141 W:      http://blackfin.uclinux.org
1142 S:      Supported
1143 F:      arch/blackfin/
1144
1145 BLACKFIN EMAC DRIVER
1146 P:      Michael Hennerich
1147 M:      michael.hennerich@analog.com
1148 L:      uclinux-dist-devel@blackfin.uclinux.org
1149 W:      http://blackfin.uclinux.org
1150 S:      Supported
1151 F:      drivers/net/bfin_mac.*
1152
1153 BLACKFIN RTC DRIVER
1154 P:      Mike Frysinger
1155 M:      vapier.adi@gmail.com
1156 L:      uclinux-dist-devel@blackfin.uclinux.org
1157 W:      http://blackfin.uclinux.org
1158 S:      Supported
1159 F:      drivers/rtc/rtc-bfin.c
1160
1161 BLACKFIN SERIAL DRIVER
1162 P:      Sonic Zhang
1163 M:      sonic.zhang@analog.com
1164 L:      uclinux-dist-devel@blackfin.uclinux.org
1165 W:      http://blackfin.uclinux.org
1166 S:      Supported
1167 F:      drivers/serial/bfin_5xx.c
1168
1169 BLACKFIN WATCHDOG DRIVER
1170 P:      Mike Frysinger
1171 M:      vapier.adi@gmail.com
1172 L:      uclinux-dist-devel@blackfin.uclinux.org
1173 W:      http://blackfin.uclinux.org
1174 S:      Supported
1175 F:      drivers/watchdog/bfin_wdt.c
1176
1177 BLACKFIN I2C TWI DRIVER
1178 P:      Sonic Zhang
1179 M:      sonic.zhang@analog.com
1180 L:      uclinux-dist-devel@blackfin.uclinux.org
1181 W:      http://blackfin.uclinux.org/
1182 S:      Supported
1183 F:      drivers/i2c/busses/i2c-bfin-twi.c
1184
1185 BLOCK LAYER
1186 P:      Jens Axboe
1187 M:      axboe@kernel.dk
1188 L:      linux-kernel@vger.kernel.org
1189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1190 S:      Maintained
1191 F:      block/
1192
1193 BLOCK2MTD DRIVER
1194 P:      Joern Engel
1195 M:      joern@lazybastard.org
1196 L:      linux-mtd@lists.infradead.org
1197 S:      Maintained
1198 F:      drivers/mtd/devices/block2mtd.c
1199
1200 BLUETOOTH DRIVERS
1201 P:      Marcel Holtmann
1202 M:      marcel@holtmann.org
1203 L:      linux-bluetooth@vger.kernel.org
1204 W:      http://www.bluez.org/
1205 S:      Maintained
1206 F:      drivers/bluetooth/
1207
1208 BLUETOOTH SUBSYSTEM
1209 P:      Marcel Holtmann
1210 M:      marcel@holtmann.org
1211 L:      linux-bluetooth@vger.kernel.org
1212 W:      http://www.bluez.org/
1213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1214 S:      Maintained
1215 F:      net/bluetooth/
1216 F:      include/net/bluetooth/
1217
1218 BONDING DRIVER
1219 P:      Jay Vosburgh
1220 M:      fubar@us.ibm.com
1221 L:      bonding-devel@lists.sourceforge.net
1222 W:      http://sourceforge.net/projects/bonding/
1223 S:      Supported
1224 F:      drivers/net/bonding/
1225 F:      include/linux/if_bonding.h
1226
1227 BROADCOM B44 10/100 ETHERNET DRIVER
1228 P:      Gary Zambrano
1229 M:      zambrano@broadcom.com
1230 L:      netdev@vger.kernel.org
1231 S:      Supported
1232 F:      drivers/net/b44.*
1233
1234 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1235 P:      Michael Chan
1236 M:      mchan@broadcom.com
1237 L:      netdev@vger.kernel.org
1238 S:      Supported
1239 F:      drivers/net/bnx2.*
1240 F:      drivers/net/bnx2_*
1241
1242 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1243 P:      Eilon Greenstein
1244 M:      eilong@broadcom.com
1245 L:      netdev@vger.kernel.org
1246 S:      Supported
1247 F:      drivers/net/bnx2x*
1248
1249 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1250 P:      Matt Carlson
1251 M:      mcarlson@broadcom.com
1252 P:      Michael Chan
1253 M:      mchan@broadcom.com
1254 L:      netdev@vger.kernel.org
1255 S:      Supported
1256 F:      drivers/net/tg3.*
1257
1258 BSG (block layer generic sg v4 driver)
1259 P:      FUJITA Tomonori
1260 M:      fujita.tomonori@lab.ntt.co.jp
1261 L:      linux-scsi@vger.kernel.org
1262 S:      Supported
1263 F:      block/bsg.c
1264 F:      include/linux/bsg.h
1265
1266 BT8XXGPIO DRIVER
1267 P:      Michael Buesch
1268 M:      mb@bu3sch.de
1269 W:      http://bu3sch.de/btgpio.php
1270 S:      Maintained
1271 F:      drivers/gpio/bt8xxgpio.c
1272
1273 BTRFS FILE SYSTEM
1274 P:      Chris Mason
1275 M:      chris.mason@oracle.com
1276 L:      linux-btrfs@vger.kernel.org
1277 W:      http://btrfs.wiki.kernel.org/
1278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1279 S:      Maintained
1280 F:      Documentation/filesystems/btrfs.txt
1281 F:      fs/btrfs/
1282
1283 BTTV VIDEO4LINUX DRIVER
1284 P:      Mauro Carvalho Chehab
1285 M:      mchehab@infradead.org
1286 L:      linux-media@vger.kernel.org
1287 W:      http://linuxtv.org
1288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1289 S:      Maintained
1290 F:      Documentation/video4linux/bttv/
1291 F:      drivers/media/video/bt8xx/bttv*
1292
1293 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1294 P:      David Howells
1295 M:      dhowells@redhat.com
1296 L:      linux-cachefs@redhat.com
1297 S:      Supported
1298 F:      Documentation/filesystems/caching/cachefiles.txt
1299 F:      fs/cachefiles/
1300
1301 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1302 P:      Jonathan Corbet
1303 M:      corbet@lwn.net
1304 L:      linux-media@vger.kernel.org
1305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1306 S:      Maintained
1307 F:      Documentation/video4linux/cafe_ccic
1308 F:      drivers/media/video/cafe_ccic*
1309
1310 CALGARY x86-64 IOMMU
1311 P:      Muli Ben-Yehuda
1312 M:      muli@il.ibm.com
1313 P:      Jon D. Mason
1314 M:      jdmason@kudzu.us
1315 L:      linux-kernel@vger.kernel.org
1316 L:      discuss@x86-64.org
1317 S:      Maintained
1318 F:      arch/x86/kernel/pci-calgary_64.c
1319 F:      arch/x86/kernel/tce_64.c
1320 F:      arch/x86/include/asm/calgary.h
1321 F:      arch/x86/include/asm/tce.h
1322
1323 CAN NETWORK LAYER
1324 P:      Urs Thuermann
1325 M:      urs.thuermann@volkswagen.de
1326 P:      Oliver Hartkopp
1327 M:      oliver.hartkopp@volkswagen.de
1328 L:      socketcan-core@lists.berlios.de (subscribers-only)
1329 W:      http://developer.berlios.de/projects/socketcan/
1330 S:      Maintained
1331 F:      drivers/net/can/
1332 F:      include/linux/can/
1333 F:      include/linux/can.h
1334
1335 CELL BROADBAND ENGINE ARCHITECTURE
1336 P:      Arnd Bergmann
1337 M:      arnd@arndb.de
1338 L:      linuxppc-dev@ozlabs.org
1339 L:      cbe-oss-dev@ozlabs.org
1340 W:      http://www.ibm.com/developerworks/power/cell/
1341 S:      Supported
1342 F:      arch/powerpc/include/asm/cell*.h
1343 F:      arch/powerpc/include/asm/spu*.h
1344 F:      arch/powerpc/oprofile/*cell*
1345 F:      arch/powerpc/platforms/cell/
1346
1347 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1348 P:      David Vrabel
1349 M:      david.vrabel@csr.com
1350 L:      linux-usb@vger.kernel.org
1351 S:      Supported
1352 F:      Documentation/usb/WUSB-Design-overview.txt
1353 F:      Documentation/usb/wusb-cbaf
1354 F:      drivers/usb/wusbcore/
1355 F:      include/linux/usb/wusb*
1356
1357 CFAG12864B LCD DRIVER
1358 P:      Miguel Ojeda Sandonis
1359 M:      miguel.ojeda.sandonis@gmail.com
1360 L:      linux-kernel@vger.kernel.org
1361 W:      http://miguelojeda.es/auxdisplay.htm
1362 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1363 S:      Maintained
1364 F:      drivers/auxdisplay/cfag12864b.c
1365 F:      include/linux/cfag12864b.h
1366
1367 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1368 P:      Miguel Ojeda Sandonis
1369 M:      miguel.ojeda.sandonis@gmail.com
1370 L:      linux-kernel@vger.kernel.org
1371 W:      http://miguelojeda.es/auxdisplay.htm
1372 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1373 S:      Maintained
1374 F:      drivers/auxdisplay/cfag12864bfb.c
1375 F:      include/linux/cfag12864b.h
1376
1377 CFG80211 and NL80211
1378 P:      Johannes Berg
1379 M:      johannes@sipsolutions.net
1380 L:      linux-wireless@vger.kernel.org
1381 S:      Maintained
1382 F:      include/linux/nl80211.h
1383 F:      include/net/cfg80211.h
1384 F:      net/wireless/*
1385 X:      net/wireless/wext*
1386
1387 CHECKPATCH
1388 P:      Andy Whitcroft
1389 M:      apw@canonical.com
1390 L:      linux-kernel@vger.kernel.org
1391 S:      Supported
1392 F:      scripts/checkpatch.pl
1393
1394 CISCO 10G ETHERNET DRIVER
1395 P:      Scott Feldman
1396 M:      scofeldm@cisco.com
1397 P:      Joe Eykholt
1398 M:      jeykholt@cisco.com
1399 S:      Supported
1400 F:      drivers/net/enic/
1401
1402 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1403 P:      Lennert Buytenhek
1404 M:      kernel@wantstofly.org
1405 L:      netdev@vger.kernel.org
1406 S:      Maintained
1407 F:      drivers/net/arm/ep93xx_eth.c
1408
1409 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1410 P:      Lennert Buytenhek
1411 M:      kernel@wantstofly.org
1412 L:      linux-usb@vger.kernel.org
1413 S:      Maintained
1414 F:      drivers/usb/host/ohci-ep93xx.c
1415
1416 CIRRUS LOGIC CS4270 SOUND DRIVER
1417 P:      Timur Tabi
1418 M:      timur@freescale.com
1419 L:      alsa-devel@alsa-project.org
1420 S:      Supported
1421 F:      sound/soc/codecs/cs4270*
1422
1423 CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER
1424 P:      Cirrus Logic Corporation (kernel 2.2 driver)
1425 M:      Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com>
1426 P:      Nils Faerber (port to kernel 2.4)
1427 M:      Nils Faerber <nils@kernelconcepts.de>
1428 S:      Maintained
1429 F:      Documentation/input/cs461x.txt
1430 F:      sound/pci/cs46xx/
1431
1432 CLK API
1433 P:      Russell King
1434 M:      linux@arm.linux.org.uk
1435 F:      include/linux/clk.h
1436
1437 CISCO FCOE HBA DRIVER
1438 P:      Abhijeet Joglekar
1439 M:      abjoglek@cisco.com
1440 P:      Joe Eykholt
1441 M:      jeykholt@cisco.com
1442 L:      linux-scsi@vger.kernel.org
1443 S:      Supported
1444
1445 CODA FILE SYSTEM
1446 P:      Jan Harkes
1447 M:      jaharkes@cs.cmu.edu
1448 M:      coda@cs.cmu.edu
1449 L:      codalist@coda.cs.cmu.edu
1450 W:      http://www.coda.cs.cmu.edu/
1451 S:      Maintained
1452 F:      Documentation/filesystems/coda.txt
1453 F:      fs/coda/
1454 F:      include/linux/coda*.h
1455
1456 COMMON INTERNET FILE SYSTEM (CIFS)
1457 P:      Steve French
1458 M:      sfrench@samba.org
1459 L:      linux-cifs-client@lists.samba.org
1460 L:      samba-technical@lists.samba.org
1461 W:      http://linux-cifs.samba.org/
1462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1463 S:      Supported
1464 F:      Documentation/filesystems/cifs.txt
1465 F:      fs/cifs/
1466
1467 COMPACTPCI HOTPLUG CORE
1468 P:      Scott Murray
1469 M:      scottm@somanetworks.com
1470 M:      scott@spiteful.org
1471 L:      linux-pci@vger.kernel.org
1472 S:      Supported
1473 F:      drivers/pci/hotplug/cpci_hotplug*
1474
1475 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1476 P:      Scott Murray
1477 M:      scottm@somanetworks.com
1478 M:      scott@spiteful.org
1479 L:      linux-pci@vger.kernel.org
1480 S:      Supported
1481 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1482
1483 COMPACTPCI HOTPLUG GENERIC DRIVER
1484 P:      Scott Murray
1485 M:      scottm@somanetworks.com
1486 M:      scott@spiteful.org
1487 L:      linux-pci@vger.kernel.org
1488 S:      Supported
1489 F:      drivers/pci/hotplug/cpcihp_generic.c
1490
1491 COMPAL LAPTOP SUPPORT
1492 P:      Cezary Jackiewicz
1493 M:      cezary.jackiewicz@gmail.com
1494 S:      Maintained
1495 F:      drivers/platform/x86/compal-laptop.c
1496
1497 COMPUTONE INTELLIPORT MULTIPORT CARD
1498 P:      Michael H. Warfield
1499 M:      mhw@wittsend.com
1500 W:      http://www.wittsend.com/computone.html
1501 S:      Maintained
1502 F:      Documentation/serial/computone.txt
1503 F:      drivers/char/ip2/
1504
1505 CONEXANT ACCESSRUNNER USB DRIVER
1506 P:      Simon Arlott
1507 M:      cxacru@fire.lp0.eu
1508 L:      accessrunner-general@lists.sourceforge.net
1509 W:      http://accessrunner.sourceforge.net/
1510 S:      Maintained
1511 F:      drivers/usb/atm/cxacru.c
1512
1513 CONFIGFS
1514 P:      Joel Becker
1515 M:      joel.becker@oracle.com
1516 L:      linux-kernel@vger.kernel.org
1517 S:      Supported
1518 F:      fs/configfs/
1519 F:      include/linux/configfs.h
1520
1521 CONTROL GROUPS (CGROUPS)
1522 P:      Paul Menage
1523 M:      menage@google.com
1524 P:      Li Zefan
1525 M:      lizf@cn.fujitsu.com
1526 L:      containers@lists.linux-foundation.org
1527 S:      Maintained
1528 F:      include/linux/cgroup*
1529 F:      kernel/cgroup*
1530
1531 CORETEMP HARDWARE MONITORING DRIVER
1532 P:      Rudolf Marek
1533 M:      r.marek@assembler.cz
1534 L:      lm-sensors@lm-sensors.org
1535 S:      Maintained
1536 F:      Documentation/hwmon/coretemp
1537 F:      drivers/hwmon/coretemp.c
1538
1539 COSA/SRP SYNC SERIAL DRIVER
1540 P:      Jan "Yenya" Kasprzak
1541 M:      kas@fi.muni.cz
1542 W:      http://www.fi.muni.cz/~kas/cosa/
1543 S:      Maintained
1544 F:      drivers/net/wan/cosa*
1545
1546 CPMAC ETHERNET DRIVER
1547 P:      Florian Fainelli
1548 M:      florian@openwrt.org
1549 L:      netdev@vger.kernel.org
1550 S:      Maintained
1551 F:      drivers/net/cpmac.c
1552
1553 CPU FREQUENCY DRIVERS
1554 P:      Dave Jones
1555 M:      davej@redhat.com
1556 L:      cpufreq@vger.kernel.org
1557 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1559 S:      Maintained
1560 F:      arch/x86/kernel/cpu/cpufreq/
1561 F:      drivers/cpufreq/
1562 F:      include/linux/cpufreq.h
1563
1564 CPUID/MSR DRIVER
1565 P:      H. Peter Anvin
1566 M:      hpa@zytor.com
1567 S:      Maintained
1568 F:      arch/x86/kernel/cpuid.c
1569 F:      arch/x86/kernel/msr.c
1570
1571 CPUSETS
1572 P:      Paul Menage
1573 M:      menage@google.com
1574 L:      linux-kernel@vger.kernel.org
1575 W:      http://www.bullopensource.org/cpuset/
1576 W:      http://oss.sgi.com/projects/cpusets/
1577 S:      Supported
1578 F:      Documentation/cgroups/cpusets.txt
1579 F:      include/linux/cpuset.h
1580 F:      kernel/cpuset.c
1581
1582 CRAMFS FILESYSTEM
1583 W:      http://sourceforge.net/projects/cramfs/
1584 S:      Orphan
1585 F:      Documentation/filesystems/cramfs.txt
1586 F:      fs/cramfs/
1587
1588 CRIS PORT
1589 P:      Mikael Starvik
1590 M:      starvik@axis.com
1591 P:      Jesper Nilsson
1592 M:      jesper.nilsson@axis.com
1593 L:      dev-etrax@axis.com
1594 W:      http://developer.axis.com
1595 S:      Maintained
1596 F:      arch/cris/
1597
1598 CRYPTO API
1599 P:      Herbert Xu
1600 M:      herbert@gondor.apana.org.au
1601 P:      David S. Miller
1602 M:      davem@davemloft.net
1603 L:      linux-crypto@vger.kernel.org
1604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1605 S:      Maintained
1606 F:      Documentation/crypto/
1607 F:      arch/*/crypto/
1608 F:      crypto/
1609 F:      drivers/crypto/
1610 F:      include/crypto/
1611
1612 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1613 P:      Neil Horman
1614 M:      nhorman@tuxdriver.com
1615 L:      linux-crypto@vger.kernel.org
1616 S:      Maintained
1617
1618 CS5535 Audio ALSA driver
1619 P:      Jaya Kumar
1620 M:      jayakumar.alsa@gmail.com
1621 S:      Maintained
1622 F:      sound/pci/cs5535audio/
1623
1624 CX18 VIDEO4LINUX DRIVER
1625 P:      Hans Verkuil
1626 M:      hverkuil@xs4all.nl
1627 P:      Andy Walls
1628 M:      awalls@radix.net
1629 L:      ivtv-devel@ivtvdriver.org
1630 L:      ivtv-users@ivtvdriver.org
1631 L:      linux-media@vger.kernel.org
1632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1633 W:      http://linuxtv.org
1634 S:      Maintained
1635 F:      Documentation/video4linux/cx18.txt
1636 F:      drivers/media/video/cx18/
1637
1638 CXGB3 ETHERNET DRIVER (CXGB3)
1639 P:      Divy Le Ray
1640 M:      divy@chelsio.com
1641 L:      netdev@vger.kernel.org
1642 W:      http://www.chelsio.com
1643 S:      Supported
1644 F:      drivers/net/cxgb3/
1645
1646 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1647 P:      Steve Wise
1648 M:      swise@chelsio.com
1649 L:      general@lists.openfabrics.org
1650 W:      http://www.openfabrics.org
1651 S:      Supported
1652 F:      drivers/infiniband/hw/cxgb3/
1653
1654 CYBERPRO FB DRIVER
1655 P:      Russell King
1656 M:      linux@arm.linux.org.uk
1657 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
1658 W:      http://www.arm.linux.org.uk/
1659 S:      Maintained
1660 F:      drivers/video/cyber2000fb.*
1661
1662 CYCLADES 2X SYNC CARD DRIVER
1663 P:      Arnaldo Carvalho de Melo
1664 M:      acme@ghostprotocols.net
1665 W:      http://oops.ghostprotocols.net:81/blog
1666 S:      Maintained
1667 F:      drivers/net/wan/cycx*
1668
1669 CYCLADES ASYNC MUX DRIVER
1670 W:      http://www.cyclades.com/
1671 S:      Orphan
1672 F:      drivers/char/cyclades.c
1673 F:      include/linux/cyclades.h
1674
1675 CYCLADES PC300 DRIVER
1676 W:      http://www.cyclades.com/
1677 S:      Orphan
1678 F:      drivers/net/wan/pc300*
1679
1680 DAMA SLAVE for AX.25
1681 P:      Joerg Reuter
1682 M:      jreuter@yaina.de
1683 W:      http://yaina.de/jreuter/
1684 W:      http://www.qsl.net/dl1bke/
1685 L:      linux-hams@vger.kernel.org
1686 S:      Maintained
1687 F:      net/ax25/af_ax25.c
1688 F:      net/ax25/ax25_dev.c
1689 F:      net/ax25/ax25_ds_*
1690 F:      net/ax25/ax25_in.c
1691 F:      net/ax25/ax25_out.c
1692 F:      net/ax25/ax25_timer.c
1693 F:      net/ax25/sysctl_net_ax25.c
1694
1695 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1696 P:      Tobias Ringstrom
1697 M:      tori@unhappy.mine.nu
1698 L:      netdev@vger.kernel.org
1699 S:      Maintained
1700 F:      Documentation/networking/dmfe.txt
1701 F:      drivers/net/tulip/dmfe.c
1702
1703 DC390/AM53C974 SCSI driver
1704 P:      Kurt Garloff
1705 M:      garloff@suse.de
1706 W:      http://www.garloff.de/kurt/linux/dc390/
1707 P:      Guennadi Liakhovetski
1708 M:      g.liakhovetski@gmx.de
1709 S:      Maintained
1710 F:      drivers/scsi/tmscsim.*
1711
1712 DC395x SCSI driver
1713 P:      Oliver Neukum
1714 M:      oliver@neukum.name
1715 P:      Ali Akcaagac
1716 M:      aliakc@web.de
1717 P:      Jamie Lenehan
1718 M:      lenehan@twibble.org
1719 W:      http://twibble.org/dist/dc395x/
1720 L:      dc395x@twibble.org
1721 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1722 S:      Maintained
1723 F:      Documentation/scsi/dc395x.txt
1724 F:      drivers/scsi/dc395x.*
1725
1726 DCCP PROTOCOL
1727 P:      Arnaldo Carvalho de Melo
1728 M:      acme@ghostprotocols.net
1729 L:      dccp@vger.kernel.org
1730 W:      http://linux-net.osdl.org/index.php/DCCP
1731 S:      Maintained
1732 F:      include/linux/dccp.h
1733 F:      include/linux/tfrc.h
1734 F:      net/dccp/
1735
1736 DECnet NETWORK LAYER
1737 P:      Christine Caulfield
1738 M:      christine.caulfield@googlemail.com
1739 W:      http://linux-decnet.sourceforge.net
1740 L:      linux-decnet-user@lists.sourceforge.net
1741 S:      Maintained
1742 F:      Documentation/networking/decnet.txt
1743 F:      net/decnet/
1744
1745 DEFXX FDDI NETWORK DRIVER
1746 P:      Maciej W. Rozycki
1747 M:      macro@linux-mips.org
1748 S:      Maintained
1749 F:      drivers/net/defxx.*
1750
1751 DELL LAPTOP DRIVER
1752 P:      Matthew Garrett
1753 M:      mjg59@srcf.ucam.org
1754 S:      Maintained
1755 F:      drivers/platform/x86/dell-laptop.c
1756
1757 DELL LAPTOP SMM DRIVER
1758 P:      Massimo Dal Zotto
1759 M:      dz@debian.org
1760 W:      http://www.debian.org/~dz/i8k/
1761 S:      Maintained
1762 F:      drivers/char/i8k.c
1763 F:      include/linux/i8k.h
1764
1765 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1766 P:      Doug Warzecha
1767 M:      Douglas_Warzecha@dell.com
1768 S:      Maintained
1769 F:      Documentation/dcdbas.txt
1770 F:      drivers/firmware/dcdbas.*
1771
1772 DELL WMI EXTRAS DRIVER
1773 P:      Matthew Garrett
1774 M:      mjg59@srcf.ucam.org
1775 S:      Maintained
1776
1777 DEVICE NUMBER REGISTRY
1778 P:      Torben Mathiasen
1779 M:      device@lanana.org
1780 W:      http://lanana.org/docs/device-list/index.html
1781 L:      linux-kernel@vger.kernel.org
1782 S:      Maintained
1783
1784 DEVICE-MAPPER  (LVM)
1785 P:      Alasdair Kergon
1786 L:      dm-devel@redhat.com
1787 W:      http://sources.redhat.com/dm
1788 S:      Maintained
1789 F:      Documentation/device-mapper/
1790 F:      drivers/md/dm*
1791 F:      include/linux/device-mapper.h
1792 F:      include/linux/dm-*.h
1793
1794 DIGI INTL. EPCA DRIVER
1795 P:      Digi International, Inc
1796 M:      Eng.Linux@digi.com
1797 L:      Eng.Linux@digi.com
1798 W:      http://www.digi.com
1799 S:      Orphan
1800 F:      Documentation/serial/digiepca.txt
1801 F:      drivers/char/epca*
1802 F:      drivers/char/digi*
1803
1804 DIRECTORY NOTIFICATION (DNOTIFY)
1805 P:      Stephen Rothwell
1806 M:      sfr@canb.auug.org.au
1807 L:      linux-kernel@vger.kernel.org
1808 S:      Supported
1809 F:      Documentation/filesystems/dnotify.txt
1810 F:      fs/notify/dnotify/
1811 F:      include/linux/dnotify.h
1812
1813 DISK GEOMETRY AND PARTITION HANDLING
1814 P:      Andries Brouwer
1815 M:      aeb@cwi.nl
1816 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1817 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1818 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1819 S:      Maintained
1820
1821 DISKQUOTA
1822 P:      Jan Kara
1823 M:      jack@suse.cz
1824 L:      linux-kernel@vger.kernel.org
1825 S:      Maintained
1826 F:      Documentation/filesystems/quota.txt
1827 F:      fs/quota/
1828 F:      include/linux/quota*.h
1829
1830 DISTRIBUTED LOCK MANAGER (DLM)
1831 P:      Christine Caulfield
1832 M:      ccaulfie@redhat.com
1833 P:      David Teigland
1834 M:      teigland@redhat.com
1835 L:      cluster-devel@redhat.com
1836 W:      http://sources.redhat.com/cluster/
1837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1838 S:      Supported
1839 F:      fs/dlm/
1840
1841 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1842 P:      Maciej Sosnowski
1843 M:      maciej.sosnowski@intel.com
1844 P:      Dan Williams
1845 M:      dan.j.williams@intel.com
1846 L:      linux-kernel@vger.kernel.org
1847 S:      Supported
1848 F:      drivers/dma/
1849 F:      include/linux/dma*
1850
1851 DME1737 HARDWARE MONITOR DRIVER
1852 P:      Juerg Haefliger
1853 M:      juergh@gmail.com
1854 L:      lm-sensors@lm-sensors.org
1855 S:      Maintained
1856 F:      Documentation/hwmon/dme1737
1857 F:      drivers/hwmon/dme1737.c
1858
1859 DOCBOOK FOR DOCUMENTATION
1860 P:      Randy Dunlap
1861 M:      rdunlap@xenotime.net
1862 S:      Maintained
1863
1864 DOCKING STATION DRIVER
1865 P:      Shaohua Li
1866 M:      shaohua.li@intel.com
1867 L:      linux-acpi@vger.kernel.org
1868 S:      Supported
1869 F:      drivers/acpi/dock.c
1870
1871 DOCUMENTATION
1872 P:      Randy Dunlap
1873 M:      rdunlap@xenotime.net
1874 L:      linux-doc@vger.kernel.org
1875 S:      Maintained
1876 F:      Documentation/
1877
1878 DOUBLETALK DRIVER
1879 P:      James R. Van Zandt
1880 M:      jrv@vanzandt.mv.com
1881 L:      blinux-list@redhat.com
1882 S:      Maintained
1883 F:      drivers/char/dtlk.c
1884 F:      include/linux/dtlk.h
1885
1886 DPT_I2O SCSI RAID DRIVER
1887 P:      Adaptec OEM Raid Solutions
1888 M:      aacraid@adaptec.com
1889 L:      linux-scsi@vger.kernel.org
1890 W:      http://www.adaptec.com/
1891 S:      Maintained
1892 F:      drivers/scsi/dpt*
1893 F:      drivers/scsi/dpt/
1894
1895 DRIVER CORE, KOBJECTS, AND SYSFS
1896 P:      Greg Kroah-Hartman
1897 M:      gregkh@suse.de
1898 L:      linux-kernel@vger.kernel.org
1899 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1900 S:      Supported
1901 F:      Documentation/kobject.txt
1902 F:      drivers/base/
1903 F:      fs/sysfs/
1904 F:      include/linux/kobj*
1905 F:      lib/kobj*
1906
1907 DRM DRIVERS
1908 P:      David Airlie
1909 M:      airlied@linux.ie
1910 L:      dri-devel@lists.sourceforge.net
1911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1912 S:      Maintained
1913 F:      drivers/gpu/drm/
1914
1915 DSCC4 DRIVER
1916 P:      Francois Romieu
1917 M:      romieu@fr.zoreil.com
1918 L:      netdev@vger.kernel.org
1919 S:      Maintained
1920 F:      drivers/net/wan/dscc4.c
1921
1922 DZ DECSTATION DZ11 SERIAL DRIVER
1923 P:      Maciej W. Rozycki
1924 M:      macro@linux-mips.org
1925 S:      Maintained
1926 F:      drivers/serial/dz.*
1927
1928 EATA-DMA SCSI DRIVER
1929 P:      Michael Neuffer
1930 M:      mike@i-Connect.Net
1931 L:      linux-eata@i-connect.net
1932 L:      linux-scsi@vger.kernel.org
1933 S:      Maintained
1934 F:      drivers/scsi/eata*
1935
1936 EATA ISA/EISA/PCI SCSI DRIVER
1937 P:      Dario Ballabio
1938 M:      ballabio_dario@emc.com
1939 L:      linux-scsi@vger.kernel.org
1940 S:      Maintained
1941 F:      drivers/scsi/eata.c
1942
1943 EATA-PIO SCSI DRIVER
1944 P:      Michael Neuffer
1945 M:      mike@i-Connect.Net
1946 L:      linux-eata@i-connect.net
1947 L:      linux-scsi@vger.kernel.org
1948 S:      Maintained
1949 F:      drivers/scsi/eata_pio.*
1950
1951 EBTABLES
1952 P:      Bart De Schuymer
1953 M:      bart.de.schuymer@pandora.be
1954 L:      ebtables-user@lists.sourceforge.net
1955 L:      ebtables-devel@lists.sourceforge.net
1956 W:      http://ebtables.sourceforge.net/
1957 S:      Maintained
1958 F:      include/linux/netfilter_bridge/ebt_*.h
1959 F:      net/bridge/netfilter/ebt*.c
1960
1961 ECRYPT FILE SYSTEM
1962 P:      Tyler Hicks
1963 M:      tyhicks@linux.vnet.ibm.com
1964 M:      Dustin Kirkland
1965 P:      kirkland@canonical.com
1966 L:      ecryptfs-devel@lists.launchpad.net
1967 W:      https://launchpad.net/ecryptfs
1968 S:      Supported
1969 F:      Documentation/filesystems/ecryptfs.txt
1970 F:      fs/ecryptfs/
1971
1972 EDAC-CORE
1973 P:      Doug Thompson
1974 M:      dougthompson@xmission.com
1975 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1976 W:      bluesmoke.sourceforge.net
1977 S:      Supported
1978 F:      Documentation/edac.txt
1979 F:      drivers/edac/edac_*
1980 F:      include/linux/edac.h
1981
1982 EDAC-E752X
1983 P:      Mark Gross
1984 M:      mark.gross@intel.com
1985 P:      Doug Thompson
1986 M:      dougthompson@xmission.com
1987 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1988 W:      bluesmoke.sourceforge.net
1989 S:      Maintained
1990 F:      drivers/edac/e752x_edac.c
1991
1992 EDAC-E7XXX
1993 P:      Doug Thompson
1994 M:      dougthompson@xmission.com
1995 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1996 W:      bluesmoke.sourceforge.net
1997 S:      Maintained
1998 F:      drivers/edac/e7xxx_edac.c
1999
2000 EDAC-I82443BXGX
2001 P:      Tim Small
2002 M:      tim@buttersideup.com
2003 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2004 W:      bluesmoke.sourceforge.net
2005 S:      Maintained
2006 F:      drivers/edac/i82443bxgx_edac.c
2007
2008 EDAC-I3000
2009 P:      Jason Uhlenkott
2010 M:      juhlenko@akamai.com
2011 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2012 W:      bluesmoke.sourceforge.net
2013 S:      Maintained
2014 F:      drivers/edac/i3000_edac.c
2015
2016 EDAC-I5000
2017 P:      Doug Thompson
2018 M:      dougthompson@xmission.com
2019 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2020 W:      bluesmoke.sourceforge.net
2021 S:      Maintained
2022 F:      drivers/edac/i5000_edac.c
2023
2024 EDAC-I5400
2025 P:      Mauro Carvalho Chehab
2026 M:      mchehab@redhat.com
2027 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2028 W:      bluesmoke.sourceforge.net
2029 S:      Maintained
2030 F:      drivers/edac/i5400_edac.c
2031
2032 EDAC-I82975X
2033 P:      Ranganathan Desikan
2034 P:      Arvind R.
2035 M:      rdesikan@jetzbroadband.com
2036 M:      arvind@acarlab.com
2037 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2038 W:      bluesmoke.sourceforge.net
2039 S:      Maintained
2040 F:      drivers/edac/i82975x_edac.c
2041
2042 EDAC-PASEMI
2043 P:      Egor Martovetsky
2044 M:      egor@pasemi.com
2045 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2046 W:      bluesmoke.sourceforge.net
2047 S:      Maintained
2048 F:      drivers/edac/pasemi_edac.c
2049
2050 EDAC-R82600
2051 P:      Tim Small
2052 M:      tim@buttersideup.com
2053 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2054 W:      bluesmoke.sourceforge.net
2055 S:      Maintained
2056 F:      drivers/edac/r82600_edac.c
2057
2058 EEEPC LAPTOP EXTRAS DRIVER
2059 P:      Corentin Chary
2060 M:      corentincj@iksaif.net
2061 L:      acpi4asus-user@lists.sourceforge.net
2062 W:      http://sourceforge.net/projects/acpi4asus
2063 S:      Maintained
2064 F:      drivers/platform/x86/eeepc-laptop.c
2065
2066 EFS FILESYSTEM
2067 W:      http://aeschi.ch.eu.org/efs/
2068 S:      Orphan
2069 F:      fs/efs/
2070
2071 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2072 P:      Hoang-Nam Nguyen
2073 M:      hnguyen@de.ibm.com
2074 P:      Christoph Raisch
2075 M:      raisch@de.ibm.com
2076 L:      general@lists.openfabrics.org
2077 S:      Supported
2078 F:      drivers/infiniband/hw/ehca/
2079
2080 EMBEDDED LINUX
2081 P:      Paul Gortmaker
2082 M:      paul.gortmaker@windriver.com
2083 P:      Matt Mackall
2084 M:      mpm@selenic.com
2085 P:      David Woodhouse
2086 M:      dwmw2@infradead.org
2087 L:      linux-embedded@vger.kernel.org
2088 S:      Maintained
2089
2090 EMULEX LPFC FC SCSI DRIVER
2091 P:      James Smart
2092 M:      james.smart@emulex.com
2093 L:      linux-scsi@vger.kernel.org
2094 W:      http://sourceforge.net/projects/lpfcxxxx
2095 S:      Supported
2096 F:      drivers/scsi/lpfc/
2097
2098 EPSON 1355 FRAMEBUFFER DRIVER
2099 P:      Christopher Hoover
2100 M:      ch@murgatroid.com
2101 P:      Christopher Hoover
2102 M:      ch@hpl.hp.com
2103 S:      Maintained
2104 F:      drivers/video/epson1355fb.c
2105
2106 EPSON S1D13XXX FRAMEBUFFER DRIVER
2107 P:      Kristoffer Ericson
2108 M:      kristoffer.ericson@gmail.com
2109 S:      Maintained
2110 F:      drivers/video/s1d13xxxfb.c
2111 F:      include/video/s1d13xxxfb.h
2112
2113 ETHEREXPRESS-16 NETWORK DRIVER
2114 P:      Philip Blundell
2115 M:      philb@gnu.org
2116 L:      netdev@vger.kernel.org
2117 S:      Maintained
2118 F:      drivers/net/eexpress.*
2119
2120 ETHERNET BRIDGE
2121 P:      Stephen Hemminger
2122 M:      shemminger@linux-foundation.org
2123 L:      bridge@lists.linux-foundation.org
2124 W:      http://www.linux-foundation.org/en/Net:Bridge
2125 S:      Maintained
2126 F:      include/linux/netfilter_bridge/
2127 F:      net/bridge/
2128
2129 ETHERTEAM 16I DRIVER
2130 P:      Mika Kuoppala
2131 M:      miku@iki.fi
2132 S:      Maintained
2133 F:      drivers/net/eth16i.c
2134
2135 EXT2 FILE SYSTEM
2136 L:      linux-ext4@vger.kernel.org
2137 S:      Maintained
2138 F:      Documentation/filesystems/ext2.txt
2139 F:      fs/ext2/
2140 F:      include/linux/ext2*
2141
2142 EXT3 FILE SYSTEM
2143 P:      Stephen Tweedie
2144 M:      sct@redhat.com
2145 P:      Andrew Morton
2146 M:      akpm@linux-foundation.org
2147 P:      Andreas Dilger
2148 M:      adilger@sun.com
2149 L:      linux-ext4@vger.kernel.org
2150 S:      Maintained
2151 F:      Documentation/filesystems/ext3.txt
2152 F:      fs/ext3/
2153 F:      include/linux/ext3*
2154
2155 EXT4 FILE SYSTEM
2156 P:      Theodore Ts'o
2157 M:      tytso@mit.edu
2158 P:      Andreas Dilger
2159 M:      adilger@sun.com
2160 L:      linux-ext4@vger.kernel.org
2161 W:      http://ext4.wiki.kernel.org
2162 S:      Maintained
2163 F:      Documentation/filesystems/ext4.txt
2164 F:      fs/ext4/
2165
2166 F71805F HARDWARE MONITORING DRIVER
2167 P:      Jean Delvare
2168 M:      khali@linux-fr.org
2169 L:      lm-sensors@lm-sensors.org
2170 S:      Maintained
2171 F:      Documentation/hwmon/f71805f
2172 F:      drivers/hwmon/f71805f.c
2173
2174 FARSYNC SYNCHRONOUS DRIVER
2175 P:      Kevin Curtis
2176 M:      kevin.curtis@farsite.co.uk
2177 W:      http://www.farsite.co.uk/
2178 S:      Supported
2179 F:      drivers/net/wan/farsync.*
2180
2181 FAULT INJECTION SUPPORT
2182 P:      Akinobu Mita
2183 M:      akinobu.mita@gmail.com
2184 S:      Supported
2185 F:      Documentation/fault-injection/
2186 F:      lib/fault-inject.c
2187
2188 FILE LOCKING (flock() and fcntl()/lockf())
2189 P:      Matthew Wilcox
2190 M:      matthew@wil.cx
2191 L:      linux-fsdevel@vger.kernel.org
2192 S:      Maintained
2193 F:      include/linux/fcntl.h
2194 F:      include/linux/fs.h
2195 F:      fs/fcntl.c
2196 F:      fs/locks.c
2197
2198 FILESYSTEMS (VFS and infrastructure)
2199 P:      Alexander Viro
2200 M:      viro@zeniv.linux.org.uk
2201 L:      linux-fsdevel@vger.kernel.org
2202 S:      Maintained
2203 F:      fs/*
2204
2205 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2206 P:      Riku Voipio
2207 M:      riku.vipio@iki.fi
2208 L:      lm-sensors@lm-sensors.org
2209 S:      Maintained
2210 F:      drivers/hwmon/f75375s.c
2211 F:      include/linux/f75375s.h
2212
2213 FIREWIRE SUBSYSTEM
2214 P:      Kristian Hoegsberg
2215 M:      krh@redhat.com
2216 P:      Stefan Richter
2217 M:      stefanr@s5r6.in-berlin.de
2218 L:      linux1394-devel@lists.sourceforge.net
2219 W:      http://www.linux1394.org/
2220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2221 S:      Maintained
2222 F:      drivers/firewire/
2223 F:      include/linux/firewire*.h
2224
2225 FIRMWARE LOADER (request_firmware)
2226 L:      linux-kernel@vger.kernel.org
2227 S:      Orphan
2228 F:      Documentation/firmware_class/
2229 F:      drivers/base/firmware*.c
2230 F:      include/linux/firmware.h
2231
2232 FPU EMULATOR
2233 P:      Bill Metzenthen
2234 M:      billm@melbpc.org.au
2235 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2236 S:      Maintained
2237 F:      arch/x86/math-emu/
2238
2239 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2240 P:      Mike McLagan
2241 M:      mike.mclagan@linux.org
2242 L:      netdev@vger.kernel.org
2243 S:      Maintained
2244 F:      drivers/net/wan/dlci.c
2245 F:      drivers/net/wan/sdla.c
2246
2247 FRAMEBUFFER LAYER
2248 P:      Antonino Daplas
2249 M:      adaplas@gmail.com
2250 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2251 W:      http://linux-fbdev.sourceforge.net/
2252 S:      Maintained
2253 F:      Documentation/fb/
2254 F:      drivers/video/fb*
2255 F:      include/linux/fb.h
2256
2257 FREESCALE DMA DRIVER
2258 P:      Li Yang
2259 M:      leoli@freescale.com
2260 P:      Zhang Wei
2261 M:      zw@zh-kernel.org
2262 L:      linuxppc-dev@ozlabs.org
2263 L:      linux-kernel@vger.kernel.org
2264 S:      Maintained
2265 F:      drivers/dma/fsldma.*
2266
2267 FREESCALE I2C CPM DRIVER
2268 P:      Jochen Friedrich
2269 M:      jochen@scram.de
2270 L:      linuxppc-dev@ozlabs.org
2271 L:      linux-i2c@vger.kernel.org
2272 S:      Maintained
2273 F:      drivers/i2c/busses/i2c-cpm.c
2274
2275 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2276 P:      Sascha Hauer
2277 M:      kernel@pengutronix.de
2278 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2279 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
2280 S:      Maintained
2281 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2282 F:      drivers/video/imxfb.c
2283
2284 FREESCALE SOC FS_ENET DRIVER
2285 P:      Pantelis Antoniou
2286 M:      pantelis.antoniou@gmail.com
2287 P:      Vitaly Bordug
2288 M:      vbordug@ru.mvista.com
2289 L:      linuxppc-dev@ozlabs.org
2290 L:      netdev@vger.kernel.org
2291 S:      Maintained
2292 F:      drivers/net/fs_enet/
2293 F:      include/linux/fs_enet_pd.h
2294
2295 FREESCALE QUICC ENGINE LIBRARY
2296 P:      Timur Tabi
2297 M:      timur@freescale.com
2298 L:      linuxppc-dev@ozlabs.org
2299 S:      Supported
2300 F:      arch/powerpc/sysdev/qe_lib/
2301 F:      arch/powerpc/include/asm/*qe.h
2302
2303 FREESCALE HIGHSPEED USB DEVICE DRIVER
2304 P:      Li Yang
2305 M:      leoli@freescale.com
2306 L:      linux-usb@vger.kernel.org
2307 L:      linuxppc-dev@ozlabs.org
2308 S:      Maintained
2309 F:      drivers/usb/gadget/fsl_usb2_udc.c
2310
2311 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2312 P:      Li Yang
2313 M:      leoli@freescale.com
2314 L:      netdev@vger.kernel.org
2315 L:      linuxppc-dev@ozlabs.org
2316 S:      Maintained
2317 F:      drivers/net/ucc_geth*
2318
2319 FREESCALE QUICC ENGINE UCC UART DRIVER
2320 P:      Timur Tabi
2321 M:      timur@freescale.com
2322 L:      linuxppc-dev@ozlabs.org
2323 S:      Supported
2324 F:      drivers/serial/ucc_uart.c
2325
2326 FREESCALE SOC SOUND DRIVERS
2327 P:      Timur Tabi
2328 M:      timur@freescale.com
2329 L:      alsa-devel@alsa-project.org
2330 L:      linuxppc-dev@ozlabs.org
2331 S:      Supported
2332 F:      sound/soc/fsl/fsl*
2333 F:      sound/soc/fsl/mpc8610_hpcd.c
2334
2335 FREEVXFS FILESYSTEM
2336 P:      Christoph Hellwig
2337 M:      hch@infradead.org
2338 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2339 S:      Maintained
2340 F:      fs/freevxfs/
2341
2342 FREEZER
2343 P:      Pavel Machek
2344 M:      pavel@suse.cz
2345 P:      Rafael J. Wysocki
2346 M:      rjw@sisk.pl
2347 L:      linux-pm@lists.linux-foundation.org
2348 S:      Supported
2349 F:      Documentation/power/freezing-of-tasks.txt
2350 F:      include/linux/freezer.h
2351 F:      kernel/freezer.c
2352
2353 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2354 P:      David Howells
2355 M:      dhowells@redhat.com
2356 L:      linux-cachefs@redhat.com
2357 S:      Supported
2358 F:      Documentation/filesystems/caching/
2359 F:      fs/fscache/
2360 F:      include/linux/fscache*.h
2361
2362 FTRACE
2363 P:      Steven Rostedt
2364 M:      rostedt@goodmis.org
2365 S:      Maintained
2366 F:      Documentation/ftrace.txt
2367 F:      arch/*/*/*/ftrace.h
2368 F:      arch/*/kernel/ftrace.c
2369 F:      include/*/ftrace.h
2370 F:      kernel/trace/
2371
2372 FUJITSU FR-V (FRV) PORT
2373 P:      David Howells
2374 M:      dhowells@redhat.com
2375 S:      Maintained
2376 F:      arch/frv/
2377
2378 FUJITSU LAPTOP EXTRAS
2379 P:      Jonathan Woithe
2380 M:      jwoithe@physics.adelaide.edu.au
2381 L:      linux-acpi@vger.kernel.org
2382 S:      Maintained
2383 F:      drivers/platform/x86/fujitsu-laptop.c
2384
2385 FUSE: FILESYSTEM IN USERSPACE
2386 P:      Miklos Szeredi
2387 M:      miklos@szeredi.hu
2388 L:      fuse-devel@lists.sourceforge.net
2389 W:      http://fuse.sourceforge.net/
2390 S:      Maintained
2391 F:      fs/fuse/
2392 F:      include/linux/fuse.h
2393
2394 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2395 P:      Rik Faith
2396 M:      faith@cs.unc.edu
2397 L:      linux-scsi@vger.kernel.org
2398 S:      Odd Fixes (e.g., new signatures)
2399 F:      drivers/scsi/fdomain.*
2400
2401 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2402 P:      Achim Leubner
2403 M:      achim_leubner@adaptec.com
2404 L:      linux-scsi@vger.kernel.org
2405 W:      http://www.icp-vortex.com/
2406 S:      Supported
2407 F:      drivers/scsi/gdt*
2408
2409 GENERIC GPIO I2C DRIVER
2410 P:      Haavard Skinnemoen
2411 M:      hskinnemoen@atmel.com
2412 S:      Supported
2413 F:      drivers/i2c/busses/i2c-gpio.c
2414 F:      include/linux/i2c-gpio.h
2415
2416 GENERIC HDLC (WAN) DRIVERS
2417 P:      Krzysztof Halasa
2418 M:      khc@pm.waw.pl
2419 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2420 S:      Maintained
2421 F:      drivers/net/wan/c101.c
2422 F:      drivers/net/wan/hd6457*
2423 F:      drivers/net/wan/hdlc*
2424 F:      drivers/net/wan/n2.c
2425 F:      drivers/net/wan/pc300too.c
2426 F:      drivers/net/wan/pci200syn.c
2427 F:      drivers/net/wan/wanxl*
2428
2429 GFS2 FILE SYSTEM
2430 P:      Steven Whitehouse
2431 M:      swhiteho@redhat.com
2432 L:      cluster-devel@redhat.com
2433 W:      http://sources.redhat.com/cluster/
2434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2436 S:      Supported
2437 F:      Documentation/filesystems/gfs2*.txt
2438 F:      fs/gfs2/
2439 F:      include/linux/gfs2_ondisk.h
2440
2441 GIGASET ISDN DRIVERS
2442 P:      Hansjoerg Lipp
2443 M:      hjlipp@web.de
2444 P:      Tilman Schmidt
2445 M:      tilman@imap.cc
2446 L:      gigaset307x-common@lists.sourceforge.net
2447 W:      http://gigaset307x.sourceforge.net/
2448 S:      Maintained
2449 F:      Documentation/isdn/README.gigaset
2450 F:      drivers/isdn/gigaset/
2451 F:      include/linux/gigaset_dev.h
2452
2453 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2454 P:      Frank Seidel
2455 M:      frank@f-seidel.de
2456 L:      lm-sensors@lm-sensors.org
2457 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2458 S:      Maintained
2459 F:      drivers/hwmon/hdaps.c
2460
2461 HYPERVISOR VIRTUAL CONSOLE DRIVER
2462 L:      linuxppc-dev@ozlabs.org
2463 L:      linux-kernel@vger.kernel.org
2464 S:      Odd Fixes
2465 F:      drivers/char/hvc_*
2466
2467 GSPCA FINEPIX SUBDRIVER
2468 P:      Frank Zago
2469 M:      frank@zago.net
2470 L:      linux-media@vger.kernel.org
2471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2472 S:      Maintained
2473 F:      drivers/media/video/gspca/finepix.c
2474
2475 GSPCA M5602 SUBDRIVER
2476 P:      Erik Andren
2477 M:      erik.andren@gmail.com
2478 L:      linux-media@vger.kernel.org
2479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2480 S:      Maintained
2481 F:      drivers/media/video/gspca/m5602/
2482
2483 GSPCA PAC207 SONIXB SUBDRIVER
2484 P:      Hans de Goede
2485 M:      hdegoede@redhat.com
2486 L:      linux-media@vger.kernel.org
2487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2488 S:      Maintained
2489 F:      drivers/media/video/gspca/pac207.c
2490
2491 GSPCA T613 SUBDRIVER
2492 P:      Leandro Costantino
2493 M:      lcostantino@gmail.com
2494 L:      linux-media@vger.kernel.org
2495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2496 S:      Maintained
2497 F:      drivers/media/video/gspca/t613.c
2498
2499 GSPCA USB WEBCAM DRIVER
2500 P:      Jean-Francois Moine
2501 M:      moinejf@free.fr
2502 W:      http://moinejf.free.fr
2503 L:      linux-media@vger.kernel.org
2504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2505 S:      Maintained
2506 F:      drivers/media/video/gspca/
2507
2508 HARDWARE MONITORING
2509 L:      lm-sensors@lm-sensors.org
2510 W:      http://www.lm-sensors.org/
2511 S:      Orphan
2512 F:      drivers/hwmon/
2513
2514 HARDWARE RANDOM NUMBER GENERATOR CORE
2515 S:      Orphan
2516 F:      Documentation/hw_random.txt
2517 F:      drivers/char/hw_random/
2518 F:      include/linux/hw_random.h
2519
2520 HARMONY SOUND DRIVER
2521 P:      Kyle McMartin
2522 M:      kyle@mcmartin.ca
2523 L:      linux-parisc@vger.kernel.org
2524 S:      Maintained
2525 F:      sound/parisc/harmony.*
2526
2527 HAYES ESP SERIAL DRIVER
2528 P:      Andrew J. Robinson
2529 M:      arobinso@nyx.net
2530 L:      linux-kernel@vger.kernel.org
2531 W:      http://www.nyx.net/~arobinso
2532 S:      Maintained
2533 F:      Documentation/serial/hayes-esp.txt
2534 F:      drivers/char/esp.c
2535
2536 HEWLETT-PACKARD SMART2 RAID DRIVER
2537 P:      Chirag Kantharia
2538 M:      chirag.kantharia@hp.com
2539 L:      iss_storagedev@hp.com
2540 S:      Maintained
2541 F:      Documentation/blockdev/cpqarray.txt
2542 F:      drivers/block/cpqarray.*
2543
2544 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2545 P:      Mike Miller
2546 M:      mike.miller@hp.com
2547 L:      iss_storagedev@hp.com
2548 S:      Supported
2549 F:      Documentation/blockdev/cciss.txt
2550 F:      drivers/block/cciss*
2551 F:      include/linux/cciss_ioctl.h
2552
2553 HFS FILESYSTEM
2554 P:      Roman Zippel
2555 M:      zippel@linux-m68k.org
2556 L:      linux-kernel@vger.kernel.org
2557 S:      Maintained
2558 F:      Documentation/filesystems/hfs.txt
2559 F:      fs/hfs/
2560
2561 HGA FRAMEBUFFER DRIVER
2562 P:      Ferenc Bakonyi
2563 M:      fero@drama.obuda.kando.hu
2564 L:      linux-nvidia@lists.surfsouth.com
2565 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2566 S:      Maintained
2567 F:      drivers/video/hgafb.c
2568
2569 HIBERNATION (aka Software Suspend, aka swsusp)
2570 P:      Pavel Machek
2571 M:      pavel@ucw.cz
2572 P:      Rafael J. Wysocki
2573 M:      rjw@sisk.pl
2574 L:      linux-pm@lists.linux-foundation.org
2575 S:      Supported
2576 F:      arch/x86/power/
2577 F:      drivers/base/power/
2578 F:      kernel/power/
2579 F:      include/linux/suspend.h
2580 F:      include/linux/freezer.h
2581 F:      include/linux/pm.h
2582 F:      arch/*/include/asm/suspend*.h
2583
2584 HID CORE LAYER
2585 P:      Jiri Kosina
2586 M:      jkosina@suse.cz
2587 L:      linux-input@vger.kernel.org
2588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2589 S:      Maintained
2590 F:      drivers/hid/
2591 F:      include/linux/hid*
2592
2593 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2594 P:      Thomas Gleixner
2595 M:      tglx@linutronix.de
2596 L:      linux-kernel@vger.kernel.org
2597 S:      Maintained
2598 F:      Documentation/timers/
2599 F:      kernel/hrtimer.c
2600 F:      include/linux/hrtimer.h
2601
2602 HIGH-SPEED SCC DRIVER FOR AX.25
2603 P:      Klaus Kudielka
2604 M:      klaus.kudielka@ieee.org
2605 L:      linux-hams@vger.kernel.org
2606 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2607 S:      Maintained
2608 F:      drivers/net/hamradio/dmascc.c
2609 F:      drivers/net/hamradio/scc.c
2610
2611 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2612 P:      HighPoint Linux Team
2613 M:      linux@highpoint-tech.com
2614 W:      http://www.highpoint-tech.com
2615 S:      Supported
2616 F:      Documentation/scsi/hptiop.txt
2617 F:      drivers/scsi/hptiop.c
2618
2619 HIPPI
2620 P:      Jes Sorensen
2621 M:      jes@trained-monkey.org
2622 L:      linux-hippi@sunsite.dk
2623 S:      Maintained
2624 F:      include/linux/hippidevice.h
2625 F:      include/linux/if_hippi.h
2626 F:      net/802/hippi.c
2627
2628 HOST AP DRIVER
2629 P:      Jouni Malinen
2630 M:      j@w1.fi
2631 L:      hostap@shmoo.com (subscribers-only)
2632 L:      linux-wireless@vger.kernel.org
2633 W:      http://hostap.epitest.fi/
2634 S:      Maintained
2635 F:      drivers/net/wireless/hostap/
2636
2637 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2638 P:      Carlos Corbacho
2639 M:      carlos@strangeworlds.co.uk
2640 S:      Odd Fixes
2641 F:      drivers/platform/x86/tc1100-wmi.c
2642
2643 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2644 P:      Jaroslav Kysela
2645 M:      perex@perex.cz
2646 S:      Maintained
2647 F:      drivers/net/hp100.*
2648
2649 HPET:   High Precision Event Timers driver
2650 P:      Clemens Ladisch
2651 M:      clemens@ladisch.de
2652 S:      Maintained
2653 F:      Documentation/timers/hpet.txt
2654 F:      drivers/char/hpet.c
2655 F:      include/linux/hpet.h
2656
2657 HPET:   i386
2658 P:      Venkatesh Pallipadi (Venki)
2659 M:      venkatesh.pallipadi@intel.com
2660 S:      Maintained
2661 F:      arch/x86/kernel/hpet.c
2662 F:      arch/x86/include/asm/hpet.h
2663
2664 HPET:   x86_64
2665 P:      Vojtech Pavlik
2666 M:      vojtech@suse.cz
2667 S:      Maintained
2668
2669 HPET:   ACPI
2670 P:      Bob Picco
2671 M:      bob.picco@hp.com
2672 S:      Maintained
2673 F:      drivers/char/hpet.c
2674
2675 HPFS FILESYSTEM
2676 P:      Mikulas Patocka
2677 M:      mikulas@artax.karlin.mff.cuni.cz
2678 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2679 S:      Maintained
2680 F:      fs/hpfs/
2681
2682 HSO 3G MODEM DRIVER
2683 P:      Jan Dumon
2684 M:      j.dumon@option.com
2685 W:      http://www.pharscape.org
2686 S:      Maintained
2687 F:      drivers/net/usb/hso.c
2688
2689 HTCPEN TOUCHSCREEN DRIVER
2690 P:      Pau Oliva Fora
2691 M:      pof@eslack.org
2692 L:      linux-input@vger.kernel.org
2693 S:      Maintained
2694 F:      drivers/input/touchscreen/htcpen.c
2695
2696 HUGETLB FILESYSTEM
2697 P:      William Irwin
2698 M:      wli@holomorphy.com
2699 S:      Maintained
2700 F:      fs/hugetlbfs/
2701
2702 I2C/SMBUS STUB DRIVER
2703 P:      Mark M. Hoffman
2704 M:      mhoffman@lightlink.com
2705 L:      linux-i2c@vger.kernel.org
2706 S:      Maintained
2707 F:      drivers/i2c/busses/i2c-stub.c
2708
2709 I2C SUBSYSTEM
2710 P:      Jean Delvare (PC drivers, core)
2711 M:      khali@linux-fr.org
2712 P:      Ben Dooks (embedded platforms)
2713 M:      ben-linux@fluff.org
2714 L:      linux-i2c@vger.kernel.org
2715 W:      http://i2c.wiki.kernel.org/
2716 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2717 S:      Maintained
2718 F:      Documentation/i2c/
2719 F:      drivers/i2c/
2720 F:      include/linux/i2c.h
2721 F:      include/linux/i2c-dev.h
2722 F:      include/linux/i2c-id.h
2723
2724 I2C-TINY-USB DRIVER
2725 P:      Till Harbaum
2726 M:      till@harbaum.org
2727 L:      linux-i2c@vger.kernel.org
2728 W:      http://www.harbaum.org/till/i2c_tiny_usb
2729 S:      Maintained
2730 F:      drivers/i2c/busses/i2c-tiny-usb.c
2731
2732 i386 BOOT CODE
2733 P:      H. Peter Anvin
2734 M:      hpa@zytor.com
2735 L:      Linux-Kernel@vger.kernel.org
2736 S:      Maintained
2737 F:      arch/x86/boot/
2738
2739 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2740 P:      H. Peter Anvin
2741 M:      hpa@zytor.com
2742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2743 S:      Maintained
2744
2745 IA64 (Itanium) PLATFORM
2746 P:      Tony Luck
2747 M:      tony.luck@intel.com
2748 L:      linux-ia64@vger.kernel.org
2749 W:      http://www.ia64-linux.org/
2750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2751 S:      Maintained
2752 F:      arch/ia64/
2753
2754 IBM MCA SCSI SUBSYSTEM DRIVER
2755 P:      Michael Lang
2756 M:      langa2@kph.uni-mainz.de
2757 W:      http://www.uni-mainz.de/~langm000/linux.html
2758 S:      Maintained
2759 F:      drivers/scsi/ibmmca.c
2760
2761 IBM Power Linux RAID adapter
2762 P:      Brian King
2763 M:      brking@us.ibm.com
2764 S:      Supported
2765 F:      drivers/scsi/ipr.*
2766
2767 IBM ServeRAID RAID DRIVER
2768 P:      Jack Hammer
2769 P:      Dave Jeffery
2770 M:      ipslinux@adaptec.com
2771 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2772 S:      Supported
2773 F:      drivers/scsi/ips.*
2774
2775 IDE SUBSYSTEM
2776 P:      Bartlomiej Zolnierkiewicz
2777 M:      bzolnier@gmail.com
2778 L:      linux-ide@vger.kernel.org
2779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git
2780 S:      Maintained
2781 F:      Documentation/ide/
2782 F:      drivers/ide/
2783 F:      include/linux/ide.h
2784
2785 IDE/ATAPI DRIVERS
2786 P:      Borislav Petkov
2787 M:      petkovbb@gmail.com
2788 L:      linux-ide@vger.kernel.org
2789 S:      Maintained
2790 F:      Documentation/cdrom/ide-cd
2791 F:      drivers/ide/ide-cd*
2792
2793 IDLE-I7300
2794 P:      Andy Henroid
2795 M:      andrew.d.henroid@intel.com
2796 L:      linux-pm@lists.linux-foundation.org
2797 S:      Supported
2798 F:      drivers/idle/i7300_idle.c
2799
2800 IEEE 1394 SUBSYSTEM
2801 P:      Ben Collins
2802 M:      ben.collins@ubuntu.com
2803 P:      Stefan Richter
2804 M:      stefanr@s5r6.in-berlin.de
2805 L:      linux1394-devel@lists.sourceforge.net
2806 W:      http://www.linux1394.org/
2807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2808 S:      Maintained
2809 F:      drivers/ieee1394/
2810
2811 IEEE 1394 RAW I/O DRIVER
2812 P:      Dan Dennedy
2813 M:      dan@dennedy.org
2814 P:      Stefan Richter
2815 M:      stefanr@s5r6.in-berlin.de
2816 L:      linux1394-devel@lists.sourceforge.net
2817 S:      Maintained
2818 F:      drivers/ieee1394/raw1394*
2819
2820 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2821 P:      Mimi Zohar
2822 M:      zohar@us.ibm.com
2823 S:      Supported
2824 F:      security/integrity/ima/
2825
2826 IMS TWINTURBO FRAMEBUFFER DRIVER
2827 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2828 S:      Orphan
2829 F:      drivers/video/imsttfb.c
2830
2831 INFINIBAND SUBSYSTEM
2832 P:      Roland Dreier
2833 M:      rolandd@cisco.com
2834 P:      Sean Hefty
2835 M:      sean.hefty@intel.com
2836 P:      Hal Rosenstock
2837 M:      hal.rosenstock@gmail.com
2838 L:      general@lists.openfabrics.org (moderated for non-subscribers)
2839 W:      http://www.openib.org/
2840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2841 S:      Supported
2842 F:      Documentation/infiniband/
2843 F:      drivers/infiniband/
2844 F:      include/linux/if_infiniband.h
2845
2846 INOTIFY
2847 P:      John McCutchan
2848 M:      john@johnmccutchan.com
2849 P:      Robert Love
2850 M:      rlove@rlove.org
2851 L:      linux-kernel@vger.kernel.org
2852 S:      Maintained
2853 F:      Documentation/filesystems/inotify.txt
2854 F:      fs/notify/inotify/
2855 F:      include/linux/inotify.h
2856
2857 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2858 P:      Dmitry Torokhov
2859 M:      dmitry.torokhov@gmail.com
2860 M:      dtor@mail.ru
2861 L:      linux-input@vger.kernel.org
2862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2863 S:      Maintained
2864 F:      drivers/input/
2865
2866 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2867 P:      Sylvain Meyer
2868 M:      sylvain.meyer@worldonline.fr
2869 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2870 S:      Maintained
2871 F:      Documentation/fb/intelfb.txt
2872 F:      drivers/video/intelfb/
2873
2874 INTEL 810/815 FRAMEBUFFER DRIVER
2875 P:      Antonino Daplas
2876 M:      adaplas@gmail.com
2877 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2878 S:      Maintained
2879 F:      drivers/video/i810/
2880
2881 INTEL MENLOW THERMAL DRIVER
2882 P:      Sujith Thomas
2883 M:      sujith.thomas@intel.com
2884 L:      linux-acpi@vger.kernel.org
2885 W:      http://www.lesswatts.org/projects/acpi/
2886 S:      Supported
2887 F:      drivers/platform/x86/intel_menlow.c
2888
2889 INTEL IA32 MICROCODE UPDATE SUPPORT
2890 P:      Tigran Aivazian
2891 M:      tigran@aivazian.fsnet.co.uk
2892 S:      Maintained
2893 F:      arch/x86/kernel/microcode_core.c
2894 F:      arch/x86/kernel/microcode_intel.c
2895
2896 INTEL I/OAT DMA DRIVER
2897 P:      Maciej Sosnowski
2898 M:      maciej.sosnowski@intel.com
2899 L:      linux-kernel@vger.kernel.org
2900 S:      Supported
2901 F:      drivers/dma/ioat*
2902
2903 INTEL IOMMU (VT-d)
2904 P:      David Woodhouse
2905 M:      dwmw2@infradead.org
2906 L:      iommu@lists.linux-foundation.org
2907 T:      git git://git.infradead.org/iommu-2.6.git
2908 S:      Supported
2909 F:      drivers/pci/intel-iommu.c
2910 F:      include/linux/intel-iommu.h
2911
2912 INTEL IOP-ADMA DMA DRIVER
2913 P:      Dan Williams
2914 M:      dan.j.williams@intel.com
2915 L:      linux-kernel@vger.kernel.org
2916 S:      Supported
2917 F:      drivers/dma/iop-adma.c
2918
2919 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2920 P:      Krzysztof Halasa
2921 M:      khc@pm.waw.pl
2922 S:      Maintained
2923 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
2924 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
2925 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2926 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
2927 F:      drivers/net/arm/ixp4xx_eth.c
2928 F:      drivers/net/wan/ixp4xx_hss.c
2929
2930 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2931 P:      Deepak Saxena
2932 M:      dsaxena@plexity.net
2933 S:      Maintained
2934 F:      drivers/char/hw_random/ixp4xx-rng.c
2935
2936 INTEL IXP2000 ETHERNET DRIVER
2937 P:      Lennert Buytenhek
2938 M:      kernel@wantstofly.org
2939 L:      netdev@vger.kernel.org
2940 S:      Maintained
2941 F:      drivers/net/ixp2000/
2942
2943 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2944 P:      Jeff Kirsher
2945 M:      jeffrey.t.kirsher@intel.com
2946 P:      Jesse Brandeburg
2947 M:      jesse.brandeburg@intel.com
2948 P:      Bruce Allan
2949 M:      bruce.w.allan@intel.com
2950 P:      PJ Waskiewicz
2951 M:      peter.p.waskiewicz.jr@intel.com
2952 P:      John Ronciak
2953 M:      john.ronciak@intel.com
2954 L:      e1000-devel@lists.sourceforge.net
2955 W:      http://e1000.sourceforge.net/
2956 S:      Supported
2957 F:      drivers/net/e100.c
2958 F:      drivers/net/e1000/
2959 F:      drivers/net/e1000e/
2960 F:      drivers/net/igb/
2961 F:      drivers/net/ixgb/
2962 F:      drivers/net/ixgbe/
2963
2964 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2965 P:      Zhu Yi
2966 M:      yi.zhu@intel.com
2967 P:      James Ketrenos
2968 M:      jketreno@linux.intel.com
2969 P:      Reinette Chatre
2970 M:      reinette.chatre@intel.com
2971 L:      linux-wireless@vger.kernel.org
2972 L:      ipw2100-devel@lists.sourceforge.net
2973 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2974 W:      http://ipw2100.sourceforge.net
2975 S:      Supported
2976 F:      Documentation/networking/README.ipw2100
2977 F:      drivers/net/wireless/ipw2x00/ipw2100.*
2978
2979 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2980 P:      Zhu Yi
2981 M:      yi.zhu@intel.com
2982 P:      James Ketrenos
2983 M:      jketreno@linux.intel.com
2984 P:      Reinette Chatre
2985 M:      reinette.chatre@intel.com
2986 L:      linux-wireless@vger.kernel.org
2987 L:      ipw2100-devel@lists.sourceforge.net
2988 W:      http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel
2989 W:      http://ipw2200.sourceforge.net
2990 S:      Supported
2991 F:      Documentation/networking/README.ipw2200
2992 F:      drivers/net/wireless/ipw2x00/ipw2200.*
2993
2994 INTEL WIRELESS WIMAX CONNECTION 2400
2995 P:      Inaky Perez-Gonzalez
2996 M:      inaky.perez-gonzalez@intel.com
2997 M:      linux-wimax@intel.com
2998 L:      wimax@linuxwimax.org
2999 S:      Supported
3000 W:      http://linuxwimax.org
3001 F:      Documentation/wimax/README.i2400m
3002 F:      drivers/net/wimax/i2400m/
3003 F:      include/linux/wimax/i2400m.h
3004
3005 INTEL WIRELESS WIFI LINK (iwlwifi)
3006 P:      Zhu Yi
3007 M:      yi.zhu@intel.com
3008 P:      Reinette Chatre
3009 M:      reinette.chatre@intel.com
3010 L:      linux-wireless@vger.kernel.org
3011 L:      ipw3945-devel@lists.sourceforge.net
3012 W:      http://intellinuxwireless.org
3013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3014 S:      Supported
3015 F:      drivers/net/wireless/iwlwifi/
3016
3017 IOC3 ETHERNET DRIVER
3018 P:      Ralf Baechle
3019 M:      ralf@linux-mips.org
3020 L:      linux-mips@linux-mips.org
3021 S:      Maintained
3022 F:      drivers/net/ioc3-eth.c
3023
3024 IOC3 SERIAL DRIVER
3025 P:      Pat Gefre
3026 M:      pfg@sgi.com
3027 L:      linux-mips@linux-mips.org
3028 S:      Maintained
3029 F:      drivers/serial/ioc3_serial.c
3030
3031 IP MASQUERADING
3032 P:      Juanjo Ciarlante
3033 M:      jjciarla@raiz.uncu.edu.ar
3034 S:      Maintained
3035 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3036
3037 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3038 P:      Francois Romieu
3039 M:      romieu@fr.zoreil.com
3040 P:      Sorbica Shieh
3041 M:      sorbica@icplus.com.tw
3042 P:      Jesse Huang
3043 M:      jesse@icplus.com.tw
3044 L:      netdev@vger.kernel.org
3045 S:      Maintained
3046 F:      drivers/net/ipg.c
3047
3048 IPATH DRIVER
3049 P:      Ralph Campbell
3050 M:      infinipath@qlogic.com
3051 L:      general@lists.openfabrics.org
3052 T:      git git://git.qlogic.com/ipath-linux-2.6
3053 S:      Supported
3054 F:      drivers/infiniband/hw/ipath/
3055
3056 IPMI SUBSYSTEM
3057 P:      Corey Minyard
3058 M:      minyard@acm.org
3059 L:      openipmi-developer@lists.sourceforge.net
3060 W:      http://openipmi.sourceforge.net/
3061 S:      Supported
3062 F:      Documentation/IPMI.txt
3063 F:      drivers/char/ipmi/
3064 F:      include/linux/ipmi*
3065
3066 IPS SCSI RAID DRIVER
3067 P:      Adaptec OEM Raid Solutions
3068 M:      aacraid@adaptec.com
3069 L:      linux-scsi@vger.kernel.org
3070 W:      http://www.adaptec.com/
3071 S:      Maintained
3072 F:      drivers/scsi/ips*
3073
3074 IPVS
3075 P:      Wensong Zhang
3076 M:      wensong@linux-vs.org
3077 P:      Simon Horman
3078 M:      horms@verge.net.au
3079 P:      Julian Anastasov
3080 M:      ja@ssi.bg
3081 L:      netdev@vger.kernel.org
3082 L:      lvs-devel@vger.kernel.org
3083 S:      Maintained
3084 F:      Documentation/networking/ipvs-sysctl.txt
3085 F:      net/netfilter/ipvs/
3086
3087 IPWIRELESS DRIVER
3088 P:      Jiri Kosina
3089 M:      jkosina@suse.cz
3090 P:      David Sterba
3091 M:      dsterba@suse.cz
3092 S:      Maintained
3093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3094 F:      drivers/char/pcmcia/ipwireless/
3095
3096 IPX NETWORK LAYER
3097 P:      Arnaldo Carvalho de Melo
3098 M:      acme@ghostprotocols.net
3099 L:      netdev@vger.kernel.org
3100 S:      Maintained
3101 F:      include/linux/ipx.h
3102 F:      include/net/ipx.h
3103 F:      net/ipx/
3104
3105 IRDA SUBSYSTEM
3106 P:      Samuel Ortiz
3107 M:      samuel@sortiz.org
3108 L:      irda-users@lists.sourceforge.net (subscribers-only)
3109 W:      http://irda.sourceforge.net/
3110 S:      Maintained
3111 F:      Documentation/networking/irda.txt
3112 F:      drivers/net/irda/
3113 F:      include/net/irda/
3114 F:      net/irda/
3115
3116 ISAPNP
3117 P:      Jaroslav Kysela
3118 M:      perex@perex.cz
3119 S:      Maintained
3120 F:      Documentation/isapnp.txt
3121 F:      drivers/pnp/isapnp/
3122 F:      include/linux/isapnp.h
3123
3124 ISCSI
3125 P:      Mike Christie
3126 M:      michaelc@cs.wisc.edu
3127 L:      open-iscsi@googlegroups.com
3128 W:      www.open-iscsi.org
3129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3130 S:      Maintained
3131 F:      drivers/scsi/*iscsi*
3132 F:      include/scsi/*iscsi*
3133
3134 ISDN SUBSYSTEM
3135 P:      Karsten Keil
3136 M:      isdn@linux-pingi.de
3137 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3138 W:      http://www.isdn4linux.de
3139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3140 S:      Maintained
3141 F:      Documentation/isdn/
3142 F:      drivers/isdn/
3143 F:      include/linux/isdn.h
3144 F:      include/linux/isdn/
3145
3146 ISDN SUBSYSTEM (Eicon active card driver)
3147 P:      Armin Schindler
3148 M:      mac@melware.de
3149 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3150 W:      http://www.melware.de
3151 S:      Maintained
3152 F:      drivers/isdn/hardware/eicon/
3153
3154 IVTV VIDEO4LINUX DRIVER
3155 P:      Hans Verkuil
3156 M:      hverkuil@xs4all.nl
3157 L:      ivtv-devel@ivtvdriver.org
3158 L:      ivtv-users@ivtvdriver.org
3159 L:      linux-media@vger.kernel.org
3160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3161 W:      http://www.ivtvdriver.org
3162 S:      Maintained
3163 F:      Documentation/video4linux/*.ivtv
3164 F:      drivers/media/video/ivtv/
3165 F:      include/linux/ivtv*
3166
3167 JFS FILESYSTEM
3168 P:      Dave Kleikamp
3169 M:      shaggy@austin.ibm.com
3170 L:      jfs-discussion@lists.sourceforge.net
3171 W:      http://jfs.sourceforge.net/
3172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3173 S:      Supported
3174 F:      Documentation/filesystems/jfs.txt
3175 F:      fs/jfs/
3176
3177 JME NETWORK DRIVER
3178 P:      Guo-Fu Tseng
3179 M:      cooldavid@cooldavid.org
3180 L:      netdev@vger.kernel.org
3181 S:      Maintained
3182 F:      drivers/net/jme.*
3183
3184 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3185 P:      David Woodhouse
3186 M:      dwmw2@infradead.org
3187 L:      linux-mtd@lists.infradead.org
3188 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3189 S:      Maintained
3190 F:      fs/jffs2/
3191 F:      include/linux/jffs2.h
3192 F:      include/mtd/jffs2-user.h
3193
3194 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3195 P:      Stephen Tweedie
3196 M:      sct@redhat.com
3197 P:      Andrew Morton
3198 M:      akpm@linux-foundation.org
3199 L:      linux-ext4@vger.kernel.org
3200 S:      Maintained
3201 F:      fs/jbd*/
3202 F:      include/linux/ext*jbd*.h
3203 F:      include/linux/jbd*.h
3204
3205 K8TEMP HARDWARE MONITORING DRIVER
3206 P:      Rudolf Marek
3207 M:      r.marek@assembler.cz
3208 L:      lm-sensors@lm-sensors.org
3209 S:      Maintained
3210 F:      Documentation/hwmon/k8temp
3211 F:      drivers/hwmon/k8temp.c
3212
3213 KCONFIG
3214 P:      Roman Zippel
3215 M:      zippel@linux-m68k.org
3216 L:      linux-kbuild@vger.kernel.org
3217 S:      Maintained
3218 F:      Documentation/kbuild/kconfig-language.txt
3219 F:      scripts/kconfig/
3220
3221 KDUMP
3222 P:      Vivek Goyal
3223 M:      vgoyal@redhat.com
3224 P:      Haren Myneni
3225 M:      hbabu@us.ibm.com
3226 L:      kexec@lists.infradead.org
3227 L:      linux-kernel@vger.kernel.org
3228 W:      http://lse.sourceforge.net/kdump/
3229 S:      Maintained
3230 F:      Documentation/kdump/
3231
3232 KERNEL AUTOMOUNTER (AUTOFS)
3233 P:      H. Peter Anvin
3234 M:      hpa@zytor.com
3235 L:      autofs@linux.kernel.org
3236 S:      Odd Fixes
3237 F:      fs/autofs/
3238
3239 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3240 P:      Ian Kent
3241 M:      raven@themaw.net
3242 L:      autofs@linux.kernel.org
3243 S:      Maintained
3244 F:      fs/autofs4/
3245
3246 KERNEL BUILD
3247 P:      Sam Ravnborg
3248 M:      sam@ravnborg.org
3249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3251 L:      linux-kbuild@vger.kernel.org
3252 S:      Maintained
3253 F:      Documentation/kbuild/
3254 F:      Makefile
3255 F:      scripts/Makefile.*
3256
3257 KERNEL JANITORS
3258 P:      Several
3259 L:      kernel-janitors@vger.kernel.org
3260 W:      http://www.kerneljanitors.org/
3261 S:      Maintained
3262
3263 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3264 P:      J. Bruce Fields
3265 M:      bfields@fieldses.org
3266 P:      Neil Brown
3267 M:      neilb@suse.de
3268 L:      linux-nfs@vger.kernel.org
3269 W:      http://nfs.sourceforge.net/
3270 S:      Supported
3271 F:      fs/nfsd/
3272 F:      include/linux/nfsd/
3273 F:      fs/lockd/
3274 F:      fs/nfs_common/
3275 F:      net/sunrpc/
3276 F:      include/linux/lockd/
3277 F:      include/linux/sunrpc/
3278
3279 KERNEL VIRTUAL MACHINE (KVM)
3280 P:      Avi Kivity
3281 M:      avi@redhat.com
3282 L:      kvm@vger.kernel.org
3283 W:      http://kvm.qumranet.com
3284 S:      Supported
3285 F:      Documentation/*/kvm.txt
3286 F:      arch/*/kvm/
3287 F:      arch/*/include/asm/kvm*
3288 F:      include/linux/kvm*
3289 F:      virt/kvm/
3290
3291 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3292 P:      Joerg Roedel
3293 M:      joerg.roedel@amd.com
3294 L:      kvm@vger.kernel.org
3295 W:      http://kvm.qumranet.com
3296 S:      Supported
3297 F:      arch/x86/include/asm/svm.h
3298 F:      arch/x86/kvm/kvm_svm.h
3299 F:      arch/x86/kvm/svm.c
3300
3301 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3302 P:      Hollis Blanchard
3303 M:      hollisb@us.ibm.com
3304 L:      kvm-ppc@vger.kernel.org
3305 W:      http://kvm.qumranet.com
3306 S:      Supported
3307 F:      arch/powerpc/include/asm/kvm*
3308 F:      arch/powerpc/kvm/
3309
3310 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3311 P:      Xiantao Zhang
3312 M:      xiantao.zhang@intel.com
3313 L:      kvm-ia64@vger.kernel.org
3314 W:      http://kvm.qumranet.com
3315 S:      Supported
3316 F:      Documentation/ia64/kvm.txt
3317 F:      arch/ia64/include/asm/kvm*
3318 F:      arch/ia64/kvm/
3319
3320 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3321 P:      Carsten Otte
3322 M:      cotte@de.ibm.com
3323 P:      Christian Borntraeger
3324 M:      borntraeger@de.ibm.com
3325 M:      linux390@de.ibm.com
3326 L:      linux-s390@vger.kernel.org
3327 W:      http://www.ibm.com/developerworks/linux/linux390/
3328 S:      Supported
3329 F:      Documentation/s390/kvm.txt
3330 F:      arch/s390/include/asm/kvm*
3331 F:      arch/s390/kvm/
3332
3333 KEXEC
3334 P:      Eric Biederman
3335 M:      ebiederm@xmission.com
3336 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3337 L:      linux-kernel@vger.kernel.org
3338 L:      kexec@lists.infradead.org
3339 S:      Maintained
3340 F:      include/linux/kexec.h
3341 F:      kernel/kexec.c
3342
3343 KGDB
3344 P:      Jason Wessel
3345 M:      jason.wessel@windriver.com
3346 L:      kgdb-bugreport@lists.sourceforge.net
3347 S:      Maintained
3348 F:      Documentation/DocBook/kgdb.tmpl
3349 F:      drivers/misc/kgdbts.c
3350 F:      drivers/serial/kgdboc.c
3351 F:      include/linux/kgdb.h
3352 F:      kernel/kgdb.c
3353
3354 KMEMTRACE
3355 P:      Eduard - Gabriel Munteanu
3356 M:      eduard.munteanu@linux360.ro
3357 L:      linux-kernel@vger.kernel.org
3358 S:      Maintained
3359 F:      Documentation/trace/kmemtrace.txt
3360 F:      include/trace/kmemtrace.h
3361 F:      kernel/trace/kmemtrace.c
3362
3363 KPROBES
3364 P:      Ananth N Mavinakayanahalli
3365 M:      ananth@in.ibm.com
3366 P:      Anil S Keshavamurthy
3367 M:      anil.s.keshavamurthy@intel.com
3368 P:      David S. Miller
3369 M:      davem@davemloft.net
3370 P:      Masami Hiramatsu
3371 M:      mhiramat@redhat.com
3372 L:      linux-kernel@vger.kernel.org
3373 S:      Maintained
3374 F:      Documentation/kprobes.txt
3375 F:      include/linux/kprobes.h
3376 F:      kernel/kprobes.c
3377
3378 KS0108 LCD CONTROLLER DRIVER
3379 P:      Miguel Ojeda Sandonis
3380 M:      miguel.ojeda.sandonis@gmail.com
3381 L:      linux-kernel@vger.kernel.org
3382 W:      http://miguelojeda.es/auxdisplay.htm
3383 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3384 S:      Maintained
3385 F:      Documentation/auxdisplay/ks0108
3386 F:      drivers/auxdisplay/ks0108.c
3387 F:      include/linux/ks0108.h
3388
3389 LAPB module
3390 L:      linux-x25@vger.kernel.org
3391 S:      Orphan
3392 F:      Documentation/networking/lapb-module.txt
3393 F:      include/*/lapb.h
3394 F:      net/lapb/
3395
3396 LASI 53c700 driver for PARISC
3397 P:      James E.J. Bottomley
3398 M:      James.Bottomley@HansenPartnership.com
3399 L:      linux-scsi@vger.kernel.org
3400 S:      Maintained
3401 F:      Documentation/scsi/53c700.txt
3402 F:      drivers/scsi/53c700*
3403
3404 LED SUBSYSTEM
3405 P:      Richard Purdie
3406 M:      rpurdie@rpsys.net
3407 S:      Maintained
3408 F:      drivers/leds/
3409 F:      include/linux/leds.h
3410
3411 LEGO USB Tower driver
3412 P:      Juergen Stuber
3413 M:      starblue@users.sourceforge.net
3414 L:      legousb-devel@lists.sourceforge.net
3415 W:      http://legousb.sourceforge.net/
3416 S:      Maintained
3417 F:      drivers/usb/misc/legousbtower.c
3418
3419 LGUEST
3420 P:      Rusty Russell
3421 M:      rusty@rustcorp.com.au
3422 L:      lguest@ozlabs.org
3423 W:      http://lguest.ozlabs.org/
3424 S:      Maintained
3425 F:      Documentation/lguest/
3426 F:      arch/x86/lguest/
3427 F:      drivers/lguest/
3428 F:      include/linux/lguest*.h
3429 F:      arch/x86/include/asm/lguest*.h
3430
3431 LINUX FOR IBM pSERIES (RS/6000)
3432 P:      Paul Mackerras
3433 M:      paulus@au.ibm.com
3434 W:      http://www.ibm.com/linux/ltc/projects/ppc
3435 S:      Supported
3436
3437 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3438 P:      Benjamin Herrenschmidt
3439 M:      benh@kernel.crashing.org
3440 P:      Paul Mackerras
3441 M:      paulus@samba.org
3442 W:      http://www.penguinppc.org/
3443 L:      linuxppc-dev@ozlabs.org
3444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3445 S:      Supported
3446
3447 LINUX FOR POWER MACINTOSH
3448 P:      Benjamin Herrenschmidt
3449 M:      benh@kernel.crashing.org
3450 W:      http://www.penguinppc.org/
3451 L:      linuxppc-dev@ozlabs.org
3452 S:      Maintained
3453
3454 LINUX FOR POWERPC EMBEDDED MPC5XXX
3455 P:      Grant Likely
3456 M:      grant.likely@secretlab.ca
3457 L:      linuxppc-dev@ozlabs.org
3458 T:      git git://git.secretlab.ca/git/linux-2.6.git
3459 S:      Maintained
3460
3461 LINUX FOR POWERPC EMBEDDED PPC4XX
3462 P:      Josh Boyer
3463 M:      jwboyer@linux.vnet.ibm.com
3464 P:      Matt Porter
3465 M:      mporter@kernel.crashing.org
3466 W:      http://www.penguinppc.org/
3467 L:      linuxppc-dev@ozlabs.org
3468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3469 S:      Maintained
3470
3471 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3472 P:      Grant Likely
3473 M:      grant.likely@secretlab.ca
3474 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3475 L:      linuxppc-dev@ozlabs.org
3476 T:      git git://git.secretlab.ca/git/linux-2.6.git
3477 S:      Maintained
3478
3479 LINUX FOR POWERPC EMBEDDED PPC8XX
3480 P:      Vitaly Bordug
3481 M:      vitb@kernel.crashing.org
3482 P:      Marcelo Tosatti
3483 M:      marcelo@kvack.org
3484 W:      http://www.penguinppc.org/
3485 L:      linuxppc-dev@ozlabs.org
3486 S:      Maintained
3487
3488 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3489 P:      Kumar Gala
3490 M:      galak@kernel.crashing.org
3491 W:      http://www.penguinppc.org/
3492 L:      linuxppc-dev@ozlabs.org
3493 S:      Maintained
3494
3495 LINUX FOR POWERPC PA SEMI PWRFICIENT
3496 P:      Olof Johansson
3497 M:      olof@lixom.net
3498 W:      http://www.pasemi.com/
3499 L:      linuxppc-dev@ozlabs.org
3500 S:      Supported
3501
3502 LINUX SECURITY MODULE (LSM) FRAMEWORK
3503 P:      Chris Wright
3504 M:      chrisw@sous-sol.org
3505 L:      linux-security-module@vger.kernel.org
3506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3507 S:      Supported
3508
3509 LLC (802.2)
3510 P:      Arnaldo Carvalho de Melo
3511 M:      acme@ghostprotocols.net
3512 S:      Maintained
3513 F:      include/linux/llc.h
3514 F:      include/net/llc*
3515 F:      net/llc/
3516
3517 LIS3LV02D ACCELEROMETER DRIVER
3518 P:      Eric Piel
3519 M:      eric.piel@tremplin-utc.net
3520 S:      Maintained
3521 F:      Documentation/hwmon/lis3lv02d
3522 F:      drivers/hwmon/lis3lv02d.*
3523
3524 LM83 HARDWARE MONITOR DRIVER
3525 P:      Jean Delvare
3526 M:      khali@linux-fr.org
3527 L:      lm-sensors@lm-sensors.org
3528 S:      Maintained
3529 F:      Documentation/hwmon/lm83
3530 F:      drivers/hwmon/lm83.c
3531
3532 LM90 HARDWARE MONITOR DRIVER
3533 P:      Jean Delvare
3534 M:      khali@linux-fr.org
3535 L:      lm-sensors@lm-sensors.org
3536 S:      Maintained
3537 F:      Documentation/hwmon/lm90
3538 F:      drivers/hwmon/lm90.c
3539
3540 LOCKDEP AND LOCKSTAT
3541 P:      Peter Zijlstra
3542 M:      peterz@infradead.org
3543 P:      Ingo Molnar
3544 M:      mingo@redhat.com
3545 L:      linux-kernel@vger.kernel.org
3546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3547 S:      Maintained
3548 F:      Documentation/lockdep*.txt
3549 F:      Documentation/lockstat.txt
3550 F:      include/linux/lockdep.h
3551 F:      kernel/lockdep*
3552
3553 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3554 P:      Richard Russon (FlatCap)
3555 M:      ldm@flatcap.org
3556 L:      linux-ntfs-dev@lists.sourceforge.net
3557 W:      http://www.linux-ntfs.org/content/view/19/37/
3558 S:      Maintained
3559 F:      Documentation/ldm.txt
3560 F:      fs/partitions/ldm.*
3561
3562 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3563 P:      Eric Moore
3564 M:      Eric.Moore@lsi.com
3565 M:      support@lsi.com
3566 L:      DL-MPTFusionLinux@lsi.com
3567 L:      linux-scsi@vger.kernel.org
3568 W:      http://www.lsilogic.com/support
3569 S:      Supported
3570 F:      drivers/message/fusion/
3571
3572 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3573 P:      Matthew Wilcox
3574 M:      matthew@wil.cx
3575 L:      linux-scsi@vger.kernel.org
3576 S:      Maintained
3577 F:      drivers/scsi/sym53c8xx_2/
3578
3579 LTP (Linux Test Project)
3580 P:      Subrata Modak
3581 M:      subrata@linux.vnet.ibm.com
3582 P:      Mike Frysinger
3583 M:      vapier@gentoo.org
3584 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3585 W:      http://ltp.sourceforge.net/
3586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3587 S:      Maintained
3588
3589 M32R ARCHITECTURE
3590 P:      Hirokazu Takata
3591 M:      takata@linux-m32r.org
3592 L:      linux-m32r@ml.linux-m32r.org
3593 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3594 W:      http://www.linux-m32r.org/
3595 S:      Maintained
3596 F:      arch/m32r/
3597 F:      include/asm-m32r/
3598
3599 M68K ARCHITECTURE
3600 P:      Geert Uytterhoeven
3601 M:      geert@linux-m68k.org
3602 P:      Roman Zippel
3603 M:      zippel@linux-m68k.org
3604 L:      linux-m68k@lists.linux-m68k.org
3605 W:      http://www.linux-m68k.org/
3606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3607 S:      Maintained
3608 F:      arch/m68k/
3609 F:      drivers/zorro/
3610
3611 M68K ON APPLE MACINTOSH
3612 P:      Joshua Thompson
3613 M:      funaho@jurai.org
3614 W:      http://www.mac.linux-m68k.org/
3615 L:      linux-m68k@lists.linux-m68k.org
3616 S:      Maintained
3617 F:      arch/m68k/mac/
3618
3619 M68K ON HP9000/300
3620 P:      Philip Blundell
3621 M:      philb@gnu.org
3622 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3623 S:      Maintained
3624 F:      arch/m68k/hp300/
3625
3626 MAC80211
3627 P:      Johannes Berg
3628 M:      johannes@sipsolutions.net
3629 L:      linux-wireless@vger.kernel.org
3630 W:      http://linuxwireless.org/
3631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3632 S:      Maintained
3633 F:      Documentation/networking/mac80211-injection.txt
3634 F:      include/net/mac80211.h
3635 F:      net/mac80211/
3636
3637 MAC80211 PID RATE CONTROL
3638 P:      Stefano Brivio
3639 M:      stefano.brivio@polimi.it
3640 P:      Mattias Nissler
3641 M:      mattias.nissler@gmx.de
3642 L:      linux-wireless@vger.kernel.org
3643 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3645 S:      Maintained
3646 F:      net/mac80211/rc80211_pid*
3647
3648 MACVLAN DRIVER
3649 P:      Patrick McHardy
3650 M:      kaber@trash.net
3651 L:      netdev@vger.kernel.org
3652 S:      Maintained
3653 F:      drivers/net/macvlan.c
3654 F:      include/linux/if_macvlan.h
3655
3656 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3657 P:      Michael Kerrisk
3658 M:      mtk.manpages@gmail.com
3659 W:      http://www.kernel.org/doc/man-pages
3660 L:      linux-man@vger.kernel.org
3661 S:      Maintained
3662
3663 MARVELL LIBERTAS WIRELESS DRIVER
3664 P:      Dan Williams
3665 M:      dcbw@redhat.com
3666 L:      libertas-dev@lists.infradead.org
3667 S:      Maintained
3668 F:      drivers/net/wireless/libertas/
3669
3670 MARVELL MV643XX ETHERNET DRIVER
3671 P:      Lennert Buytenhek
3672 M:      buytenh@marvell.com
3673 L:      netdev@vger.kernel.org
3674 S:      Supported
3675 F:      drivers/net/mv643xx_eth.*
3676 F:      include/linux/mv643xx.h
3677
3678 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3679 P:      Nicolas Pitre
3680 M:      nico@cam.org
3681 L:      linux-kernel@vger.kernel.org
3682 S:      Maintained
3683
3684 MARVELL YUKON / SYSKONNECT DRIVER
3685 P:      Mirko Lindner
3686 M:      mlindner@syskonnect.de
3687 P:      Ralph Roesler
3688 M:      rroesler@syskonnect.de
3689 W:      http://www.syskonnect.com
3690 S:      Supported
3691
3692 MATROX FRAMEBUFFER DRIVER
3693 P:      Petr Vandrovec
3694 M:      vandrove@vc.cvut.cz
3695 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3696 S:      Maintained
3697 F:      drivers/video/matrox/matroxfb_*
3698 F:      include/linux/matroxfb.h
3699
3700 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3701 P:      Hans J. Koch
3702 M:      hjk@linutronix.de
3703 L:      lm-sensors@lm-sensors.org
3704 S:      Maintained
3705 F:      Documentation/hwmon/max6650
3706 F:      drivers/hwmon/max6650.c
3707
3708 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3709 P:      Mauro Carvalho Chehab
3710 M:      mchehab@infradead.org
3711 P:      LinuxTV.org Project
3712 L:      linux-media@vger.kernel.org
3713 W:      http://linuxtv.org
3714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3715 S:      Maintained
3716 F:      Documentation/dvb/
3717 F:      Documentation/video4linux/
3718 F:      drivers/media/
3719 F:      include/media/
3720 F:      include/linux/dvb/
3721 F:      include/linux/videodev*.h
3722
3723 MEGARAID SCSI DRIVERS
3724 P:      Neela Syam Kolli
3725 M:      megaraidlinux@lsi.com
3726 L:      linux-scsi@vger.kernel.org
3727 W:      http://megaraid.lsilogic.com
3728 S:      Maintained
3729 F:      Documentation/scsi/megaraid.txt
3730 F:      drivers/scsi/megaraid.*
3731 F:      drivers/scsi/megaraid/
3732
3733 MEMORY MANAGEMENT
3734 L:      linux-mm@kvack.org
3735 L:      linux-kernel@vger.kernel.org
3736 W:      http://www.linux-mm.org
3737 S:      Maintained
3738 F:      include/linux/mm.h
3739 F:      mm/
3740
3741 MEMORY RESOURCE CONTROLLER
3742 P:      Balbir Singh
3743 M:      balbir@linux.vnet.ibm.com
3744 P:      Pavel Emelyanov
3745 M:      xemul@openvz.org
3746 P:      KAMEZAWA Hiroyuki
3747 M:      kamezawa.hiroyu@jp.fujitsu.com
3748 L:      linux-mm@kvack.org
3749 L:      linux-kernel@vger.kernel.org
3750 S:      Maintained
3751 F:      mm/memcontrol.c
3752
3753 MEMORY TECHNOLOGY DEVICES (MTD)
3754 P:      David Woodhouse
3755 M:      dwmw2@infradead.org
3756 W:      http://www.linux-mtd.infradead.org/
3757 L:      linux-mtd@lists.infradead.org
3758 T:      git git://git.infradead.org/mtd-2.6.git
3759 S:      Maintained
3760 F:      drivers/mtd/
3761 F:      include/linux/mtd/
3762 F:      include/mtd/
3763
3764 MICROBLAZE ARCHITECTURE
3765 P:      Michal Simek
3766 M:      monstr@monstr.eu
3767 L:      microblaze-uclinux@itee.uq.edu.au
3768 W:      http://www.monstr.eu/fdt/
3769 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3770 S:      Supported
3771 F:      arch/microblaze/
3772
3773 MICROTEK X6 SCANNER
3774 P:      Oliver Neukum
3775 M:      oliver@neukum.name
3776 S:      Maintained
3777 F:      drivers/usb/image/microtek.*
3778
3779 MIPS
3780 P:      Ralf Baechle
3781 M:      ralf@linux-mips.org
3782 W:      http://www.linux-mips.org/
3783 L:      linux-mips@linux-mips.org
3784 T:      git git://git.linux-mips.org/pub/scm/linux.git
3785 S:      Supported
3786 F:      Documentation/mips/
3787 F:      arch/mips/
3788
3789 MISCELLANEOUS MCA-SUPPORT
3790 P:      James Bottomley
3791 M:      James.Bottomley@HansenPartnership.com
3792 L:      linux-kernel@vger.kernel.org
3793 S:      Maintained
3794 F:      Documentation/ia64/mca.txt
3795 F:      Documentation/mca.txt
3796 F:      drivers/mca/
3797 F:      include/linux/mca*
3798
3799 MODULE SUPPORT
3800 P:      Rusty Russell
3801 M:      rusty@rustcorp.com.au
3802 L:      linux-kernel@vger.kernel.org
3803 S:      Maintained
3804 F:      include/linux/module.h
3805 F:      kernel/module.c
3806
3807 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3808 P:      Stelian Pop
3809 M:      stelian@popies.net
3810 W:      http://popies.net/meye/
3811 S:      Maintained
3812 F:      Documentation/video4linux/meye.txt
3813 F:      drivers/media/video/meye.*
3814 F:      include/linux/meye.h
3815
3816 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3817 P:      Pavel Pisa
3818 M:      ppisa@pikron.com
3819 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
3820 S:      Maintained
3821 F:      drivers/mmc/host/imxmmc.*
3822
3823 MOUSE AND MISC DEVICES [GENERAL]
3824 P:      Alessandro Rubini
3825 M:      rubini@ipvvis.unipv.it
3826 L:      linux-kernel@vger.kernel.org
3827 S:      Maintained
3828 F:      drivers/input/mouse/
3829 F:      include/linux/gpio_mouse.h
3830
3831 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3832 P:      Jiri Slaby
3833 M:      jirislaby@gmail.com
3834 L:      linux-kernel@vger.kernel.org
3835 S:      Maintained
3836 F:      Documentation/serial/moxa-smartio
3837 F:      drivers/char/mxser.*
3838
3839 MSI LAPTOP SUPPORT
3840 P:      Lennart Poettering
3841 M:      mzxreary@0pointer.de
3842 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3843 W:      http://0pointer.de/lennart/tchibo.html
3844 S:      Maintained
3845 F:      drivers/platform/x86/msi-laptop.c
3846
3847 MULTIFUNCTION DEVICES (MFD)
3848 P:      Samuel Ortiz
3849 M:      sameo@linux.intel.com
3850 L:      linux-kernel@vger.kernel.org
3851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3852 S:      Supported
3853 F:      drivers/mfd/
3854
3855 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3856 P:      Pierre Ossman
3857 M:      pierre@ossman.eu
3858 L:      linux-kernel@vger.kernel.org
3859 S:      Maintained
3860 F:      drivers/mmc/
3861 F:      include/linux/mmc/
3862
3863 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3864 P:      David Brownell
3865 M:      dbrownell@users.sourceforge.net
3866 L:      linux-kernel@vger.kernel.org
3867 S:      Odd Fixes
3868 F:      drivers/mmc/host/mmc_spi.c
3869 F:      include/linux/spi/mmc_spi.h
3870
3871 MULTISOUND SOUND DRIVER
3872 P:      Andrew Veliath
3873 M:      andrewtv@usa.net
3874 S:      Maintained
3875 F:      Documentation/sound/oss/MultiSound
3876 F:      sound/oss/msnd*
3877
3878 MULTITECH MULTIPORT CARD (ISICOM)
3879 P:      Jiri Slaby
3880 M:      jirislaby@gmail.com
3881 L:      linux-kernel@vger.kernel.org
3882 S:      Maintained
3883 F:      drivers/char/isicom.c
3884 F:      include/linux/isicom.h
3885
3886 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3887 P:      Felipe Balbi
3888 M:      felipe.balbi@nokia.com
3889 L:      linux-usb@vger.kernel.org
3890 T:      git git://gitorious.org/musb/mainline.git
3891 S:      Maintained
3892 F:      drivers/usb/musb/
3893
3894 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3895 P:      Andrew Gallatin
3896 M:      gallatin@myri.com
3897 P:      Brice Goglin
3898 M:      brice@myri.com
3899 L:      netdev@vger.kernel.org
3900 W:      http://www.myri.com/scs/download-Myri10GE.html
3901 S:      Supported
3902 F:      drivers/net/myri10ge/
3903
3904 NATSEMI ETHERNET DRIVER (DP8381x)
3905 P:      Tim Hockin
3906 M:      thockin@hockin.org
3907 S:      Maintained
3908 F:      drivers/net/natsemi.c
3909
3910 NCP FILESYSTEM
3911 P:      Petr Vandrovec
3912 M:      vandrove@vc.cvut.cz
3913 L:      linware@sh.cvut.cz
3914 S:      Maintained
3915 F:      fs/ncpfs/
3916
3917 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3918 P:      James E.J. Bottomley
3919 M:      James.Bottomley@HansenPartnership.com
3920 L:      linux-scsi@vger.kernel.org
3921 S:      Maintained
3922 F:      drivers/scsi/NCR_D700.*
3923
3924 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3925 P:      Faisal Latif
3926 M:      faisal.latif@intel.com
3927 P:      Chien Tung
3928 M:      chien.tin.tung@intel.com
3929 L:      general@lists.openfabrics.org
3930 W:      http://www.neteffect.com
3931 S:      Supported
3932 F:      drivers/infiniband/hw/nes/
3933
3934 NETEM NETWORK EMULATOR
3935 P:      Stephen Hemminger
3936 M:      shemminger@linux-foundation.org
3937 L:      netem@lists.linux-foundation.org
3938 S:      Maintained
3939 F:      net/sched/sch_netem.c
3940
3941 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3942 P:      Ramkrishna Vepa
3943 M:      ram.vepa@neterion.com
3944 P:      Rastapur Santosh
3945 M:      santosh.rastapur@neterion.com
3946 P:      Sivakumar Subramani
3947 M:      sivakumar.subramani@neterion.com
3948 P:      Sreenivasa Honnur
3949 M:      sreenivasa.honnur@neterion.com
3950 P:      Anil Murthy
3951 M:      anil.murthy@neterion.com
3952 L:      netdev@vger.kernel.org
3953 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3954 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3955 S:      Supported
3956 F:      Documentation/networking/s2io.txt
3957 F:      drivers/net/s2io*
3958
3959 NETFILTER/IPTABLES/IPCHAINS
3960 P:      Rusty Russell
3961 P:      Marc Boucher
3962 P:      James Morris
3963 P:      Harald Welte
3964 P:      Jozsef Kadlecsik
3965 P:      Patrick McHardy
3966 M:      kaber@trash.net
3967 L:      netfilter-devel@vger.kernel.org
3968 L:      netfilter@vger.kernel.org
3969 L:      coreteam@netfilter.org
3970 W:      http://www.netfilter.org/
3971 W:      http://www.iptables.org/
3972 S:      Supported
3973 F:      include/linux/netfilter*
3974 F:      include/linux/netfilter/
3975 F:      include/net/netfilter/
3976 F:      net/*/netfilter.c
3977 F:      net/*/netfilter/
3978 F:      net/netfilter/
3979
3980 NETLABEL
3981 P:      Paul Moore
3982 M:      paul.moore@hp.com
3983 W:      http://netlabel.sf.net
3984 L:      netdev@vger.kernel.org
3985 S:      Supported
3986 F:      Documentation/netlabel/
3987 F:      include/net/netlabel.h
3988 F:      net/netlabel/
3989
3990 NETROM NETWORK LAYER
3991 P:      Ralf Baechle
3992 M:      ralf@linux-mips.org
3993 L:      linux-hams@vger.kernel.org
3994 W:      http://www.linux-ax25.org/
3995 S:      Maintained
3996 F:      include/linux/netrom.h
3997 F:      include/net/netrom.h
3998 F:      net/netrom/
3999
4000 NETWORK BLOCK DEVICE (NBD)
4001 P:      Paul Clements
4002 M:      Paul.Clements@steeleye.com
4003 S:      Maintained
4004 F:      Documentation/blockdev/nbd.txt
4005 F:      drivers/block/nbd.c
4006 F:      include/linux/nbd.h
4007
4008 NETWORKING [GENERAL]
4009 P:      David S. Miller
4010 M:      davem@davemloft.net
4011 L:      netdev@vger.kernel.org
4012 W:      http://www.linuxfoundation.org/en/Net
4013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4014 S:      Maintained
4015 F:      net/
4016 F:      include/net/
4017
4018 NETWORKING [IPv4/IPv6]
4019 P:      David S. Miller
4020 M:      davem@davemloft.net
4021 P:      Alexey Kuznetsov
4022 M:      kuznet@ms2.inr.ac.ru
4023 P:      Pekka Savola (ipv6)
4024 M:      pekkas@netcore.fi
4025 P:      James Morris
4026 M:      jmorris@namei.org
4027 P:      Hideaki YOSHIFUJI
4028 M:      yoshfuji@linux-ipv6.org
4029 P:      Patrick McHardy
4030 M:      kaber@trash.net
4031 L:      netdev@vger.kernel.org
4032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4033 S:      Maintained
4034 F:      net/ipv4/
4035 F:      net/ipv6/
4036 F:      include/net/ip*
4037
4038 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4039 P:      Paul Moore
4040 M:      paul.moore@hp.com
4041 L:      netdev@vger.kernel.org
4042 S:      Maintained
4043
4044 NETWORKING [WIRELESS]
4045 P:      John W. Linville
4046 M:      linville@tuxdriver.com
4047 L:      linux-wireless@vger.kernel.org
4048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4049 S:      Maintained
4050 F:      net/wireless/
4051 F:      include/net/ieee80211*
4052 F:      include/net/wireless.h
4053
4054 NETWORKING DRIVERS
4055 L:      netdev@vger.kernel.org
4056 W:      http://www.linuxfoundation.org/en/Net
4057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4058 S:      Odd Fixes
4059 F:      drivers/net/
4060
4061 NETXEN (1/10) GbE SUPPORT
4062 P:      Dhananjay Phadke
4063 M:      dhananjay@netxen.com
4064 L:      netdev@vger.kernel.org
4065 W:      http://www.netxen.com
4066 S:      Supported
4067 F:      drivers/net/netxen/
4068
4069 NFS, SUNRPC, AND LOCKD CLIENTS
4070 P:      Trond Myklebust
4071 M:      Trond.Myklebust@netapp.com
4072 L:      linux-nfs@vger.kernel.org
4073 W:      http://client.linux-nfs.org
4074 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4075 S:      Maintained
4076 F:      fs/lockd/
4077 F:      fs/nfs/
4078 F:      fs/nfs_common/
4079 F:      net/sunrpc/
4080 F:      include/linux/lockd/
4081 F:      include/linux/nfs*
4082 F:      include/linux/sunrpc/
4083
4084 NI5010 NETWORK DRIVER
4085 P:      Jan-Pascal van Best
4086 M:      janpascal@vanbest.org
4087 P:      Andreas Mohr
4088 M:      andi@lisas.de
4089 L:      netdev@vger.kernel.org
4090 S:      Maintained
4091 F:      drivers/net/ni5010.*
4092
4093 NILFS2 FILESYSTEM
4094 P:      KONISHI Ryusuke
4095 M:      konishi.ryusuke@lab.ntt.co.jp
4096 L:      users@nilfs.org
4097 W:      http://www.nilfs.org/en/
4098 S:      Supported
4099 F:      Documentation/filesystems/nilfs2.txt
4100 F:      fs/nilfs2/
4101 F:      include/linux/nilfs2_fs.h
4102
4103 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4104 P:      YOKOTA Hiroshi
4105 M:      yokota@netlab.is.tsukuba.ac.jp
4106 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4107 S:      Maintained
4108 F:      Documentation/scsi/NinjaSCSI.txt
4109 F:      drivers/scsi/pcmcia/nsp_*
4110
4111 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4112 P:      GOTO Masanori
4113 M:      gotom@debian.or.jp
4114 P:      YOKOTA Hiroshi
4115 M:      yokota@netlab.is.tsukuba.ac.jp
4116 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4117 S:      Maintained
4118 F:      Documentation/scsi/NinjaSCSI.txt
4119 F:      drivers/scsi/nsp32*
4120
4121 NTFS FILESYSTEM
4122 P:      Anton Altaparmakov
4123 M:      aia21@cantab.net
4124 L:      linux-ntfs-dev@lists.sourceforge.net
4125 L:      linux-kernel@vger.kernel.org
4126 W:      http://www.linux-ntfs.org/
4127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4128 S:      Maintained
4129 F:      Documentation/filesystems/ntfs.txt
4130 F:      fs/ntfs/
4131
4132 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4133 P:      Antonino Daplas
4134 M:      adaplas@gmail.com
4135 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4136 S:      Maintained
4137 F:      drivers/video/riva/
4138 F:      drivers/video/nvidia/
4139
4140 OMFS FILESYSTEM
4141 P:      Bob Copeland
4142 M:      me@bobcopeland.com
4143 L:      linux-karma-devel@lists.sourceforge.net
4144 S:      Maintained
4145 F:      Documentation/filesystems/omfs.txt
4146 F:      fs/omfs/
4147
4148 OMNIKEY CARDMAN 4000 DRIVER
4149 P:      Harald Welte
4150 M:      laforge@gnumonks.org
4151 S:      Maintained
4152 F:      drivers/char/pcmcia/cm4000_cs.c
4153 F:      include/linux/cm4000_cs.h
4154
4155 OMNIKEY CARDMAN 4040 DRIVER
4156 P:      Harald Welte
4157 M:      laforge@gnumonks.org
4158 S:      Maintained
4159 F:      drivers/char/pcmcia/cm4040_cs.*
4160
4161 OMNIVISION OV7670 SENSOR DRIVER
4162 P:      Jonathan Corbet
4163 M:      corbet@lwn.net
4164 L:      linux-media@vger.kernel.org
4165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4166 S:      Maintained
4167 F:      drivers/media/video/ov7670.c
4168
4169 ONENAND FLASH DRIVER
4170 P:      Kyungmin Park
4171 M:      kyungmin.park@samsung.com
4172 L:      linux-mtd@lists.infradead.org
4173 S:      Maintained
4174 F:      drivers/mtd/onenand/
4175 F:      include/linux/mtd/onenand*.h
4176
4177 ONSTREAM SCSI TAPE DRIVER
4178 P:      Willem Riede
4179 M:      osst@riede.org
4180 L:      osst-users@lists.sourceforge.net
4181 L:      linux-scsi@vger.kernel.org
4182 S:      Maintained
4183 F:      drivers/scsi/osst*
4184 F:      drivers/scsi/st*
4185
4186 OPENCORES I2C BUS DRIVER
4187 P:      Peter Korsgaard
4188 M:      jacmet@sunsite.dk
4189 L:      linux-i2c@vger.kernel.org
4190 S:      Maintained
4191 F:      Documentation/i2c/busses/i2c-ocores
4192 F:      drivers/i2c/busses/i2c-ocores.c
4193
4194 OPROFILE
4195 P:      Robert Richter
4196 M:      robert.richter@amd.com
4197 L:      oprofile-list@lists.sf.net
4198 S:      Maintained
4199 F:      arch/*/oprofile/
4200 F:      drivers/oprofile/
4201 F:      include/linux/oprofile.h
4202
4203 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4204 P:      Mark Fasheh
4205 M:      mfasheh@suse.com
4206 P:      Joel Becker
4207 M:      joel.becker@oracle.com
4208 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4209 W:      http://oss.oracle.com/projects/ocfs2/
4210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4211 S:      Supported
4212 F:      Documentation/filesystems/ocfs2.txt
4213 F:      Documentation/filesystems/dlmfs.txt
4214 F:      fs/ocfs2/
4215
4216 ORINOCO DRIVER
4217 P:      Pavel Roskin
4218 M:      proski@gnu.org
4219 P:      David Gibson
4220 M:      hermes@gibson.dropbear.id.au
4221 L:      linux-wireless@vger.kernel.org
4222 L:      orinoco-users@lists.sourceforge.net
4223 L:      orinoco-devel@lists.sourceforge.net
4224 W:      http://www.nongnu.org/orinoco/
4225 S:      Maintained
4226 F:      drivers/net/wireless/orinoco/
4227
4228 OSD LIBRARY
4229 P:      Boaz Harrosh
4230 M:      bharrosh@panasas.com
4231 P:      Benny Halevy
4232 M:      bhalevy@panasas.com
4233 L:      osd-dev@open-osd.org
4234 W:      http://open-osd.org
4235 T:      git git://git.open-osd.org/open-osd.git
4236 S:      Maintained
4237
4238 P54 WIRELESS DRIVER
4239 P:      Michael Wu
4240 M:      flamingice@sourmilk.net
4241 L:      linux-wireless@vger.kernel.org
4242 W:      http://prism54.org
4243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
4244 S:      Maintained
4245 F:      drivers/net/wireless/p54/
4246
4247 PA SEMI ETHERNET DRIVER
4248 P:      Olof Johansson
4249 M:      olof@lixom.net
4250 L:      netdev@vger.kernel.org
4251 S:      Maintained
4252 F:      drivers/net/pasemi_mac.*
4253
4254 PA SEMI SMBUS DRIVER
4255 P:      Olof Johansson
4256 M:      olof@lixom.net
4257 L:      linux-i2c@vger.kernel.org
4258 S:      Maintained
4259 F:      drivers/i2c/busses/i2c-pasemi.c
4260
4261 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4262 P:      Harald Welte
4263 M:      laforge@gnumonks.org
4264 S:      Maintained
4265 F:      drivers/platform/x86/panasonic-laptop.c
4266
4267 PANASONIC MN10300/AM33 PORT
4268 P:      David Howells
4269 M:      dhowells@redhat.com
4270 P:      Koichi Yasutake
4271 M:      yasutake.koichi@jp.panasonic.com
4272 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4273 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4274 S:      Maintained
4275 F:      Documentation/mn10300/
4276 F:      arch/mn10300/
4277
4278 PARALLEL PORT SUPPORT
4279 L:      linux-parport@lists.infradead.org (subscribers-only)
4280 S:      Orphan
4281 F:      drivers/parport/
4282 F:      include/linux/parport*.h
4283 F:      drivers/char/ppdev.c
4284 F:      include/linux/ppdev.h
4285
4286 PARAVIRT_OPS INTERFACE
4287 P:      Jeremy Fitzhardinge
4288 M:      jeremy@xensource.com
4289 P:      Chris Wright
4290 M:      chrisw@sous-sol.org
4291 P:      Alok Kataria
4292 M:      akataria@vmware.com
4293 P:      Rusty Russell
4294 M:      rusty@rustcorp.com.au
4295 L:      virtualization@lists.osdl.org
4296 L:      linux-kernel@vger.kernel.org
4297 S:      Supported
4298 F:      Documentation/ia64/paravirt_ops.txt
4299 F:      arch/*/kernel/paravirt*
4300 F:      arch/*/include/asm/paravirt.h
4301
4302 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4303 P:      Tim Waugh
4304 M:      tim@cyberelk.net
4305 L:      linux-parport@lists.infradead.org (subscribers-only)
4306 W:      http://www.torque.net/linux-pp.html
4307 S:      Maintained
4308 F:      Documentation/blockdev/paride.txt
4309 F:      drivers/block/paride/
4310
4311 PARISC ARCHITECTURE
4312 P:      Kyle McMartin
4313 M:      kyle@mcmartin.ca
4314 P:      Helge Deller
4315 M:      deller@gmx.de
4316 L:      linux-parisc@vger.kernel.org
4317 W:      http://www.parisc-linux.org/
4318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4319 S:      Maintained
4320 F:      arch/parisc/
4321 F:      drivers/parisc/
4322
4323 PC87360 HARDWARE MONITORING DRIVER
4324 P:      Jim Cromie
4325 M:      jim.cromie@gmail.com
4326 L:      lm-sensors@lm-sensors.org
4327 S:      Maintained
4328 F:      Documentation/hwmon/pc87360
4329 F:      drivers/hwmon/pc87360.c
4330
4331 PC8736x GPIO DRIVER
4332 P:      Jim Cromie
4333 M:      jim.cromie@gmail.com
4334 S:      Maintained
4335 F:      drivers/char/pc8736x_gpio.c
4336
4337 PCA9532 LED DRIVER
4338 P:      Riku Voipio
4339 M:      riku.voipio@iki.fi
4340 S:      Maintained
4341 F:      drivers/leds/leds-pca9532.c
4342 F:      include/linux/leds-pca9532.h
4343
4344 PCI ERROR RECOVERY
4345 P:      Linas Vepstas
4346 M:      linas@austin.ibm.com
4347 L:      linux-kernel@vger.kernel.org
4348 L:      linux-pci@vger.kernel.org
4349 S:      Supported
4350 F:      Documentation/PCI/pci-error-recovery.txt
4351 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4352
4353 PCI SUBSYSTEM
4354 P:      Jesse Barnes
4355 M:      jbarnes@virtuousgeek.org
4356 L:      linux-kernel@vger.kernel.org
4357 L:      linux-pci@vger.kernel.org
4358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4359 S:      Supported
4360 F:      Documentation/PCI/
4361 F:      drivers/pci/
4362 F:      include/linux/pci*
4363
4364 PCIE HOTPLUG DRIVER
4365 P:      Kristen Carlson Accardi
4366 M:      kristen.c.accardi@intel.com
4367 L:      linux-pci@vger.kernel.org
4368 S:      Supported
4369 F:      drivers/pci/pcie/
4370
4371 PCMCIA SUBSYSTEM
4372 P:      Linux PCMCIA Team
4373 L:      linux-pcmcia@lists.infradead.org
4374 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4376 S:      Maintained
4377 F:      Documentation/pcmcia/
4378 F:      drivers/pcmcia/
4379 F:      include/pcmcia/
4380
4381 PCNET32 NETWORK DRIVER
4382 P:      Don Fry
4383 M:      pcnet32@verizon.net
4384 L:      netdev@vger.kernel.org
4385 S:      Maintained
4386 F:      drivers/net/pcnet32.c
4387
4388 PER-TASK DELAY ACCOUNTING
4389 P:      Balbir Singh
4390 M:      balbir@linux.vnet.ibm.com
4391 L:      linux-kernel@vger.kernel.org
4392 S:      Maintained
4393 F:      include/linux/delayacct.h
4394 F:      kernel/delayacct.c
4395
4396 PERSONALITY HANDLING
4397 P:      Christoph Hellwig
4398 M:      hch@infradead.org
4399 L:      linux-abi-devel@lists.sourceforge.net
4400 S:      Maintained
4401 F:      include/linux/personality.h
4402
4403 PHRAM MTD DRIVER
4404 P:      Joern Engel
4405 M:      joern@lazybastard.org
4406 L:      linux-mtd@lists.infradead.org
4407 S:      Maintained
4408 F:      drivers/mtd/devices/phram.c
4409
4410 PKTCDVD DRIVER
4411 P:      Peter Osterlund
4412 M:      petero2@telia.com
4413 L:      linux-kernel@vger.kernel.org
4414 S:      Maintained
4415 F:      drivers/block/pktcdvd.c
4416 F:      include/linux/pktcdvd.h
4417
4418 POSIX CLOCKS and TIMERS
4419 P:      Thomas Gleixner
4420 M:      tglx@linutronix.de
4421 L:      linux-kernel@vger.kernel.org
4422 S:      Supported
4423 F:      fs/timerfd.c
4424 F:      include/linux/timer*
4425 F:      kernel/*timer*
4426
4427 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4428 P:      Anton Vorontsov
4429 M:      cbou@mail.ru
4430 P:      David Woodhouse
4431 M:      dwmw2@infradead.org
4432 L:      linux-kernel@vger.kernel.org
4433 T:      git git://git.infradead.org/battery-2.6.git
4434 S:      Maintained
4435 F:      include/linux/power_supply.h
4436 F:      drivers/power/power_supply*
4437
4438 PNP SUPPORT
4439 P:      Adam Belay
4440 M:      abelay@mit.edu
4441 P:      Bjorn Helgaas
4442 M:      bjorn.helgaas@hp.com
4443 S:      Maintained
4444 F:      drivers/pnp/
4445
4446 PNXxxxx I2C DRIVER
4447 P:      Vitaly Wool
4448 M:      vitalywool@gmail.com
4449 L:      linux-i2c@vger.kernel.org
4450 S:      Maintained
4451 F:      drivers/i2c/busses/i2c-pnx.c
4452
4453 PPP PROTOCOL DRIVERS AND COMPRESSORS
4454 P:      Paul Mackerras
4455 M:      paulus@samba.org
4456 L:      linux-ppp@vger.kernel.org
4457 S:      Maintained
4458 F:      drivers/net/ppp_*
4459
4460 PPP OVER ATM (RFC 2364)
4461 P:      Mitchell Blank Jr
4462 M:      mitch@sfgoth.com
4463 S:      Maintained
4464 F:      net/atm/pppoatm.c
4465 F:      include/linux/atmppp.h
4466
4467 PPP OVER ETHERNET
4468 P:      Michal Ostrowski
4469 M:      mostrows@earthlink.net
4470 S:      Maintained
4471 F:      drivers/net/pppoe.c
4472 F:      drivers/net/pppox.c
4473
4474 PPP OVER L2TP
4475 P:      James Chapman
4476 M:      jchapman@katalix.com
4477 S:      Maintained
4478 F:      drivers/net/pppol2tp.c
4479 F:      include/linux/if_pppol2tp.h
4480
4481 PREEMPTIBLE KERNEL
4482 P:      Robert Love
4483 M:      rml@tech9.net
4484 L:      linux-kernel@vger.kernel.org
4485 L:      kpreempt-tech@lists.sourceforge.net
4486 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4487 S:      Supported
4488 F:      Documentation/preempt-locking.txt
4489 F:      include/linux/preempt.h
4490
4491 PRISM54 WIRELESS DRIVER
4492 P:      Luis R. Rodriguez
4493 M:      mcgrof@gmail.com
4494 L:      linux-wireless@vger.kernel.org
4495 W:      http://prism54.org
4496 S:      Maintained
4497 F:      drivers/net/wireless/prism54/
4498
4499 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4500 P:      Peter Denison
4501 M:      promise@pnd-pc.demon.co.uk
4502 W:      http://www.pnd-pc.demon.co.uk/promise/
4503 S:      Maintained
4504
4505 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4506 P:      Mikael Pettersson
4507 M:      mikpe@it.uu.se
4508 L:      linux-ide@vger.kernel.org
4509 S:      Maintained
4510 F:      drivers/ata/sata_promise.*
4511
4512 PS3 NETWORK SUPPORT
4513 P:      Masakazu Mokuno
4514 M:      mokuno@sm.sony.co.jp
4515 L:      netdev@vger.kernel.org
4516 L:      cbe-oss-dev@ozlabs.org
4517 S:      Supported
4518 F:      drivers/net/ps3_gelic_net.*
4519
4520 PS3 PLATFORM SUPPORT
4521 P:      Geoff Levand
4522 M:      geoffrey.levand@am.sony.com
4523 L:      linuxppc-dev@ozlabs.org
4524 L:      cbe-oss-dev@ozlabs.org
4525 S:      Supported
4526 F:      arch/powerpc/boot/ps3*
4527 F:      arch/powerpc/include/asm/lv1call.h
4528 F:      arch/powerpc/include/asm/ps3*.h
4529 F:      arch/powerpc/platforms/ps3/
4530 F:      drivers/*/ps3*
4531 F:      drivers/ps3/
4532 F:      drivers/rtc/rtc-ps3.c
4533 F:      drivers/usb/host/*ps3.c
4534 F:      sound/ppc/snd_ps3*
4535
4536 PS3VRAM DRIVER
4537 P:      Jim Paris
4538 M:      jim@jtan.com
4539 L:      cbe-oss-dev@ozlabs.org
4540 S:      Maintained
4541
4542 PTRACE SUPPORT
4543 P:      Roland McGrath
4544 M:      roland@redhat.com
4545 P:      Oleg Nesterov
4546 M:      oleg@redhat.com
4547 L:      linux-kernel@vger.kernel.org
4548 S:      Maintained
4549 F:      include/asm-generic/syscall.h
4550 F:      include/linux/ptrace.h
4551 F:      include/linux/regset.h
4552 F:      include/linux/tracehook.h
4553 F:      kernel/ptrace.c
4554
4555 PVRUSB2 VIDEO4LINUX DRIVER
4556 P:      Mike Isely
4557 M:      isely@pobox.com
4558 L:      pvrusb2@isely.net       (subscribers-only)
4559 L:      linux-media@vger.kernel.org
4560 W:      http://www.isely.net/pvrusb2/
4561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4562 S:      Maintained
4563 F:      Documentation/video4linux/README.pvrusb2
4564 F:      drivers/media/video/pvrusb2/
4565
4566 PXA2xx/PXA3xx SUPPORT
4567 P:      Eric Miao
4568 M:      eric.miao@marvell.com
4569 P:      Russell King
4570 M:      linux@arm.linux.org.uk
4571 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4572 S:      Maintained
4573 F:      arch/arm/mach-pxa/
4574 F:      drivers/pcmcia/pxa2xx*
4575 F:      drivers/spi/pxa2xx*
4576 F:      drivers/usb/gadget/pxa2*
4577 F:      include/sound/pxa2xx-lib.h
4578 F:      sound/soc/pxa/pxa2xx*
4579
4580 PXA168 SUPPORT
4581 P:      Eric Miao
4582 M:      eric.miao@marvell.com
4583 P:      Jason Chagas
4584 M:      jason.chagas@marvell.com
4585 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4587 S:      Supported
4588
4589 PXA910 SUPPORT
4590 P:      Eric Miao
4591 M:      eric.miao@marvell.com
4592 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4594 S:      Supported
4595
4596 PXA MMCI DRIVER
4597 S:      Orphan
4598
4599 PXA RTC DRIVER
4600 P:      Robert Jarzmik
4601 M:      robert.jarzmik@free.fr
4602 L:      rtc-linux@googlegroups.com
4603 S:      Maintained
4604
4605 QLOGIC QLA2XXX FC-SCSI DRIVER
4606 P:      Andrew Vasquez
4607 M:      linux-driver@qlogic.com
4608 L:      linux-scsi@vger.kernel.org
4609 S:      Supported
4610 F:      Documentation/scsi/LICENSE.qla2xxx
4611 F:      drivers/scsi/qla2xxx/
4612
4613 QLOGIC QLA3XXX NETWORK DRIVER
4614 P:      Ron Mercer
4615 M:      linux-driver@qlogic.com
4616 L:      netdev@vger.kernel.org
4617 S:      Supported
4618 F:      Documentation/networking/LICENSE.qla3xxx
4619 F:      drivers/net/qla3xxx.*
4620
4621 QLOGIC QLGE 10Gb ETHERNET DRIVER
4622 P:      Ron Mercer
4623 M:      linux-driver@qlogic.com
4624 M:      ron.mercer@qlogic.com
4625 L:      netdev@vger.kernel.org
4626 S:      Supported
4627 F:      drivers/net/qlge/
4628
4629 QNX4 FILESYSTEM
4630 P:      Anders Larsen
4631 M:      al@alarsen.net
4632 L:      linux-kernel@vger.kernel.org
4633 W:      http://www.alarsen.net/linux/qnx4fs/
4634 S:      Maintained
4635 F:      fs/qnx4/
4636 F:      include/linux/qnx4_fs.h
4637 F:      include/linux/qnxtypes.h
4638
4639 RADEON FRAMEBUFFER DISPLAY DRIVER
4640 P:      Benjamin Herrenschmidt
4641 M:      benh@kernel.crashing.org
4642 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4643 S:      Maintained
4644 F:      drivers/video/aty/radeon*
4645 F:      include/linux/radeonfb.h
4646
4647 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4648 P:      Paul Mackerras
4649 M:      paulus@samba.org
4650 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4651 S:      Maintained
4652 F:      drivers/video/aty/aty128fb.c
4653
4654 RALINK RT2X00 WIRELESS LAN DRIVER
4655 P:      rt2x00 project
4656 L:      linux-wireless@vger.kernel.org
4657 L:      users@rt2x00.serialmonkey.com
4658 W:      http://rt2x00.serialmonkey.com/
4659 S:      Maintained
4660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4661 F:      drivers/net/wireless/rt2x00/
4662
4663 RAMDISK RAM BLOCK DEVICE DRIVER
4664 P:      Nick Piggin
4665 M:      npiggin@suse.de
4666 S:      Maintained
4667 F:      Documentation/blockdev/ramdisk.txt
4668 F:      drivers/block/brd.c
4669
4670 RANDOM NUMBER DRIVER
4671 P:      Matt Mackall
4672 M:      mpm@selenic.com
4673 S:      Maintained
4674 F:      drivers/char/random.c
4675
4676 RAPIDIO SUBSYSTEM
4677 P:      Matt Porter
4678 M:      mporter@kernel.crashing.org
4679 L:      linux-kernel@vger.kernel.org
4680 S:      Maintained
4681 F:      drivers/rapidio/
4682
4683 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4684 P:      Corey Thomas
4685 M:      coreythomas@charter.net
4686 L:      linux-wireless@vger.kernel.org
4687 S:      Maintained
4688 F:      drivers/net/wireless/ray*
4689
4690 RCUTORTURE MODULE
4691 P:      Josh Triplett
4692 M:      josh@freedesktop.org
4693 L:      linux-kernel@vger.kernel.org
4694 S:      Maintained
4695 F:      Documentation/RCU/torture.txt
4696 F:      kernel/rcutorture.c
4697
4698 RDC R-321X SoC
4699 P:      Florian Fainelli
4700 M:      florian@openwrt.org
4701 L:      linux-kernel@vger.kernel.org
4702 S:      Maintained
4703
4704 RDC R6040 FAST ETHERNET DRIVER
4705 P:      Florian Fainelli
4706 M:      florian@openwrt.org
4707 L:      netdev@vger.kernel.org
4708 S:      Maintained
4709 F:      drivers/net/r6040.c
4710
4711 RDS - RELIABLE DATAGRAM SOCKETS
4712 P:      Andy Grover
4713 M:      andy.grover@oracle.com
4714 L:      rds-devel@oss.oracle.com
4715 S:      Supported
4716 F:      net/rds/
4717
4718 READ-COPY UPDATE (RCU)
4719 P:      Dipankar Sarma
4720 M:      dipankar@in.ibm.com
4721 W:      http://www.rdrop.com/users/paulmck/rclock/
4722 L:      linux-kernel@vger.kernel.org
4723 S:      Supported
4724 F:      Documentation/RCU/rcu.txt
4725 F:      Documentation/RCU/rcuref.txt
4726 F:      include/linux/rcupdate.h
4727 F:      include/linux/srcu.h
4728 F:      kernel/rcupdate.c
4729
4730 REAL TIME CLOCK DRIVER
4731 P:      Paul Gortmaker
4732 M:      p_gortmaker@yahoo.com
4733 L:      linux-kernel@vger.kernel.org
4734 S:      Maintained
4735 F:      Documentation/rtc.txt
4736 F:      drivers/rtc/
4737 F:      include/linux/rtc.h
4738
4739 REAL TIME CLOCK (RTC) SUBSYSTEM
4740 P:      Alessandro Zummo
4741 M:      a.zummo@towertech.it
4742 L:      rtc-linux@googlegroups.com
4743 S:      Maintained
4744 F:      Documentation/rtc.txt
4745 F:      drivers/rtc/
4746 F:      include/linux/rtc.h
4747
4748 REISERFS FILE SYSTEM
4749 L:      reiserfs-devel@vger.kernel.org
4750 S:      Supported
4751 F:      fs/reiserfs/
4752
4753 RFKILL
4754 P:      Ivo van Doorn
4755 M:      IvDoorn@gmail.com
4756 L:      netdev@vger.kernel.org
4757 S:      Maintained
4758 F       Documentation/rfkill.txt
4759 F:      net/rfkill/
4760
4761 RISCOM8 DRIVER
4762 S:      Orphan
4763 F:      Documentation/serial/riscom8.txt
4764 F:      drivers/char/riscom8*
4765
4766 ROCKETPORT DRIVER
4767 P:      Comtrol Corp.
4768 W:      http://www.comtrol.com
4769 S:      Maintained
4770 F:      Documentation/serial/rocket.txt
4771 F:      drivers/char/rocket*
4772
4773 ROSE NETWORK LAYER
4774 P:      Ralf Baechle
4775 M:      ralf@linux-mips.org
4776 L:      linux-hams@vger.kernel.org
4777 W:      http://www.linux-ax25.org/
4778 S:      Maintained
4779 F:      include/linux/rose.h
4780 F:      include/net/rose.h
4781 F:      net/rose/
4782
4783 RTL8180 WIRELESS DRIVER
4784 P:      John W. Linville
4785 M:      linville@tuxdriver.com
4786 L:      linux-wireless@vger.kernel.org
4787 W:      http://linuxwireless.org/
4788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4789 S:      Maintained
4790 F:      drivers/net/wireless/rtl818*
4791
4792 RTL8187 WIRELESS DRIVER
4793 P:      Herton Ronaldo Krzesinski
4794 M:      herton@mandriva.com.br
4795 P:      Hin-Tak Leung
4796 M:      htl10@users.sourceforge.net
4797 P:      Larry Finger
4798 M:      Larry.Finger@lwfinger.net
4799 L:      linux-wireless@vger.kernel.org
4800 W:      http://linuxwireless.org/
4801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4802 S:      Maintained
4803 F:      drivers/net/wireless/rtl818x/rtl8187*
4804
4805 S3 SAVAGE FRAMEBUFFER DRIVER
4806 P:      Antonino Daplas
4807 M:      adaplas@gmail.com
4808 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4809 S:      Maintained
4810 F:      drivers/video/savage/
4811
4812 S390
4813 P:      Martin Schwidefsky
4814 M:      schwidefsky@de.ibm.com
4815 P:      Heiko Carstens
4816 M:      heiko.carstens@de.ibm.com
4817 M:      linux390@de.ibm.com
4818 L:      linux-s390@vger.kernel.org
4819 W:      http://www.ibm.com/developerworks/linux/linux390/
4820 S:      Supported
4821 F:      arch/s390/
4822
4823 S390 NETWORK DRIVERS
4824 P:      Ursula Braun
4825 M:      ursula.braun@de.ibm.com
4826 P:      Frank Blaschka
4827 M:      blaschka@linux.vnet.ibm.com
4828 M:      linux390@de.ibm.com
4829 L:      linux-s390@vger.kernel.org
4830 W:      http://www.ibm.com/developerworks/linux/linux390/
4831 S:      Supported
4832 F:      drivers/s390/net/
4833
4834 S390 ZCRYPT DRIVER
4835 P:      Felix Beck
4836 M:      felix.beck@de.ibm.com
4837 P:      Ralph Wuerthner
4838 M:      ralph.wuerthner@de.ibm.com
4839 M:      linux390@de.ibm.com
4840 L:      linux-s390@vger.kernel.org
4841 S:      Supported
4842 F:      drivers/s390/crypto/
4843
4844 S390 ZFCP DRIVER
4845 P:      Christof Schmitt
4846 M:      christof.schmitt@de.ibm.com
4847 P:      Martin Peschke
4848 M:      mp3@de.ibm.com
4849 M:      linux390@de.ibm.com
4850 L:      linux-s390@vger.kernel.org
4851 W:      http://www.ibm.com/developerworks/linux/linux390/
4852 S:      Supported
4853 F:      Documentation/s390/zfcpdump.txt
4854 F:      drivers/s390/scsi/zfcp_*
4855
4856 S390 IUCV NETWORK LAYER
4857 P:      Ursula Braun
4858 M:      ursula.braun@de.ibm.com
4859 M:      linux390@de.ibm.com
4860 L:      linux-s390@vger.kernel.org
4861 W:      http://www.ibm.com/developerworks/linux/linux390/
4862 S:      Supported
4863 F:      drivers/s390/net/*iucv*
4864 F:      include/net/iucv/
4865 F:      net/iucv/
4866
4867 S3C24XX SD/MMC Driver
4868 P:      Ben Dooks
4869 M:      ben-linux@fluff.org
4870 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
4871 L:      linux-kernel@vger.kernel.org
4872 S:      Supported
4873 F:      drivers/mmc/host/s3cmci.*
4874
4875 SAA7146 VIDEO4LINUX-2 DRIVER
4876 P:      Michael Hunold
4877 M:      michael@mihu.de
4878 L:      linux-media@vger.kernel.org
4879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4880 W:      http://www.mihu.de/linux/saa7146
4881 S:      Maintained
4882 F:      drivers/media/common/saa7146*
4883 F:      drivers/media/video/*7146*
4884 F:      include/media/*7146*
4885
4886 SC1200 WDT DRIVER
4887 P:      Zwane Mwaikambo
4888 M:      zwane@arm.linux.org.uk
4889 S:      Maintained
4890 F:      drivers/watchdog/sc1200wdt.c
4891
4892 SCHEDULER
4893 P:      Ingo Molnar
4894 M:      mingo@elte.hu
4895 P:      Peter Zijlstra
4896 M:      peterz@infradead.org
4897 L:      linux-kernel@vger.kernel.org
4898 S:      Maintained
4899 F:      kernel/sched*
4900 F:      include/linux/sched.h
4901
4902 SCSI CDROM DRIVER
4903 P:      Jens Axboe
4904 M:      axboe@kernel.dk
4905 L:      linux-scsi@vger.kernel.org
4906 W:      http://www.kernel.dk
4907 S:      Maintained
4908 F:      drivers/scsi/sr*
4909
4910 SCSI SG DRIVER
4911 P:      Doug Gilbert
4912 M:      dgilbert@interlog.com
4913 L:      linux-scsi@vger.kernel.org
4914 W:      http://www.torque.net/sg
4915 S:      Maintained
4916 F:      drivers/scsi/sg.c
4917 F:      include/scsi/sg.h
4918
4919 SCSI SUBSYSTEM
4920 P:      James E.J. Bottomley
4921 M:      James.Bottomley@HansenPartnership.com
4922 L:      linux-scsi@vger.kernel.org
4923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4924 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4926 S:      Maintained
4927 F:      drivers/scsi/
4928 F:      include/scsi/
4929
4930 SCSI TAPE DRIVER
4931 P:      Kai Mäkisara
4932 M:      Kai.Makisara@kolumbus.fi
4933 L:      linux-scsi@vger.kernel.org
4934 S:      Maintained
4935 F:      Documentation/scsi/st.txt
4936 F:      drivers/scsi/st*
4937
4938 SCTP PROTOCOL
4939 P:      Vlad Yasevich
4940 M:      vladislav.yasevich@hp.com
4941 P:      Sridhar Samudrala
4942 M:      sri@us.ibm.com
4943 L:      linux-sctp@vger.kernel.org
4944 W:      http://lksctp.sourceforge.net
4945 S:      Supported
4946 F:      Documentation/networking/sctp.txt
4947 F:      include/linux/sctp.h
4948 F:      include/net/sctp/
4949 F:      net/sctp/
4950
4951 SCx200 CPU SUPPORT
4952 P:      Jim Cromie
4953 M:      jim.cromie@gmail.com
4954 S:      Odd Fixes
4955 F:      Documentation/i2c/busses/scx200_acb
4956 F:      arch/x86/kernel/scx200_32.c
4957 F:      drivers/watchdog/scx200_wdt.c
4958 F:      drivers/i2c/busses/scx200*
4959 F:      drivers/mtd/maps/scx200_docflash.c
4960 F:      include/linux/scx200.h
4961
4962 SCx200 GPIO DRIVER
4963 P:      Jim Cromie
4964 M:      jim.cromie@gmail.com
4965 S:      Maintained
4966 F:      drivers/char/scx200_gpio.c
4967 F:      include/linux/scx200_gpio.h
4968
4969 SCx200 HRT CLOCKSOURCE DRIVER
4970 P:      Jim Cromie
4971 M:      jim.cromie@gmail.com
4972 S:      Maintained
4973 F:      drivers/clocksource/scx200_hrt.c
4974
4975 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4976 P:      Sascha Sommer
4977 M:      saschasommer@freenet.de
4978 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4979 S:      Maintained
4980 F:      drivers/mmc/host/sdricoh_cs.c
4981
4982 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4983 P:      Pierre Ossman
4984 M:      pierre@ossman.eu
4985 L:      sdhci-devel@lists.ossman.eu
4986 S:      Maintained
4987
4988 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4989 P:      Anton Vorontsov
4990 M:      avorontsov@ru.mvista.com
4991 L:      linuxppc-dev@ozlabs.org
4992 L:      sdhci-devel@lists.ossman.eu
4993 S:      Maintained
4994 F:      drivers/mmc/host/sdhci.*
4995
4996 SECURITY SUBSYSTEM
4997 P:      James Morris
4998 M:      jmorris@namei.org
4999 L:      linux-kernel@vger.kernel.org
5000 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5001 T:      git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5002 W:      http://security.wiki.kernel.org/
5003 S:      Supported
5004 F:      security/
5005
5006 SECURITY CONTACT
5007 P:      Security Officers
5008 M:      security@kernel.org
5009 S:      Supported
5010
5011 SELINUX SECURITY MODULE
5012 P:      Stephen Smalley
5013 M:      sds@tycho.nsa.gov
5014 P:      James Morris
5015 M:      jmorris@namei.org
5016 P:      Eric Paris
5017 M:      eparis@parisplace.org
5018 L:      linux-kernel@vger.kernel.org (kernel issues)
5019 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5020 W:      http://selinuxproject.org
5021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5022 S:      Supported
5023 F:      include/linux/selinux*
5024 F:      security/selinux/
5025
5026 SENSABLE PHANTOM
5027 P:      Jiri Slaby
5028 M:      jirislaby@gmail.com
5029 S:      Maintained
5030 F:      drivers/misc/phantom.c
5031 F:      include/linux/phantom.h
5032
5033 SERIAL ATA (SATA) SUBSYSTEM
5034 P:      Jeff Garzik
5035 M:      jgarzik@pobox.com
5036 L:      linux-ide@vger.kernel.org
5037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5038 S:      Supported
5039 F:      drivers/ata/
5040 F:      include/linux/ata.h
5041 F:      include/linux/libata.h
5042
5043 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5044 P:      Sathya Perla
5045 M:      sathyap@serverengines.com
5046 P:      Subbu Seetharaman
5047 M:      subbus@serverengines.com
5048 L:      netdev@vger.kernel.org
5049 W:      http://www.serverengines.com
5050 S:      Supported
5051 F:      drivers/net/benet/
5052
5053 SFC NETWORK DRIVER
5054 P:      Steve Hodgson
5055 P:      Ben Hutchings
5056 P:      Robert Stonehouse
5057 M:      linux-net-drivers@solarflare.com
5058 S:      Supported
5059 F:      drivers/net/sfc/
5060
5061 SGI GRU DRIVER
5062 P:      Jack Steiner
5063 M:      steiner@sgi.com
5064 S:      Maintained
5065 F:      drivers/misc/sgi-gru/
5066
5067 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5068 P:      Pat Gefre
5069 M:      pfg@sgi.com
5070 L:      linux-ia64@vger.kernel.org
5071 S:      Supported
5072 F:      Documentation/ia64/serial.txt
5073 F:      drivers/serial/ioc?_serial.c
5074 F:      include/linux/ioc?.h
5075
5076 SGI VISUAL WORKSTATION 320 AND 540
5077 P:      Andrey Panin
5078 M:      pazke@donpac.ru
5079 L:      linux-visws-devel@lists.sf.net
5080 W:      http://linux-visws.sf.net
5081 S:      Maintained for 2.6.
5082 F:      Documentation/sgi-visws.txt
5083
5084 SGI XP/XPC/XPNET DRIVER
5085 P:      Robin Holt
5086 M:      holt@sgi.com
5087 S:      Maintained
5088 F:      drivers/misc/sgi-xp/
5089
5090 SHARP LH SUPPORT (LH7952X & LH7A40X)
5091 P:      Marc Singer
5092 M:      elf@buici.com
5093 W:      http://projects.buici.com/arm
5094 L:      linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only)
5095 S:      Maintained
5096 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5097 F:      arch/arm/mach-lh7a40x/
5098 F:      drivers/serial/serial_lh7a40x.c
5099 F:      drivers/usb/gadget/lh7a40*
5100 F:      drivers/usb/host/ohci-lh7a40*
5101
5102 SHPC HOTPLUG DRIVER
5103 P:      Kristen Carlson Accardi
5104 M:      kristen.c.accardi@intel.com
5105 L:      linux-pci@vger.kernel.org
5106 S:      Supported
5107 F:      drivers/pci/hotplug/shpchp*
5108
5109 SIMTEC EB110ATX (Chalice CATS)
5110 P:      Ben Dooks
5111 P:      Vincent Sanders
5112 M:      support@simtec.co.uk
5113 W:      http://www.simtec.co.uk/products/EB110ATX/
5114 S:      Supported
5115 F:      arch/arm/mach-ebsa110/
5116
5117 SIMTEC EB2410ITX (BAST)
5118 P:      Ben Dooks
5119 P:      Vincent Sanders
5120 M:      support@simtec.co.uk
5121 W:      http://www.simtec.co.uk/products/EB2410ITX/
5122 S:      Supported
5123 F:      arch/arm/mach-s3c2410/
5124 F:      drivers/*/*s3c2410*
5125 F:      drivers/*/*/*s3c2410*
5126
5127 SIS 190 ETHERNET DRIVER
5128 P:      Francois Romieu
5129 M:      romieu@fr.zoreil.com
5130 L:      netdev@vger.kernel.org
5131 S:      Maintained
5132 F:      drivers/net/sis190.c
5133
5134 SIS 900/7016 FAST ETHERNET DRIVER
5135 P:      Daniele Venzano
5136 M:      venza@brownhat.org
5137 W:      http://www.brownhat.org/sis900.html
5138 L:      netdev@vger.kernel.org
5139 S:      Maintained
5140 F:      drivers/net/sis900.*
5141
5142 SIS 96X I2C/SMBUS DRIVER
5143 P:      Mark M. Hoffman
5144 M:      mhoffman@lightlink.com
5145 L:      linux-i2c@vger.kernel.org
5146 S:      Maintained
5147 F:      Documentation/i2c/busses/i2c-sis96x
5148 F:      drivers/i2c/busses/i2c-sis96x.c
5149
5150 SIS FRAMEBUFFER DRIVER
5151 P:      Thomas Winischhofer
5152 M:      thomas@winischhofer.net
5153 W:      http://www.winischhofer.net/linuxsisvga.shtml
5154 S:      Maintained
5155 F:      Documentation/fb/sisfb.txt
5156 F:      drivers/video/sis/
5157 F:      include/video/sisfb.h
5158
5159 SIS USB2VGA DRIVER
5160 P:      Thomas Winischhofer
5161 M:      thomas@winischhofer.net
5162 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5163 S:      Maintained
5164 F:      drivers/usb/misc/sisusbvga/
5165
5166 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5167 P:      Stephen Hemminger
5168 M:      shemminger@linux-foundation.org
5169 L:      netdev@vger.kernel.org
5170 S:      Maintained
5171 F:      drivers/net/skge.*
5172 F:      drivers/net/sky2.*
5173
5174 SLAB ALLOCATOR
5175 P:      Christoph Lameter
5176 M:      cl@linux-foundation.org
5177 P:      Pekka Enberg
5178 M:      penberg@cs.helsinki.fi
5179 P:      Matt Mackall
5180 M:      mpm@selenic.com
5181 L:      linux-mm@kvack.org
5182 S:      Maintained
5183 F:      include/linux/sl?b*.h
5184 F:      mm/sl?b.c
5185
5186 SMC91x ETHERNET DRIVER
5187 P:      Nicolas Pitre
5188 M:      nico@cam.org
5189 S:      Maintained
5190 F:      drivers/net/smc91x.*
5191
5192 SMSC47B397 HARDWARE MONITOR DRIVER
5193 P:      Mark M. Hoffman
5194 M:      mhoffman@lightlink.com
5195 L:      lm-sensors@lm-sensors.org
5196 S:      Maintained
5197 F:      Documentation/hwmon/smsc47b397
5198 F:      drivers/hwmon/smsc47b397.c
5199
5200 SMSC911x ETHERNET DRIVER
5201 P:      Steve Glendinning
5202 M:      steve.glendinning@smsc.com
5203 L:      netdev@vger.kernel.org
5204 S:      Supported
5205 F:      include/linux/smsc911x.h
5206 F:      drivers/net/smsc911x.*
5207
5208 SMSC9420 PCI ETHERNET DRIVER
5209 P:      Steve Glendinning
5210 M:      steve.glendinning@smsc.com
5211 L:      netdev@vger.kernel.org
5212 S:      Supported
5213 F:      drivers/net/smsc9420.*
5214
5215 SMX UIO Interface
5216 P:      Ben Nizette
5217 M:      bn@niasdigital.com
5218 S:      Maintained
5219 F:      drivers/uio/uio_smx.c
5220
5221 SN-IA64 (Itanium) SUB-PLATFORM
5222 P:      Jes Sorensen
5223 M:      jes@sgi.com
5224 L:      linux-altix@sgi.com
5225 L:      linux-ia64@vger.kernel.org
5226 W:      http://www.sgi.com/altix
5227 S:      Maintained
5228 F:      arch/ia64/sn/
5229
5230 SOC-CAMERA V4L2 SUBSYSTEM
5231 P:      Guennadi Liakhovetski
5232 M:      g.liakhovetski@gmx.de
5233 L:      linux-media@vger.kernel.org
5234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5235 S:      Maintained
5236 F:      include/media/v4l2*
5237 F:      drivers/media/video/v4l2*
5238
5239 SOEKRIS NET48XX LED SUPPORT
5240 P:      Chris Boot
5241 M:      bootc@bootc.net
5242 S:      Maintained
5243 F:      drivers/leds/leds-net48xx.c
5244
5245 SOFTWARE RAID (Multiple Disks) SUPPORT
5246 P:      Neil Brown
5247 M:      neilb@suse.de
5248 L:      linux-raid@vger.kernel.org
5249 S:      Supported
5250 F:      drivers/md/
5251 F:      include/linux/raid/
5252
5253 SONIC NETWORK DRIVER
5254 P:      Thomas Bogendoerfer
5255 M:      tsbogend@alpha.franken.de
5256 L:      netdev@vger.kernel.org
5257 S:      Maintained
5258 F:      drivers/net/sonic.*
5259
5260 SONICS SILICON BACKPLANE DRIVER (SSB)
5261 P:      Michael Buesch
5262 M:      mb@bu3sch.de
5263 L:      netdev@vger.kernel.org
5264 S:      Maintained
5265 F:      drivers/ssb/
5266 F:      include/linux/ssb/
5267
5268 SONY VAIO CONTROL DEVICE DRIVER
5269 P:      Mattia Dongili
5270 M:      malattia@linux.it
5271 L:      linux-acpi@vger.kernel.org
5272 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5273 S:      Maintained
5274 F:      Documentation/laptops/sony-laptop.txt
5275 F:      drivers/char/sonypi.c
5276 F:      drivers/platform/x86/sony-laptop.c
5277 F:      include/linux/sony-laptop.h
5278
5279 SONY MEMORYSTICK CARD SUPPORT
5280 P:      Alex Dubov
5281 M:      oakad@yahoo.com
5282 L:      linux-kernel@vger.kernel.org
5283 W:      http://tifmxx.berlios.de/
5284 S:      Maintained
5285 F:      drivers/memstick/host/tifm_ms.c
5286
5287 SOUND
5288 P:      Jaroslav Kysela
5289 M:      perex@perex.cz
5290 P:      Takashi Iwai
5291 M:      tiwai@suse.de
5292 L:      alsa-devel@alsa-project.org (subscribers-only)
5293 W:      http://www.alsa-project.org/
5294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5295 T:      git git://git.alsa-project.org/alsa-kernel.git
5296 S:      Maintained
5297 F:      Documentation/sound/
5298 F:      include/sound/
5299 F:      sound/
5300
5301 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5302 P:      Liam Girdwood
5303 M:      lrg@slimlogic.co.uk
5304 P:      Mark Brown
5305 M:      broonie@opensource.wolfsonmicro.com
5306 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
5307 L:      alsa-devel@alsa-project.org (subscribers-only)
5308 W:      http://alsa-project.org/main/index.php/ASoC
5309 S:      Supported
5310 F:      sound/soc/
5311
5312 SPARC + UltraSPARC (sparc/sparc64)
5313 P:      David S. Miller
5314 M:      davem@davemloft.net
5315 L:      sparclinux@vger.kernel.org
5316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5318 S:      Maintained
5319 F:      arch/sparc/
5320
5321 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5322 P:      Roger Wolff
5323 M:      R.E.Wolff@BitWizard.nl
5324 L:      linux-kernel@vger.kernel.org
5325 S:      Supported
5326 F:      Documentation/serial/specialix.txt
5327 F:      drivers/char/specialix*
5328
5329 SPI SUBSYSTEM
5330 P:      David Brownell
5331 M:      dbrownell@users.sourceforge.net
5332 L:      spi-devel-general@lists.sourceforge.net
5333 S:      Maintained
5334 F:      Documentation/spi/
5335 F:      drivers/spi/
5336 F:      include/linux/spi/
5337
5338 SPIDERNET NETWORK DRIVER for CELL
5339 P:      Ishizaki Kou
5340 M:      kou.ishizaki@toshiba.co.jp
5341 P:      Jens Osterkamp
5342 M:      jens@de.ibm.com
5343 L:      netdev@vger.kernel.org
5344 S:      Supported
5345 F:      Documentation/networking/spider_net.txt
5346 F:      drivers/net/spider_net*
5347
5348 SPU FILE SYSTEM
5349 P:      Jeremy Kerr
5350 M:      jk@ozlabs.org
5351 L:      linuxppc-dev@ozlabs.org
5352 L:      cbe-oss-dev@ozlabs.org
5353 W:      http://www.ibm.com/developerworks/power/cell/
5354 S:      Supported
5355 F:      Documentation/filesystems/spufs.txt
5356 F:      arch/powerpc/platforms/cell/spufs/
5357
5358 SQUASHFS FILE SYSTEM
5359 P:      Phillip Lougher
5360 M:      phillip@lougher.demon.co.uk
5361 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5362 W:      http://squashfs.org.uk
5363 S:      Maintained
5364 F:      Documentation/filesystems/squashfs.txt
5365 F:      fs/squashfs/
5366
5367 SRM (Alpha) environment access
5368 P:      Jan-Benedict Glaw
5369 M:      jbglaw@lug-owl.de
5370 L:      linux-kernel@vger.kernel.org
5371 S:      Maintained
5372 F:      arch/alpha/kernel/srm_env.c
5373
5374 STABLE BRANCH
5375 P:      Greg Kroah-Hartman
5376 M:      greg@kroah.com
5377 P:      Chris Wright
5378 M:      chrisw@sous-sol.org
5379 L:      stable@kernel.org
5380 S:      Maintained
5381
5382 STAGING SUBSYSTEM
5383 P:      Greg Kroah-Hartman
5384 M:      gregkh@suse.de
5385 L:      linux-kernel@vger.kernel.org
5386 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5387 S:      Maintained
5388 F:      drivers/staging/
5389
5390 STARFIRE/DURALAN NETWORK DRIVER
5391 P:      Ion Badulescu
5392 M:      ionut@cs.columbia.edu
5393 S:      Maintained
5394 F:      drivers/net/starfire*
5395
5396 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5397 W:      http://mosquitonet.Stanford.EDU/strip.html
5398 S:      Orphan
5399 F:      drivers/net/wireless/strip.c
5400 F:      include/linux/if_strip.h
5401
5402 STRADIS MPEG-2 DECODER DRIVER
5403 P:      Nathan Laredo
5404 M:      laredo@gnu.org
5405 W:      http://www.stradis.com/
5406 S:      Maintained
5407 F:      drivers/media/video/stradis.c
5408
5409 SUN3/3X
5410 P:      Sam Creasey
5411 M:      sammy@sammy.net
5412 W:      http://sammy.net/sun3/
5413 S:      Maintained
5414 F:      arch/m68k/kernel/*sun3*
5415 F:      arch/m68k/sun3*/
5416 F:      arch/m68k/include/asm/sun3*
5417
5418 SUPERH
5419 P:      Paul Mundt
5420 M:      lethal@linux-sh.org
5421 L:      linux-sh@vger.kernel.org
5422 W:      http://www.linux-sh.org
5423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5424 S:      Supported
5425 F:      Documentation/sh/
5426 F:      arch/sh/
5427 F:      drivers/sh/
5428
5429 SUSPEND TO RAM
5430 P:      Len Brown
5431 M:      len.brown@intel.com
5432 P:      Pavel Machek
5433 M:      pavel@ucw.cz
5434 P:      Rafael J. Wysocki
5435 M:      rjw@sisk.pl
5436 L:      linux-pm@lists.linux-foundation.org
5437 S:      Supported
5438 F:      Documentation/power/
5439 F:      arch/x86/kernel/acpi/
5440 F:      drivers/base/power/
5441 F:      kernel/power/
5442 F:      include/linux/suspend.h
5443 F:      include/linux/freezer.h
5444 F:      include/linux/pm.h
5445
5446 SVGA HANDLING
5447 P:      Martin Mares
5448 M:      mj@ucw.cz
5449 L:      linux-video@atrey.karlin.mff.cuni.cz
5450 S:      Maintained
5451 F:      Documentation/svga.txt
5452 F:      arch/x86/boot/video*
5453
5454 SYSV FILESYSTEM
5455 P:      Christoph Hellwig
5456 M:      hch@infradead.org
5457 S:      Maintained
5458 F:      Documentation/filesystems/sysv-fs.txt
5459 F:      fs/sysv/
5460 F:      include/linux/sysv_fs.h
5461
5462 TASKSTATS STATISTICS INTERFACE
5463 P:      Balbir Singh
5464 M:      balbir@linux.vnet.ibm.com
5465 L:      linux-kernel@vger.kernel.org
5466 S:      Maintained
5467 F:      Documentation/accounting/taskstats*
5468 F:      include/linux/taskstats*
5469 F:      kernel/taskstats.c
5470
5471 TC CLASSIFIER
5472 P:      Jamal Hadi Salim
5473 M:      hadi@cyberus.ca
5474 L:      netdev@vger.kernel.org
5475 S:      Maintained
5476 F:      include/linux/pkt_cls.h
5477 F:      include/net/pkt_cls.h
5478 F:      net/sched/
5479
5480 TCP LOW PRIORITY MODULE
5481 P:      Wong Hoi Sing, Edison
5482 M:      hswong3i@gmail.com
5483 P:      Hung Hing Lun, Mike
5484 M:      hlhung3i@gmail.com
5485 W:      http://tcp-lp-mod.sourceforge.net/
5486 S:      Maintained
5487 F:      net/ipv4/tcp_lp.c
5488
5489 TEHUTI ETHERNET DRIVER
5490 P:      Alexander Indenbaum
5491 M:      baum@tehutinetworks.net
5492 P:      Andy Gospodarek
5493 M:      andy@greyhouse.net
5494 L:      netdev@vger.kernel.org
5495 S:      Supported
5496 F:      drivers/net/tehuti*
5497
5498 Telecom Clock Driver for MCPL0010
5499 P:      Mark Gross
5500 M:      mark.gross@intel.com
5501 S:      Supported
5502 F:      drivers/char/tlclk.c
5503
5504 TENSILICA XTENSA PORT (xtensa)
5505 P:      Chris Zankel
5506 M:      chris@zankel.net
5507 S:      Maintained
5508 F:      arch/xtensa/
5509
5510 THINKPAD ACPI EXTRAS DRIVER
5511 P:      Henrique de Moraes Holschuh
5512 M:      ibm-acpi@hmh.eng.br
5513 L:      ibm-acpi-devel@lists.sourceforge.net
5514 W:      http://ibm-acpi.sourceforge.net
5515 W:      http://thinkwiki.org/wiki/Ibm-acpi
5516 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5517 S:      Maintained
5518 F:      drivers/platform/x86/thinkpad_acpi.c
5519
5520 TI FLASH MEDIA INTERFACE DRIVER
5521 P:      Alex Dubov
5522 M:      oakad@yahoo.com
5523 S:      Maintained
5524 F:      drivers/misc/tifm*
5525 F:      drivers/mmc/host/tifm_sd.c
5526 F:      include/linux/tifm.h
5527
5528 TI OMAP MMC INTERFACE DRIVER
5529 P:      Carlos Aguiar, Anderson Briglia and Syed Khasim
5530 M:      linux-omap@vger.kernel.org
5531 W:      http://linux.omap.com
5532 W:      http://www.muru.com/linux/omap/
5533 S:      Maintained
5534 F:      drivers/mmc/host/omap.c
5535
5536 TI OMAP RANDOM NUMBER GENERATOR SUPPORT
5537 P:      Deepak Saxena
5538 M:      dsaxena@plexity.net
5539 S:      Maintained
5540 F:      drivers/char/hw_random/omap-rng.c
5541
5542 TIPC NETWORK LAYER
5543 P:      Per Liden
5544 M:      per.liden@ericsson.com
5545 P:      Jon Maloy
5546 M:      jon.maloy@ericsson.com
5547 P:      Allan Stephens
5548 M:      allan.stephens@windriver.com
5549 L:      tipc-discussion@lists.sourceforge.net
5550 W:      http://tipc.sourceforge.net/
5551 W:      http://tipc.cslab.ericsson.net/
5552 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5553 S:      Maintained
5554 F:      include/linux/tipc*.h
5555 F:      include/net/tipc/
5556 F:      net/tipc/
5557
5558 TLAN NETWORK DRIVER
5559 P:      Samuel Chessman
5560 M:      chessman@tux.org
5561 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
5562 W:      http://sourceforge.net/projects/tlan/
5563 S:      Maintained
5564 F:      Documentation/networking/tlan.txt
5565 F:      drivers/net/tlan.*
5566
5567 TOMOYO SECURITY MODULE
5568 P:      Kentaro Takeda
5569 M:      takedakn@nttdata.co.jp
5570 P:      Tetsuo Handa
5571 M:      penguin-kernel@I-love.SAKURA.ne.jp
5572 L:      linux-kernel@vger.kernel.org (kernel issues)
5573 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5574 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5575 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5576 W:      http://tomoyo.sourceforge.jp/
5577 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5578 S:      Maintained
5579 F:      security/tomoyo/
5580
5581 TOSHIBA ACPI EXTRAS DRIVER
5582 S:      Orphan
5583 F:      drivers/platform/x86/toshiba_acpi.c
5584
5585 TOSHIBA SMM DRIVER
5586 P:      Jonathan Buzzard
5587 M:      jonathan@buzzard.org.uk
5588 L:      tlinux-users@tce.toshiba-dme.co.jp
5589 W:      http://www.buzzard.org.uk/toshiba/
5590 S:      Maintained
5591 F:      drivers/char/toshiba.c
5592 F:      include/linux/toshiba.h
5593
5594 TMIO MMC DRIVER
5595 P:      Ian Molton
5596 M:      ian@mnementh.co.uk
5597 S:      Maintained
5598 F:      drivers/mmc/host/tmio_mmc.*
5599
5600 TMPFS (SHMEM FILESYSTEM)
5601 P:      Hugh Dickins
5602 M:      hugh.dickins@tiscali.co.uk
5603 L:      linux-mm@kvack.org
5604 S:      Maintained
5605 F:      include/linux/shmem_fs.h
5606 F:      mm/shmem.c
5607
5608 TPM DEVICE DRIVER
5609 P:      Debora Velarde
5610 M:      debora@linux.vnet.ibm.com
5611 P:      Rajiv Andrade
5612 M:      srajiv@linux.vnet.ibm.com
5613 W:      http://tpmdd.sourceforge.net
5614 P:      Marcel Selhorst
5615 M:      m.selhorst@sirrix.com
5616 W:      http://www.sirrix.com
5617 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5618 S:      Maintained
5619 F:      drivers/char/tpm/
5620
5621 TRIVIAL PATCHES
5622 P:      Jiri Kosina
5623 M:      trivial@kernel.org
5624 L:      linux-kernel@vger.kernel.org
5625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5626 S:      Maintained
5627
5628 TTY LAYER
5629 P:      Alan Cox
5630 M:      alan@lxorguk.ukuu.org.uk
5631 L:      linux-kernel@vger.kernel.org
5632 S:      Maintained
5633 T:      stgit http://zeniv.linux.org.uk/~alan/ttydev/
5634
5635 TULIP NETWORK DRIVERS
5636 P:      Grant Grundler
5637 M:      grundler@parisc-linux.org
5638 P:      Kyle McMartin
5639 M:      kyle@mcmartin.ca
5640 L:      netdev@vger.kernel.org
5641 S:      Maintained
5642 F:      drivers/net/tulip/
5643
5644 TUN/TAP driver
5645 P:      Maxim Krasnyansky
5646 M:      maxk@qualcomm.com
5647 L:      vtun@office.satix.net
5648 W:      http://vtun.sourceforge.net/tun
5649 S:      Maintained
5650 F:      Documentation/networking/tuntap.txt
5651 F:      arch/um/os-Linux/drivers/
5652
5653 TURBOCHANNEL SUBSYSTEM
5654 P:      Maciej W. Rozycki
5655 M:      macro@linux-mips.org
5656 S:      Maintained
5657 F:      drivers/tc/
5658 F:      include/linux/tc.h
5659
5660 U14-34F SCSI DRIVER
5661 P:      Dario Ballabio
5662 M:      ballabio_dario@emc.com
5663 L:      linux-scsi@vger.kernel.org
5664 S:      Maintained
5665 F:      drivers/scsi/u14-34f.c
5666
5667 UBI FILE SYSTEM (UBIFS)
5668 P:      Artem Bityutskiy
5669 M:      dedekind@infradead.org
5670 P:      Adrian Hunter
5671 M:      ext-adrian.hunter@nokia.com
5672 L:      linux-mtd@lists.infradead.org
5673 T:      git git://git.infradead.org/ubifs-2.6.git
5674 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5675 S:      Maintained
5676 F:      Documentation/filesystems/ubifs.txt
5677 F:      fs/ubifs/
5678
5679 UCLINUX (AND M68KNOMMU)
5680 P:      Greg Ungerer
5681 M:      gerg@uclinux.org
5682 W:      http://www.uclinux.org/
5683 L:      uclinux-dev@uclinux.org  (subscribers-only)
5684 S:      Maintained
5685 F:      arch/m68knommu/
5686
5687 UCLINUX FOR RENESAS H8/300 (H8300)
5688 P:      Yoshinori Sato
5689 M:      ysato@users.sourceforge.jp
5690 W:      http://uclinux-h8.sourceforge.jp/
5691 S:      Supported
5692
5693 UDF FILESYSTEM
5694 P:      Jan Kara
5695 M:      jack@suse.cz
5696 W:      http://linux-udf.sourceforge.net
5697 S:      Maintained
5698 F:      Documentation/filesystems/udf.txt
5699 F:      fs/udf/
5700
5701 UFS FILESYSTEM
5702 P:      Evgeniy Dushistov
5703 M:      dushistov@mail.ru
5704 L:      linux-kernel@vger.kernel.org
5705 S:      Maintained
5706 F:      Documentation/filesystems/ufs.txt
5707 F:      fs/ufs/
5708
5709 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5710 P:      David Vrabel
5711 M:      david.vrabel@csr.com
5712 L:      linux-usb@vger.kernel.org
5713 S:      Supported
5714 F:      drivers/uwb/*
5715 F:      include/linux/uwb.h
5716 F:      include/linux/uwb/
5717
5718 UNIFORM CDROM DRIVER
5719 P:      Jens Axboe
5720 M:      axboe@kernel.dk
5721 L:      linux-kernel@vger.kernel.org
5722 W:      http://www.kernel.dk
5723 S:      Maintained
5724 F:      Documentation/cdrom/
5725 F:      drivers/cdrom/cdrom.c
5726 F:      include/linux/cdrom.h
5727
5728 UNSORTED BLOCK IMAGES (UBI)
5729 P:      Artem Bityutskiy
5730 M:      dedekind@infradead.org
5731 W:      http://www.linux-mtd.infradead.org/
5732 L:      linux-mtd@lists.infradead.org
5733 T:      git git://git.infradead.org/ubi-2.6.git
5734 S:      Maintained
5735 F:      drivers/mtd/ubi/
5736 F:      include/linux/mtd/ubi.h
5737 F:      include/mtd/ubi-user.h
5738
5739 USB ACM DRIVER
5740 P:      Oliver Neukum
5741 M:      oliver@neukum.name
5742 L:      linux-usb@vger.kernel.org
5743 S:      Maintained
5744 F:      Documentation/usb/acm.txt
5745 F:      drivers/usb/class/cdc-acm.*
5746
5747 USB BLOCK DRIVER (UB ub)
5748 P:      Pete Zaitcev
5749 M:      zaitcev@redhat.com
5750 L:      linux-kernel@vger.kernel.org
5751 L:      linux-usb@vger.kernel.org
5752 S:      Supported
5753 F:      drivers/block/ub.c
5754
5755 USB CDC ETHERNET DRIVER
5756 P:      Greg Kroah-Hartman
5757 M:      greg@kroah.com
5758 L:      linux-usb@vger.kernel.org
5759 S:      Maintained
5760 W:      http://www.kroah.com/linux-usb/
5761 F:      drivers/net/usb/cdc_*.c
5762 F:      include/linux/usb/cdc.h
5763
5764 USB CYPRESS C67X00 DRIVER
5765 P:      Peter Korsgaard
5766 M:      jacmet@sunsite.dk
5767 L:      linux-usb@vger.kernel.org
5768 S:      Maintained
5769 F:      drivers/usb/c67x00/
5770
5771 USB DAVICOM DM9601 DRIVER
5772 P:      Peter Korsgaard
5773 M:      jacmet@sunsite.dk
5774 L:      netdev@vger.kernel.org
5775 W:      http://www.linux-usb.org/usbnet
5776 S:      Maintained
5777 F:      drivers/net/usb/dm9601.c
5778
5779 USB DIAMOND RIO500 DRIVER
5780 P:      Cesar Miquel
5781 M:      miquel@df.uba.ar
5782 L:      rio500-users@lists.sourceforge.net
5783 W:      http://rio500.sourceforge.net
5784 S:      Maintained
5785 F:      drivers/usb/misc/rio500*
5786
5787 USB EHCI DRIVER
5788 P:      David Brownell
5789 M:      dbrownell@users.sourceforge.net
5790 L:      linux-usb@vger.kernel.org
5791 S:      Odd Fixes
5792 F:      Documentation/usb/ehci.txt
5793 F:      drivers/usb/host/ehci*
5794
5795 USB ET61X[12]51 DRIVER
5796 P:      Luca Risolia
5797 M:      luca.risolia@studio.unibo.it
5798 L:      linux-usb@vger.kernel.org
5799 L:      linux-media@vger.kernel.org
5800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5801 W:      http://www.linux-projects.org
5802 S:      Maintained
5803 F:      drivers/media/video/et61x251/
5804
5805 USB GADGET/PERIPHERAL SUBSYSTEM
5806 P:      David Brownell
5807 M:      dbrownell@users.sourceforge.net
5808 L:      linux-usb@vger.kernel.org
5809 W:      http://www.linux-usb.org/gadget
5810 S:      Maintained
5811 F:      drivers/usb/gadget/
5812 F:      include/linux/usb/gadget*
5813
5814 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5815 P:      Jiri Kosina
5816 M:      jkosina@suse.cz
5817 L:      linux-usb@vger.kernel.org
5818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5819 S:      Maintained
5820 F:      Documentation/usb/hiddev.txt
5821 F:      drivers/hid/usbhid/
5822
5823 USB ISP116X DRIVER
5824 P:      Olav Kongas
5825 M:      ok@artecdesign.ee
5826 L:      linux-usb@vger.kernel.org
5827 S:      Maintained
5828 F:      drivers/usb/host/isp116x*
5829 F:      include/linux/usb/isp116x.h
5830
5831 USB KAWASAKI LSI DRIVER
5832 P:      Oliver Neukum
5833 M:      oliver@neukum.name
5834 L:      linux-usb@vger.kernel.org
5835 S:      Maintained
5836 F:      drivers/usb/serial/kl5kusb105.*
5837
5838 USB MASS STORAGE DRIVER
5839 P:      Matthew Dharm
5840 M:      mdharm-usb@one-eyed-alien.net
5841 L:      linux-usb@vger.kernel.org
5842 L:      usb-storage@lists.one-eyed-alien.net
5843 S:      Maintained
5844 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
5845 F:      drivers/usb/storage/
5846
5847 USB OHCI DRIVER
5848 P:      David Brownell
5849 M:      dbrownell@users.sourceforge.net
5850 L:      linux-usb@vger.kernel.org
5851 S:      Odd Fixes
5852 F:      Documentation/usb/ohci.txt
5853 F:      drivers/usb/host/ohci*
5854
5855 USB OPTION-CARD DRIVER
5856 P:      Matthias Urlichs
5857 M:      smurf@smurf.noris.de
5858 L:      linux-usb@vger.kernel.org
5859 S:      Maintained
5860 F:      drivers/usb/serial/option.c
5861
5862 USB OV511 DRIVER
5863 P:      Mark McClelland
5864 M:      mmcclell@bigfoot.com
5865 L:      linux-usb@vger.kernel.org
5866 W:      http://alpha.dyndns.org/ov511/
5867 S:      Maintained
5868 F:      drivers/media/video/ov511.*
5869
5870 USB PEGASUS DRIVER
5871 P:      Petko Manolov
5872 M:      petkan@users.sourceforge.net
5873 L:      linux-usb@vger.kernel.org
5874 L:      netdev@vger.kernel.org
5875 W:      http://pegasus2.sourceforge.net/
5876 S:      Maintained
5877 F:      drivers/net/usb/pegasus.*
5878
5879 USB PRINTER DRIVER (usblp)
5880 P:      Pete Zaitcev
5881 M:      zaitcev@redhat.com
5882 L:      linux-usb@vger.kernel.org
5883 S:      Supported
5884 F:      drivers/usb/class/usblp.c
5885
5886 USB RTL8150 DRIVER
5887 P:      Petko Manolov
5888 M:      petkan@users.sourceforge.net
5889 L:      linux-usb@vger.kernel.org
5890 L:      netdev@vger.kernel.org
5891 W:      http://pegasus2.sourceforge.net/
5892 S:      Maintained
5893 F:      drivers/net/usb/rtl8150.c
5894
5895 USB SE401 DRIVER
5896 P:      Jeroen Vreeken
5897 M:      pe1rxq@amsat.org
5898 L:      linux-usb@vger.kernel.org
5899 W:      http://www.chello.nl/~j.vreeken/se401/
5900 S:      Maintained
5901 F:      Documentation/video4linux/se401.txt
5902 F:      drivers/media/video/se401.*
5903
5904 USB SERIAL BELKIN F5U103 DRIVER
5905 P:      William Greathouse
5906 M:      wgreathouse@smva.com
5907 L:      linux-usb@vger.kernel.org
5908 S:      Maintained
5909 F:      drivers/usb/serial/belkin_sa.*
5910
5911 USB SERIAL CYPRESS M8 DRIVER
5912 P:      Lonnie Mendez
5913 M:      dignome@gmail.com
5914 L:      linux-usb@vger.kernel.org
5915 S:      Maintained
5916 W:      http://geocities.com/i0xox0i
5917 W:      http://firstlight.net/cvs
5918 F:      drivers/usb/serial/cypress_m8.*
5919
5920 USB SERIAL CYBERJACK DRIVER
5921 P:      Matthias Bruestle and Harald Welte
5922 M:      support@reiner-sct.com
5923 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
5924 S:      Maintained
5925 F:      drivers/usb/serial/cyberjack.c
5926
5927 USB SERIAL DIGI ACCELEPORT DRIVER
5928 P:      Peter Berger and Al Borchers
5929 M:      pberger@brimson.com
5930 M:      alborchers@steinerpoint.com
5931 L:      linux-usb@vger.kernel.org
5932 S:      Maintained
5933 F:      drivers/usb/serial/digi_acceleport.c
5934
5935 USB SERIAL DRIVER
5936 P:      Greg Kroah-Hartman
5937 M:      gregkh@suse.de
5938 L:      linux-usb@vger.kernel.org
5939 S:      Supported
5940 F:      Documentation/usb/usb-serial.txt
5941 F:      drivers/usb/serial/generic.c
5942 F:      drivers/usb/serial/usb-serial.c
5943 F:      include/linux/usb/serial.h
5944
5945 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5946 P:      Gary Brubaker
5947 M:      xavyer@ix.netcom.com
5948 L:      linux-usb@vger.kernel.org
5949 S:      Maintained
5950 F:      drivers/usb/serial/empeg.c
5951
5952 USB SERIAL KEYSPAN DRIVER
5953 P:      Greg Kroah-Hartman
5954 M:      greg@kroah.com
5955 L:      linux-usb@vger.kernel.org
5956 W:      http://www.kroah.com/linux/
5957 S:      Maintained
5958 F:      drivers/usb/serial/*keyspan*
5959
5960 USB SERIAL WHITEHEAT DRIVER
5961 P:      Support Department
5962 M:      support@connecttech.com
5963 L:      linux-usb@vger.kernel.org
5964 W:      http://www.connecttech.com
5965 S:      Supported
5966 F:      drivers/usb/serial/whiteheat*
5967
5968 USB SMSC95XX ETHERNET DRIVER
5969 P:      Steve Glendinning
5970 M:      steve.glendinning@smsc.com
5971 L:      netdev@vger.kernel.org
5972 S:      Supported
5973 F:      drivers/net/usb/smsc95xx.*
5974
5975 USB SN9C1xx DRIVER
5976 P:      Luca Risolia
5977 M:      luca.risolia@studio.unibo.it
5978 L:      linux-usb@vger.kernel.org
5979 L:      linux-media@vger.kernel.org
5980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5981 W:      http://www.linux-projects.org
5982 S:      Maintained
5983 F:      Documentation/video4linux/sn9c102.txt
5984 F:      drivers/media/video/sn9c102/
5985
5986 USB SUBSYSTEM
5987 P:      Greg Kroah-Hartman
5988 M:      gregkh@suse.de
5989 L:      linux-usb@vger.kernel.org
5990 W:      http://www.linux-usb.org
5991 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5992 S:      Supported
5993 F:      Documentation/usb/
5994 F:      drivers/net/usb/
5995 F:      drivers/usb/
5996 F:      include/linux/usb.h
5997 F:      include/linux/usb/
5998
5999 USB UHCI DRIVER
6000 P:      Alan Stern
6001 M:      stern@rowland.harvard.edu
6002 L:      linux-usb@vger.kernel.org
6003 S:      Maintained
6004 F:      drivers/usb/host/uhci*
6005
6006 USB "USBNET" DRIVER FRAMEWORK
6007 P:      David Brownell
6008 M:      dbrownell@users.sourceforge.net
6009 L:      netdev@vger.kernel.org
6010 W:      http://www.linux-usb.org/usbnet
6011 S:      Maintained
6012 F:      drivers/net/usb/usbnet.c
6013 F:      include/linux/usb/usbnet.h
6014
6015 USB VIDEO CLASS
6016 P:      Laurent Pinchart
6017 M:      laurent.pinchart@skynet.be
6018 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6019 L:      linux-media@vger.kernel.org
6020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6021 W:      http://linux-uvc.berlios.de
6022 S:      Maintained
6023 F:      drivers/media/video/uvc/
6024
6025 USB W996[87]CF DRIVER
6026 P:      Luca Risolia
6027 M:      luca.risolia@studio.unibo.it
6028 L:      linux-usb@vger.kernel.org
6029 L:      linux-media@vger.kernel.org
6030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6031 W:      http://www.linux-projects.org
6032 S:      Maintained
6033 F:      Documentation/video4linux/w9968cf.txt
6034 F:      drivers/media/video/w996*
6035
6036 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6037 P:      Jussi Kivilinna
6038 M:      jussi.kivilinna@mbnet.fi
6039 L:      linux-wireless@vger.kernel.org
6040 S:      Maintained
6041 F:      drivers/net/wireless/rndis_wlan.c
6042
6043 USB ZC0301 DRIVER
6044 P:      Luca Risolia
6045 M:      luca.risolia@studio.unibo.it
6046 L:      linux-usb@vger.kernel.org
6047 L:      linux-media@vger.kernel.org
6048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6049 W:      http://www.linux-projects.org
6050 S:      Maintained
6051 F:      Documentation/video4linux/zc0301.txt
6052 F:      drivers/media/video/zc0301/
6053
6054 USB ZD1201 DRIVER
6055 P:      Jeroen Vreeken
6056 M:      pe1rxq@amsat.org
6057 L:      linux-usb@vger.kernel.org
6058 W:      http://linux-lc100020.sourceforge.net
6059 S:      Maintained
6060 F:      drivers/net/wireless/zd1201.*
6061
6062 USB ZR364XX DRIVER
6063 P:      Antoine Jacquet
6064 M:      royale@zerezo.com
6065 L:      linux-usb@vger.kernel.org
6066 L:      linux-media@vger.kernel.org
6067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6068 W:      http://royale.zerezo.com/zr364xx/
6069 S:      Maintained
6070 F:      Documentation/video4linux/zr364xx.txt
6071 F:      drivers/media/video/zr364xx.c
6072
6073 USER-MODE LINUX (UML)
6074 P:      Jeff Dike
6075 M:      jdike@addtoit.com
6076 L:      user-mode-linux-devel@lists.sourceforge.net
6077 L:      user-mode-linux-user@lists.sourceforge.net
6078 W:      http://user-mode-linux.sourceforge.net
6079 S:      Maintained
6080 F:      Documentation/uml/
6081 F:      arch/um/
6082 F:      fs/hostfs/
6083 F:      fs/hppfs/
6084
6085 USERSPACE I/O (UIO)
6086 P:      Hans J. Koch
6087 M:      hjk@linutronix.de
6088 P:      Greg Kroah-Hartman
6089 M:      gregkh@suse.de
6090 L:      linux-kernel@vger.kernel.org
6091 S:      Maintained
6092 F:      Documentation/DocBook/uio-howto.tmpl
6093 F:      drivers/uio/
6094 F:      include/linux/uio*.h
6095
6096 UTIL-LINUX-NG PACKAGE
6097 P:      Karel Zak
6098 M:      kzak@redhat.com
6099 L:      util-linux-ng@vger.kernel.org
6100 W:      http://kernel.org/~kzak/util-linux-ng/
6101 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6102 S:      Maintained
6103
6104 UVESAFB DRIVER
6105 P:      Michal Januszewski
6106 M:      spock@gentoo.org
6107 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6108 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6109 S:      Maintained
6110 F:      Documentation/fb/uvesafb.txt
6111 F:      drivers/video/uvesafb.*
6112
6113 VFAT/FAT/MSDOS FILESYSTEM
6114 P:      OGAWA Hirofumi
6115 M:      hirofumi@mail.parknet.co.jp
6116 L:      linux-kernel@vger.kernel.org
6117 S:      Maintained
6118 F:      Documentation/filesystems/vfat.txt
6119 F:      fs/fat/
6120
6121 VIA RHINE NETWORK DRIVER
6122 P:      Roger Luethi
6123 M:      rl@hellgate.ch
6124 S:      Maintained
6125 F:      drivers/net/via-rhine.c
6126
6127 VIAPRO SMBUS DRIVER
6128 P:      Jean Delvare
6129 M:      khali@linux-fr.org
6130 L:      linux-i2c@vger.kernel.org
6131 S:      Maintained
6132 F:      Documentation/i2c/busses/i2c-viapro
6133 F:      drivers/i2c/busses/i2c-viapro.c
6134
6135 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6136 P:      Joseph Chan
6137 M:      JosephChan@via.com.tw
6138 P:      Scott Fang
6139 M:      ScottFang@viatech.com.cn
6140 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
6141 S:      Maintained
6142 F:      drivers/video/via/
6143
6144 VIA VELOCITY NETWORK DRIVER
6145 P:      Francois Romieu
6146 M:      romieu@fr.zoreil.com
6147 L:      netdev@vger.kernel.org
6148 S:      Maintained
6149 F:      drivers/net/via-velocity.*
6150
6151 VLAN (802.1Q)
6152 P:      Patrick McHardy
6153 M:      kaber@trash.net
6154 L:      netdev@vger.kernel.org
6155 S:      Maintained
6156 F:      drivers/net/macvlan.c
6157 F:      include/linux/if_*vlan.h
6158 F:      net/8021q/
6159
6160 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6161 P:      Liam Girdwood
6162 M:      lrg@slimlogic.co.uk
6163 P:      Mark Brown
6164 M:      broonie@opensource.wolfsonmicro.com
6165 W:      http://opensource.wolfsonmicro.com/node/15
6166 W:      http://www.slimlogic.co.uk/?p=48
6167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6168 S:      Supported
6169 F:      drivers/regulator/
6170 F:      include/linux/regulator/
6171
6172 VT1211 HARDWARE MONITOR DRIVER
6173 P:      Juerg Haefliger
6174 M:      juergh@gmail.com
6175 L:      lm-sensors@lm-sensors.org
6176 S:      Maintained
6177 F:      Documentation/hwmon/vt1211
6178 F:      drivers/hwmon/vt1211.c
6179
6180 VT8231 HARDWARE MONITOR DRIVER
6181 P:      Roger Lucas
6182 M:      vt8231@hiddenengine.co.uk
6183 L:      lm-sensors@lm-sensors.org
6184 S:      Maintained
6185 F:      drivers/hwmon/vt8231.c
6186
6187 W1 DALLAS'S 1-WIRE BUS
6188 P:      Evgeniy Polyakov
6189 M:      johnpol@2ka.mipt.ru
6190 S:      Maintained
6191 F:      Documentation/w1/
6192 F:      drivers/w1/
6193
6194 W83791D HARDWARE MONITORING DRIVER
6195 P:      Marc Hulsman
6196 M:      m.hulsman@tudelft.nl
6197 L:      lm-sensors@lm-sensors.org
6198 S:      Maintained
6199 F:      Documentation/hwmon/w83791d
6200 F:      drivers/hwmon/w83791d.c
6201
6202 W83793 HARDWARE MONITORING DRIVER
6203 P:      Rudolf Marek
6204 M:      r.marek@assembler.cz
6205 L:      lm-sensors@lm-sensors.org
6206 S:      Maintained
6207 F:      Documentation/hwmon/w83793
6208 F:      drivers/hwmon/w83793.c
6209
6210 W83L51xD SD/MMC CARD INTERFACE DRIVER
6211 P:      Pierre Ossman
6212 M:      pierre@ossman.eu
6213 L:      linux-kernel@vger.kernel.org
6214 S:      Maintained
6215 F:      drivers/mmc/host/wbsd.*
6216
6217 WATCHDOG DEVICE DRIVERS
6218 P:      Wim Van Sebroeck
6219 M:      wim@iguana.be
6220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6221 S:      Maintained
6222 F:      Documentation/watchdog/
6223 F:      drivers/watchdog/
6224 F:      include/linux/watchdog.h
6225
6226 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
6227 P:      Jean Tourrilhes
6228 M:      jt@hpl.hp.com
6229 L:      linux-wireless@vger.kernel.org
6230 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
6231 S:      Maintained
6232 F:      Documentation/networking/wavelan.txt
6233 F:      drivers/net/wireless/wavelan*
6234
6235 WD7000 SCSI DRIVER
6236 P:      Miroslav Zagorac
6237 M:      zaga@fly.cc.fer.hr
6238 L:      linux-scsi@vger.kernel.org
6239 S:      Maintained
6240 F:      drivers/scsi/wd7000.c
6241
6242 WIMAX STACK
6243 P:      Inaky Perez-Gonzalez
6244 M:      inaky.perez-gonzalez@intel.com
6245 M:      linux-wimax@intel.com
6246 L:      wimax@linuxwimax.org
6247 S:      Supported
6248 W:      http://linuxwimax.org
6249
6250 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
6251 P:      David Vrabel
6252 M:      david.vrabel@csr.com
6253 S:      Maintained
6254 F:      include/linux/wlp.h
6255 F:      drivers/uwb/wlp/
6256
6257 WISTRON LAPTOP BUTTON DRIVER
6258 P:      Miloslav Trmac
6259 M:      mitr@volny.cz
6260 S:      Maintained
6261 F:      drivers/input/misc/wistron_btns.c
6262
6263 WL3501 WIRELESS PCMCIA CARD DRIVER
6264 P:      Arnaldo Carvalho de Melo
6265 M:      acme@ghostprotocols.net
6266 L:      linux-wireless@vger.kernel.org
6267 W:      http://oops.ghostprotocols.net:81/blog
6268 S:      Maintained
6269 F:      drivers/net/wireless/wl3501*
6270
6271 WM97XX TOUCHSCREEN DRIVERS
6272 P:      Mark Brown
6273 M:      broonie@opensource.wolfsonmicro.com
6274 P:      Liam Girdwood
6275 M:      lrg@slimlogic.co.uk
6276 L:      linux-input@vger.kernel.org
6277 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6278 W:      http://opensource.wolfsonmicro.com/node/7
6279 S:      Supported
6280 F:      drivers/input/touchscreen/*wm97*
6281 F:      include/linux/wm97xx.h
6282
6283 X.25 NETWORK LAYER
6284 P:      Henner Eisen
6285 M:      eis@baty.hanse.de
6286 L:      linux-x25@vger.kernel.org
6287 S:      Maintained
6288 F:      Documentation/networking/x25*
6289 F:      include/net/x25*
6290 F:      net/x25/
6291
6292 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6293 P:      Thomas Gleixner
6294 M:      tglx@linutronix.de
6295 P:      Ingo Molnar
6296 M:      mingo@redhat.com
6297 P:      H. Peter Anvin
6298 M:      hpa@zytor.com
6299 M:      x86@kernel.org
6300 L:      linux-kernel@vger.kernel.org
6301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6302 S:      Maintained
6303 F:      Documentation/x86/
6304 F:      arch/x86/
6305
6306 XEN HYPERVISOR INTERFACE
6307 P:      Jeremy Fitzhardinge
6308 M:      jeremy@xensource.com
6309 P:      Chris Wright
6310 M:      chrisw@sous-sol.org
6311 L:      virtualization@lists.osdl.org
6312 L:      xen-devel@lists.xensource.com
6313 S:      Supported
6314 F:      arch/x86/xen/
6315 F:      drivers/*/xen-*front.c
6316 F:      drivers/xen/
6317 F:      arch/x86/include/asm/xen/
6318 F:      include/xen/
6319
6320 XFS FILESYSTEM
6321 P:      Silicon Graphics Inc
6322 P:      Felix Blyakher
6323 M:      felixb@sgi.com
6324 M:      xfs-masters@oss.sgi.com
6325 L:      xfs@oss.sgi.com
6326 W:      http://oss.sgi.com/projects/xfs
6327 T:      git git://oss.sgi.com/xfs/xfs.git
6328 S:      Supported
6329 F:      Documentation/filesystems/xfs.txt
6330 F:      fs/xfs/
6331
6332 XILINX SYSTEMACE DRIVER
6333 P:      Grant Likely
6334 M:      grant.likely@secretlab.ca
6335 W:      http://www.secretlab.ca/
6336 L:      linux-kernel@vger.kernel.org
6337 S:      Maintained
6338 F:      drivers/block/xsysace.c
6339
6340 XILINX UARTLITE SERIAL DRIVER
6341 P:      Peter Korsgaard
6342 M:      jacmet@sunsite.dk
6343 L:      linux-serial@vger.kernel.org
6344 S:      Maintained
6345 F:      drivers/serial/uartlite.c
6346
6347 YAM DRIVER FOR AX.25
6348 P:      Jean-Paul Roubelat
6349 M:      jpr@f6fbb.org
6350 L:      linux-hams@vger.kernel.org
6351 S:      Maintained
6352 F:      drivers/net/hamradio/yam*
6353 F:      include/linux/yam.h
6354
6355 YEALINK PHONE DRIVER
6356 P:      Henk Vergonet
6357 M:      Henk.Vergonet@gmail.com
6358 L:      usbb2k-api-dev@nongnu.org
6359 S:      Maintained
6360 F:      Documentation/input/yealink.txt
6361 F:      drivers/input/misc/yealink.*
6362
6363 Z8530 DRIVER FOR AX.25
6364 P:      Joerg Reuter
6365 M:      jreuter@yaina.de
6366 W:      http://yaina.de/jreuter/
6367 W:      http://www.qsl.net/dl1bke/
6368 L:      linux-hams@vger.kernel.org
6369 S:      Maintained
6370 F:      Documentation/networking/z8530drv.txt
6371 F:      drivers/net/hamradio/*scc.c
6372 F:      drivers/net/hamradio/z8530.h
6373
6374 ZD1211RW WIRELESS DRIVER
6375 P:      Daniel Drake
6376 M:      dsd@gentoo.org
6377 P:      Ulrich Kunitz
6378 M:      kune@deine-taler.de
6379 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6380 L:      linux-wireless@vger.kernel.org
6381 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6382 S:      Maintained
6383 F:      drivers/net/wireless/zd1211rw/
6384
6385 ZR36067 VIDEO FOR LINUX DRIVER
6386 L:      mjpeg-users@lists.sourceforge.net
6387 L:      linux-media@vger.kernel.org
6388 W:      http://mjpeg.sourceforge.net/driver-zoran/
6389 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6390 S:      Odd Fixes
6391 F:      drivers/media/video/zoran/
6392
6393 ZS DECSTATION Z85C30 SERIAL DRIVER
6394 P:      Maciej W. Rozycki
6395 M:      macro@linux-mips.org
6396 S:      Maintained
6397 F:      drivers/serial/zs.*
6398
6399 THE REST
6400 P:      Linus Torvalds
6401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6402 S:      Buried alive in reporters