]> git.proxmox.com Git - qemu.git/history - target-ppc/mmu-hash64.c
rng-egd: remove redundant free
[qemu.git] / target-ppc / mmu-hash64.c
2013-07-18 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-07-15 Richard HendersonMerge git://github.com/hw-claudio/qemu-aarch64-queue...
2013-07-10 Anthony LiguoriMerge remote-tracking branch 'afaerber/tags/qom-cpu...
2013-07-09 Andreas Färbertarget-ppc: Change LOG_MMU_STATE() argument to CPUState
2013-07-09 Andreas Färberlog: Change log_cpu_state[_mask]() argument to CPUState
2013-07-01 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-06-28 Anthony LiguoriMerge remote-tracking branch 'mjt/trivial-patches'...
2013-06-28 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2013-06-28 Andreas Färberkvm: Change cpu_synchronize_state() argument to CPUState
2013-03-26 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-03-23 Blue SwirlMerge branch 'for-upstream' of git://github.com/mwalle...
2013-03-22 Aurelien JarnoMerge branch 'ppc-for-upstream' of git://github.com...
2013-03-22 David Gibsonmmu-hash64: Implement Virtual Page Class Key Protection
2013-03-22 David Gibsonmmu-hash*: Merge translate and fault handling functions
2013-03-22 David Gibsonmmu-hash*: Don't use full ppc_hash{32, 64}_translate...
2013-03-22 David Gibsonmmu-hash*: Correctly mask RPN from hash PTE
2013-03-22 David Gibsonmmu-hash*: Clean up real address calculation
2013-03-22 David Gibsonmmu-hash*: Clean up PTE flags update
2013-03-22 David Gibsonmmu-hash64: Factor SLB N bit into permissions bits
2013-03-22 David Gibsonmmu-hash*: Clean up permission checking
2013-03-22 David Gibsonmmu-hash*: Don't update PTE flags when permission is...
2013-03-22 David Gibsonmmu-hash*: Fold pte_check*() logic into caller
2013-03-22 David Gibsonmmu-hash64: Clean up ppc_hash64_htab_lookup()
2013-03-22 David Gibsonmmu-hash*: Remove permission checking from find_pte...
2013-03-22 David Gibsonmmu-hash*: Make find_pte{32, 64} do more of the job...
2013-03-22 David Gibsonmmu-hash*: Separate PTEG searching from permissions...
2013-03-22 David Gibsonmmu-hash*: Don't keep looking for PTEs after we find...
2013-03-22 David Gibsonmmu-hash*: Cleanup segment-level NX check
2013-03-22 David Gibsonmmu-hash*: Combine ppc_hash{32, 64}_get_physical_addres...
2013-03-22 David Gibsonmmu-hash*: Remove eaddr field from mmu_ctx_hash{32...
2013-03-22 David Gibsonmmu-hash64: Remove nx from mmu_ctx_hash64
2013-03-22 David Gibsonmmu-hash*: Reduce use of access_type
2013-03-22 David Gibsonmmu-hash*: Add hash pte load/store helpers
2013-03-22 David Gibsonmmu-hash*: Add header file for definitions
2013-03-22 David Gibsontarget-ppc: mmu_ctx_t should not be a global type
2013-03-22 David Gibsontarget-ppc: Don't share get_pteg_offset() between 32...
2013-03-22 David Gibsontarget-ppc: Disentangle hash mmu helper functions
2013-03-22 David Gibsontarget-ppc: Disentangle hash mmu versions of cpu_get_ph...
2013-03-22 David Gibsontarget-ppc: Disentangle hash mmu paths for cpu_ppc_hand...
2013-03-22 David Gibsontarget-ppc: Disentangle get_physical_address() paths
2013-03-22 David Gibsontarget-ppc: Disentangle get_segment()
2013-03-22 David Gibsontarget-ppc: Disentangle find_pte()
2013-03-22 David Gibsontarget-ppc: Disentangle pte_check()
2013-03-22 David Gibsontarget-ppc: Move SLB handling into a mmu-hash64.c