aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-05tests/fp: Do not build softfloat3 tests if TCG is disabledPhilippe Mathieu-Daudé
2022-07-04tests: fix test-cutils leaksMarc-André Lureau
2022-07-04Merge tag 'pull-la-20220704' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2022-07-04Merge tag 'kraxel-20220704-pull-request' of https://gitlab.com/kraxel/qemu in...Richard Henderson
2022-07-04target/loongarch: Add lock when writing timer clear regXiaojuan Yang
2022-07-04target/loongarch: Fix the meaning of ECFG reg's VS fieldXiaojuan Yang
2022-07-04hw/rtc/ls7a_rtc: Fix 'calculate' spelling errorsXiaojuan Yang
2022-07-04hw/rtc/ls7a_rtc: Use tm struct pointer as arguments in toy_time_to_val()Xiaojuan Yang
2022-07-04hw/rtc/ls7a_rtc: Fix rtc enable and disable functionXiaojuan Yang
2022-07-04hw/rtc/ls7a_rtc: Add reset functionXiaojuan Yang
2022-07-04hw/rtc/ls7a_rtc: Remove unimplemented device in realized functionXiaojuan Yang
2022-07-04hw/rtc/ls7a_rtc: Fix timer call back functionXiaojuan Yang
2022-07-04hw/rtc/ls7a_rtc: Fix uninitialied bugs and toymatch writing functionXiaojuan Yang
2022-07-04hw/intc/loongarch_pch_msi: Fix msi vector convertionMao Bibo
2022-07-04target/loongarch: Update READMESong Gao
2022-07-04default-configs: Add loongarch linux-user supportSong Gao
2022-07-04target/loongarch: Adjust functions and structure to support user-modeSong Gao
2022-07-04target/loongarch: remove unused include hw/loader.hSong Gao
2022-07-04target/loongarch: Fix helper_asrtle_d/asrtgt_d raise wrong exceptionSong Gao
2022-07-04target/loongarch: Fix missing update CSR_BADVSong Gao
2022-07-04target/loongarch: remove badaddr from CPULoongArchSong Gao
2022-07-04scripts: add loongarch64 binfmt configSong Gao
2022-07-04linux-user: Add LoongArch cpu_loop supportSong Gao
2022-07-04linux-user: Add LoongArch syscall supportSong Gao
2022-07-04linux-user: Add LoongArch elf supportSong Gao
2022-07-04linux-user: Add LoongArch signal supportSong Gao
2022-07-04linux-user: Add LoongArch generic header filesSong Gao
2022-07-03Merge tag 'pull-riscv-to-apply-20220703-1' of github.com:alistair23/qemu into...Richard Henderson
2022-07-03target/riscv: Update default priority table for local interruptsAnup Patel
2022-07-03target/riscv: Remove CSRs that set/clear an IMSIC interrupt file bitsAnup Patel
2022-07-03target/riscv: Set minumum priv spec version for mcountinhibitAnup Patel
2022-07-03hw/riscv: boot: Reduce FDT address alignment constraintsAlistair Francis
2022-07-03target/riscv: Don't force update priv spec version to latestAnup Patel
2022-07-03target/riscv: Ibex: Support priv version 1.11Alistair Francis
2022-07-03target/riscv: Fixup MSECCFG minimum priv checkAlistair Francis
2022-07-03target/riscv: Support mcycle/minstret write operationAtish Patra
2022-07-03target/riscv: Add support for hpmcounters/hpmeventsAtish Patra
2022-07-03target/riscv: Implement mcountinhibit CSRAtish Patra
2022-07-03target/riscv: pmu: Make number of counters configurableAtish Patra
2022-07-03target/riscv: pmu: Rename the counters extension to pmuAtish Patra
2022-07-03target/riscv: Implement PMU CSR predicate function for S-modeAtish Patra
2022-07-03target/riscv: Fix PMU CSR predicate functionAtish Patra
2022-07-03target/riscv/pmp: guard against PMP ranges with a negative sizeNicolas Pitre
2022-07-03target/riscv: Minimize the calls to decode_save_opcRichard Henderson
2022-07-03target/riscv: Remove generate_exception_mtvalRichard Henderson
2022-07-03target/riscv: Set env->bins in gen_exception_illegalRichard Henderson
2022-07-03target/riscv: Remove condition guarding register zero for auipc and luiVíctor Colombo
2022-07-02Merge tag 'bsd-user-syscall-2022q2b-pull-request' of ssh://github.com/qemu-bs...Richard Henderson
2022-07-02bsd-user: Remove stray 'inline' from do_bsd_closeWarner Losh
2022-07-02bsd-user: Implement undeleteWarner Losh