aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-04-23Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Gravatar Linus Torvalds 5-9/+10
2016-04-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+26
2016-04-23Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Gravatar Linus Torvalds 1-1/+1
2016-04-23Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2016-04-23Merge tag 'usb-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 8-20/+53
2016-04-23Merge tag 'tty-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 3-6/+14
2016-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 6-13/+16
2016-04-22Merge tag 'pinctrl-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 3-7/+9
2016-04-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-2/+13
2016-04-22Merge tag 'iommu-fixes-v4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-18/+91
2016-04-22Merge tag 'phy-for-4.6-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Gravatar Greg Kroah-Hartman 2-3/+9
2016-04-22x86 EDAC, sb_edac.c: Take account of channel hashing when neededGravatar Tony Luck 1-1/+23
2016-04-22x86 EDAC, sb_edac.c: Repair damage introduced when "fixing" channel addressGravatar Tony Luck 1-3/+3
2016-04-22clocksource/drivers/tango-xtal: Fix boot hang due to incorrect testGravatar Daniel Lezcano 1-1/+1
2016-04-22Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Gravatar Dave Airlie 12-19/+37
2016-04-22Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixesGravatar Dave Airlie 1-0/+2
2016-04-22drm/nouveau/gr/gf100: select a stream master to fixup tfb offset queriesGravatar Ben Skeggs 1-0/+2
2016-04-21amdgpu/uvd: add uvd fw version for amdgpuGravatar Sonny Jiang 3-1/+5
2016-04-21drm/amdgpu: forbid mapping of userptr bo through radeon device fileGravatar Jérôme Glisse 1-0/+2
2016-04-21drm/radeon: forbid mapping of userptr bo through radeon device fileGravatar Jérôme Glisse 1-0/+2
2016-04-21drm/amdgpu: bump the afmt limit for CZ, ST, PolarisGravatar Alex Deucher 1-1/+1
2016-04-21drm/amdgpu: use defines for CRTCs and AMFT blocksGravatar Alex Deucher 1-2/+2
2016-04-22drm/dp/mst: Validate port in drm_dp_payload_send_msg()Gravatar cpaul@redhat.com 1-1/+8
2016-04-22Merge branch 'linux-4.6' of git://github.com/skeggsb/linux into drm-fixesGravatar Dave Airlie 1-2/+2
2016-04-22drm/nouveau/kms: fix setting of default values for dithering propertiesGravatar Ben Skeggs 1-2/+2
2016-04-22Merge tag 'drm-intel-fixes-2016-04-21' of git://anongit.freedesktop.org/drm-i...Gravatar Dave Airlie 6-41/+75
2016-04-21Merge tag 'rtc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/abello...Gravatar Linus Torvalds 1-3/+3
2016-04-21Merge tag 'pm+acpi-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-0/+7
2016-04-21rtc: ds1307: Use irq when available for wakeup-source deviceGravatar Nishanth Menon 1-1/+1
2016-04-21rtc: ds1307: ds3231 temperature s16 overflowGravatar Zhuang Yuyao 1-2/+2
2016-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 40-389/+421
2016-04-21Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packetsGravatar Shrikrishna Khare 2-6/+10
2016-04-21atl2: Disable unimplemented scatter/gather featureGravatar Ben Hutchings 1-1/+1
2016-04-21irqchip/mips-gic: Don't overrun pcpu_masks arrayGravatar Paul Burton 1-2/+2
2016-04-21net/mlx4_en: Split SW RX dropped counter per RX ringGravatar Eran Ben Elisha 4-3/+10
2016-04-21net/mlx4_core: Don't allow to VF change global pause settingsGravatar Eugenia Emantayev 2-0/+15
2016-04-21net/mlx4_core: Avoid repeated calls to pci enable/disableGravatar Daniel Jurgens 1-5/+34
2016-04-21net/mlx4_core: Implement pci_resume callbackGravatar Daniel Jurgens 1-15/+24
2016-04-21net: phy: spi_ks8895: Don't leak references to SPI devicesGravatar Mark Brown 1-1/+1
2016-04-21net: ethernet: davinci_emac: Fix platform_data overwriteGravatar Neil Armstrong 1-2/+0
2016-04-21net: ethernet: davinci_emac: Fix Unbalanced pm_runtime_enableGravatar Neil Armstrong 1-0/+1
2016-04-21Merge branch 'pm-cpufreq-fixes'Gravatar Rafael J. Wysocki 2-0/+7
2016-04-21qede: Fix single MTU sized packet from firmware GRO flowGravatar Manish Chopra 1-0/+13
2016-04-21qede: Fix setting Skb network headerGravatar Manish Chopra 1-2/+2
2016-04-21qede: Fix various memory allocation error flows for fastpathGravatar Manish Chopra 1-55/+85
2016-04-21drivers: net: cpsw: fix wrong regs access in cpsw_ndo_openGravatar Grygorii Strashko 1-2/+2
2016-04-21Merge tag 'fbdev-fixes-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-15/+12
2016-04-21Merge tag 'platform-drivers-x86-v4.6-2' of git://git.infradead.org/users/dvha...Gravatar Linus Torvalds 6-45/+65
2016-04-21iommu/arm-smmu: Don't allocate resources for bypass domainsGravatar Robin Murphy 1-1/+7
2016-04-21iommu/arm-smmu: Fix stream-match conflict with IOMMU_DOMAIN_DMAGravatar Will Deacon 1-6/+8