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