aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* VM_PAGE_TO_DMAP: Wrapper macro to return direct map address for a pageJohn Baldwin2026-04-233-42/+24
* DMAP_TO_VM_PAGE: Wrapper macro to map direct map address to a pageJohn Baldwin2026-04-231-3/+3
* PHYS_TO_DMAP: Return a void * instead of a vm_offset_tJohn Baldwin2026-04-234-70/+66
* powerpc aim64: Return vm_paddr_t from moea64_bootstrap_allocJohn Baldwin2026-04-234-17/+19
* sys: Permit passing pointers to VIRT_IN_DMAP and DMAP_TO_PHYSJohn Baldwin2026-04-232-7/+7
* pmap_map: Use void * for the return value instead of vm_offset_tJohn Baldwin2026-04-233-13/+13
* sys: Switch td_kstack from vm_offset_t to char *John Baldwin2026-04-233-3/+3
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-233-33/+36
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-233-29/+35
* pmap_change_attr: Use void * instead of vm_offset_tJohn Baldwin2026-04-231-12/+12
* pmap_quick_(enter|remove)_page: Use void * instead of vm_offset_tJohn Baldwin2026-04-233-20/+20
* pmap: Do not use PMAP_LOCK_INIT with kernel_pmapMark Johnston2026-04-013-3/+3
* powerpc64: initial conversion of oea64 to rwlocksAdrian Chadd2026-02-221-18/+32
* powerpc: document the magic constants for 16MB page sizeAdrian Chadd2026-02-161-0/+13
* powerpc: enable HPT superpages by defaultAdrian Chadd2026-02-161-7/+2
* powerpc64: Fix disappearing low memory on radix MMU systems (POWER9)Timothy Pearson2026-02-053-2/+3
* powerpc64/pmap: No need to use r0 anymore in tlbieJustin Hibbits2026-02-051-14/+3
* powerpc/pmap: Use a constant for HPT superpage shiftJustin Hibbits2026-02-031-2/+2
* powerpc/pmap/oea64: Make PV_LOCK superpage sizedJustin Hibbits2026-02-031-45/+3
* powerpc/pmap: Mark more CPUs as lockless TLBIEJustin Hibbits2026-02-031-2/+2
* powerpc: disable the TLBIE lock, it's not needed for POWER8Adrian Chadd2026-01-271-0/+5
* powerpc: Don't use cache to zero pagesJustin Hibbits2025-11-192-9/+6
* powerpc: Use proper prototype for SYSINIT functionsZhenlei Huang2025-10-131-2/+2
* pmap: Degrade pmap_page_set_attr*() into a no-op on same attributeOlivier Certner2025-07-133-0/+10
* pmap_growkernel(): do not panic immediately, optionally return the errorKonstantin Belousov2025-06-191-6/+7
* 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-213-27/+37
* powerpc: silence compiler warningDoug Moore2025-04-211-0/+4
* powerpc: Add Hypervisor Facility Unavailable handlingJustin Hibbits2025-03-191-0/+1
* powerpc: mmu_radix_page_array_startup(): Don't force allocation from domain 0Olivier Certner2025-02-191-1/+1
* pmap_growkernel: Use VM_ALLOC_NOFREE when allocating pagetable pagesBojan Novković2024-07-301-3/+3
* powerpc_mmu_radix: Release PTP reference on leaf ptpage allocation failureBojan Novković2024-06-161-1/+4
* powerpc_mmu_radix: Introduce 'pmap_abort_ptp'Bojan Novković2024-06-161-11/+23
* pmap: Skip some superpage promotion attempts that will failAlan Cox2024-06-041-2/+7
* pmap: Convert boolean_t to bool.John Baldwin2024-01-313-118/+117
* powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1)Robert Wing2024-01-091-0/+32
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* powerpc pmap: initialize kernel pmap radix trieDoug Moore2023-09-131-0/+1
* powerpc_mmu_radix: include vm_radix.h fileDoug Moore2023-09-121-0/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-166-12/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-165-5/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-163-6/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-127-7/+7
* powerpc: Use valid prototypes for function declarations with no arguments.John Baldwin2023-04-241-2/+2
* powerpc: fix a few pmap related functions to return correct typesDimitry Andric2023-04-233-8/+8
* powerpc/pmap: Account for a potential NULL pmap in pmap_sync_icacheJustin Hibbits2023-03-211-0/+3
* powerpc/pmap: Add pmap_sync_icache() for radix pmapJustin Hibbits2023-03-121-0/+21
* powerpc: fix warning: a function declaration without a prototype is deprecate...Piotr Kubaj2023-02-261-1/+1
* powerpc: slb_alloc_user_cache: fix missing uma_zalloc wait flagAlfredo Dal'Ava Junior2022-10-031-1/+1