summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2018-01-31target/hppa: Enable MTTCGRichard Henderson1-0/+6
2018-01-31target/hppa: Implement STWARichard Henderson1-1/+18
2018-01-31target/hppa: Implement a pause instructionRichard Henderson1-0/+36
2018-01-31target/hppa: Implement LDSID for system modeHelge Deller1-1/+13
2018-01-31target/hppa: Fix commentHelge Deller1-1/+1
2018-01-31target/hppa: Increase number of temp regsRichard Henderson1-1/+1
2018-01-31target/hppa: Only use EXCP_DTLB_MISSRichard Henderson1-1/+3
2018-01-31target/hppa: Implement B,GATE insnRichard Henderson3-0/+57
2018-01-31target/hppa: Add migration for the cpuRichard Henderson4-0/+184
2018-01-31target/hppa: Add system registers to gdbstubRichard Henderson1-0/+156
2018-01-31target/hppa: Optimize for flat addressing spaceRichard Henderson2-10/+30
2018-01-31target/hppa: Implement halt and reset instructionsHelge Deller3-1/+39
2018-01-30target/hppa: Implement SYNCDMA insnRichard Henderson1-1/+2
2018-01-30target/hppa: Implement LCIRichard Henderson1-0/+20
2018-01-30target/hppa: Implement LPARichard Henderson5-5/+58
2018-01-30target/hppa: Implement LDWARichard Henderson1-0/+38
2018-01-30target/hppa: Implement P*TLB and P*TLBE insnsRichard Henderson3-0/+79
2018-01-30target/hppa: Implement I*TLBA and I*TLBP insnsRichard Henderson3-4/+132
2018-01-30target/hppa: Log unimplemented instructionsRichard Henderson1-0/+2
2018-01-30target/hppa: Implement the interval timerRichard Henderson6-4/+67
2018-01-30target/hppa: Implement external interruptsRichard Henderson5-1/+83
2018-01-30target/hppa: Implement tlb_fillRichard Henderson3-10/+197
2018-01-30target/hppa: Implement IASQRichard Henderson6-27/+179
2018-01-30target/hppa: Avoid privilege level decrease during branchesRichard Henderson1-5/+47
2018-01-30target/hppa: Use space registers in data operationsRichard Henderson2-147/+201
2018-01-30target/hppa: Implement unaligned access trapRichard Henderson1-1/+18
2018-01-30target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interruptRichard Henderson5-66/+192
2018-01-30target/hppa: Implement rfiRichard Henderson4-2/+55
2018-01-30target/hppa: Adjust insn mask for mfctl,wRichard Henderson1-1/+1
2018-01-30target/hppa: Add control registersRichard Henderson4-35/+72
2018-01-30target/hppa: Add space registersRichard Henderson3-11/+77
2018-01-30target/hppa: Implement the system mask instructionsRichard Henderson3-1/+113
2018-01-30target/hppa: Implement mmu_idx from IA privilege levelRichard Henderson3-26/+50
2018-01-30target/hppa: Split address size from register sizeRichard Henderson6-414/+683
2018-01-30target/hppa: Define hardware exception typesRichard Henderson5-30/+88
2018-01-30target/hppa: Disable gateway page emulation for system modeRichard Henderson1-10/+17
2018-01-30target/hppa: Define the rest of the PSWRichard Henderson2-14/+86
2018-01-30target/hppa: Skeleton support for hppa-softmmuHelge Deller6-13/+72
2018-01-29target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]Suraj Jitindar Singh2-0/+76
2018-01-26Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell57-186/+1145
2018-01-25target/m68k: add HMP command "info tlb"Laurent Vivier3-0/+235
2018-01-25target/m68k: add pflush/ptestLaurent Vivier6-0/+113
2018-01-25target/m68k: add movesLaurent Vivier5-7/+98
2018-01-25target/m68k: add index parameter to gen_load()/gen_store() and Co.Laurent Vivier1-59/+66
2018-01-25target/m68k: add Transparent TranslationLaurent Vivier4-0/+104
2018-01-25target/m68k: add MC68040 MMULaurent Vivier6-16/+423
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier53-105/+108
2018-01-25target/m68k: fix TCG variable double freeLaurent Vivier1-1/+0
2018-01-25target/arm: Simplify fp_exception_el for user-onlyRichard Henderson1-1/+2
2018-01-25target/arm: Hoist store to flags output in cpu_get_tb_cpu_stateRichard Henderson1-16/+19