aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-01-04dmg: Fixing wrong dmg block type value for block terminator.Julio Faracco
2019-01-03Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-3.2-part1'...Peter Maydell
2019-01-03Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20181226' into stagingPeter Maydell
2018-12-26tcg: Improve call argument loadingRichard Henderson
2018-12-26tcg: Record register preferences during livenessRichard Henderson
2018-12-26tcg: Add TCG_OPF_BB_EXITRichard Henderson
2018-12-26tcg: Split out more subroutines from liveness_pass_1Richard Henderson
2018-12-26tcg: Rename and adjust liveness_pass_1 helpersRichard Henderson
2018-12-26tcg: Reindent parts of liveness_pass_1Richard Henderson
2018-12-26tcg: Dump register preference info with livenessRichard Henderson
2018-12-26tcg: Improve register allocation for matching constraintsRichard Henderson
2018-12-26tcg: Add output_pref to TCGOpRichard Henderson
2018-12-26tcg: Add preferred_reg argument to tcg_reg_alloc_do_moviRichard Henderson
2018-12-26tcg: Add preferred_reg argument to temp_syncRichard Henderson
2018-12-26tcg: Add preferred_reg argument to temp_loadRichard Henderson
2018-12-26tcg: Add preferred_reg argument to tcg_reg_allocRichard Henderson
2018-12-26tcg: Add reachable_code_passRichard Henderson
2018-12-26tcg: Reference count labelsRichard Henderson
2018-12-26tcg: Add TCG_CALL_NO_RETURNRichard Henderson
2018-12-26tcg: Renumber TCG_CALL_* flagsRichard Henderson
2018-12-26linux-user: Add safe_syscall for riscv64 hostRichard Henderson
2018-12-26disas/microblaze: Remove unused REG_SP macroRichard Henderson
2018-12-26configure: Add support for building RISC-V hostAlistair Francis
2018-12-26disas: Add RISC-V supportAlistair Francis
2018-12-26tcg: Add RISC-V cpu signal handlerAlistair Francis
2018-12-26tcg/riscv: Add the target init codeAlistair Francis
2018-12-26tcg/riscv: Add the prologue generation and register the JITAlistair Francis
2018-12-26tcg/riscv: Add the out op decoderAlistair Francis
2018-12-26tcg/riscv: Add direct load and store instructionsAlistair Francis
2018-12-26tcg/riscv: Add slowpath load and store instructionsAlistair Francis
2018-12-26tcg/riscv: Add branch and jump instructionsAlistair Francis
2018-12-26tcg/riscv: Add the add2 and sub2 instructionsAlistair Francis
2018-12-26tcg/riscv: Add the out load and store instructionsAlistair Francis
2018-12-26tcg/riscv: Add the extract instructionsAlistair Francis
2018-12-26tcg/riscv: Add the mov and movi instructionAlistair Francis
2018-12-26tcg/riscv: Add the relocation functionsAlistair Francis
2018-12-26tcg/riscv: Add the instruction emittersAlistair Francis
2018-12-26tcg/riscv: Add the immediate encodersAlistair Francis
2018-12-26tcg/riscv: Add support for the constraintsAlistair Francis
2018-12-26tcg/riscv: Add the tcg target registersAlistair Francis
2018-12-26tcg/riscv: Add the tcg-target.h fileAlistair Francis
2018-12-26exec: Add RISC-V GCC poison macroAlistair Francis
2018-12-26linux-user: Add host dependency for RISC-V 64-bitAlistair Francis
2018-12-26linux-user: Add host dependency for RISC-V 32-bitAlistair Francis
2018-12-26elf.h: Add the RISCV ELF magic numbersAlistair Francis
2018-12-22Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...Peter Maydell
2018-12-22pvrdma: check return value from pvrdma_idx_ring_has_ routinesPrasad J Pandit
2018-12-22rdma: remove unused VENDOR_ERR_NO_SGE macroPrasad J Pandit
2018-12-22pvrdma: release ring object in case of an errorPrasad J Pandit
2018-12-22pvrdma: check number of pages when creating ringsPrasad J Pandit