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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-17
hw/intc/arm_gicv3: GICD_TYPER.SecurityExtn is RAZ if GICD_CTLR.DS == 1
Peter Maydell
1
-1
/
+7
2019-06-17
hw/intc/arm_gicv3: Fix decoding of ID register range
Peter Maydell
2
-4
/
+4
2019-06-12
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.1-20190612' into...
Peter Maydell
1
-3
/
+19
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
2
-2
/
+0
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
44
-8
/
+49
2019-06-12
ppc/xive: Make XIVE generate the proper interrupt types
Benjamin Herrenschmidt
1
-3
/
+19
2019-06-10
target/mips: Use env_cpu, env_archcpu
Richard Henderson
1
-1
/
+1
2019-05-29
spapr/xive: fix multiple resets when using the 'dual' interrupt mode
Cédric Le Goater
2
-10
/
+5
2019-05-29
spapr/irq: add KVM support to the 'dual' machine
Cédric Le Goater
3
-5
/
+59
2019-05-29
ppc/xics: fix irq priority in ics_set_irq_type()
Cédric Le Goater
1
-2
/
+8
2019-05-29
spapr/irq: initialize the IRQ device only once
Cédric Le Goater
2
-0
/
+16
2019-05-29
spapr/irq: introduce a spapr_irq_init_device() helper
Cédric Le Goater
1
-21
/
+5
2019-05-29
spapr: check for the activation of the KVM IRQ device
Cédric Le Goater
2
-1
/
+63
2019-05-29
spapr: introduce routines to delete the KVM IRQ device
Cédric Le Goater
2
-0
/
+107
2019-05-29
spapr/xive: add migration support for KVM
Cédric Le Goater
3
-1
/
+135
2019-05-29
spapr/xive: introduce a VM state change handler
Cédric Le Goater
1
-1
/
+95
2019-05-29
spapr/xive: add state synchronization with KVM
Cédric Le Goater
3
-7
/
+110
2019-05-29
spapr/xive: add hcall support when under KVM
Cédric Le Goater
2
-8
/
+279
2019-05-29
spapr/xive: add KVM support
Cédric Le Goater
4
-9
/
+298
2019-05-29
Fix typo on "info pic" monitor cmd output for xive
Satheesh Rajendran
1
-1
/
+1
2019-05-29
spapr/xive: print out the EQ page address in the monitor
Cédric Le Goater
1
-2
/
+3
2019-05-29
spapr/xive: fix EQ page addresses above 64GB
Cédric Le Goater
2
-8
/
+4
2019-05-29
spapr/xive: EQ page should be naturally aligned
Cédric Le Goater
1
-0
/
+6
2019-05-24
hw/intc/nvic: Use object_initialize_child for correct reference counting
Philippe Mathieu-Daudé
1
-3
/
+3
2019-05-23
hw/intc/arm_gicv3: Fix writes to ICC_CTLR_EL3
Peter Maydell
1
-2
/
+2
2019-05-23
hw/intc/arm_gicv3: Fix write of ICH_VMCR_EL2.{VBPR0, VBPR1}
Peter Maydell
1
-1
/
+1
2019-05-23
arm: Remove unnecessary includes of hw/arm/arm.h
Peter Maydell
1
-1
/
+0
2019-05-17
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2
-5
/
+53
2019-05-17
ioapic: allow buggy guests mishandling level-triggered interrupts to make pro...
Vitaly Kuznetsov
2
-5
/
+53
2019-05-17
grlib, irqmp: get rid of the old-style create function
KONRAD Frederic
1
-2
/
+1
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-03-28
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+3
2019-03-22
trace-events: Delete unused trace points
Markus Armbruster
1
-1
/
+0
2019-03-22
trace-events: Shorten file names in comments
Markus Armbruster
1
-17
/
+17
2019-03-19
ppc/xics/spapr: Fix H_IPOLL implementation
Benjamin Herrenschmidt
1
-1
/
+8
2019-03-18
kconfig: add CONFIG_MSI_NONBROKEN
Paolo Bonzini
1
-0
/
+3
2019-03-15
hw/intc/bcm2836_control: Implement local timer
Zoltán Baldaszti
1
-2
/
+99
2019-03-12
spapr: Use CamelCase properly
David Gibson
3
-57
/
+57
2019-03-12
ppc/xive: activate HV support
Cédric Le Goater
1
-3
/
+54
2019-03-12
ppc/pnv: add a XIVE interrupt controller model for POWER9
Cédric Le Goater
3
-1
/
+2002
2019-03-12
ppc/pnv: export the xive_router_notify() routine
Cédric Le Goater
1
-1
/
+1
2019-03-12
ppc/xive: export the TIMA memory accessors
Cédric Le Goater
1
-5
/
+18
2019-03-12
ppc/xive: hardwire the Physical CAM line of the thread context
Cédric Le Goater
1
-1
/
+30
2019-03-08
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-03-0...
Peter Maydell
1
-1
/
+0
[next]