Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | drm/amd/display: Fix naming of DSC Debugfs entry | Eryk Brol | 2020-08-06 | 1 | -4/+5 | |
| | * | | | | | drm/amd/display: Rename bytes_pp to the correct bits_pp | Eryk Brol | 2020-08-06 | 4 | -4/+6 | |
| | * | | | | | drm/amd/display: Clean up global sync param retrieval | Dmytro Laktyushkin | 2020-08-06 | 3 | -63/+7 | |
| | * | | | | | drm/amd/swsmu: allow asic to handle sensor type by itself | Kevin Wang | 2020-08-06 | 1 | -2/+7 | |
| | * | | | | | drm/amd/powerplay: off by one bugs in smu_cmn_to_asic_specific_index() | Dan Carpenter | 2020-08-06 | 1 | -5/+5 | |
| | * | | | | | drm/amd/powerplay: update driver if file for sienna_cichlid | Likun Gao | 2020-08-06 | 3 | -10/+24 | |
| | * | | | | | drm/amd/powerplay: drop unnecessary message support check(v2) | Changfeng | 2020-08-06 | 2 | -10/+1 | |
| | * | | | | | drm/amdgpu: update dec ring test for VCN 3.0 | Boyuan Zhang | 2020-08-06 | 1 | -1/+1 | |
| | * | | | | | drm/amdgpu/jpeg3.0: remove extra asic type check | James Zhu | 2020-08-06 | 1 | -5/+4 | |
| | * | | | | | drm/amdgpu: update golden setting for sienna_cichlid | Likun Gao | 2020-08-06 | 1 | -1/+1 | |
| | * | | | | | drm/amd/powerplay: correct smu message for vf mode | Likun Gao | 2020-08-06 | 1 | -35/+35 | |
| | * | | | | | drm/amd/powerplay: add msg map for mode1 reset | Likun Gao | 2020-08-06 | 1 | -0/+1 | |
| | * | | | | | drm/amd/powerplay: skip invalid msg when smu set mp1 state | Likun Gao | 2020-08-06 | 1 | -0/+3 | |
| | * | | | | | drm/amd/powerplay: remove the dpm checking in the boot sequence | Kenneth Feng | 2020-08-06 | 1 | -1/+1 | |
| | * | | | | | Revert "drm/amd/powerplay: drop unnecessary message support check" | Changfeng | 2020-08-06 | 2 | -1/+10 | |
| | * | | | | | drm/amdgpu: add printing after executing page reservation to eeprom | Guchun Chen | 2020-08-06 | 1 | -1/+4 | |
| | * | | | | | drm/amdgpu: expand sienna chichlid reg access support | John Clements | 2020-08-06 | 1 | -0/+45 | |
| | * | | | | | drm/amdgpu: fix spelling mistake "Falied" -> "Failed" | Colin Ian King | 2020-08-06 | 1 | -1/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge tag 'drm-misc-fixes-2020-08-04' of git://anongit.freedesktop.org/drm/dr... | Dave Airlie | 2020-08-11 | 8 | -2/+17 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | drm: Added orientation quirk for ASUS tablet model T103HAF | Marius Iacob | 2020-08-04 | 1 | -0/+6 | |
| | * | | | | | drm/omap: force runtime PM suspend on system suspend | Tomi Valkeinen | 2020-08-04 | 4 | -0/+4 | |
| | * | | | | | drm/tidss: fix modeset init for DPI panels | Tomi Valkeinen | 2020-08-04 | 1 | -1/+1 | |
| | * | | | | | drm: re-add deleted doc for drm_gem_open_ioctl | Steve Cohen | 2020-07-31 | 1 | -0/+3 | |
| | * | | | | | drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_access | Felix Kuehling | 2020-07-30 | 1 | -1/+3 | |
| | * | | | | | Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixes | Thomas Zimmermann | 2020-07-28 | 95 | -750/+1524 | |
| | |\ \ \ \ \ | ||||||
| * | \ \ \ \ \ | Merge tag 'v5.8' into drm-next | Dave Airlie | 2020-08-11 | 18 | -48/+121 | |
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | Merge tag 'drm-misc-next-fixes-2020-08-05' of git://anongit.freedesktop.org/d... | Dave Airlie | 2020-08-11 | 4 | -21/+24 | |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | ||||||
| | * | | | | | | drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi | Xin Xiong | 2020-08-04 | 1 | -3/+4 | |
| | * | | | | | | drm: xlnx: zynqmp: Use switch - case for link rate downshift | Hyun Kwon | 2020-08-01 | 1 | -13/+16 | |
| | * | | | | | | drm: xlnx: Fix typo in parameter description | Wei Yongjun | 2020-07-30 | 1 | -1/+1 | |
| | * | | | | | | drm: xlnx: fix spelling mistake "failes" -> "failed" | Colin Ian King | 2020-07-30 | 1 | -1/+1 | |
| | * | | | | | | drm: Remove redundant NULL check | Li Heng | 2020-07-27 | 1 | -2/+1 | |
| | * | | | | | | drm/omap: Use {} to zero initialize the mode | Ville Syrjälä | 2020-07-24 | 1 | -1/+1 | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-08-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | mm/gup: remove task_struct pointer for all gup code | Peter Xu | 2020-08-12 | 1 | -1/+1 | |
* | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2020-08-11 | 3 | -11/+11 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | drm/virtio: convert to LE accessors | Michael S. Tsirkin | 2020-08-05 | 1 | -8/+8 | |
| * | | | | | | | | | virtio: virtio_has_iommu_quirk -> virtio_has_dma_quirk | Michael S. Tsirkin | 2020-08-03 | 2 | -3/+3 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-08-11 | 2 | -3/+9 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ | Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex... | Joerg Roedel | 2020-07-29 | 2 | -3/+9 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | iommu: Add gfp parameter to io_pgtable_ops->map() | Baolin Wang | 2020-07-24 | 1 | -1/+1 | |
| | | | * | | | | | | | | iommu/vt-d: Use dev_iommu_priv_get/set() | Joerg Roedel | 2020-06-30 | 1 | -2/+8 | |
| | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
* | | | | | | | | | | | Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-08-11 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'WIP.locking/seqlocks' into locking/urgent | Ingo Molnar | 2020-08-06 | 1 | -2/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | dma-buf: Use sequence counter with associated wound/wait mutex | Ahmed S. Darwish | 2020-07-29 | 1 | -2/+0 | |
* | | | | | | | | | | | | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2020-08-08 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h | Huacai Chen | 2020-07-10 | 1 | -2/+0 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2020-08-06 | 7 | -18/+28 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'asoc/for-5.9' into asoc-next | Mark Brown | 2020-07-31 | 7 | -18/+28 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | ASoC: hdmi-codec: merge .digital_mute() into .mute_stream() | Kuninori Morimoto | 2020-07-17 | 7 | -18/+28 | |
| | |/ / / / / / / / / / |