]> git.proxmox.com Git - qemu.git/history - target-ppc/translate_init.c
Use glib memory allocation and free functions
[qemu.git] / target-ppc / translate_init.c
2011-08-21 Anthony LiguoriUse glib memory allocation and free functions
2011-07-22 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-07-20 Blue SwirlMerge branch 'for-upstream' of git://git.linaro.org...
2011-07-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-17 Alexander GrafPPC: move TLBs to their own arrays
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-03 Aurelien JarnoMerge branch 's390-next' of git://repo.or.cz/qemu/agraf
2011-06-03 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-06-03 Stefan Weilppc: Fix compilation for ppc64-softmmu
2011-05-14 Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-05-12 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-05-11 Alexander GrafPPC: Implement e500 (FSL) MMU
2011-05-11 Alexander GrafPPC: Add another 64 bits to instruction feature mask
2011-05-08 Stefan WeilFix typos in comments (instanciation -> instantiation)
2011-05-05 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2011-04-01 David GibsonAdd POWER7 support for ppc
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.
next