aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-27target-ppc: ppce500_spin.c uses SPR_PIR, should use SPR_BOOKE_PIRAaron Larson1-1/+1
2016-06-24Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell53-439/+2505
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck4-38/+7
2016-06-24virtio-mmio: convert to ioeventfd callbacksCornelia Huck1-87/+41
2016-06-24virtio-pci: convert to ioeventfd callbacksCornelia Huck1-83/+41
2016-06-24virtio-ccw: convert to ioeventfd callbacksCornelia Huck1-88/+45
2016-06-24virtio-bus: have callers tolerate new host notifier apiCornelia Huck3-12/+42
2016-06-24virtio-bus: common ioeventfd infrastructureCornelia Huck2-0/+162
2016-06-24pc: acpi: drop intermediate PCMachineState.node_cpuIgor Mammedov3-19/+9
2016-06-24acpi-test-data: update expectedMichael S. Tsirkin6-0/+0
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov10-2/+118
2016-06-24acpi: cpuhp: add cpu._OST handlingIgor Mammedov6-1/+96
2016-06-24acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov6-5/+158
2016-06-24acpi: cpuhp: implement hot-add parts of CPU hotplug interfaceIgor Mammedov3-2/+157
2016-06-24pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov7-18/+49
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov7-6/+313
2016-06-24pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov3-2/+46
2016-06-24docs: update ACPI CPU hotplug spec with new protocolIgor Mammedov1-12/+82
2016-06-24i386: pci-assign: Fix MSI-X table sizeIdo Yariv1-7/+7
2016-06-24docs: add NVDIMM ACPI documentationXiao Guangrong1-0/+132
2016-06-24nvdimm acpi: support Set Namespace Label Data functionXiao Guangrong1-1/+43
2016-06-24nvdimm acpi: support Get Namespace Label Data functionXiao Guangrong1-1/+82
2016-06-24nvdimm acpi: support Get Namespace Label Size functionXiao Guangrong1-3/+127
2016-06-24nvdimm acpi: check revisionXiao Guangrong1-0/+7
2016-06-24nvdimm acpi: abstract the operations for root & nvdimm devicesXiao Guangrong1-18/+56
2016-06-24nvdimm acpi: check UUIDXiao Guangrong1-6/+26
2016-06-24nvdimm acpi: save arg3 of _DSM methodXiao Guangrong1-0/+20
2016-06-24nvdimm acpi: set HDLE properlyXiao Guangrong1-10/+12
2016-06-24acpi: add aml_call5Xiao Guangrong2-0/+16
2016-06-24acpi: add aml_object_typeXiao Guangrong2-0/+9
2016-06-24nvdimm: support nvdimm labelXiao Guangrong2-1/+186
2016-06-24pc-dimm: introduce get_vmstate_memory_region callbackXiao Guangrong2-3/+16
2016-06-24bios: Add tests for the IPMI ACPI and SMBIOS entriesCorey Minyard3-4/+56
2016-06-24acpi: Add IPMI table entriesCorey Minyard6-0/+155
2016-06-24ipmi: Add SMBIOS table entryCorey Minyard6-0/+150
2016-06-24smbios: Move table build tools into an include file.Corey Minyard2-64/+93
2016-06-23Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.7-20160623' into...Peter Maydell16-612/+912
2016-06-23Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160622-2' into s...Peter Maydell4-41/+60
2016-06-23Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160622-tag' into...Peter Maydell3-110/+138
2016-06-23ppc: Disable huge page support if it is not available for main RAMThomas Huth1-1/+16
2016-06-23ppc: Add P7/P8 Power Management instructionsBenjamin Herrenschmidt6-3/+241
2016-06-23ppc: Move exception generation code out of lineBenjamin Herrenschmidt1-3/+3
2016-06-23ppc: Turn a bunch of booleans from int to boolBenjamin Herrenschmidt1-19/+18
2016-06-23ppc: Add real mode CI load/store instructions for P7 and P8Benjamin Herrenschmidt3-14/+55
2016-06-23ppc: Rework generation of priv and inval interruptsBenjamin Herrenschmidt3-399/+311
2016-06-23ppc: Fix generation if ISI/DSI vs. HV modeBenjamin Herrenschmidt1-19/+50
2016-06-23ppc: Fix POWER7 and POWER8 exception definitionsBenjamin Herrenschmidt2-7/+31
2016-06-23ppc: fix exception model for HV modeBenjamin Herrenschmidt1-89/+45
2016-06-23ppc: define a default LPCR valueBenjamin Herrenschmidt1-0/+14
2016-06-23ppc: Fix rfi/rfid/hrfi/... emulationBenjamin Herrenschmidt2-31/+24