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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2020-03-12
hw/intc/armv7m_nvic: Rebuild hflags on reset
Peter Maydell
1
-0
/
+6
2020-02-28
target/arm: Add isar_feature_aa32_vfp_simd
Richard Henderson
1
-10
/
+10
2020-02-21
target/arm: Test correct register in aa32_pan and aa32_ats1e1 checks
Peter Maydell
1
-4
/
+4
2020-02-21
target/arm: Define an aa32_pmu_8_1 isar feature test function
Peter Maydell
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2019-10-24
target/arm: Rebuild hflags for M-profile NVIC
Richard Henderson
1
-9
/
+13
2019-09-03
memory: Access MemoryRegion with endianness
Tony Nguyen
1
-7
/
+8
2019-09-03
hw/intc/armv7m_nic: Access MemoryRegion with MemOp
Tony Nguyen
1
-4
/
+8
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include hw/irq.h a lot less
Markus Armbruster
1
-0
/
+1
2019-07-04
target/arm: v8M: Check state of exception being returned from
Peter Maydell
1
-1
/
+13
2019-07-04
arm v8M: Forcibly clear negative-priority exceptions on deactivate
Peter Maydell
1
-5
/
+35
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-05-24
hw/intc/nvic: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
1
-3
/
+3
2019-05-23
arm: Remove unnecessary includes of hw/arm/arm.h
Peter Maydell
1
-1
/
+0
2019-05-07
hw/intc/armv7m_nvic: Don't enable ARMV7M_EXCP_DEBUG from reset
Peter Maydell
1
-1
/
+3
2019-05-07
hw/intc/armv7m_nvic: NS BFAR and BFSR are RAZ/WI if BFHFNMINS == 0
Peter Maydell
1
-3
/
+24
2019-05-07
hw/arm/armv7m_nvic: Check subpriority in nvic_recompute_state_secure()
Peter Maydell
1
-2
/
+7
2019-04-29
target/arm: New function armv7m_nvic_set_pending_lazyfp()
Peter Maydell
1
-0
/
+96
2019-04-29
target/arm: Implement v7m_update_fpccr()
Peter Maydell
1
-0
/
+34
2019-04-29
target/arm: Implement dummy versions of M-profile FP-related registers
Peter Maydell
1
-0
/
+125
2019-04-29
hw/intc/armv7m_nvic: Allow reading of M-profile MVFR* registers
Peter Maydell
1
-0
/
+6
2019-02-15
hw/intc/armv7m_nvic: Allow byte accesses to SHPR1
Peter Maydell
1
-2
/
+2
2019-02-01
armv7m: Don't assume the NVIC's CPU is CPU 0
Peter Maydell
1
-2
/
+1
2018-10-24
target/arm: Move some system registers into a substructure
Richard Henderson
1
-6
/
+6
2018-08-20
nvic: Expose NMI line
Peter Maydell
1
-0
/
+19
2018-08-14
nvic: Change NVIC to support ARMv6-M
Julia Suvorova
1
-3
/
+18
2018-08-14
arm: Add ARMv6-M programmer's model support
Julia Suvorova
1
-0
/
+10
2018-08-14
nvic: Handle ARMv6-M SCS reserved registers
Julia Suvorova
1
-2
/
+49
2018-07-30
armv7m_nvic: Fix m-security subsection name
Peter Maydell
1
-1
/
+1
2018-07-24
target/arm: Escalate to correct HardFault when AIRCR.BFHFNMINS is set
Peter Maydell
1
-2
/
+6
2018-07-17
hw/arm/armv7: Fix crash when introspecting the "iotkit" device
Thomas Huth
1
-3
/
+2
2018-06-15
arm: Don't crash if user tries to use a Cortex-M CPU without an NVIC
Peter Maydell
1
-1
/
+5
2018-02-15
hw/intc/armv7m_nvic: Fix byte-to-interrupt number conversions
Peter Maydell
1
-4
/
+4
2018-02-15
hw/intc/armv7m_nvic: Implement SCR
Peter Maydell
1
-4
/
+8
2018-02-15
hw/intc/armv7m_nvic: Implement cache ID registers
Peter Maydell
1
-0
/
+16
2018-02-15
hw/intc/armv7m_nvic: Implement v8M CPPWR register
Peter Maydell
1
-0
/
+14
2018-02-15
hw/intc/armv7m_nvic: Implement M profile cache maintenance ops
Peter Maydell
1
-0
/
+12
2018-02-15
hw/intc/armv7m_nvic: Fix ICSR PENDNMISET/CLR handling
Peter Maydell
1
-3
/
+3
2018-02-15
hw/intc/armv7m_nvic: Don't hardcode M profile ID registers in NVIC
Peter Maydell
1
-14
/
+16
2018-02-09
target/arm: Split "get pending exception info" from "acknowledge it"
Peter Maydell
1
-7
/
+23
2018-02-09
target/arm: Add armv7m_nvic_set_pending_derived()
Peter Maydell
1
-2
/
+66
2018-01-16
hw/intc/armv7m: Support byte and halfword accesses to CFSR
Peter Maydell
1
-16
/
+22
2017-12-13
nvic: Make systick banked
Peter Maydell
1
-13
/
+77
2017-12-13
nvic: Make nvic_sysreg_ns_ops work with any MemoryRegion
Peter Maydell
1
-3
/
+7
2017-11-20
nvic: Fix ARMv7M MPU_RBAR reads
Peter Maydell
1
-1
/
+1
2017-10-12
nvic: Fix miscalculation of offsets into ITNS array
Peter Maydell
1
-2
/
+2
2017-10-12
nvic: Add missing 'break'
Peter Maydell
1
-0
/
+1
2017-10-06
nvic: Add missing code for writing SHCSR.HARDFAULTPENDED bit
Peter Maydell
1
-0
/
+1
[next]