Age | Commit message (Expand) | Author | Files | Lines |
2019-01-21 | acpi/nfit: Fix command-supported detection | Dan Williams | 1 | -14/+40 |
2019-01-21 | acpi/nfit: Block function zero DSMs | Dan Williams | 1 | -0/+7 |
2019-01-21 | libnvdimm/security: Require nvdimm_security_setup_events() to succeed | Dan Williams | 1 | -5/+0 |
2019-01-14 | acpi/nfit: Remove duplicate set nd_set in acpi_nfit_init_interleave_set() | Wei Yang | 1 | -1/+0 |
2019-01-11 | acpi/nfit: Fix race accessing memdev in nfit_get_smbios_id() | Tony Luck | 1 | -2/+4 |
2019-01-08 | nfit: Mark some functions as __maybe_unused | Nathan Chancellor | 1 | -4/+4 |
2019-01-08 | ACPI/nfit: delete the function to_acpi_nfit_desc | Xiaochun Lee | 1 | -9/+3 |
2019-01-08 | ACPI/nfit: delete the redundant header file | Xiaochun Lee | 1 | -1/+0 |
2018-12-27 | Merge miscellaneous libnvdimm updates for 4.21 | Dan Williams | 1 | -2/+8 |
2018-12-21 | acpi/nfit, libnvdimm/security: add Intel DSM 1.8 master passphrase support | Dave Jiang | 2 | -17/+38 |
2018-12-21 | acpi/nfit, libnvdimm/security: Add security DSM overwrite support | Dave Jiang | 2 | -0/+95 |
2018-12-21 | acpi/nfit, libnvdimm: Add support for issue secure erase DSM to Intel nvdimm | Dave Jiang | 1 | -0/+47 |
2018-12-21 | acpi/nfit, libnvdimm: Add disable passphrase support to Intel nvdimm. | Dave Jiang | 1 | -0/+41 |
2018-12-13 | acpi/nfit, libnvdimm: Add unlock of nvdimm support for Intel DIMMs | Dave Jiang | 1 | -0/+109 |
2018-12-13 | acpi/nfit, libnvdimm: Add freeze security support to Intel nvdimm | Dave Jiang | 1 | -0/+28 |
2018-12-13 | acpi/nfit, libnvdimm: Introduce nvdimm_security_ops | Dave Jiang | 4 | -1/+69 |
2018-12-13 | acpi/nfit, libnvdimm: Store dimm id as a member to struct nvdimm | Dave Jiang | 2 | -13/+21 |
2018-12-10 | ACPI/nfit: Adjust annotation for why return 0 if fail to find NFIT at start | Ocean He | 1 | -1/+7 |
2018-12-05 | acpi/nfit: Fix user-initiated ARS to be "ARS-long" rather than "ARS-short" | Dan Williams | 1 | -1/+1 |
2018-12-04 | acpi/nfit: Add support for Intel DSM 1.8 commands | Dave Jiang | 4 | -5/+147 |
2018-11-18 | Merge tag 'libnvdimm-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -14/+5 |
2018-11-10 | Revert "acpi, nfit: Further restrict userspace ARS start requests" | Dan Williams | 1 | -12/+3 |
2018-11-10 | acpi, nfit: Fix ARS overflow continuation | Dan Williams | 1 | -2/+2 |
2018-11-06 | acpi/nfit, x86/mce: Validate a MCE's address before using it | Vishal Verma | 1 | -0/+4 |
2018-11-06 | acpi/nfit, x86/mce: Handle only uncorrectable machine checks | Vishal Verma | 1 | -2/+2 |
2018-10-17 | acpi, nfit: Further restrict userspace ARS start requests | Dan Williams | 1 | -5/+14 |
2018-10-17 | acpi, nfit: Fix Address Range Scrub completion tracking | Dan Williams | 2 | -78/+101 |
2018-10-17 | tools/testing/nvdimm: Populate dirty shutdown data | Dan Williams | 1 | -2/+5 |
2018-10-17 | acpi, nfit: Collect shutdown status | Dan Williams | 3 | -1/+117 |
2018-10-16 | acpi, nfit: Introduce nfit_mem flags | Dan Williams | 2 | -13/+22 |
2018-08-25 | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern... | Linus Torvalds | 2 | -4/+21 |
2018-07-27 | acpi/nfit: queue issuing of ars when an uc error notification comes in | Dave Jiang | 2 | -3/+10 |
2018-07-14 | acpi, nfit: Prefer _DSM over _LSR for namespace label reads | Dan Williams | 1 | -1/+11 |
2018-07-11 | nfit: fix unchecked dereference in acpi_nfit_ctl | Dave Jiang | 1 | -2/+4 |
2018-07-05 | acpi, nfit: Fix scrub idle detection | Dan Williams | 2 | -11/+34 |
2018-06-30 | acpi/nfit: fix cmd_rc for acpi_nfit_ctl to always return a value | Dave Jiang | 1 | -0/+2 |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -3/+4 |
2018-06-03 | acpi, nfit: Remove ecc_unit_size | Dan Williams | 1 | -11/+0 |
2018-04-10 | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -367/+339 |
2018-04-09 | Merge branch 'for-4.17/libnvdimm' into libnvdimm-for-next | Dan Williams | 3 | -367/+339 |
2018-04-07 | nfit, address-range-scrub: add module option to skip initial ars | Dan Williams | 1 | -0/+7 |
2018-04-07 | nfit, address-range-scrub: rework and simplify ARS state machine | Dan Williams | 2 | -268/+218 |
2018-04-07 | nfit, address-range-scrub: determine one platform max_ars value | Dan Williams | 2 | -39/+41 |
2018-04-05 | nfit, address-range-scrub: introduce nfit_spa->ars_state | Dan Williams | 2 | -9/+18 |
2018-04-05 | Merge tag 'edac_for_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 1 | -0/+27 |
2018-04-03 | nfit, address-range-scrub: fix scrub in-progress reporting | Dan Williams | 1 | -1/+4 |
2018-04-02 | nfit: fix region registration vs block-data-window ranges | Dan Williams | 1 | -8/+14 |
2018-03-28 | acpi, nfit: rework NVDIMM leaf method detection | Dan Williams | 2 | -23/+23 |
2018-03-21 | nfit: skip region registration for incomplete control regions | Dan Williams | 1 | -7/+6 |
2018-03-21 | libnvdimm, nfit: fix persistence domain reporting | Dan Williams | 1 | -3/+7 |