aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-10-26cputlb: Tidy some macrosRichard Henderson
2016-10-26cputlb: Move most of iotlb code out of lineRichard Henderson
2016-10-26cputlb: Remove includes from softmmu_template.hRichard Henderson
2016-10-26cputlb: Move probe_write out of softmmu_template.hRichard Henderson
2016-10-26cputlb: Replace SHIFT with DATA_SIZERichard Henderson
2016-10-26linux-user: enable parallel code generation on cloneAlex Bennée
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson
2016-10-26int128: Add int128_make128Richard Henderson
2016-10-26int128: Use __int128 if availableRichard Henderson
2016-10-26exec: Avoid direct references to Int128 partsRichard Henderson
2016-10-26atomics: Add __nocheck atomic operationsRichard Henderson
2016-10-26atomics: add atomic_op_fetch variantsEmilio G. Cota
2016-10-26atomics: add atomic_xorEmilio G. Cota
2016-10-26atomics: Add parameters to macrosRichard Henderson
2016-10-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-10-25' into ...Peter Maydell
2016-10-25qdict: implement a qdict_crumple method for un-flattening a dictDaniel P. Berrange
2016-10-25qapi: don't pass two copies of TestInputVisitorData to testsDaniel P. Berrange
2016-10-25qapi: rename QmpOutputVisitor to QObjectOutputVisitorDaniel P. Berrange
2016-10-25qapi: rename QmpInputVisitor to QObjectInputVisitorDaniel P. Berrange
2016-10-25qapi: rename *qmp-*-visitor* to *qobject-*-visitor*Daniel P. Berrange
2016-10-25qapi: add trace events for visitorDaniel P. Berrange
2016-10-25trivial: Restore blank line in qapi-schemaEric Blake
2016-10-25tests: Restore check-qdict unit testMarkus Armbruster
2016-10-25Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-10-24exec: call cpu_exec_exit() from a CPU unrealize common functionLaurent Vivier
2016-10-24exec: move cpu_exec_init() calls to realize functionsLaurent Vivier
2016-10-24exec: split cpu_exec_init()Laurent Vivier
2016-10-24pc: q35: Bump max_cpus to 288Igor Mammedov