summaryrefslogtreecommitdiffstats
path: root/target-ppc/cpu.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2011-05-141-3/+305
|\
| * PPC: Implement e500 (FSL) MMUAlexander Graf2011-05-121-3/+301
| * PPC: Add another 64 bits to instruction feature maskAlexander Graf2011-05-121-0/+1
| * PPC: Add GS MSR definitionAlexander Graf2011-05-121-0/+2
| * monitor: add PPC BookE SPRsScott Wood2011-05-091-0/+1
* | Fix typo in comment (embeded -> embedded)Stefan Weil2011-05-081-1/+1
|/
* Implement PAPR VPA functions for pSeries shared processor partitionsDavid Gibson2011-04-011-0/+7
* Virtual hash page table handling on pSeries machineDavid Gibson2011-04-011-0/+2
* Add POWER7 support for ppcDavid Gibson2011-04-011-0/+16
* Support 1T segments on ppcDavid Gibson2011-04-011-0/+7
* Better factor the ppc hash translation pathDavid Gibson2011-04-011-0/+1
* Use "hash" more consistently in ppc mmu codeDavid Gibson2011-04-011-1/+4
* Parse SDR1 on mtspr instead of at translate timeDavid Gibson2011-04-011-1/+10
* Correct ppc popcntb logic, implement popcntw and popcntdDavid Gibson2011-04-011-0/+2
* Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson2011-04-011-0/+2
* Add a hook to allow hypercalls to be emulated on PowerPCDavid Gibson2011-04-011-0/+2
* Clean up PowerPC SLB handling codeDavid Gibson2011-04-011-3/+26
* target-xxx: Use fprintf_function (format checking)Stefan Weil2010-10-301-2/+2
* ppc: remove video.xBlue Swirl2010-10-131-3/+0
* powerpc: Add a virtex5 ml507 refdesign boardEdgar E. Iglesias2010-09-301-0/+4
* powerpc: Improve emulation of the BookE MMUEdgar E. Iglesias2010-09-241-0/+3
* remove exec-all.h inclusion from cpu.hPaolo Bonzini2010-07-031-1/+0
* move cpu_pc_from_tb to target-*/exec.hPaolo Bonzini2010-07-031-5/+0
* Target specific usermode cleanupPaul Brook2010-03-121-0/+6
* Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.Richard Henderson2010-03-121-0/+17
* target-ppc: fix SPE evcmp* instructionsNathan Froyd2010-02-271-4/+4
* PPC: Make DCR uint32_tAlexander Graf2009-12-211-2/+2
* PPC64: Fix alternate timebaseAurelien Jarno2009-12-211-1/+1
* PPC64: Fix timebaseAlexander Graf2009-12-211-1/+1
* PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl2009-11-071-2/+0
* target-ppc: move often used CPU fields at the top of the structureAurelien Jarno2009-10-231-4/+4
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-43/+45
* Get rid of _t suffixmalc2009-10-011-45/+43
* cleanup cpu-exec.c, part 0/N: consolidate handle_cpu_signalNathan Froyd2009-08-241-0/+1
* Replace REGX with PRIx64Blue Swirl2009-08-161-2/+0
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-2/+0
* Replace always_inline with inlineBlue Swirl2009-08-161-1/+1
* target-ppc: add exceptions for conditional storesNathan Froyd2009-08-031-0/+5
* target-ppc: retain l{w,d}arx loaded valueNathan Froyd2009-08-031-1/+3
* target-ppc: add cpu_set_tlsNathan Froyd2009-08-031-0/+11
* target-ppc: fix cpu_clone_regsNathan Froyd2009-08-031-3/+1
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Hardware convenience libraryPaul Brook2009-05-191-1/+0
* target-ppc: expose cpu capability flagsNathan Froyd2009-05-161-0/+139
* Fix PPC resetBlue Swirl2009-04-281-1/+2
* Make the ELF loader aware of backwards compatibilityblueswir12009-03-131-2/+1
* Keep SLB in-CPUblueswir12009-03-071-0/+7
* Implement large pagesblueswir12009-03-071-0/+1
* Implement slbmteblueswir12009-03-071-1/+2
* The _exit syscall is used for both thread termination in NPTL applications,pbrook2009-03-071-1/+2
OpenPOWER on IntegriCloud