This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 5ee88057889b Merge tag 'drm-fixes-2021-01-15' of git://anongit.freedesk [...] new 3b050680c841 drm/nouveau/core: recognise GA10[024] new 70afbe4bdc0a drm/nouveau/pci/ga10[024]: initial support new a34632482f1e drm/nouveau/bios/ga10[024]: initial support new 7ddf5e9597fa drm/nouveau/devinit/ga10[024]: initial support new 5961c62d2075 drm/nouveau/mc/ga10[024]: initial support new e0df4bbfc336 drm/nouveau/privring/ga10[024]: initial support new de4781d0f22b drm/nouveau/imem/ga10[024]: initial support new 41ba806f40a9 drm/nouveau/fb/ga10[024]: initial support new 6f300e0a0ba8 drm/nouveau/timer/ga10[024]: initial support new a3abc23ac401 drm/nouveau/mmu/ga10[024]: initial support new f5cbe7c8bd1a drm/nouveau/bar/ga10[024]: initial support new c28efb15f9e5 drm/nouveau/gpio/ga10[024]: initial support new 8a0412265f06 drm/nouveau/i2c/ga10[024]: initial support new a6cf0320aad0 drm/nouveau/dmaobj/ga10[24]: initial support new 8ef23b6f6a79 drm/nouveau/disp/ga10[24]: initial support new 584265dfec70 Merge branch '04.01-ampere-lite' of git://github.com/skegg [...] new 02c06dc3750b Merge tag 'topic/nouveau-ampere-modeset-2021-01-15' of git [...] new 2d6ffc63f124 iommu/vt-d: Fix unaligned addresses for intel_flush_svm_ra [...] new b812834b5329 iommu: arm-smmu-qcom: Add sdm630/msm8998 compatibles for q [...] new 694a1c0adebe iommu/vt-d: Fix duplicate included linux/dma-map-ops.h new 7aec71cd9c1f Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/li [...] new ef3a575baf53 xen/privcmd: allow fetching resource sizes new 3499ba8198ca xen: Fix event channel callback via INTX/GSI new 8f4fd86aa5d6 xen: Set platform PCI device INTX affinity to CPU0 new b36b0fe96af1 x86/xen: Add xen_no_vector_callback option to test PCI INT [...] new 4621dc6a5bf1 x86/xen: Don't register Xen IPIs when they aren't going to [...] new 3d7746bea925 x86/xen: Fix xen_hvm_smp_init() when vector callback not a [...] new dcda487c9c2e Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org [...] new a58015d638cd ACPI: scan: Harden acpi_device_add() against device ID overflows new 3c516e038f0c Documentation: ACPI: EINJ: Fix error type values for PCIe errors new 179892adb043 Merge branch 'acpi-docs' new f4e087c666f5 Merge tag 'acpi-5.11-rc4' of git://git.kernel.org/pub/scm/ [...]
The 32 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Documentation/admin-guide/kernel-parameters.txt | 4 + Documentation/firmware-guide/acpi/apei/einj.rst | 4 +- arch/arm/xen/enlighten.c | 2 +- arch/x86/xen/enlighten_hvm.c | 15 ++- arch/x86/xen/smp_hvm.c | 27 +++-- drivers/acpi/internal.h | 2 +- drivers/acpi/scan.c | 15 ++- drivers/gpu/drm/nouveau/dispnv50/Kbuild | 1 + drivers/gpu/drm/nouveau/dispnv50/core.c | 1 + drivers/gpu/drm/nouveau/dispnv50/curs.c | 1 + drivers/gpu/drm/nouveau/dispnv50/wimm.c | 1 + drivers/gpu/drm/nouveau/dispnv50/wndw.c | 1 + drivers/gpu/drm/nouveau/dispnv50/wndw.h | 8 ++ drivers/gpu/drm/nouveau/dispnv50/wndwc57e.c | 10 +- drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c | 106 ++++++++++++++++++ drivers/gpu/drm/nouveau/include/nvif/cl0080.h | 1 + drivers/gpu/drm/nouveau/include/nvif/class.h | 5 + drivers/gpu/drm/nouveau/include/nvkm/core/device.h | 1 + drivers/gpu/drm/nouveau/include/nvkm/engine/disp.h | 1 + .../gpu/drm/nouveau/include/nvkm/subdev/devinit.h | 1 + drivers/gpu/drm/nouveau/include/nvkm/subdev/fb.h | 2 + drivers/gpu/drm/nouveau/include/nvkm/subdev/gpio.h | 1 + drivers/gpu/drm/nouveau/include/nvkm/subdev/mc.h | 1 + drivers/gpu/drm/nouveau/nouveau_backlight.c | 1 + drivers/gpu/drm/nouveau/nvif/disp.c | 1 + drivers/gpu/drm/nouveau/nvkm/engine/device/base.c | 75 ++++++++++++- drivers/gpu/drm/nouveau/nvkm/engine/device/user.c | 1 + drivers/gpu/drm/nouveau/nvkm/engine/disp/Kbuild | 3 + drivers/gpu/drm/nouveau/nvkm/engine/disp/dp.c | 33 ++++-- .../{dispnv50/wimm.c => nvkm/engine/disp/ga102.c} | 44 ++++---- drivers/gpu/drm/nouveau/nvkm/engine/disp/ior.h | 4 + drivers/gpu/drm/nouveau/nvkm/engine/disp/nv50.h | 2 + .../wimm.c => nvkm/engine/disp/rootga102.c} | 48 +++++---- .../gpu/drm/nouveau/nvkm/engine/disp/rootnv50.h | 1 + .../nvkm/engine/disp/{sortu102.c => sorga102.c} | 57 ++++++---- .../gpu/drm/nouveau/nvkm/engine/disp/sortu102.c | 2 +- drivers/gpu/drm/nouveau/nvkm/engine/disp/tu102.c | 2 +- .../gpu/drm/nouveau/nvkm/subdev/bios/shadowramin.c | 3 + drivers/gpu/drm/nouveau/nvkm/subdev/devinit/Kbuild | 1 + .../nvkm/subdev/devinit/{tu102.c => ga100.c} | 33 ++---- drivers/gpu/drm/nouveau/nvkm/subdev/devinit/priv.h | 1 + .../gpu/drm/nouveau/nvkm/subdev/devinit/tu102.c | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/fb/Kbuild | 3 + .../nouveau/nvkm/subdev/fb/{gv100.c => ga100.c} | 23 +--- .../nouveau/nvkm/subdev/fb/{gv100.c => ga102.c} | 25 +---- drivers/gpu/drm/nouveau/nvkm/subdev/fb/gv100.c | 2 +- drivers/gpu/drm/nouveau/nvkm/subdev/fb/priv.h | 2 + drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.h | 1 + .../{dispnv50/wimm.c => nvkm/subdev/fb/ramga102.c} | 36 +++---- drivers/gpu/drm/nouveau/nvkm/subdev/gpio/Kbuild | 1 + drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ga102.c | 118 +++++++++++++++++++++ drivers/gpu/drm/nouveau/nvkm/subdev/mc/Kbuild | 1 + drivers/gpu/drm/nouveau/nvkm/subdev/mc/ga100.c | 74 +++++++++++++ drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 2 + drivers/iommu/intel/iommu.c | 1 - drivers/iommu/intel/svm.c | 22 +++- drivers/xen/events/events_base.c | 10 -- drivers/xen/platform-pci.c | 8 +- drivers/xen/privcmd.c | 25 +++-- drivers/xen/xenbus/xenbus.h | 1 + drivers/xen/xenbus/xenbus_comms.c | 8 -- drivers/xen/xenbus/xenbus_probe.c | 81 +++++++++++--- include/xen/xenbus.h | 2 +- 63 files changed, 740 insertions(+), 231 deletions(-) create mode 100644 drivers/gpu/drm/nouveau/dispnv50/wndwc67e.c copy drivers/gpu/drm/nouveau/{dispnv50/wimm.c => nvkm/engine/disp/ga102.c} (61%) copy drivers/gpu/drm/nouveau/{dispnv50/wimm.c => nvkm/engine/disp/rootga102.c} (56%) copy drivers/gpu/drm/nouveau/nvkm/engine/disp/{sortu102.c => sorga102.c} (78%) copy drivers/gpu/drm/nouveau/nvkm/subdev/devinit/{tu102.c => ga100.c} (70%) copy drivers/gpu/drm/nouveau/nvkm/subdev/fb/{gv100.c => ga100.c} (67%) copy drivers/gpu/drm/nouveau/nvkm/subdev/fb/{gv100.c => ga102.c} (66%) copy drivers/gpu/drm/nouveau/{dispnv50/wimm.c => nvkm/subdev/fb/ramga102.c} (63%) create mode 100644 drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ga102.c create mode 100644 drivers/gpu/drm/nouveau/nvkm/subdev/mc/ga100.c