aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-04target/arm: Fix aa64 ldp register writebackRichard Henderson
2017-09-04hw/arm/digic: Mark device with user_creatable = falseThomas Huth
2017-09-04hw/arm/aspeed_soc: Mark devices as user_creatable = falseThomas Huth
2017-09-04target/arm: Implement new do_transaction_failed hookPeter Maydell
2017-09-04target/arm: Allow deliver_fault() caller to specify EA bitPeter Maydell
2017-09-04target/arm: Factor out fault delivery codePeter Maydell
2017-09-04hw/arm: Set ignore_memory_transaction_failures for most ARM boardsPeter Maydell
2017-09-04boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell
2017-09-04cputlb: Support generating CPU exceptions on memory transaction failuresPeter Maydell
2017-09-04cpu: Define new cpu_transaction_failed() hookPeter Maydell
2017-09-04memory.h: Move MemTxResult type to memattrs.hPeter Maydell
2017-09-04aspeed_soc: Propagate silicon-rev to watchdogAndrew Jeffery
2017-09-04watchdog: wdt_aspeed: Add support for the reset width registerAndrew Jeffery
2017-09-04target/arm/kvm: pmu: improve error handlingAndrew Jones
2017-09-04hw/arm/virt: allow pmu instantiation with userspace irqchipAndrew Jones
2017-09-04target/arm/kvm: pmu: split init and set-irq stagesAndrew Jones
2017-09-04hw/arm/virt: add pmu interrupt stateAndrew Jones
2017-09-04hw/arm: use defined type name instead of hard-coded stringPhilippe Mathieu-Daudé
2017-09-04loader: Ignore zero-sized ELF segmentsPeter Maydell
2017-09-04loader: Handle ELF files with overlapping zero-initialized dataPeter Maydell
2017-09-04nvic: Implement "user accesses BusFault" SCS region behaviourPeter Maydell
2017-09-04armv7m_nvic.h: Move from include/hw/arm to include/hw/intcPeter Maydell
2017-09-04target/arm: Create and use new function arm_v7m_is_handler_mode()Peter Maydell
2017-09-04target/arm: Don't calculate lr in arm_v7m_cpu_do_interrupt() until neededPeter Maydell
2017-09-04target/arm: Make arm_cpu_dump_state() handle the M-profile XPSRPeter Maydell
2017-09-04target/arm: Don't use cpsr_write/cpsr_read to transfer M profile XPSRPeter Maydell
2017-09-04target/arm: Don't store M profile PRIMASK and FAULTMASK in daifPeter Maydell
2017-09-04target/arm: Define and use XPSR bit masksPeter Maydell
2017-09-04target/arm: Fix outdated comment about exception exitPeter Maydell
2017-09-04target/arm: Remove incorrect comment about MPU_CTRLPeter Maydell
2017-09-04hw/intc/armv7m_nvic.c: Remove out of date commentPeter Maydell
2017-09-04target/arm: Tighten up Thumb decode where new v8M insns will bePeter Maydell
2017-09-04target/arm: Consolidate PMSA handling in get_phys_addr()Peter Maydell
2017-09-04target/arm: Don't trap WFI/WFE for M profilePeter Maydell
2017-09-04target/arm: Use MMUAccessType enum rather than intPeter Maydell
2017-09-01Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-09-01ppc: replace cpu_ppc_init() with cpu_generic_init()Igor Mammedov
2017-09-01unicore32: replace uc32_cpu_init() with cpu_generic_init()Igor Mammedov
2017-09-01openrisc: replace cpu_openrisc_init() with cpu_generic_init()Igor Mammedov
2017-09-01moxie: replace cpu_moxie_init() with cpu_generic_init()Igor Mammedov
2017-09-01lm32: replace cpu_lm32_init() with cpu_generic_init()Igor Mammedov
2017-09-01x86: replace cpu_x86_init() with cpu_generic_init()Igor Mammedov
2017-09-01cris: replace cpu_cris_init() with cpu_generic_init()Igor Mammedov
2017-09-01arm: replace cpu_arm_init() with cpu_generic_init()Igor Mammedov
2017-09-01sh4: replace cpu_sh4_init() with cpu_generic_init()Igor Mammedov
2017-09-01tricore: replace cpu_tricore_init() with cpu_generic_init()Igor Mammedov
2017-09-01xtensa: replace cpu_xtensa_init() with cpu_generic_init()Igor Mammedov
2017-09-01tilegx: replace cpu_tilegx_init() with cpu_generic_init()Igor Mammedov
2017-09-01nios2: replace cpu_nios2_init() with cpu_generic_init()Igor Mammedov
2017-09-01microblaze: replace cpu_mb_init() with cpu_generic_init()Igor Mammedov