Age | Commit message (Expand) | Author | Files | Lines |
2019-09-29 | Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 8 | -38/+77 |
2019-09-24 | libnvdimm/region: Enable MAP_SYNC for volatile regions | Aneesh Kumar K.V | 1 | -0/+3 |
2019-09-24 | libnvdimm: prevent nvdimm from requesting key when security is disabled | Dave Jiang | 1 | -0/+4 |
2019-09-24 | libnvdimm/region: Initialize bad block for volatile namespaces | Aneesh Kumar K.V | 3 | -5/+5 |
2019-09-24 | libnvdimm/altmap: Track namespace boundaries in altmap | Aneesh Kumar K.V | 1 | -0/+2 |
2019-09-24 | libnvdimm: Fix endian conversion issues | Aneesh Kumar K.V | 2 | -7/+8 |
2019-09-24 | libnvdimm/dax: Pick the right alignment default when creating dax devices | Aneesh Kumar K.V | 2 | -26/+55 |
2019-09-21 | Merge tag 'libnvdimm-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 12 | -297/+303 |
2019-09-21 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 2 | -0/+16 |
2019-09-07 | libnvdimm: Enable unit test infrastructure compile checks | Dan Williams | 2 | -0/+16 |
2019-09-06 | libnvdimm: Use PAGE_SIZE instead of SZ_4K for align check | Aneesh Kumar K.V | 2 | -7/+7 |
2019-09-06 | libnvdimm/label: Remove the dpa align check | Aneesh Kumar K.V | 1 | -5/+0 |
2019-09-06 | libnvdimm/pfn_dev: Add page size and struct page size to pfn superblock | Aneesh Kumar K.V | 2 | -2/+28 |
2019-09-06 | libnvdimm/pfn_dev: Add a build check to make sure we notice when struct page ... | Aneesh Kumar K.V | 2 | -1/+13 |
2019-09-06 | libnvdimm/pmem: Advance namespace seed for specific probe errors | Aneesh Kumar K.V | 2 | -5/+27 |
2019-09-06 | libnvdimm/region: Rewrite _probe_success() to _advance_seeds() | Dan Williams | 4 | -71/+41 |
2019-08-29 | libnvdimm/security: Consolidate 'security' operations | Dan Williams | 3 | -114/+90 |
2019-08-29 | libnvdimm/security: Tighten scope of nvdimm->busy vs security operations | Dan Williams | 2 | -27/+16 |
2019-08-29 | libnvdimm/security: Introduce a 'frozen' attribute | Dan Williams | 4 | -82/+99 |
2019-08-29 | libnvdimm, region: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -4/+3 |
2019-08-28 | libnvdimm/pfn: Fix namespace creation on misaligned addresses | Jeff Moyer | 1 | -1/+4 |
2019-08-14 | libnvdimm/of_pmem: Provide a unique name for bus provider | Aneesh Kumar K.V | 1 | -1/+1 |
2019-07-27 | Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 10 | -134/+277 |
2019-07-19 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -82/+30 |
2019-07-19 | libnvdimm/pfn: stop padding pmem namespaces to section alignment | Dan Williams | 2 | -78/+13 |
2019-07-19 | libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fields | Dan Williams | 3 | -4/+17 |
2019-07-19 | driver-core, libnvdimm: Let device subsystems add local lockdep coverage | Dan Williams | 10 | -67/+141 |
2019-07-19 | libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock | Dan Williams | 2 | -5/+13 |
2019-07-19 | libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl() | Dan Williams | 2 | -39/+60 |
2019-07-19 | libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant | Dan Williams | 1 | -22/+37 |
2019-07-19 | libnvdimm/region: Register badblocks before namespaces | Dan Williams | 1 | -11/+11 |
2019-07-19 | libnvdimm/bus: Prevent duplicate device_unregister() calls | Dan Williams | 1 | -0/+25 |
2019-07-18 | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 9 | -14/+355 |
2019-07-17 | virtio_pmem: fix sparse warning | Pankaj Gupta | 1 | -2/+2 |
2019-07-15 | docs: nvdimm: add it to the driver-api book | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-07-15 | docs: nvdimm: convert to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-07-06 | libnvdimm: add dax_dev sync flag | Pankaj Gupta | 2 | -1/+11 |
2019-07-06 | virtio-pmem: Add virtio pmem driver | Pankaj Gupta | 4 | -0/+303 |
2019-07-06 | libnvdimm: nd_region flush callback support | Pankaj Gupta | 4 | -9/+37 |
2019-07-06 | libnvdimm, namespace: Drop uuid_t implementation detail | Andy Shevchenko | 1 | -4/+4 |
2019-07-02 | memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag | Christoph Hellwig | 2 | -3/+1 |
2019-07-02 | memremap: remove the data field in struct dev_pagemap | Christoph Hellwig | 1 | -1/+1 |
2019-07-02 | memremap: lift the devmap_enable manipulation into devm_memremap_pages | Christoph Hellwig | 1 | -19/+4 |
2019-07-02 | memremap: pass a struct dev_pagemap to ->kill and ->cleanup | Christoph Hellwig | 1 | -9/+9 |
2019-07-02 | memremap: move dev_pagemap callbacks into a separate structure | Christoph Hellwig | 1 | -8/+11 |
2019-06-14 | mm/devm_memremap_pages: fix final page put race | Dan Williams | 1 | -4/+13 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner | 16 | -144/+16 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 5 | -45/+5 |
2019-05-25 | Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -6/+13 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |