summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-03-08drm/mgag200: Bug fix: Renesas board now selects native resolution.Julia Lemire1-0/+1
2013-03-08drm/mgag200: Reject modes that are too big for VRAMChristopher Harvey1-0/+27
2013-03-08drm/mgag200: 'fbdev_list' in 'struct mga_fbdev' is not usedChristopher Harvey1-1/+0
2013-03-07macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode.Vlad Yasevich1-0/+1
2013-03-07team: unsyc the devices addresses when port is removedVlad Yasevich1-0/+2
2013-03-07Merge tag 'efi-for-3.9-rc2' into x86/urgentH. Peter Anvin1-34/+96
2013-03-07mv643xx_eth: fix for disabled autonegPhil Sutter1-4/+51
2013-03-07bonding: fire NETDEV_RELEASE event only on 0 slavesVeaceslav Falico1-2/+3
2013-03-07vxlan: fix oops when delete netns containing vxlanZang MingJie1-0/+8
2013-03-07vmxnet3: prevent div-by-zero panic when ring resizing uninitialized devBhavesh Davda3-2/+9
2013-03-07Merge tag 'regulator-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-12/+16
2013-03-07Merge tag 'regmap-v3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2013-03-07net/mlx4_en: Disable RFS when running in SRIOV modeAmir Vadai1-3/+5
2013-03-07net/mlx4_en: Cleanup MAC resources on module unload or port stopYan Burman1-16/+20
2013-03-07net/mlx4_en: Fix race when setting the device MAC addressYan Burman2-22/+21
2013-03-07net/mlx4_core: Fix endianness bug in set_param_lJack Morgenstein8-18/+18
2013-03-07net/mlx4_core: Turn off device-managed FS bit in dev-cap wrapper if DMFS is n...Jack Morgenstein1-0/+8
2013-03-07net/mlx4_core: Disable mlx4_QP_ATTACH calls from guests if the host uses flow...Jack Morgenstein1-0/+3
2013-03-07Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-15/+23
2013-03-07drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASKMarek Olšák2-2/+3
2013-03-07drm/radeon: skip MC reset as it's probably not hungAlex Deucher4-0/+24
2013-03-07drm/radeon: add primary dac adj quirk for R200 boardAlex Deucher1-0/+9
2013-03-07drm/radeon: don't set hpd, afmt interrupts when interrupts are disabledAlex Deucher1-0/+12
2013-03-07HID: logitech-dj: do not directly call hid_output_raw_report() during probeBenjamin Tissoires1-8/+14
2013-03-07e1000e: fix accessing to suspended deviceKonstantin Khlebnikov2-0/+15
2013-03-07e1000e: fix runtime power management transitionsKonstantin Khlebnikov1-60/+18
2013-03-07e1000e: fix pci-device enable-counter balanceKonstantin Khlebnikov1-1/+1
2013-03-07usb: c67x00 RetryCnt value in c67x00 TD should be 3Dave Tubbs1-1/+1
2013-03-07usb: Correction to c67x00 TD data length maskDave Tubbs1-1/+1
2013-03-07usb: Makefile: fix drivers/usb/phy/ Makefile entryFelipe Balbi1-1/+1
2013-03-07USB: added support for Cinterion's products AH6 and PLS8Christian Schmiedl1-0/+4
2013-03-07usb: gadget: fix omap_udc build errorsArnd Bergmann1-1/+2
2013-03-07USB: storage: fix Huawei mode switching regressionBjørn Mork3-78/+331
2013-03-07USB: storage: in-kernel modeswitching is deprecatedBjørn Mork1-0/+8
2013-03-07USB: option: add Huawei E5331Bjørn Mork1-0/+1
2013-03-07Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie8-22/+79
2013-03-06Merge branch 'pm-fixes' into fixesRafael J. Wysocki8-140/+143
2013-03-06cpufreq / intel_pstate: Do not load on VM that does not report max P state.Dirk Brandewie1-0/+3
2013-03-06cpufreq / intel_pstate: Fix intel_pstate_init() error pathDirk Brandewie1-28/+11
2013-03-06tun: add a missing nf_reset() in tun_net_xmit()Eric Dumazet1-0/+2
2013-03-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller15-339/+229
2013-03-06be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3Sathya Perla4-8/+22
2013-03-06Merge branch 'sfc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2-3/+3
2013-03-06sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Ben Hutchings1-1/+1
2013-03-06sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings1-2/+2
2013-03-06drm/i915: Turn off hsync and vsync on ADPA when disabling crtPatrik Jakobsson1-1/+1
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-339/+229
2013-03-06acpi: Export the acpi_processor_get_performance_infoKonrad Rzeszutek Wilk2-6/+6
2013-03-06xen/pciback: Don't disable a PCI device that is already disabled.Konrad Rzeszutek Wilk1-1/+2
2013-03-06efivarfs: return accurate error code in efivarfs_fill_super()Matt Fleming1-5/+15