summaryrefslogtreecommitdiffstats
path: root/fs/remap_range.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-02drm/edid: fix info leak when failing to get panel idJohan Hovold1-1/+1
2023-02-28fbdev: chipsfb: Fix error codes in chipsfb_pci_init()Dan Carpenter1-4/+10
2023-02-27drm/panfrost: Don't sync rpm suspension after mmu flushingDmitry Osipenko1-1/+1
2023-02-27drm/msm/gem: Prevent blocking within shrinker loopDmitry Osipenko3-5/+19
2023-02-27drm/shmem-helper: Remove another errant put in error pathDmitry Osipenko1-3/+6
2023-02-27drm/virtio: Pass correct device to dma_sync_sgtable_for_device()Oleksandr Tyshchenko1-2/+2
2023-02-21drm/nouveau/fb/gp102-: cache scrubber binary on first loadBen Skeggs8-50/+36
2023-02-21drm/nouveau/kms/nv50: fix nv50_wndw_new_ prototypeJiri Slaby (SUSE)1-2/+3
2023-02-17drm/cirrus: NULL-check pipe->plane.state->fb in cirrus_pipe_update()Alexandr Sapozhnikov1-1/+1
2023-02-15drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin7-10/+20
2023-02-15drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin2-3/+5
2023-02-13drm: Disable dynamic debug as brokenVille Syrjälä1-1/+2
2023-02-10drm/ast: Fix start address computationJocelyn Falempe1-2/+2
2023-02-10fbdev: Fix invalid page access after closing deferred I/O devicesTakashi Iwai3-1/+14
2023-02-09drm/vc4: crtc: Increase setup cost in core clock calculation to handle extrem...Dom Cobley1-1/+1
2023-02-09drm/vc4: hdmi: Always enable GCP with AVMUTE clearedDom Cobley1-9/+9
2023-02-09drm/vc4: Fix YUV plane handling when planes are in different buffersDave Stevenson1-2/+4
2023-02-07drm/client: fix circular reference counting issueChristian König2-18/+20
2023-02-06drm/virtio: exbuf->fence_fd unmodified on interrupted waitRyan Neph2-4/+2
2023-02-03drm/amdgpu: fix memory leak in amdgpu_cs_sync_ringsBert Karwatzki1-1/+4
2023-02-01drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during disableStephen Boyd1-4/+12
2023-01-31drm/nouveau/acr/gm20b: regression fixesBen Skeggs3-2/+17
2023-01-31drm/nouveau/fb/tu102-: fix register used to determine scrub statusBen Skeggs7-17/+65
2023-01-31drm/nouveau/devinit/tu102-: wait for GFW_BOOT_PROGRESS == COMPLETEDBen Skeggs1-0/+23
2023-01-27dma-buf: actually set signaling bit for private stub fencesDanilo Krummrich1-1/+1
2023-01-26drm/ssd130x: Init display before the SSD130X_DISPLAY_ON commandJavier Martinez Canillas1-11/+7
2023-01-26drm/vc4: hdmi: make CEC adapter name uniqueHans Verkuil1-1/+2
2023-01-24drm/fb-helper: Use a per-driver FB deferred I/O handlerJavier Martinez Canillas2-6/+17
2023-01-24drm/fb-helper: Check fb_deferred_io_init() return valueJavier Martinez Canillas1-1/+3
2023-01-19drm/i915: Fix a memory leak with reused mmap_offsetNirmoy Das1-1/+1
2023-01-19drm/drm_vma_manager: Add drm_vma_node_allow_once()Nirmoy Das2-22/+55
2023-01-18drm/i915: Remove unused variableNirmoy Das1-2/+0
2023-01-18drm/fb-helper: Set framebuffer for vga-switcheroo clientsThomas Zimmermann1-0/+7
2023-01-18drm/i915: Allow switching away via vga-switcheroo if uninitializedThomas Zimmermann2-3/+6
2023-01-18drm/panfrost: fix GENERIC_ATOMIC64 dependencyArnd Bergmann1-1/+2
2023-01-13drm/vc4: bo: Fix unused variable warningMaxime Ripard1-1/+0
2023-01-12drm/vc4: bo: Fix drmm_mutex_init memory hogMaxime Ripard1-3/+2
2023-01-12drm: Optimize drm buddy top-down allocation methodArunpravin Paneer Selvam1-27/+54
2023-01-12drm/ttm: Fix a regression causing kernel oops'esZack Rusin1-1/+1
2023-01-11drm/nouveau: Remove file nouveau_fbcon.cThomas Zimmermann1-613/+0
2023-01-10drm/amdgpu: fix pipeline sync v2Christian König1-16/+30
2023-01-10drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin6-233/+87
2023-01-10drm/virtio: Fix GEM handle creation UAFRob Clark1-2/+17
2023-01-06drm: Add orientation quirk for Lenovo ideapad D330-10IGLPatrick Thompson1-0/+6
2023-01-05drm/amdgpu: fix missing dma_fence_put in error pathChristian König1-1/+3
2023-01-05drm/amdgpu: fix another missing fence reference in the CS codeChristian König1-1/+4
2023-01-03drm/scheduler: Fix lockup in drm_sched_entity_kill()Dmitry Osipenko2-3/+3
2023-01-02drm/imx: ipuv3-plane: Fix overlay plane widthPhilipp Zabel1-6/+8
2023-01-02drm/scheduler: Fix lockup in drm_sched_entity_kill()Dmitry Osipenko2-3/+3
2023-01-02drm/virtio: Fix memory leak in virtio_gpu_object_create()Xiu Jianfeng1-2/+4