summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke/pmap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a leak of the wired pages when unwiring of the PROT_NONE-mappedkib2014-09-011-15/+20
* Merge the changes to pmap_enter(9) for sleep-less operation (requestedkib2014-08-241-28/+50
* MFC r258002, r258024, r258027, r258051, r258052, r258243, r258244, r258002,ian2014-05-141-4/+3
* MFC r257702, r257745, r257746, r257747, r257751, r257791, r257793,ian2014-05-141-1/+1
* MFC r257180, r257195, r257196, r257198, r257209, r257295ian2014-05-141-6/+18
* MFC r257161, r257169, r257178, r257190, r257191ian2014-05-141-36/+150
* MFC r256814, r256816, r256818, r256846, r256855, r256864 (by nwhitehorn):ian2014-05-131-0/+2
* The pmap function pmap_clear_reference() is no longer used. Remove it.alc2013-09-201-34/+0
* Revert r254501. Instead, reuse the type stability of the struct pmapkib2013-08-221-3/+1
* The soft and hard busy mechanism rely on the vm object lock to work.attilio2013-08-091-12/+10
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+1
* o Relax locking assertions for vm_page_find_least()attilio2013-05-211-0/+2
* Relax the object locking assertion in pmap_enter_locked().alc2013-05-171-1/+1
* Add pmap function pmap_copy_pages(), which copies the content of thekib2013-03-141-0/+33
* MFCattilio2013-02-261-2/+1
* Hide the details for the assertion for VM_OBJECT_LOCK operations.attilio2013-02-211-5/+5
* There is no need to use VM_OBJECT_LOCKED() as the assertion won'tattilio2013-02-201-3/+2
* Switch vm_object lock to be a rwlock.attilio2013-02-201-4/+4
* Replace all uses of the page queues lock by a R/W lock that is privatealc2012-11-031-34/+40
* 1. Have the APs initialize the TLB1 entries from what has beenmarcel2012-11-031-6/+21
* Avoid recursion on the pvh global lock in the aim oea pmap.alc2012-07-101-1/+1
* Invalidate any TLB1 entries we don't need. The firmware (e.g. U-Boot)marcel2012-07-021-0/+4
* Remove redundant check, we catch ULE platform support in commonraj2012-05-271-4/+0
* Fix physical address type to vm_paddr_t.raj2012-05-241-10/+10
* o Rename kernload_ap to bp_kernelload. This to introduce a common prefixmarcel2012-05-241-9/+11
* Remove locking of the vm page queues from several pmaps, which onlykib2011-09-281-2/+0
* Split the vm_page flags PG_WRITEABLE and PG_REFERENCED into atomickib2011-09-061-15/+15
* - Move the PG_UNMANAGED flag from m->flags to m->oflags, renaming the flagkib2011-08-091-17/+15
* Add support for Juniper's loader. The difference between FreeBSD's andmarcel2011-08-021-97/+113
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-6/+6
* MFCattilio2011-05-311-2/+2
* MFCattilio2011-05-291-17/+8
|\
| * Better support different kernel hand-offs. When loaded directlymarcel2011-05-281-1/+1
| * Wire the kernel using TLB1 entry 0 rather than entry 1. A more recentmarcel2011-05-271-16/+7
| * Revert r222069,222068 as they were intended to be committed to theattilio2011-05-181-7/+4
| * Fix warning spit out.attilio2011-05-181-4/+7
* | MFCattilio2011-05-171-0/+1
|\ \ | |/
* | Add the powerpc support.attilio2011-05-091-4/+6
|/
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-1/+1
* Use local TLB_UNLOCKED marker instead of MTX_UNOWNED for Book-E PowerPC trapraj2010-11-111-2/+0
* Introduce inheritance into the PowerPC MMU kobj interface.grehan2010-09-151-6/+1
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-111-8/+8
* Remove debugging printf() -- that is, I assume it was for debugging :-)marcel2010-06-241-2/+0
* Relax one of the new assertions in pmap_enter() a little. Specifically,alc2010-06-111-1/+2
* Reduce the scope of the page queues lock and the number ofalc2010-06-101-17/+17
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.alc2010-06-051-2/+4
* In the case that mmu_booke_enter_locked() is changing the attributes of aalc2010-06-011-1/+1
* Push down page queues lock acquisition in pmap_enter_object() andalc2010-05-261-5/+10
* Roughly half of a typical pmap_mincore() implementation is machine-alc2010-05-241-32/+48
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-161-1/+12
OpenPOWER on IntegriCloud