summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.5b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-12-217-53/+73
|\
| * xen/grant-table: remove multiple BUG_ON on gnttab_interfaceAditya Pakki2019-12-201-4/+0
| * xen-blkback: support dynamic unbind/bindPaul Durrant2019-12-201-18/+38
| * xenbus: limit when state is forced to closedPaul Durrant2019-12-201-2/+10
| * xenbus: move xenbus_dev_shutdown() into frontend code...Paul Durrant2019-12-204-27/+23
| * xen/blkfront: Adjust indentation in xlvbd_alloc_gendiskNathan Chancellor2019-12-201-2/+2
* | Merge tag 'powerpc-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-12-212-16/+15
|\ \
| * | ocxl: Fix potential memory leak on context creationFrederic Barrat2019-12-131-4/+4
| * | ocxl: Fix concurrent AFU open and device removalFrederic Barrat2019-12-101-12/+11
* | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-12-2112-31/+56
|\ \ \
| * | | clk: qcom: Avoid SMMU/cx gdsc corner casesJeffrey Hugo2019-12-191-0/+2
| * | | clk: qcom: gcc-sc7180: Fix setting flag for votable GDSCsMatthias Kaehlcke2019-12-191-2/+4
| * | | clk: Move clk_core_reparent_orphans() under CONFIG_OFOlof Johansson2019-12-181-7/+7
| * | | clk: at91: fix possible deadlockAlexandre Belloni2019-12-166-6/+6
| * | | Merge tag 'imx-clk-fixes-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Boyd2019-12-133-1/+4
| |\ \ \
| | * | | clk: imx: pll14xx: fix clk_pll14xx_wait_lockPeng Fan2019-12-111-1/+1
| | * | | clk: imx: clk-imx7ulp: Add missing sentinel of ulp_div_tablePeng Fan2019-12-091-0/+1
| | * | | clk: imx: clk-composite-8m: add lock to gate/muxPeng Fan2019-12-091-0/+2
| | |/ /
| * / / clk: walk orphan list on clock provider registrationJerome Brunet2019-12-131-22/+40
| |/ /
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-12-201-3/+1
|\ \ \
| * | | perf/smmuv3: Remove the leftover put_cpu() in error pathHanjun Guo2019-12-181-3/+1
| |/ /
* | | Merge tag 'drm-fixes-2019-12-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-12-2015-45/+366
|\ \ \
| * \ \ Merge tag 'drm-intel-fixes-2019-12-19' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-12-2014-45/+365
| |\ \ \
| | * \ \ Merge tag 'gvt-fixes-2019-12-18' of https://github.com/intel/gvt-linux into d...Joonas Lahtinen2019-12-186-6/+118
| | |\ \ \
| | | * | | drm/i915/gvt: Fix guest boot warningGao Fred2019-12-171-0/+16
| | | * | | drm/i915/gvt: Pin vgpu dma address before usingTina Zhang2019-12-134-4/+99
| | | * | | drm/i915/gvt: set guest display buffer as readonlyZhenyu Wang2019-12-131-0/+1
| | | * | | drm/i915/gvt: use vgpu lock for active state settingZhenyu Wang2019-12-111-2/+2
| | * | | | drm/i915: Fix pid leak with banned clientsTvrtko Ursulin2019-12-181-2/+1
| | * | | | drm/i915/gem: Keep request alive while attaching fencesChris Wilson2019-12-181-0/+2
| | * | | | drm/i915: Fix WARN_ON condition for cursor plane ddb allocationVandita Kulkarni2019-12-171-2/+2
| | * | | | drm/i915/tgl: Drop Wa#1178Matt Roper2019-12-162-6/+4
| | * | | | drm/i915/ehl: Define EHL powerwells independently of ICLMatt Roper2019-12-161-0/+147
| | * | | | drm/i915: Set fence_work.ops before dma_fence_initChris Wilson2019-12-161-2/+1
| | * | | | drm/i915: Copy across scheduler behaviour flags across submit fencesChris Wilson2019-12-162-26/+89
| | * | | | drm/i915/dsb: Fix in mmio offset calculation of DSB instanceAnimesh Manna2019-12-161-1/+1
| * | | | | drm/exynos: gsc: add missed component_delChuhong Yuan2019-12-191-0/+1
| |/ / / /
* | | | | Merge tag 'iommu-fixes-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-12-205-30/+17
|\ \ \ \ \
| * | | | | iommu/dma: Relax locking in iommu_dma_prepare_msi()Robin Murphy2019-12-181-9/+8
| * | | | | iommu/vt-d: Remove incorrect PSI capability checkLu Baolu2019-12-181-5/+1
| * | | | | iommu/vt-d: Allocate reserved region for ISA with correct permissionJerry Snitselaar2019-12-171-1/+1
| * | | | | iommu: set group default domain before creating direct mappingsJerry Snitselaar2019-12-171-2/+2
| * | | | | iommu/vt-d: Fix dmar pte read access not set errorLu Baolu2019-12-171-8/+0
| * | | | | iommu/vt-d: Set ISA bridge reserved region as relaxableAlex Williamson2019-12-171-1/+1
| * | | | | iommu/dma: Rationalise types for DMA masksRobin Murphy2019-12-171-3/+3
| * | | | | iommu/iova: Init the struct iova to fix the possible memleakXiaotao Yin2019-12-171-1/+1
| |/ / / /
* | | | | Merge tag 'platform-drivers-x86-v5.5-2' of git://git.infradead.org/linux-plat...Linus Torvalds2019-12-204-20/+55
|\ \ \ \ \
| * | | | | platform/x86: pcengines-apuv2: Spelling fixes in the driverAndy Shevchenko2019-12-201-20/+20
| * | | | | platform/x86: pcengines-apuv2: detect apuv4 boardEnrico Weigelt, metux IT consult2019-12-201-0/+27
| * | | | | platform/x86: pcengines-apuv2: fix simswap GPIO assignmentEnrico Weigelt, metux IT consult2019-12-201-1/+1