| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-03 | tools/testing/nvdimm: Use per-DIMM device handle | Alison Schofield | 1 | -1/+6 |
| 2025-09-25 | nvdimm: ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe() | Guangshuo Li | 1 | -1/+12 |
| 2025-07-09 | mm: remove callers of pfn_t functionality | Alistair Popple | 3 | -11/+3 |
| 2025-07-09 | mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST | Alistair Popple | 1 | -4/+0 |
| 2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
| 2024-06-17 | testing: nvdimm: Add MODULE_DESCRIPTION() macros | Ira Weiny | 2 | -0/+2 |
| 2024-06-17 | testing: nvdimm: iomap: add MODULE_DESCRIPTION() | Jeff Johnson | 1 | -0/+1 |
| 2024-04-25 | ndtest: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2024-04-25 | powerpc/papr_scm: Move duplicate definitions to common header files | Shivaprasad G Bhat | 2 | -31/+2 |
| 2024-01-22 | tools/testing/nvdimm: Disable "missing prototypes / declarations" warnings | Dan Williams | 1 | -0/+2 |
| 2023-12-15 | tools/testing/nvdimm: Add compile-test coverage for ndtest | Dan Williams | 1 | -0/+1 |
| 2023-11-27 | ndtest: fix typo class_regster -> class_register | Yi Zhang | 1 | -1/+1 |
| 2023-10-11 | testing: nvdimm: make struct class structures constant | Greg Kroah-Hartman | 2 | -15/+16 |
| 2023-06-07 | tools/testing/nvdimm: Drop empty platform remove function | Uwe Kleine-König | 1 | -6/+0 |
| 2023-06-07 | testing: nvdimm: add missing prototypes for wrapped functions | Arnd Bergmann | 1 | -0/+29 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -2/+2 |
| 2023-04-06 | ACPICA: actbl2: Replace 1-element arrays with flexible arrays | Kees Cook | 1 | -2/+2 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 2 | -2/+2 |
| 2022-12-01 | libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag | Dave Jiang | 2 | -31/+0 |
| 2022-07-12 | 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-25 | 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-11 | nvdimm/region: Delete nd_blk_region infrastructure | Dan Williams | 1 | -63/+4 |
| 2022-03-11 | ACPI: NFIT: Remove block aperture support | Dan Williams | 1 | -23/+0 |
| 2022-03-11 | 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 | -29/+10 |
| 2021-11-24 | 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-13 | device-dax: add dis-contiguous resource support | Dan Williams | 1 | -6/+14 |
| 2020-10-13 | mm/memremap_pages: convert to 'struct range' | Dan Williams | 1 | -1/+1 |
| 2020-10-13 | 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-25 | tools/testing/nvdimm: Emulate firmware activation commands | Dan Williams | 1 | -4/+205 |
| 2020-07-25 | tools/testing/nvdimm: Prepare nfit_ctl_test() for ND_CMD_CALL emulation | Dan Williams | 1 | -40/+43 |
| 2020-07-25 | tools/testing/nvdimm: Add command debug messages | Dan Williams | 1 | -0/+25 |
| 2020-07-25 | tools/testing/nvdimm: Cleanup dimm index passing | Dan Williams | 1 | -16/+18 |
| 2020-07-25 | ACPI: NFIT: Move bus_dsm_mask out of generic nvdimm_bus_descriptor | Dan Williams | 1 | -8/+8 |
| 2020-06-15 | tools/testing/nvdimm: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -3/+3 |
| 2020-03-31 | 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-11 | 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-14 | 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 | -11/+45 |
| 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-13 | 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-22 | 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 |
| 2019-03-30 | libnvdimm/security: provide fix for secure-erase to use zero-key | Dave Jiang | 1 | -2/+9 |
| 2019-03-16 | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n... | Linus Torvalds | 2 | -14/+9 |
| 2019-01-21 | nfit_test: fix security state pull for nvdimm security nfit_test | Dave Jiang | 1 | -2/+2 |
| 2019-01-06 | device-dax: Add /sys/class/dax backwards compatibility | Dan Williams | 1 | -1/+5 |
| 2019-01-06 | device-dax: Start defining a dax bus model | Dan Williams | 1 | -0/+1 |
| 2019-01-06 | device-dax: Remove multi-resource infrastructure | Dan Williams | 1 | -13/+3 |
| 2018-12-28 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+15 |
| 2018-12-28 | mm, devm_memremap_pages: fix shutdown handling | Dan Williams | 1 | -1/+14 |
| 2018-12-28 | mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPL | Dan Williams | 1 | -1/+1 |
| 2018-12-27 | Merge miscellaneous libnvdimm updates for 4.21 | Dan Williams | 1 | -2/+33 |
| 2018-12-21 | tools/testing/nvdimm: add Intel DSM 1.8 support for nfit_test | Dave Jiang | 1 | -0/+86 |
| 2018-12-21 | tools/testing/nvdimm: Add overwrite support for nfit_test | Dave Jiang | 1 | -0/+55 |
| 2018-12-21 | tools/testing/nvdimm: Add test support for Intel nvdimm security DSMs | Dave Jiang | 3 | -0/+222 |
| 2018-12-13 | acpi/nfit, libnvdimm: Add unlock of nvdimm support for Intel DIMMs | Dave Jiang | 1 | -0/+1 |
| 2018-12-13 | acpi/nfit, libnvdimm: Introduce nvdimm_security_ops | Dave Jiang | 1 | -0/+1 |
| 2018-12-05 | tools/testing/nvdimm: Align test resources to 128M | Dan Williams | 1 | -2/+33 |
| 2018-11-05 | tools/testing/nvdimm: Fix the array size for dimm devices. | Masayoshi Mizuma | 1 | -4/+4 |
| 2018-10-17 | tools/testing/nvdimm: Populate dirty shutdown data | Dan Williams | 3 | -1/+11 |
| 2018-10-17 | acpi, nfit: Collect shutdown status | Dan Williams | 2 | -24/+1 |
| 2018-07-31 | tools/testing/nvdimm: improve emulation of smart injection | Vishal Verma | 1 | -31/+47 |
| 2018-07-30 | tools/testing/nvdimm: kaddr and pfn can be NULL to ->direct_access() | Huaisheng Ye | 1 | -4/+8 |
| 2018-07-14 | tools/testing/nvdimm: Fix support for emulating controller temperature | Dan Williams | 1 | -1/+2 |
| 2018-07-14 | tools/testing/nvdimm: Make DSM failure code injection an override | Dan Williams | 1 | -17/+32 |
| 2018-06-30 | tools/testing/nvdimm: advertise a write cache for nfit_test | Vishal Verma | 1 | -2/+1 |
| 2018-05-22 | x86, nfit_test: Add unit test for memcpy_mcsafe() | Dan Williams | 1 | -0/+104 |
| 2018-04-16 | tools/testing/nvdimm: enable labels for nfit_test.1 dimms | Dan Williams | 1 | -0/+3 |
| 2018-04-16 | tools/testing/nvdimm: fix missing newline in nfit_test_dimm 'handle' attribute | Dan Williams | 1 | -1/+1 |
| 2018-04-16 | tools/testing/nvdimm: support nfit_test_dimm attributes under nfit_test.1 | Dan Williams | 1 | -18/+25 |
| 2018-04-16 | tools/testing/nvdimm: allow custom error code injection | Dan Williams | 1 | -1/+37 |
| 2018-04-05 | libnvdimm, testing: update the default smart ctrl_temperature | Vishal Verma | 1 | -1/+1 |
| 2018-04-05 | libnvdimm, testing: Add emulation for smart injection commands | Vishal Verma | 2 | -1/+53 |
| 2018-03-06 | nfit_test: prevent parsing error of nfit_test.0 | Ross Zwisler | 1 | -1/+6 |
| 2018-03-06 | nfit_test: fix buffer overrun, add sanity check | Ross Zwisler | 1 | -1/+8 |
| 2018-03-06 | nfit_test: improve structure offset handling | Ross Zwisler | 1 | -74/+109 |
| 2018-02-03 | Merge branch 'for-4.16/nfit' into libnvdimm-for-next | Ross Zwisler | 1 | -2/+12 |
| 2018-02-03 | Merge branch 'for-4.16/dax' into libnvdimm-for-next | Ross Zwisler | 1 | -4/+3 |
| 2018-02-01 | tools/testing/nvdimm: force nfit_test to depend on instrumented modules | Dan Williams | 7 | -0/+63 |
| 2018-02-01 | libnvdimm/nfit_test: adding support for unit testing enable LSS status | Dave Jiang | 2 | -0/+40 |
| 2018-02-01 | libnvdimm/nfit_test: add firmware download emulation | Dave Jiang | 2 | -28/+360 |
| 2018-02-01 | nfit-test: Add platform cap support from ACPI 6.2a to test | Dave Jiang | 1 | -2/+12 |
| 2018-01-08 | memremap: change devm_memremap_pages interface to use struct dev_pagemap | Christoph Hellwig | 1 | -4/+3 |
| 2017-12-04 | tools/testing/nvdimm: smart alarm/threshold control | Dan Williams | 2 | -44/+122 |
| 2017-12-04 | nfit, libnvdimm: deprecate the generic SMART ioctl | Dan Williams | 2 | -14/+84 |
| 2017-11-17 | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -32/+340 |
| 2017-11-13 | tools/testing/nvdimm: unit test clear-error commands | Dan Williams | 1 | -0/+18 |
| 2017-11-08 | tools/testing/nvdimm: stricter bounds checking for error injection commands | Vishal Verma | 1 | -2/+2 |
| 2017-11-02 | nfit_test: when clearing poison, also remove badrange entries | Vishal Verma | 1 | -8/+4 |
| 2017-11-02 | nfit_test: add error injection DSMs | Dave Jiang | 2 | -24/+168 |
| 2017-11-02 | libnvdimm: move poison list functions to a new 'badrange' file | Dave Jiang | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
| 2017-10-07 | acpi nfit: nfit_test supports translate SPA | Yasunori Goto | 1 | -1/+103 |
| 2017-09-28 | nfit_test Make private definitions to command emulation | Yasunori Goto | 1 | -0/+47 |
| 2017-09-18 | tools/testing/nvdimm: disable labels for nfit_test.1 | Dan Williams | 1 | -3/+0 |
| 2017-08-31 | libnvdimm, nd_blk: remove mmio_flush_range() | Robin Murphy | 1 | -2/+2 |
| 2017-06-15 | tools/testing/nvdimm: fix nfit_test buffer overflow | Yasunori Goto | 1 | -1/+1 |
| 2017-06-07 | ACPI: Switch to use generic guid_t in acpi_evaluate_dsm() | Andy Shevchenko | 3 | -5/+7 |
| 2017-05-04 | Merge branch 'for-4.12/dax' into libnvdimm-for-next | Dan Williams | 3 | -20/+25 |
| 2017-04-19 | pmem: add dax_operations support | Dan Williams | 1 | -11/+10 |
| 2017-04-18 | acpi, nfit: fix module unload vs workqueue shutdown race | Dan Williams | 1 | -0/+4 |
| 2017-04-18 | tools/testing/nvdimm: fix nfit_test shutdown crash | Dan Williams | 1 | -1/+9 |
| 2017-04-17 | tools/testing/nvdimm: test acpi 6.1 health state flags | Dan Williams | 1 | -3/+37 |
| 2017-04-12 | dax: refactor dax-fs into a generic provider of 'struct dax_device' instances | Dan Williams | 1 | -2/+8 |
| 2017-04-12 | device-dax, tools/testing/nvdimm: enable device-dax with mock resources | Dave Jiang | 2 | -1/+51 |
| 2017-03-01 | tools/testing/nvdimm: make iset cookie predictable | Dan Williams | 1 | -7/+7 |
| 2016-12-17 | Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-next | Dan Williams | 1 | -7/+23 |
| 2016-12-06 | tools/testing/nvdimm: unit test acpi_nfit_ctl() | Dan Williams | 4 | -6/+262 |
| 2016-10-19 | tools/testing/nvdimm: dynamic label support | Dan Williams | 1 | -7/+23 |
| 2016-10-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+0 |
| 2016-10-11 | treewide: remove redundant #include <linux/kconfig.h> | Masahiro Yamada | 1 | -1/+0 |
| 2016-10-07 | Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-next | Dan Williams | 4 | -48/+276 |
| 2016-10-07 | tools/testing/nvdimm: support for sub-dividing a pmem region | Dan Williams | 3 | -43/+124 |
| 2016-09-21 | tools/testing/nvdimm: test get_config_size DSM failures | Dan Williams | 1 | -2/+77 |
| 2016-09-19 | tools/testing/nvdimm: fix allocation range for mock flush hint tables | Dan Williams | 1 | -1/+2 |
| 2016-09-01 | tools/testing/nvdimm: unit test for acpi_nvdimm_notify() | Dan Williams | 1 | -0/+45 |
| 2016-08-23 | tools/testing/nvdimm: unit test for acpi_nfit_notify() | Dan Williams | 3 | -6/+33 |
| 2016-08-10 | tools/testing/nvdimm: fix SIGTERM vs hotplug crash | Dan Williams | 1 | -0/+2 |
| 2016-07-24 | nfit: do an ARS scrub on hitting a latent media error | Vishal Verma | 1 | -0/+1 |
| 2016-07-24 | nfit: move to nfit/ sub-directory | Dan Williams | 2 | -3/+3 |
| 2016-07-22 | nfit, tools/testing/nvdimm/: unify shutdown paths | Dan Williams | 1 | -14/+2 |
| 2016-07-21 | libnvdimm: move ->module to struct nvdimm_bus_descriptor | Dan Williams | 1 | -0/+1 |
| 2016-07-21 | nfit: cleanup acpi_nfit_init calling convention | Dan Williams | 1 | -3/+4 |
| 2016-07-21 | tools/testing/nvdimm: add manufacturing_{date|location} dimm properties | Dan Williams | 1 | -33/+21 |
| 2016-07-21 | tools/testing/nvdimm: add virtual ramdisk range | Dan Williams | 1 | -2/+16 |
| 2016-07-12 | pmem: kill __pmem address space | Dan Williams | 1 | -1/+1 |
| 2016-07-11 | tools/testing/nvdimm: simulate multiple flush hints per-dimm | Dan Williams | 1 | -22/+33 |
| 2016-07-07 | tools/testing/nvdimm: remove __wrap_devm_memremap_pages placeholder | Dan Williams | 1 | -17/+2 |
| 2016-06-27 | tools/testing/nvdimm: replace CONFIG_DMA_CMA dependency with vmalloc() | Dan Williams | 4 | -47/+41 |
| 2016-06-24 | libnvdimm, pmem: allow nfit_test to override pmem_direct_access() | Dan Williams | 4 | -2/+48 |
| 2016-06-17 | tools/testing/nvdimm: add pfn device dependency | Dan Williams | 1 | -0/+1 |
| 2016-05-21 | Merge branch 'for-4.7/dax' into libnvdimm-for-next | Dan Williams | 2 | -0/+11 |
| 2016-05-20 | /dev/dax, pmem: direct access to persistent memory | Dan Williams | 2 | -0/+11 |
| 2016-05-18 | Merge branch 'for-4.7/dsm' into libnvdimm-for-next | Dan Williams | 1 | -17/+33 |
| 2016-05-18 | Merge branch 'for-4.7/libnvdimm' into libnvdimm-for-next | Dan Williams | 1 | -0/+44 |
| 2016-05-09 | libnvdimm, dax: introduce device-dax infrastructure | Dan Williams | 1 | -0/+1 |
| 2016-05-05 | tools/testing/nvdimm: ND_CMD_CALL support | Dan Williams | 1 | -3/+18 |
| 2016-04-28 | nfit, libnvdimm: clarify "commands" vs "_DSMs" | Dan Williams | 1 | -13/+14 |
| 2016-04-22 | libnvdimm, pmem, pfn: make pmem_rw_bytes generic and refactor pfn setup | Dan Williams | 2 | -7/+21 |
| 2016-04-11 | libnvdimm, test: add mock SMART data payload | Dan Williams | 1 | -0/+44 |
| 2016-03-05 | nfit, libnvdimm: clear poison command support | Dan Williams | 1 | -0/+29 |
| 2016-03-05 | tools/testing/nvdimm: expand ars unit testing | Dan Williams | 1 | -22/+90 |
| 2016-03-05 | nfit, tools/testing/nvdimm: unify common init for acpi_nfit_desc | Dan Williams | 1 | -19/+3 |
| 2016-03-05 | libnvdimm, nfit: centralize command status translation | Dan Williams | 1 | -1/+4 |
| 2016-03-05 | nfit, tools/testing/nvdimm: test multiple control regions per-dimm | Dan Williams | 1 | -24/+94 |
| 2016-03-05 | nfit, tools/testing/nvdimm: add format interface code definitions | Dan Williams | 1 | -1/+6 |
| 2016-02-19 | libnvdimm, tools/testing/nvdimm: fix 'ars_status' output buffer sizing | Dan Williams | 1 | -2/+6 |
| 2016-01-31 | phys_to_pfn_t: use phys_addr_t | Dan Williams | 1 | -1/+1 |
| 2016-01-10 | Merge branch 'for-4.5/block-dax' into for-4.5/libnvdimm | Dan Williams | 1 | -0/+11 |
| 2016-01-09 | nfit_test: Enable DSMs for all test NFITs | Dan Williams | 1 | -0/+11 |
| 2015-12-24 | tools/testing/libnvdimm: cleanup mock resource lookup | Dan Williams | 1 | -46/+23 |
| 2015-12-15 | libnvdimm, pfn: enable pfn sysfs interface unit testing | Dan Williams | 2 | -0/+50 |
| 2015-11-30 | nfit: Adjust for different _FIT and NFIT headers | Linda Knippers | 1 | -34/+15 |
| 2015-11-12 | tools/testing/nvdimm, acpica: fix flag rename build breakage | Dan Williams | 1 | -1/+1 |
| 2015-11-02 | acpi: nfit: Add support for hot-add | Vishal Verma | 1 | -2/+162 |
| 2015-08-28 | libnvdimm, pmem: 'struct page' for pmem | Dan Williams | 2 | -0/+14 |
| 2015-08-28 | libnvdimm, pfn: 'struct page' provider infrastructure | Dan Williams | 1 | -0/+2 |
| 2015-08-27 | Merge branch 'pmem-api' into libnvdimm-for-next | Dan Williams | 3 | -17/+71 |
| 2015-08-27 | nd_blk: change aperture mapping from WC to WB | Ross Zwisler | 3 | -5/+37 |
| 2015-08-19 | libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate option | Dan Williams | 1 | -0/+4 |
| 2015-08-14 | pmem: switch to devm_ allocations | Christoph Hellwig | 2 | -22/+28 |
| 2015-08-14 | pmem: convert to generic memremap | Dan Williams | 2 | -11/+27 |
| 2015-07-27 | libnvdimm: Add DSM support for Address Range Scrub commands | Vishal Verma | 1 | -58/+139 |
| 2015-07-10 | tools/testing/nvdimm: add mock acpi_nfit_flush_address entries to nfit_test | Dan Williams | 3 | -2/+71 |
| 2015-07-10 | tools/testing/nvdimm: fix return code for unimplemented commands | Dan Williams | 1 | -1/+1 |
| 2015-07-10 | tools/testing/nvdimm: mock ioremap_wt | Dan Williams | 2 | -0/+7 |
| 2015-06-26 | libnvdimm, nfit: handle unarmed dimms, mark namespaces read-only | Dan Williams | 1 | -0/+3 |
| 2015-06-26 | tools/testing/nvdimm: libnvdimm unit test infrastructure | Dan Williams | 7 | -0/+1363 |