summaryrefslogtreecommitdiffstats
path: root/target-ppc
Commit message (Expand)AuthorAgeFilesLines
* mmu-hash*: Make find_pte{32, 64} do more of the job of finding ptesDavid Gibson2013-03-222-147/+92
* mmu-hash*: Separate PTEG searching from permissions checkingDavid Gibson2013-03-224-67/+77
* mmu-hash*: Don't keep looking for PTEs after we find a matchDavid Gibson2013-03-222-122/+60
* mmu-hash*: Cleanup segment-level NX checkDavid Gibson2013-03-222-83/+83
* mmu-hash32: Split direct store segment handling into a helperDavid Gibson2013-03-221-56/+61
* mmu-hash32: Split out handling of direct store segmentsDavid Gibson2013-03-221-78/+78
* mmu-hash*: Combine ppc_hash{32, 64}_get_physical_address and get_segment{32, ...David Gibson2013-03-222-51/+35
* mmu-hash*: Remove eaddr field from mmu_ctx_hash{32, 64}David Gibson2013-03-222-14/+10
* mmu-hash64: Remove nx from mmu_ctx_hash64David Gibson2013-03-221-8/+8
* mmu-hash*: Reduce use of access_typeDavid Gibson2013-03-222-87/+66
* mmu-hash*: Add hash pte load/store helpersDavid Gibson2013-03-224-28/+75
* mmu-hash*: Add header file for definitionsDavid Gibson2013-03-226-90/+171
* target-ppc: mmu_ctx_t should not be a global typeDavid Gibson2013-03-224-29/+50
* target-ppc: Disentangle BAT code for 32-bit hash MMUsDavid Gibson2013-03-223-38/+142
* target-ppc: Don't share get_pteg_offset() between 32 and 64-bitDavid Gibson2013-03-225-11/+10
* target-ppc: Disentangle hash mmu helper functionsDavid Gibson2013-03-224-16/+193
* target-ppc: Disentangle hash mmu versions of cpu_get_phys_page_debug()David Gibson2013-03-225-21/+48
* target-ppc: Disentangle hash mmu paths for cpu_ppc_handle_mmu_faultDavid Gibson2013-03-225-41/+231
* target-ppc: Disentangle get_physical_address() pathsDavid Gibson2013-03-226-46/+58
* target-ppc: Rework get_physical_address()David Gibson2013-03-221-46/+52
* target-ppc: Disentangle get_segment()David Gibson2013-03-225-111/+280
* target-ppc: Disentangle find_pte()David Gibson2013-03-226-122/+164
* target-ppc: Disentangle pte_check()David Gibson2013-03-227-56/+179
* target-ppc: Move SLB handling into a mmu-hash64.cDavid Gibson2013-03-225-199/+232
* target-ppc: Remove address check for loggingDavid Gibson2013-03-221-6/+4
* target-ppc: Trivial cleanups in mmu_helper.cDavid Gibson2013-03-222-11/+3
* target-ppc: Remove vestigial PowerPC 620 supportDavid Gibson2013-03-228-335/+8
* PPC/GDB: handle read and write of fpscrFabien Chouteau2013-03-223-1/+8
* target-ppc: Remove CONFIG_PSERIES dependency in kvm.cDavid Gibson2013-03-221-1/+1
* cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber2013-03-124-4/+10
* cpu: Pass CPUState to cpu_interrupt()Andreas Färber2013-03-121-1/+1
* cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber2013-03-125-21/+36
* target-ppc: Move CPU aliases out of translate_init.cAndreas Färber2013-03-083-198/+211
* target-ppc: Report CPU aliases for QMPAndreas Färber2013-03-081-0/+21
* target-ppc: List alias names alongside CPU modelsAndreas Färber2013-03-081-12/+11
* target-ppc: Make host CPU a subclass of the host's CPU modelAndreas Färber2013-03-082-50/+31
* target-ppc: Fix PPC_DUMP_SPR_ACCESS buildAndreas Färber2013-03-081-2/+2
* target-ppc: Synchronize FPU state with KVMDavid Gibson2013-03-081-0/+130
* target-ppc: Add mechanism for synchronizing SPRs with KVMDavid Gibson2013-03-083-57/+178
* target-ppc: Change "POWER7" CPU aliasAndreas Färber2013-03-081-1/+1
* target-ppc: Fix remaining microcontroller typos among modelsAndreas Färber2013-03-081-6/+6
* target-ppc: Split model definitions out of translate_init.cAndreas Färber2013-03-084-1905/+1955
* target-ppc: Update Coding Style for CPU modelsAndreas Färber2013-03-081-100/+100
* target-ppc: Turn descriptive CPU model comments into device descriptionsAndreas Färber2013-03-081-860/+754
* target-ppc: Turn descriptive CPU family comments into device descriptionsAndreas Färber2013-03-081-52/+107
* target-ppc: Set remaining fields on CPU family classesAndreas Färber2013-03-081-430/+375
* target-ppc: Register all types for TARGET_PPCEMBAndreas Färber2013-03-081-9/+34
* target-ppc: Set instruction flags on CPU family classesAndreas Färber2013-03-081-495/+499
* target-ppc: Introduce abstract CPU family typesAndreas Färber2013-03-081-69/+432
* target-ppc: Convert CPU definitionsAndreas Färber2013-03-084-117/+115
OpenPOWER on IntegriCloud