summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/booke/pmap.c
Commit message (Expand)AuthorAgeFilesLines
* sys/powerpc: make use of the howmany() macro when available.pfg2016-04-261-2/+2
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-3/+3
* Fix SMP booting for PowerPC Book-Ejhibbits2016-04-191-125/+162
* VM_MAXUSER_ADDRESS is highest page start, not highest address.jhibbits2016-04-101-1/+1
* Restructure device mappings for Book-E.jhibbits2016-04-101-17/+18
* Add support for the Freescale dTSEC DPAA-based ethernet controller.jhibbits2016-02-291-2/+1
* Implement pmap_change_attr() for PowerPC (Book-E only for now)jhibbits2016-02-271-0/+62
* Fix a panic bug that cropped up in the PTE rewrite.jhibbits2016-02-161-1/+2
* Migrate the PTE format for book-e to standardize on the 'indirect PTE' formatjhibbits2016-02-111-34/+30
* Older Book-E processors (e500v1/e500v2) don't support dcbzl.jhibbits2016-01-261-1/+1
* Fix a debug printf().jhibbits2016-01-261-2/+2
* Revert a printf change from r294307.jhibbits2016-01-191-1/+1
* Hide most of the PTE initialization and management.jhibbits2016-01-191-30/+46
* Optimize zero_page for book-e mmu.jhibbits2015-12-301-1/+10
* Rewrite tid_flush() in C.jhibbits2015-12-301-2/+47
* Extend Book-E to support >4GB RAMjhibbits2015-12-241-8/+10
* trunc_page() goes through unsigned long, which is too short.jhibbits2015-11-211-1/+1
* The TLB1 TSIZE is a multiple of 4, not 2, so shift 2 bits, not 1.jhibbits2015-08-291-1/+1
* Extend pmap to support e500mc and e5500.jhibbits2015-08-281-38/+60
* Enhance book-e pmap for 36-bit physaddrjhibbits2015-08-221-19/+22
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-101-3/+3
* 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
OpenPOWER on IntegriCloud