aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-28armv7m: Don't put core v7M devices under CONFIG_STELLARISPeter Maydell2-1/+3
2017-02-28armv7m: Make bitband device take the address space to accessPeter Maydell2-87/+81
2017-02-28armv7m: Make NVIC expose a memory region rather than mapping itselfPeter Maydell2-6/+8
2017-02-28armv7m: Make ARMv7M object take memory region linkPeter Maydell2-1/+32
2017-02-28armv7m: Use QOMified armv7m object in armv7m_init()Peter Maydell1-37/+12
2017-02-28armv7m: QOMify the armv7m containerPeter Maydell2-12/+178
2017-02-28armv7m: Move NVICState struct definition into headerPeter Maydell2-48/+67
2017-02-28armv7m: Abstract out the "load kernel" codePeter Maydell2-5/+30
2017-02-28Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170228'...Peter Maydell26-331/+1897
2017-02-28Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into stagingPeter Maydell2-10/+10
2017-02-28Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170228' into stagingPeter Maydell2-0/+4
2017-02-28hw/arm/exynos: Fix proper mapping of CPUs by providing real cluster IDKrzysztof Kozlowski1-0/+12
2017-02-28hw/arm/exynos: Fix Linux kernel division by zero for PLLsKrzysztof Kozlowski3-1/+171
2017-02-28bcm2835_sdhost: add bcm2835 sdhost controllerClement Deschamps3-0/+478
2017-02-28armv7m: Allow SHCSR writes to change pending and active bitsPeter Maydell1-2/+11
2017-02-28armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell4-2/+12
2017-02-28armv7m: Check exception return consistencyPeter Maydell3-13/+123
2017-02-28armv7m: Extract "exception taken" code into functionsPeter Maydell1-50/+68
2017-02-28armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLEMichael Davidsaver1-2/+6
2017-02-28armv7m: Simpler and faster exception startMichael Davidsaver1-6/+9
2017-02-28armv7m: Remove unused armv7m_nvic_acknowledge_irq() return valuePeter Maydell3-5/+3
2017-02-28armv7m: Escalate exceptions to HardFault if necessaryMichael Davidsaver2-2/+53
2017-02-28arm: gic: Remove references to NVICMichael Davidsaver3-46/+15
2017-02-28armv7m: Fix condition check for taking exceptionsPeter Maydell3-8/+23
2017-02-28armv7m: Rewrite NVIC to not use any GIC codeMichael Davidsaver2-144/+609
2017-02-28armv7m: Implement reading and writing of PRIGROUPPeter Maydell1-6/+8
2017-02-28armv7m: Rename nvic_state to NVICStatePeter Maydell1-22/+22
2017-02-28ARM i.MX timers: fix reset handlingKurban Mallachiev1-8/+25
2017-02-28hw/arm/virt: Add a user option to disallow ITS instantiationEric Auger2-2/+30
2017-02-28cputlb: Don't assume do_unassigned_access() never returnsPeter Maydell1-8/+7
2017-02-28Add missing fp_access_check() to aarch64 crypto instructionsNick Reilly1-0/+12
2017-02-28hw/arm/virt: fix cpu object reference leakIgor Mammedov1-0/+1
2017-02-28sd: sdhci: Remove block count enable check in single block transfersPrasad J Pandit1-5/+1
2017-02-28sd: sdhci: conditionally invoke multi block transferPrasad J Pandit1-1/+5
2017-02-28sd: sdhci: check transfer mode register in multi block transferPrasad J Pandit1-5/+5
2017-02-28sd: sdhci: mask transfer mode register valuePrasad J Pandit1-1/+2
2017-02-28bcm2835_rng: Use qcrypto_random_bytes() rather than rand()Peter Maydell1-1/+26
2017-02-28target-arm: Implement BCM2835 hardware RNGMarcin Chojnacki5-0/+169
2017-02-28Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-upstream-pu...Peter Maydell5-61/+395
2017-02-28Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell3-32/+98
2017-02-27iscsi: add missing colons to the qapi docsJeff Cody1-9/+9
2017-02-28target/alpha: Enable MTTCG by defaultRichard Henderson2-0/+4
2017-02-27syscall: fixed mincore(2) not failing with ENOMEMFranklin \"Snaipe\" Mathieu1-3/+8
2017-02-27linux-user: fix do_rt_sigreturn on m68k linux userspace emulationMichael Karcher1-2/+1
2017-02-27linux-user: correctly manage SR in ucontextLaurent Vivier1-2/+3
2017-02-27linux-user: Add signal handling support for x86_64Pranith Kumar3-51/+241
2017-02-27linux-user: Add sockopts for IPv6 ping and IPv6 tracerouteHelge Deller2-1/+139
2017-02-27linux-user: fix fork()Laurent Vivier1-2/+3
2017-02-27Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20170227-1' into st...Peter Maydell14-97/+178
2017-02-27block/mirror: fix broken sparseness detectionJohn Snow1-1/+1