summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/amd/display: Fix naming of DSC Debugfs entryEryk Brol2020-08-061-4/+5
| * | drm/amd/display: Rename bytes_pp to the correct bits_ppEryk Brol2020-08-064-4/+6
| * | drm/amd/display: Clean up global sync param retrievalDmytro Laktyushkin2020-08-063-63/+7
| * | drm/amd/swsmu: allow asic to handle sensor type by itselfKevin Wang2020-08-061-2/+7
| * | drm/amd/powerplay: off by one bugs in smu_cmn_to_asic_specific_index()Dan Carpenter2020-08-061-5/+5
| * | drm/amd/powerplay: update driver if file for sienna_cichlidLikun Gao2020-08-063-10/+24
| * | drm/amd/powerplay: drop unnecessary message support check(v2)Changfeng2020-08-062-10/+1
| * | drm/amdgpu: update dec ring test for VCN 3.0Boyuan Zhang2020-08-061-1/+1
| * | drm/amdgpu/jpeg3.0: remove extra asic type checkJames Zhu2020-08-061-5/+4
| * | drm/amdgpu: update golden setting for sienna_cichlidLikun Gao2020-08-061-1/+1
| * | drm/amd/powerplay: correct smu message for vf modeLikun Gao2020-08-061-35/+35
| * | drm/amd/powerplay: add msg map for mode1 resetLikun Gao2020-08-061-0/+1
| * | drm/amd/powerplay: skip invalid msg when smu set mp1 stateLikun Gao2020-08-061-0/+3
| * | drm/amd/powerplay: remove the dpm checking in the boot sequenceKenneth Feng2020-08-061-1/+1
| * | Revert "drm/amd/powerplay: drop unnecessary message support check"Changfeng2020-08-062-1/+10
| * | drm/amdgpu: add printing after executing page reservation to eepromGuchun Chen2020-08-061-1/+4
| * | drm/amdgpu: expand sienna chichlid reg access supportJohn Clements2020-08-061-0/+45
| * | drm/amdgpu: fix spelling mistake "Falied" -> "Failed"Colin Ian King2020-08-061-1/+1
| |/
* | Merge tag 'drm-misc-fixes-2020-08-04' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-08-118-2/+17
|\ \
| * | drm: Added orientation quirk for ASUS tablet model T103HAFMarius Iacob2020-08-041-0/+6
| * | drm/omap: force runtime PM suspend on system suspendTomi Valkeinen2020-08-044-0/+4
| * | drm/tidss: fix modeset init for DPI panelsTomi Valkeinen2020-08-041-1/+1
| * | drm: re-add deleted doc for drm_gem_open_ioctlSteve Cohen2020-07-311-0/+3
| * | drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_accessFelix Kuehling2020-07-301-1/+3
| * | Merge remote-tracking branch 'drm/drm-fixes' into drm-misc-fixesThomas Zimmermann2020-07-282007-12172/+19513
| |\ \
* | \ \ Merge tag 'v5.8' into drm-nextDave Airlie2020-08-11463-3862/+4863
|\ \ \ \
| * | | | Linux 5.8v5.8Linus Torvalds2020-08-021-1/+1
| * | | | Merge tag 'x86-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-021-1/+1
| |\ \ \ \
| | * | | | x86/i8259: Use printk_deferred() to prevent deadlockThomas Gleixner2020-07-291-1/+1
| * | | | | Merge tag 'kbuild-fixes-v5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-026-30/+16
| |\ \ \ \ \
| | * | | | | kbuild: remove redundant FORCE definition in scripts/Makefile.modpostMasahiro Yamada2020-08-021-3/+0
| | * | | | | kconfig: qconf: remove wrong ConfigList::firstChild()Masahiro Yamada2020-08-022-5/+1
| | * | | | | Revert "kconfig: qconf: don't show goback button on splitMode"Masahiro Yamada2020-08-011-3/+2
| | * | | | | Revert "kconfig: qconf: Change title for the item window"Masahiro Yamada2020-08-011-9/+1
| | * | | | | kconfig: qconf: remove "goBack" debug messageMasahiro Yamada2020-08-011-1/+0
| | * | | | | kconfig: qconf: use delete[] instead of delete to free arrayMasahiro Yamada2020-08-011-2/+2
| | * | | | | kconfig: qconf: compile moc object separatelyMasahiro Yamada2020-08-013-7/+7
| | * | | | | kconfig: qconf: use if_changed for qconf.moc ruleMasahiro Yamada2020-08-011-2/+4
| | * | | | | modpost: explain why we can't use strsepWolfram Sang2020-07-271-0/+1
| | |/ / / /
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-027-24/+72
| |\ \ \ \ \
| | * | | | | KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVMWanpeng Li2020-07-311-3/+6
| | * | | | | KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabledWanpeng Li2020-07-311-1/+1
| | * | | | | Merge tag 'kvmarm-fixes-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-07-312-8/+14
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: Don't inherit exec permission across page-table levelsWill Deacon2020-07-281-5/+6
| | | * | | | | KVM: arm64: Prevent vcpu_has_ptrauth from generating OOL functionsMarc Zyngier2020-07-281-3/+8
| | * | | | | | KVM: nVMX: check for invalid hdr.vmx.flagsPaolo Bonzini2020-07-272-0/+16
| | * | | | | | KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATEPaolo Bonzini2020-07-273-4/+26
| | * | | | | | selftests: kvm: do not set guest mode flagPaolo Bonzini2020-07-271-8/+9
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-0281-451/+782
| |\ \ \ \ \ \ \
| | * | | | | | | vxlan: fix memleak of fdbTaehee Yoo2020-08-011-2/+4