index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
imagination
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-06
drm/sched: add optional errno to drm_sched_start()
Christian König
1
-2
/
+2
2024-09-02
drm/imagination: Use memdup_user() helper
Jinjie Ruan
1
-15
/
+3
2024-09-02
drm/imagination: Use memdup_user() helper to simplify code
Jinjie Ruan
1
-10
/
+3
2024-09-02
drm/imagination: Free pvr_vm_gpuva after unlink
Matt Coster
1
-0
/
+4
2024-09-02
drm/imagination: Use pvr_vm_context_get()
Matt Coster
1
-3
/
+1
2024-08-30
drm/imagination: Convert to use time_before macro
Chen Yufan
1
-1
/
+1
2024-08-16
drm: use mem_is_zero() instead of !memchr_inv(s, 0, n)
Jani Nikula
1
-1
/
+1
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
1
-2
/
+2
2024-07-25
drm/scheduler: remove full_recover from drm_sched_start
Christian König
1
-2
/
+2
2024-05-27
drm/imagination: Convert to platform remove callback returning void
Uwe Kleine-König
1
-5
/
+2
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+1
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2024-05-15
Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2
-2
/
+3
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-1
/
+1
2024-04-29
drm/imagination: Ensure PVR_MIPS_PT_PAGE_COUNT is never zero
Matt Coster
1
-2
/
+3
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
1
-0
/
+1
2024-04-25
drm/print: drop include debugfs.h and include where needed
Jani Nikula
1
-0
/
+1
2024-03-25
drm/imagination: avoid -Woverflow warning
Arnd Bergmann
1
-2
/
+2
2024-01-05
Merge tag 'drm-misc-next-fixes-2024-01-04' of git://anongit.freedesktop.org/d...
Dave Airlie
1
-21
/
+25
2024-01-02
drm/imagination: pvr_device.h: fix all kernel-doc warnings
Randy Dunlap
1
-21
/
+25
2023-12-22
Merge tag 'drm-misc-next-fixes-2023-12-21' of git://anongit.freedesktop.org/d...
Dave Airlie
3
-32
/
+31
2023-12-20
Merge tag 'drm-msm-next-2023-12-15' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
1
-1
/
+1
2023-12-15
drm/imagination: Fix error path in pvr_vm_create_context
Donald Robson
1
-15
/
+13
2023-12-15
drm/imagination: Fix ERR_PTR test on pointer to pointer.
Donald Robson
1
-1
/
+1
2023-12-15
drm/imagination: Fixed oops when misusing ioctl CREATE_HWRT_DATASET
Donald Robson
1
-13
/
+14
2023-12-15
drm/imagination: Fixed infinite loop in pvr_vm_mips_map()
Donald Robson
1
-3
/
+3
2023-12-13
drm/imagination: vm: Fix heap lookup condition
Alex Bee
1
-1
/
+1
2023-12-10
drm/exec: Pass in initial # of objects
Rob Clark
1
-1
/
+1
2023-12-08
drm/imagination: Move dereference after NULL check in pvr_mmu_backing_page_in...
Dan Carpenter
1
-1
/
+3
2023-12-08
drm/imagination: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2023-12-06
drm/imagination: move update_logtype() into ifdef section
Arnd Bergmann
1
-2
/
+2
2023-12-06
drm/imagination: Removed unused functions in pvr_fw_trace
Donald Robson
1
-44
/
+0
2023-12-05
drm/imagination: vm: make use of GPUVM's drm_exec helper
Danilo Krummrich
1
-55
/
+36
2023-12-04
drm/imagination: Removed unused function to_pvr_vm_gpuva()
Donald Robson
1
-6
/
+0
2023-12-04
drm/imagination: pvr_gpuvm_free() now static
Donald Robson
1
-1
/
+1
2023-12-04
drm/imagination: pvr_device_process_active_queues now static
Donald Robson
1
-1
/
+1
2023-12-04
drm/imagination: Fixed missing header in pvr_fw_meta
Donald Robson
1
-0
/
+1
2023-12-04
drm/imagination: Fixed warning due to implicit cast to bool
Donald Robson
1
-1
/
+2
2023-11-30
drm/imagination: fix off by one in pvr_vm_mips_init() error handling
Dan Carpenter
1
-6
/
+5
2023-11-30
drm/imagination: Fix IS_ERR() vs NULL bug in pvr_request_firmware()
Dan Carpenter
1
-2
/
+2
2023-11-30
drm/imagination: Fix error codes in pvr_device_clk_init()
Dan Carpenter
1
-2
/
+2
2023-11-28
drm/imagination: Numerous documentation fixes.
Donald Robson
9
-19
/
+32
2023-11-28
drm/imagination: vm: fix drm_gpuvm reference count
Danilo Krummrich
1
-3
/
+8
2023-11-28
drm/imagination: vm: check for drm_gpuvm_range_valid()
Danilo Krummrich
2
-4
/
+8
2023-11-28
drm/imagination: vm: prevent duplicate drm_gpuvm_bo instances
Danilo Krummrich
1
-4
/
+6
2023-11-28
drm/imagination: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2023-11-28
drm/imagination: Fix a couple of spelling mistakes in literal strings
Colin Ian King
1
-2
/
+2
2023-11-27
drm/sched: Fix compilation issues with DRM priority rename
Luben Tuikov
1
-1
/
+1
2023-11-23
drm/imagination: Add firmware trace to debugfs
Sarah Walker
9
-0
/
+723
2023-11-23
drm/imagination: Add firmware trace header
Sarah Walker
1
-0
/
+1648
[prev]
[next]