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