summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm/bus.c
Commit message (Expand)AuthorAgeFilesLines
* libnvdimm/region: Initialize bad block for volatile namespacesAneesh Kumar K.V2019-09-241-1/+1
* libnvdimm/pmem: Advance namespace seed for specific probe errorsAneesh Kumar K.V2019-09-051-1/+2
* libnvdimm/region: Rewrite _probe_success() to _advance_seeds()Dan Williams2019-09-051-5/+2
* libnvdimm/security: Introduce a 'frozen' attributeDan Williams2019-08-291-1/+1
* driver-core, libnvdimm: Let device subsystems add local lockdep coverageDan Williams2019-07-181-11/+17
* libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlockDan Williams2019-07-181-5/+9
* libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl()Dan Williams2019-07-181-38/+58
* libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrantDan Williams2019-07-181-22/+37
* libnvdimm/bus: Prevent duplicate device_unregister() callsDan Williams2019-07-181-0/+25
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-9/+1
* libnvdimm: Fix compilation warnings with W=1Qian Cai2019-05-201-2/+2
* treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* libnvdimm: Schedule device registration on node local to the deviceAlexander Duyck2019-01-311-3/+8
* Merge miscellaneous libnvdimm updates for 4.21Dan Williams2018-12-271-2/+2
|\
| * libnvdimm, bus: Check id immediately following ida_simple_getOcean He2018-12-101-2/+2
* | acpi/nfit, libnvdimm/security: Add security DSM overwrite supportDave Jiang2018-12-211-3/+18
* | acpi/nfit, libnvdimm: Introduce nvdimm_security_opsDave Jiang2018-12-131-0/+6
* | acpi/nfit: Add support for Intel DSM 1.8 commandsDave Jiang2018-12-041-1/+1
|/
* libnvdimm: Set device node in nd_device_registerAlexander Duyck2018-09-261-6/+10
* libnvdimm: Hold reference on parent while scheduling async initAlexander Duyck2018-09-261-0/+4
* libnvdimm: fix ars_status output length calculationVishal Verma2018-08-201-2/+2
* libnvdimm: Debug probe timesDan Williams2018-06-021-1/+4
* linvdimm, pmem: Preserve read-only setting for pmem devicesRobert Elliott2018-05-311-5/+9
* libnvdimm: Add of_node to region and bus descriptorsOliver O'Halloran2018-04-071-0/+1
* libnvdimm: remove redundant __func__ in dev_dbgDan Williams2018-03-061-7/+6
* nfit, libnvdimm: deprecate the generic SMART ioctlDan Williams2017-12-041-3/+0
* libnvdimm: move poison list functions to a new 'badrange' fileDave Jiang2017-11-021-12/+12
* libnvdimm, nfit: move the check on nd_reserved2 to the endpointMeng Xu2017-09-041-4/+0
* libnvdimm: fix integer overflow static analysis warningDan Williams2017-08-311-8/+9
* libnvdimm: fix potential deadlock while clearing errorsVishal Verma2017-08-311-0/+6
* Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams2017-07-031-4/+4
|\
| * libnvdimm, nfit: enable support for volatile rangesDan Williams2017-06-271-4/+4
* | libnvdimm: passthru functions clear to sendJerry Hoemann2017-07-011-1/+3
* | libnvdimm, pmem: Add sysfs notifications to badblocksToshi Kani2017-06-151-0/+3
|/
* libnvdimm: rework region badblocks clearingDan Williams2017-04-291-22/+54
* libnvdimm: fix clear length of nvdimm_forget_poison()Toshi Kani2017-04-281-1/+3
* libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocationDave Jiang2017-04-131-3/+4
* libnvdimm: add support for clear poison list and badblocks for device daxDave Jiang2017-04-121-9/+74
* libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splatDan Williams2017-04-101-0/+6
* acpi, nfit, libnvdimm: fix / harden ars_status output length handlingDan Williams2016-12-061-5/+20
* Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-nextDan Williams2016-10-071-0/+2
|\
| * libnvdimm: clear the internal poison_list when clearing badblocksVishal Verma2016-09-301-0/+2
* | libnvdimm: allow legacy (e820) pmem region to clear bad blocksDave Jiang2016-09-091-1/+5
|/
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-12/+200
|\
| * libnvdimm: register nvdimm_bus devices with an nd_bus driverDan Williams2016-07-231-7/+181
| * libnvdimm: move ->module to struct nvdimm_bus_descriptorDan Williams2016-07-211-1/+1
| * libnvdimm, pmem: flush posted-write queues on shutdownDan Williams2016-07-121-0/+16
| * libnvdimm: IS_ERR() usage cleanupDan Williams2016-06-171-4/+2
* | block: remove ->driverfs_devDan Williams2016-06-271-1/+1
|/
* Merge branch 'for-4.7/dax' into libnvdimm-for-nextDan Williams2016-05-211-4/+5
|\