Age | Commit message (Expand) | Author | Files | Lines |
2017-07-20 | configure: Rename CONFIG_IVSHMEM to CONFIG_IVSHMEM_DEVICE | Peter Maydell | 2 | -2/+2 |
2017-07-20 | Merge remote-tracking branch 'remotes/kraxel/tags/misc-20170720-pull-request'... | Peter Maydell | 2 | -0/+44 |
2017-07-20 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170719' into staging | Peter Maydell | 31 | -146/+218 |
2017-07-20 | Replace 'struct ucontext' with 'ucontext_t' type | Khem Raj | 9 | -22/+22 |
2017-07-20 | add editorconfig | Gerd Hoffmann | 1 | -0/+15 |
2017-07-20 | add scripts/git.orderfile | Gerd Hoffmann | 1 | -0/+29 |
2017-07-19 | tcg: Pass generic CPUState to gen_intermediate_code() | Lluís Vilanova | 24 | -64/+49 |
2017-07-19 | tcg/tci: enable bswap16_i64 | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-07-19 | target/alpha: optimize gen_cvtlq() using deposit op | Philippe Mathieu-Daudé | 1 | -5/+3 |
2017-07-19 | target/sparc: optimize gen_op_mulscc() using deposit op | Philippe Mathieu-Daudé | 1 | -4/+1 |
2017-07-19 | target/sparc: optimize various functions using extract op | Philippe Mathieu-Daudé | 1 | -10/+5 |
2017-07-19 | target/ppc: optimize various functions using extract op | Philippe Mathieu-Daudé | 2 | -30/+15 |
2017-07-19 | target/m68k: optimize bcd_flags() using extract op | Philippe Mathieu-Daudé | 1 | -2/+1 |
2017-07-19 | target/arm: optimize aarch32 rev16 | Aurelien Jarno | 1 | -2/+4 |
2017-07-19 | target/arm: Optimize aarch64 rev16 | Richard Henderson | 1 | -18/+6 |
2017-07-19 | coccinelle: add a script to optimize tcg op using tcg_gen_extract() | Philippe Mathieu-Daudé | 1 | -0/+107 |
2017-07-19 | coccinelle: ignore ASTs pre-parsed cached C files | Philippe Mathieu-Daudé | 1 | -0/+2 |
2017-07-19 | tcg: Expand glue macros before stringifying helper names | Richard Henderson | 1 | -6/+11 |
2017-07-19 | util/cacheinfo: Add missing include for ppc linux | Philippe Mathieu-Daudé | 1 | -0/+1 |
2017-07-19 | tcg/mips: reserve a register for the guest_base. | Jiang Biao | 1 | -4/+13 |
2017-07-19 | Merge remote-tracking branch 'remotes/berrange/tags/pull-qcrypto-2017-07-18-2... | Peter Maydell | 28 | -245/+1499 |
2017-07-19 | Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20170718' into staging | Peter Maydell | 7 | -161/+194 |
2017-07-19 | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170718-tag' into... | Peter Maydell | 8 | -63/+267 |
2017-07-19 | Merge remote-tracking branch 'remotes/aurel/tags/pull-target-sh4-20170718' in... | Peter Maydell | 6 | -316/+788 |
2017-07-19 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell | 7 | -327/+380 |
2017-07-19 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170718' i... | Peter Maydell | 6 | -103/+343 |
2017-07-19 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 34 | -162/+958 |
2017-07-19 | tests: crypto: add hmac speed benchmark support | Longpeng(Mike) | 3 | -0/+85 |
2017-07-19 | tests: crypto: add hash speed benchmark support | Longpeng(Mike) | 3 | -0/+70 |
2017-07-19 | tests: crypto: add cipher speed benchmark support | Longpeng(Mike) | 3 | -2/+96 |
2017-07-19 | crypto: hmac: add af_alg-backend hmac support | Longpeng(Mike) | 3 | -17/+121 |
2017-07-19 | crypto: hash: add afalg-backend hash support | Longpeng(Mike) | 5 | -0/+163 |
2017-07-19 | crypto: cipher: add afalg-backend cipher support | Longpeng(Mike) | 5 | -4/+271 |
2017-07-19 | crypto: introduce some common functions for af_alg backend | Longpeng(Mike) | 4 | -0/+208 |
2017-07-19 | crypto: hmac: add hmac driver framework | Longpeng(Mike) | 6 | -114/+145 |
2017-07-19 | crypto: hmac: introduce qcrypto_hmac_ctx_new for glib-backend | Longpeng(Mike) | 1 | -10/+24 |
2017-07-19 | crypto: hmac: introduce qcrypto_hmac_ctx_new for nettle-backend | Longpeng(Mike) | 1 | -10/+24 |
2017-07-19 | crypto: hmac: introduce qcrypto_hmac_ctx_new for gcrypt-backend | Longpeng(Mike) | 1 | -10/+25 |
2017-07-19 | crypto: hmac: move crypto/hmac.h into include/crypto/ | Longpeng(Mike) | 1 | -0/+0 |
2017-07-19 | crypto: hash: add hash driver framework | Longpeng(Mike) | 5 | -18/+83 |
2017-07-19 | crypto: cipher: add cipher driver framework | Longpeng(Mike) | 6 | -123/+190 |
2017-07-19 | crypto: cipher: introduce qcrypto_cipher_ctx_new for builtin-backend | Longpeng(Mike) | 1 | -46/+55 |
2017-07-19 | crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backend | Longpeng(Mike) | 1 | -12/+29 |
2017-07-19 | crypto: cipher: introduce qcrypto_cipher_ctx_new for gcrypt-backend | Longpeng(Mike) | 1 | -17/+33 |
2017-07-19 | crypto: cipher: introduce context free function | Longpeng(Mike) | 2 | -17/+32 |
2017-07-19 | Merge remote-tracking branch 'remotes/berrange/tags/pull-qio-2017-07-18-1' in... | Peter Maydell | 1 | -8/+2 |
2017-07-18 | target/alpha: Log temp leaks | Richard Henderson | 1 | -0/+6 |
2017-07-18 | target/alpha: Fix temp leak in gen_fbcond | Richard Henderson | 1 | -1/+5 |
2017-07-18 | target/alpha: Fix temp leak in gen_call_pal | Richard Henderson | 1 | -8/+12 |
2017-07-18 | target/alpha: Fix temp leak in gen_mtpr | Richard Henderson | 1 | -4/+6 |