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-02-04
spapr: move the interrupt presenters under machine_data
Cédric Le Goater
2
-6
/
+8
2019-02-04
xive: add a get_tctx() method to the XiveRouter
Cédric Le Goater
2
-6
/
+18
2019-02-04
ppc/xive: fix remaining XiveFabric names
Cédric Le Goater
1
-3
/
+3
2019-02-01
armv7m: Don't assume the NVIC's CPU is CPU 0
Peter Maydell
1
-2
/
+1
2019-01-22
ppc: Move spapr-related prototypes from xics.h into a seperate header file
Thomas Huth
2
-0
/
+2
2019-01-11
avoid TABs in files that only contain a few
Paolo Bonzini
1
-1
/
+1
2019-01-10
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-reque...
Peter Maydell
1
-1
/
+1
2019-01-09
ioapic: use TYPE_FOO MACRO than constant string
Li Qiang
1
-1
/
+1
2019-01-09
spapr: enable XIVE MMIOs at reset
Cédric Le Goater
1
-0
/
+9
2019-01-09
spapr: move the qemu_irq array under the machine
Cédric Le Goater
3
-6
/
+0
2019-01-09
ppc: export the XICS and XIVE set_irq handlers
Cédric Le Goater
3
-3
/
+3
2019-01-09
ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU
Cédric Le Goater
1
-5
/
+5
2019-01-09
ppc/xive: introduce a XiveTCTX pointer under PowerPCCPU
Cédric Le Goater
1
-3
/
+3
2019-01-09
spapr/xive: simplify the sPAPR IRQ qirq method for XIVE
Cédric Le Goater
1
-14
/
+0
2018-12-21
spapr: add a 'reset' method to the sPAPR IRQ backend
Cédric Le Goater
1
-0
/
+17
2018-12-21
spapr: allocate the interrupt thread context under the CPU core
Cédric Le Goater
1
-0
/
+22
2018-12-21
spapr: add device tree support for the XIVE exploitation mode
Cédric Le Goater
2
-1
/
+69
2018-12-21
spapr: add hcalls support for the XIVE exploitation interrupt mode
Cédric Le Goater
1
-0
/
+982
2018-12-21
spapr/xive: use the VCPU id as a NVT identifier
Cédric Le Goater
1
-1
/
+55
2018-12-21
spapr/xive: introduce a XIVE interrupt controller
Cédric Le Goater
2
-0
/
+367
2018-12-21
ppc/xive: notify the CPU when the interrupt priority is more privileged
Cédric Le Goater
1
-1
/
+95
2018-12-21
ppc/xive: introduce a simplified XIVE presenter
Cédric Le Goater
1
-0
/
+190
2018-12-21
ppc/xive: introduce the XIVE interrupt thread context
Cédric Le Goater
1
-0
/
+424
2018-12-21
ppc/xive: add support for the END Event State Buffers
Cédric Le Goater
1
-2
/
+158
2018-12-21
ppc/xive: introduce the XIVE Event Notification Descriptors
Cédric Le Goater
1
-0
/
+174
2018-12-21
ppc/xive: introduce the XiveRouter model
Cédric Le Goater
1
-0
/
+77
2018-12-21
ppc/xive: introduce the XiveNotifier interface
Cédric Le Goater
1
-0
/
+25
2018-12-21
ppc/xive: add support for the LSI interrupt sources
Cédric Le Goater
1
-6
/
+61
2018-12-21
ppc/xive: introduce a XIVE interrupt source model
Cédric Le Goater
2
-0
/
+383
2018-12-16
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-misc-20181214' into ...
Peter Maydell
1
-3
/
+4
2018-12-14
Rename cpu_physical_memory_write_rom() to address_space_write_rom()
Peter Maydell
1
-3
/
+4
2018-12-13
target/arm: Introduce arm_hcr_el2_eff
Richard Henderson
1
-10
/
+11
2018-12-13
intc/puv3_intc: Convert sysbus init function to realize function
Mao Zhongyi
1
-7
/
+4
2018-11-27
vmstate: constify VMStateField
Marc-André Lureau
1
-2
/
+2
2018-10-24
target/arm: Move some system registers into a substructure
Richard Henderson
1
-6
/
+6
2018-10-19
ioapic: Fix error handling in realize()
Markus Armbruster
1
-4
/
+4
2018-10-19
Use error_fatal to simplify obvious fatal errors (again)
Markus Armbruster
1
-6
/
+1
2018-10-19
error: Fix use of error_prepend() with &error_fatal, &error_abort
Markus Armbruster
1
-6
/
+9
2018-09-25
hw/intc/arm_gic: Drop GIC_BASE_IRQ macro
Peter Maydell
3
-20
/
+14
2018-08-24
hw/intc/arm_gic: Make per-cpu GICH memory regions 0x200 bytes large
Peter Maydell
1
-1
/
+1
2018-08-23
hw/intc/apic: Switch away from old_mmio
Peter Maydell
1
-24
/
+18
2018-08-20
nvic: Expose NMI line
Peter Maydell
2
-0
/
+20
2018-08-20
hw/intc/arm_gicv3_its: downgrade error_report to warn_report in kvm_arm_its_r...
Jia He
1
-1
/
+1
2018-08-14
target/arm: Provide accessor functions for HCR_EL2.{IMO, FMO, AMO}
Peter Maydell
1
-9
/
+10
2018-08-14
intc/arm_gic: Improve traces
Luc Michel
2
-8
/
+35
2018-08-14
intc/arm_gic: Implement maintenance interrupt generation
Luc Michel
1
-0
/
+97
2018-08-14
intc/arm_gic: Implement gic_update_virt() function
Luc Michel
1
-39
/
+136
2018-08-14
intc/arm_gic: Implement the virtual interface registers
Luc Michel
1
-2
/
+233
2018-08-14
intc/arm_gic: Wire the vCPU interface
Luc Michel
1
-2
/
+35
2018-08-14
intc/arm_gic: Implement virtualization extensions in gic_cpu_(read|write)
Luc Michel
1
-5
/
+15
[next]