summaryrefslogtreecommitdiffstats
path: root/target-ppc/helper.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafBlue Swirl2011-07-011-20/+173
|\
| * PPC: move TLBs to their own arraysAlexander Graf2011-06-171-13/+13
| * PPC: E500: Use MAS registers instead of internal TLB representationAlexander Graf2011-06-171-9/+146
| * target-ppc: Handle memory-forced I/O controller accessHervé Poussineau2011-06-171-0/+16
* | Remove exec-all.h include directivesBlue Swirl2011-06-261-1/+0
|/
* Fix compilation warning due to missing header for sigaction (followup)Alexandre Raymond2011-06-081-1/+0
* Fix a bug in mtsr/mtsrin emulation on ppc64David Gibson2011-05-201-5/+4
* PPC: Implement e500 (FSL) MMUAlexander Graf2011-05-121-56/+213
* Virtual hash page table handling on pSeries machineDavid Gibson2011-04-011-8/+28
* Add POWER7 support for ppcDavid Gibson2011-04-011-0/+6
* Support 1T segments on ppcDavid Gibson2011-04-011-12/+38
* Better factor the ppc hash translation pathDavid Gibson2011-04-011-48/+19
* Use "hash" more consistently in ppc mmu codeDavid Gibson2011-04-011-49/+46
* Parse SDR1 on mtspr instead of at translate timeDavid Gibson2011-04-011-35/+45
* Clean up slb_lookup() functionDavid Gibson2011-04-011-27/+18
* Implement PowerPC slbmfee and slbmfev instructionsDavid Gibson2011-04-011-0/+26
* Add a hook to allow hypercalls to be emulated on PowerPCDavid Gibson2011-04-011-0/+8
* Clean up PowerPC SLB handling codeDavid Gibson2011-04-011-126/+50
* ppc: remove video.xBlue Swirl2010-10-131-11/+0
* ppc: Minor 40x MMU fixesJohn Clark2010-10-051-2/+0
* powerpc: Improve emulation of the BookE MMUEdgar E. Iglesias2010-09-241-8/+30
* PPC: Redesign interrupt trigger pathAlexander Graf2010-09-151-51/+29
* powerpc: Avoid TLB related log spammingEdgar E. Iglesias2010-09-111-1/+0
* target-ppc: remove useless lineThomas Monjalon2010-05-311-1/+0
* target-ppc: fix RFI by clearing some bits of MSRThomas Monjalon2010-05-311-1/+0
* ppc: remove dead assignments, spotted by clang analyzerBlue Swirl2010-04-251-3/+9
* Large page TLB flushPaul Brook2010-03-171-3/+4
* Remove cpu_get_phys_page_debug from userspace emulationPaul Brook2010-03-121-5/+0
* PPC: Fix large pagesAlexander Graf2010-02-141-5/+4
* ppc-40x: Correct ESR for zone protection faults.Edgar E. Iglesias2010-01-141-5/+18
* ppc-40x: Correct decoding of zone protection bits.Edgar E. Iglesias2010-01-141-1/+1
* user: move CPU reset call to main.c for x86/PPC/SparcBlue Swirl2009-11-071-3/+0
* PPC: rename cpu_ppc_reset to cpu_reset for consistencyBlue Swirl2009-11-071-3/+2
* PPC: remove unneeded calls to device resetBlue Swirl2009-11-071-0/+2
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-58/+58
* Get rid of _t suffixmalc2009-10-011-58/+58
* Replace REGX with PRIx64Blue Swirl2009-08-161-2/+3
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-109/+104
* Replace always_inline with inlineBlue Swirl2009-08-161-79/+66
* target-ppc: retain l{w,d}arx loaded valueNathan Froyd2009-08-031-1/+1
* Fix most warnings (errors with -Werror) when debugging is enabledBlue Swirl2009-07-201-10/+10
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* Include assert.h from qemu-common.hPaul Brook2009-05-131-1/+0
* Fix PPC resetBlue Swirl2009-04-281-0/+1
* qemu: introduce qemu_init_vcpu (Marcelo Tosatti)aliguori2009-04-241-2/+1
* target-ppc: Explain why the whole TLB is flushed on SR writeaurel322009-03-291-0/+2
* Disable BAT for 970blueswir12009-03-071-3/+3
* Keep SLB in-CPUblueswir12009-03-071-63/+69
* Fix NX bitblueswir12009-03-071-1/+1
* Enable 64bit mode on interruptsblueswir12009-03-071-1/+5
OpenPOWER on IntegriCloud