aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/mmu-hash64.c
AgeCommit message (Expand)Author
2015-03-09target-ppc: Fix warnings from SparseStefan Weil
2015-03-09target-ppc: Use right page size with hash table lookupAneesh Kumar K.V
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_flush() argument to CPUStateAndreas Färber
2014-03-13target-ppc: Use PowerPCCPU in PowerPCCPUClass::handle_mmu_fault hookAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13target-ppc: Clean up ENV_GET_CPU() usageAndreas Färber
2014-03-05target-ppc: Update ppc_hash64_store_hpte to support updating in-kernel htabAneesh Kumar K.V
2014-03-05target-ppc: Change the hpte store APIAneesh Kumar K.V
2014-03-05target-ppc: Fix page table lookup with kvm enabledAneesh Kumar K.V
2014-03-05target-ppc: Fix htab_mask calculationAneesh Kumar K.V
2014-03-05mmu-hash64: fix Virtual Page Class Key ProtectionCédric Le Goater
2013-07-09target-ppc: Change LOG_MMU_STATE() argument to CPUStateAndreas Färber
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-06-28kvm: Change cpu_synchronize_state() argument to CPUStateAndreas Färber
2013-03-22mmu-hash64: Implement Virtual Page Class Key ProtectionDavid Gibson
2013-03-22mmu-hash*: Merge translate and fault handling functionsDavid Gibson
2013-03-22mmu-hash*: Don't use full ppc_hash{32, 64}_translate() path for get_phys_page...David Gibson
2013-03-22mmu-hash*: Correctly mask RPN from hash PTEDavid Gibson
2013-03-22mmu-hash*: Clean up real address calculationDavid Gibson
2013-03-22mmu-hash*: Clean up PTE flags updateDavid Gibson
2013-03-22mmu-hash64: Factor SLB N bit into permissions bitsDavid Gibson
2013-03-22mmu-hash*: Clean up permission checkingDavid Gibson
2013-03-22mmu-hash*: Don't update PTE flags when permission is deniedDavid Gibson
2013-03-22mmu-hash*: Fold pte_check*() logic into callerDavid Gibson
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-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: 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: 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