Age | Commit message (Expand) | Author |
2024-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2024-01-12 | Merge tag 'libnvdimm-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2024-01-10 | virtio_pmem: support feature SHMEM_REGION | Changyuan Lyu |
2024-01-03 | nvdimm/namespace: fix kernel-doc for function params | Randy Dunlap |
2024-01-03 | nvdimm/dimm_devs: fix kernel-doc for function params | Randy Dunlap |
2024-01-03 | nvdimm/btt: fix btt_blk_cleanup() kernel-doc | Randy Dunlap |
2024-01-03 | nvdimm-btt: simplify code with the scope based resource management | Dinghao Liu |
2024-01-03 | nvdimm: Remove usage of the deprecated ida_simple_xx() API | Christophe JAILLET |
2023-12-01 | nvdimm/btt: replace deprecated strncpy with strscpy | Justin Stitt |
2023-10-18 | libnvdimm: remove kernel-doc warnings: | Zhu Wang |
2023-09-27 | libnvdimm: Annotate struct nd_region with __counted_by | Kees Cook |
2023-09-27 | nd_btt: Make BTT lanes preemptible | Tomas Glozar |
2023-09-27 | libnvdimm/of_pmem: Use devm_kstrdup instead of kstrdup and check its return v... | Chen Ni |
2023-08-30 | Merge tag 'libnvdimm-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2023-08-18 | mm/hugepage pud: allow arch-specific helper function to check huge page pud s... | Aneesh Kumar K.V |
2023-08-17 | nvdimm: Fix dereference after free in register_nvdimm_pmu() | Konstantin Meskhidze |
2023-08-17 | nvdimm: Fix memleak of pmu attr_groups in unregister_nvdimm_pmu() | Konstantin Meskhidze |
2023-08-11 | nvdimm/pfn_dev: Avoid unnecessary endian conversion | Aneesh Kumar K.V |
2023-08-11 | nvdimm/pfn_dev: Prevent the creation of zero-sized namespaces | Aneesh Kumar K.V |
2023-07-19 | nvdimm: Explicitly include correct DT includes | Rob Herring |
2023-07-19 | virtio_pmem: add the missing REQ_OP_WRITE for flush bio | Hou Tao |
2023-07-19 | nvdimm: Use kstrtobool() instead of strtobool() | Christophe JAILLET |
2023-06-26 | dax: enable dax fault handler to report VM_FAULT_HWPOISON | Jane Chu |
2023-06-23 | nvdimm: make security_show static | Ben Dooks |
2023-06-23 | nvdimm: make nd_class variable static | Ben Dooks |
2023-06-07 | libnvdimm: mark 'security_show' static again | Arnd Bergmann |
2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman |
2023-02-25 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2023-02-25 | Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl | Linus Torvalds |
2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-02-15 | virtio_pmem: populate numa information | Michael Sammler |
2023-02-13 | cxl/pmem: Fix nvdimm registration races | Dan Williams |
2023-02-02 | block: remove ->rw_page | Christoph Hellwig |
2023-01-28 | nvdimm: Support sizeof(struct page) > MAX_STRUCT_PAGE_SIZE | Dan Williams |
2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman |
2022-12-02 | nvdimm/region: Move cache management to the region driver | Dan Williams |
2022-12-01 | libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag | Dave Jiang |
2022-12-01 | nvdimm/cxl/pmem: Add support for master passphrase disable security command | Dave Jiang |
2022-10-14 | Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2022-10-03 | libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE | Alexander Potapenko |
2022-10-01 | Merge branch 'for-6.1/nvdimm' into libnvdimm-for-next | Dan Williams |
2022-09-29 | libnvdimm/region: Allow setting align attribute on regions without mappings | Tyler Hicks |
2022-09-24 | Merge branch 'for-6.0/dax' into libnvdimm-fixes | Dan Williams |
2022-09-20 | nvdimm/namespace: Fix comment typo | Jason Wang |
2022-09-20 | nvdimm: make __nvdimm_security_overwrite_query static | Jiapeng Chong |
2022-09-20 | nvdimm/region: Fix kernel-doc | Jiapeng Chong |
2022-08-12 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2022-08-11 | virtio_pmem: set device ready in probe() | Jason Wang |