summaryrefslogtreecommitdiffstats
path: root/sys/arm/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* Support kernel crash mini dumps on ARM architecture.raj2008-11-061-0/+1
* Remove unused pv_list_count from the vm_page, and pm_count from the structcognet2008-03-061-2/+0
* Bring in the nice work from Mark Tinguely on arm pmap.cognet2008-01-311-15/+2
* Properly handle supersections.cognet2007-07-271-4/+20
* Introduce pmap_kenter_supersection(), which maps 16MB super-sections intocognet2007-06-111-0/+1
* Switch the kernel's pmap domain from 15 to 0.cognet2007-05-191-2/+2
* - Add bounce pages for arm, largely based on the i386 implementation.cognet2007-01-171-1/+1
* Fix a comment.ru2006-11-131-1/+1
* Eliminate unused global variables.alc2006-11-111-3/+0
* Identify the xscale 81342.cognet2006-11-071-1/+1
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapscognet2006-08-081-1/+2
* Add partial pmap locking.alc2006-06-061-1/+13
* Include machine/cpuconf.h in pmap.h in order to get ARM_NMMUS defined,cognet2006-05-311-1/+1
* Resurrect Skyeye support :cognet2006-05-131-0/+5
* MFp4: Don't write-back the PTEs if they are mapped write-through, this wascognet2006-04-091-5/+0
* Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memorycognet2006-03-011-0/+7
* Force pmap to write-back the pte cacheline after each pte modification,cognet2005-11-211-0/+5
* MFi386 rev 1.536 (sort of)cognet2005-11-061-0/+2
* dump_avail has nothing to do with ARM_USE_SMALL_ALLOC, so move itscognet2005-10-041-1/+1
* Provide a dump_avail[] variable, which contains the page ranges to becognet2005-10-031-0/+2
* Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it providescognet2005-06-071-0/+12
* - Try harder to report dirty page.cognet2005-04-071-0/+2
* Instead of using sysarch() to store-retrieve the tp, add a magic address,cognet2005-02-261-0/+1
* Start all license statements with /*-imp2005-01-051-1/+1
* Remove an unused field from the struct pv_entry.cognet2004-12-051-4/+3
* Import md bits for mem(4) on arm.cognet2004-11-071-45/+6
* Implement pmap_growkernel() and pmap_extract_and_hold().cognet2004-09-231-66/+26
* Define pmap_page_is_mapped().cognet2004-07-211-0/+1
* Forward declare "struct pcb", so that one does not need to includecognet2004-07-121-0/+2
* Import FreeBSD/arm kernel bits.cognet2004-05-141-0/+586
OpenPOWER on IntegriCloud