summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke/pmap.c
Commit message (Expand)AuthorAgeFilesLines
* Add two new pmap functions:jah2015-08-041-0/+77
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-161-0/+2
* Use the correct type for physical addresses.jhibbits2015-07-041-4/+4
* Unify booke and AIM machdep.jhibbits2015-04-301-6/+1
* Wrap #ifdef guards around pmap_bootstrap ap. It's only used in SMP, andjhibbits2015-03-281-0/+4
* Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independentnwhitehorn2015-03-071-2/+2
* Move Book-E/AIM dependent bits for setting user PMAP during thread switchnwhitehorn2015-03-041-0/+4
* Missed local diff.nwhitehorn2015-03-011-0/+1
* Initialize NX stack capabilities and direct map status in pmap like on AIM.nwhitehorn2015-03-011-0/+6
* Factor out duplicated code from dumpsys() on each architecture into genericmarkj2015-01-071-115/+101
* Change pmap_enter(9) interface to take flags parameter and superpagekib2014-08-081-28/+50
* Retire pmap_change_wiring(). We have never used it to wire virtual pages.alc2014-08-031-27/+0
* Implement pmap_unwire(). See r268327 for the motivation behind this change.alc2014-07-131-0/+32
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-221-2/+2
* Avoid spurious compiler warning about an uninitialized variable.nwhitehorn2014-02-011-1/+1
* Make sure that TLB1 mappings are aligned correctly.nwhitehorn2013-11-171-0/+1
* Follow up r223485, which made AIM use the ABI thread pointer instead ofnwhitehorn2013-11-111-4/+2
* Do not panic if pmap_mincore() is called. This prevents crashing userlandnwhitehorn2013-11-061-1/+1
* Make devices with registers into the KVA region work reliably. Without this,nwhitehorn2013-10-261-6/+18
* Interrelated improvements to early boot mappings:nwhitehorn2013-10-261-23/+60
* Fix concurrency issues with TLB1 updates and make pmap_kextract() searchnwhitehorn2013-10-261-11/+27
* Add pmap_mapdev_attr() and pmap_kenter_attr() interfaces. pmap_set_memattr()nwhitehorn2013-10-261-5/+66
* Make hard-wired TLB allocations be at minimum one page. This is required bynwhitehorn2013-10-211-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
OpenPOWER on IntegriCloud