summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xen
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+7
2025-10-31drm: include drm_print.h where neededJani Nikula-0/+3
2025-07-16drm/gem: Pass along the format info from .fb_create() to drm_helper_mode_fill...Ville Syrjälä-1/+1
2025-07-16drm: Pass the format info to .fb_create()Ville Syrjälä-0/+1
2024-12-05drm: remove driver date from struct drm_driver and all driversJani Nikula-1/+0
2024-12-05drm/xen: remove redundant initialization info printJani Nikula-5/+0
2024-04-25fix missing vmalloc.h includesKent Overstreet-0/+1
2023-07-21drm: Explicitly include correct DT includesRob Herring-1/+0
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann-2/+0
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann-1/+0
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-2/+1
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2022-12-15xen: make remove callback of xen driver void returnedDawei Li-2/+1
2022-11-05drm/fb-helper: Remove unnecessary include statementsThomas Zimmermann-1/+0
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie-1/+1
2022-06-21drm/xen: Add missing VM_DONTEXPAND flag in mmap callbackOleksandr Tyshchenko-1/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä-0/+2
2022-05-19xen/drmfront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross-32/+11
2022-05-19xen/drm: switch xen_drm_front to use INVALID_GRANT_REFJuergen Gross-11/+2
2022-03-28Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross-1/+1
2022-02-25Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-0/+3
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi-6/+7
2022-01-27drm/xen: Add support for the nomodeset kernel parameterJavier Martinez Canillas-0/+3
2021-12-14Merge v5.16-rc5 into drm-nextDaniel Vetter-0/+1
2021-11-23xen: flag xen_drm_front to be not essential for system bootJuergen Gross-0/+1
2021-11-11drm/xen: Implement mmap as GEM object functionThomas Zimmermann-87/+44
2021-06-24drm/tiny: drm_gem_simple_display_pipe_prepare_fb is the defaultDaniel Vetter-1/+0
2021-04-13Merge drm/drm-fixes into drm-nextDaniel Vetter-3/+4
2021-03-26drivers: gpu: drm: xen_drm_front_drm_info is declared twiceWan Jiabing-1/+0
2021-03-26gpu/xen: Fix a use after free in xen_drm_drv_initLv Yunlong-2/+4
2021-03-01drm/xen: adjust KconfigJan Beulich-7/+3
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann-1/+2
2020-11-30drm/prime: split array import functions v4Christian König-2/+2
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann-8/+16
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-1/+1
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard-1/+1
2020-09-25drm/xen: Introduce GEM object functionsThomas Zimmermann-27/+34
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-1/+2
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie-1/+1
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard-7/+5
2020-09-10drm: xen: fix common struct sg_table related issuesMarek Szyprowski-1/+1
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann-1/+2
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+5
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne-4/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-3/+0
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-11/+15