Age | Commit message (Expand) | Author | Files | Lines |
2022-07-13 | ndtest: Cleanup all of blk namespace specific code | Shivaprasad G Bhat | 1 | -77/+0 |
2022-05-16 | dax: introduce DAX_RECOVERY_WRITE dax access mode | Jane Chu | 1 | -1/+3 |
2022-04-29 | testing: nvdimm: asm/mce.h is not needed in nfit.c | Michal Suchanek | 1 | -2/+0 |
2022-04-29 | testing: nvdimm: iomap: make __nfit_test_ioremap a macro | Michal Suchanek | 1 | -10/+8 |
2022-04-26 | tools/testing/nvdimm: remove unneeded flush_workqueue | ran jianping | 1 | -1/+0 |
2022-04-08 | tools/testing/nvdimm: Fix security_init() symbol collision | Dan Williams | 1 | -2/+2 |
2022-03-12 | nvdimm/region: Delete nd_blk_region infrastructure | Dan Williams | 1 | -63/+4 |
2022-03-12 | ACPI: NFIT: Remove block aperture support | Dan Williams | 1 | -23/+0 |
2022-03-12 | nvdimm/blk: Delete the block-aperture window driver | Dan Williams | 2 | -5/+0 |
2021-12-04 | memremap: remove support for external pgmap refcounts | Christoph Hellwig | 1 | -31/+12 |
2021-11-25 | dax: Kill DEV_DAX_PMEM_COMPAT | Dan Williams | 5 | -31/+1 |
2021-08-11 | tools/testing/nvdimm: Fix missing 'fallthrough' warning | Dan Williams | 1 | -1/+1 |
2021-05-12 | ACPI: NFIT: Fix support for variable 'SPA' structure size | Dan Williams | 1 | -17/+25 |
2021-05-12 | tools/testing/nvdimm: Make symbol '__nfit_test_ioremap' static | Zou Wei | 1 | -1/+1 |
2021-01-28 | ndtest: Add papr health related flags | Santosh Sivaraj | 2 | -0/+72 |
2021-01-28 | ndtest: Add nvdimm control functions | Santosh Sivaraj | 1 | -0/+51 |
2021-01-28 | ndtest: Add regions and mappings to the test buses | Santosh Sivaraj | 2 | -0/+378 |
2021-01-28 | ndtest: Add dimm attributes | Santosh Sivaraj | 1 | -2/+200 |
2021-01-28 | ndtest: Add dimms to the two buses | Santosh Sivaraj | 2 | -0/+294 |
2021-01-28 | ndtest: Add compatability string to treat it as PAPR family | Santosh Sivaraj | 1 | -0/+23 |
2021-01-28 | testing/nvdimm: Add test module for non-nfit platforms | Santosh Sivaraj | 4 | -2/+229 |
2020-10-26 | x86, libnvdimm/test: Remove COPY_MC_TEST | Dan Williams | 1 | -103/+0 |
2020-10-14 | device-dax: add dis-contiguous resource support | Dan Williams | 1 | -6/+14 |
2020-10-14 | mm/memremap_pages: convert to 'struct range' | Dan Williams | 1 | -1/+1 |
2020-10-14 | device-dax: make pgmap optional for instance creation | Dan Williams | 1 | -4/+4 |
2020-10-06 | x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() | Dan Williams | 1 | -24/+25 |
2020-07-26 | tools/testing/nvdimm: Emulate firmware activation commands | Dan Williams | 1 | -4/+205 |
2020-07-26 | tools/testing/nvdimm: Prepare nfit_ctl_test() for ND_CMD_CALL emulation | Dan Williams | 1 | -40/+43 |
2020-07-26 | tools/testing/nvdimm: Add command debug messages | Dan Williams | 1 | -0/+25 |
2020-07-26 | tools/testing/nvdimm: Cleanup dimm index passing | Dan Williams | 1 | -16/+18 |
2020-07-26 | ACPI: NFIT: Move bus_dsm_mask out of generic nvdimm_bus_descriptor | Dan Williams | 1 | -8/+8 |
2020-06-16 | tools/testing/nvdimm: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -3/+3 |
2020-04-01 | tools/test/nvdimm: Fix out of tree build | Santosh Sivaraj | 2 | -4/+4 |
2020-02-18 | tools/testing/nvdimm: Fix compilation failure without CONFIG_DEV_DAX_PMEM_COMPAT | Jan Kara | 1 | -0/+2 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 3 | -13/+4 |
2019-12-12 | tools/testing/nvdimm: Fix mock support for ioremap | Dan Williams | 2 | -0/+7 |
2019-09-29 | Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+1 |
2019-09-24 | libnvdimm/nfit_test: Fix acpi_handle redefinition | Nathan Chancellor | 1 | -3/+1 |
2019-09-21 | Merge tag 'libnvdimm-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -17/+5 |
2019-08-29 | libnvdimm/security: Introduce a 'frozen' attribute | Dan Williams | 1 | -15/+4 |
2019-08-20 | memremap: remove the dev field in struct dev_pagemap | Christoph Hellwig | 1 | -1/+0 |
2019-08-15 | tools/testing/nvdimm: Fix fallthrough warning | Dan Williams | 1 | -2/+1 |
2019-07-02 | memremap: provide an optional internal refcount in struct dev_pagemap | Christoph Hellwig | 1 | -12/+46 |
2019-07-02 | memremap: pass a struct dev_pagemap to ->kill and ->cleanup | Christoph Hellwig | 1 | -2/+2 |
2019-07-02 | memremap: move dev_pagemap callbacks into a separate structure | Christoph Hellwig | 1 | -3/+4 |
2019-06-14 | mm/devm_memremap_pages: fix final page put race | Dan Williams | 1 | -0/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner | 3 | -27/+3 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 2 | -18/+2 |
2019-04-23 | tools/testing/nvdimm: add watermarks for dax_pmem* modules | Vishal Verma | 6 | -0/+33 |
2019-04-08 | tools/testing/nvdimm: Retain security state after overwrite | Dave Jiang | 1 | -2/+4 |