aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-08accel/tcg/user-exec: Don't parse aarch64 insns to test for read vs writeuse-esr-magicPeter Maydell
2019-01-08Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190108' into stagingPeter Maydell
2019-01-08pc-bios: Update palcode-clipperRichard Henderson
2019-01-08target/alpha: Fix user-only initialization of fpcrRichard Henderson
2019-01-08hw/alpha/typhoon: Stop calling cpu_unassigned_access()Peter Maydell
2019-01-07Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190107'...Peter Maydell
2019-01-07Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.pull-target-arm-20190107Nick Hudson
2019-01-07Merge remote-tracking branch 'remotes/elmarco/tags/machine-props-pull-request...Peter Maydell
2019-01-07hw/misc/tz-mpc: Fix value of BLK_MAX registerPeter Maydell
2019-01-07target/arm: Emit barriers for A32/T32 load-acquire/store-release insnsPeter Maydell
2019-01-07arm: Add Clock peripheral stub to NRF51 SOCSteffen Görtz
2019-01-07tests/microbit-test: Add Tests for nRF51 TimerSteffen Görtz
2019-01-07arm: Instantiate NRF51 TimersSteffen Görtz
2019-01-07hw/timer/nrf51_timer: Add nRF51 Timer peripheralSteffen Görtz
2019-01-07tests/microbit-test: Add Tests for nRF51 GPIOSteffen Görtz
2019-01-07arm: Instantiate NRF51 general purpose I/OSteffen Görtz
2019-01-07hw/gpio/nrf51_gpio: Add nRF51 GPIO peripheralSteffen Görtz
2019-01-07arm: Instantiate NRF51 random number generatorSteffen Görtz
2019-01-07hw/misc/nrf51_rng: Add NRF51 random number generator peripheralSteffen Görtz
2019-01-07arm: Add header to host common definition for nRF51 SOC peripheralsSteffen Görtz
2019-01-07qtest: Add set_irq_in command to set IRQ/GPIO levelSteffen Görtz
2019-01-07hw/arm/allwinner-a10: Add the 'A' SRAM and the SRAM controllerPhilippe Mathieu-Daudé
2019-01-07cpus.c: Fix race condition in cpu_stop_current()Peter Maydell
2019-01-07MAINTAINERS: Add ARM-related files for hw/[misc|input|timer]/Thomas Huth
2019-01-07hw/arm: versal: Plug memory leaksEdgar E. Iglesias
2019-01-07Revert "armv7m: Guard against no -kernel argument"Stefan Hajnoczi
2019-01-07arm/xlnx-zynqmp: put APUs and RPUs in separate CPU clustersLuc Michel
2019-01-07gdbstub: add multiprocess extension supportLuc Michel
2019-01-07gdbstub: gdb_set_stop_cpu: ignore request when process is not attachedLuc Michel
2019-01-07gdbstub: processes initialization on new peer connectionLuc Michel
2019-01-07gdbstub: add support for vAttach packetsLuc Michel
2019-01-07gdbstub: add support for extended mode packetLuc Michel
2019-01-07gdbstub: add multiprocess support to 'D' packetsLuc Michel
2019-01-07gdbstub: add multiprocess support to gdb_vm_state_change()Luc Michel
2019-01-07gdbstub: add multiprocess support to Xfer:features:read:Luc Michel
2019-01-07gdbstub: add multiprocess support to (f|s)ThreadInfo and ThreadExtraInfoLuc Michel
2019-01-07gdbstub: add multiprocess support to 'sC' packetsLuc Michel
2019-01-07gdbstub: add multiprocess support to vCont packetsLuc Michel
2019-01-07gdbstub: add multiprocess support to 'H' and 'T' packetsLuc Michel
2019-01-07gdbstub: add multiprocess support to '?' packetsLuc Michel
2019-01-07gdbstub: introduce GDB processesLuc Michel
2019-01-07hw/cpu: introduce CPU clustersLuc Michel
2019-01-07target/arm: SVE brk[ab] merging does not have s bitRichard Henderson
2019-01-07target/arm: Convert ARM_TBFLAG_* to FIELDsRichard Henderson
2019-01-07hostmem: use object id for memory region name with >= 4.0Marc-André Lureau
2019-01-07arm: replace instance_post_init()Marc-André Lureau
2019-01-07qdev-props: call object_apply_global_props()Marc-André Lureau
2019-01-07qdev-props: remove errp from GlobalPropertyMarc-André Lureau
2019-01-07qdev-props: convert global_props to GPtrArrayMarc-André Lureau
2019-01-07qdev: all globals are now user-providedMarc-André Lureau