summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/pseries/mmu_phyp.c
Commit message (Expand)AuthorAgeFilesLines
* Where appropriate, use the endian-flipping OF_getencprop() instead ofnwhitehorn2015-11-171-2/+2
* Convert PTE eviction lock from an RW lock to a RM lock. It is held fornwhitehorn2015-03-161-16/+16
* Deallocate any leftover page table entries in the LPAR at boot. Thisnwhitehorn2015-03-131-0/+14
* New pmap implementation for 64-bit PowerPC processors. The main focus ofnwhitehorn2015-02-241-157/+171
* Mark invalid page table entries correctly for PMAP as well as for thenwhitehorn2015-02-091-2/+4
* Fix typo in PTE insertion overflow handling: use the page we're actuallynwhitehorn2015-02-091-1/+4
* Add some error checking on the supplied page size list. This makes surenwhitehorn2015-02-081-7/+16
* Limit the large page size to 16MB for now.andreast2013-11-231-0/+5
* Ouch, do the shift properly. An uin64_t needs the right postfix when shifting.andreast2013-10-311-1/+1
* Make sure that ref and changed bits propagate back to the VM layernwhitehorn2013-09-271-6/+13
* Merge in support for PAPR-compliant (Power Architecture Platformnwhitehorn2013-09-171-0/+420
OpenPOWER on IntegriCloud