summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2014-02-07block/null_blk: Fix completion processing from LIFO to FIFOShlomo Pongratz-0/+2
2014-01-30Merge branch 'bcache-for-3.14' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe-10/+15
2014-01-30Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds-1887/+2420
2014-01-30Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds-1596/+1080
2014-01-30ipmi: Add missing rv in ipmi_parisc_probe()Geert Uytterhoeven-0/+1
2014-01-29Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-11767/+34655
2014-01-29Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-184/+1737
2014-01-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/c...Linus Torvalds-91/+323
2014-01-29Merge tag 'iommu-updates-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-264/+259
2014-01-29Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds-353/+1474
2014-01-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-75/+48
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-92/+158
2014-01-29Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds-237/+642
2014-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-205/+249
2014-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds-5/+0
2014-01-30Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie-12/+244
2014-01-30drm/nouveau: resume display if any later suspend bits failIlia Mirkin-4/+10
2014-01-30drm/nouveau: fix lock unbalance in nouveau_crtc_page_flipMaarten Lankhorst-1/+1
2014-01-30drm/nouveau: implement hooks for needed for drm vblank timestamping supportBen Skeggs-0/+86
2014-01-30drm/nouveau/disp: add a method to fetch info needed by drm vblank timestampingBen Skeggs-7/+146
2014-01-30drm/nv50: fill in crtc mode struct members from crtc_mode_fixupBen Skeggs-0/+1
2014-01-29drm/radeon/dce8: workaround for atom BlankCrtc tableAlex Deucher-0/+20
2014-01-29drm/radeon/DCE4+: clear bios scratch dpms bit (v2)Alex Deucher-0/+4
2014-01-29drm/radeon: set si_notify_smc_display_change properlyAlex Deucher-3/+2
2014-01-29bcache: bugfix - gc thread now gets woken when cache is fullNicholas Swenson-3/+3
2014-01-29bcache: Minor fixes from kbuild robotKent Overstreet-5/+8
2014-01-29bcache: fix BUG_ON due to integer overflow with GC_SECTORS_USEDDarrick J. Wong-2/+4
2014-01-29drm/radeon: fix DAC interrupt handling on DCE5+Alex Deucher-4/+4
2014-01-29drm/radeon: clean up active vram sizingAlex Deucher-12/+37
2014-01-29drm/radeon: skip async dma init on r6xxAlex Deucher-23/+6
2014-01-29drm/radeon/runpm: don't runtime suspend non-PX cardsAlex Deucher-0/+6
2014-01-29drm/radeon: add ring to fence trace functionsChristian König-12/+15
2014-01-29drm/radeon: add missing trace pointChristian König-0/+1
2014-01-29drm/radeon: fix VMID use trackingChristian König-1/+9
2014-01-29Update Jean Delvare's e-mail addressJean Delvare-72/+70
2014-01-29hwmon: (it87) Print proper names for the IT8771E and IT8772EJean Delvare-0/+1
2014-01-29hwmon: (it87) Add support for the ITE IT8603ERudolf Marek-20/+87
2014-01-29dmaengine: mmp_pdma: fix mismergeArnd Bergmann-8/+0
2014-01-29qeth: fix build of s390 allmodconfigEugene Crosser-21/+51
2014-01-28bonding: fix locking in bond_loadbalance_arp_mon()Ding Tianhong-12/+30
2014-01-28tun: add device name(iff) field to proc fdinfo entryMasatake YAMATO-1/+26
2014-01-28sparc: delete non-required instances of include <linux/init.h>Paul Gortmaker-5/+0
2014-01-28drivers: ide: Include appropriate header file in ide-pio-blacklist.cRashika Kheria-0/+1
2014-01-28drivers: ide: Include appropriate header file in ide-cd_verbose.cRashika Kheria-0/+2
2014-01-28Merge tag 'for-linus-20140127' of git://git.infradead.org/linux-mtdLinus Torvalds-855/+1407
2014-01-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds-203/+160
2014-01-28Merge tag 'tty-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-6/+16
2014-01-28Merge tag 'clk-for-linus-3.14-part2' of git://git.linaro.org/people/mike.turq...Linus Torvalds-67/+4268
2014-01-28bnx2x: Fix generic option settingsYaniv Rosner-40/+38
2014-01-29Merge tag 'drm/for-3.14-rc1-20140123' of git://anongit.freedesktop.org/tegra/...Dave Airlie-62/+121