Age | Commit message (Expand) | Author | Files | Lines |
2022-07-04 | hw/rtc/ls7a_rtc: Remove unimplemented device in realized function | Xiaojuan Yang | 1 | -1/+0 |
2022-07-04 | hw/rtc/ls7a_rtc: Fix timer call back function | Xiaojuan Yang | 1 | -2/+2 |
2022-07-04 | hw/rtc/ls7a_rtc: Fix uninitialied bugs and toymatch writing function | Xiaojuan Yang | 1 | -9/+11 |
2022-07-04 | hw/intc/loongarch_pch_msi: Fix msi vector convertion | Mao Bibo | 3 | -2/+23 |
2022-07-04 | target/loongarch: Update README | Song Gao | 1 | -2/+37 |
2022-07-04 | default-configs: Add loongarch linux-user support | Song Gao | 1 | -0/+3 |
2022-07-04 | target/loongarch: Adjust functions and structure to support user-mode | Song Gao | 6 | -1/+72 |
2022-07-04 | target/loongarch: remove unused include hw/loader.h | Song Gao | 1 | -1/+0 |
2022-07-04 | target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exception | Song Gao | 2 | -2/+4 |
2022-07-04 | target/loongarch: Fix missing update CSR_BADV | Song Gao | 1 | -4/+6 |
2022-07-04 | target/loongarch: remove badaddr from CPULoongArch | Song Gao | 2 | -3/+1 |
2022-07-04 | scripts: add loongarch64 binfmt config | Song Gao | 1 | -1/+5 |
2022-07-04 | linux-user: Add LoongArch cpu_loop support | Song Gao | 2 | -0/+130 |
2022-07-04 | linux-user: Add LoongArch syscall support | Song Gao | 4 | -1/+367 |
2022-07-04 | linux-user: Add LoongArch elf support | Song Gao | 2 | -0/+103 |
2022-07-04 | linux-user: Add LoongArch signal support | Song Gao | 2 | -0/+348 |
2022-07-04 | linux-user: Add LoongArch generic header files | Song Gao | 7 | -0/+68 |
2022-07-03 | Merge tag 'pull-riscv-to-apply-20220703-1' of github.com:alistair23/qemu into... | Richard Henderson | 18 | -456/+843 |
2022-07-03 | target/riscv: Update default priority table for local interrupts | Anup Patel | 2 | -70/+66 |
2022-07-03 | target/riscv: Remove CSRs that set/clear an IMSIC interrupt file bits | Anup Patel | 2 | -168/+6 |
2022-07-03 | target/riscv: Set minumum priv spec version for mcountinhibit | Anup Patel | 1 | -1/+1 |
2022-07-03 | hw/riscv: boot: Reduce FDT address alignment constraints | Alistair Francis | 1 | -2/+2 |
2022-07-03 | target/riscv: Don't force update priv spec version to latest | Anup Patel | 1 | -4/+8 |
2022-07-03 | target/riscv: Ibex: Support priv version 1.11 | Alistair Francis | 1 | -1/+1 |
2022-07-03 | target/riscv: Fixup MSECCFG minimum priv check | Alistair Francis | 1 | -1/+1 |
2022-07-03 | target/riscv: Support mcycle/minstret write operation | Atish Patra | 6 | -53/+213 |
2022-07-03 | target/riscv: Add support for hpmcounters/hpmevents | Atish Patra | 3 | -152/+331 |
2022-07-03 | target/riscv: Implement mcountinhibit CSR | Atish Patra | 4 | -0/+32 |
2022-07-03 | target/riscv: pmu: Make number of counters configurable | Atish Patra | 3 | -36/+63 |
2022-07-03 | target/riscv: pmu: Rename the counters extension to pmu | Atish Patra | 3 | -5/+5 |
2022-07-03 | target/riscv: Implement PMU CSR predicate function for S-mode | Atish Patra | 1 | -0/+51 |
2022-07-03 | target/riscv: Fix PMU CSR predicate function | Atish Patra | 1 | -4/+7 |
2022-07-03 | target/riscv/pmp: guard against PMP ranges with a negative size | Nicolas Pitre | 1 | -0/+3 |
2022-07-03 | target/riscv: Minimize the calls to decode_save_opc | Richard Henderson | 4 | -9/+17 |
2022-07-03 | target/riscv: Remove generate_exception_mtval | Richard Henderson | 1 | -9/+2 |
2022-07-03 | target/riscv: Set env->bins in gen_exception_illegal | Richard Henderson | 4 | -0/+97 |
2022-07-03 | target/riscv: Remove condition guarding register zero for auipc and lui | VĂctor Colombo | 1 | -6/+2 |
2022-07-02 | Merge tag 'bsd-user-syscall-2022q2b-pull-request' of ssh://github.com/qemu-bs... | Richard Henderson | 2 | -1/+509 |
2022-07-02 | bsd-user: Remove stray 'inline' from do_bsd_close | Warner Losh | 1 | -1/+1 |
2022-07-02 | bsd-user: Implement undelete | Warner Losh | 2 | -0/+17 |
2022-07-02 | bsd-user: Implement pathconf, lpathconf and fpathconf | Warner Losh | 2 | -0/+44 |
2022-07-02 | bsd-user: Implement mkfifo and mkfifoat | Warner Losh | 2 | -0/+35 |
2022-07-02 | bsd-user: Implement chroot and flock | Warner Losh | 2 | -0/+27 |
2022-07-02 | bsd-user: Implement chflags, lchflags and fchflags | Warner Losh | 2 | -0/+44 |
2022-07-02 | bsd-user: Implement chown, fchown, lchown and fchownat | Warner Losh | 2 | -0/+64 |
2022-07-02 | bsd-user: Implement freebsd11_mknod, freebsd11_mknodat and mknodat | Warner Losh | 2 | -0/+60 |
2022-07-02 | bsd-user: implement chmod, fchmod, lchmod and fchmodat | Warner Losh | 2 | -0/+62 |
2022-07-02 | bsd-user: Implement symlink, symlinkat, readlink and readlinkat | Warner Losh | 2 | -0/+90 |
2022-07-02 | bsd-user: Implement mount, umount and nmount | Warner Losh | 2 | -0/+65 |
2022-07-01 | hw: canokey: Remove HS support as not compliant to the spec | MkfsSion | 1 | -1/+0 |