summaryrefslogtreecommitdiffstats
path: root/target-ppc/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* ppc/spapr: Add "ibm,pa-features" property to the device-treeBenjamin Herrenschmidt2015-10-231-0/+1
* ppc: Add mmu_model defines for arch 2.03 and 2.07Benjamin Herrenschmidt2015-10-231-5/+5
* target-*: Drop cpu_gen_code defineRichard Henderson2015-10-071-1/+0
* ppc: Rename ELF_MACHINE to be PPC specificPeter Crosthwaite2015-09-251-2/+2
* tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-111-1/+1
* cpu-exec: Purge all uses of ENV_GET_CPU()Peter Crosthwaite2015-07-091-1/+1
* Convert (ffs(val) - 1) to ctz32(val)Stefan Hajnoczi2015-04-281-2/+2
* cpu: Make cpu_init() return QOM CPUState objectEduardo Habkost2015-03-101-8/+1
* PPC: Introduce the Virtual Time Base (VTB) SPR registerCyril Bur2015-03-091-0/+1
* target-ppc: Use right page size with hash table lookupAneesh Kumar K.V2015-03-091-0/+1
* exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell2015-01-201-2/+0
* Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell2015-01-101-1/+25
|\
| * target-ppc: Introduce TEXASRU Bit FieldsTom Musta2015-01-071-0/+20
| * target-ppc: Introduce Feature Flag for Transactional MemoryTom Musta2015-01-071-0/+2
| * target-ppc: Introduce Instruction Type for Transactional MemoryTom Musta2015-01-071-1/+3
* | target-ppc: pass DisasContext to SPR generator functionsPaolo Bonzini2014-12-231-6/+7
|/
* target-ppc: Use macros in opcodes table handling codeBharata B Rao2014-11-041-1/+2
* target-ppc : Allow fc[tf]id[*] mnemonics for non TARGET_PPC64Pierre Mallard2014-11-041-1/+4
* target-ppc: Use cpu_exec_interrupt qom hookRichard Henderson2014-09-251-1/+0
* target-ppc: enable virtio endian ambivalent supportGreg Kurz2014-06-291-0/+2
* target-ppc: Add DFP to Emulated Instructions FlagTom Musta2014-06-271-1/+1
* spapr_hcall: Add address-translation-mode-on-interrupt resource in H_SET_MODEAlexey Kardashevskiy2014-06-161-1/+3
* target-ppc: Add POWER8's Event Based Branch (EBB) control SPRsAlexey Kardashevskiy2014-06-161-0/+7
* KVM: target-ppc: Enable TM state migrationAlexey Kardashevskiy2014-06-161-0/+14
* target-ppc: Add POWER8's TM SPRsAlexey Kardashevskiy2014-06-161-0/+10
* target-ppc: Add POWER8's MMCR2/MMCRS SPRsAlexey Kardashevskiy2014-06-161-0/+3
* target-ppc: Add POWER8's FSCR SPRAlexey Kardashevskiy2014-06-161-0/+16
* target-ppc: Add POWER8's TIR SPRAlexey Kardashevskiy2014-06-161-0/+1
* target-ppc: Add HID4 SPR for PPC970Alexey Kardashevskiy2014-06-161-0/+1
* target-ppc: Add PMC7/8 to 970 classAlexey Kardashevskiy2014-06-161-0/+4
* target-ppc: Add "POWER" prefix to MMCRA PMU registersAlexey Kardashevskiy2014-06-161-1/+2
* target-ppc: Copy and split gen_spr_7xx() for 970Alexey Kardashevskiy2014-06-161-0/+20
* target-ppc: Merge 970FX and 970MP into a single 970 classAlexey Kardashevskiy2014-06-161-0/+5
* target-ppc: Rename 7XX/60x/74XX/e600 PMU SPRsAlexey Kardashevskiy2014-06-161-20/+20
* PPC: e500: Merge 32 and 64 bit SPE emulationAlexander Graf2014-06-161-4/+0
* spapr: Limit threads per core according to current compatibility modeAlexey Kardashevskiy2014-06-161-0/+1
* target-ppc: Implement "compat" CPU optionAlexey Kardashevskiy2014-06-161-0/+11
* PPC: Properly emulate L1CSR0 and L1CSR1Alexander Graf2014-06-161-0/+12
* PPC: Add L1CFG1 SPR emulationAlexander Graf2014-06-161-0/+1
* PPC: Add definitions for GIVORsAlexander Graf2014-06-161-0/+6
* cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini2014-05-131-3/+0
* PPC: Clean up DECR implementationAlexander Graf2014-04-081-0/+1
* target-ppc: Introduce powerisa-207-server flagAlexey Kardashevskiy2014-03-201-0/+2
* target-ppc: Reset SPRs on CPU resetAlexey Kardashevskiy2014-03-201-0/+1
* exec: Change cpu_abort() argument to CPUStateAndreas Färber2014-03-131-1/+1
* cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber2014-03-131-2/+2
* cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber2014-03-131-8/+0
* target-ppc: add PowerPCCPU::cpu_dt_idAlexey Kardashevskiy2014-03-051-0/+18
* target-ppc: Fix htab_mask calculationAneesh Kumar K.V2014-03-051-0/+1
* target-ppc: Altivec 2.07: Update AVR StructureTom Musta2014-03-051-0/+4
OpenPOWER on IntegriCloud