summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/nfit
AgeCommit message (Expand)Author
2019-05-30acpi/nfit: Always dump _DSM output payloadDan Williams
2019-05-15nfit/ars: Avoid stale ARS resultsDan Williams
2019-05-15nfit/ars: Allow root to busy-poll the ARS state machineDan Williams
2019-05-15nfit/ars: Introduce scrub_flagsDan Williams
2019-05-15nfit/ars: Remove ars_start_flagsDan Williams
2019-03-26nfit/ars: Attempt short-ARS even in the no_init_ars caseDan Williams
2019-03-26nfit/ars: Attempt a short-ARS whenever the ARS state is idle at bootDan Williams
2019-03-26acpi/nfit: Fix bus command validationDan Williams
2019-03-26nfit: acpi_nfit_ctl(): Check out_obj->type in the right placeDexuan Cui
2019-03-08acpi/nfit: Fix race accessing memdev in nfit_get_smbios_id()Tony Luck
2019-02-19acpi/nfit: Fix command-supported detectionDan Williams
2019-02-19acpi/nfit: Block function zero DSMsDan Williams
2018-11-21acpi, nfit: Fix ARS overflow continuationDan Williams
2018-11-21acpi/nfit, x86/mce: Validate a MCE's address before using itVishal Verma
2018-11-21acpi/nfit, x86/mce: Handle only uncorrectable machine checksVishal Verma
2018-11-13acpi, nfit: Fix Address Range Scrub completion trackingDan Williams
2018-07-11nfit: fix unchecked dereference in acpi_nfit_ctlDave Jiang
2018-07-05acpi, nfit: Fix scrub idle detectionDan Williams
2018-06-30acpi/nfit: fix cmd_rc for acpi_nfit_ctl to always return a valueDave Jiang
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-03acpi, nfit: Remove ecc_unit_sizeDan Williams
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-09Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextDan Williams
2018-04-07nfit, address-range-scrub: add module option to skip initial arsDan Williams
2018-04-07nfit, address-range-scrub: rework and simplify ARS state machineDan Williams
2018-04-07nfit, address-range-scrub: determine one platform max_ars valueDan Williams
2018-04-05nfit, address-range-scrub: introduce nfit_spa->ars_stateDan Williams
2018-04-05Merge tag 'edac_for_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2018-04-03nfit, address-range-scrub: fix scrub in-progress reportingDan Williams
2018-04-02nfit: fix region registration vs block-data-window rangesDan Williams
2018-03-28acpi, nfit: rework NVDIMM leaf method detectionDan Williams
2018-03-21nfit: skip region registration for incomplete control regionsDan Williams
2018-03-21libnvdimm, nfit: fix persistence domain reportingDan Williams
2018-03-14acpi, nfit: Add function to look up nvdimm device and provide SMBIOS handleTony Luck
2018-03-05acpi, nfit: remove redundant __func__ in dev_dbgJohannes Thumshirn
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler
2018-02-03Merge branch 'for-4.16/dax' into libnvdimm-for-nextRoss Zwisler
2018-02-02acpi, nfit: fix register dimm error handlingToshi Kani
2018-02-01acpi: nfit: add persistent memory control flag for nd_regionDave Jiang
2018-02-01acpi: nfit: Add support for detect platform CPU cache flush on power lossDave Jiang
2017-12-04acpi, nfit: fix health event notificationDan Williams
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-15acpi, nfit: add 'Enable Latch System Shutdown Status' command supportDan Williams
2017-11-12acpi, nfit: validate commands against the device typeDan Williams
2017-11-02libnvdimm: move poison list functions to a new 'badrange' fileDave Jiang
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30acpi, nfit: add support for NVDIMM_FAMILY_INTEL v1.6 DSMsDan Williams
2017-10-29acpi, nfit: hide unknown commands from nmemX/commandsDan Williams
2017-10-07acpi, nfit: add support for the _LSI, _LSR, and _LSW label methodsDan Williams
2017-10-07acpi nfit: Enable to show what feature is supported via ND_CMD_CALL for nfit_...Yasunori Goto