Age | Commit message (Expand) | Author |
2015-06-03 | spapr_pci: emit hotplug add/remove events during hotplug | Tyrel Datwyler |
2015-06-03 | spapr_pci: enable basic hotplug operations | Michael Roth |
2015-06-03 | spapr_pci: create DRConnectors for each PCI slot during PHB realize | Michael Roth |
2015-06-03 | spapr_pci: add dynamic-reconfiguration option for spapr-pci-host-bridge | Michael Roth |
2015-06-03 | spapr_drc: add spapr_drc_populate_dt() | Michael Roth |
2015-06-03 | spapr_events: event-scan RTAS interface | Tyrel Datwyler |
2015-06-03 | spapr_events: re-use EPOW event infrastructure for hotplug events | Nathan Fontenot |
2015-06-03 | spapr_rtas: add ibm, configure-connector RTAS interface | Michael Roth |
2015-06-03 | spapr_rtas: add get-sensor-state RTAS interface | Mike Day |
2015-06-03 | spapr_rtas: add set-indicator RTAS interface | Mike Day |
2015-06-03 | spapr_rtas: add get/set-power-level RTAS interfaces | Nathan Fontenot |
2015-06-03 | spapr_drc: initial implementation of sPAPRDRConnector device | Michael Roth |
2015-06-03 | hw/ppc/spapr: Use error_report() instead of hw_error() | Thomas Huth |
2015-06-03 | hw/ppc/spapr: Fix error message when firmware could not be loaded | Thomas Huth |
2015-06-03 | pseries: Add pseries-2.4 machine type | David Gibson |
2015-06-03 | hw/ppc/spapr_iommu: Fix the check for invalid upper bits in liobn | Thomas Huth |
2015-06-03 | spapr_iommu: Give unique QOM name to TCE table | Alexey Kardashevskiy |
2015-06-03 | spapr_pci: Rework device-tree rendering | Alexey Kardashevskiy |
2015-06-03 | spapr_iommu: Make spapr_tce_find_by_liobn() public | Alexey Kardashevskiy |
2015-06-03 | spapr_pci: Make find_phb()/find_dev() public | Alexey Kardashevskiy |
2015-06-03 | spapr_iommu: Add separate trace points for PCI DMA operations | Alexey Kardashevskiy |
2015-06-03 | spapr_pci: Define default DMA window size as a macro | Alexey Kardashevskiy |
2015-06-03 | spapr_vio: Introduce a liobn number generating macros | Alexey Kardashevskiy |
2015-06-03 | spapr_pci: Introduce a liobn number generating macros | Alexey Kardashevskiy |
2015-06-03 | spapr_iommu: Make H_PUT_TCE_INDIRECT endian-safe | Alexey Kardashevskiy |
2015-06-03 | spapr_iommu: Disable in-kernel IOMMU tables for >4GB windows | Alexey Kardashevskiy |
2015-06-03 | spapr_pci: Fix unsafe signed/unsigned comparisons | David Gibson |
2015-05-31 | spapr: define SPAPR_COMPAT_2_3 | Eduardo Habkost |
2015-05-31 | spapr: Use HW_COMPAT_* inside SPAPR_COMPAT_* macros | Eduardo Habkost |
2015-05-31 | spapr: Move commas inside SPAPR_COMPAT_* macros | Eduardo Habkost |
2015-05-31 | hw: Move commas inside HW_COMPAT_2_1 macro | Eduardo Habkost |
2015-05-11 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-04-30 | misc: Fix new collection of typos | Stefan Weil |
2015-04-28 | Convert (ffs(val) - 1) to ctz32(val) | Stefan Hajnoczi |
2015-04-27 | ppc: spapr: add 2.4 machine type | Jason Wang |
2015-04-27 | spapr: add machine type specific instance init function | Jason Wang |
2015-03-26 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2015-03-25 | powerpc: fix -machine usb=no for newworld and pseries machines | Paolo Bonzini |
2015-03-25 | PPC: pseries: Implement boot once=foo | Alexander Graf |
2015-03-25 | spapr: Add missing checks for NULL pointers and report failures | Stefan Weil |
2015-03-25 | fw_cfg: factor out initialization of FW_CFG_ID (rev. number) | Gabriel L. Somlo |
2015-03-12 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2015-03-11 | machine: query kernel-irqchip property | Marcel Apfelbaum |
2015-03-11 | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-sparc-signed' into s... | Peter Maydell |
2015-03-10 | m48t59: introduce new base-year qdev property | Mark Cave-Ayland |
2015-03-10 | m48t59: let init functions return a Nvram object | Hervé Poussineau |
2015-03-10 | e500: fix memory leak | Michael Tokarev |
2015-03-09 | sPAPR: Implement sPAPRPHBClass EEH callbacks | Gavin Shan |
2015-03-09 | sPAPR: Implement EEH RTAS calls | Gavin Shan |
2015-03-09 | spapr_vio: Convert to realize() | Markus Armbruster |