summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-06-10drm/panfrost: make devfreq optional againNeil Armstrong
2019-06-10drm/gem_shmem: Use a writecombine mapping for ->vaddrBoris Brezillon
2019-06-10Merge tag 'usb-serial-5.2-rc5' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2019-06-08Merge tag 'for-linus-5.2b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-06-08Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-08Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-08Merge tag 'dmaengine-fix-5.2-rc4' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds
2019-06-08Merge tag 'for-linus-20190608' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-06-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-06-08drm: panel-orientation-quirks: Add quirk for GPD MicroPCHans de Goede
2019-06-08drm: panel-orientation-quirks: Add quirk for GPD pocket2Hans de Goede
2019-06-08Merge tag 'fixes-for-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2019-06-07Merge tag 'drm-fixes-2019-06-07-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-06-08i2c: xiic: Add max_read_len quirkRobert Hancock
2019-06-08gpio: pca953x: hack to fix 24 bit gpio expandersH. Nikolaus Schaller
2019-06-07RAS/CEC: Convert the timer callback to a workqueueCong Wang
2019-06-07RAS/CEC: Fix binary search functionBorislav Petkov
2019-06-07Merge tag 'hwmon-for-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-06-07Merge branch 'nvme-5.2-rc-next' of git://git.infradead.org/nvme into for-linusJens Axboe
2019-06-07Merge tag 'mmc-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-06-07scsi: hpsa: correct ioaccel2 chainingDon Brace
2019-06-07drm/meson: fix G12A primary plane disablingNeil Armstrong
2019-06-07drm/meson: fix primary plane disablingNeil Armstrong
2019-06-07drm/meson: fix G12A HDMI PLL settings for 4K60 1000/1001 variationsNeil Armstrong
2019-06-07Merge branch 'linux-5.2' of git://github.com/skeggsb/linux into drm-fixesDave Airlie
2019-06-07drm/nouveau/secboot/gp10[2467]: support newer FW to fix SEC2 failures on some...Ben Skeggs
2019-06-07drm/nouveau/secboot: enable loading of versioned LS PMU/SEC2 ACR msgqueue FWBen Skeggs
2019-06-07drm/nouveau/secboot: split out FW version-specific LS function pointersBen Skeggs
2019-06-07drm/nouveau/secboot: pass max supported FW version to LS load funcsBen Skeggs
2019-06-07drm/nouveau/core: support versioned firmware loadingBen Skeggs
2019-06-07drm/nouveau/core: pass subdev into nvkm_firmware_get, rather than deviceBen Skeggs
2019-06-07Merge tag 'drm-intel-fixes-2019-06-06' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2019-06-07Merge branch 'malidp-fixes' of git://linux-arm.org/linux-ld into drm-fixesDave Airlie
2019-06-06Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-06-06vfio/mdev: Synchronize device create/remove with parent removalParav Pandit
2019-06-06vfio/mdev: Avoid creating sysfs remove file on stale device removalParav Pandit
2019-06-06net: mvpp2: Use strscpy to handle stat stringsMaxime Chevallier
2019-06-06nvme-rdma: use dynamic dma mapping per commandMax Gurtovoy
2019-06-06nvme: Fix u32 overflow in the number of namespace list calculationJaesoo Lee
2019-06-06vfio/mdev: Improve the create/remove sequenceParav Pandit
2019-06-06parisc: Use lpa instruction to load physical addresses in driver codeJohn David Anglin
2019-06-06parisc: Use implicit space register selection for loading the coherence index...John David Anglin
2019-06-06usb: gadget: udc: lpc32xx: fix return value check in lpc32xx_udc_probe()Wei Yongjun
2019-06-06usb: gadget: dwc2: fix zlp handlingAndrzej Pietrasiewicz
2019-06-06usb: dwc2: Set actual frame number for completed ISOC transfer for none DDMAMinas Harutyunyan
2019-06-06usb: gadget: udc: lpc32xx: allocate descriptor with GFP_ATOMICAlexandre Belloni
2019-06-06usb: gadget: fusb300_udc: Fix memory leak of fusb300->ep[i]Young Xiao