aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-25target-arm: Implement AArch64 TLBI operations on IPAsPeter Maydell1-0/+55
2015-08-25target-arm: Implement missing EL3 TLB invalidate operationsPeter Maydell1-0/+76
2015-08-25target-arm: Implement missing EL2 TLBI operationsPeter Maydell1-0/+22
2015-08-25target-arm: Restrict AArch64 TLB flushes to the MMU indexes they must touchPeter Maydell1-43/+129
2015-08-25target-arm: Move TLBI ALLE1/ALLE1IS definitions into numeric orderPeter Maydell1-8/+8
2015-08-25cputlb: Add functions for flushing TLB for a single MMU indexPeter Maydell2-0/+144
2015-08-25target-arm: Implement AArch32 ATS1H* operationsPeter Maydell1-0/+22
2015-08-25target-arm: Enable the AArch32 ATS12NSO opsPeter Maydell1-5/+11
2015-08-25target-arm: Add CP_ACCESS_TRAP_UNCATEGORIZED_EL2, 3Peter Maydell2-0/+11
2015-08-25target-arm: Wire up AArch64 EL2 and EL3 address translation opsPeter Maydell1-2/+41
2015-08-25target-arm: there is no TTBR1 for 32-bit EL2 stage 1 translationsPeter Maydell1-0/+5
2015-08-25target-arm: Implement missing ACTLR registersPeter Maydell1-6/+15
2015-08-25target-arm: Implement missing AFSR registersPeter Maydell1-0/+24
2015-08-25target-arm: Implement missing AMAIR registersPeter Maydell1-0/+21
2015-08-25target-arm: Add missing MAIR_EL3 and TPIDR_EL3 registersPeter Maydell1-0/+8
2015-08-25MAINTAINERS: Add ZynqMP to MAINTAINERS fileAlistair Francis1-0/+8
2015-08-25MAINTAINERS: Update Xilinx MaintainershipAlistair Francis1-5/+14
2015-08-25xlnx-zynqmp: Connect the four OCM banksAlistair Francis2-0/+21
2015-08-25Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150824' into stagingPeter Maydell46-485/+527
2015-08-24linux-user: remove useless macros GUEST_BASE and RESERVED_VALaurent Vivier11-78/+64
2015-08-24linux-user: remove --enable-guest-base/--disable-guest-baseLaurent Vivier14-68/+9
2015-08-24tcg/aarch64: Use softmmu fast path for unaligned accessesRichard Henderson1-13/+24
2015-08-24tcg/s390: Use softmmu fast path for unaligned accessesRichard Henderson1-5/+21
2015-08-24tcg/ppc: Improve unaligned load/store handling on 64-bit backendBenjamin Herrenschmidt1-10/+31
2015-08-24tcg/i386: use softmmu fast path for unaligned accessesAurelien Jarno1-9/+13
2015-08-24tcg: Remove tcg_gen_trunc_i64_i32Richard Henderson14-117/+112
2015-08-24tcg: Split trunc_shr_i32 opcode into extr[lh]_i64_i32Richard Henderson15-59/+77
2015-08-24tcg: update README about size changing opsAurelien Jarno1-3/+15
2015-08-24tcg/optimize: add optimizations for ext_i32_i64 and extu_i32_i64 opsAurelien Jarno1-0/+13
2015-08-24tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno10-10/+45
2015-08-24tcg: don't abuse TCG type in tcg_gen_trunc_shr_i64_i32Aurelien Jarno1-2/+2
2015-08-24tcg: rename trunc_shr_i32 into trunc_shr_i64_i32Aurelien Jarno13-18/+18
2015-08-24tcg/optimize: allow constant to have copiesAurelien Jarno1-8/+2
2015-08-24tcg/optimize: track const/copy status separatelyAurelien Jarno1-28/+14
2015-08-24tcg/optimize: add temp_is_const and temp_is_copy functionsAurelien Jarno1-71/+60
2015-08-24tcg/optimize: optimize temps trackingAurelien Jarno1-11/+32
2015-08-24tcg/optimize: fix constant signednessAurelien Jarno1-5/+5
2015-08-19configure: Don't permit SDL or GTK on OSXPeter Maydell1-4/+16
2015-08-19apic_internal.h: Include cpu.h directlyPeter Maydell1-0/+1
2015-08-19qemu-common.h: Move muldiv64() to host-utils.hPeter Maydell3-31/+30
2015-08-19osdep.h: Add header commentPeter Maydell1-0/+24
2015-08-19osdep.h: Move some OS header includes and fixups from qemu-common.hPeter Maydell2-55/+49
2015-08-19qemu-common.h: Move Win32 fixups into os-win32.hPeter Maydell2-17/+18
2015-08-19compiler.h: Use glue() in QEMU_BUILD_BUG_ON definePeter Maydell1-3/+1
2015-08-19osdep.h: Move some compiler-specific things to compiler.hPeter Maydell2-47/+48
2015-08-19osdep.h: Remove qemu_printfPeter Maydell3-6/+4
2015-08-19qapi/qmp-event.c: Don't manually include os-win32.h/os-posix.hPeter Maydell1-8/+0
2015-08-19Merge remote-tracking branch 'remotes/rth/tags/pull-axp-201508018' into stagingPeter Maydell7-134/+166
2015-08-18target-alpha: Inline hw_retRichard Henderson3-15/+10
2015-08-18target-alpha: Inline call_palRichard Henderson3-18/+24