aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim/mmu_oea64.c
Commit message (Expand)AuthorAgeFilesLines
* vm_phys: Try to clean up NUMA KPIsMark Johnston2020-11-191-1/+1
* [PowerPC] Don't overwrite vm.pmap sysctl nodeLeandro Lupori2020-11-171-6/+5
* Fix powerpc and LINT buildsLeandro Lupori2020-11-061-0/+2
* Implement superpages for PowerPC64 (HPT)Leandro Lupori2020-11-061-37/+1109
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-141-0/+1
* [PowerPC64] Implement pmap_mincore() for moea64Brandon Bergren2020-09-131-0/+49
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+2
* Revert r240317 to prevent leaking pmap entriesConrad Meyer2020-07-161-0/+1
* [PowerPC] Use PVO_PADDR to get the PA from PVOLeandro Lupori2020-07-151-14/+17
* powerpc/mmu: Convert PowerPC pmap drivers to ifunc from kobjJustin Hibbits2020-05-271-285/+315
* powerpc64: Implement Radix MMU for POWER9 CPUsJustin Hibbits2020-05-111-4/+10
* Use %zu to print a size_t value instead of %ju.John Baldwin2020-04-161-1/+1
* powerpc: autosize bpvo based on physical memoryAlfredo Dal'Ava Junior2020-04-151-1/+18
* [PowerPC64] fix crash when using machdep.moea64_bpvo_pool_size tunableJustin Hibbits2020-01-191-4/+6
* [PowerPC] Fix powerpc 32 bit build in mmu_oea64.cBrandon Bergren2019-12-121-0/+6
* Introduce vm_page_astate.Mark Johnston2019-12-101-3/+4
* powerpc64/pmap: micro-optimize some PVO-PTE logicJustin Hibbits2019-12-081-2/+1
* powerpc/pmap: NUMA-ize vm_page_array on powerpcJustin Hibbits2019-12-071-14/+120
* powerpc/pmap: Remove an unused error from moea64_pvo_enter()Justin Hibbits2019-11-191-9/+3
* Fix assert in PowerPC pmaps after introduction of object busy.Konstantin Belousov2019-10-161-4/+9
* (6/6) Convert pmap to expect busy in write related operations now that allJeff Roberson2019-10-151-22/+9
* (3/6) Add a shared object busy synchronization mechanism that blocks new pageJeff Roberson2019-10-151-2/+2
* Fix powerpc/powerpcspe buildsLeandro Lupori2019-10-141-0/+18
* [PPC64] Initial kernel minidump implementationLeandro Lupori2019-10-141-1/+78
* powerpc64/pmap: Fix release order to match lock order in moea64_enter()Justin Hibbits2019-10-071-1/+1
* powerpc/pmap64: Properly parenthesize PV_LOCK_COUNT macrosJustin Hibbits2019-10-061-2/+2
* Revert r352406, which contained changes I didn't intend to commit.Mark Johnston2019-09-161-8/+6
* Fix a couple of nits in r352110.Mark Johnston2019-09-161-6/+8
* Change synchonization rules for vm_page reference counting.Mark Johnston2019-09-091-8/+2
* powerpc64/pmap: Fix a WITNESS error in alloc_pvo_entry()Justin Hibbits2019-09-061-12/+10
* Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson2019-08-161-1/+2
* powerpc64/mmu: Use a SLIST for the PVO delete list, instead of a RB_TREEJustin Hibbits2019-08-011-10/+12
* powerpc: Improve pvo allocation codeLeandro Lupori2019-07-251-51/+49
* powerpc/pmap64: Make moea64 statistics optionalJustin Hibbits2019-07-251-5/+7
* powerpc: Unbreak 64-bit pmap from 350206Justin Hibbits2019-07-221-4/+2
* powerpc64/mmu: Make moea64_pvo_enter() return if an entry already existsJustin Hibbits2019-07-221-9/+17
* powerpc64/pmap: No need for moea64_pvo_remove_from_page_locked() wrapperJustin Hibbits2019-07-131-15/+4
* powerpc64/pmap: Reduce scope of PV_LOCK in remove pathJustin Hibbits2019-07-131-17/+33
* Set pcpu curpmap for powerpc64Justin Hibbits2019-07-131-0/+3
* Merge the vm_page hold and wire mechanisms.Mark Johnston2019-07-081-1/+1
* Fix PPC970 boot after r348783Brandon Bergren2019-06-121-2/+10
* powerpc/aim: Use nitems() for calculating size of phys_avail in AIM pmapsJustin Hibbits2019-06-081-1/+1
* [PPC64] Support QEMU/KVM pseries without hugepagesLeandro Lupori2019-06-071-8/+18
* powerpc: Fix moea64 pmap from 347952Justin Hibbits2019-05-181-0/+4
* powerpc64/pmap: NUMA-ize the page pv lock pool to reduce contentionJustin Hibbits2019-05-181-2/+10
* Add NUMA support to powerpcJustin Hibbits2019-04-131-1/+4
* [ppc64] prevent infinite loop on icache syncLeandro Lupori2019-02-121-1/+1
* powerpc: Use MAX() macro instead of max() inline function to calculate MaxmemJustin Hibbits2018-11-101-1/+1
* powerpc64/pmap: Correct the logic for minidump KVA chunkJustin Hibbits2018-10-211-1/+1
* Final fix for alignment issues with the page table first patched withNathan Whitehorn2018-05-141-1/+1