aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/aim
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert consumers to vm_page_alloc_noobj_contig()Mark Johnston2021-10-202-10/+7
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-202-27/+16
* powerpc64: make radix with superpages defaultLeandro Lupori2021-10-141-1/+3
* powerpc64: fix OFWFB with Radix MMULeandro Lupori2021-10-142-16/+34
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-09-291-2/+2
* powerpc64: fix radix on pseries TLB invalidationLeandro Lupori2021-09-081-11/+16
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-301-1/+0
* powerpc/pseries: Allow radix pmap in pseries for ISA 3.0Justin Hibbits2021-08-121-14/+39
* Assert that valid PTEs are not overwritten when installing a new PTPMark Johnston2021-07-151-2/+6
* powerpc64le/pmap: Fix superpage promotionsJustin Hibbits2021-06-061-1/+1
* Apply r350463(43ded0a321a) to powerpc64 radix pmapJustin Hibbits2021-05-291-9/+17
* Apply r350335(5d18382b728) to powerpc64 radix pmapJustin Hibbits2021-05-291-22/+18
* Apply r355991(50079417a5c28caeca3f423b981047db76e8f5cb) to powerpc64Justin Hibbits2021-05-291-2/+2
* powerpc64/radix mmu: Remove dead variableJustin Hibbits2021-05-171-2/+0
* powerpc/radix pmap: Convert stat counters from ulongs to countersJustin Hibbits2021-05-111-22/+22
* powerpc/mmu: Actually use the Radix pmap_align_superpage functionJustin Hibbits2021-05-111-0/+1
* powerpc64: Split out DMAP and non-DMAP implementations of some methodsJustin Hibbits2021-05-063-53/+79
* powerpc64: Optimize radix trap handling a little moreJustin Hibbits2021-05-011-11/+11
* powerpc64: add missing TLB invalidations to radixLeandro Lupori2021-04-061-1/+4
* powerpc/aim: Update timebase directly on resume instead of through platformJustin Hibbits2021-03-312-4/+2
* powerpc/powermac: Constrain 'cpu_sleep()' for AIM to mpc745xJustin Hibbits2021-03-311-1/+3
* Clean up a couple of MD warts in vm_fault_populate():Jason A. Harmening2021-03-311-0/+8
* powerpc64: support superpages on pmap_mincoreLeandro Lupori2021-03-301-2/+4
* [PowerPC64] Clear low-order bits of ARPNLeandro Lupori2021-03-251-2/+2
* SPDX: Spell 4 clause BSD license correctlyWarner Losh2021-03-111-1/+1
* [PowerPC] Fix AP bringup on 32-bit AIM SMPBrandon Bergren2021-03-061-0/+1
* Add a VA_IS_CLEANMAP() macro.John Baldwin2021-02-181-3/+2
* 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