summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-03spapr_events: event-scan RTAS interfaceTyrel Datwyler3-7/+63
2015-06-03spapr_events: re-use EPOW event infrastructure for hotplug eventsNathan Fontenot3-52/+252
2015-06-03spapr_rtas: add ibm, configure-connector RTAS interfaceMichael Roth3-0/+198
2015-06-03spapr: add rtas_st_buffer_direct() helperMichael Roth1-2/+8
2015-06-03spapr_rtas: add get-sensor-state RTAS interfaceMike Day1-0/+43
2015-06-03spapr_rtas: add set-indicator RTAS interfaceMike Day2-0/+95
2015-06-03spapr_rtas: add get/set-power-level RTAS interfacesNathan Fontenot1-0/+54
2015-06-03spapr_drc: initial implementation of sPAPRDRConnector deviceMichael Roth3-1/+788
2015-06-03docs: add sPAPR hotplug/dynamic-reconfiguration documentationMichael Roth1-0/+287
2015-06-03hw/ppc/spapr: Use error_report() instead of hw_error()Thomas Huth1-8/+8
2015-06-03hw/ppc/spapr: Fix error message when firmware could not be loadedThomas Huth1-3/+3
2015-06-03pseries: Add pseries-2.4 machine typeDavid Gibson1-0/+5
2015-06-03hw/ppc/spapr_iommu: Fix the check for invalid upper bits in liobnThomas Huth2-3/+3
2015-06-03spapr_iommu: Give unique QOM name to TCE tableAlexey Kardashevskiy1-1/+3
2015-06-03spapr_pci: Rework device-tree renderingAlexey Kardashevskiy1-25/+5
2015-06-03spapr_iommu: Make spapr_tce_find_by_liobn() publicAlexey Kardashevskiy2-1/+2
2015-06-03spapr_pci: Make find_phb()/find_dev() publicAlexey Kardashevskiy2-18/+22
2015-06-03spapr_iommu: Add separate trace points for PCI DMA operationsAlexey Kardashevskiy3-7/+25
2015-06-03spapr_pci: Define default DMA window size as a macroAlexey Kardashevskiy2-3/+5
2015-06-03spapr_vio: Introduce a liobn number generating macrosAlexey Kardashevskiy2-1/+2
2015-06-03spapr_pci: Introduce a liobn number generating macrosAlexey Kardashevskiy2-3/+5
2015-06-03spapr_iommu: Make H_PUT_TCE_INDIRECT endian-safeAlexey Kardashevskiy1-4/+3
2015-06-03spapr_iommu: Disable in-kernel IOMMU tables for >4GB windowsAlexey Kardashevskiy1-3/+3
2015-06-03spapr_pci: Fix unsafe signed/unsigned comparisonsDavid Gibson1-8/+8
2015-06-03configure: Check for libfdt version 1.4.0Thomas Huth1-2/+4
2015-06-03dtc: Update dtc / libfdt submodule to version 1.4.0Thomas Huth1-0/+0
2015-06-03macio: Convert to realize()Markus Armbruster1-33/+38
2015-06-02target-arm: Correct check for non-EL3Edgar E. Iglesias1-1/+1
2015-06-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150602-1' into...Peter Maydell1-6/+12
2015-06-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+36
2015-06-02virtio-input: make virtio devices follow usual naming conventionGerd Hoffmann1-4/+4
2015-06-02virtio-input: const_le16 and const_le32 not build time constantMichael Mueller1-2/+8
2015-06-01acpi: add missing ssdtMichael S. Tsirkin1-0/+36
2015-06-01Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell62-1073/+1651
2015-06-01vhost-user: add multi queue supportOuyang Changchun6-18/+49
2015-06-01virtio: make features 64bit wideGerd Hoffmann11-40/+81
2015-06-01qdev: add 64bit propertiesGerd Hoffmann2-0/+68
2015-06-01virtio-mmio: ioeventfd supportYing-Shiuan Pan1-0/+181
2015-06-01hw/acpi/aml-build: Fix memory leakShannon Zhao1-0/+1
2015-06-01acpi: add aml_while() termMarcel Apfelbaum1-0/+1
2015-06-01acpi: add aml_increment() termMarcel Apfelbaum2-0/+9
2015-06-01acpi: add aml_shiftright() termMarcel Apfelbaum2-0/+11
2015-06-01acpi: add aml_shiftleft() termMarcel Apfelbaum2-0/+11
2015-06-01acpi: add aml_index() termMarcel Apfelbaum2-0/+11
2015-06-01acpi: add aml_lless() termMarcel Apfelbaum2-0/+10
2015-06-01acpi: add aml_add() termMarcel Apfelbaum2-0/+11
2015-06-01TPM2 ACPI table supportStefan Berger10-28/+237
2015-06-01Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150530'...Peter Maydell1-13/+2
2015-05-31tpm: Probe for connected TPM 1.2 or TPM 2Stefan Berger5-54/+167
2015-05-31Extend TPM TIS interface to support TPM 2Stefan Berger7-9/+158