Age | Commit message (Expand) | Author |
2022-07-04 | default-configs: Add loongarch linux-user support | Song Gao |
2022-07-04 | target/loongarch: Adjust functions and structure to support user-mode | Song Gao |
2022-07-04 | target/loongarch: remove unused include hw/loader.h | Song Gao |
2022-07-04 | target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exception | Song Gao |
2022-07-04 | target/loongarch: Fix missing update CSR_BADV | Song Gao |
2022-07-04 | target/loongarch: remove badaddr from CPULoongArch | Song Gao |
2022-07-04 | scripts: add loongarch64 binfmt config | Song Gao |
2022-07-04 | linux-user: Add LoongArch cpu_loop support | Song Gao |
2022-07-04 | linux-user: Add LoongArch syscall support | Song Gao |
2022-07-04 | linux-user: Add LoongArch elf support | Song Gao |
2022-07-04 | linux-user: Add LoongArch signal support | Song Gao |
2022-07-04 | linux-user: Add LoongArch generic header files | Song Gao |
2022-07-03 | Merge tag 'pull-riscv-to-apply-20220703-1' of github.com:alistair23/qemu into... | Richard Henderson |
2022-07-03 | target/riscv: Update default priority table for local interrupts | Anup Patel |
2022-07-03 | target/riscv: Remove CSRs that set/clear an IMSIC interrupt file bits | Anup Patel |
2022-07-03 | target/riscv: Set minumum priv spec version for mcountinhibit | Anup Patel |
2022-07-03 | hw/riscv: boot: Reduce FDT address alignment constraints | Alistair Francis |
2022-07-03 | target/riscv: Don't force update priv spec version to latest | Anup Patel |
2022-07-03 | target/riscv: Ibex: Support priv version 1.11 | Alistair Francis |
2022-07-03 | target/riscv: Fixup MSECCFG minimum priv check | Alistair Francis |
2022-07-03 | target/riscv: Support mcycle/minstret write operation | Atish Patra |
2022-07-03 | target/riscv: Add support for hpmcounters/hpmevents | Atish Patra |
2022-07-03 | target/riscv: Implement mcountinhibit CSR | Atish Patra |
2022-07-03 | target/riscv: pmu: Make number of counters configurable | Atish Patra |
2022-07-03 | target/riscv: pmu: Rename the counters extension to pmu | Atish Patra |
2022-07-03 | target/riscv: Implement PMU CSR predicate function for S-mode | Atish Patra |
2022-07-03 | target/riscv: Fix PMU CSR predicate function | Atish Patra |
2022-07-03 | target/riscv/pmp: guard against PMP ranges with a negative size | Nicolas Pitre |
2022-07-03 | target/riscv: Minimize the calls to decode_save_opc | Richard Henderson |
2022-07-03 | target/riscv: Remove generate_exception_mtval | Richard Henderson |
2022-07-03 | target/riscv: Set env->bins in gen_exception_illegal | Richard Henderson |
2022-07-03 | target/riscv: Remove condition guarding register zero for auipc and lui | VĂctor Colombo |
2022-07-02 | Merge tag 'bsd-user-syscall-2022q2b-pull-request' of ssh://github.com/qemu-bs... | Richard Henderson |
2022-07-02 | bsd-user: Remove stray 'inline' from do_bsd_close | Warner Losh |
2022-07-02 | bsd-user: Implement undelete | Warner Losh |
2022-07-02 | bsd-user: Implement pathconf, lpathconf and fpathconf | Warner Losh |
2022-07-02 | bsd-user: Implement mkfifo and mkfifoat | Warner Losh |
2022-07-02 | bsd-user: Implement chroot and flock | Warner Losh |
2022-07-02 | bsd-user: Implement chflags, lchflags and fchflags | Warner Losh |
2022-07-02 | bsd-user: Implement chown, fchown, lchown and fchownat | Warner Losh |
2022-07-02 | bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat | Warner Losh |
2022-07-02 | bsd-user: implement chmod, fchmod, lchmod and fchmodat | Warner Losh |
2022-07-02 | bsd-user: Implement symlink, symlinkat, readlink and readlinkat | Warner Losh |
2022-07-02 | bsd-user: Implement mount, umount and nmount | Warner Losh |
2022-06-30 | Merge tag 'pull-aspeed-20220630' of https://github.com/legoater/qemu into sta... | Richard Henderson |
2022-06-30 | hw/misc/aspeed: Add PECI controller | Peter Delevoryas |
2022-06-30 | hw/i2c/aspeed: Add new-registers DMA slave mode RX support | Peter Delevoryas |
2022-06-30 | hw/i2c/aspeed: add slave device in old register mode | Klaus Jensen |
2022-06-30 | hw/i2c: add asynchronous send | Klaus Jensen |
2022-06-30 | hw/i2c: support multiple masters | Klaus Jensen |