summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-10-28translate-all: Remove tb_allocRichard Henderson
2019-10-28translate-all: fix uninitialized tb->orig_tbClement Deschamps
2019-10-28cputlb: Fix tlb_vaddr_to_hostRichard Henderson
2019-10-28exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARYRichard Henderson
2019-10-28exec: Promote TARGET_PAGE_MASK to target_longRichard Henderson
2019-10-28exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCGRichard Henderson
2019-10-28exec: Use const alias for TARGET_PAGE_BITS_VARYRichard Henderson
2019-10-28configure: Detect compiler support for __attribute__((alias))Richard Henderson
2019-10-28exec: Split out variable page size support to exec-vary.cRichard Henderson
2019-10-28cpu: use ROUND_UP() to define xxx_PAGE_ALIGNWei Yang
2019-10-28cputlb: ensure _cmmu helper functions follow the naming standardAlex Bennée
2019-10-28tci: Add implementation for INDEX_op_ld16u_i64Stefan Weil
2019-10-26Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-next-251019-3...Peter Maydell
2019-10-25Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2019-10-25tests/docker: update Travis image to a more current versionAlex Bennée
2019-10-25tests/docker: set HOST_ARCH if we don't have ARCHAlex Bennée
2019-10-25travis.yml: --enable-debug-tcg to check-tcgAlex Bennée
2019-10-25gitlab-ci.yml: Use libvdeplug-dev to compile-test the VDE network backendThomas Huth
2019-10-25travis.yml: cache the clang sanitizer buildAlex Bennée
2019-10-25tests/vm/netbsd: Disable IPv6Eduardo Habkost
2019-10-25tests/vm: Let subclasses disable IPv6Eduardo Habkost
2019-10-25cirrus.yml: add latest Xcode build targetAlex Bennée
2019-10-25travis.yml: bump Xcode 10 to latest dot releaseAlex Bennée
2019-10-25travis.yml: Test the release tarballPhilippe Mathieu-Daudé
2019-10-25travis.yml: Fix the ccache linesThomas Huth
2019-10-25travis.yml: Use newer version of libgnutls and libpngThomas Huth
2019-10-25travis.yml: Use libsdl2 instead of libsdl1.2, and install libsdl2-imageThomas Huth
2019-10-25travis.yml: Add libvdeplug-dev to compile-test net/vde.cThomas Huth
2019-10-25travis.yml: reduce scope of the --enable-debug buildAlex Bennée
2019-10-25Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-oct-24-2019-v...Peter Maydell
2019-10-25tests/ssh_linux_malta: Fix 64-bit target testsPhilippe Mathieu-Daudé
2019-10-25tests/ssh_linux_malta: Refactor how to get image/kernel infoPhilippe Mathieu-Daudé
2019-10-25tests/ssh_linux_malta: Match stricter console outputPhilippe Mathieu-Daudé
2019-10-25tests/ssh_linux_malta: Remove duplicated testPhilippe Mathieu-Daudé
2019-10-25tests/ssh_linux_malta: Run tests using a snapshot imagePhilippe Mathieu-Daudé
2019-10-25target/mips: Refactor handling of vector compare 'less than' (signed) instruc...Filip Bozuta
2019-10-25target/mips: Refactor handling of vector compare 'equal' instructionsFilip Bozuta
2019-10-25target/mips: Demacro LMI decoderAleksandar Markovic
2019-10-25target/mips: msa: Split helpers for ASUB_<S|U>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for HSUB_<S|U>.<H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for PCK<EV|OD>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for S<LL|RA|RAR|RL|RLR>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for HADD_<S|U>.<H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for ADD<_A|S_A|S_S|S_U|V>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for ILV<EV|OD|L|R>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for <MAX|MIN>_<S|U>.<B|H|W|D>Aleksandar Markovic
2019-10-25target/mips: msa: Split helpers for <MAX|MIN>_A.<B|H|W|D>Aleksandar Markovic
2019-10-25MAINTAINERS: Update mail address of Aleksandar RikaloAleksandar Markovic
2019-10-25target/mips: Clean up op_helper.cAleksandar Markovic
2019-10-25target/mips: Clean up helper.cAleksandar Markovic