Age | Commit message (Expand) | Author | Files | Lines |
2023-06-26 | dax: enable dax fault handler to report VM_FAULT_HWPOISON | Jane Chu | 1 | -1/+1 |
2023-06-23 | nvdimm: make security_show static | Ben Dooks | 1 | -1/+1 |
2023-06-23 | nvdimm: make nd_class variable static | Ben Dooks | 1 | -1/+1 |
2023-06-07 | libnvdimm: mark 'security_show' static again | Arnd Bergmann | 1 | -1/+1 |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 1 | -1/+1 |
2023-02-25 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -2/+9 |
2023-02-25 | Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl | Linus Torvalds | 3 | -4/+21 |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 6 | -13/+13 |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -38/+2 |
2023-02-15 | virtio_pmem: populate numa information | Michael Sammler | 1 | -2/+9 |
2023-02-13 | cxl/pmem: Fix nvdimm registration races | Dan Williams | 3 | -4/+21 |
2023-02-02 | block: remove ->rw_page | Christoph Hellwig | 2 | -38/+2 |
2023-01-28 | nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZE | Dan Williams | 3 | -16/+47 |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 6 | -13/+13 |
2022-12-02 | nvdimm/region: Move cache management to the region driver | Dan Williams | 3 | -1/+66 |
2022-12-01 | libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag | Dave Jiang | 3 | -1/+24 |
2022-12-01 | nvdimm/cxl/pmem: Add support for master passphrase disable security command | Dave Jiang | 1 | -7/+26 |
2022-10-14 | Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -23/+13 |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+2 |
2022-10-03 | libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE | Alexander Potapenko | 2 | -2/+2 |
2022-10-01 | Merge branch 'for-6.1/nvdimm' into libnvdimm-for-next | Dan Williams | 6 | -23/+59 |
2022-09-29 | libnvdimm/region: Allow setting align attribute on regions without mappings | Tyler Hicks | 1 | -5/+3 |
2022-09-24 | Merge branch 'for-6.0/dax' into libnvdimm-fixes | Dan Williams | 4 | -15/+53 |
2022-09-20 | nvdimm/namespace: Fix comment typo | Jason Wang | 1 | -1/+1 |
2022-09-20 | nvdimm: make __nvdimm_security_overwrite_query static | Jiapeng Chong | 1 | -1/+1 |
2022-09-20 | nvdimm/region: Fix kernel-doc | Jiapeng Chong | 1 | -1/+1 |
2022-08-12 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 1 | -1/+8 |
2022-08-11 | virtio_pmem: set device ready in probe() | Jason Wang | 1 | -0/+7 |
2022-08-11 | virtio_pmem: initialize provider_data through nd_region_desc | Jason Wang | 1 | -1/+1 |
2022-08-10 | Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl | Linus Torvalds | 1 | -7/+21 |
2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -0/+17 |
2022-08-02 | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -7/+7 |
2022-07-26 | cxl/region: Introduce cxl_pmem_region objects | Dan Williams | 1 | -7/+21 |
2022-07-17 | pagemap,pmem: introduce ->memory_failure() | Shiyang Ruan | 1 | -0/+17 |
2022-07-14 | nvdimm/namespace: drop nested variable in create_namespace_pmem() | Andy Shevchenko | 1 | -2/+0 |
2022-07-14 | nvdimm/namespace: drop unneeded temporary variable in size_store() | Andy Shevchenko | 1 | -9/+4 |
2022-07-14 | nvdimm/namespace: return uuid_null only once in nd_dev_to_uuid() | Andy Shevchenko | 1 | -6/+3 |
2022-07-14 | nvdimm-btt: Use the enum req_op type | Bart Van Assche | 1 | -1/+1 |
2022-07-14 | block: Change the type of the last .rw_page() argument | Bart Van Assche | 2 | -2/+2 |
2022-07-12 | pmem: fix a name collision | Jane Chu | 1 | -3/+3 |
2022-06-28 | block: remove blk_cleanup_disk | Christoph Hellwig | 2 | -4/+4 |
2022-06-24 | nvdimm: Fix badblocks clear off-by-one error | Chris Ye | 1 | -2/+2 |
2022-05-27 | Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl... | Linus Torvalds | 11 | -162/+103 |
2022-05-16 | pmem: implement pmem_recovery_write() | Jane Chu | 1 | -8/+79 |
2022-05-16 | pmem: refactor pmem_clear_poison() | Jane Chu | 1 | -25/+48 |
2022-05-16 | dax: add .recovery_write dax_operation | Jane Chu | 1 | -0/+7 |
2022-05-16 | dax: introduce DAX_RECOVERY_WRITE dax access mode | Jane Chu | 2 | -4/+9 |
2022-05-16 | mce: fix set_mce_nospec to always unmap the whole page | Jane Chu | 1 | -23/+7 |
2022-04-28 | nvdimm: Allow overwrite in the presence of disabled dimms | Dan Williams | 1 | -5/+0 |
2022-04-28 | nvdimm: Fix firmware activation deadlock scenarios | Dan Williams | 1 | -9/+0 |