aboutsummaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)Author
2013-03-22mmu-hash64: Clean up ppc_hash64_htab_lookup()David Gibson
2013-03-22mmu-hash*: Remove permission checking from find_pte{32, 64}()David Gibson
2013-03-22mmu-hash*: Make find_pte{32, 64} do more of the job of finding ptesDavid Gibson
2013-03-22mmu-hash*: Separate PTEG searching from permissions checkingDavid Gibson
2013-03-22mmu-hash*: Don't keep looking for PTEs after we find a matchDavid Gibson
2013-03-22mmu-hash*: Cleanup segment-level NX checkDavid Gibson
2013-03-22mmu-hash32: Split direct store segment handling into a helperDavid Gibson
2013-03-22mmu-hash32: Split out handling of direct store segmentsDavid Gibson
2013-03-22mmu-hash*: Combine ppc_hash{32, 64}_get_physical_address and get_segment{32, ...David Gibson
2013-03-22mmu-hash*: Remove eaddr field from mmu_ctx_hash{32, 64}David Gibson
2013-03-22mmu-hash64: Remove nx from mmu_ctx_hash64David Gibson
2013-03-22mmu-hash*: Reduce use of access_typeDavid Gibson
2013-03-22mmu-hash*: Add hash pte load/store helpersDavid Gibson
2013-03-22mmu-hash*: Add header file for definitionsDavid Gibson
2013-03-22target-ppc: mmu_ctx_t should not be a global typeDavid Gibson
2013-03-22target-ppc: Disentangle BAT code for 32-bit hash MMUsDavid Gibson
2013-03-22target-ppc: Don't share get_pteg_offset() between 32 and 64-bitDavid Gibson
2013-03-22target-ppc: Disentangle hash mmu helper functionsDavid Gibson
2013-03-22target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug()David Gibson
2013-03-22target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_faultDavid Gibson
2013-03-22target-ppc: Disentangle get_physical_address() pathsDavid Gibson
2013-03-22target-ppc: Rework get_physical_address()David Gibson
2013-03-22target-ppc: Disentangle get_segment()David Gibson
2013-03-22target-ppc: Disentangle find_pte()David Gibson
2013-03-22target-ppc: Disentangle pte_check()David Gibson
2013-03-22target-ppc: Move SLB handling into a mmu-hash64.cDavid Gibson
2013-03-22target-ppc: Remove address check for loggingDavid Gibson
2013-03-22target-ppc: Trivial cleanups in mmu_helper.cDavid Gibson
2013-03-22target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson
2013-03-22PPC/GDB: handle read and write of fpscrFabien Chouteau
2013-03-22target-ppc: Remove CONFIG_PSERIES dependency in kvm.cDavid Gibson
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-08target-ppc: Move CPU aliases out of translate_init.cAndreas Färber
2013-03-08target-ppc: Report CPU aliases for QMPAndreas Färber
2013-03-08target-ppc: List alias names alongside CPU modelsAndreas Färber
2013-03-08target-ppc: Make host CPU a subclass of the host's CPU modelAndreas Färber
2013-03-08target-ppc: Fix PPC_DUMP_SPR_ACCESS buildAndreas Färber
2013-03-08target-ppc: Synchronize FPU state with KVMDavid Gibson
2013-03-08target-ppc: Add mechanism for synchronizing SPRs with KVMDavid Gibson
2013-03-08target-ppc: Change "POWER7" CPU aliasAndreas Färber
2013-03-08target-ppc: Fix remaining microcontroller typos among modelsAndreas Färber
2013-03-08target-ppc: Split model definitions out of translate_init.cAndreas Färber
2013-03-08target-ppc: Update Coding Style for CPU modelsAndreas Färber
2013-03-08target-ppc: Turn descriptive CPU model comments into device descriptionsAndreas Färber
2013-03-08target-ppc: Turn descriptive CPU family comments into device descriptionsAndreas Färber
2013-03-08target-ppc: Set remaining fields on CPU family classesAndreas Färber
2013-03-08target-ppc: Register all types for TARGET_PPCEMBAndreas Färber
2013-03-08target-ppc: Set instruction flags on CPU family classesAndreas Färber