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