| Age | Commit message (Expand) | Author |
| 2003-12-15 | The last cpsr_all change was misguided. Just use cpsr_c wherever possible. | scw |
| 2003-12-01 | - For consistency, use cpsr_all instead of cpsr. | scw |
| 2003-11-14 | Slight re-org of the alignment/ast exit macro to better mimic the | scw |
| 2003-10-30 | Move the alignment fault enable/disable code into macroes to avoid | scw |
| 2003-10-23 | Don't drop to spl0 in cpu_switch/cpu_switchto. Do it in the idle loop | scw |
| 2003-10-13 | On Xscale, define PMAP_UAREA() and use it to tweak uarea mappings so | scw |
| 2003-09-06 | Add support for ARM10 class processors. | rearnsha |
| 2003-06-18 | protect with #ifndef _LOCORE so that assembler codes can share | bsh |
| 2003-06-16 | Rename IPL_IMP -> IPL_VM. | thorpej |
| 2003-06-15 | Add another devmap routine that allows bootstrap code to register | thorpej |
| 2003-06-15 | Replace the ad-hoc "section mapping table" for static device mappings | thorpej |
| 2003-05-22 | Use virtual_avail and virtual_end to compute the size of the available | thorpej |
| 2003-05-21 | Remove #ifdefs supporting the old pmap, switching fully to the new. | thorpej |
| 2003-05-04 | VM_{MIN,MAX}* are now the same for ARM32_PMAP_NEW with both new and | thorpej |
| 2003-05-03 | Don't expose KERNEL_TEXT_BASE outside of board-specific code. This gives | thorpej |
| 2003-05-03 | Reduce differences between ARM32_NEW_VM_LAYOUT and not; always pass | thorpej |
| 2003-05-02 | Don't need to reserve a page of space before KERNEL_BASE in the | thorpej |
| 2003-05-02 | Eliminate PTE_BASE and the PT-PT completely in the ARM32_PMAP_NEW case. | thorpej |
| 2003-04-28 | Fix the bug reported by Richard Earnshaw in port-arm32/21349. | scw |
| 2003-04-22 | Some ARM32_PMAP_NEW-related cleanup: | thorpej |
| 2003-04-18 | Gah, fix *another* typo. | thorpej |
| 2003-04-18 | Oops, fix typo. | thorpej |
| 2003-04-18 | Define two new macros to test if a mapping is mappable with an L1 Section | thorpej |
| 2003-04-18 | Add the generic arm32 bits of the new pmap, contributed by Wasabi Systems. | scw |
| 2003-04-09 | Add the ability for pool caches to cache the physical address of | thorpej |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-03-23 | Garbage collect pmap_map, the last (and only?) use has been removed. | chris |
| 2002-12-10 | Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out | thorpej |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-12 | Fix PTE_FLUSH_RANGE macro, it should have had a cnt parameter. | chris |
| 2002-10-19 | Undo recent cpu_switch register usage changes in order to decrease nathanw_sa | bjh21 |
| 2002-10-18 | In cpu_switch(), stack more registers at the start of the function, | bjh21 |
| 2002-10-15 | Switch to using the MI C versions of setrunqueue() and remrunqueue(). | bjh21 |
| 2002-10-07 | Add support for restartable atomic sequences on 26-bit ARM. Compile | thorpej |
| 2002-09-22 | it really helps to get the stub right before cutting + pasting it 27 times. | chs |
| 2002-09-22 | add pmap_remove_all() hook (empty on most platforms so far). | chs |
| 2002-09-22 | Only need to define __HAVE_MD_RUNQUEUE once here... | simonb |
| 2002-09-22 | Add __HAVE_MD_RUNQUEUE flag for MD code to override MI run queue primitives. | gmcgarry |
| 2002-08-31 | Add machine-dependent bits of RAS for arm32. | thorpej |
| 2002-08-24 | Define macros describing the 4M super-sections that our pmap | thorpej |
| 2002-08-24 | Enable caching on kernel and user page tables. This saves having | thorpej |
| 2002-08-22 | * Add PTE_SYNC() and PTE_SYNC_RANGE() macros. These don't actually do | thorpej |
| 2002-08-14 | Use cpsr_c rather then cpsr_all where appropriate. | thorpej |
| 2002-08-09 | Add a PVF_EXEC -- we don't use it yet, though. | thorpej |
| 2002-08-09 | Add some code, conditional on PMAP_ALIAS_DEBUG, that can be used to | thorpej |
| 2002-07-31 | Overhaul how DMA ranges work in the ARM bus_dma implementation. | thorpej |
| 2002-07-31 | Move the calls to uvm_page_physload() out of pmap_bootstrap() and | thorpej |
| 2002-04-12 | Default all XScale core processors to the read/write-allocate write-back | thorpej |
| 2002-04-12 | Centralize ARM CPU configuration information by adding a new header | thorpej |
| 2002-04-10 | Add separate pmap_{zero,copy}_page() functions for generic ARM | thorpej |