summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Merge tag 'vfio-v5.2-rc5' of git://github.com/awilliam/linux-vfioLinus Torvalds3-77/+69
2019-06-11drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after allocShirish S3-3/+11
2019-06-10Merge tag 'regulator-fix-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2019-06-10Merge tag 'spi-fix-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+10
2019-06-10drm/panfrost: Require the simple_ondemand governorEzequiel Garcia1-0/+1
2019-06-10drm/panfrost: make devfreq optional againNeil Armstrong1-1/+12
2019-06-10drm/gem_shmem: Use a writecombine mapping for ->vaddrBoris Brezillon1-1/+2
2019-06-10Merge tag 'usb-serial-5.2-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman3-0/+10
2019-06-08Merge tag 'for-linus-5.2b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-19/+19
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1916-17966/+1919
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-82/+127
2019-06-08Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2019-06-08Merge tag 'dmaengine-fix-5.2-rc4' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds6-49/+100
2019-06-08Merge tag 'for-linus-20190608' of git://git.kernel.dk/linux-blockLinus Torvalds9-78/+161
2019-06-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-3/+6
2019-06-08drm: panel-orientation-quirks: Add quirk for GPD MicroPCHans de Goede1-0/+16
2019-06-08drm: panel-orientation-quirks: Add quirk for GPD pocket2Hans de Goede1-0/+16
2019-06-08Merge tag 'fixes-for-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman8-42/+82
2019-06-07Merge tag 'drm-fixes-2019-06-07-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds47-197/+502
2019-06-08i2c: xiic: Add max_read_len quirkRobert Hancock1-0/+5
2019-06-08gpio: pca953x: hack to fix 24 bit gpio expandersH. Nikolaus Schaller1-1/+2
2019-06-07RAS/CEC: Convert the timer callback to a workqueueCong Wang1-24/+22
2019-06-07RAS/CEC: Fix binary search functionBorislav Petkov1-14/+20
2019-06-07Merge tag 'hwmon-for-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+34
2019-06-07Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linusJens Axboe4-63/+150
2019-06-07Merge tag 'mmc-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds6-24/+26
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-56/+116
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds16-35/+94
2019-06-07scsi: hpsa: correct ioaccel2 chainingDon Brace2-1/+7
2019-06-07drm/meson: fix G12A primary plane disablingNeil Armstrong3-4/+5
2019-06-07drm/meson: fix primary plane disablingNeil Armstrong2-5/+3
2019-06-07drm/meson: fix G12A HDMI PLL settings for 4K60 1000/1001 variationsNeil Armstrong1-2/+11
2019-06-07Merge branch 'linux-5.2' of git://github.com/skeggsb/linux into drm-fixesDave Airlie15-98/+242
2019-06-07drm/nouveau/secboot/gp10[2467]: support newer FW to fix SEC2 failures on some...Ben Skeggs5-6/+18
2019-06-07drm/nouveau/secboot: enable loading of versioned LS PMU/SEC2 ACR msgqueue FWBen Skeggs1-14/+14
2019-06-07drm/nouveau/secboot: split out FW version-specific LS function pointersBen Skeggs6-41/+141
2019-06-07drm/nouveau/secboot: pass max supported FW version to LS load funcsBen Skeggs6-21/+32
2019-06-07drm/nouveau/core: support versioned firmware loadingBen Skeggs2-6/+31
2019-06-07drm/nouveau/core: pass subdev into nvkm_firmware_get, rather than deviceBen Skeggs6-18/+14
2019-06-07Merge tag 'drm-intel-fixes-2019-06-06' of git://anongit.freedesktop.org/drm/d...Dave Airlie5-7/+46
2019-06-07Merge branch 'malidp-fixes' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie10-29/+44
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+4
2019-06-06vfio/mdev: Synchronize device create/remove with parent removalParav Pandit2-18/+56
2019-06-06vfio/mdev: Avoid creating sysfs remove file on stale device removalParav Pandit1-3/+1
2019-06-06net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier1-2/+2
2019-06-06nvme-rdma: use dynamic dma mapping per commandMax Gurtovoy1-17/+36
2019-06-06nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee1-1/+2
2019-06-06vfio/mdev: Improve the create/remove sequenceParav Pandit3-71/+27
2019-06-06parisc: Use lpa instruction to load physical addresses in driver codeJohn David Anglin2-2/+2
2019-06-06parisc: Use implicit space register selection for loading the coherence index...John David Anglin2-5/+2