aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-11target/riscv: fix a typo with interrupt namesEmmanuel Blot
2021-05-11fpu/softfloat: set invalid excp flag for RISC-V muladd instructionsFrank Chang
2021-05-11hw/riscv: Fix OT IBEX reset vectorAlexander Wagner
2021-05-11target/riscv: fix exception index on instruction access faultEmmanuel Blot
2021-05-11target/riscv: fix vrgather macro index variable type bugFrank Chang
2021-05-11target/riscv: Add ePMP support for the Ibex CPUAlistair Francis
2021-05-11target/riscv/pmp: Remove outdated commentAlistair Francis
2021-05-11target/riscv: Add a config option for ePMPHou Weiying
2021-05-11target/riscv: Implementation of enhanced PMP (ePMP)Hou Weiying
2021-05-11target/riscv: Add ePMP CSR access functionsHou Weiying
2021-05-11target/riscv: Add the ePMP featureAlistair Francis
2021-05-11target/riscv: Define ePMP mseccfgHou Weiying
2021-05-11target/riscv: Fix the PMP is locked check when using TORAlistair Francis
2021-05-11docs: Add documentation for shakti_c machineVijai Kumar K
2021-05-11target/riscv: Fixup saturate subtract functionLIU Zhiwei
2021-05-11riscv: don't look at SUM when accessing memory from a debugger contextJade Fink
2021-05-11hw/riscv: Enable VIRTIO_VGA for RISC-V virt machineAlistair Francis
2021-05-11hw/opentitan: Update the interrupt layoutAlistair Francis
2021-05-11MAINTAINERS: Update the RISC-V CPU MaintainersAlistair Francis
2021-05-11target/riscv: Use RISCVException enum for CSR accessAlistair Francis
2021-05-11target/riscv: Use the RISCVException enum for CSR operationsAlistair Francis
2021-05-11target/riscv: Fix 32-bit HS mode access permissionsAlistair Francis
2021-05-11target/riscv: Use the RISCVException enum for CSR predicatesAlistair Francis
2021-05-11target/riscv: Convert the RISC-V exceptions to an enumAlistair Francis
2021-05-11hw/riscv: Connect Shakti UART to Shakti platformVijai Kumar K
2021-05-11hw/char: Add Shakti UART emulationVijai Kumar K
2021-05-11riscv: Add initial support for Shakti C machineVijai Kumar K
2021-05-11target/riscv: Add Shakti C class CPUVijai Kumar K
2021-05-11hw/riscv: sifive_e: Add 'const' to sifive_e_memmap[]Bin Meng
2021-05-11target/riscv: Align the data type of reset vector addressDylan Jhong
2021-05-11docs/system/generic-loader.rst: Fix styleAxel Heider
2021-05-11target/riscv: Remove privilege v1.9 specific CSR related codeAtish Patra
2021-05-11main-loop: remove dead codePaolo Bonzini
2021-05-11target/i386: use mmu_translate for NPT walkPaolo Bonzini
2021-05-11target/i386: allow customizing the next phase of the translationPaolo Bonzini
2021-05-11target/i386: extend pg_mode to more CR0 and CR4 bitsPaolo Bonzini
2021-05-11target/i386: pass cr3 to mmu_translatePaolo Bonzini
2021-05-11target/i386: extract mmu_translatePaolo Bonzini
2021-05-11target/i386: move paging mode constants from SVM to cpu.hPaolo Bonzini
2021-05-11target/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constantsPaolo Bonzini
2021-05-10accel: add init_accel_cpu for adapting accel behavior to CPU typeClaudio Fontana
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana
2021-05-10i386: make cpu_load_efer sysemu-onlyClaudio Fontana
2021-05-10target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemuClaudio Fontana
2021-05-10target/i386: gdbstub: introduce aux functions to read/write CS64 regsClaudio Fontana
2021-05-10i386: split off sysemu part of cpu.cClaudio Fontana
2021-05-10i386: split seg_helper into user-only and sysemu partsClaudio Fontana
2021-05-10i386: split svm_helper into sysemu and stub-only userClaudio Fontana
2021-05-10i386: separate fpu_helper sysemu-only partsClaudio Fontana
2021-05-10i386: split misc helper user stubs and sysemu partClaudio Fontana