| Commit message (Expand) | Author | Age | Files | Lines |
* | Initialize vm_max_kernel_address on non-FDT platforms. (This should have | alc | 2013-02-20 | 1 | -1/+1 |
* | Switch default cache type for ARMv6/ARMv7 from write-through to | gonzo | 2013-01-08 | 1 | -1/+1 |
* | Fix misleading comment | gonzo | 2012-12-20 | 1 | -1/+1 |
* | Properly implement pmap_[get|set]_memattr | cognet | 2012-12-19 | 1 | -2/+3 |
* | Eliminate an unused declaration. | alc | 2012-09-29 | 1 | -2/+0 |
* | Implementing pmap_kextract(va) as pmap_extract(kernel_pmap, va) is | alc | 2012-09-27 | 1 | -2/+2 |
* | Eliminate an unused macro. | alc | 2012-09-07 | 1 | -7/+0 |
* | Merging projects/armv6, part 1 | gonzo | 2012-08-15 | 1 | -11/+133 |
* | The page flag PGA_WRITEABLE is set and cleared exclusively by the pmap | alc | 2012-06-16 | 1 | -0/+1 |
* | trim trailing whitespace | imp | 2012-06-13 | 1 | -2/+2 |
* | ARM pmap fixes: | raj | 2011-12-15 | 1 | -2/+4 |
* | Commit the support for removing cpumask_t and replacing it directly with | attilio | 2011-05-05 | 1 | -1/+2 |
* | Remove pmap fields that are either unused or not fully implemented. | alc | 2011-02-17 | 1 | -2/+0 |
* | Whitespace tweak. | jhb | 2011-02-09 | 1 | -1/+1 |
* | phys_addr is a PA not a VA so declare it as a vm_paddr_t not a vm_offset_t. | imp | 2011-02-05 | 1 | -1/+1 |
* | Remove ancient simulation code. Skyeye simulation never really worked | imp | 2011-01-05 | 1 | -5/+0 |
* | Update various places that store or manipulate CPU masks to use cpumask_t | jhb | 2010-08-11 | 1 | -1/+1 |
* | On Alan's advice, rather than do a wholesale conversion on a single | kmacy | 2010-04-30 | 1 | -0/+2 |
* | Add support to the virtual memory system for configuring machine- | alc | 2009-07-12 | 1 | -0/+3 |
* | Track the kernel mapping of a physical page by a new entry in vm_page | thompsa | 2009-06-18 | 1 | -0/+2 |
* | Define the kernel pmap in the same way on arm as on every other | alc | 2009-05-07 | 1 | -3/+2 |
* | Support kernel crash mini dumps on ARM architecture. | raj | 2008-11-06 | 1 | -0/+1 |
* | Remove unused pv_list_count from the vm_page, and pm_count from the struct | cognet | 2008-03-06 | 1 | -2/+0 |
* | Bring in the nice work from Mark Tinguely on arm pmap. | cognet | 2008-01-31 | 1 | -15/+2 |
* | Properly handle supersections. | cognet | 2007-07-27 | 1 | -4/+20 |
* | Introduce pmap_kenter_supersection(), which maps 16MB super-sections into | cognet | 2007-06-11 | 1 | -0/+1 |
* | Switch the kernel's pmap domain from 15 to 0. | cognet | 2007-05-19 | 1 | -2/+2 |
* | - Add bounce pages for arm, largely based on the i386 implementation. | cognet | 2007-01-17 | 1 | -1/+1 |
* | Fix a comment. | ru | 2006-11-13 | 1 | -1/+1 |
* | Eliminate unused global variables. | alc | 2006-11-11 | 1 | -3/+0 |
* | Identify the xscale 81342. | cognet | 2006-11-07 | 1 | -1/+1 |
* | Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps | cognet | 2006-08-08 | 1 | -1/+2 |
* | Add partial pmap locking. | alc | 2006-06-06 | 1 | -1/+13 |
* | Include machine/cpuconf.h in pmap.h in order to get ARM_NMMUS defined, | cognet | 2006-05-31 | 1 | -1/+1 |
* | Resurrect Skyeye support : | cognet | 2006-05-13 | 1 | -0/+5 |
* | MFp4: Don't write-back the PTEs if they are mapped write-through, this was | cognet | 2006-04-09 | 1 | -5/+0 |
* | Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memory | cognet | 2006-03-01 | 1 | -0/+7 |
* | Force pmap to write-back the pte cacheline after each pte modification, | cognet | 2005-11-21 | 1 | -0/+5 |
* | MFi386 rev 1.536 (sort of) | cognet | 2005-11-06 | 1 | -0/+2 |
* | dump_avail has nothing to do with ARM_USE_SMALL_ALLOC, so move its | cognet | 2005-10-04 | 1 | -1/+1 |
* | Provide a dump_avail[] variable, which contains the page ranges to be | cognet | 2005-10-03 | 1 | -0/+2 |
* | Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it provides | cognet | 2005-06-07 | 1 | -0/+12 |
* | - Try harder to report dirty page. | cognet | 2005-04-07 | 1 | -0/+2 |
* | Instead of using sysarch() to store-retrieve the tp, add a magic address, | cognet | 2005-02-26 | 1 | -0/+1 |
* | Start all license statements with /*- | imp | 2005-01-05 | 1 | -1/+1 |
* | Remove an unused field from the struct pv_entry. | cognet | 2004-12-05 | 1 | -4/+3 |
* | Import md bits for mem(4) on arm. | cognet | 2004-11-07 | 1 | -45/+6 |
* | Implement pmap_growkernel() and pmap_extract_and_hold(). | cognet | 2004-09-23 | 1 | -66/+26 |
* | Define pmap_page_is_mapped(). | cognet | 2004-07-21 | 1 | -0/+1 |
* | Forward declare "struct pcb", so that one does not need to include | cognet | 2004-07-12 | 1 | -0/+2 |