index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
common
Age
Commit message (
Expand
)
Author
2011-06-29
Multiprocessing fixes.
matt
2011-06-23
Redo how the pte_*wire* inlines work. Now pmap.c makes no assuming about
matt
2011-06-23
Make sure to include "opt_multiprocessor.h".
matt
2011-06-23
Add pmap_tlb_asid_check and use it verify asid handling.
matt
2011-06-23
Use new names for the pmap_syncicache routines
matt
2011-06-23
Separate code out from pmap_tlb.c which handles the synchronization of the
matt
2011-06-23
Add pmap_md_tlb_info_attach prototype.
matt
2011-06-23
Cleanup comments in pmap_tlb.c. Attach tlb evcnts.
matt
2011-06-23
Move some MD parts back to the booke pmap.c. Cleanup initialization a bit.
matt
2011-06-23
Switch to using the common <common/pmap/tlb/tlb.h>
matt
2011-06-21
Add #define __PMAP_PRIVATE
matt
2011-06-21
Add a common struct containing tlb ops needed by the tlb pmap.c
matt
2011-06-20
PowerPC now exports a common view of cpu.h, vmparam.h and pmap.h
matt
2011-06-20
Make the vm_page_md definition common for all users of the shared tlb pmap.
matt
2011-06-12
For debugging, use UVMHIST to create kernel histories pmaphist and
matt
2011-06-05
Remove <machine/atomic.h>; use <sys/atomic.h> instead.
matt
2011-02-17
Use _PMAP_PRIVATE to control the inclusion of <powerpc/booke/cpuvar.h>.
matt
2011-01-18
Remove forced DEBUG.
matt
2011-01-18
Add common TLB PMAP framework. Used my mpc85xx (and soon MIPS).
matt
2009-08-21
Add some common bus_dmamem routines to be shared by multiple platforms.
thorpej