aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* removed unused codebellard2008-05-125-14/+0
* CRIS: Remove some old dyngen T0/T1 fiddle. More usage of the results from the...edgar_igl2008-05-121-34/+38
* Debugger single step without interrupts (Jason Wessel).edgar_igl2008-05-121-0/+2
* Remove someexplicit alignment checks (initial patch by Fabrice Bellard)blueswir12008-05-112-98/+112
* Update the etrax machine.edgar_igl2008-05-113-20/+46
* Add limited support for the etrax ethernet controller.edgar_igl2008-05-111-0/+453
* Add support for parts of the etraxfs dma controller.edgar_igl2008-05-112-0/+718
* Correct interrupt masking for etrax timers.edgar_igl2008-05-111-1/+1
* Add TCG native negation op.pbrook2008-05-117-16/+50
* CRIS: Add support for the pseudo randomized set that the mmu provides with TL...edgar_igl2008-05-112-13/+41
* Add zero extension (pseudo-)ops.pbrook2008-05-114-14/+61
* Fix parallel build (broken by commit r4407)aurel322008-05-101-1/+1
* Fix argument description for -loadvm optionaurel322008-05-101-1/+1
* Fix broken PPC user space single steppingaurel322008-05-101-23/+39
* REXB optimization cannot be done at this levelbellard2008-05-101-1/+1
* added missing return (Mike Frysinger)bellard2008-05-101-0/+2
* fixed qemu_st8 insn - prologue saved too many registersbellard2008-05-101-8/+6
* Correct a formatting issue (Carlo Marcelo Arenas Belon).edgar_igl2008-05-101-2/+2
* CRIS: helper_dummy no longer needed as barrier for qemu_ld/st.edgar_igl2008-05-101-13/+0
* Fix DEBUG_TCGV.pbrook2008-05-101-3/+3
* Fix ppcemb-softmmu (Stuart Brady)blueswir12008-05-101-0/+1
* fixed do_restore_state()bellard2008-05-101-5/+7
* Rename CONFIG_NO_DYNGEN_OP to CONFIG_DYNGEN_OP to avoid double negativesblueswir12008-05-106-16/+29
* Remove duplicated fieldblueswir12008-05-101-1/+0
* Add a TODO fileblueswir12008-05-102-8/+89
* no need to define global registers in cpu-exec.cbellard2008-05-101-41/+4
* suppressed fixed registersbellard2008-05-104-80/+14
* initial global prologue/epilogue implementationbellard2008-05-102-78/+31
* fixed global variable handling with qemu load/stores - initial global prologu...bellard2008-05-104-62/+219
* Fix compiler warnings in common filesblueswir12008-05-106-31/+30
* Fix compiler warningsblueswir12008-05-1015-121/+104
* updatebellard2008-05-101-1/+4
* Special-case CTL_ALIAS instead of CTL_DNS in udp loopback test.balrog2008-05-104-7/+8
* Improve tsc2005 touchscreen usability.balrog2008-05-093-15/+7
* Add the LM8323-based keyboard of N810.balrog2008-05-094-9/+658
* CPU feature selection supportblueswir12008-05-096-231/+409
* Move #include to speed up compilationblueswir12008-05-092-5/+3
* SH4 serial controler improvementsaurel322008-05-093-5/+49
* SH4 MMU improvementsaurel322008-05-097-6/+158
* Move #include "softfloat.h" to cpu-all.haurel322008-05-092-2/+1
* x86_64 and better i386 supportbellard2008-05-091-86/+147
* list of maintainersbellard2008-05-091-0/+73
* Remove x86-64 specific reg fillers.edgar_igl2008-05-091-134/+1
* Debugger single step without interrupts (Jason Wessel).edgar_igl2008-05-094-6/+70
* Add x86_64 gdb stub for qemu (Jason Wessel).edgar_igl2008-05-091-1/+133
* CRIS: Concistent use of btarget and make it possible to single-step over dela...edgar_igl2008-05-091-10/+14
* Make a safer guess for max generated ops per guest insn (spotted by Jan Kiszka).edgar_igl2008-05-091-1/+1
* CFI-0002 linux MTD compatibility.edgar_igl2008-05-081-7/+25
* cirrusfb: proper "Attribute Controller Toggle Readback" register behaviouraurel322008-05-081-1/+3
* Update ARM non-rt sigframe layout.pbrook2008-05-071-101/+165