aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* powerpc64: Fix boot on virtual-mode OF (PowerMac G5)Brandon Bergren2021-02-071-0/+10
* Radix dump updatesJustin Hibbits2020-12-301-0/+8
* powerpc/radix_mmu: Apply errata fixes for POWER9 TLB invalidation bugJustin Hibbits2020-12-301-1/+19
* powerpc/aim: Add machine check handler for TLB multihitJustin Hibbits2020-12-301-1/+2
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-053-0/+5
* vm_phys: Try to clean up NUMA KPIsMark Johnston2020-11-192-2/+2
* [PowerPC] Don't overwrite vm.pmap sysctl nodeLeandro Lupori2020-11-172-13/+9
* [PowerPC64LE] Radix MMU fixes for LE.Brandon Bergren2020-11-131-199/+222
* [PowerPC] Fix powerpc64le boot after HPT superpages additionBrandon Bergren2020-11-081-7/+9
* Fix powerpc and LINT buildsLeandro Lupori2020-11-062-1/+4
* Implement superpages for PowerPC64 (HPT)Leandro Lupori2020-11-063-109/+1375
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-142-0/+2
* [PowerPC64LE] Fix AP spinup on powernv.Brandon Bergren2020-09-231-0/+13
* [PowerPC64LE] Implement endian-independent dword atomic PTE lock.Brandon Bergren2020-09-231-1/+33
* [PowerPC64LE] Fix endian conversion bugs in moea64.Brandon Bergren2020-09-231-4/+4
* [PowerPC64LE] LE bringup work: locore / machdep / platformBrandon Bergren2020-09-222-1/+11
* [PowerPC64LE] Set up the powernv partition table correctly.Brandon Bergren2020-09-151-2/+2
* [PowerPC] Implement pmap_mincore() for moeaBrandon Bergren2020-09-131-1/+49
* [PowerPC64] Implement pmap_mincore() for moea64Brandon Bergren2020-09-131-0/+49
* [PowerPC] Add PVO_PADDR macro to mmu_oea.c to match mmu_oea64.c changesBrandon Bergren2020-09-121-7/+9
* [PowerPC64] Hide dssall instruction from llvm assemblerBrandon Bergren2020-09-081-1/+2
* Include the psind in data returned by mincore(2).Mark Johnston2020-09-021-1/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-018-38/+7
* [PowerPC] Fix translation-related crashes during startupBrandon Bergren2020-08-212-29/+56
* Fix clang 11 inline asm constraint error when building powerpc GENERIC64Dimitry Andric2020-08-071-2/+2
* Revert r240317 to prevent leaking pmap entriesConrad Meyer2020-07-163-1/+5
* [PowerPC] Use PVO_PADDR to get the PA from PVOLeandro Lupori2020-07-151-14/+17
* Revert r362998, r326999 while a better compatibility strategy is devised.Scott Long2020-07-091-1/+1
* Migrate the feature of excluding RAM pages to use "excludelist"Scott Long2020-07-071-1/+1
* powerpc: Use IFUNCs for copyin/copyout/etcJustin Hibbits2020-06-061-17/+0
* powerpc: Add a (CPU/runtime features) flags set to pcpu structJustin Hibbits2020-06-062-0/+8
* [PowerPC] Fix radix crash when passing -1 from userspaceBrandon Bergren2020-05-281-1/+2
* powerpc/mmu: Convert PowerPC pmap drivers to ifunc from kobjJustin Hibbits2020-05-276-827/+756
* [PowerPC] Fix invalid asm in trap codeBrandon Bergren2020-05-271-1/+1
* [PowerPC] Fix kernel boot on powerpcBrandon Bergren2020-05-211-1/+0
* powerpc: Handle machine checks caused by D-ERAT multihitJustin Hibbits2020-05-212-0/+14
* powerpc/radix mmu: No need for delayed TLB invalidationJustin Hibbits2020-05-201-93/+4
* powerpc/mmu: Don't use the cache instructions to zero pagesJustin Hibbits2020-05-191-3/+1
* [PowerPC64] Minor correctness fix in rstcode.Brandon Bergren2020-05-121-1/+1
* powerpc64: Implement Radix MMU for POWER9 CPUsJustin Hibbits2020-05-114-5/+6535
* powerpc: Add a CPU-custom machine check handlerJustin Hibbits2020-05-102-0/+28
* [PowerPC] kernel ifunc support for powerpc*, fix ppc64 relocation oddities.Brandon Bergren2020-05-072-5/+66
* 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
* powerpc: unconditionally mark SLB zones UMA_ZONE_CONTIGRyan Libby2020-02-191-8/+2
* uma: convert mbuf_jumbo_alloc to UMA_ZONE_CONTIG & tag othersRyan Libby2020-02-041-2/+8
* [PowerPC] Fix VSX context handlingBrandon Bergren2020-02-041-2/+19
* [PowerPC64] fix crash when using machdep.moea64_bpvo_pool_size tunableJustin Hibbits2020-01-191-4/+6
* D23057: [PowerPC] Fix offset calculations in bridge modeBrandon Bergren2020-01-183-9/+11
* Add a 'SINGLETON' directive to kobj interface definitionJustin Hibbits2020-01-181-0/+1