aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-03-30Merge tag 'vfio-v5.12-rc6' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 2-1/+7
2021-03-30Merge tag 'for-linus-5.12b-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2021-03-29vfio/nvlink: Add missing SPAPR_TCE_IOMMU dependsGravatar Jason Gunthorpe 1-1/+1
2021-03-28Merge tag 'auxdisplay-for-linus-v5.12-rc6' of git://github.com/ojeda/linuxGravatar Linus Torvalds 1-10/+8
2021-03-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Gravatar Linus Torvalds 6-28/+74
2021-03-26Merge tag 'for-5.12/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-12/+32
2021-03-26dm ioctl: fix out of bounds array access when no devicesGravatar Mikulas Patocka 1-1/+1
2021-03-26Merge tag 'acpi-5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 4-8/+35
2021-03-26Merge tag 'pm-5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-6/+39
2021-03-26Merge tag 'soc-fixes-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 3-5/+11
2021-03-26Merge tag 'for-linus-5.12b-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2021-03-26Merge tag 'drm-fixes-2021-03-26' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 41-266/+617
2021-03-26Merge branches 'acpi-video' and 'acpi-scan'Gravatar Rafael J. Wysocki 3-6/+34
2021-03-26xen-blkback: don't leak persistent grants from xen_blkbk_map()Gravatar Jan Beulich 1-1/+1
2021-03-26Merge tag 'drm-msm-fixes-2021-02-25' of https://gitlab.freedesktop.org/drm/ms...Gravatar Dave Airlie 12-60/+119
2021-03-26Merge tag 'amd-drm-fixes-5.12-2021-03-24' of https://gitlab.freedesktop.org/a...Gravatar Dave Airlie 17-142/+365
2021-03-26Merge branch 'linux-5.12' of git://github.com/skeggsb/linux into drm-fixesGravatar Dave Airlie 1-1/+12
2021-03-26Merge tag 'drm-intel-fixes-2021-03-25-1' of git://anongit.freedesktop.org/drm...Gravatar Dave Airlie 9-37/+113
2021-03-26Merge tag 'drm-misc-fixes-2021-03-25' of git://anongit.freedesktop.org/drm/dr...Gravatar Dave Airlie 1-1/+2
2021-03-25vfio/type1: Empty batch for pfnmap pagesGravatar Daniel Jordan 1-0/+6
2021-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 3-4/+6
2021-03-25Merge tag 'mfd-fixes-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 1-2/+4
2021-03-25RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening serverGravatar Potnuri Bharat Teja 1-2/+2
2021-03-24scsi: target: pscsi: Clean up after failure in pscsi_map_sg()Gravatar Martin Wilck 1-0/+8
2021-03-24scsi: target: pscsi: Avoid OOM in pscsi_map_sg()Gravatar Martin Wilck 1-1/+0
2021-03-24scsi: mpt3sas: Fix error return code of mpt3sas_base_attach()Gravatar Jia-Ju Bai 1-2/+6
2021-03-24scsi: qedi: Fix error return code of qedi_alloc_global_queues()Gravatar Jia-Ju Bai 1-0/+1
2021-03-24scsi: Revert "qla2xxx: Make sure that aborted commands are freed"Gravatar Bart Van Assche 2-12/+5
2021-03-24scsi: ibmvfc: Make ibmvfc_wait_for_ops() MQ awareGravatar Tyrel Datwyler 1-17/+34
2021-03-24scsi: ibmvfc: Fix potential race in ibmvfc_wait_for_ops()Gravatar Tyrel Datwyler 1-9/+33
2021-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 88-375/+692
2021-03-25drm/nouveau/kms/nve4-nv108: Limit cursors to 128x128Gravatar Lyude Paul 1-1/+12
2021-03-24xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUGGravatar Roger Pau Monne 1-2/+2
2021-03-24ch_ktls: fix enum-conversion warningGravatar Arnd Bergmann 1-1/+1
2021-03-24octeontx2-af: Fix memory leak of object bufGravatar Colin Ian King 1-1/+3
2021-03-24ptp_qoriq: fix overflow in ptp_qoriq_adjfine() u64 calcalationGravatar Yangbo Lu 1-6/+7
2021-03-24Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-12/+16
2021-03-24Merge tag 'platform-drivers-x86-v5.12-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 12-109/+190
2021-03-24ACPICA: Always create namespace nodes using acpi_ns_create_node()Gravatar Vegard Nossum 1-2/+1
2021-03-24drm/i915: Fix the GT fence revocation runtime PM logicGravatar Imre Deak 3-6/+41
2021-03-24drm/amdgpu/display: restore AUX_DPHY_TX_CONTROL for DCN2.xGravatar Alex Deucher 1-2/+1
2021-03-24drm/amdgpu: Add additional Sienna Cichlid PCI IDGravatar Alex Deucher 1-0/+1
2021-03-23platform/x86: intel_pmc_core: Ignore GBE LTR on Tiger Lake platformsGravatar David E. Box 1-15/+35
2021-03-23platform/x86: intel_pmc_core: Update KconfigGravatar David E. Box 1-3/+8
2021-03-23platform/x86: intel_pmt_crashlog: Fix incorrect macrosGravatar David E. Box 1-7/+6
2021-03-23platform/x86: intel_pmt_class: Initial resource to 0Gravatar David E. Box 1-1/+1
2021-03-23drm/amd/pm: workaround for audio noise issueGravatar Kenneth Feng 4-11/+166
2021-03-23drm/i915/dsc: fix DSS CTL register usage for ICL DSI transcodersGravatar Jani Nikula 1-8/+2
2021-03-23drm/i915: Fix enabled_planes bitmaskGravatar Ville Syrjälä 1-2/+3
2021-03-23drm/i915: Disable LTTPR support when the LTTPR rev < 1.4Gravatar Imre Deak 1-4/+10