Tags give the ability to mark specific points in history as being important
-
pull-ppc-for-10.0-2-20250321
73c0c904 · ·* Fix a KVM SMP guest hang. This is not completely trivial, but just small enough to merge it. If this causes any more problems, we can revert it and the timebase patch which exposed the underlying issue for release. * Fix a bunch of Coverity issues reported introduced in ppc, mostly in powernv code. * Fix a NetBSD boot bug on mac99 caused by VSX/VMX decodetree rewrite. * Fix the default CPU selection for older spapr machines.
-
pull-ppc-for-9.2-1-20241104
bd4be4d9 · ·* Various bug fixes * Big cleanup of deprecated machines * Power11 support for spapr * XIVE improvements * Goodbye to Cedric and David as ppc reviewers, thank you both o7
-
pull-ppc-for-9.1-2-20240726
d6b7ffd6 · ·Apologies this is so late after soft-freeze, apologies. I was waiting on "accel/kvm: Extract common KVM vCPU {creation,parking} code" to be merged upsream then ran into last minute CI problems. * Fixes for pseries migration bugs. * Graceful handling of vCPU hotplug failure in KVM. * Many improvements to powernv machine model. * Move more instructions to decodetree. * Most of the remaining large MMU cleanup work.
-
pull-ppc-for-9.1-1-20240524-1
e48fb4c5 · ·*** NOTE *** This replaces the previous PR for tags/pull-ppc-for-9.1-1-20240524 * Fix an interesting TLB invalidate race * Implement more instructions with decodetree * Add the POWER8/9/10 BHRB facility * Add missing instructions, registers, SMT support * First round of a big MMU xlate cleanup
-
pull-ppc-for-9.1-1-20240524
4e0e22a2 · ·* Fix a TLB invalidate race * Implement more instructions with decodetree * Add the BHRB facility * Add missing instructions, registers, SMT support * First round of a big MMU xlate cleanup
-
pull-ppc-for-9.0-2-20240313
e1617b84 · ·* PAPR nested hypervisor host implementation for spapr TCG * excp_helper.c code cleanups and improvements * Move more ops to decodetree * Deprecate pseries-2.12 machines and P9 and P10 DD1.0 CPUs * Document running Linux on AmigaNG * Update dt feature advertising POWER CPUs. * Add P10 PMU SPRs * Improve pnv topology calculation for SMT8 CPUs. * Various bug fixes.
-
pull-ppc-for-9.0-20240224
4acc505d · ·* Avocado tests for ppc64 to boot FreeBSD, run guests with emulated or nested hypervisor facilities, among other things. * Update ppc64 CPU defaults to Power10. * Add a new powernv10-rainier machine to better capture differences between the different Power10 systems. * Implement more device models for powernv. * 4xx TLB flushing performance and correctness improvements. * Correct gdb implementation to access some important SPRs. * Misc cleanups and bug fixes.
-
pull-ppc-for-9.0-20240219
922e408e · ·* Avocado tests for ppc64 to boot FreeBSD, run guests with emulated or nested hypervisor facilities, among other things. * Update ppc64 CPU defaults to Power10. * Add a new powernv10-rainier machine to better capture differences between the different Power10 systems. * Implement more device models for powernv. * 4xx TLB flushing performance and correctness improvements. * Correct gdb implementation to access some important SPRs. * Misc cleanups and bug fixes.
-
pull-ppc-for-8.2-20231130
e25acd61 · ·* Add a default BIOS for the new amigaone machine so it does not require out of tree binary blob. * SLOF update to fix virtio serial bugs.