summaryrefslogtreecommitdiff
path: root/sys/common
AgeCommit message (Expand)Author
2011-06-29Multiprocessing fixes.matt
2011-06-23Redo how the pte_*wire* inlines work. Now pmap.c makes no assuming aboutmatt
2011-06-23Make sure to include "opt_multiprocessor.h".matt
2011-06-23Add pmap_tlb_asid_check and use it verify asid handling.matt
2011-06-23Use new names for the pmap_syncicache routinesmatt
2011-06-23Separate code out from pmap_tlb.c which handles the synchronization of thematt
2011-06-23Add pmap_md_tlb_info_attach prototype.matt
2011-06-23Cleanup comments in pmap_tlb.c. Attach tlb evcnts.matt
2011-06-23Move some MD parts back to the booke pmap.c. Cleanup initialization a bit.matt
2011-06-23Switch to using the common <common/pmap/tlb/tlb.h>matt
2011-06-21Add #define __PMAP_PRIVATEmatt
2011-06-21Add a common struct containing tlb ops needed by the tlb pmap.cmatt
2011-06-20PowerPC now exports a common view of cpu.h, vmparam.h and pmap.hmatt
2011-06-20Make the vm_page_md definition common for all users of the shared tlb pmap.matt
2011-06-12For debugging, use UVMHIST to create kernel histories pmaphist andmatt
2011-06-05Remove <machine/atomic.h>; use <sys/atomic.h> instead.matt
2011-02-17Use _PMAP_PRIVATE to control the inclusion of <powerpc/booke/cpuvar.h>.matt
2011-01-18Remove forced DEBUG.matt
2011-01-18Add common TLB PMAP framework. Used my mpc85xx (and soon MIPS).matt
2009-08-21Add some common bus_dmamem routines to be shared by multiple platforms.thorpej