aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
AgeCommit message (Expand)Author
2016-11-15nvdimm acpi: introduce NVDIMM_DSM_MEMORY_SIZEXiao Guangrong
2016-11-15nvdimm acpi: use aml_name_decl to define named objectXiao Guangrong
2016-11-15nvdimm acpi: rename nvdimm_dsm_reserved_rootXiao Guangrong
2016-11-15nvdimm acpi: fix two commentsXiao Guangrong
2016-11-15nvdimm acpi: define DSM return codesXiao Guangrong
2016-11-15nvdimm acpi: rename nvdimm_acpi_hotplugXiao Guangrong
2016-11-15nvdimm acpi: cleanup nvdimm_build_fitXiao Guangrong
2016-11-15nvdimm acpi: rename nvdimm_plugged_device_listXiao Guangrong
2016-11-15nvdimm acpi: clean up nvdimm_build_acpiXiao Guangrong
2016-11-15pc: memhp: move nvdimm hotplug out of memory hotplugXiao Guangrong
2016-11-15nvdimm acpi: drop the lock of fit bufferXiao Guangrong
2016-11-15qdev: hotplug: drop HotplugHandler.post_plug callbackXiao Guangrong
2016-11-01acpi: fix assert failure caused by commit 35c5a52dHaozhong Zhang
2016-11-01acpi/ipmi: Initialize the fwinfo before fetching itCorey Minyard
2016-11-01pc: memhp: enable nvdimm device hotplugXiao Guangrong
2016-11-01nvdimm acpi: introduce _FITXiao Guangrong
2016-11-01nvdimm acpi: introduce fit bufferXiao Guangrong
2016-11-01nvdimm acpi: prebuild nvdimm devices for available slotsXiao Guangrong
2016-11-01nvdimm acpi: use common macros instead of magic namesXiao Guangrong
2016-11-01acpi nvdimm: rename result_size to dsm_out_buf_sizXiao Guangrong
2016-11-01nvdimm acpi: compile nvdimm acpi code arch-independentlyXiao Guangrong
2016-11-01acpi nvdimm: fix Arg6 usageXiao Guangrong
2016-11-01acpi nvdimm: fix ARG3 conflictXiao Guangrong
2016-11-01acpi nvdimm: fix device physical address baseXiao Guangrong
2016-11-01acpi nvdimm: fix OperationRegion definitionXiao Guangrong
2016-11-01acpi nvdimm: fix wrong buffer size returned by DSM methodXiao Guangrong
2016-10-24pc: Leave max apic_id_limit only in legacy cpu hotplug codeIgor Mammedov
2016-10-24acpi: cphp: Force switch to modern cpu hotplug if APIC ID > 254Igor Mammedov
2016-10-24pc: acpi: x2APIC support for MADT table and _MAT methodIgor Mammedov
2016-10-10acpi: provide _PXM method for CPU devices if QEMU is started numa enabledIgor Mammedov
2016-09-24hw/i386: AMD IOMMU IVRS tableDavid Kiarie
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-07-06opts-visitor: Favor new visit_free() functionEric Blake
2016-06-24pc: use new CPU hotplug interface since 2.7 machine typeIgor Mammedov
2016-06-24acpi: cpuhp: add cpu._OST handlingIgor Mammedov
2016-06-24acpi: cpuhp: implement hot-remove parts of CPU hotplug interfaceIgor Mammedov
2016-06-24acpi: cpuhp: implement hot-add parts of CPU hotplug interfaceIgor Mammedov
2016-06-24pc: acpi: introduce AcpiDeviceIfClass.madt_cpu hookIgor Mammedov
2016-06-24acpi: cpuhp: add CPU devices AML with _STA methodIgor Mammedov
2016-06-24pc: piix4/ich9: add 'cpu-hotplug-legacy' propertyIgor Mammedov
2016-06-24nvdimm acpi: support Set Namespace Label Data functionXiao Guangrong
2016-06-24nvdimm acpi: support Get Namespace Label Data functionXiao Guangrong
2016-06-24nvdimm acpi: support Get Namespace Label Size functionXiao Guangrong
2016-06-24nvdimm acpi: check revisionXiao Guangrong
2016-06-24nvdimm acpi: abstract the operations for root & nvdimm devicesXiao Guangrong
2016-06-24nvdimm acpi: check UUIDXiao Guangrong
2016-06-24nvdimm acpi: save arg3 of _DSM methodXiao Guangrong
2016-06-24nvdimm acpi: set HDLE properlyXiao Guangrong
2016-06-24acpi: add aml_call5Xiao Guangrong
2016-06-24acpi: add aml_object_typeXiao Guangrong