Age | Commit message (Expand) | Author |
2021-06-15 | libnvdimm: Drop unused device power management support | Dan Williams |
2021-06-15 | libnvdimm: Export nvdimm shutdown helper, nvdimm_delete() | Dan Williams |
2021-04-08 | libnvdimm: Notify disk drivers to revalidate region read-only | Dan Williams |
2021-02-16 | libnvdimm: Make remove callback return void | Uwe Kleine-König |
2020-09-02 | nvdimm: simplify revalidate_disk handling | Christoph Hellwig |
2020-07-25 | libnvdimm: Validate command family indices | Dan Williams |
2020-02-28 | libnvdimm: Out of bounds read in __nd_ioctl() | Dan Carpenter |
2019-12-01 | Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-11-19 | libnvdimm: Export the target_node attribute for regions and namespaces | Dan Williams |
2019-11-19 | libnvdimm: Move nvdimm_bus_attribute_group to device_type | Dan Williams |
2019-11-19 | libnvdimm: Move nd_numa_attribute_group to device_type | Dan Williams |
2019-11-17 | libnvdimm: Move nd_device_attribute_group to device_type | Dan Williams |
2019-10-23 | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann |
2019-09-24 | libnvdimm/region: Initialize bad block for volatile namespaces | Aneesh Kumar K.V |
2019-09-05 | libnvdimm/pmem: Advance namespace seed for specific probe errors | Aneesh Kumar K.V |
2019-09-05 | libnvdimm/region: Rewrite _probe_success() to _advance_seeds() | Dan Williams |
2019-08-29 | libnvdimm/security: Introduce a 'frozen' attribute | Dan Williams |
2019-07-18 | driver-core, libnvdimm: Let device subsystems add local lockdep coverage | Dan Williams |
2019-07-18 | libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlock | Dan Williams |
2019-07-18 | libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl() | Dan Williams |
2019-07-18 | libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrant | Dan Williams |
2019-07-18 | libnvdimm/bus: Prevent duplicate device_unregister() calls | Dan Williams |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 | Thomas Gleixner |
2019-05-20 | libnvdimm: Fix compilation warnings with W=1 | Qian Cai |
2019-04-09 | treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively | Sakari Ailus |
2019-01-31 | libnvdimm: Schedule device registration on node local to the device | Alexander Duyck |
2018-12-27 | Merge miscellaneous libnvdimm updates for 4.21 | Dan Williams |
2018-12-21 | acpi/nfit, libnvdimm/security: Add security DSM overwrite support | Dave Jiang |
2018-12-13 | acpi/nfit, libnvdimm: Introduce nvdimm_security_ops | Dave Jiang |
2018-12-10 | libnvdimm, bus: Check id immediately following ida_simple_get | Ocean He |
2018-12-04 | acpi/nfit: Add support for Intel DSM 1.8 commands | Dave Jiang |
2018-09-26 | libnvdimm: Set device node in nd_device_register | Alexander Duyck |
2018-09-26 | libnvdimm: Hold reference on parent while scheduling async init | Alexander Duyck |
2018-08-20 | libnvdimm: fix ars_status output length calculation | Vishal Verma |
2018-06-02 | libnvdimm: Debug probe times | Dan Williams |
2018-05-31 | linvdimm, pmem: Preserve read-only setting for pmem devices | Robert Elliott |
2018-04-07 | libnvdimm: Add of_node to region and bus descriptors | Oliver O'Halloran |
2018-03-06 | libnvdimm: remove redundant __func__ in dev_dbg | Dan Williams |
2017-12-04 | nfit, libnvdimm: deprecate the generic SMART ioctl | Dan Williams |
2017-11-02 | libnvdimm: move poison list functions to a new 'badrange' file | Dave Jiang |
2017-09-04 | libnvdimm, nfit: move the check on nd_reserved2 to the endpoint | Meng Xu |
2017-08-31 | libnvdimm: fix integer overflow static analysis warning | Dan Williams |
2017-08-31 | libnvdimm: fix potential deadlock while clearing errors | Vishal Verma |
2017-07-03 | Merge branch 'for-4.13/dax' into libnvdimm-for-next | Dan Williams |
2017-07-01 | libnvdimm: passthru functions clear to send | Jerry Hoemann |
2017-06-27 | libnvdimm, nfit: enable support for volatile ranges | Dan Williams |
2017-06-15 | libnvdimm, pmem: Add sysfs notifications to badblocks | Toshi Kani |
2017-04-29 | libnvdimm: rework region badblocks clearing | Dan Williams |
2017-04-28 | libnvdimm: fix clear length of nvdimm_forget_poison() | Toshi Kani |
2017-04-13 | libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocation | Dave Jiang |