index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
v3d
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-28
drm/v3d: Disable preemption while updating GPU stats
Tvrtko Ursulin
1
-0
/
+6
2024-08-12
drm/v3d: Fix out-of-bounds read in `v3d_csd_job_run()`
Maíra Canal
1
-3
/
+11
2024-07-30
Merge drm/drm-fixes into drm-misc-fixes
Maxime Ripard
5
-10
/
+300
2024-07-18
drm/v3d: Validate passed in drm syncobj handles in the performance extension
Tvrtko Ursulin
1
-0
/
+8
2024-07-18
drm/v3d: Validate passed in drm syncobj handles in the timestamp extension
Tvrtko Ursulin
1
-0
/
+12
2024-07-18
drm/v3d: Fix potential memory leak in the performance extension
Tvrtko Ursulin
3
-26
/
+50
2024-07-18
drm/v3d: Fix potential memory leak in the timestamp extension
Tvrtko Ursulin
3
-19
/
+48
2024-07-18
drm/v3d: Prevent out of bounds access in performance query extensions
Tvrtko Ursulin
1
-0
/
+6
2024-07-15
drm/v3d: Fix Indirect Dispatch configuration for V3D 7.1.6 and later
Maíra Canal
1
-3
/
+13
2024-07-15
drm/v3d: Add V3D tech revision to the device information
Maíra Canal
2
-4
/
+9
2024-06-05
drm/v3d: Fix perfmon build error/warning
Tvrtko Ursulin
4
-195
/
+205
2024-05-27
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-0
/
+1
2024-05-20
drm/v3d: Use V3D_MAX_COUNTERS instead of V3D_PERFCNT_NUM
Maíra Canal
2
-2
/
+5
2024-05-20
drm/v3d: Create new IOCTL to expose performance counters information
Maíra Canal
3
-0
/
+36
2024-05-20
drm/v3d: Create a new V3D parameter for the maximum number of perfcnt
Maíra Canal
1
-0
/
+3
2024-05-20
drm/v3d: Different V3D versions can have different number of perfcnt
Maíra Canal
3
-1
/
+14
2024-05-20
drm/v3d: Add Performance Counters descriptions for V3D 4.2 and 7.1
Maíra Canal
2
-0
/
+210
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-04-25
fix missing vmalloc.h includes
Kent Overstreet
1
-0
/
+1
2024-04-23
drm/v3d: Fix race-condition between sysfs/fdinfo and interrupt handler
Maíra Canal
4
-4
/
+25
2024-04-23
drm/v3d: Decouple stats calculation from printing
Maíra Canal
3
-12
/
+21
2024-04-23
drm/v3d: Create function to update a set of GPU stats
Maíra Canal
1
-7
/
+10
2024-04-23
drm/v3d: Create a struct to store the GPU stats
Maíra Canal
5
-32
/
+39
2024-04-23
drm/v3d: Create two functions to update all GPU stats variables
Maíra Canal
3
-89
/
+40
2024-04-15
drm/v3d: Don't increment `enabled_ns` twice
Maíra Canal
1
-4
/
+0
2024-02-23
drm/v3d: Enable V3D to use different PAGE_SIZE
Maíra Canal
5
-10
/
+10
2024-02-05
Merge tag 'drm-misc-next-2024-01-11' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-0
/
+15
2024-01-11
drm/v3d: Show the memory-management stats on debugfs
Maíra Canal
1
-0
/
+15
2024-01-11
drm/v3d: Free the job and assign it to NULL if initialization fails
Maíra Canal
1
-7
/
+28
2024-01-09
drm/v3d: Fix support for register debugging on the RPi 4
Maíra Canal
1
-10
/
+10
2023-12-04
drm/v3d: Fix missing error code in v3d_submit_cpu_ioctl()
Harshit Mogalapalli
1
-0
/
+2
2023-12-01
drm/v3d: Create a CPU job extension for the copy performance query job
Maíra Canal
3
-0
/
+148
2023-12-01
drm/v3d: Create a CPU job extension for the reset performance query job
Maíra Canal
3
-0
/
+137
2023-12-01
drm/v3d: Create a CPU job extension to copy timestamp query to a buffer
Maíra Canal
3
-0
/
+145
2023-12-01
drm/v3d: Create a CPU job extension for the reset timestamp job
Maíra Canal
3
-0
/
+74
2023-12-01
drm/v3d: Create a CPU job extension for the timestamp query job
Maíra Canal
3
-1
/
+119
2023-12-01
drm/v3d: Create a CPU job extension for a indirect CSD job
Maíra Canal
3
-4
/
+172
2023-12-01
drm/v3d: Enable BO mapping
Maíra Canal
2
-0
/
+22
2023-12-01
drm/v3d: Detach the CSD job BO setup
Melissa Wen
1
-26
/
+42
2023-12-01
drm/v3d: Create tracepoints to track the CPU job
Maíra Canal
3
-0
/
+63
2023-12-01
drm/v3d: Use v3d_get_extensions() to parse CPU job data
Maíra Canal
1
-11
/
+12
2023-12-01
drm/v3d: Add a CPU job submission
Melissa Wen
4
-1
/
+162
2023-12-01
drm/v3d: Decouple job allocation from job initiation
Maíra Canal
1
-20
/
+44
2023-12-01
drm/v3d: Don't allow two multisync extensions in the same job
Maíra Canal
1
-0
/
+5
2023-12-01
drm/v3d: Simplify job refcount handling
Melissa Wen
1
-4
/
+5
2023-12-01
drm/v3d: Detach job submissions IOCTLs to a new specific file
Melissa Wen
4
-741
/
+753
2023-12-01
drm/v3d: Move wait BO ioctl to the v3d_bo file
Melissa Wen
3
-35
/
+35
2023-12-01
drm/v3d: Remove unused function header
Melissa Wen
1
-2
/
+0
2023-11-10
drm/sched: implement dynamic job-flow control
Danilo Krummrich
1
-1
/
+1
2023-11-06
drm/v3d: Expose the total GPU usage stats on sysfs
Maíra Canal
7
-3
/
+135
[next]