summaryrefslogtreecommitdiff
path: root/drivers/acpi/nfit/core.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-16acpi/nfit: Always dump _DSM output payloadDan Williams1-6/+6
2019-04-27nfit/ars: Avoid stale ARS resultsDan Williams1-1/+16
2019-04-27nfit/ars: Allow root to busy-poll the ARS state machineDan Williams1-0/+8
2019-04-27nfit/ars: Introduce scrub_flagsDan Williams1-13/+17
2019-04-27nfit/ars: Remove ars_start_flagsDan Williams1-5/+5
2019-03-23nfit/ars: Attempt short-ARS even in the no_init_ars caseDan Williams1-2/+3
2019-03-23nfit/ars: Attempt a short-ARS whenever the ARS state is idle at bootDan Williams1-1/+1
2019-03-23acpi/nfit: Fix bus command validationDan Williams1-10/+12
2019-03-23nfit: acpi_nfit_ctl(): Check out_obj->type in the right placeDexuan Cui1-7/+7
2019-02-27acpi/nfit: Fix race accessing memdev in nfit_get_smbios_id()Tony Luck1-2/+4
2019-01-31acpi/nfit: Fix command-supported detectionDan Williams1-14/+40
2019-01-31acpi/nfit: Block function zero DSMsDan Williams1-0/+7
2018-12-21acpi/nfit: Fix user-initiated ARS to be "ARS-long" rather than "ARS-short"Dan Williams1-1/+1
2018-11-21acpi, nfit: Fix ARS overflow continuationDan Williams1-2/+2
2018-11-13acpi, nfit: Fix Address Range Scrub completion trackingDan Williams1-73/+96
2018-08-26Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds1-4/+20
2018-07-28acpi/nfit: queue issuing of ars when an uc error notification comes inDave Jiang1-3/+9
2018-07-14acpi, nfit: Prefer _DSM over _LSR for namespace label readsDan Williams1-1/+11
2018-07-11nfit: fix unchecked dereference in acpi_nfit_ctlDave Jiang1-2/+4
2018-07-06acpi, nfit: Fix scrub idle detectionDan Williams1-11/+33
2018-06-30acpi/nfit: fix cmd_rc for acpi_nfit_ctl to always return a valueDave Jiang1-0/+2
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+4
2018-06-03acpi, nfit: Remove ecc_unit_sizeDan Williams1-11/+0
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-356/+323
2018-04-09Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-nextDan Williams1-356/+323
2018-04-07nfit, address-range-scrub: add module option to skip initial arsDan Williams1-0/+7
2018-04-07nfit, address-range-scrub: rework and simplify ARS state machineDan Williams1-266/+216
2018-04-07nfit, address-range-scrub: determine one platform max_ars valueDan Williams1-38/+40
2018-04-06nfit, address-range-scrub: introduce nfit_spa->ars_stateDan Williams1-7/+9
2018-04-06Merge tag 'edac_for_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-0/+27
2018-04-03nfit, address-range-scrub: fix scrub in-progress reportingDan Williams1-1/+4
2018-04-03nfit: fix region registration vs block-data-window rangesDan Williams1-8/+14
2018-03-28acpi, nfit: rework NVDIMM leaf method detectionDan Williams1-20/+21
2018-03-22nfit: skip region registration for incomplete control regionsDan Williams1-7/+6
2018-03-22libnvdimm, nfit: fix persistence domain reportingDan Williams1-3/+7
2018-03-14acpi, nfit: Add function to look up nvdimm device and provide SMBIOS handleTony Luck1-0/+27
2018-03-06acpi, nfit: remove redundant __func__ in dev_dbgJohannes Thumshirn1-39/+36
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler1-0/+23
2018-02-03Merge branch 'for-4.16/dax' into libnvdimm-for-nextRoss Zwisler1-1/+8
2018-02-03acpi, nfit: fix register dimm error handlingToshi Kani1-0/+3
2018-02-02acpi: nfit: add persistent memory control flag for nd_regionDave Jiang1-0/+3
2018-02-02acpi: nfit: Add support for detect platform CPU cache flush on power lossDave Jiang1-0/+20
2017-12-04acpi, nfit: fix health event notificationDan Williams1-1/+8
2017-11-13acpi, nfit: validate commands against the device typeDan Williams1-6/+9
2017-11-02libnvdimm: move poison list functions to a new 'badrange' fileDave Jiang1-1/+1
2017-10-30acpi, nfit: add support for NVDIMM_FAMILY_INTEL v1.6 DSMsDan Williams1-5/+40
2017-10-29acpi, nfit: hide unknown commands from nmemX/commandsDan Williams1-2/+8
2017-10-07acpi, nfit: add support for the _LSI, _LSR, and _LSW label methodsDan Williams1-4/+209
2017-10-07acpi nfit: Enable to show what feature is supported via ND_CMD_CALL for nfit_...Yasunori Goto1-0/+1
2017-09-11Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+44