index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
intc
/
armv7m_nvic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-21
nvic: Support banked exceptions in acknowledge and complete
Peter Maydell
1
-6
/
+20
2017-09-21
nvic: Make SHCSR banked for v8M
Peter Maydell
1
-52
/
+169
2017-09-21
nvic: Make ICSR banked for v8M
Peter Maydell
1
-13
/
+32
2017-09-21
target/arm: Handle banking in negative-execution-priority check in cpu_mmu_in...
Peter Maydell
1
-0
/
+29
2017-09-21
nvic: Handle v8M changes in nvic_exec_prio()
Peter Maydell
1
-9
/
+42
2017-09-21
nvic: Disable the non-secure HardFault if AIRCR.BFHFNMINS is clear
Peter Maydell
1
-2
/
+10
2017-09-21
nvic: Implement v8M changes to fixed priority exceptions
Peter Maydell
1
-3
/
+19
2017-09-21
nvic: In escalation to HardFault, support HF not being priority -1
Peter Maydell
1
-11
/
+12
2017-09-21
nvic: Compare group priority for escalation to HF
Peter Maydell
1
-1
/
+1
2017-09-21
nvic: Make SHPR registers banked
Peter Maydell
1
-9
/
+87
2017-09-21
nvic: Make set_pending and clear_pending take a secure parameter
Peter Maydell
1
-16
/
+48
2017-09-21
nvic: Handle banked exceptions in nvic_recompute_state()
Peter Maydell
1
-5
/
+146
2017-09-21
nvic: Implement NVIC_ITNS<n> registers
Peter Maydell
1
-7
/
+67
2017-09-21
nvic: Make ICSR.RETTOBASE handle banked exceptions
Peter Maydell
1
-1
/
+4
2017-09-21
nvic: Implement AIRCR changes for v8M
Peter Maydell
1
-11
/
+38
2017-09-21
nvic: Add cached vectpending_prio state
Peter Maydell
1
-10
/
+13
2017-09-21
nvic: Add cached vectpending_is_s_banked state
Peter Maydell
1
-0
/
+1
2017-09-21
nvic: Add banked exception states
Peter Maydell
1
-1
/
+52
2017-09-14
nvic: Don't apply group priority mask to negative priorities
Peter Maydell
1
-2
/
+9
2017-09-07
target/arm: Make CFSR register banked for v8M
Peter Maydell
1
-2
/
+13
2017-09-07
target/arm: Make MMFAR banked for v8M
Peter Maydell
1
-2
/
+2
2017-09-07
target/arm: Make CCR register banked for v8M
Peter Maydell
1
-6
/
+27
2017-09-07
target/arm: Make MPU_CTRL register banked for v8M
Peter Maydell
1
-4
/
+5
2017-09-07
target/arm: Make MPU_RNR register banked for v8M
Peter Maydell
1
-9
/
+9
2017-09-07
target/arm: Make MPU_RBAR, MPU_RLAR banked for v8M
Peter Maydell
1
-4
/
+4
2017-09-07
target/arm: Make MPU_MAIR0, MPU_MAIR1 registers banked for v8M
Peter Maydell
1
-4
/
+4
2017-09-07
target/arm: Make VTOR register banked for v8M
Peter Maydell
1
-6
/
+7
2017-09-07
nvic: Add NS alias SCS region
Peter Maydell
1
-1
/
+65
2017-09-07
target/arm: Make FAULTMASK register banked for v8M
Peter Maydell
1
-1
/
+8
2017-09-07
target/arm: Make PRIMASK register banked for v8M
Peter Maydell
1
-1
/
+1
2017-09-07
target/arm: Make BASEPRI register banked for v8M
Peter Maydell
1
-2
/
+2
2017-09-07
target/arm: Implement ARMv8M's PMSAv8 registers
Peter Maydell
1
-8
/
+114
2017-09-04
nvic: Implement "user accesses BusFault" SCS region behaviour
Peter Maydell
1
-17
/
+41
2017-09-04
armv7m_nvic.h: Move from include/hw/arm to include/hw/intc
Peter Maydell
1
-1
/
+1
2017-09-04
target/arm: Don't store M profile PRIMASK and FAULTMASK in daif
Peter Maydell
1
-2
/
+2
2017-09-04
hw/intc/armv7m_nvic.c: Remove out of date comment
Peter Maydell
1
-4
/
+0
2017-07-31
target/arm: Rename cp15.c6_rgnr to pmsav7.rnr
Peter Maydell
1
-7
/
+7
2017-06-02
arm: add MPU support to M profile CPUs
Michael Davidsaver
1
-0
/
+104
2017-02-28
armv7m: Split systick out from NVIC
Peter Maydell
1
-126
/
+34
2017-02-28
armv7m: Make NVIC expose a memory region rather than mapping itself
Peter Maydell
1
-5
/
+2
2017-02-28
armv7m: Move NVICState struct definition into header
Peter Maydell
1
-48
/
+1
2017-02-28
armv7m: Allow SHCSR writes to change pending and active bits
Peter Maydell
1
-2
/
+11
2017-02-28
armv7m: Check exception return consistency
Peter Maydell
1
-1
/
+11
2017-02-28
armv7m: VECTCLRACTIVE and VECTRESET are UNPREDICTABLE
Michael Davidsaver
1
-2
/
+6
2017-02-28
armv7m: Remove unused armv7m_nvic_acknowledge_irq() return value
Peter Maydell
1
-3
/
+1
2017-02-28
armv7m: Escalate exceptions to HardFault if necessary
Michael Davidsaver
1
-0
/
+53
2017-02-28
armv7m: Fix condition check for taking exceptions
Peter Maydell
1
-0
/
+7
2017-02-28
armv7m: Rewrite NVIC to not use any GIC code
Michael Davidsaver
1
-144
/
+594
2017-02-28
armv7m: Implement reading and writing of PRIGROUP
Peter Maydell
1
-6
/
+8
2017-02-28
armv7m: Rename nvic_state to NVICState
Peter Maydell
1
-22
/
+22
[next]