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