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_memory.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add $OpenBSD$ after oga said 'go ahead and fix that'
weerd
2011-06-02
1
-0
/
+1
*
use BUS_SPACE_MAP_PREFETCHABLE on maps that should be WC (soon this will
oga
2010-04-29
1
-1
/
+2
*
Remove the three inline functions from drmP.h.
oga
2009-04-04
1
-13
/
+15
*
detypedef drm_local_map.
oga
2009-04-03
1
-2
/
+2
*
remove the drm_read and drm_write functions. instead just do the
oga
2009-03-31
1
-83
/
+0
*
Remove a bunch of compat macros, just expand them to the openbsd
oga
2009-03-27
1
-1
/
+1
*
The drm_* allocation functions have been #defined to not use most of
oga
2009-03-26
1
-5
/
+5
*
change drm_attach_mi to drm_attach_pci. we take the pci_attach_args, and
oga
2008-11-24
1
-1
/
+1
*
#define away unused arguments for the drm_alloc functions. to save some
oga
2008-11-23
1
-14
/
+4
*
Make all drm drivers map their mmio register space on attach instead of
oga
2008-11-22
1
-28
/
+4
*
fix null dereference.
chl
2008-09-01
1
-1
/
+4
*
Don't memcpy too far whem drm_realloc() is called with a smaller size.
oga
2008-08-29
1
-1
/
+1
*
Apply a light paddling with the knf stick. No binary change.
oga
2008-08-16
1
-1
/
+1
*
Check for zero in drm_calloc() to prevent divide-by-zero. Also rearrange
oga
2008-08-13
1
-1
/
+1
*
Switch all instances of malloc/free in the DRM to drm_alloc, drm_free
oga
2008-07-29
1
-1
/
+2
*
Check for multiplication overflow in drm_calloc(). ok oga@
miod
2008-07-29
1
-2
/
+4
*
the DRM_{READ,WRITE}$NUMBER() macros currently use
oga
2008-07-10
1
-0
/
+83
*
Kill the silly ``drm_device_t'' and ``drm_file_t'' typedefs. just use
oga
2008-06-26
1
-1
/
+1
*
Kill the rest of the ifdef maze in drm_*.c
oga
2008-06-26
1
-55
/
+0
*
currently agp_i810 needs to map the same BAR as inteldrm, this obviously
oga
2008-05-06
1
-7
/
+45
*
destatic the static functions, they only make debugging harder.
oga
2007-12-16
1
-16
/
+16
*
Initial import of the DRM (direct rendering manager).
oga
2007-11-28
1
-0
/
+193