aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* 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
* kmem_malloc/free: Use void * instead of vm_offset_t for kernel pointers.John Baldwin2022-09-221-1/+1
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-223-10/+14
* Define _NPCM and the last PC_FREEn constant in terms of _NPCPV.John Baldwin2022-08-231-1/+1
* Adjust function definition in moea64_native.c to avoid clang 15 warningDimitry Andric2022-08-151-1/+1
* Fix unused variable warning in mmu_radix.cDimitry Andric2022-08-151-1/+8
* Adjust function definitions in mmu_radix.c to avoid clang 15 warningsDimitry Andric2022-08-151-3/+3
* Adjust function definitions in mmu_oea64.c to avoid clang 15 warningsDimitry Andric2022-08-151-2/+2
* Adjust function definition in aim_machdep.c to avoid clang 15 warningDimitry Andric2022-08-151-1/+1
* AST: reworkKonstantin Belousov2022-08-022-8/+4
* powerpc: Use __diagused for variables only used in KASSERT().John Baldwin2022-04-131-3/+3
* powerpc cpudep_ap_setup: Quite unused variable warnings.John Baldwin2022-04-121-5/+7
* powerpc: Remove unused variables.John Baldwin2022-04-121-2/+0
* ppc mmoea64: Workaround set but unused warnings for RB_NEXT.John Baldwin2022-04-121-6/+2
* ppc aim flush_disable_caches: Use void casts instead of a dummy variable.John Baldwin2022-04-121-3/+2
* powerpc: Fix two typos in source code commentsGordon Bergling2022-04-092-2/+2
* powerpc/aim: ifdef DDB pmap debugging functionsWarner Losh2022-01-071-0/+4
* powerpc64: fix the calculation of MaxmemLeandro Lupori2021-12-152-2/+2
* powerpc64le: fix boot when using QEMU PowerNVLeandro Lupori2021-11-251-0/+3
* minidump: Use the provided dump bitsetMitchell Horne2021-11-191-5/+5
* sched: separate out schedinit_ap()Kyle Evans2021-11-031-0/+2
* Use the vm_radix_init() helper when initializing pmapsMark Johnston2021-10-201-2/+2