optimize omap3 dss packed 24bpp mode
[qemu] / target-arm / helper.c
2009-03-07 aurel32Fix correct reset value for ARM CP15 c1 auxiliary contr...
2009-03-07 aurel32clean build: Fix arm build warnings
2009-02-19 Riku VoipioMerge branch 'upstream' into maemo-test
2009-02-13 Juha RiihimäkiID mods for OMAP3 emulation
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-01-27 Juha RiihimäkiAdd elementary OMAP3530 Beagleboard support
2009-01-26 aliguoriLog reset events (Jan Kiszka)
2009-01-21 Juha RiihimäkiAdd ARM TrustZone feature flag and security control...
2009-01-21 Juha RiihimäkiFix correct reset value for ARM CP15 c1 auxiliary contr...
2008-12-19 pbrookImplement flush-to-zero mode (denormal results are...
2008-12-19 pbrookImplement default-NaN mode.
2008-12-19 pbrookImplement ARMv7 cp15 cache ID registers.
2008-12-19 pbrookImplement (very) basic Thumb2-EE support. This doesn...
2008-12-19 pbrookFix VFP fixed point conversion routines.
2008-12-19 pbrookImplement ARMv7 MMU access permissions.
2008-10-22 pbrookFix ARMv6 translation table base address calculation.
2008-10-22 pbrookOptimize redundant cp15 coprocessor access control...
2008-10-11 pbrookAdd GDB XML register description support.
2008-07-19 balrogARMv6: fix SIMD add/sub carry flags (Vincent Palatin).
2008-07-19 balrogFix smlald, smlsld, pkhtp, pkhbt, ssat, usat, umul...
2008-07-02 pbrookARMv7-M interrupt stack alignment fix.
2008-05-01 pbrookFix incorrect argument types.
2008-04-20 balrogRemove an unused field and fix some non-code typos.
2008-04-20 balrogCorrect more ARM VFP 32/64 and signed/unsigned typos.
2008-04-14 balrogAdd basic OMAP2 chip support.
2008-04-13 balrogStore the right TCG temp (typo).
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-04-11 aurel32Fix few spelling issues in comments
2008-04-01 pbrookARM N=Z=1 flag fix.
2008-03-31 pbrookARM TCG conversion 14/16.
2008-03-31 pbrookARM TCG conversion 13/16.
2008-03-31 pbrookARM TCG conversion 12/16.
2008-03-31 pbrookARM TCG conversion 11/16.
2008-03-31 pbrookARM TCG conversion 10/16.
2008-03-31 pbrookARM TCG conversion 9/16.
2008-03-31 pbrookARM TCG conversion 7/16.
2008-03-31 pbrookARM TCG conversion 6/16.
2008-03-31 pbrookARM TCG conversion 4/16.
2008-03-31 pbrookARM TCG conversion 2/16.
2008-03-31 pbrookARM TCG conversion 1/16.
2007-12-09 thsHandle cpu_model in copy_cpu(), by Kirill A. Shutemov.
2007-11-24 pbrookThumb semihosting fixes.
2007-11-13 balrogPrevent cpsr_write/_read be put out of line in op.o...
2007-11-11 pbrookARMv7 support.
2007-11-10 bellardadded cpu_model parameter to cpu_init()
2007-10-31 balrogInvalidate TLBs when domains are changed (Matthew Warton).
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-10-12 j_mayerUnify '-cpu ?' option.
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-08-01 balrogSpecial-case iWMMXt register transfer insns, which...
2007-07-29 balrogFix XScale MMU's extended small pages.
2007-07-29 balrogBasic OMAP310 support. Basic Palm Tungsten|E machine...
2007-06-24 balrogReset ARM cp15.c1_sys to default values. Fix XScale...
2007-05-08 pbrookARM946 CPU support.
2007-04-30 balrogImplement iwMMXt instruction set for the PXA270 cpu.
2007-04-30 balrogCore features of ARM XScale processors. Main PXA270...
2007-04-29 pbrookFix ARM fine pagetables.
2007-04-07 j_mayercpu_get_phys_page_debug should return target_phys_addr_t
2007-03-11 pbrookARM reabbot support (orginal patch by Aurelien Jarno).
2007-03-08 pbrookFix typo in help output.
2007-03-08 pbrookImplement --cpu for ARM.
2007-01-20 pbrookAdd ARM Angel semihosting to system emulation.
2006-09-09 pbrookArm MMU fix (Justin Fletcher).
2006-07-21 pbrookFix Arm cp15 c13 (Process ID) register writes.
2006-03-14 pbrookFix FIQ bank switching.
2006-02-20 pbrookAdd Arm926 core support.
2006-02-04 pbrookImplement Arm BKPT instruction.
2005-12-18 bellardswitching to Arm mode in do_interrupt() (Paul Brook)
2005-11-26 bellardARM system emulation (Paul Brook)