aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/mmu-hash64.c
AgeCommit message (Expand)Author
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