aboutsummaryrefslogtreecommitdiff
path: root/target-mips/helper.c
AgeCommit message (Expand)Author
2016-07-28target-mips: fix EntryHi.EHINV being cleared on TLB exceptionLeon Alrae
2016-07-12target-mips: change ASID type to hold more than 8 bitsPaul Burton
2016-07-12target-mips: add ASID mask field and replace magic valuesPaul Burton
2016-07-12target-mips: add exception base to MIPS CPULeon Alrae
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19mips: move CP0 functions out of cpu.hPaolo Bonzini
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini
2016-05-12target-mips: fix call to memset in soft reset codeAurelien Jarno
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-23mips: Clean up includesPeter Maydell
2015-11-24target-mips: Fix exceptions while UX=0James Hogan
2015-10-30target-mips: fix updating XContext on mmu exceptionYongbok Kim
2015-10-29target-mips: move the test for enabled interrupts to a separate functionLeon Alrae
2015-09-11typofixes - v4Veres Lajos
2015-09-11maint: remove unused include for signal.hDaniel P. Berrange
2015-08-13target-mips: Use CPU_LOG_INT for logging related to interruptsRichard Henderson
2015-07-28target-mips: fix offset calculation for InterruptsYongbok Kim
2014-12-17Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141216' into stagingPeter Maydell
2014-12-16qemu-log: add log category for MMU infoAntony Pavlov
2014-12-16target-mips: remove excp_names[] from linux-user as it is unusedLeon Alrae
2014-12-16target-mips: Tighten ISA level checksMaciej W. Rozycki
2014-11-03target-mips: add MSA exceptionsYongbok Kim
2014-11-03target-mips: add BadInstr and BadInstrP supportLeon Alrae
2014-11-03target-mips: add TLBINV supportLeon Alrae
2014-11-03target-mips: add new Read-Inhibit and Execute-Inhibit exceptionsLeon Alrae
2014-11-03target-mips: add RI and XI fields to TLB entryLeon Alrae
2014-11-03target-mips: distinguish between data load and instruction fetchLeon Alrae
2014-09-25target-mips: Use cpu_exec_interrupt qom hookRichard Henderson
2014-06-18target-mips: get_physical_address: Add KVM awarenessJames Hogan
2014-06-18target-mips: get_physical_address: Add defines for segment basesJames Hogan
2014-03-27target-mips: Avoid shifting left into sign bitPeter Maydell
2014-03-13cputlb: Change tlb_set_page() argument to CPUStateAndreas Färber
2014-03-13cputlb: Change tlb_flush_page() argument to CPUStateAndreas Färber
2014-03-13cpu: Move exception_index field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2013-08-28target-mips: fix get_physical_address() #if 0 build errorJames Hogan
2013-07-23cpu: Turn cpu_get_phys_page_debug() into a CPUClass hookAndreas Färber
2013-07-09log: Change log_cpu_state[_mask]() argument to CPUStateAndreas Färber
2013-05-20linux-user: Save the correct resume address for MIPS signal handlingKwok Cheung Yeung
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2012-10-31target-mips: Add ASE DSP resources access checkJia Liu
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-06-04target-mips: Use cpu_reset() in do_interrupt()Andreas Färber
2012-03-14target-mips: Don't overuse CPUStateAndreas Färber
2012-03-14Rename cpu_reset() to cpu_state_reset()Andreas Färber
2011-12-14Fix spelling in comments, documentation and messagesStefan Weil
2011-09-06mips: Correct VInt vector generationEdgar E. Iglesias
2011-08-07Remove unused is_softmmu parameter from cpu_handle_mmu_faultBlue Swirl
2011-06-26Remove exec-all.h include directivesBlue Swirl
2011-05-15target-mips: Fix warning caused by unused local variableAurelien Jarno