aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-28configure, ppc64: Copy skiboot.lid to build directory when configuringAlexey Kardashevskiy
2016-10-28ppc: add skiboot firmware for the pnv platformCédric Le Goater
2016-10-28ppc: Fix single step with gdb stubBenjamin Herrenschmidt
2016-10-28pseries: Remove unused callbacks from sPAPR VIO bus stateDavid Gibson
2016-10-28ppc: fix MSR_ME handling for system reset interruptNicholas Piggin
2016-10-28ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater
2016-10-28ppc/xics: add a XICSState backlink in ICPStateCédric Le Goater
2016-10-28ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater
2016-10-28target-ppc: implement xxbr[qdwh] instructionNikunj A Dadhania
2016-10-28target-ppc: implement vnegw/d instructionsNikunj A Dadhania
2016-10-28nvram: Rename openbios_firmware_abi.h into sun_nvram.hThomas Huth
2016-10-28nvram: Move the remaining CHRP NVRAM related code to chrp_nvram.[ch]Thomas Huth
2016-10-28sparc: Use the new common NVRAM functions for system and free space partitionThomas Huth
2016-10-28nvram: Introduce helper functions for CHRP "system" and "free space" partitionsThomas Huth
2016-10-28spapr_pci: advertise explicit numa IDs even when there's 1 nodeMichael Roth
2016-10-28tests: enable virtio tests on SPAPRLaurent Vivier
2016-10-28tests: use qtest_pc_boot()/qtest_shutdown() in virtio testsLaurent Vivier
2016-10-28tests: rename target_big_endian() as qvirtio_is_big_endian()Laurent Vivier
2016-10-28tests: move QVirtioBus pointer into QVirtioDeviceLaurent Vivier
2016-10-28tests: don't check if qtest_spapr_boot() returns NULLLaurent Vivier
2016-10-28tests: fix memory leak in virtio-scsi-testLaurent Vivier
2016-10-28ppc/xics: Add xics to the monitor "info pic" commandBenjamin Herrenschmidt
2016-10-28pseries: Update SLOF firmware image to 20161019Alexey Kardashevskiy
2016-10-27Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20161027-1' into...Peter Maydell
2016-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...Peter Maydell
2016-10-27Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell
2016-10-27Merge remote-tracking branch 'remotes/vivier/tags/m68k-part1-pull-request' in...Peter Maydell
2016-10-26target-alpha: Emulate LL/SC using cmpxchg helpersRichard Henderson
2016-10-26target-alpha: Introduce MMU_PHYS_IDXRichard Henderson
2016-10-26target-arm: remove EXCP_STREX + cpu_exclusive_{test, info}Emilio G. Cota
2016-10-26linux-user: remove handling of aarch64's EXCP_STREXEmilio G. Cota
2016-10-26linux-user: remove handling of ARM's EXCP_STREXEmilio G. Cota
2016-10-26target-arm: emulate aarch64's LL/SC using cmpxchg helpersEmilio G. Cota
2016-10-26target-arm: emulate SWP with atomic_xchg helperEmilio G. Cota
2016-10-26target-arm: emulate LL/SC using cmpxchg helpersEmilio G. Cota
2016-10-26target-arm: Rearrange aa32 load and store functionsRichard Henderson
2016-10-26tests: add atomic_add-benchEmilio G. Cota
2016-10-26target-i386: remove helper_lock()Emilio G. Cota
2016-10-26target-i386: emulate XCHG using atomic helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed BTX ops using atomic helpersEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed XADD using atomic helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed NEG using cmpxchg helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed NOT using atomic helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed INC using atomic helperEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed OP instructions using atomic helpersEmilio G. Cota
2016-10-26target-i386: emulate LOCK'ed cmpxchg using cmpxchg helpersEmilio G. Cota
2016-10-26tcg: Emit barriers with parallel_cpusRichard Henderson
2016-10-26tcg: Add CONFIG_ATOMIC64Richard Henderson
2016-10-26tcg: Add atomic128 helpersRichard Henderson
2016-10-26tcg: Add atomic helpersRichard Henderson