]> git.proxmox.com Git - mirror_qemu.git/history - target-ppc/translate_init.c
Use "hash" more consistently in ppc mmu code
[mirror_qemu.git] / target-ppc / translate_init.c
2011-04-01 David GibsonParse SDR1 on mtspr instead of at translate time
2011-04-01 David GibsonImplement missing parts of the logic for the POWER...
2011-02-16 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2011-02-16 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2011-02-16 Tristan GingoldHandle icount for powerpc tbl/tbu/decr load and store.
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-11-01 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-10-30 Stefan Weiltarget-xxx: Use fprintf_function (format checking)
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-09-30 Edgar E. Iglesiaspowerpc: Add a ppc-440x5 Xilinx model
2010-07-26 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-07-18 Aurelien Jarnotarget-ppc: fix power mode checking on 7400/7410
2010-03-26 Dmitry Ilyevskytarget-ppc: generic PowerPC TBL
2009-10-21 Anthony LiguoriMerge commit 'linux-user/linux-user-for-upstream' into...
2009-10-18 Thomas Monjalontarget-ppc: simpler definitions for microcontrollers...
2009-10-18 Thomas Monjalontarget-ppc: add declarations of microcontrollers based...
2009-10-18 Thomas Monjalontarget-ppc: better support of e300 CPU core
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-08-16 Blue SwirlReplace local ADDRX/PADDRX macros with TARGET_FMT_lx/plx
2009-07-27 Juan Quintelarename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-12 Baojun Wangtarget-ppc: enable PPC_MFTB for 44x
2009-06-23 Nathan Froydtarget-ppc: permit linux-user to read PVR
2009-06-17 Blue SwirlReplace ELF section hack with normal table
2009-05-15 Nathan Froydtarget-ppc: expose cpu capability flags
2009-04-28 Tristan GingoldFix powerpc 604 reset vector
2009-04-28 Blue SwirlFix PPC reset
2009-03-10 aurel32target-ppc: fix commit r6789
2009-03-09 aurel32target-ppc: free a tcg temp variable
2009-03-09 aurel32target-ppc: add support for reading/writing spefscr
2009-03-07 aurel32Fix off-by-one errors for Altivec and SPE registers
2009-03-07 blueswir1Keep SLB in-CPU
2009-03-07 blueswir1Nop some SPRs on 970fx
2009-03-03 aurel32target-ppc: improve mfcr/mtcrf
2009-03-02 aurel32kvm/powerpc: Add irq support for E500 core
2009-02-28 blueswir1Implement HIOR
2009-02-09 aurel32target-ppc: Model e500v{1,2} CPUs more accurately
2009-02-09 aurel32target-ppc: Model SPE floating-point instructions more...
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-02-03 aurel32Add calls to initialize VSCR on appropriate machines
2009-01-24 aurel32target-ppc: Add SPE register read/write using XML
2009-01-24 aurel32target-ppc: Add Altivec register read/write using XML
2009-01-24 aurel32target-ppc: Add float register read/write using XML
2009-01-24 aurel32target-ppc: Include gdbstub.h
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-12-11 aurel32target-ppc: rework exception code
2008-12-07 aurel32target-ppc: convert SPR accesses to TCG
2008-11-16 blueswir1Attached patch fixes a series of this warning
2008-10-21 aurel32target-ppc: Convert XER accesses to TCG
2008-09-20 blueswir1Suppress gcc 4.x -Wpointer-sign (included in -Wall...
2008-09-14 aurel32ppc: Convert ctr, lr moves to TCG
2008-08-30 blueswir1Fix some warnings that would be generated by gcc -Wredu...
2007-12-10 j_mayerFix PowerPC 74xx definitions.
2007-11-21 j_mayerFix PowerPC 7xx definitions.
2007-11-19 j_mayerRemove shared macro used to define PowerPC implementati...
2007-11-19 j_mayerPowerPC 620 MMU do not have the same exact behavior...
2007-11-19 j_mayerNew PowerPC CPU flag to define the decrementer and...
2007-11-17 j_mayerImprove PowerPC instructions set dump.
2007-11-17 j_mayerAdd definitions for Freescale PowerPC implementations,
2007-11-17 j_mayerDefine Freescale cores specific MMU model, exceptions...
2007-11-17 j_mayerA little more granularity in PowerPC instructions defin...
2007-11-17 j_mayerMake the PowerPC MMU model, exception model and input...
2007-11-17 j_mayerAlways make all PowerPC exception definitions visible.
2007-11-14 j_mayerReorganize PowerPC instructions categories, add icbi...
2007-11-12 j_mayerAdd PVR and SPR definition for most embedded PowerPC...
2007-11-10 j_mayerAllow selection of PowerPC CPU giving a PVR.
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-11-04 j_mayerPowerPC 601 need specific callbacks for its BATs setup.
2007-11-03 j_mayerFix PowerPC high BATs access: BAT number was incorrect.
2007-11-03 j_mayerPowerPC MMU and exception fixes:
2007-10-25 j_mayerImplement power-management for all defined PowerPC...
2007-10-25 j_mayerAllow selection of all defined PowerPC 74xx (aka G4...
2007-10-14 j_mayerThere is no need of a specific MMU model for PowerPC...
2007-10-08 j_mayerRemove synonymous in PowerPC MSR bits definitions.
2007-10-08 j_mayerReal-mode only PowerPC 40x do not have any TLBs.
2007-10-08 j_mayerImplement exception prefix feature for PowerPC 601.
2007-10-08 j_mayerAdd missing exception vectors for PowerPC 7x5.
2007-10-07 j_mayerWork-around C89 and/or "old" gcc unspecified behavior...
2007-10-07 j_mayerReorganize the CPUPPCState structure to group features.
2007-10-07 j_mayerAdd MSR bits signification per PowerPC implementation...
2007-10-05 j_mayerFull implementation of PowerPC 64 MMU, just missing...
2007-10-05 j_mayerRename PowerPC MMUCSR0 and MMUCFG SPRs: those are not...
2007-10-05 j_mayerPowerPC hardware reset vector is now considered as...
2007-10-04 j_mayerMore cache tuning fixes:
2007-10-04 j_mayerMake PowerPC cache line size implementation dependant.
2007-10-03 j_mayerHID0 is a write-clear register on 970 (DBSR).
2007-10-03 j_mayerWe never have to export ppc_set_irq.
2007-10-01 j_mayerMore comments about unimplemented SPRs.
2007-10-01 j_mayerShare more SPR instanciations between all PowerPC 401...
2007-10-01 j_mayerImplement embedded PowerPC exceptions prefix and vector...
2007-10-01 j_mayerShare input pins and internal interrupt controller...
2007-09-30 j_mayerFix inconsistent end conditions in ppc_find_xxx functions.
2007-09-30 j_mayerImplement the PowerPC alternate time-base, following...
2007-09-29 j_mayerPowerPC emulation optimization:
2007-09-29 j_mayerRework PowerPC exceptions model to make it more versatile:
2007-09-29 j_mayerDefine the proper bfd_mach to be used by the disassembl...
2007-09-29 j_mayerChange POWERPC_PPC_GENERIC to POWERPC_DEFAULT.
next