summaryrefslogtreecommitdiffstats
path: root/sys/arm/arm/mem.c
Commit message (Expand)AuthorAgeFilesLines
* Final whitespace trim.imp2012-06-131-3/+3
* Remove empty dev_mem_md_init() stubs.jkim2011-01-171-5/+0
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().jkim2011-01-171-0/+2
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-2/+2
* Replace all calls to minor() with dev2unit().ed2008-09-271-4/+4
* Make sure the address is valid before mapping it.cognet2007-02-131-0/+13
* Ooops we need to include <machine/vmparam.h> to get the definition ofcognet2006-08-151-2/+1
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapscognet2006-08-081-7/+2
* Make mem.c know about the pages allocated with ARM_USE_SMALL_ALLOC.cognet2005-10-031-2/+12
* Import md bits for mem(4) on arm.cognet2004-11-071-0/+153
OpenPOWER on IntegriCloud