summaryrefslogtreecommitdiff
path: root/hw/acpi/nvdimm.c
AgeCommit message (Expand)Author
2021-02-05acpi: Permit OEM ID and OEM table ID fields to be changedMarian Postevca
2020-11-15nvdimm: Fix Lesser GPL version numberChetan Pant
2020-11-03hw/acpi : Don't use '#' flag of printf formatXinhao Zhang
2020-06-09hw/acpi/nvdimm: add a helper to augment SRAT generationVishal Verma
2020-05-14acpi: nvdimm: change NVDIMM_UUID_LE to a common macroDongjiu Geng
2020-05-04nvdimm: Use configurable ACPI IO base and sizeKwangwoo Lee
2020-05-04hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer lengthShameer Kolothum
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé
2020-02-21mem: move nvdimm_device_list to utilitiesShivaprasad G Bhat
2019-03-12nvdimm: use NVDIMM_ACPI_IO_LEN for the proper IO sizeWei Yang
2019-03-12nvdimm: use *function* directly instead of allocating it againWei Yang
2019-03-12nvdimm: fix typo in nvdimm_build_nvdimm_devices argumentWei Yang
2019-03-11nvdimm: Rename AcpiNVDIMMState into NVDIMMStateEric Auger
2018-11-12hw/acpi/nvdimm: Don't take address of fields in packed structsPeter Maydell
2018-06-11nvdimm: make persistence option symbolicRoss Zwisler
2018-06-01nvdimm, acpi: support NFIT platform capabilitiesRoss Zwisler
2018-01-19nvdimm: add 'unarmed' optionHaozhong Zhang
2017-06-20pc-dimm: make "size" property uint64Marc-André Lureau
2017-06-20pc-dimm: use get_uint() for dimm propertiesMarc-André Lureau
2017-06-08nvdimm acpi: fix region format interface codeHaozhong Zhang
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-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-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-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