Age | Commit message (Expand) | Author |
2017-09-01 | ppc: replace cpu_ppc_init() with cpu_generic_init() | Igor Mammedov |
2017-08-31 | ppc: use DIV_ROUND_UP | Marc-André Lureau |
2017-08-22 | ppc: fix ppc_set_compat() with KVM PR | Greg Kurz |
2017-08-22 | target/ppc: 'PVR != host PVR' in KVM_SET_SREGS workaround | Daniel Henrique Barboza |
2017-08-09 | target/ppc: Add stub implementation of the PSSCR | David Gibson |
2017-08-09 | target/ppc: Implement TIDR | David Gibson |
2017-08-09 | ppc: fix double-free in cpu_post_load() | Greg Kurz |
2017-08-09 | booke206: fix MAS update on tlb miss | KONRAD Frederic |
2017-07-31 | docs: fix broken paths to docs/devel/tracing.txt | Philippe Mathieu-Daudé |
2017-07-24 | qapi: Use QNull for a more regular visit_type_null() | Markus Armbruster |
2017-07-21 | Use qemu_tolower() and qemu_toupper(), not tolower() and toupper() | Peter Maydell |
2017-07-19 | tcg: Pass generic CPUState to gen_intermediate_code() | Lluís Vilanova |
2017-07-19 | target/ppc: optimize various functions using extract op | Philippe Mathieu-Daudé |
2017-07-17 | target/ppc: fix CPU hotplug when radix is enabled (TCG) | Cédric Le Goater |
2017-07-17 | pseries: Allow HPT resizing with KVM | David Gibson |
2017-07-17 | pseries: Implement HPT resizing | David Gibson |
2017-07-17 | pseries: Stubs for HPT resizing | David Gibson |
2017-07-14 | qdev: Add const qualifier to PropertyInfo definitions | Fam Zheng |
2017-07-11 | ppc/kvm: have the "family" CPU alias to point to TYPE_HOST_POWERPC_CPU | Greg Kurz |
2017-07-11 | target/ppc: Add debug function for radix mmu translation | Suraj Jitindar Singh |
2017-07-11 | target/ppc: Refactor tcg radix mmu code | Suraj Jitindar Singh |
2017-07-11 | target-ppc: SPR_BOOKE_ESR not set on FP exceptions | Aaron Larson |
2017-06-30 | target/ppc: Proper cleanup when ppc_cpu_realizefn fails | Bharata B Rao |
2017-06-30 | target/ppc: Fix return value in tcg radix mmu fault handler | Suraj Jitindar Singh |
2017-06-30 | target/ppc/excp_helper: Take BQL before calling cpu_interrupt() | Thomas Huth |
2017-06-30 | ppc: Rework CPU compatibility testing across migration | David Gibson |
2017-06-30 | pseries: Move CPU compatibility property to machine | David Gibson |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic |
2017-06-08 | target/ppc: fix memory leak in kvmppc_is_mem_backend_page_size_ok() | Greg Kurz |
2017-06-08 | target/ppc: pass const string to kvmppc_is_mem_backend_page_size_ok() | Greg Kurz |
2017-06-05 | numa: move numa_node from CPUState into target specific classes | Igor Mammedov |
2017-05-24 | target/ppc: reset reservation in do_rfi() | Nikunj A Dadhania |
2017-05-11 | target/ppc: Avoid printing wrong aliases in CPU help text | Thomas Huth |
2017-05-11 | target/ppc: Allow workarounds for POWER9 DD1 | David Gibson |
2017-05-11 | target/ppc: Implement ISA V3.00 radix page fault handler | Suraj Jitindar Singh |
2017-05-11 | target/ppc: Change tlbie invalid fields for POWER9 support | Suraj Jitindar Singh |
2017-05-11 | target/ppc: Update tlbie to check privilege level based on GTSE | Suraj Jitindar Singh |
2017-05-11 | target/ppc: do not reset reserve_addr in exec_enter | Nikunj A Dadhania |
2017-05-11 | tcg: enable MTTCG by default for PPC64 on x86 | Nikunj A Dadhania |
2017-05-11 | target/ppc: Generate fence operations | Nikunj A Dadhania |
2017-05-11 | target/ppc: Emulate LL/SC using cmpxchg helpers | Nikunj A Dadhania |
2017-04-26 | target/ppc: Style fixes | David Gibson |
2017-04-26 | e500,book3s: mfspr 259: Register mapped/aliased SPRG3 user read | Bernhard Kaindl |
2017-04-26 | target/ppc: Flush TLB on write to PIDR | Suraj Jitindar Singh |
2017-04-26 | target/ppc: Fix size of struct PPCElfPrstatus | Anton Blanchard |
2017-04-26 | ppc/xics: introduce an 'intc' backlink under PowerPCCPU | Cédric Le Goater |
2017-04-26 | target/ppc: Add ibm,processor-radix-AP-encodings for TCG | Suraj Jitindar Singh |
2017-04-26 | target-ppc/kvm: Enable in-kernel TCE acceleration for multi-tce | Alexey Kardashevskiy |
2017-04-26 | target/ppc: Implement H_REGISTER_PROCESS_TABLE H_CALL | Suraj Jitindar Singh |
2017-04-26 | target-ppc: support KVM_CAP_PPC_MMU_RADIX, KVM_CAP_PPC_MMU_HASH_V3 | Sam Bobroff |