aboutsummaryrefslogtreecommitdiff
path: root/target-mips/helper.c
AgeCommit message (Expand)Author
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
2010-08-06mips: Add support for VInt and VEIC irq modesEdgar E. Iglesias
2010-07-17target-mips: fix xtlb exception for loongsonAurelien Jarno
2010-06-09target-mips: add microMIPS exception handler supportNathan Froyd
2010-03-17Large page TLB flushPaul Brook
2010-03-12Target specific usermode cleanupPaul Brook
2010-03-12Remove cpu_get_phys_page_debug from userspace emulationPaul Brook
2010-02-06target-mips: don't call cpu_loop_exit() from helper.cAurelien Jarno
2009-12-13target-mips: change interrupt bits to be mips16-awareNathan Froyd
2009-11-30target-mips: add a function to do virtual -> physical translationsAurelien Jarno
2009-11-30target-mips: split code raising MMU exception in a separate functionAurelien Jarno
2009-11-22target-mips: fix physical address type in MMU functionsAurelien Jarno
2009-10-01Revert "Get rid of _t suffix"Anthony Liguori
2009-10-01Get rid of _t suffixmalc