| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r244414: | Scott Long | 2013-06-17 | 1 | -2/+3 |
| * | MFC r248280: | Konstantin Belousov | 2013-03-28 | 1 | -0/+2 |
| * | MFC r237168 | Alan Cox | 2012-09-20 | 1 | -0/+1 |
| * | MFC r228504, r228530. | Rafal Jaworowski | 2012-03-04 | 1 | -2/+4 |
| * | Commit the support for removing cpumask_t and replacing it directly with | Attilio Rao | 2011-05-05 | 1 | -1/+2 |
| * | Remove pmap fields that are either unused or not fully implemented. | Alan Cox | 2011-02-17 | 1 | -2/+0 |
| * | Whitespace tweak. | John Baldwin | 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. | Warner Losh | 2011-02-05 | 1 | -1/+1 |
| * | Remove ancient simulation code. Skyeye simulation never really worked | Warner Losh | 2011-01-05 | 1 | -5/+0 |
| * | Update various places that store or manipulate CPU masks to use cpumask_t | John Baldwin | 2010-08-11 | 1 | -1/+1 |
| * | On Alan's advice, rather than do a wholesale conversion on a single | Kip Macy | 2010-04-30 | 1 | -0/+2 |
| * | Add support to the virtual memory system for configuring machine- | Alan Cox | 2009-07-12 | 1 | -0/+3 |
| * | Track the kernel mapping of a physical page by a new entry in vm_page | Andrew Thompson | 2009-06-18 | 1 | -0/+2 |
| * | Define the kernel pmap in the same way on arm as on every other | Alan Cox | 2009-05-07 | 1 | -3/+2 |
| * | Support kernel crash mini dumps on ARM architecture. | Rafal Jaworowski | 2008-11-06 | 1 | -0/+1 |
| * | Remove unused pv_list_count from the vm_page, and pm_count from the struct | Olivier Houchard | 2008-03-06 | 1 | -2/+0 |
| * | Bring in the nice work from Mark Tinguely on arm pmap. | Olivier Houchard | 2008-01-31 | 1 | -15/+2 |
| * | Properly handle supersections. | Olivier Houchard | 2007-07-27 | 1 | -4/+20 |
| * | Introduce pmap_kenter_supersection(), which maps 16MB super-sections into | Olivier Houchard | 2007-06-11 | 1 | -0/+1 |
| * | Switch the kernel's pmap domain from 15 to 0. | Olivier Houchard | 2007-05-19 | 1 | -2/+2 |
| * | - Add bounce pages for arm, largely based on the i386 implementation. | Olivier Houchard | 2007-01-17 | 1 | -1/+1 |
| * | Fix a comment. | Ruslan Ermilov | 2006-11-13 | 1 | -1/+1 |
| * | Eliminate unused global variables. | Alan Cox | 2006-11-11 | 1 | -3/+0 |
| * | Identify the xscale 81342. | Olivier Houchard | 2006-11-07 | 1 | -1/+1 |
| * | Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it maps | Olivier Houchard | 2006-08-08 | 1 | -1/+2 |
| * | Add partial pmap locking. | Alan Cox | 2006-06-06 | 1 | -1/+13 |
| * | Include machine/cpuconf.h in pmap.h in order to get ARM_NMMUS defined, | Olivier Houchard | 2006-05-31 | 1 | -1/+1 |
| * | Resurrect Skyeye support : | Olivier Houchard | 2006-05-13 | 1 | -0/+5 |
| * | MFp4: Don't write-back the PTEs if they are mapped write-through, this was | Olivier Houchard | 2006-04-09 | 1 | -5/+0 |
| * | Try to honor BUS_DMA_COHERENT : if the flag is set, normally allocate memory | Olivier Houchard | 2006-03-01 | 1 | -0/+7 |
| * | Force pmap to write-back the pte cacheline after each pte modification, | Olivier Houchard | 2005-11-21 | 1 | -0/+5 |
| * | MFi386 rev 1.536 (sort of) | Olivier Houchard | 2005-11-06 | 1 | -0/+2 |
| * | dump_avail has nothing to do with ARM_USE_SMALL_ALLOC, so move its | Olivier Houchard | 2005-10-04 | 1 | -1/+1 |
| * | Provide a dump_avail[] variable, which contains the page ranges to be | Olivier Houchard | 2005-10-03 | 1 | -0/+2 |
| * | Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it provides | Olivier Houchard | 2005-06-07 | 1 | -0/+12 |
| * | - Try harder to report dirty page. | Olivier Houchard | 2005-04-07 | 1 | -0/+2 |
| * | Instead of using sysarch() to store-retrieve the tp, add a magic address, | Olivier Houchard | 2005-02-26 | 1 | -0/+1 |
| * | Start all license statements with /*- | Warner Losh | 2005-01-05 | 1 | -1/+1 |
| * | Remove an unused field from the struct pv_entry. | Olivier Houchard | 2004-12-05 | 1 | -4/+3 |
| * | Import md bits for mem(4) on arm. | Olivier Houchard | 2004-11-07 | 1 | -45/+6 |
| * | Implement pmap_growkernel() and pmap_extract_and_hold(). | Olivier Houchard | 2004-09-23 | 1 | -66/+26 |
| * | Define pmap_page_is_mapped(). | Olivier Houchard | 2004-07-21 | 1 | -0/+1 |
| * | Forward declare "struct pcb", so that one does not need to include | Olivier Houchard | 2004-07-12 | 1 | -0/+2 |
| * | Import FreeBSD/arm kernel bits. | Olivier Houchard | 2004-05-14 | 1 | -0/+586 |