Age | Commit message (Expand) | Author | Files | Lines |
2019-10-04 | block/snapshot: Restrict set of snapshot nodes | Kevin Wolf | 1 | -7/+19 |
2019-10-04 | ppc/pnv: Remove the XICSFabric Interface from the POWER9 machine | Cédric Le Goater | 1 | -17/+14 |
2019-10-04 | spapr: Eliminate SpaprIrq::init hook | David Gibson | 2 | -70/+61 |
2019-10-04 | spapr: Add return value to spapr_irq_check() | David Gibson | 1 | -8/+7 |
2019-10-04 | spapr: Use less cryptic representation of which irq backends are supported | David Gibson | 4 | -11/+25 |
2019-10-04 | xive: Improve irq claim/free path | David Gibson | 5 | -24/+21 |
2019-10-04 | spapr, xics, xive: Better use of assert()s on irq claim/free paths | David Gibson | 2 | -14/+12 |
2019-10-04 | spapr: Handle freeing of multiple irqs in frontend only | David Gibson | 2 | -16/+13 |
2019-10-04 | spapr: Remove unhelpful tracepoints from spapr_irq_free_xics() | David Gibson | 2 | -8/+0 |
2019-10-04 | spapr: Eliminate SpaprIrq:get_nodename method | David Gibson | 4 | -26/+4 |
2019-10-04 | spapr: Simplify spapr_qirq() handling | David Gibson | 2 | -36/+19 |
2019-10-04 | spapr: Fix indexing of XICS irqs | David Gibson | 1 | -8/+8 |
2019-10-04 | spapr: Eliminate nr_irqs parameter to SpaprIrq::init | David Gibson | 2 | -12/+11 |
2019-10-04 | spapr: Clarify and fix handling of nr_irqs | David Gibson | 2 | -41/+31 |
2019-10-04 | spapr: Replace spapr_vio_qirq() helper with spapr_vio_irq_pulse() helper | David Gibson | 4 | -8/+6 |
2019-10-04 | spapr: Fold spapr_phb_lsi_qirq() into its single caller | David Gibson | 2 | -8/+2 |
2019-10-04 | xics: Create sPAPR specific ICS subtype | David Gibson | 3 | -6/+38 |
2019-10-04 | xics: Merge TYPE_ICS_BASE and TYPE_ICS_SIMPLE classes | David Gibson | 4 | -72/+36 |
2019-10-04 | xics: Eliminate reset hook | David Gibson | 2 | -34/+24 |
2019-10-04 | xics: Rename misleading ics_simple_*() functions | David Gibson | 6 | -30/+29 |
2019-10-04 | xics: Eliminate 'reject', 'resend' and 'eoi' class hooks | David Gibson | 3 | -47/+15 |
2019-10-04 | xics: Minor fixes for XICSFabric interface | David Gibson | 1 | -5/+1 |
2019-10-04 | spapr/xive: skip partially initialized vCPUs in presenter | Cédric Le Goater | 1 | -0/+8 |
2019-10-04 | target/ppc: use Vsr macros in BCD helpers | Mark Cave-Ayland | 1 | -47/+25 |
2019-10-04 | spapr: Render full FDT on ibm,client-architecture-support | Alexey Kardashevskiy | 1 | -79/+9 |
2019-10-04 | spapr-pci: Stop providing assigned-addresses | Alexey Kardashevskiy | 1 | -35/+7 |
2019-10-04 | target/ppc: remove unnecessary if() around calls to set_dfp{64,128}() in DFP ... | Mark Cave-Ayland | 1 | -50/+10 |
2019-10-04 | target/ppc: use existing VsrD() macro to eliminate HI_IDX and LO_IDX from dfp... | Mark Cave-Ayland | 1 | -39/+31 |
2019-10-04 | target/ppc: change struct PPC_DFP decimal storage from uint64[2] to ppc_vsr_t | Mark Cave-Ayland | 1 | -102/+108 |
2019-10-04 | target/ppc: introduce dfp_finalize_decimal{64,128}() helper functions | Mark Cave-Ayland | 1 | -19/+23 |
2019-10-04 | target/ppc: update {get,set}_dfp{64,128}() helper functions to read/write DFP... | Mark Cave-Ayland | 3 | -39/+44 |
2019-10-04 | target/ppc: introduce set_dfp{64,128}() helper functions | Mark Cave-Ayland | 1 | -42/+48 |
2019-10-04 | target/ppc: introduce get_dfp{64,128}() helper functions | Mark Cave-Ayland | 1 | -13/+39 |
2019-10-04 | pseries: Update SLOF firmware image | Alexey Kardashevskiy | 3 | -1/+1 |
2019-10-04 | spapr: Stop providing RTAS blob | Alexey Kardashevskiy | 9 | -145/+4 |
2019-10-04 | spapr: Do not put empty properties for -kernel/-initrd/-append | Alexey Kardashevskiy | 1 | -5/+10 |
2019-10-04 | spapr: Skip leading zeroes from memory@ DT node names | Alexey Kardashevskiy | 1 | -1/+1 |
2019-10-04 | spapr: Fixes a leak in CAS | Alexey Kardashevskiy | 1 | -0/+1 |
2019-10-04 | spapr: Move handling of special NVLink numa node from reset to init | David Gibson | 1 | -10/+11 |
2019-10-04 | spapr: Simplify handling of pre ISA 3.0 guest workaround handling | David Gibson | 3 | -9/+6 |
2019-10-04 | ppc/kvm: Skip writing DPDES back when in run time state | Alexey Kardashevskiy | 2 | -5/+9 |
2019-10-04 | ppc: Use FPSCR defines instead of constants | Paul A. Clarke | 2 | -65/+65 |
2019-10-04 | ppc: Add support for 'mffsce' instruction | Paul A. Clarke | 2 | -0/+32 |
2019-10-04 | ppc: Add support for 'mffscrn','mffscrni' instructions | Paul A. Clarke | 5 | -3/+84 |
2019-10-04 | spapr/irq: Only claim VALID interrupts at the KVM level | Cédric Le Goater | 2 | -3/+45 |
2019-10-04 | spapr/irq: Introduce an ics_irq_free() helper | Cédric Le Goater | 2 | -6/+8 |
2019-10-04 | hw/ppc/pnv_homer: add PowerNV homer device model | Balamuruhan S | 5 | -0/+359 |
2019-10-04 | hw/ppc/pnv_occ: add sram device model for occ common area | Balamuruhan S | 3 | -0/+89 |
2019-10-04 | hw/ppc/pnv_xscom: retrieve homer/occ base address from PBA BARs | Balamuruhan S | 2 | -4/+48 |
2019-10-04 | spapr: Report kvm_irqchip_in_kernel() in 'info pic' | Greg Kurz | 1 | -0/+4 |