index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
riscv
/
pmp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/riscv: pmp: Ignore writes when RW=01 and MML=0
Ivan Klokov
2024-01-10
1
-1
/
+1
*
target/riscv/pmp: Use hwaddr instead of target_ulong for RV32
Ivan Klokov
2024-01-10
1
-14
/
+12
*
target/riscv: pmp: Ignore writes when RW=01
Mayuresh Chitale
2023-11-07
1
-0
/
+5
*
target/riscv: pmp: Clear pmp/smepmp bits on reset
Mayuresh Chitale
2023-11-07
1
-0
/
+10
*
Add epmp to extensions list and rename it to smepmp
Himanshu Chauhan
2023-11-07
1
-6
/
+6
*
target/riscv/pmp.c: respect mseccfg.RLB for pmpaddrX changes
Leon Schuermann
2023-09-11
1
-0
/
+4
*
target/riscv: Smepmp: Return error when access permission not allowed in PMP
Himanshu Chauhan
2023-06-13
1
-8
/
+2
*
target/riscv: Deny access if access is partially inside the PMP entry
Weiwei Li
2023-06-13
1
-2
/
+2
*
target/riscv: Separate pmp_update_rule() in pmpcfg_csr_write
Weiwei Li
2023-06-13
1
-14
/
+2
*
target/riscv: Flush TLB only when pmpcfg/pmpaddr really changes
Weiwei Li
2023-06-13
1
-10
/
+18
*
target/riscv: Flush TLB when pmpaddr is updated
Weiwei Li
2023-06-13
1
-0
/
+1
*
target/riscv: Update the next rule addr in pmpaddr_csr_write()
Weiwei Li
2023-06-13
1
-3
/
+7
*
target/riscv: Flush TLB when MMWP or MML bits are changed
Weiwei Li
2023-06-13
1
-0
/
+3
*
target/riscv: Remove unused paramters in pmp_hart_has_privs_default()
Weiwei Li
2023-06-13
1
-6
/
+3
*
target/riscv: Make RLB/MML/MMWP bits writable only when Smepmp is enabled
Weiwei Li
2023-06-13
1
-24
/
+26
*
target/riscv: Change the return type of pmp_hart_has_privs() to bool
Weiwei Li
2023-06-13
1
-19
/
+13
*
target/riscv: Make the short cut really work in pmp_hart_has_privs
Weiwei Li
2023-06-13
1
-0
/
+1
*
target/riscv: Update pmp_get_tlb_size()
Weiwei Li
2023-06-13
1
-15
/
+54
*
target/riscv: Fix lines with over 80 characters
Weiwei Li
2023-05-05
1
-2
/
+4
*
target/riscv: Fix format for comments
Weiwei Li
2023-05-05
1
-19
/
+22
*
target/riscv: Fix format for indentation
Weiwei Li
2023-05-05
1
-9
/
+10
*
target/riscv: remove RISCV_FEATURE_MMU
Daniel Henrique Barboza
2023-03-01
1
-1
/
+1
*
target/riscv: remove RISCV_FEATURE_PMP
Daniel Henrique Barboza
2023-03-01
1
-1
/
+1
*
target/riscv: remove RISCV_FEATURE_EPMP
Daniel Henrique Barboza
2023-03-01
1
-2
/
+2
*
target/riscv: Smepmp: Skip applying default rules when address matches
Himanshu Chauhan
2023-02-23
1
-3
/
+6
*
target/riscv: Fix PMP propagation for tlb
LIU Zhiwei
2023-01-06
1
-60
/
+30
*
target/riscv: pmp: Fixup TLB size calculation
Alistair Francis
2022-10-14
1
-0
/
+12
*
target/riscv/pmp: guard against PMP ranges with a negative size
Nicolas Pitre
2022-07-03
1
-0
/
+3
*
target/riscv/pmp: fix NAPOT range computation overflow
Nicolas Pitre
2022-04-22
1
-11
/
+3
*
target/riscv: Adjust pmpcfg access with mxl
LIU Zhiwei
2022-01-21
1
-8
/
+4
*
target/riscv: pmp: Fix some typos
Bin Meng
2021-07-15
1
-5
/
+5
*
target/riscv/pmp: Add assert for ePMP operations
Alistair Francis
2021-06-08
1
-0
/
+4
*
target/riscv/pmp: Remove outdated comment
Alistair Francis
2021-05-11
1
-4
/
+0
*
target/riscv: Implementation of enhanced PMP (ePMP)
Hou Weiying
2021-05-11
1
-8
/
+146
*
target/riscv: Add ePMP CSR access functions
Hou Weiying
2021-05-11
1
-0
/
+34
*
target/riscv: Fix the PMP is locked check when using TOR
Alistair Francis
2021-05-11
1
-10
/
+16
*
target/riscv: flush TLB pages if PMP permission has been changed
Jim Shu
2021-03-22
1
-0
/
+4
*
target/riscv: propagate PMP permission to TLB page
Jim Shu
2021-03-22
1
-21
/
+59
*
target/riscv/pmp: Raise exception if no PMP entry is configured
Atish Patra
2021-01-16
1
-2
/
+2
*
target/riscv: Add PMP state description
Yifei Jiang
2020-11-03
1
-11
/
+18
*
target/riscv: Change the TLB page size depends on PMP entries.
Zong Li
2020-08-21
1
-0
/
+52
*
riscv: Fix bug in setting pmpcfg CSR for RISCV64
Hou Weiying
2020-08-21
1
-3
/
+2
*
target/riscv: Fix pmp NA4 implementation
Alexandre Mergnat
2020-07-13
1
-1
/
+1
*
target/riscv: Use a smaller guess size for no-MMU PMP
Alistair Francis
2020-06-19
1
-5
/
+9
*
target/riscv: PMP violation due to wrong size parameter
Dayeol Lee
2019-10-28
1
-1
/
+12
*
target/riscv/pmp: Convert qemu_log_mask(LOG_TRACE) to trace events
Philippe Mathieu-Daudé
2019-09-17
1
-21
/
+10
*
target/riscv/pmp: Restrict priviledged PMP to system-mode emulation
Philippe Mathieu-Daudé
2019-09-17
1
-4
/
+0
*
RISC-V: Fix a PMP bug where it succeeds even if PMP entry is off
Hesham Almatary
2019-06-23
1
-4
/
+5
*
RISC-V: Check for the effective memory privilege mode during PMP checks
Hesham Almatary
2019-06-23
1
-3
/
+3
*
target/riscv: Fix PMP range boundary address bug
Dayeol Lee
2019-06-23
1
-1
/
+1
[next]