aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim/mmu_oea64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Use proper prototype for SYSINIT functionsZhenlei Huang10 days1-2/+2
* pmap: Degrade pmap_page_set_attr*() into a no-op on same attributeOlivier Certner2025-07-131-0/+3
* vm: remove pa_index from the machine-independent layerAlan Cox2025-06-131-1/+4
* vm: retire vm_page_lock()Alan Cox2025-06-111-1/+1
* powerpc: replace tailq pointers with iteratorsDoug Moore2025-04-211-7/+10
* powerpc: silence compiler warningDoug Moore2025-04-211-0/+4
* pmap: Skip some superpage promotion attempts that will failAlan Cox2024-06-041-2/+7
* pmap: Convert boolean_t to bool.John Baldwin2024-01-311-25/+25
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* powerpc: fix a few pmap related functions to return correct typesDimitry Andric2023-04-231-2/+2
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-3/+4
* Adjust function definitions in mmu_oea64.c to avoid clang 15 warningsDimitry Andric2022-08-151-2/+2
* powerpc: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-3/+3
* powerpc: Remove unused variables.John Baldwin2022-04-121-2/+0
* powerpc: Fix two typos in source code commentsGordon Bergling2022-04-091-1/+1
* powerpc64: fix the calculation of MaxmemLeandro Lupori2021-12-151-1/+1
* minidump: Use the provided dump bitsetMitchell Horne2021-11-191-5/+5
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-201-5/+2
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-09-291-2/+2
* powerpc64: Split out DMAP and non-DMAP implementations of some methodsJustin Hibbits2021-05-061-53/+74
* powerpc64: support superpages on pmap_mincoreLeandro Lupori2021-03-301-2/+4
* [PowerPC64] Clear low-order bits of ARPNLeandro Lupori2021-03-251-2/+2
* 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