aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-05target-s390x: implement LOAD FP INTEGER instructionsAurelien Jarno
2015-06-05target-s390x: move SET DFP ROUNDING MODE to the correct facilityAurelien Jarno
2015-06-05target-s390x: move STORE CLOCK FAST to the correct facilityAurelien Jarno
2015-06-05target-s390x: change CHRL and CGHRL format to RIL-bAurelien Jarno
2015-06-05target-s390x: fix CLGIT instructionAurelien Jarno
2015-06-05target-s390x: fix exception for invalid operation codeAurelien Jarno
2015-06-05target-s390x: implement LAY and LAEY instructionsAurelien Jarno
2015-06-05target-s390x: move a few instructions to the correct facilityAurelien Jarno
2015-06-05target-s390x: detect tininess before rounding for FP operationsAurelien Jarno
2015-06-05target-s390x: silence NaNs for LOAD LENGTHENED and LOAD ROUNDEDAurelien Jarno
2015-06-05target-s390x: define default NaN valuesAurelien Jarno
2015-06-05target-s390x: fix MMU index computationAurelien Jarno
2015-06-05target-s390x: fix PSW value on dynamical exception from helpersAurelien Jarno
2015-06-05target-s390x: fix LOAD MULTIPLE instruction on page boundaryAurelien Jarno
2015-06-05target-s390x: implement STPT helperAurelien Jarno
2015-06-05target-s390x: implement STCKC helperAurelien Jarno
2015-06-05target-s390x: streamline STCK helperAurelien Jarno
2015-06-05target-s390x: simplify SCKC helperAurelien Jarno
2015-06-05target-s390x: add a tod2time functionAurelien Jarno
2015-06-05target-s390x: remove unused helpersAurelien Jarno
2015-06-05target-s390x: optimize (negative-) abs computationAurelien Jarno
2015-06-05target-s390x: fix CC computation for LOAD POSITIVE instructionsAurelien Jarno
2015-06-05target-s390x: fix CC computation for EX instructionAurelien Jarno
2015-06-04Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell
2015-06-04Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-06-0...Peter Maydell
2015-06-04Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2015-06-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150602'...Peter Maydell
2015-06-03softmmu: support up to 12 MMU modesPaolo Bonzini
2015-06-03tcg: add TCG_TARGET_TLB_DISPLACEMENT_BITSPaolo Bonzini
2015-06-03tci: do not use CPUArchState in tcg-target.hPaolo Bonzini
2015-06-03Add David Gibson for sPAPR in MAINTAINERS fileDavid Gibson
2015-06-03pseries: Enable in-kernel H_LOGICAL_CI_{LOAD, STORE} implementationsDavid Gibson
2015-06-03spapr: override default ram size to 512MBNikunj A Dadhania
2015-06-03machine: add default_ram_size to machine classNikunj A Dadhania
2015-06-03spapr_pci: emit hotplug add/remove events during hotplugTyrel Datwyler
2015-06-03spapr_pci: enable basic hotplug operationsMichael Roth
2015-06-03pci: make pci_bar useable outside pci.cMichael Roth
2015-06-03spapr_pci: create DRConnectors for each PCI slot during PHB realizeMichael Roth
2015-06-03spapr_pci: add dynamic-reconfiguration option for spapr-pci-host-bridgeMichael Roth
2015-06-03spapr_drc: add spapr_drc_populate_dt()Michael Roth
2015-06-03spapr_events: event-scan RTAS interfaceTyrel Datwyler
2015-06-03spapr_events: re-use EPOW event infrastructure for hotplug eventsNathan Fontenot
2015-06-03spapr_rtas: add ibm, configure-connector RTAS interfaceMichael Roth
2015-06-03spapr: add rtas_st_buffer_direct() helperMichael Roth
2015-06-03spapr_rtas: add get-sensor-state RTAS interfaceMike Day
2015-06-03spapr_rtas: add set-indicator RTAS interfaceMike Day
2015-06-03spapr_rtas: add get/set-power-level RTAS interfacesNathan Fontenot
2015-06-03spapr_drc: initial implementation of sPAPRDRConnector deviceMichael Roth
2015-06-03docs: add sPAPR hotplug/dynamic-reconfiguration documentationMichael Roth
2015-06-03hw/ppc/spapr: Use error_report() instead of hw_error()Thomas Huth