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