index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipc
/
namespace.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-08-28
drm/nouveau/pm: allow to query the number of sources for a signal
Samuel Pitoiset
2
-4
/
+21
2015-08-28
drm/nouveau/pm: add concept of sources
Samuel Pitoiset
3
-4
/
+103
2015-08-28
drm/nouveau/pm: allow to monitor hardware signal index 0x00
Samuel Pitoiset
3
-6
/
+10
2015-08-28
drm/nouveau/pm: use hardware signals indexes instead of user-readable names
Samuel Pitoiset
2
-44
/
+19
2015-08-28
drm/nouveau/pm: change signal iter to u16
Samuel Pitoiset
3
-9
/
+10
2015-08-28
drm/nouveau/pm: allow to query signals by domain
Samuel Pitoiset
2
-25
/
+14
2015-08-28
drm/nouveau/pm: implement NVIF_PERFMON_V0_QUERY_DOMAIN method
Samuel Pitoiset
2
-1
/
+96
2015-08-28
drm/nouveau/pm: prevent creating a perfctr object when signals are not found
Samuel Pitoiset
1
-2
/
+4
2015-08-28
drm/nouveau/pm: reorganize the nvif interface
Samuel Pitoiset
3
-18
/
+51
2015-08-28
drm/nouveau/pm: remove unused nvkm_perfsig_wrap() function
Samuel Pitoiset
2
-24
/
+0
2015-08-28
drm/nouveau/pm: remove pmu signals
Samuel Pitoiset
8
-151
/
+1
2015-08-28
drm/nouveau/clk/nv50: Enable user reclocking for NVA0
Roy Spliet
1
-1
/
+2
2015-08-28
drm/nouveau/fb/gddr3: Add a few CL and WR entries observed on GTX260
Roy Spliet
1
-4
/
+4
2015-08-28
drm/nouveau/fb/ramnv50: GDDR3 script for NVA0
Roy Spliet
1
-25
/
+104
2015-08-28
drm/nouveau/bios/ramcfg: Separate out RON pull value
Roy Spliet
4
-3
/
+9
2015-08-28
drm/nouveau/bios/rammap: Parse perf mode as if it's a rammap entry
Roy Spliet
4
-0
/
+24
2015-08-28
drm/nouveau/fb/ramnv50: Ressurect timing code, use proper timing/rammap handlers
Roy Spliet
4
-33
/
+182
2015-08-28
drm/nouveau/fb/ramgt215: No need to cuss like that
Roy Spliet
1
-1
/
+1
2015-08-28
drm/nouveau/fb/ramnv50: Make 0x100da0 per-partition
Roy Spliet
1
-7
/
+13
2015-08-28
drm/nouveau/bios/rammap: Pull DLLoff bit out of version 0x10 struct
Roy Spliet
6
-8
/
+8
2015-08-28
remove unnecessary include
Ben Skeggs
1
-30
/
+0
2015-08-26
drm/amdgpu: fix wait queue handling in the scheduler
Christian König
2
-10
/
+10
2015-08-26
drm/amdgpu: remove extra parameters from scheduler callbacks
Christian König
3
-14
/
+8
2015-08-26
drm/amdgpu: wake up scheduler only when neccessary
Christian König
1
-1
/
+12
2015-08-26
drm/amdgpu: remove entity idle timeout v2
Christian König
2
-17
/
+7
2015-08-26
drm/amdgpu: fix postclose order
Christian König
1
-2
/
+2
2015-08-26
drm/amdgpu: use IB for copy buffer of eviction
Chunming Zhou
8
-79
/
+81
2015-08-26
drm/amdgpu: adjust the judgement of removing fence callback
Junwei Zhang
1
-1
/
+1
2015-08-25
drm/amdgpu: fix no sync_wait in copy_buffer
Chunming Zhou
1
-1
/
+7
2015-08-25
drm/amdgpu: fix last_vm_update fence is not effetive for sched fence
Chunming Zhou
4
-18
/
+58
2015-08-25
drm/amdgpu: add priv data to sched
Chunming Zhou
3
-3
/
+7
2015-08-25
drm/amdgpu: add owner for sched fence
Chunming Zhou
6
-8
/
+10
2015-08-25
drm/amdgpu: remove entity reference from sched fence
Christian König
4
-14
/
+8
2015-08-25
drm/amdgpu: fix and cleanup amd_sched_entity_push_job
Christian König
4
-38
/
+48
2015-08-25
drm/amdgpu: remove amdgpu_bo_list_clone
Christian König
2
-35
/
+0
2015-08-25
drm/amdgpu: remove the context from amdgpu_job
Christian König
3
-12
/
+1
2015-08-25
drm/amdgpu: remove unused parameters to amd_sched_create
Christian König
3
-27
/
+11
2015-08-25
drm/amdgpu: remove sched_lock
Christian König
2
-4
/
+0
2015-08-25
drm/amdgpu: remove prepare_job callback
Christian König
2
-9
/
+2
2015-08-25
drm/amdgpu: cleanup a scheduler function name
Christian König
1
-3
/
+3
2015-08-25
drm/amdgpu: reorder scheduler functions
Christian König
1
-28
/
+28
2015-08-25
drm/amdgpu: fix scheduler thread creation error checking
Christian König
1
-7
/
+6
2015-08-25
drm/amdgpu: fix entity wakeup race condition
Christian König
2
-23
/
+21
2015-08-25
drm/amdgpu: cleanup entity picking
Christian König
1
-6
/
+10
2015-08-25
drm/amdgpu: remove some more unused entity members v2
Christian König
2
-11
/
+3
2015-08-25
drm/amdgpu: fix user fences when scheduler is enabled
Christian König
1
-0
/
+2
2015-08-25
drm/amdgpu: fix fence wait in sync_fence, instead should be in sync_rings
Christian König
3
-3
/
+61
2015-08-25
drm/amdgpu: rework scheduler submission handling.
Christian König
2
-37
/
+11
2015-08-25
drm/amdgpu: remove v_seq handling from the scheduler v2
Christian König
9
-57
/
+21
2015-08-25
drm/amdgpu: improve sa_bo->fence by kernel fence
Chunming Zhou
8
-34
/
+58
[next]