index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
radeon
/
radeon_ttm.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
change drm_vma function arguments to take struct drm_file *
jsg
2020-10-21
1
-1
/
+2
*
update drm to linux 5.7
jsg
2020-06-08
1
-140
/
+59
*
remove duplicate page table
jsg
2019-05-31
1
-18
/
+0
*
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
jsg
2019-04-14
1
-143
/
+94
*
Use efifb_stolen() to prevent radeondrm from using aperture memory
jsg
2019-01-10
1
-1
/
+16
*
update ttm and radeondrm(4) to Linux 4.4.129
jsg
2018-04-25
1
-106
/
+498
*
oops, snapshot tests not ready yet
deraadt
2018-04-20
1
-498
/
+106
*
sync
deraadt
2018-04-20
1
-106
/
+498
*
Remove an error-on-NULL condition after a mallocarray() call that cannot
mmcc
2015-12-18
1
-6
/
+1
*
add back some more static use to reduce the diff to linux
jsg
2015-04-06
1
-81
/
+28
*
Switch most printf style functions calls back to linux function names
jsg
2015-02-11
1
-5
/
+1
*
switch most mtx_* calls back to linux spinlocks
jsg
2015-02-10
1
-3
/
+3
*
switch most rwlock calls back to their linux equivalents
jsg
2015-02-10
1
-3
/
+3
*
More malloc() -> mallocarray() in the kernel.
doug
2014-12-09
1
-3
/
+3
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-5
/
+5
*
drm/radeon: TTM must be init with cpu-visible VRAM, v2
jsg
2014-04-12
1
-1
/
+4
*
Another round of reducing diffs with the Linux codebase.
kettenis
2014-03-24
1
-3
/
+1
*
use linux style memory allocations in radeon
jsg
2014-02-09
1
-4
/
+4
*
drm/radeon: Fix VRAM size calculation for VRAM >= 4GB
jsg
2014-01-24
1
-2
/
+2
*
Add a port of the TTM and Radeon DRM code from Linux 3.8.13.
jsg
2013-08-12
1
-0
/
+994