Age | Commit message (Expand) | Author | Files | Lines |
2021-05-02 | Do not include cpu.h if it's not really necessary | Thomas Huth | 1 | -1/+0 |
2019-12-17 | spapr: Pass the maximum number of vCPUs to the KVM interrupt controller | Greg Kurz | 1 | -2/+3 |
2019-11-18 | ppc: Add intc_destroy() handlers to SpaprInterruptController/PnvChip | Greg Kurz | 1 | -0/+10 |
2019-10-24 | ppc: Reset the interrupt presenter from the CPU reset handler | Cédric Le Goater | 1 | -0/+7 |
2019-10-24 | spapr, xics, xive: Move SpaprIrq::post_load hook to backends | David Gibson | 1 | -0/+13 |
2019-10-24 | spapr, xics, xive: Move SpaprIrq::reset hook logic into activate/deactivate | David Gibson | 1 | -0/+17 |
2019-10-24 | spapr, xics, xive: Move dt_populate from SpaprIrq to SpaprInterruptController | David Gibson | 1 | -2/+3 |
2019-10-24 | spapr, xics, xive: Move print_info from SpaprIrq to SpaprInterruptController | David Gibson | 1 | -0/+15 |
2019-10-24 | spapr, xics, xive: Move set_irq from SpaprIrq to SpaprInterruptController | David Gibson | 1 | -0/+9 |
2019-10-24 | spapr, xics, xive: Move irq claim and free from SpaprIrq to SpaprInterruptCon... | David Gibson | 1 | -0/+29 |
2019-10-24 | spapr, xics, xive: Move cpu_intc_create from SpaprIrq to SpaprInterruptContro... | David Gibson | 1 | -0/+18 |
2019-10-24 | spapr, xics, xive: Introduce SpaprInterruptController QOM interface | David Gibson | 1 | -0/+4 |
2019-10-04 | spapr: Eliminate SpaprIrq:get_nodename method | David Gibson | 1 | -1/+1 |
2019-10-04 | xics: Create sPAPR specific ICS subtype | David Gibson | 1 | -1/+33 |
2019-10-04 | xics: Rename misleading ics_simple_*() functions | David Gibson | 1 | -6/+6 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-07-02 | xics/spapr: Only emulated XICS should use RTAS/hypercalls emulation | Greg Kurz | 1 | -26/+27 |
2019-07-02 | xics/spapr: Register RTAS/hypercalls once at machine init | Greg Kurz | 1 | -8/+0 |
2019-07-02 | xics/spapr: Prevent RTAS/hypercalls emulation to be used by in-kernel XICS | Greg Kurz | 1 | -0/+46 |
2019-05-29 | spapr/irq: initialize the IRQ device only once | Cédric Le Goater | 1 | -0/+7 |
2019-03-19 | ppc/xics/spapr: Fix H_IPOLL implementation | Benjamin Herrenschmidt | 1 | -1/+8 |
2019-03-12 | spapr: Use CamelCase properly | David Gibson | 1 | -12/+12 |
2019-02-26 | spapr: Expose the name of the interrupt controller node | Greg Kurz | 1 | -1/+1 |
2019-02-04 | spapr: move the interrupt presenters under machine_data | Cédric Le Goater | 1 | -5/+6 |
2019-01-22 | ppc: Move spapr-related prototypes from xics.h into a seperate header file | Thomas Huth | 1 | -0/+1 |
2019-01-09 | ppc: replace the 'Object *intc' by a 'ICPState *icp' pointer under the CPU | Cédric Le Goater | 1 | -5/+5 |
2018-12-21 | spapr: add device tree support for the XIVE exploitation mode | Cédric Le Goater | 1 | -1/+2 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2017-12-15 | spapr: move the IRQ allocation routines under the machine | Cédric Le Goater | 1 | -114/+0 |
2017-12-15 | ppc/xics: remove useless if condition | Cédric Le Goater | 1 | -4/+2 |
2017-05-24 | ppc/xics: simplify prototype of xics_spapr_init() | Greg Kurz | 1 | -2/+1 |
2017-04-26 | spapr: move the IRQ server number mapping under the machine | Cédric Le Goater | 1 | -3/+2 |
2017-04-26 | ppc/xics: introduce an 'intc' backlink under PowerPCCPU | Cédric Le Goater | 1 | -15/+5 |
2017-03-01 | ppc/xics: remove the XICSState classes | Cédric Le Goater | 1 | -14/+0 |
2017-03-01 | ppc/xics: export the XICS init routines | Cédric Le Goater | 1 | -9/+2 |
2017-03-01 | ppc/xics: simplify spapr_dt_xics() interface | Cédric Le Goater | 1 | -2/+2 |
2017-03-01 | ppc/xics: use the QOM interface to grab an ICP | Cédric Le Goater | 1 | -8/+9 |
2017-03-01 | ppc/xics: store the ICS object under the sPAPR machine | Cédric Le Goater | 1 | -13/+9 |
2017-03-01 | ppc/xics: remove set_nr_servers() handler from XICSStateClass | Cédric Le Goater | 1 | -26/+0 |
2017-03-01 | ppc/xics: remove set_nr_irqs() handler from XICSStateClass | Cédric Le Goater | 1 | -34/+0 |
2016-10-28 | pseries: Move construction of /interrupt-controller fdt node | David Gibson | 1 | -0/+22 |
2016-10-28 | ppc/xics: change the icp_ routines API to use an 'ICPState *' argument | Cédric Le Goater | 1 | -7/+11 |
2016-10-28 | ppc/xics: add a xics_set_nr_servers common routine | Cédric Le Goater | 1 | -12/+1 |
2016-10-14 | ppc/xics: Split ICS into ics-base and ics class | Benjamin Herrenschmidt | 1 | -13/+17 |
2016-10-14 | ppc/xics: Make the ICSState a list | Benjamin Herrenschmidt | 1 | -31/+57 |
2016-07-01 | ppc/xics: Replace "icp" with "xics" in most places | Benjamin Herrenschmidt | 1 | -36/+37 |
2016-07-01 | ppc/xics: Implement H_IPOLL using an accessor | Benjamin Herrenschmidt | 1 | -3/+4 |
2016-07-01 | ppc/xics: Move SPAPR specific code to a separate file | Benjamin Herrenschmidt | 1 | -0/+432 |