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
/
drm_context.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
update drm to linux 5.7
jsg
2020-06-08
1
-0
/
+524
*
remove dri1 interfaces
jsg
2014-03-09
1
-174
/
+0
*
Add $OpenBSD$ after oga said 'go ahead and fix that'
weerd
2011-06-02
1
-0
/
+1
*
Remove the context constructor and destructor driver hooks. sisdrm's old
oga
2009-04-06
1
-21
/
+13
*
The drm_* allocation functions have been #defined to not use most of
oga
2009-03-26
1
-2
/
+2
*
Move dev->driver over to being a pointer to a const struct, instead of stupidly
oga
2008-10-07
1
-4
/
+4
*
Rework the drm locking to be at least halfway sane. The freebsd code
oga
2008-09-18
1
-8
/
+2
*
Kill the max_context member of the softc, it does nothing useful.
oga
2008-09-10
1
-3
/
+0
*
detypedef some more. No functional change.
oga
2008-09-02
1
-6
/
+6
*
Make sure we can't sleep with a spinlock held
oga
2008-08-17
1
-8
/
+12
*
Apply a light paddling with the knf stick. No binary change.
oga
2008-08-16
1
-14
/
+14
*
Kill a bunch of the drm context code that nothing uses anymore, the
oga
2008-08-13
1
-147
/
+1
*
Switch all instances of malloc/free in the DRM to drm_alloc, drm_free
oga
2008-07-29
1
-6
/
+6
*
Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use
oga
2008-06-26
1
-15
/
+16
*
Kill the rest of the ifdef maze in drm_*.c
oga
2008-06-26
1
-8
/
+0
*
destatic the static functions, they only make debugging harder.
oga
2007-12-16
1
-23
/
+33
*
Initial import of the DRM (direct rendering manager).
oga
2007-11-28
1
-0
/
+329