summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powerpc/pmap_dispatch.c
Commit message (Expand)AuthorAgeFilesLines
* Implement pmap_change_attr() for PowerPC (Book-E only for now)jhibbits2016-02-271-0/+7
* Extend Book-E to support >4GB RAMjhibbits2015-12-241-1/+1
* pmap_mapdev_attr() also takes a vm_paddr_t.jhibbits2015-09-031-1/+1
* Add two new pmap functions:jah2015-08-041-0/+14
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-071-11/+15
* Change pmap_enter(9) interface to take flags parameter and superpagekib2014-08-081-6/+6
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-031-8/+0
* Implement pmap_unwire(). See r268327 for the motivation behind this change.alc2014-07-131-0/+8
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-8/+0
* Significantly reduce the cost, i.e., run time, of calls to madvise(...,alc2013-08-291-0/+9
* Implement the concept of the unmapped VMIO buffers, i.e. buffers whichkib2013-03-191-0/+2
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-141-0/+10
* Fix physical address type to vm_paddr_t.raj2012-05-241-4/+4
* Replace the list of PVOs owned by each PMAP with an RB tree. This simplifiesnwhitehorn2012-05-201-0/+14
* As it turns out, r186347 actually is insufficient to avoid the use of themarius2011-11-151-1/+1
* Fix some KTR arguments that were breaking the LINT build.nwhitehorn2010-10-021-3/+3
* Add support for memory attributes (pmap_mapdev_attr() and friends) onnwhitehorn2010-09-301-0/+24
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-2/+2
* Resurrect pmap_is_referenced() and use it in mincore(). Essentially,alc2010-04-241-0/+8
* o Introduce vm_sync_icache() for making the I-cache coherent withmarcel2009-10-211-5/+5
* Factor out platform dependent things unrelated to device drivers into anwhitehorn2009-05-141-1/+1
* PowerPC, meet kernel core dumps. The support is basedmarcel2009-04-041-0/+24
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-041-0/+11
* Modularize the Open Firmware client interface to allow run-time switchingnwhitehorn2008-12-201-3/+2
* Trace all PMAP calls using KTR_PMAP.marcel2008-08-311-2/+92
* Retire pmap_addr_hint(). It is no longer used.alc2008-05-181-6/+2
* Add a stub for pmap_align_superpage() on machines that don't (yet)alc2008-05-091-0/+10
* Add an access type parameter to pmap_enter(). It will be used to implementalc2008-01-031-2/+2
* Prevent the leakage of wired pages in the following circumstances:alc2007-11-171-0/+7
* Fix for the panic("vm_thread_new: kstack allocation failed") andkib2007-11-051-1/+2
* Fix gdb issue where the i-cache was not being updated when a breakpointgrehan2006-12-051-0/+5
* Eliminate unused global variables.alc2006-11-111-2/+0
* Complete the transition from pmap_page_protect() to pmap_remove_write().alc2006-08-011-6/+6
* Remove mpte optimization from pmap_enter_quick().ups2006-06-151-4/+3
* Add a stub for pmap_enter_object().alc2006-06-061-0/+7
* Remove the unused sva and eva arguments from pmap_remove_pages().peter2006-04-031-2/+2
* Eliminate pmap_init2(). It's no longer used.alc2005-11-201-6/+0
* Apply r1.103 to correct place.grehan2005-11-091-1/+0
* Insert a layer of indirection to the pmap code, using a kobj forgrehan2005-11-081-0/+380
OpenPOWER on IntegriCloud