| Age | Commit message (Expand) | Author |
| 2014-03-01 | Add db_show_tlb_cmd prototype | matt |
| 2014-02-26 | Revert previous - will fix userland with new sysctls for VM_MIN_ADDRESS/ | martin |
| 2014-02-26 | Include param.h here - userland expects VM_* defines to work with just | martin |
| 2014-02-26 | Remove KERNEL_LOCK/KERNEL_UNLOCK | matt |
| 2014-02-26 | Use PAGE_SIZE instead of 1000 | matt |
| 2014-02-26 | Add XN bit L2 large pages. | matt |
| 2014-02-26 | Remove duplicate PMAP_PTE | matt |
| 2014-02-26 | Replace 1000 with PAGE_SIZE | matt |
| 2014-02-26 | Add PMAP_PTE flag. (map page so it can be used as a PDE or PTE page) | matt |
| 2014-02-22 | Add L1_TABLE_SIZE_REAL | matt |
| 2014-02-21 | Remove unnecessary include of sys/simplelock.h | skrll |
| 2014-02-04 | _setsoftintr is long dead. reap any leftovers from arm. | matt |
| 2013-12-20 | When restoring SPRSR, use spsr_fsxc not spsr_all so bits[23-8] are restored. | matt |
| 2013-12-02 | Don't use cpsr_all/spsr_all with mrs, it doesn't take a mask. | joerg |
| 2013-08-18 | Use blx ip if _ARM_ARCH_5 | matt |
| 2013-08-18 | struct pcb; for a function prototype. | matt |
| 2013-07-03 | Add l2pte_set and l2pte_reset inlines to set/reset a pte. These will be | matt |
| 2013-06-12 | Add a ARM_HAS_VBAR option which forces the use of the VBAR register. This | matt |
| 2013-05-29 | Explicitely cast to unsigned. Avoid bugs caused by misintepreting the result as | rkujawa |
| 2013-05-07 | Move #define __HAVE_OLD_DISKLABEL to <arm/types.h> | matt |
| 2013-05-07 | Make all ports use a common disklabel.h with MAXPARTITIONS set to 16. | matt |
| 2013-03-20 | Bump MSGBUFSIZE on arm ports to 16KB. | skrll |
| 2013-02-27 | Define PAGESHIFT using PGSHIFT | matt |
| 2013-02-25 | Bump max text/data/stack sizes to more reasonable values. | matt |
| 2013-01-05 | remove show panic cmd | christos |
| 2012-12-12 | Protect more definitions with #ifndef _LOCORE | matt |
| 2012-12-12 | Enable direct-mapped poolpages if __HAVE_MM_MD_DIRECT_MAPPED_PHYS is defined. | matt |
| 2012-12-10 | Add b{zero,copy}_page{,_vfp} and physical_end | matt |
| 2012-12-10 | Add pmap_{copy,zero}_page_vfp | matt |
| 2012-12-07 | FPCONTEXTSIZE is dead. | matt |
| 2012-11-12 | C99 types | skrll |
| 2012-10-21 | Change to use symbolic constants from assym.h and fix a typo in a comment. | matt |
| 2012-10-21 | Implement a "fast" path for IRQ handling out of the idle loop. Since we | matt |
| 2012-10-20 | Increase l2pts to accomodate large memory disks. | matt |
| 2012-10-17 | Add PMAP_MAP_POOLPAGE / PMAP_UNMAP_POOLPAGE if PMAP_NEED_ALLOC_POOLPAGE is | matt |
| 2012-10-17 | Add a PMAP_NEEDS_ALLOC_POOLPAGE / PMAP_ALLOC_POOLPAGE hook so systems can | matt |
| 2012-09-22 | Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb instead | matt |
| 2012-09-21 | Add a 'mach fault' command to print DFAR/DFSR/IFAR/IFSR/TTBR | matt |
| 2012-09-11 | Fix the CACHE_MASKs for armv6 to include TEX and S bits. | matt |
| 2012-09-07 | Switch cortex_a9 back to need_ptesync = 1 | matt |
| 2012-09-06 | Alas, Cortex-A8 can't TLB walk out of their caches so they need to sync each ... | matt |
| 2012-09-06 | Enable "shareable" access to the page table for armv7. PTE_SYNC only does | matt |
| 2012-09-02 | Make bus_dma understand supersections. | matt |
| 2012-09-01 | Backout previous, Matt fixed it differently | martin |
| 2012-09-01 | Move struct pv_addr next to struct bootmem_info into machdep.h and have | martin |
| 2012-08-31 | Make cpu_reset, most of initarm and the kvm init code common. | matt |
| 2012-08-30 | Add a l1pte_supersection_p macro. | matt |
| 2012-08-29 | Don't use locations in .data to store exception temporaries, use decidicated | matt |
| 2012-08-29 | Since the PMC cycle counter is started in cpufunc no reason to do so here. | matt |
| 2012-08-29 | Use ARMV6+ cpsi{d,f} instructions whenever possible. Use r7 to hold previous | matt |