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
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-30
drm/amdgpu: use common fences for VMID management v2
Christian König
4
-18
/
+21
2015-10-30
drm/amdgpu: move ring_from_fence to common code
Christian König
3
-21
/
+27
2015-10-30
drm/amdgpu: switch to common fence_wait_any_timeout v2
Christian König
3
-109
/
+13
2015-10-30
drm/amdgpu: remove unneeded fence functions
Christian König
1
-12
/
+1
2015-10-30
dma-buf/fence: add fence_is_later()
Christian König
1
-3
/
+19
2015-10-30
dma-buf/fence: add fence_wait_any_timeout function v2
Christian König
2
-1
/
+100
2015-10-28
drm/amdgpu: ignore scheduler fences from the same entity
Christian König
1
-0
/
+6
2015-10-28
drm/amdgpu: add GFX 8.1 register headers
Alex Deucher
3
-0
/
+30967
2015-10-28
drm/amdgpu: add some additional CZ revisions
Alex Deucher
1
-0
/
+7
2015-10-26
drm/radeon/dce4+: optimize pageflip (v2)
Alex Deucher
1
-28
/
+4
2015-10-23
drm/amdgpu/dce11: optimize pageflip
Alex Deucher
1
-29
/
+5
2015-10-23
drm/amdgpu/dce10: optimize pageflip
Alex Deucher
1
-30
/
+6
2015-10-23
drm/amdgpu/dce8: optimize pageflip
Alex Deucher
1
-31
/
+7
2015-10-21
drm/amdgpu: change VM size default to 64GB
Christian König
1
-2
/
+2
2015-10-21
drm/amdgpu: add Stoney pci ids
Samuel Li
1
-0
/
+2
2015-10-21
drm/amdgpu: update the core VI support for Stoney
Samuel Li
3
-7
/
+34
2015-10-21
drm/amdgpu: add VCE support for Stoney (v2)
Samuel Li
2
-2
/
+8
2015-10-21
drm/amdgpu: add UVD support for Stoney
Samuel Li
1
-0
/
+5
2015-10-21
drm/amdgpu: add GFX support for Stoney (v2)
Samuel Li
1
-18
/
+382
2015-10-21
drm/amdgpu: add SDMA support for Stoney (v2)
Samuel Li
1
-0
/
+28
2015-10-21
drm/amdgpu: add DCE support for Stoney
Samuel Li
1
-1
/
+18
2015-10-21
drm/amdgpu: Update SMC/DPM for Stoney
Samuel Li
2
-16
/
+65
2015-10-21
drm/amdgpu: add GMC support for Stoney
Samuel Li
1
-0
/
+12
2015-10-21
drm/amdgpu: add Stoney chip family
Samuel Li
2
-0
/
+2
2015-10-21
drm/amdgpu: fix the broken vm->mutex V2
Chunming Zhou
3
-46
/
+19
2015-10-21
drm/amdgpu: remove the unnecessary parameter adev for amdgpu_fence_wait_any()
Junwei Zhang
3
-10
/
+4
2015-10-21
drm/amdgpu: remove the exclusive lock
Christian König
6
-42
/
+8
2015-10-21
drm/amdgpu: remove old lockup detection infrastructure
Christian König
15
-169
/
+1
2015-10-21
drm: fix trivial typos
Geliang Tang
4
-4
/
+4
2015-10-19
drm/amdgpu/dce: simplify suspend/resume
Alex Deucher
3
-33
/
+14
2015-10-19
drm/amdgpu/gfx8: set TC_WB_ACTION_EN in RELEASE_MEM packet
Alex Deucher
1
-0
/
+1
2015-10-15
drm/radeon: Use rdev->gem.mutex to protect hyperz/cmask owners
Daniel Vetter
1
-2
/
+8
2015-10-14
drm/amdgpu: fix lockup when clean pending fences
Junwei Zhang
1
-3
/
+3
2015-10-14
drm/amdgpu: add timer to fence to detect scheduler lockup
Junwei Zhang
3
-3
/
+61
2015-10-14
drm/amdgpu: add VM CS mapping trace point
Christian König
2
-1
/
+19
2015-10-14
drm/amdgpu: add option to clear VM page tables after every submit
Christian König
3
-1
/
+21
2015-10-14
drm/amdgpu: add option to stop on VM fault
Christian König
4
-6
/
+80
2015-10-14
drm/amdgpu: only print meaningful VM faults
Christian König
2
-4
/
+12
2015-10-14
drm/amdgpu: also trace already allocated VMIDs
Christian König
1
-1
/
+3
2015-10-14
drm/amdgpu: Drop unnecessary #include <linux/vga_switcheroo.h>
Lukas Wunner
2
-2
/
+0
2015-10-14
drm/radeon: Drop unnecessary #include <linux/vga_switcheroo.h>
Lukas Wunner
3
-3
/
+0
2015-10-14
drm/amdgpu: clean up pageflip interrupt handling
Alex Deucher
3
-159
/
+51
2015-10-14
drm/amdgpu: rework sdma structures
Alex Deucher
9
-258
/
+245
2015-10-14
drm/amdgpu: unpin cursor BOs on suspend and pin them again on resume
Alex Deucher
1
-1
/
+30
2015-10-14
drm/amdgpu/dce8: Fold set_cursor() into show_cursor()
Alex Deucher
1
-13
/
+5
2015-10-14
drm/amdgpu/dce8: Clean up reference counting and pinning of the cursor BOs
Alex Deucher
1
-37
/
+24
2015-10-14
drm/amdgpu/dce8: Move hotspot handling out of set_cursor
Alex Deucher
1
-19
/
+17
2015-10-14
drm/amdgpu/dce8: Re-show the cursor after a modeset (v2)
Alex Deucher
1
-24
/
+57
2015-10-14
drm/amdgpu/dce8: Use cursor_set2 hook for enabling / disabling the HW cursor
Alex Deucher
1
-23
/
+51
2015-10-14
drm/amdgpu/dce11: Fold set_cursor() into show_cursor()
Alex Deucher
1
-13
/
+5
[next]