| Age | Commit message (Expand) | Author |
| 2003-09-06 | Remove include of ifpga/irqhandler.h. | rearnsha |
| 2003-09-06 | Switch to using generic soft interrupts. | rearnsha |
| 2003-09-06 | Add bouncing support | rearnsha |
| 2003-09-06 | General cleanups of the bootstrap code | rearnsha |
| 2003-09-06 | When an Integrator board has less than 256M of SDRAM fitted, the | rearnsha |
| 2003-09-06 | Remove a verbose-boot message that kills the bootstrap (since the | rearnsha |
| 2003-09-06 | The third argument to pmap_map_chunk is the pa not the va. | rearnsha |
| 2003-07-15 | __KERNEL_RCSID() | lukem |
| 2003-06-15 | Replace the ad-hoc "section mapping table" for static device mappings | thorpej |
| 2003-06-14 | Also pass a type argument to comcnattach() and com_kgdb_attach(). | thorpej |
| 2003-05-22 | Move KERNEL_VM_SIZE into the C files where its used. | thorpej |
| 2003-05-21 | Move KERNEL_VM_BASE inside where it is used (it won't be there for long). | thorpej |
| 2003-05-17 | Decrease the verbosity level unless VERBOSE_INIT_ARM is defiend. | thorpej |
| 2003-05-05 | Remove declaration of unused local variable: kernel_ptpt. | he |
| 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-03 | Remove old pmap support for platforms which have fully switched over. | thorpej |
| 2003-05-03 | Switch Integrator, IXM1200, and SMDK2800 to ARM32_PMAP_NEW. These | thorpej |
| 2003-04-26 | Call ksyms_init() instead of ddb_init() in case of | ragge |
| 2003-04-02 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-04-01 | There are two #defines of CONSPEED in here; didn't make sense to me. | mycroft |
| 2003-01-17 | Merge the nathanw_sa branch. | thorpej |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-08-24 | Enable caching on kernel and user page tables. This saves having | thorpej |
| 2002-08-21 | Do cached memory access to L1 tables, making sure to write-back the | thorpej |
| 2002-08-17 | Use separate function pointers for dmamap_sync pre- vs post- operations. | 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-07-30 | Move the uvm_setpagesize() call to platform-dependent code in preparation | thorpej |
| 2002-07-28 | Change the way that DMA map syncs are done. Instead of remembering | thorpej |
| 2002-07-08 | Changes to allow for the fact that the kernel is now mapped at | rearnsha |
| 2002-07-08 | Map the low 4M of memory at 0xc0000000. | rearnsha |
| 2002-06-02 | move initialization of the "struct pglist" returned by uvm_pglistalloc() | drochner |
| 2002-04-12 | Remove footbridge-specific stuff that will never apply on the Integrator. | thorpej |
| 2002-04-05 | * Rewrite the 32-bit ARM pte.h based on the ARM architecture manual. | thorpej |
| 2002-04-03 | Clean up handling of the vector page on 32-bit ARM systems: | thorpej |
| 2002-03-25 | * Fix use of pmap_curmaxkvaddr. | thorpej |
| 2002-03-24 | * arm_byte_to_page() -> arm_btop() | thorpej |
| 2002-03-23 | * Rename PROCESS_PAGE_TBLS_BASE -> PTE_BASE | thorpej |
| 2002-03-03 | * Add support for running the IQ80310 kernel where KERNEL_BASE != | thorpej |
| 2002-03-03 | Implement pmap_growkernel for arm32 based ports. | chris |
| 2002-02-22 | Fix the "va" argument to pmap_map_entry() when mapping kernel_ptpt. | thorpej |
| 2002-02-22 | Change pmap_map_entry() to work like pmap_map_chunk(): take a pointer | thorpej |
| 2002-02-21 | Keep track of which kernel PTs are available during bootstrap, | thorpej |
| 2002-02-21 | Always pass the L1 table to pmap_map_chunk(). This allows pmap_map_chunk() | thorpej |
| 2002-02-21 | map_chunk() -> pmap_map_chunk(), and move it to pmap.c | thorpej |
| 2002-02-20 | map_pagetable() -> pmap_link_l2pt(), and move it to pmap.c | thorpej |
| 2002-02-20 | Collapse map_entry{,ro,nc}() into a single pmap_map_entry() that | thorpej |
| 2002-02-20 | Rename map_section() to pmap_map_section(), move it to pmap.c, and give it | thorpej |
| 2002-01-30 | Pull in <evbarm/ifpga/irqhandler.h> for now. | thorpej |