summaryrefslogtreecommitdiffstats
path: root/target/riscv/pmp.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: Fix a PMP bug where it succeeds even if PMP entry is offHesham Almatary2019-06-241-4/+5
* RISC-V: Check for the effective memory privilege mode during PMP checksHesham Almatary2019-06-241-3/+3
* target/riscv: Fix PMP range boundary address bugDayeol Lee2019-06-241-1/+1
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* riscv: pmp: Log pmp access errors as guest errorsAlistair Francis2019-03-191-7/+13
* target/riscv/pmp.c: Fix pmp_decode_napot()Anup Patel2018-12-201-1/+1
* target/riscv/pmp.c: pmpcfg_csr_read returns bogus value on RV64Dayeol Lee2018-10-301-1/+1
* RISC-V Physical Memory ProtectionMichael Clark2018-03-061-0/+380