| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ppc/xive: Move the TIMA operations to the controller model | Cédric Le Goater | 2019-12-17 | 1 | -1/+0 |
* | ppc/pnv: Clarify how the TIMA is accessed on a multichip system | Cédric Le Goater | 2019-12-17 | 1 | -0/+3 |
* | spapr: Pass the maximum number of vCPUs to the KVM interrupt controller | Greg Kurz | 2019-12-17 | 3 | -4/+12 |
* | ppc/xive: Extend the TIMA operation with a XivePresenter parameter | Cédric Le Goater | 2019-12-17 | 1 | -3/+4 |
* | ppc/xive: Introduce a XiveFabric interface | Cédric Le Goater | 2019-12-17 | 1 | -0/+22 |
* | ppc/pnv: Fix TIMA indirect access | Cédric Le Goater | 2019-12-17 | 1 | -0/+2 |
* | ppc/pnv: Introduce a pnv_xive_is_cpu_enabled() helper | Cédric Le Goater | 2019-12-17 | 1 | -0/+5 |
* | ppc: Introduce a ppc_cpu_pir() helper | Cédric Le Goater | 2019-12-17 | 1 | -0/+1 |
* | ppc/pnv: Instantiate cores separately | Greg Kurz | 2019-12-17 | 1 | -1/+1 |
* | ppc/xive: Introduce a XivePresenter interface | Cédric Le Goater | 2019-12-17 | 1 | -0/+32 |
* | ppc/pnv: Create BMC devices at machine init | Cédric Le Goater | 2019-12-17 | 1 | -1/+1 |
* | ppc/pnv: Add HIOMAP commands | Cédric Le Goater | 2019-12-17 | 2 | -0/+6 |
* | ppc/xive: Introduce helpers for the NVT id | Cédric Le Goater | 2019-12-17 | 2 | -5/+21 |
* | ppc/xive: Record the IPB in the associated NVT | Cédric Le Goater | 2019-12-17 | 1 | -0/+1 |
* | ppc/pnv: Add a PNOR model | Cédric Le Goater | 2019-12-17 | 2 | -0/+28 |
* | ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip | Greg Kurz | 2019-11-18 | 4 | -0/+5 |
* | spapr/xive: Set the OS CAM line at reset | Cédric Le Goater | 2019-10-24 | 1 | -1/+0 |
* | ppc: Reset the interrupt presenter from the CPU reset handler | Cédric Le Goater | 2019-10-24 | 4 | -0/+5 |
* | ppc/pnv: Add a PnvChip pointer to PnvCore | Cédric Le Goater | 2019-10-24 | 1 | -0/+3 |
* | spapr: Move SpaprIrq::nr_xirqs to SpaprMachineClass | David Gibson | 2019-10-24 | 2 | -1/+1 |
* | spapr: Remove SpaprIrq::nr_msis | David Gibson | 2019-10-24 | 1 | -3/+1 |
* | spapr, xics, xive: Move SpaprIrq::post_load hook to backends | David Gibson | 2019-10-24 | 2 | -3/+1 |
* | spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate | David Gibson | 2019-10-24 | 1 | -1/+3 |
* | spapr: Remove SpaprIrq::init_kvm hook | David Gibson | 2019-10-24 | 1 | -1/+0 |
* | spapr, xics, xive: Match signatures for XICS and XIVE KVM connect routines | David Gibson | 2019-10-24 | 2 | -4/+4 |
* | spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptController | David Gibson | 2019-10-24 | 3 | -6/+4 |
* | spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptController | David Gibson | 2019-10-24 | 1 | -2/+2 |
* | spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptController | David Gibson | 2019-10-24 | 1 | -1/+3 |
* | spapr: Formalize notion of active interrupt controller | David Gibson | 2019-10-24 | 2 | -2/+8 |
* | spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon... | David Gibson | 2019-10-24 | 2 | -4/+3 |
* | spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro... | David Gibson | 2019-10-24 | 1 | -2/+11 |
* | spapr, xics, xive: Introduce SpaprInterruptController QOM interface | David Gibson | 2019-10-24 | 1 | -0/+14 |
* | spapr: Set VSMT to smp_threads by default | Greg Kurz | 2019-10-24 | 1 | -0/+1 |
* | ppc/pnv: Improve trigger data definition | Cédric Le Goater | 2019-10-24 | 1 | -3/+23 |
* | spapr: Eliminate SpaprIrq::init hook | David Gibson | 2019-10-04 | 1 | -1/+0 |
* | spapr: Use less cryptic representation of which irq backends are supported | David Gibson | 2019-10-04 | 1 | -1/+2 |
* | xive: Improve irq claim/free path | David Gibson | 2019-10-04 | 2 | -3/+3 |
* | spapr: Handle freeing of multiple irqs in frontend only | David Gibson | 2019-10-04 | 1 | -1/+1 |
* | spapr: Eliminate SpaprIrq:get_nodename method | David Gibson | 2019-10-04 | 2 | -3/+0 |
* | spapr: Simplify spapr_qirq() handling | David Gibson | 2019-10-04 | 1 | -1/+0 |
* | spapr: Eliminate nr_irqs parameter to SpaprIrq::init | David Gibson | 2019-10-04 | 1 | -1/+1 |
* | spapr: Clarify and fix handling of nr_irqs | David Gibson | 2019-10-04 | 1 | -7/+12 |
* | spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper | David Gibson | 2019-10-04 | 1 | -2/+3 |
* | xics: Create sPAPR specific ICS subtype | David Gibson | 2019-10-04 | 1 | -1/+3 |
* | xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes | David Gibson | 2019-10-04 | 1 | -10/+6 |
* | xics: Eliminate reset hook | David Gibson | 2019-10-04 | 1 | -1/+0 |
* | xics: Rename misleading ics_simple_*() functions | David Gibson | 2019-10-04 | 1 | -3/+3 |
* | xics: Eliminate 'reject', 'resend' and 'eoi' class hooks | David Gibson | 2019-10-04 | 1 | -4/+0 |
* | xics: Minor fixes for XICSFabric interface | David Gibson | 2019-10-04 | 1 | -5/+1 |
* | spapr: Stop providing RTAS blob | Alexey Kardashevskiy | 2019-10-04 | 1 | -2/+0 |