This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from c286c21ff942 Merge tag 'block-6.10-20240614' of git://git.kernel.dk/linux new b7c5e64fecfa vfio: Create vfio_fs_type with inode per device new aac6db75a9fc vfio/pci: Use unmap_mapping_range() new d71a989cf5d9 vfio/pci: Insert full vma on mmap'd MMIO fault new 68132b353622 Merge tag 'vfio-v6.10-rc4' of https://github.com/awilliam/ [...] new 0c76053e3fec drm: have config DRM_WERROR depend on !WERROR new f74fb5df429e drm: panel-orientation-quirks: Add quirk for Aya Neo KUN new b880018edd3a drm/komeda: check for error-valued pointer new ce62600c4dbe drm/bridge/panel: Fix runtime warning on panel bridge release new 31849bf07e0f drm/amdgpu: Fix the BO release clear memory warning new b96a225377b6 drm/nouveau: don't attempt to schedule hpd_work on headless cards new 017ed5e70c88 drm/nouveau: remove unused struct 'init_exec' new 0320ca14c6fb drm: renesas: shmobile: Call drm_atomic_helper_shutdown() [...] new c38896ca6318 drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown time new 41f590e31c6c arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilations new 799d4b392417 drm/exynos: hdmi: report safe 640x480 mode as a fallback w [...] new 1f3512cdf829 drm/exynos: dp: drop driver owner initialization new 38e3825631b1 drm/exynos/vidi: fix memory leak in .get_modes() new ae1e782362e9 Merge tag 'exynos-drm-fixes-for-v6.10-rc4' of git://git.ke [...] new bb93148ca831 MAINTAINERS: update Xe driver maintainers new a9f9b30e1748 MAINTAINERS: Update Xe driver maintainers new 7c877115da41 drm/xe/xe_gt_idle: use GT forcewake domain assertion new cd554e1e118a drm/xe/pf: Assert LMEM provisioning is done only on DGFX new b5e3a9b83f35 drm/xe: flush engine buffers before signalling user fence [...] new 2470b141bfae drm/xe: move disable_c6 call new f1909e859753 Merge tag 'drm-xe-fixes-2024-06-13' of https://gitlab.free [...] new 14731a640e55 Merge drm/drm-fixes into drm-misc-fixes new 9f0a86492ac4 Merge tag 'drm-misc-fixes-2024-06-14' of https://gitlab.fr [...] new d4332da0f2b5 Merge tag 'drm-fixes-2024-06-15' of https://gitlab.freedes [...] new b01b8151efe4 s390: Update defconfigs new d8073dc6bc04 s390/mm: Allow large pages only for aligned physical addresses new 693d41f7c938 s390/mm: Restore mapping of kernel image using large pages new 44ef20baed8e Merge tag 's390-6.10-4' of git://git.kernel.org/pub/scm/li [...]
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: MAINTAINERS | 2 +- arch/s390/boot/startup.c | 27 +- arch/s390/boot/vmem.c | 12 +- arch/s390/boot/vmlinux.lds.S | 1 + arch/s390/configs/debug_defconfig | 43 +++- arch/s390/configs/defconfig | 40 ++- arch/s390/configs/zfcpdump_defconfig | 5 +- drivers/gpu/drm/Kconfig | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 - drivers/gpu/drm/arm/display/komeda/komeda_dev.c | 8 - .../drm/arm/display/komeda/komeda_pipeline_state.c | 2 +- drivers/gpu/drm/bridge/panel.c | 7 +- drivers/gpu/drm/drm_panel_orientation_quirks.c | 6 + drivers/gpu/drm/exynos/exynos_dp.c | 1 - drivers/gpu/drm/exynos/exynos_drm_vidi.c | 7 +- drivers/gpu/drm/exynos/exynos_hdmi.c | 7 +- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 8 + drivers/gpu/drm/nouveau/dispnv04/disp.c | 2 +- drivers/gpu/drm/nouveau/dispnv50/disp.c | 2 +- drivers/gpu/drm/nouveau/nouveau_bios.c | 5 - drivers/gpu/drm/nouveau/nouveau_display.c | 6 +- drivers/gpu/drm/nouveau/nouveau_drv.h | 1 + drivers/gpu/drm/renesas/shmobile/shmob_drm_drv.c | 8 + drivers/gpu/drm/xe/xe_gt_idle.c | 9 +- drivers/gpu/drm/xe/xe_gt_sriov_pf_config.c | 15 +- drivers/gpu/drm/xe/xe_guc_pc.c | 6 - drivers/gpu/drm/xe/xe_ring_ops.c | 18 +- drivers/vfio/device_cdev.c | 7 + drivers/vfio/group.c | 7 + drivers/vfio/pci/vfio_pci_core.c | 271 +++++---------------- drivers/vfio/vfio_main.c | 44 ++++ include/linux/vfio.h | 1 + include/linux/vfio_pci_core.h | 2 - 34 files changed, 315 insertions(+), 269 deletions(-)