index
:
kernel_sony_msm8974.git
lp5.1
n7.1
o8.0
o8.1
p9.0
q10.0
r11.0
r11.1
kernel_sony_msm8974
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
msm
Commit message (
Expand
)
Author
Age
Files
Lines
*
msm: kgsl: Protect the event->handle with spinlock
Sunil Khatri
2019-09-18
1
-25
/
+37
*
msm: kgsl: Fix the race between context create and destroy
Sunil Khatri
2019-09-18
1
-1
/
+1
*
msm: kgsl: Reserve a context ID slot but don't populate immediately
Steve Pfetsch
2019-09-18
1
-2
/
+10
*
msm: kgsl: Fix kgsl memory allocation and free race condition
Dennis Cagle
2019-07-06
1
-2
/
+14
*
msm: kgsl: Fix idle timer sysfs after removing references to HZ
fluxi
2019-07-06
1
-6
/
+2
*
msm: kgsl: Fix direct references to HZ
Ajay Dudani
2019-07-06
5
-10
/
+7
*
Merge Sony package 23.5.A.1.291 release
tomascus
2019-06-30
4
-72
/
+23
*
msm: kgsl: fix sync file error handling
Jeremy Gebben
2016-12-19
1
-2
/
+2
*
msm: kgsl: Change %p to %pK in debug messages
Divya Ponnusamy
2016-10-13
9
-39
/
+37
*
msm: kgsl: Cast perfcounter query count to an unsigned int
Sunil Khatri
2016-07-21
1
-1
/
+1
*
msm: kgsl: Add missing check for alloc size
Rajesh Kemisetti
2016-06-28
1
-2
/
+7
*
msm: kgsl: Defer adding the mem entry to a process
Sunil Khatri
2016-06-01
1
-38
/
+64
*
msm: kgsl: Correctly increment the pagetable statistics
Harshdeep Dhatt
2015-10-01
1
-1
/
+1
*
msm: kgsl: Add support for KGSL_CMDBATCH_MARKER
Jordan Crouse
2015-09-08
5
-61
/
+204
*
msm: kgsl: Remove a race condition in the event processing code
Jordan Crouse
2015-09-08
3
-5
/
+11
*
msm: kgsl: Refactor the GPU event engine
Sunil Khatri
2015-09-08
11
-464
/
+334
*
msm: kgsl: Allow memory lists along with command submission
Sunil Khatri
2015-09-08
10
-116
/
+286
*
msm: kgsl: Split out the context and command batch flags
Sunil Khatri
2015-09-08
6
-20
/
+29
*
msm: kgsl: Support the KGSL_CONTEXT_CTX_SWITCH flag
Sunil Khatri
2015-09-08
2
-2
/
+12
*
msm: kgsl: Make global memory statistics atomic
Sunil Khatri
2015-06-23
6
-101
/
+101
*
msm: kgsl: check for NULL pointer access
Anupam Sakargayan
2015-05-28
1
-2
/
+2
*
msm: kgsl: Wake up snoozing threads on marker expiry
Anupam Sakargayan
2015-02-10
1
-26
/
+25
*
msm: kgsl: Elevate the priority of the thread during adreno start
Jordan Crouse
2014-12-22
2
-65
/
+12
*
Merge "msm: kgsl: Continue if an IB couldn't be dumped in snapshot"
Linux Build Service Account
2014-12-18
1
-10
/
+8
|
\
|
*
msm: kgsl: Continue if an IB couldn't be dumped in snapshot
Lynus Vaz
2014-11-24
1
-10
/
+8
*
|
Merge "msm: kgsl: Device mutex lock for kgsl_cmdbatch_destroy"
Linux Build Service Account
2014-12-08
2
-6
/
+32
|
\
\
|
*
|
msm: kgsl: Device mutex lock for kgsl_cmdbatch_destroy
Anupam Sakargayan
2014-12-04
2
-6
/
+32
*
|
|
Merge "Revert "msm: kgsl: Device mutex lock for kgsl_cancel_event""
Linux Build Service Account
2014-12-08
1
-4
/
+1
|
\
|
|
|
*
|
Revert "msm: kgsl: Device mutex lock for kgsl_cancel_event"
Anupam Sakargayan
2014-12-04
1
-4
/
+1
*
|
|
msm: kgsl: Disable index reg dump during snapshot
Anupam Sakargayan
2014-12-05
1
-8
/
+17
*
|
|
msm: kgsl: Disable shader memory dump during snapshot
Anupam Sakargayan
2014-12-05
1
-2
/
+11
|
/
/
*
|
Merge "msm: kgsl: Ignore signals for ringbuffer timestamp waits"
Linux Build Service Account
2014-11-27
1
-8
/
+9
|
\
\
|
*
|
msm: kgsl: Ignore signals for ringbuffer timestamp waits
Shubhraprakash Das
2014-11-25
1
-8
/
+9
|
|
/
*
/
msm: kgsl: Device mutex lock for kgsl_cancel_event
Anupam Sakargayan
2014-11-26
1
-1
/
+4
|
/
*
msm: kgsl: Change drawctxt mutex to spinlock
Harshdeep Dhatt
2014-11-14
3
-34
/
+26
*
msm: kgsl: Call sync_fence_log only if CONFIG_SYNC is defined
Harshdeep Dhatt
2014-11-14
2
-1
/
+9
*
msm: kgsl: Save a copy of the fence name for syncpoint events
Jordan Crouse
2014-11-14
3
-9
/
+12
*
msm: kgsl: Add syncpoint tracepoints
Jordan Crouse
2014-11-14
2
-2
/
+75
*
msm: kgsl: Fix race in active count wait
Shubhraprakash Das
2014-11-14
1
-3
/
+8
*
msm: kgsl: Track the submitted timestamp for a draw context
Jordan Crouse
2014-11-13
3
-2
/
+16
*
msm: kgsl: Restrict GPU memory object alignment to 32MB
Jordan Crouse
2014-11-13
2
-5
/
+14
*
msm: kgsl: Prevent recursion when dumping sync fence logs
Jordan Crouse
2014-11-13
3
-3
/
+17
*
msm: kgsl: log debug info to help detect syncpoint deadlock
Harshdeep Dhatt
2014-11-13
1
-1
/
+24
*
msm: kgsl: Add a sync fence timeout callback
Jordan Crouse
2014-11-13
7
-21
/
+126
*
msm: kgsl: Log correct fence pointer when cmdbatch timer expires
Ananta Kishore K
2014-11-13
1
-3
/
+6
*
msm: kgsl: Immediately signal a timeline if the timestamp has retired
Jordan Crouse
2014-11-13
1
-23
/
+49
*
msm: kgsl: Wake up GPU only for touch events
Sunil Khatri
2014-10-27
1
-0
/
+4
*
msm: kgsl: Keep track of kernel space mappings to memory
Shubhraprakash Das
2014-09-04
4
-31
/
+98
*
msm: kgsl: Fix memory entry leak when calling adreno_convertaddr
Shubhraprakash Das
2014-09-04
4
-15
/
+73
*
msm: kgsl: enable CPU IRQ while suspending context
Gaurav Gagrani
2014-09-03
1
-1
/
+2
[next]