Age | Commit message (Expand) | Author |
2018-12-26 | tcg: Add preferred_reg argument to tcg_reg_alloc_do_movi | Richard Henderson |
2018-12-26 | tcg: Add preferred_reg argument to temp_sync | Richard Henderson |
2018-12-26 | tcg: Add preferred_reg argument to temp_load | Richard Henderson |
2018-12-26 | tcg: Add preferred_reg argument to tcg_reg_alloc | Richard Henderson |
2018-12-26 | tcg: Add reachable_code_pass | Richard Henderson |
2018-12-26 | tcg: Reference count labels | Richard Henderson |
2018-12-26 | tcg: Add TCG_CALL_NO_RETURN | Richard Henderson |
2018-12-26 | tcg: Renumber TCG_CALL_* flags | Richard Henderson |
2018-12-26 | linux-user: Add safe_syscall for riscv64 host | Richard Henderson |
2018-12-26 | disas/microblaze: Remove unused REG_SP macro | Richard Henderson |
2018-12-26 | configure: Add support for building RISC-V host | Alistair Francis |
2018-12-26 | disas: Add RISC-V support | Alistair Francis |
2018-12-26 | tcg: Add RISC-V cpu signal handler | Alistair Francis |
2018-12-26 | tcg/riscv: Add the target init code | Alistair Francis |
2018-12-26 | tcg/riscv: Add the prologue generation and register the JIT | Alistair Francis |
2018-12-26 | tcg/riscv: Add the out op decoder | Alistair Francis |
2018-12-26 | tcg/riscv: Add direct load and store instructions | Alistair Francis |
2018-12-26 | tcg/riscv: Add slowpath load and store instructions | Alistair Francis |
2018-12-26 | tcg/riscv: Add branch and jump instructions | Alistair Francis |
2018-12-26 | tcg/riscv: Add the add2 and sub2 instructions | Alistair Francis |
2018-12-26 | tcg/riscv: Add the out load and store instructions | Alistair Francis |
2018-12-26 | tcg/riscv: Add the extract instructions | Alistair Francis |
2018-12-26 | tcg/riscv: Add the mov and movi instruction | Alistair Francis |
2018-12-26 | tcg/riscv: Add the relocation functions | Alistair Francis |
2018-12-26 | tcg/riscv: Add the instruction emitters | Alistair Francis |
2018-12-26 | tcg/riscv: Add the immediate encoders | Alistair Francis |
2018-12-26 | tcg/riscv: Add support for the constraints | Alistair Francis |
2018-12-26 | tcg/riscv: Add the tcg target registers | Alistair Francis |
2018-12-26 | tcg/riscv: Add the tcg-target.h file | Alistair Francis |
2018-12-26 | exec: Add RISC-V GCC poison macro | Alistair Francis |
2018-12-26 | linux-user: Add host dependency for RISC-V 64-bit | Alistair Francis |
2018-12-26 | linux-user: Add host dependency for RISC-V 32-bit | Alistair Francis |
2018-12-26 | elf.h: Add the RISCV ELF magic numbers | Alistair Francis |
2018-12-22 | Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta... | Peter Maydell |
2018-12-22 | pvrdma: check return value from pvrdma_idx_ring_has_ routines | Prasad J Pandit |
2018-12-22 | rdma: remove unused VENDOR_ERR_NO_SGE macro | Prasad J Pandit |
2018-12-22 | pvrdma: release ring object in case of an error | Prasad J Pandit |
2018-12-22 | pvrdma: check number of pages when creating rings | Prasad J Pandit |
2018-12-22 | pvrdma: add uar_read routine | Prasad J Pandit |
2018-12-22 | rdma: check num_sge does not exceed MAX_SGE | Prasad J Pandit |
2018-12-22 | pvrdma: release device resources in case of an error | Prasad J Pandit |
2018-12-22 | docs: Update pvrdma device documentation | Yuval Shaia |
2018-12-22 | hw/rdma: Do not call rdma_backend_del_gid on an empty gid | Yuval Shaia |
2018-12-22 | hw/rdma: Do not use bitmap_zero_extend to free bitmap | Yuval Shaia |
2018-12-22 | hw/pvrdma: Clean device's resource when system is shutdown | Yuval Shaia |
2018-12-22 | vl: Introduce shutdown_notifiers | Yuval Shaia |
2018-12-22 | hw/rdma: Remove unneeded code that handles more that one port | Yuval Shaia |
2018-12-22 | hw/pvrdma: Fill error code in command's response | Yuval Shaia |
2018-12-22 | hw/pvrdma: Fill all CQE fields | Yuval Shaia |
2018-12-22 | hw/pvrdma: Make device state depend on Ethernet function state | Yuval Shaia |