aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-19coccinelle: ignore ASTs pre-parsed cached C filesPhilippe Mathieu-Daudé
2017-07-19tcg: Expand glue macros before stringifying helper namesRichard Henderson
2017-07-19util/cacheinfo: Add missing include for ppc linuxPhilippe Mathieu-Daudé
2017-07-19tcg/mips: reserve a register for the guest_base.Jiang Biao
2017-07-19Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2...Peter Maydell
2017-07-19Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into stagingPeter Maydell
2017-07-19Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...Peter Maydell
2017-07-19Merge remote-tracking branch 'remotes/aurel/tags/pull-target-sh4-20170718' in...Peter Maydell
2017-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2017-07-19Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170718' i...Peter Maydell
2017-07-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2017-07-19tests: crypto: add hmac speed benchmark supportLongpeng(Mike)
2017-07-19tests: crypto: add hash speed benchmark supportLongpeng(Mike)
2017-07-19tests: crypto: add cipher speed benchmark supportLongpeng(Mike)
2017-07-19crypto: hmac: add af_alg-backend hmac supportLongpeng(Mike)
2017-07-19crypto: hash: add afalg-backend hash supportLongpeng(Mike)
2017-07-19crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)
2017-07-19crypto: introduce some common functions for af_alg backendLongpeng(Mike)
2017-07-19crypto: hmac: add hmac driver frameworkLongpeng(Mike)
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backendLongpeng(Mike)
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backendLongpeng(Mike)
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backendLongpeng(Mike)
2017-07-19crypto: hmac: move crypto/hmac.h into include/crypto/Longpeng(Mike)
2017-07-19crypto: hash: add hash driver frameworkLongpeng(Mike)
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backendLongpeng(Mike)
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backendLongpeng(Mike)
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backendLongpeng(Mike)
2017-07-19crypto: cipher: introduce context free functionLongpeng(Mike)
2017-07-19Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-07-18-1' in...Peter Maydell
2017-07-18target/alpha: Log temp leaksRichard Henderson
2017-07-18target/alpha: Fix temp leak in gen_fbcondRichard Henderson
2017-07-18target/alpha: Fix temp leak in gen_call_palRichard Henderson
2017-07-18target/alpha: Fix temp leak in gen_mtprRichard Henderson
2017-07-18target/alpha: Fix temp leak in gen_bcondRichard Henderson
2017-07-18target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson
2017-07-18target/alpha: Copy tb->flags into DisasContextRichard Henderson
2017-07-18target/alpha: Remove amask from tb->flagsRichard Henderson
2017-07-18target/sh4: Use tcg_gen_lookup_and_goto_ptrRichard Henderson
2017-07-18target/sh4: Implement fsrraRichard Henderson
2017-07-18target/sh4: Add missing FPSCR.PR == 0 checksRichard Henderson
2017-07-18target/sh4: Implement fpchgRichard Henderson
2017-07-18target/sh4: Introduce CHECK_SH4ARichard Henderson
2017-07-18target/sh4: Introduce CHECK_FPSCR_PR_*Richard Henderson
2017-07-18target/sh4: Tidy misc illegal insn checksRichard Henderson
2017-07-18target/sh4: Unify code for CHECK_FPU_ENABLEDRichard Henderson
2017-07-18target/sh4: Unify code for CHECK_PRIVILEGEDRichard Henderson
2017-07-18target/sh4: Unify code for CHECK_NOT_DELAY_SLOTRichard Henderson
2017-07-18target/sh4: Simplify 64-bit fp reg-reg moveRichard Henderson
2017-07-18target/sh4: Load/store Dr as 64-bit quantitiesRichard Henderson