aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-11hw/riscv: Fix OT IBEX reset vectorAlexander Wagner1-1/+1
2021-05-11target/riscv: fix exception index on instruction access faultEmmanuel Blot1-1/+3
2021-05-11target/riscv: fix vrgather macro index variable type bugFrank Chang1-2/+4
2021-05-11target/riscv: Add ePMP support for the Ibex CPUAlistair Francis1-0/+1
2021-05-11target/riscv/pmp: Remove outdated commentAlistair Francis1-4/+0
2021-05-11target/riscv: Add a config option for ePMPHou Weiying2-0/+11
2021-05-11target/riscv: Implementation of enhanced PMP (ePMP)Hou Weiying1-8/+146
2021-05-11target/riscv: Add ePMP CSR access functionsHou Weiying5-0/+76
2021-05-11target/riscv: Add the ePMP featureAlistair Francis1-0/+1
2021-05-11target/riscv: Define ePMP mseccfgHou Weiying1-0/+3
2021-05-11target/riscv: Fix the PMP is locked check when using TORAlistair Francis1-10/+16
2021-05-11docs: Add documentation for shakti_c machineVijai Kumar K2-0/+83
2021-05-11target/riscv: Fixup saturate subtract functionLIU Zhiwei1-4/+4
2021-05-11riscv: don't look at SUM when accessing memory from a debugger contextJade Fink1-8/+12
2021-05-11hw/riscv: Enable VIRTIO_VGA for RISC-V virt machineAlistair Francis1-0/+1
2021-05-11hw/opentitan: Update the interrupt layoutAlistair Francis3-22/+22
2021-05-11MAINTAINERS: Update the RISC-V CPU MaintainersAlistair Francis1-3/+2
2021-05-11target/riscv: Use RISCVException enum for CSR accessAlistair Francis4-36/+38
2021-05-11target/riscv: Use the RISCVException enum for CSR operationsAlistair Francis2-261/+382
2021-05-11target/riscv: Fix 32-bit HS mode access permissionsAlistair Francis1-1/+5
2021-05-11target/riscv: Use the RISCVException enum for CSR predicatesAlistair Francis2-37/+46
2021-05-11target/riscv: Convert the RISC-V exceptions to an enumAlistair Francis3-24/+26
2021-05-11hw/riscv: Connect Shakti UART to Shakti platformVijai Kumar K2-0/+10
2021-05-11hw/char: Add Shakti UART emulationVijai Kumar K5-0/+266
2021-05-11riscv: Add initial support for Shakti C machineVijai Kumar K6-0/+265
2021-05-11target/riscv: Add Shakti C class CPUVijai Kumar K2-0/+2
2021-05-11hw/riscv: sifive_e: Add 'const' to sifive_e_memmap[]Bin Meng1-1/+1
2021-05-11target/riscv: Align the data type of reset vector addressDylan Jhong1-1/+1
2021-05-11docs/system/generic-loader.rst: Fix styleAxel Heider1-3/+6
2021-05-11target/riscv: Remove privilege v1.9 specific CSR related codeAtish Patra7-72/+23
2021-05-11main-loop: remove dead codePaolo Bonzini2-79/+0
2021-05-11target/i386: use mmu_translate for NPT walkPaolo Bonzini1-207/+36
2021-05-11target/i386: allow customizing the next phase of the translationPaolo Bonzini1-12/+18
2021-05-11target/i386: extend pg_mode to more CR0 and CR4 bitsPaolo Bonzini3-16/+39
2021-05-11target/i386: pass cr3 to mmu_translatePaolo Bonzini1-6/+6
2021-05-11target/i386: extract mmu_translatePaolo Bonzini1-65/+86
2021-05-11target/i386: move paging mode constants from SVM to cpu.hPaolo Bonzini4-21/+31
2021-05-11target/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constantsPaolo Bonzini2-10/+5
2021-05-10accel: add init_accel_cpu for adapting accel behavior to CPU typeClaudio Fontana3-1/+26
2021-05-10accel: move call to accel_init_interfacesClaudio Fontana4-3/+3
2021-05-10i386: make cpu_load_efer sysemu-onlyClaudio Fontana2-15/+18
2021-05-10target/i386: gdbstub: only write CR0/CR2/CR3/EFER for sysemuClaudio Fontana1-0/+10
2021-05-10target/i386: gdbstub: introduce aux functions to read/write CS64 regsClaudio Fontana1-104/+51
2021-05-10i386: split off sysemu part of cpu.cClaudio Fontana4-379/+429
2021-05-10i386: split seg_helper into user-only and sysemu partsClaudio Fontana7-229/+311
2021-05-10i386: split svm_helper into sysemu and stub-only userClaudio Fontana5-61/+80
2021-05-10i386: separate fpu_helper sysemu-only partsClaudio Fontana4-39/+63
2021-05-10i386: split misc helper user stubs and sysemu partClaudio Fontana5-467/+519
2021-05-10i386: move TCG bpt_helper into sysemu/Claudio Fontana6-277/+311
2021-05-10i386: split tcg excp_helper into sysemu and user partsClaudio Fontana5-573/+623