summaryrefslogtreecommitdiff
path: root/target-ppc
AgeCommit message (Expand)AuthorFilesLines
2012-08-15Merge remote-tracking branch 'agraf/ppc-for-upstream' into stagingAnthony Liguori1-1/+1
2012-08-15win32: provide separate macros for weak decls and definitionsAnthony Liguori1-2/+2
2012-08-15ppc: Fix bug in handling of PAPR hypercall exitsDavid Gibson1-1/+1
2012-08-13target-ppc: add implementation of query-cpu-definitions (v2)Anthony Liguori1-0/+26
2012-06-27pseries: Convert sPAPR TCEs to use generic IOMMU infrastructureDavid Gibson1-2/+2
2012-06-24target-ppc: Fix 2nd parameter for tcg_gen_shri_tlStefan Weil1-1/+1
2012-06-24target-ppc: Fix build with --enable-debugStefan Weil1-1/+1
2012-06-24PPC: BookE206: Bump MAS2 to 64bitAlexander Graf1-1/+1
2012-06-24PPC: BookE: Support 32 and 64 bit wide MAS2Alexander Graf1-1/+18
2012-06-24PPC: Extract SPR dump generation into its own functionAlexander Graf1-12/+18
2012-06-24PPC: Add e5500 CPU targetAlexander Graf1-3/+93
2012-06-24PPC: BookE: Make ivpr selectable by CPU typeAlexander Graf1-4/+5
2012-06-24PPC: BookE: Implement EPR SPRAlexander Graf4-0/+38
2012-06-24PPC: Add support for MSR_CMAlexander Graf4-6/+16
2012-06-24PPC: Add some booke SPR definesAlexander Graf1-0/+22
2012-06-24ppc64: Rudimentary Support for extra page sizes on server CPUsBenjamin Herrenschmidt5-0/+272
2012-06-24booke_206_tlbwe: Discard invalid bits in MAS2Fabien Chouteau1-2/+15
2012-06-24ppc: Make hbrev table constBlue Swirl1-1/+1
2012-06-24ppc: Add missing breakBlue Swirl1-0/+1
2012-06-24ppc: Move load and store helpers, switch to AREG0 free modeBlue Swirl5-89/+90
2012-06-24ppc: Move misc helpers from helper.c to misc_helper.cBlue Swirl2-9/+9
2012-06-24ppc: Avoid AREG0 for misc helpersBlue Swirl5-27/+25
2012-06-24ppc: Split off misc helpersBlue Swirl3-94/+118
2012-06-24ppc: Avoid AREG0 for timebase helpersBlue Swirl5-69/+71
2012-06-24ppc: Split off timebase helpersBlue Swirl3-135/+162
2012-06-24ppc: Cleanup MMU mergeBlue Swirl2-106/+35
2012-06-24ppc: Move MMU helpers from helper.c to mmu_helper.cBlue Swirl2-2475/+2471
2012-06-24ppc: Avoid a warning with the next patchBlue Swirl1-2/+2
2012-06-24ppc: Avoid AREG0 for MMU etc. helpersBlue Swirl5-133/+142
2012-06-24ppc: Split MMU etc. helpers from op_helper.cBlue Swirl3-854/+884
2012-06-24ppc: Avoid AREG0 for integer and vector helpersBlue Swirl4-191/+280
2012-06-24ppc: Split integer and vector opsBlue Swirl3-1500/+1540
2012-06-24ppc: Avoid AREG0 for FPU and SPE helpersBlue Swirl4-322/+346
2012-06-24ppc: Split FPU and SPE opsBlue Swirl3-1710/+1733
2012-06-24ppc: Move exception helpers from helper.c to excp_helper.cBlue Swirl3-746/+745
2012-06-24ppc: Fix coding style in helper.cBlue Swirl1-164/+230
2012-06-24ppc: Avoid AREG0 for exception helpersBlue Swirl5-76/+85
2012-06-24ppc: Split exception helpersBlue Swirl3-190/+220
2012-06-24ppc: Fix coding style in op_helper.cBlue Swirl1-520/+725
2012-06-21qemu-log: use LOG_UNIMP for some target CPU casesBlue Swirl1-1/+1
2012-06-09target-ppc: Unbreak kvm_ppc.c buildAndreas Färber1-1/+1
2012-06-07build: move other target-*/ objects to nested Makefile.objsPaolo Bonzini1-0/+3
2012-06-07build: move libobj-y variable to nested Makefile.objsPaolo Bonzini1-1/+3
2012-06-07build: move obj-TARGET-y variables to nested Makefile.objsPaolo Bonzini1-0/+1
2012-06-04Kill off cpu_state_reset()Andreas Färber1-5/+0
2012-06-04target-ppc: Let cpu_ppc_init() return PowerPCCPUAndreas Färber2-4/+12
2012-05-01target-ppc: Some support for dumping TLB_EMB TLBsFrançois Revol1-0/+50
2012-05-01PPC: Fix up e500 cache size settingAlexander Graf1-12/+14
2012-04-15target-ppc/machine.c: Drop unnecessary ifdefsJuan Quintela1-8/+0
2012-04-15target-ppc: Init dcache and icache size for e500 user modeMeador Inge1-1/+4