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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-10
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200108' into...
Peter Maydell
4
-17
/
+52
2020-01-08
pnv/xive: Deduce the PnvXive pointer from XiveTCTX::xptr
Greg Kurz
1
-6
/
+2
2020-01-08
spapr/xive: Deduce the SpaprXive pointer from XiveTCTX::xptr
Greg Kurz
1
-5
/
+4
2020-01-08
xive: Add a "presenter" link property to the TCTX object
Cédric Le Goater
2
-2
/
+6
2020-01-08
xive: Use the XIVE fabric link under the XIVE router
Greg Kurz
1
-3
/
+11
2020-01-08
spapr, pnv, xive: Add a "xive-fabric" link to the XIVE router
Greg Kurz
1
-0
/
+8
2020-01-08
pnv/xive: Use device_class_set_parent_realize()
Greg Kurz
1
-0
/
+10
2020-01-08
spapr/xive: Use device_class_set_parent_realize()
Greg Kurz
1
-1
/
+11
2020-01-07
omap-intc: remove PROP_PTR
Marc-André Lureau
1
-7
/
+10
2020-01-07
cris: improve passing PIC interrupt vector to the CPU
Marc-André Lureau
1
-25
/
+1
2020-01-07
leon3: use qemu_irq framework instead of callback as property
Marc-André Lureau
1
-31
/
+4
2019-12-20
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
5
-4
/
+7
2019-12-18
hw/intc/s390: Simplify error handling in kvm_s390_flic_realize()
Markus Armbruster
1
-6
/
+4
2019-12-18
error: Clean up unusual names of Error * variables
Markus Armbruster
1
-5
/
+5
2019-12-17
hw: replace hw/i386/pc.h with a header just for the i8259
Paolo Bonzini
5
-4
/
+7
2019-12-17
xics: Don't deassert outputs
Greg Kurz
1
-3
/
+0
2019-12-17
ppc/pnv: Dump the XIVE NVT table
Cédric Le Goater
1
-0
/
+64
2019-12-17
ppc/pnv: Extend XiveRouter with a get_block_id() handler
Cédric Le Goater
3
-5
/
+28
2019-12-17
ppc/pnv: Introduce a pnv_xive_block_id() helper
Cédric Le Goater
1
-31
/
+33
2019-12-17
ppc/xive: Synthesize interrupt from the saved IPB in the NVT
Cédric Le Goater
1
-0
/
+52
2019-12-17
ppc/xive: Introduce a xive_tctx_ipb_update() helper
Cédric Le Goater
1
-10
/
+11
2019-12-17
ppc/xive: Remove the get_tctx() XiveRouter handler
Cédric Le Goater
3
-28
/
+0
2019-12-17
ppc/xive: Move the TIMA operations to the controller model
Cédric Le Goater
3
-32
/
+65
2019-12-17
ppc/pnv: Clarify how the TIMA is accessed on a multichip system
Cédric Le Goater
1
-17
/
+23
2019-12-17
spapr/xive: Configure number of servers in KVM
Greg Kurz
1
-2
/
+21
2019-12-17
spapr/xics: Configure number of servers in KVM
Greg Kurz
1
-2
/
+19
2019-12-17
spapr: Pass the maximum number of vCPUs to the KVM interrupt controller
Greg Kurz
4
-6
/
+11
2019-12-17
ppc/xive: Extend the TIMA operation with a XivePresenter parameter
Cédric Le Goater
2
-28
/
+34
2019-12-17
ppc/xive: Use the XiveFabric and XivePresenter interfaces
Cédric Le Goater
1
-31
/
+17
2019-12-17
ppc/xive: Introduce a XiveFabric interface
Cédric Le Goater
1
-0
/
+10
2019-12-17
ppc/pnv: Fix TIMA indirect access
Cédric Le Goater
1
-6
/
+7
2019-12-17
ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper
Cédric Le Goater
1
-0
/
+19
2019-12-17
ppc/pnv: Loop on the threads of the chip to find a matching NVT
Cédric Le Goater
1
-26
/
+35
2019-12-17
ppc/xive: Implement the XivePresenter interface
Cédric Le Goater
3
-44
/
+97
2019-12-17
ppc/xive: Introduce a XivePresenter interface
Cédric Le Goater
1
-9
/
+17
2019-12-17
ppc/xive: Check V bit in TM_PULL_POOL_CTX
Cédric Le Goater
1
-0
/
+5
2019-12-17
ppc/xive: Introduce OS CAM line helpers
Cédric Le Goater
1
-3
/
+38
2019-12-17
ppc/pnv: Quiesce some XIVE errors
Cédric Le Goater
1
-1
/
+5
2019-12-17
xive/kvm: Trigger interrupts from userspace
Greg Kurz
1
-14
/
+2
2019-12-17
ppc/pnv: Remove pnv_xive_vst_size() routine
Cédric Le Goater
1
-69
/
+43
2019-12-17
ppc/xive: Record the IPB in the associated NVT
Cédric Le Goater
1
-2
/
+9
2019-12-17
xics: Link ICP_PROP_CPU property to ICPState::cs pointer
Greg Kurz
1
-17
/
+4
2019-12-17
xics: Link ICP_PROP_XICS property to ICPState::xics pointer
Greg Kurz
1
-13
/
+9
2019-12-17
xics: Link ICS_PROP_XICS property to ICSState::xics pointer
Greg Kurz
1
-10
/
+3
2019-12-17
ppc/pnv: Link "chip" property to PnvXive::chip pointer
Greg Kurz
1
-10
/
+3
2019-12-17
xive: Link "xive" property to XiveEndSource::xrtr pointer
Greg Kurz
3
-14
/
+7
2019-12-17
xive: Link "xive" property to XiveSource::xive pointer
Greg Kurz
3
-14
/
+7
2019-12-17
xive: Link "cpu" property to XiveTCTX::cs pointer
Greg Kurz
1
-13
/
+9
2019-12-16
exynos4210_gic: Suppress gcc9 format-truncation warnings
David Gibson
1
-1
/
+8
2019-11-18
Merge remote-tracking branch 'remotes/vivier2/tags/ppc-for-4.2-pull-request' ...
Peter Maydell
4
-2
/
+60
[next]