summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc
Commit message (Expand)AuthorAgeFilesLines
...
* pseries: Consolidate construction of /rtas device tree nodeDavid Gibson2016-10-281-2/+1Star
* pseries: Consolidate construction of /chosen device tree nodeDavid Gibson2016-10-281-1/+1
* pseries: Move construction of /interrupt-controller fdt nodeDavid Gibson2016-10-281-0/+1
* pseries: Consolidate RTAS loadingDavid Gibson2016-10-281-0/+1
* pseries: Make spapr_create_fdt_skel() get information from machine stateDavid Gibson2016-10-281-0/+4
* pseries: Remove rtas_addr and fdt_addr fields from machinestateDavid Gibson2016-10-281-1/+0Star
* ppc/pnv: add a ISA busCédric Le Goater2016-10-281-0/+2
* ppc/pnv: add a LPC controllerBenjamin Herrenschmidt2016-10-283-0/+73
* ppc/pnv: add XSCOM handlers to PnvCoreCédric Le Goater2016-10-282-0/+21
* ppc/pnv: add XSCOM infrastructureCédric Le Goater2016-10-282-0/+71
* ppc/pnv: add a PnvCore objectCédric Le Goater2016-10-282-0/+50
* ppc/pnv: add a PIR handler to PnvChipCédric Le Goater2016-10-281-0/+2
* ppc/pnv: add a core mask to PnvChipCédric Le Goater2016-10-281-0/+4
* ppc/pnv: add a PnvChip objectCédric Le Goater2016-10-281-0/+63
* ppc/pnv: add skeleton PowerNV platformBenjamin Herrenschmidt2016-10-281-0/+38
* pseries: Remove unused callbacks from sPAPR VIO bus stateDavid Gibson2016-10-281-2/+0Star
* ppc/xics: change the icp_ routines API to use an 'ICPState *' argumentCédric Le Goater2016-10-281-3/+3
* ppc/xics: add a XICSState backlink in ICPStateCédric Le Goater2016-10-281-0/+2
* ppc/xics: add a xics_set_nr_servers common routineCédric Le Goater2016-10-281-0/+2
* spapr_pci: Add a 64-bit MMIO windowDavid Gibson2016-10-161-1/+2
* spapr_pci: Delegate placement of PCI host bridges to machine typeDavid Gibson2016-10-161-0/+3
* ppc/xics: Split ICS into ics-base and ics classBenjamin Herrenschmidt2016-10-141-10/+17
* ppc/xics: Make the ICSState a listBenjamin Herrenschmidt2016-10-141-6/+7
* hw/ppc/spapr: Use POWER8 by default for the pseries-2.8 machineThomas Huth2016-10-061-0/+1
* ppc/xics: An ICS with offset 0 is assumed to be uninitializedBenjamin Herrenschmidt2016-09-231-1/+1
* spapr: Introduce sPAPRCPUCoreClassBharata B Rao2016-09-231-1/+10
* tests: add RTAS command in the protocolLaurent Vivier2016-09-231-0/+10
* Remove unused function declarationsLadi Prosek2016-09-153-13/+0Star
* ppc: do not redefine CPUPPCStatePaolo Bonzini2016-09-131-2/+1Star
* hw/ppc: add a ppc_create_page_sizes_prop() helper routineCédric Le Goater2016-09-071-0/+5
* hw/ppc: use error_report instead of fprintfCédric Le Goater2016-09-071-3/+5
* hw/ppc: include fdt helper routine in a common fileCédric Le Goater2016-09-071-0/+23
* ppc: parse cpu features onceGreg Kurz2016-08-131-0/+1
* spapr: Correctly set query_hotpluggable_cpus hook based on machine versionDavid Gibson2016-08-081-1/+0Star
* Clean up decorations and whitespace around header guardsMarkus Armbruster2016-07-122-2/+3
* Clean up ill-advised or unusual header guardsMarkus Armbruster2016-07-125-15/+18
* Clean up header guards that don't match their file nameMarkus Armbruster2016-07-121-3/+3
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-1/+1
* spapr_pci/spapr_pci_vfio: Support Dynamic DMA Windows (DDW)Alexey Kardashevskiy2016-07-051-1/+15
* ppc/xics: Replace "icp" with "xics" in most placesBenjamin Herrenschmidt2016-07-013-3/+3
* ppc/xics: Implement H_IPOLL using an accessorBenjamin Herrenschmidt2016-07-011-0/+1
* ppc/xics: Move SPAPR specific code to a separate fileBenjamin Herrenschmidt2016-07-011-0/+21
* ppc/xics: Rename existing xics to xics_spaprBenjamin Herrenschmidt2016-07-011-12/+18
* ppc/xics: Remove unused xics_set_irq_type()Benjamin Herrenschmidt2016-06-271-1/+0Star
* spapr: CPU hot unplug supportBharata B Rao2016-06-171-0/+2
* spapr: CPU hotplug supportBharata B Rao2016-06-172-0/+4
* spapr: convert boot CPUs into CPU core devicesBharata B Rao2016-06-172-0/+5
* spapr: Move spapr_cpu_init() to spapr_cpu_core.cBharata B Rao2016-06-171-0/+2
* spapr: Abstract CPU core device and type specific core devicesBharata B Rao2016-06-172-0/+30
* spapr_drc: Prevent detach racing against attach for CPU DRBharata B Rao2016-06-171-0/+1