index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
drm
/
drm_vm.c
Age
Commit message (
Expand
)
Author
2009-06-21
remove the old drm sources.
mrg
2009-03-29
drm_addmap():
mrg
2009-03-07
move a DRM_SPINUNLOCK() to where it will actually be executed.
mrg
2008-06-29
Revert previous, i915drm works again.
jmcneill
2008-06-21
Revert to using atop(offset + map->offset) for map types _DRM_AGP,
bjs
2008-06-20
make an i386 ALL kernel build again
cegger
2008-06-20
- Don't use btop, as only three (?) platforms define this macro; use
bjs
2008-06-20
- Use the extent manager to track mappings and provide sane offset
bjs
2008-05-04
Ugh, unbreak _DRM_SHM on amd64 again.
jmcneill
2008-05-04
Fix compilation on i386.
jmcneill
2008-05-04
For _DRM_SHM allocations, do not use the VA as drm_map handle on x86_64
jmcneill
2008-05-04
Returning EINVAL from drm_mmap isn't a smart thing to do.
jmcneill
2007-12-11
use __KERNEL_RCSID()
lukem
2007-11-21
Remove #ifdef __OpSys__ sections to make this readable. Add RCS tags.
bjs
2007-03-28
Introduce options DRM_NO_AGP and DRM_NO_MTRR, so I can run this on
jmcneill
2007-03-21
revert previous - it doesn't work on i386 at least
drochner
2007-03-21
we return addresses, not page numbers in *mmap() methods
macallan
2007-03-20
Import DRM drivers, brought into shape by Yorick Hardy, posted to tech-x11.
drochner