aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2018-01-31target/hppa: Implement PROBE for system modeRichard Henderson
2018-01-31target/hppa: Fix 32-bit operand masks for 0E FCVTRichard Henderson
2018-01-31target/hppa: Enable MTTCGRichard Henderson
2018-01-31target/hppa: Implement STWARichard Henderson
2018-01-31target/hppa: Implement a pause instructionRichard Henderson
2018-01-31target/hppa: Implement LDSID for system modeHelge Deller
2018-01-31target/hppa: Fix commentHelge Deller
2018-01-31target/hppa: Increase number of temp regsRichard Henderson
2018-01-31target/hppa: Only use EXCP_DTLB_MISSRichard Henderson
2018-01-31target/hppa: Implement B,GATE insnRichard Henderson
2018-01-31target/hppa: Add migration for the cpuRichard Henderson
2018-01-31target/hppa: Add system registers to gdbstubRichard Henderson
2018-01-31target/hppa: Optimize for flat addressing spaceRichard Henderson
2018-01-31target/hppa: Implement halt and reset instructionsHelge Deller
2018-01-30target/hppa: Implement SYNCDMA insnRichard Henderson
2018-01-30target/hppa: Implement LCIRichard Henderson
2018-01-30target/hppa: Implement LPARichard Henderson
2018-01-30target/hppa: Implement LDWARichard Henderson
2018-01-30target/hppa: Implement P*TLB and P*TLBE insnsRichard Henderson
2018-01-30target/hppa: Implement I*TLBA and I*TLBP insnsRichard Henderson
2018-01-30target/hppa: Log unimplemented instructionsRichard Henderson
2018-01-30target/hppa: Implement the interval timerRichard Henderson
2018-01-30target/hppa: Implement external interruptsRichard Henderson
2018-01-30target/hppa: Implement tlb_fillRichard Henderson
2018-01-30target/hppa: Implement IASQRichard Henderson
2018-01-30target/hppa: Avoid privilege level decrease during branchesRichard Henderson
2018-01-30target/hppa: Use space registers in data operationsRichard Henderson
2018-01-30target/hppa: Implement unaligned access trapRichard Henderson
2018-01-30target/hppa: Fill in hppa_cpu_do_interrupt/hppa_cpu_exec_interruptRichard Henderson
2018-01-30target/hppa: Implement rfiRichard Henderson
2018-01-30target/hppa: Adjust insn mask for mfctl,wRichard Henderson
2018-01-30target/hppa: Add control registersRichard Henderson
2018-01-30target/hppa: Add space registersRichard Henderson
2018-01-30target/hppa: Implement the system mask instructionsRichard Henderson
2018-01-30target/hppa: Implement mmu_idx from IA privilege levelRichard Henderson
2018-01-30target/hppa: Split address size from register sizeRichard Henderson
2018-01-30target/hppa: Define hardware exception typesRichard Henderson
2018-01-30target/hppa: Disable gateway page emulation for system modeRichard Henderson
2018-01-30target/hppa: Define the rest of the PSWRichard Henderson
2018-01-30target/hppa: Skeleton support for hppa-softmmuHelge Deller
2018-01-29target/ppc/kvm: Add cap_ppc_safe_[cache/bounds_check/indirect_branch]Suraj Jitindar Singh
2018-01-26Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.12-pull-request'...Peter Maydell
2018-01-25target/m68k: add HMP command "info tlb"Laurent Vivier
2018-01-25target/m68k: add pflush/ptestLaurent Vivier
2018-01-25target/m68k: add movesLaurent Vivier
2018-01-25target/m68k: add index parameter to gen_load()/gen_store() and Co.Laurent Vivier
2018-01-25target/m68k: add Transparent TranslationLaurent Vivier
2018-01-25target/m68k: add MC68040 MMULaurent Vivier
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2018-01-25target/m68k: fix TCG variable double freeLaurent Vivier