aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-19target/arm: optimize aarch32 rev16Aurelien Jarno1-2/+4
2017-07-19target/arm: Optimize aarch64 rev16Richard Henderson1-18/+6
2017-07-19coccinelle: add a script to optimize tcg op using tcg_gen_extract()Philippe Mathieu-Daudé1-0/+107
2017-07-19coccinelle: ignore ASTs pre-parsed cached C filesPhilippe Mathieu-Daudé1-0/+2
2017-07-19tcg: Expand glue macros before stringifying helper namesRichard Henderson1-6/+11
2017-07-19util/cacheinfo: Add missing include for ppc linuxPhilippe Mathieu-Daudé1-0/+1
2017-07-19tcg/mips: reserve a register for the guest_base.Jiang Biao1-4/+13
2017-07-19Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2...Peter Maydell28-245/+1499
2017-07-19Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into stagingPeter Maydell7-161/+194
2017-07-19Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into...Peter Maydell8-63/+267
2017-07-19Merge remote-tracking branch 'remotes/aurel/tags/pull-target-sh4-20170718' in...Peter Maydell6-316/+788
2017-07-19Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell7-327/+380
2017-07-19Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170718' i...Peter Maydell6-103/+343
2017-07-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell34-162/+958
2017-07-19tests: crypto: add hmac speed benchmark supportLongpeng(Mike)3-0/+85
2017-07-19tests: crypto: add hash speed benchmark supportLongpeng(Mike)3-0/+70
2017-07-19tests: crypto: add cipher speed benchmark supportLongpeng(Mike)3-2/+96
2017-07-19crypto: hmac: add af_alg-backend hmac supportLongpeng(Mike)3-17/+121
2017-07-19crypto: hash: add afalg-backend hash supportLongpeng(Mike)5-0/+163
2017-07-19crypto: cipher: add afalg-backend cipher supportLongpeng(Mike)5-4/+271
2017-07-19crypto: introduce some common functions for af_alg backendLongpeng(Mike)4-0/+208
2017-07-19crypto: hmac: add hmac driver frameworkLongpeng(Mike)6-114/+145
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backendLongpeng(Mike)1-10/+24
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backendLongpeng(Mike)1-10/+24
2017-07-19crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backendLongpeng(Mike)1-10/+25
2017-07-19crypto: hmac: move crypto/hmac.h into include/crypto/Longpeng(Mike)1-0/+0
2017-07-19crypto: hash: add hash driver frameworkLongpeng(Mike)5-18/+83
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)6-123/+190
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backendLongpeng(Mike)1-46/+55
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backendLongpeng(Mike)1-12/+29
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backendLongpeng(Mike)1-17/+33
2017-07-19crypto: cipher: introduce context free functionLongpeng(Mike)2-17/+32
2017-07-19Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-07-18-1' in...Peter Maydell1-8/+2
2017-07-18target/alpha: Log temp leaksRichard Henderson1-0/+6
2017-07-18target/alpha: Fix temp leak in gen_fbcondRichard Henderson1-1/+5
2017-07-18target/alpha: Fix temp leak in gen_call_palRichard Henderson1-8/+12
2017-07-18target/alpha: Fix temp leak in gen_mtprRichard Henderson1-4/+6
2017-07-18target/alpha: Fix temp leak in gen_bcondRichard Henderson1-8/+8
2017-07-18target/alpha: Merge several flag bytes into ENV->FLAGSRichard Henderson7-99/+117
2017-07-18target/alpha: Copy tb->flags into DisasContextRichard Henderson1-5/+7
2017-07-18target/alpha: Remove amask from tb->flagsRichard Henderson2-41/+38
2017-07-18target/sh4: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-10/+20
2017-07-18target/sh4: Implement fsrraRichard Henderson3-0/+19
2017-07-18target/sh4: Add missing FPSCR.PR == 0 checksRichard Henderson1-0/+2
2017-07-18target/sh4: Implement fpchgRichard Henderson1-0/+5
2017-07-18target/sh4: Introduce CHECK_SH4ARichard Henderson1-34/+30
2017-07-18target/sh4: Introduce CHECK_FPSCR_PR_*Richard Henderson1-26/+31
2017-07-18target/sh4: Tidy misc illegal insn checksRichard Henderson1-9/+13
2017-07-18target/sh4: Unify code for CHECK_FPU_ENABLEDRichard Henderson1-10/+14
2017-07-18target/sh4: Unify code for CHECK_PRIVILEGEDRichard Henderson1-10/+4