diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-11-28 04:22:38 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-11-28 04:22:38 -0500 |
commit | d033a308d81ec83908760a15a841c2bd0d5e0ea3 (patch) | |
tree | 647abd67987fe4d7fee80105fc823edf3f53b4f6 /MAINTAINERS | |
parent | c6c22955f80f2db9614b01fe5a3d1cfcd8b3d848 (diff) | |
parent | e23739b4ade80a3a7f87198f008f6c44a7cbc9fd (diff) |
Merge remote-tracking branch 'linus/master' into staging/for_v3.8
* linus/master: (1428 commits)
futex: avoid wake_futex() for a PI futex_q
watchdog: using u64 in get_sample_period()
writeback: put unused inodes to LRU after writeback completion
mm: vmscan: check for fatal signals iff the process was throttled
Revert "mm: remove __GFP_NO_KSWAPD"
proc: check vma->vm_file before dereferencing
UAPI: strip the _UAPI prefix from header guards during header installation
include/linux/bug.h: fix sparse warning related to BUILD_BUG_ON_INVALID
Linux 3.7-rc7
powerpc/eeh: Do not invalidate PE properly
ALSA: hda - Fix build without CONFIG_PM
of/address: sparc: Declare of_iomap as an extern function for sparc again
PM / QoS: fix wrong error-checking condition
bnx2x: remove redundant warning log
vxlan: fix command usage in its doc
8139cp: revert "set ring address before enabling receiver"
MPI: Fix compilation on MIPS with GCC 4.4 and newer
MIPS: Fix crash that occurs when function tracing is enabled
MIPS: Merge overlapping bootmem ranges
jbd: Fix lock ordering bug in journal_unmap_buffer()
...
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 141 |
1 files changed, 118 insertions, 23 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b62367908111..9fba9ed4f615 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -235,6 +235,7 @@ F: drivers/platform/x86/acer-wmi.c | |||
235 | 235 | ||
236 | ACPI | 236 | ACPI |
237 | M: Len Brown <lenb@kernel.org> | 237 | M: Len Brown <lenb@kernel.org> |
238 | M: Rafael J. Wysocki <rjw@sisk.pl> | ||
238 | L: linux-acpi@vger.kernel.org | 239 | L: linux-acpi@vger.kernel.org |
239 | W: http://www.lesswatts.org/projects/acpi/ | 240 | W: http://www.lesswatts.org/projects/acpi/ |
240 | Q: http://patchwork.kernel.org/project/linux-acpi/list/ | 241 | Q: http://patchwork.kernel.org/project/linux-acpi/list/ |
@@ -509,7 +510,7 @@ F: include/linux/altera_uart.h | |||
509 | F: include/linux/altera_jtaguart.h | 510 | F: include/linux/altera_jtaguart.h |
510 | 511 | ||
511 | AMD FAM15H PROCESSOR POWER MONITORING DRIVER | 512 | AMD FAM15H PROCESSOR POWER MONITORING DRIVER |
512 | M: Andreas Herrmann <andreas.herrmann3@amd.com> | 513 | M: Andreas Herrmann <herrmann.der.user@googlemail.com> |
513 | L: lm-sensors@lm-sensors.org | 514 | L: lm-sensors@lm-sensors.org |
514 | S: Maintained | 515 | S: Maintained |
515 | F: Documentation/hwmon/fam15h_power | 516 | F: Documentation/hwmon/fam15h_power |
@@ -532,17 +533,17 @@ F: drivers/video/geode/ | |||
532 | F: arch/x86/include/asm/geode.h | 533 | F: arch/x86/include/asm/geode.h |
533 | 534 | ||
534 | AMD IOMMU (AMD-VI) | 535 | AMD IOMMU (AMD-VI) |
535 | M: Joerg Roedel <joerg.roedel@amd.com> | 536 | M: Joerg Roedel <joro@8bytes.org> |
536 | L: iommu@lists.linux-foundation.org | 537 | L: iommu@lists.linux-foundation.org |
537 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git | 538 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git |
538 | S: Supported | 539 | S: Maintained |
539 | F: drivers/iommu/amd_iommu*.[ch] | 540 | F: drivers/iommu/amd_iommu*.[ch] |
540 | F: include/linux/amd-iommu.h | 541 | F: include/linux/amd-iommu.h |
541 | 542 | ||
542 | AMD MICROCODE UPDATE SUPPORT | 543 | AMD MICROCODE UPDATE SUPPORT |
543 | M: Andreas Herrmann <andreas.herrmann3@amd.com> | 544 | M: Andreas Herrmann <herrmann.der.user@googlemail.com> |
544 | L: amd64-microcode@amd64.org | 545 | L: amd64-microcode@amd64.org |
545 | S: Supported | 546 | S: Maintained |
546 | F: arch/x86/kernel/microcode_amd.c | 547 | F: arch/x86/kernel/microcode_amd.c |
547 | 548 | ||
548 | AMS (Apple Motion Sensor) DRIVER | 549 | AMS (Apple Motion Sensor) DRIVER |
@@ -643,6 +644,13 @@ W: http://www.arm.linux.org.uk/ | |||
643 | S: Maintained | 644 | S: Maintained |
644 | F: arch/arm/ | 645 | F: arch/arm/ |
645 | 646 | ||
647 | ARM SUB-ARCHITECTURES | ||
648 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
649 | S: MAINTAINED | ||
650 | F: arch/arm/mach-*/ | ||
651 | F: arch/arm/plat-*/ | ||
652 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git | ||
653 | |||
646 | ARM PRIMECELL AACI PL041 DRIVER | 654 | ARM PRIMECELL AACI PL041 DRIVER |
647 | M: Russell King <linux@arm.linux.org.uk> | 655 | M: Russell King <linux@arm.linux.org.uk> |
648 | S: Maintained | 656 | S: Maintained |
@@ -840,6 +848,14 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git | |||
840 | F: arch/arm/mach-sa1100/jornada720.c | 848 | F: arch/arm/mach-sa1100/jornada720.c |
841 | F: arch/arm/mach-sa1100/include/mach/jornada720.h | 849 | F: arch/arm/mach-sa1100/include/mach/jornada720.h |
842 | 850 | ||
851 | ARM/IGEP MACHINE SUPPORT | ||
852 | M: Enric Balletbo i Serra <eballetbo@gmail.com> | ||
853 | M: Javier Martinez Canillas <javier@dowhile0.org> | ||
854 | L: linux-omap@vger.kernel.org | ||
855 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | ||
856 | S: Maintained | ||
857 | F: arch/arm/mach-omap2/board-igep0020.c | ||
858 | |||
843 | ARM/INCOME PXA270 SUPPORT | 859 | ARM/INCOME PXA270 SUPPORT |
844 | M: Marek Vasut <marek.vasut@gmail.com> | 860 | M: Marek Vasut <marek.vasut@gmail.com> |
845 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) | 861 | L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |
@@ -2524,6 +2540,7 @@ M: Joonyoung Shim <jy0922.shim@samsung.com> | |||
2524 | M: Seung-Woo Kim <sw0312.kim@samsung.com> | 2540 | M: Seung-Woo Kim <sw0312.kim@samsung.com> |
2525 | M: Kyungmin Park <kyungmin.park@samsung.com> | 2541 | M: Kyungmin Park <kyungmin.park@samsung.com> |
2526 | L: dri-devel@lists.freedesktop.org | 2542 | L: dri-devel@lists.freedesktop.org |
2543 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git | ||
2527 | S: Supported | 2544 | S: Supported |
2528 | F: drivers/gpu/drm/exynos | 2545 | F: drivers/gpu/drm/exynos |
2529 | F: include/drm/exynos* | 2546 | F: include/drm/exynos* |
@@ -2724,10 +2741,10 @@ F: include/linux/edac.h | |||
2724 | 2741 | ||
2725 | EDAC-AMD64 | 2742 | EDAC-AMD64 |
2726 | M: Doug Thompson <dougthompson@xmission.com> | 2743 | M: Doug Thompson <dougthompson@xmission.com> |
2727 | M: Borislav Petkov <borislav.petkov@amd.com> | 2744 | M: Borislav Petkov <bp@alien8.de> |
2728 | L: linux-edac@vger.kernel.org | 2745 | L: linux-edac@vger.kernel.org |
2729 | W: bluesmoke.sourceforge.net | 2746 | W: bluesmoke.sourceforge.net |
2730 | S: Supported | 2747 | S: Maintained |
2731 | F: drivers/edac/amd64_edac* | 2748 | F: drivers/edac/amd64_edac* |
2732 | 2749 | ||
2733 | EDAC-E752X | 2750 | EDAC-E752X |
@@ -2826,6 +2843,7 @@ F: sound/usb/misc/ua101.c | |||
2826 | EXTENSIBLE FIRMWARE INTERFACE (EFI) | 2843 | EXTENSIBLE FIRMWARE INTERFACE (EFI) |
2827 | M: Matt Fleming <matt.fleming@intel.com> | 2844 | M: Matt Fleming <matt.fleming@intel.com> |
2828 | L: linux-efi@vger.kernel.org | 2845 | L: linux-efi@vger.kernel.org |
2846 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git | ||
2829 | S: Maintained | 2847 | S: Maintained |
2830 | F: Documentation/x86/efi-stub.txt | 2848 | F: Documentation/x86/efi-stub.txt |
2831 | F: arch/ia64/kernel/efi.c | 2849 | F: arch/ia64/kernel/efi.c |
@@ -3629,6 +3647,49 @@ F: drivers/hid/hid-hyperv.c | |||
3629 | F: drivers/net/hyperv/ | 3647 | F: drivers/net/hyperv/ |
3630 | F: drivers/staging/hv/ | 3648 | F: drivers/staging/hv/ |
3631 | 3649 | ||
3650 | I2C OVER PARALLEL PORT | ||
3651 | M: Jean Delvare <khali@linux-fr.org> | ||
3652 | L: linux-i2c@vger.kernel.org | ||
3653 | S: Maintained | ||
3654 | F: Documentation/i2c/busses/i2c-parport | ||
3655 | F: Documentation/i2c/busses/i2c-parport-light | ||
3656 | F: drivers/i2c/busses/i2c-parport.c | ||
3657 | F: drivers/i2c/busses/i2c-parport-light.c | ||
3658 | |||
3659 | I2C/SMBUS CONTROLLER DRIVERS FOR PC | ||
3660 | M: Jean Delvare <khali@linux-fr.org> | ||
3661 | L: linux-i2c@vger.kernel.org | ||
3662 | S: Maintained | ||
3663 | F: Documentation/i2c/busses/i2c-ali1535 | ||
3664 | F: Documentation/i2c/busses/i2c-ali1563 | ||
3665 | F: Documentation/i2c/busses/i2c-ali15x3 | ||
3666 | F: Documentation/i2c/busses/i2c-amd756 | ||
3667 | F: Documentation/i2c/busses/i2c-amd8111 | ||
3668 | F: Documentation/i2c/busses/i2c-i801 | ||
3669 | F: Documentation/i2c/busses/i2c-nforce2 | ||
3670 | F: Documentation/i2c/busses/i2c-piix4 | ||
3671 | F: Documentation/i2c/busses/i2c-sis5595 | ||
3672 | F: Documentation/i2c/busses/i2c-sis630 | ||
3673 | F: Documentation/i2c/busses/i2c-sis96x | ||
3674 | F: Documentation/i2c/busses/i2c-via | ||
3675 | F: Documentation/i2c/busses/i2c-viapro | ||
3676 | F: drivers/i2c/busses/i2c-ali1535.c | ||
3677 | F: drivers/i2c/busses/i2c-ali1563.c | ||
3678 | F: drivers/i2c/busses/i2c-ali15x3.c | ||
3679 | F: drivers/i2c/busses/i2c-amd756.c | ||
3680 | F: drivers/i2c/busses/i2c-amd756-s4882.c | ||
3681 | F: drivers/i2c/busses/i2c-amd8111.c | ||
3682 | F: drivers/i2c/busses/i2c-i801.c | ||
3683 | F: drivers/i2c/busses/i2c-isch.c | ||
3684 | F: drivers/i2c/busses/i2c-nforce2.c | ||
3685 | F: drivers/i2c/busses/i2c-nforce2-s4985.c | ||
3686 | F: drivers/i2c/busses/i2c-piix4.c | ||
3687 | F: drivers/i2c/busses/i2c-sis5595.c | ||
3688 | F: drivers/i2c/busses/i2c-sis630.c | ||
3689 | F: drivers/i2c/busses/i2c-sis96x.c | ||
3690 | F: drivers/i2c/busses/i2c-via.c | ||
3691 | F: drivers/i2c/busses/i2c-viapro.c | ||
3692 | |||
3632 | I2C/SMBUS STUB DRIVER | 3693 | I2C/SMBUS STUB DRIVER |
3633 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> | 3694 | M: "Mark M. Hoffman" <mhoffman@lightlink.com> |
3634 | L: linux-i2c@vger.kernel.org | 3695 | L: linux-i2c@vger.kernel.org |
@@ -3636,9 +3697,8 @@ S: Maintained | |||
3636 | F: drivers/i2c/busses/i2c-stub.c | 3697 | F: drivers/i2c/busses/i2c-stub.c |
3637 | 3698 | ||
3638 | I2C SUBSYSTEM | 3699 | I2C SUBSYSTEM |
3639 | M: "Jean Delvare (PC drivers, core)" <khali@linux-fr.org> | 3700 | M: Wolfram Sang <w.sang@pengutronix.de> |
3640 | M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> | 3701 | M: "Ben Dooks (embedded platforms)" <ben-linux@fluff.org> |
3641 | M: "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de> | ||
3642 | L: linux-i2c@vger.kernel.org | 3702 | L: linux-i2c@vger.kernel.org |
3643 | W: http://i2c.wiki.kernel.org/ | 3703 | W: http://i2c.wiki.kernel.org/ |
3644 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ | 3704 | T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ |
@@ -3649,6 +3709,13 @@ F: drivers/i2c/ | |||
3649 | F: include/linux/i2c.h | 3709 | F: include/linux/i2c.h |
3650 | F: include/linux/i2c-*.h | 3710 | F: include/linux/i2c-*.h |
3651 | 3711 | ||
3712 | I2C-TAOS-EVM DRIVER | ||
3713 | M: Jean Delvare <khali@linux-fr.org> | ||
3714 | L: linux-i2c@vger.kernel.org | ||
3715 | S: Maintained | ||
3716 | F: Documentation/i2c/busses/i2c-taos-evm | ||
3717 | F: drivers/i2c/busses/i2c-taos-evm.c | ||
3718 | |||
3652 | I2C-TINY-USB DRIVER | 3719 | I2C-TINY-USB DRIVER |
3653 | M: Till Harbaum <till@harbaum.org> | 3720 | M: Till Harbaum <till@harbaum.org> |
3654 | L: linux-i2c@vger.kernel.org | 3721 | L: linux-i2c@vger.kernel.org |
@@ -3735,7 +3802,7 @@ S: Maintained | |||
3735 | F: drivers/platform/x86/ideapad-laptop.c | 3802 | F: drivers/platform/x86/ideapad-laptop.c |
3736 | 3803 | ||
3737 | IDE/ATAPI DRIVERS | 3804 | IDE/ATAPI DRIVERS |
3738 | M: Borislav Petkov <petkovbb@gmail.com> | 3805 | M: Borislav Petkov <bp@alien8.de> |
3739 | L: linux-ide@vger.kernel.org | 3806 | L: linux-ide@vger.kernel.org |
3740 | S: Maintained | 3807 | S: Maintained |
3741 | F: Documentation/cdrom/ide-cd | 3808 | F: Documentation/cdrom/ide-cd |
@@ -4292,8 +4359,8 @@ F: include/linux/lockd/ | |||
4292 | F: include/linux/sunrpc/ | 4359 | F: include/linux/sunrpc/ |
4293 | 4360 | ||
4294 | KERNEL VIRTUAL MACHINE (KVM) | 4361 | KERNEL VIRTUAL MACHINE (KVM) |
4295 | M: Avi Kivity <avi@redhat.com> | ||
4296 | M: Marcelo Tosatti <mtosatti@redhat.com> | 4362 | M: Marcelo Tosatti <mtosatti@redhat.com> |
4363 | M: Gleb Natapov <gleb@redhat.com> | ||
4297 | L: kvm@vger.kernel.org | 4364 | L: kvm@vger.kernel.org |
4298 | W: http://kvm.qumranet.com | 4365 | W: http://kvm.qumranet.com |
4299 | S: Supported | 4366 | S: Supported |
@@ -4443,7 +4510,7 @@ F: Documentation/scsi/53c700.txt | |||
4443 | F: drivers/scsi/53c700* | 4510 | F: drivers/scsi/53c700* |
4444 | 4511 | ||
4445 | LED SUBSYSTEM | 4512 | LED SUBSYSTEM |
4446 | M: Bryan Wu <bryan.wu@canonical.com> | 4513 | M: Bryan Wu <cooloney@gmail.com> |
4447 | M: Richard Purdie <rpurdie@rpsys.net> | 4514 | M: Richard Purdie <rpurdie@rpsys.net> |
4448 | L: linux-leds@vger.kernel.org | 4515 | L: linux-leds@vger.kernel.org |
4449 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git | 4516 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git |
@@ -5118,6 +5185,20 @@ F: net/ipv6/ | |||
5118 | F: include/net/ip* | 5185 | F: include/net/ip* |
5119 | F: arch/x86/net/* | 5186 | F: arch/x86/net/* |
5120 | 5187 | ||
5188 | NETWORKING [IPSEC] | ||
5189 | M: Steffen Klassert <steffen.klassert@secunet.com> | ||
5190 | M: Herbert Xu <herbert@gondor.apana.org.au> | ||
5191 | M: "David S. Miller" <davem@davemloft.net> | ||
5192 | L: netdev@vger.kernel.org | ||
5193 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git | ||
5194 | S: Maintained | ||
5195 | F: net/xfrm/ | ||
5196 | F: net/key/ | ||
5197 | F: net/ipv4/xfrm* | ||
5198 | F: net/ipv6/xfrm* | ||
5199 | F: include/uapi/linux/xfrm.h | ||
5200 | F: include/net/xfrm.h | ||
5201 | |||
5121 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) | 5202 | NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) |
5122 | M: Paul Moore <paul@paul-moore.com> | 5203 | M: Paul Moore <paul@paul-moore.com> |
5123 | L: netdev@vger.kernel.org | 5204 | L: netdev@vger.kernel.org |
@@ -5145,7 +5226,13 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git | |||
5145 | S: Odd Fixes | 5226 | S: Odd Fixes |
5146 | F: drivers/net/ | 5227 | F: drivers/net/ |
5147 | F: include/linux/if_* | 5228 | F: include/linux/if_* |
5148 | F: include/linux/*device.h | 5229 | F: include/linux/netdevice.h |
5230 | F: include/linux/arcdevice.h | ||
5231 | F: include/linux/etherdevice.h | ||
5232 | F: include/linux/fcdevice.h | ||
5233 | F: include/linux/fddidevice.h | ||
5234 | F: include/linux/hippidevice.h | ||
5235 | F: include/linux/inetdevice.h | ||
5149 | 5236 | ||
5150 | NETXEN (1/10) GbE SUPPORT | 5237 | NETXEN (1/10) GbE SUPPORT |
5151 | M: Sony Chacko <sony.chacko@qlogic.com> | 5238 | M: Sony Chacko <sony.chacko@qlogic.com> |
@@ -5433,7 +5520,7 @@ S: Maintained | |||
5433 | F: sound/drivers/opl4/ | 5520 | F: sound/drivers/opl4/ |
5434 | 5521 | ||
5435 | OPROFILE | 5522 | OPROFILE |
5436 | M: Robert Richter <robert.richter@amd.com> | 5523 | M: Robert Richter <rric@kernel.org> |
5437 | L: oprofile-list@lists.sf.net | 5524 | L: oprofile-list@lists.sf.net |
5438 | S: Maintained | 5525 | S: Maintained |
5439 | F: arch/*/include/asm/oprofile*.h | 5526 | F: arch/*/include/asm/oprofile*.h |
@@ -5717,7 +5804,7 @@ S: Maintained | |||
5717 | F: drivers/pinctrl/spear/ | 5804 | F: drivers/pinctrl/spear/ |
5718 | 5805 | ||
5719 | PKTCDVD DRIVER | 5806 | PKTCDVD DRIVER |
5720 | M: Peter Osterlund <petero2@telia.com> | 5807 | M: Jiri Kosina <jkosina@suse.cz> |
5721 | S: Maintained | 5808 | S: Maintained |
5722 | F: drivers/block/pktcdvd.c | 5809 | F: drivers/block/pktcdvd.c |
5723 | F: include/linux/pktcdvd.h | 5810 | F: include/linux/pktcdvd.h |
@@ -7361,6 +7448,14 @@ L: linux-xtensa@linux-xtensa.org | |||
7361 | S: Maintained | 7448 | S: Maintained |
7362 | F: arch/xtensa/ | 7449 | F: arch/xtensa/ |
7363 | 7450 | ||
7451 | THERMAL | ||
7452 | M: Zhang Rui <rui.zhang@intel.com> | ||
7453 | L: linux-pm@vger.kernel.org | ||
7454 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git | ||
7455 | S: Supported | ||
7456 | F: drivers/thermal/ | ||
7457 | F: include/linux/thermal.h | ||
7458 | |||
7364 | THINKPAD ACPI EXTRAS DRIVER | 7459 | THINKPAD ACPI EXTRAS DRIVER |
7365 | M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> | 7460 | M: Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br> |
7366 | L: ibm-acpi-devel@lists.sourceforge.net | 7461 | L: ibm-acpi-devel@lists.sourceforge.net |
@@ -7921,6 +8016,13 @@ S: Maintained | |||
7921 | F: drivers/media/usb/uvc/ | 8016 | F: drivers/media/usb/uvc/ |
7922 | F: include/uapi/linux/uvcvideo.h | 8017 | F: include/uapi/linux/uvcvideo.h |
7923 | 8018 | ||
8019 | USB WEBCAM GADGET | ||
8020 | M: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | ||
8021 | L: linux-usb@vger.kernel.org | ||
8022 | S: Maintained | ||
8023 | F: drivers/usb/gadget/*uvc*.c | ||
8024 | F: drivers/usb/gadget/webcam.c | ||
8025 | |||
7924 | USB WIRELESS RNDIS DRIVER (rndis_wlan) | 8026 | USB WIRELESS RNDIS DRIVER (rndis_wlan) |
7925 | M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> | 8027 | M: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> |
7926 | L: linux-wireless@vger.kernel.org | 8028 | L: linux-wireless@vger.kernel.org |
@@ -8040,13 +8142,6 @@ M: Roger Luethi <rl@hellgate.ch> | |||
8040 | S: Maintained | 8142 | S: Maintained |
8041 | F: drivers/net/ethernet/via/via-rhine.c | 8143 | F: drivers/net/ethernet/via/via-rhine.c |
8042 | 8144 | ||
8043 | VIAPRO SMBUS DRIVER | ||
8044 | M: Jean Delvare <khali@linux-fr.org> | ||
8045 | L: linux-i2c@vger.kernel.org | ||
8046 | S: Maintained | ||
8047 | F: Documentation/i2c/busses/i2c-viapro | ||
8048 | F: drivers/i2c/busses/i2c-viapro.c | ||
8049 | |||
8050 | VIA SD/MMC CARD CONTROLLER DRIVER | 8145 | VIA SD/MMC CARD CONTROLLER DRIVER |
8051 | M: Bruce Chang <brucechang@via.com.tw> | 8146 | M: Bruce Chang <brucechang@via.com.tw> |
8052 | M: Harald Welte <HaraldWelte@viatech.com> | 8147 | M: Harald Welte <HaraldWelte@viatech.com> |
@@ -8301,7 +8396,7 @@ F: drivers/platform/x86 | |||
8301 | 8396 | ||
8302 | X86 MCE INFRASTRUCTURE | 8397 | X86 MCE INFRASTRUCTURE |
8303 | M: Tony Luck <tony.luck@intel.com> | 8398 | M: Tony Luck <tony.luck@intel.com> |
8304 | M: Borislav Petkov <bp@amd64.org> | 8399 | M: Borislav Petkov <bp@alien8.de> |
8305 | L: linux-edac@vger.kernel.org | 8400 | L: linux-edac@vger.kernel.org |
8306 | S: Maintained | 8401 | S: Maintained |
8307 | F: arch/x86/kernel/cpu/mcheck/* | 8402 | F: arch/x86/kernel/cpu/mcheck/* |