index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
ttm
Age
Commit message (
Expand
)
Author
2013-08-12
use uvm_km_valloc instead of uvm_km_alloc to implements vmap; clean things up
Mark Kettenis
2013-08-12
we have no use for the code from ttm/ttm_page_alloc_dma.c on OpenBSD
Mark Kettenis
2013-08-12
reduce dmesg spam
Jonathan Gray
2013-08-12
make a ttm printf debug
Jonathan Gray
2013-08-12
init gfp_flags to zero
Jonathan Gray
2013-08-12
fall back to uncached mappings if write-combined mappings aren't available
Mark Kettenis
2013-08-12
unstub ttm_copy_io_ttm_page and ttm_copy_ttm_io_page
Mark Kettenis
2013-08-12
fix calculation of the amount of physical memory
Mark Kettenis
2013-08-12
only allocate dma-reachable memory for now
Mark Kettenis
2013-08-12
use bus_space_mmap to map bus addresses into physical addresses
Mark Kettenis
2013-08-12
when removing a range of pages from a pool, remove all of them
Mark Kettenis
2013-08-12
agp_flush_cache() before flushing the tlb, suggested by kettenis
Jonathan Gray
2013-08-12
simplify the ttm agp backend and make it actually work
Mark Kettenis
2013-08-12
unstub the agp parts of set_pages_array_{wb,wc} on i386/amd64
Jonathan Gray
2013-08-12
actually unmap buffers; fixes pixmap corruption issues
Mark Kettenis
2013-08-12
don't uvm_pageunwire a page right before calling uvm_pagefree on it
Mark Kettenis
2013-08-12
don't queue the shrinker task if it is already queued
Mark Kettenis
2013-08-12
unstub ttm_tt_swapin and ttm_tt_swapout
Mark Kettenis
2013-08-12
make the ttm agp backend slightly less horrible
Jonathan Gray
2013-08-12
use IPL_TTY for locks which originally involved spin_lock_irq
Jonathan Gray
2013-08-12
enable the rest of ttm_bo_global_kobj_release
Jonathan Gray
2013-08-12
unstub ttm_bo_wait_unreserved
Jonathan Gray
2013-08-12
cleanup kmap/kunmap/vmap/vunmap a bit
Mark Kettenis
2013-08-12
add proper pmap flags to indicate cachability
Mark Kettenis
2013-08-12
fix vmap(). problem pointed out by kettenis
Jonathan Gray
2013-08-12
remove a noisy debug printf
Jonathan Gray
2013-08-12
inc the bo refcount in ttm_bo_mmap
Jonathan Gray
2013-08-12
hook up ttm to uvm
Mark Kettenis
2013-08-12
enable the ttm bo delayed task
Jonathan Gray
2013-08-12
unstub some of ttm_page_alloc.c, based on FreeBSD
Jonathan Gray
2013-08-12
enable more agp support code
Jonathan Gray
2013-08-12
add some kunmap and vunmap like functions
Jonathan Gray
2013-08-12
make ttm_bo_ioremap a bit closer to the original code
Jonathan Gray
2013-08-12
handle more of ttm_bo_kunmap
Jonathan Gray
2013-08-12
move the bus tags into struct ttm_bo_device
Jonathan Gray
2013-08-12
unstub ttm_object.c
Jonathan Gray
2013-08-12
unstub ttm_agp_bind and ttm_agp_unbind
Jonathan Gray
2013-08-12
unstub ttm_check_swapping and hook up ttm_shrink_work
Jonathan Gray
2013-08-12
unstub ttm_bo_vm_insert_rb, from FreeBSD
Jonathan Gray
2013-08-12
unstub ttm_bo_setup_vm
Jonathan Gray
2013-08-12
use uvm_pagealloc not km_alloc for allocating a page
Jonathan Gray
2013-08-12
unstub ttm_put_pages
Jonathan Gray
2013-08-12
destatic ttm_tt.c
Jonathan Gray
2013-08-12
destatic ttm_memory.c
Jonathan Gray
2013-08-12
destatic ttm_bo.c
Jonathan Gray
2013-08-12
more refcount bits
Jonathan Gray
2013-08-12
convert refcounts
Jonathan Gray
2013-08-12
tweak the km_alloc flags in ttm_get_pages
Jonathan Gray
2013-08-12
unstub ttm_tt_destroy
Jonathan Gray
2013-08-12
unstub ttm_bo_kunmap
Jonathan Gray
[next]