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
2021-09-01
arm: Move system PPB container handling to armv7m
Peter Maydell
1
-141
/
+4
2021-09-01
arm: Move systick device creation from NVIC to ARMv7M object
Peter Maydell
1
-73
/
+0
2021-09-01
arm: Move M-profile RAS register block into its own device
Peter Maydell
1
-56
/
+0
2021-07-27
hw/intc/armv7m_nvic: for v8.1M VECTPENDING hides S exceptions from NS
Peter Maydell
1
-7
/
+24
2021-07-27
hw/intc/armv7m_nvic: Correct size of ICSR.VECTPENDING
Peter Maydell
1
-1
/
+1
2021-07-27
hw/intc/armv7m_nvic: ISCR.ISRPENDING is set for non-enabled pending interrupts
Peter Maydell
1
-5
/
+4
2021-06-15
hw/intc/armv7m_nvic: Remove stale comment
Peter Maydell
1
-6
/
+0
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-01-08
hw/intc/armv7m_nvic: Correct handling of CCR.BFHFNMIGN
Peter Maydell
1
-0
/
+15
2020-12-10
hw/intc/armv7m_nvic: Implement read/write for RAS register block
Peter Maydell
1
-0
/
+56
2020-12-10
target/arm: Implement M-profile "minimal RAS implementation"
Peter Maydell
1
-0
/
+13
2020-12-10
hw/intc/armv7m_nvic: Fix "return from inactive handler" check
Peter Maydell
1
-27
/
+32
2020-12-10
hw/intc/armv7m_nvic: Support v8.1M CCR.TRD bit
Peter Maydell
1
-8
/
+18
2020-12-10
target/arm: Implement v8.1M REVIDR register
Peter Maydell
1
-0
/
+5
2020-12-10
hw/intc/armv7m_nvic: Update FPDSCR masking for v8.1M
Peter Maydell
1
-1
/
+8
2020-12-10
hw/intc/armv7m_nvic: Make all of system PPB range be RAZWI/BusFault
Peter Maydell
1
-11
/
+67
2020-10-01
hw/intc/armv7m_nvic: Only show ID register values for Main Extension CPUs
Peter Maydell
1
-0
/
+42
2020-10-01
target/arm: Move id_pfr0, id_pfr1 into ARMISARegisters
Peter Maydell
1
-2
/
+2
2020-09-01
hw: Remove superfluous breaks
Liao Pingfang
1
-1
/
+0
2020-08-03
hw/intc/armv7m_nvic: Provide default "reset the system" behaviour for SYSRESE...
Peter Maydell
1
-1
/
+16
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
1
-5
/
+2
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
1
-4
/
+2
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3
Markus Armbruster
1
-4
/
+3
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 1
Markus Armbruster
1
-5
/
+3
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
[next]