summaryrefslogtreecommitdiff
path: root/sys/arm/include/pmap.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r244414:Scott Long2013-06-171-2/+3
* MFC r248280:Konstantin Belousov2013-03-281-0/+2
* MFC r237168Alan Cox2012-09-201-0/+1
* MFC r228504, r228530.Rafal Jaworowski2012-03-041-2/+4
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-1/+2
* Remove pmap fields that are either unused or not fully implemented.Alan Cox2011-02-171-2/+0
* Whitespace tweak.John Baldwin2011-02-091-1/+1
* phys_addr is a PA not a VA so declare it as a vm_paddr_t not a vm_offset_t.Warner Losh2011-02-051-1/+1
* Remove ancient simulation code. Skyeye simulation never really workedWarner Losh2011-01-051-5/+0
* Update various places that store or manipulate CPU masks to use cpumask_tJohn Baldwin2010-08-111-1/+1
* On Alan's advice, rather than do a wholesale conversion on a singleKip Macy2010-04-301-0/+2
* Add support to the virtual memory system for configuring machine-Alan Cox2009-07-121-0/+3
* Track the kernel mapping of a physical page by a new entry in vm_pageAndrew Thompson2009-06-181-0/+2
* Define the kernel pmap in the same way on arm as on every otherAlan Cox2009-05-071-3/+2
* Support kernel crash mini dumps on ARM architecture.Rafal Jaworowski2008-11-061-0/+1
* Remove unused pv_list_count from the vm_page, and pm_count from the structOlivier Houchard2008-03-061-2/+0
* Bring in the nice work from Mark Tinguely on arm pmap.Olivier Houchard2008-01-311-15/+2
* Properly handle supersections.Olivier Houchard2007-07-271-4/+20
* Introduce pmap_kenter_supersection(), which maps 16MB super-sections intoOlivier Houchard2007-06-111-0/+1
* Switch the kernel's pmap domain from 15 to 0.Olivier Houchard2007-05-191-2/+2
* - Add bounce pages for arm, largely based on the i386 implementation.Olivier Houchard2007-01-171-1/+1
* Fix a comment.Ruslan Ermilov2006-11-131-1/+1
* Eliminate unused global variables.Alan Cox2006-11-111-3/+0
* Identify the xscale 81342.Olivier Houchard2006-11-071-1/+1
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapsOlivier Houchard2006-08-081-1/+2
* Add partial pmap locking.Alan Cox2006-06-061-1/+13
* Include machine/cpuconf.h in pmap.h in order to get ARM_NMMUS defined,Olivier Houchard2006-05-311-1/+1
* Resurrect Skyeye support :Olivier Houchard2006-05-131-0/+5
* MFp4: Don't write-back the PTEs if they are mapped write-through, this wasOlivier Houchard2006-04-091-5/+0
* Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memoryOlivier Houchard2006-03-011-0/+7
* Force pmap to write-back the pte cacheline after each pte modification,Olivier Houchard2005-11-211-0/+5
* MFi386 rev 1.536 (sort of)Olivier Houchard2005-11-061-0/+2
* dump_avail has nothing to do with ARM_USE_SMALL_ALLOC, so move itsOlivier Houchard2005-10-041-1/+1
* Provide a dump_avail[] variable, which contains the page ranges to beOlivier Houchard2005-10-031-0/+2
* Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it providesOlivier Houchard2005-06-071-0/+12
* - Try harder to report dirty page.Olivier Houchard2005-04-071-0/+2
* Instead of using sysarch() to store-retrieve the tp, add a magic address,Olivier Houchard2005-02-261-0/+1
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
* Remove an unused field from the struct pv_entry.Olivier Houchard2004-12-051-4/+3
* Import md bits for mem(4) on arm.Olivier Houchard2004-11-071-45/+6
* Implement pmap_growkernel() and pmap_extract_and_hold().Olivier Houchard2004-09-231-66/+26
* Define pmap_page_is_mapped().Olivier Houchard2004-07-211-0/+1
* Forward declare "struct pcb", so that one does not need to includeOlivier Houchard2004-07-121-0/+2
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+586