aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm/bus.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12nvdimm: make nvdimm_bus_type constRicardo B. Marliere1-1/+1
2024-01-03nvdimm: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-06-23nvdimm: make nd_class variable staticBen Dooks1-1/+1
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-3/+16
2023-02-13cxl/pmem: Fix nvdimm registration racesDan Williams1-3/+16
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-06-24nvdimm: Fix badblocks clear off-by-one errorChris Ye1-2/+2
2022-04-28nvdimm: Drop nd_device_lock()Dan Williams1-15/+9
2022-04-28nvdimm: Replace lockdep_mutex with local lock classesDan Williams1-7/+7
2022-03-30Merge tag 'libnvdimm-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+0
2022-03-11nvdimm/region: Delete nd_blk_region infrastructureDan Williams1-2/+0
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-2/+1
2021-06-15libnvdimm: Drop unused device power management supportDan Williams1-8/+37
2021-06-15libnvdimm: Export nvdimm shutdown helper, nvdimm_delete()Dan Williams1-15/+4
2021-04-08libnvdimm: Notify disk drivers to revalidate region read-onlyDan Williams1-8/+6
2021-02-16libnvdimm: Make remove callback return voidUwe Kleine-König1-8/+5
2020-09-02nvdimm: simplify revalidate_disk handlingChristoph Hellwig1-6/+3
2020-07-25libnvdimm: Validate command family indicesDan Williams1-0/+16
2020-02-28libnvdimm: Out of bounds read in __nd_ioctl()Dan Carpenter1-2/+4
2019-12-01Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+38
2019-11-19libnvdimm: Export the target_node attribute for regions and namespacesDan Williams1-0/+29
2019-11-19libnvdimm: Move nvdimm_bus_attribute_group to device_typeDan Williams1-2/+7
2019-11-19libnvdimm: Move nd_numa_attribute_group to device_typeDan Williams1-2/+1
2019-11-17libnvdimm: Move nd_device_attribute_group to device_typeDan Williams1-2/+1
2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann1-2/+2
2019-09-24libnvdimm/region: Initialize bad block for volatile namespacesAneesh Kumar K.V1-1/+1
2019-09-05libnvdimm/pmem: Advance namespace seed for specific probe errorsAneesh Kumar K.V1-1/+2
2019-09-05libnvdimm/region: Rewrite _probe_success() to _advance_seeds()Dan Williams1-5/+2
2019-08-29libnvdimm/security: Introduce a 'frozen' attributeDan Williams1-1/+1
2019-07-18driver-core, libnvdimm: Let device subsystems add local lockdep coverageDan Williams1-11/+17
2019-07-18libnvdimm/bus: Fix wait_nvdimm_bus_probe_idle() ABBA deadlockDan Williams1-5/+9
2019-07-18libnvdimm/bus: Stop holding nvdimm_bus_list_mutex over __nd_ioctl()Dan Williams1-38/+58
2019-07-18libnvdimm/bus: Prepare the nd_ioctl() path to be re-entrantDan Williams1-22/+37
2019-07-18libnvdimm/bus: Prevent duplicate device_unregister() callsDan Williams1-0/+25
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner1-9/+1
2019-05-20libnvdimm: Fix compilation warnings with W=1Qian Cai1-2/+2
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-01-31libnvdimm: Schedule device registration on node local to the deviceAlexander Duyck1-3/+8
2018-12-27Merge miscellaneous libnvdimm updates for 4.21Dan Williams1-2/+2
2018-12-21acpi/nfit, libnvdimm/security: Add security DSM overwrite supportDave Jiang1-3/+18
2018-12-13acpi/nfit, libnvdimm: Introduce nvdimm_security_opsDave Jiang1-0/+6
2018-12-10libnvdimm, bus: Check id immediately following ida_simple_getOcean He1-2/+2
2018-12-04acpi/nfit: Add support for Intel DSM 1.8 commandsDave Jiang1-1/+1
2018-09-26libnvdimm: Set device node in nd_device_registerAlexander Duyck1-6/+10
2018-09-26libnvdimm: Hold reference on parent while scheduling async initAlexander Duyck1-0/+4
2018-08-20libnvdimm: fix ars_status output length calculationVishal Verma1-2/+2
2018-06-02libnvdimm: Debug probe timesDan Williams1-1/+4
2018-05-31linvdimm, pmem: Preserve read-only setting for pmem devicesRobert Elliott1-5/+9
2018-04-07libnvdimm: Add of_node to region and bus descriptorsOliver O'Halloran1-0/+1
2018-03-06libnvdimm: remove redundant __func__ in dev_dbgDan Williams1-7/+6
2017-12-04nfit, libnvdimm: deprecate the generic SMART ioctlDan Williams1-3/+0
2017-11-02libnvdimm: move poison list functions to a new 'badrange' fileDave Jiang1-12/+12
2017-09-04libnvdimm, nfit: move the check on nd_reserved2 to the endpointMeng Xu1-4/+0
2017-08-31libnvdimm: fix integer overflow static analysis warningDan Williams1-8/+9
2017-08-31libnvdimm: fix potential deadlock while clearing errorsVishal Verma1-0/+6
2017-07-03Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams1-4/+4
2017-07-01libnvdimm: passthru functions clear to sendJerry Hoemann1-1/+3
2017-06-27libnvdimm, nfit: enable support for volatile rangesDan Williams1-4/+4
2017-06-15libnvdimm, pmem: Add sysfs notifications to badblocksToshi Kani1-0/+3
2017-04-29libnvdimm: rework region badblocks clearingDan Williams1-22/+54
2017-04-28libnvdimm: fix clear length of nvdimm_forget_poison()Toshi Kani1-1/+3
2017-04-13libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocationDave Jiang1-3/+4
2017-04-12libnvdimm: add support for clear poison list and badblocks for device daxDave Jiang1-9/+74
2017-04-10libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splatDan Williams1-0/+6
2016-12-06acpi, nfit, libnvdimm: fix / harden ars_status output length handlingDan Williams1-5/+20
2016-10-07Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-nextDan Williams1-0/+2
2016-09-30libnvdimm: clear the internal poison_list when clearing badblocksVishal Verma1-0/+2
2016-09-09libnvdimm: allow legacy (e820) pmem region to clear bad blocksDave Jiang1-1/+5
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+200
2016-07-23libnvdimm: register nvdimm_bus devices with an nd_bus driverDan Williams1-7/+181
2016-07-21libnvdimm: move ->module to struct nvdimm_bus_descriptorDan Williams1-1/+1
2016-07-12libnvdimm, pmem: flush posted-write queues on shutdownDan Williams1-0/+16
2016-06-27block: remove ->driverfs_devDan Williams1-1/+1
2016-06-17libnvdimm: IS_ERR() usage cleanupDan Williams1-4/+2
2016-05-21Merge branch 'for-4.7/dax' into libnvdimm-for-nextDan Williams1-4/+5
2016-05-18Merge branch 'for-4.7/dsm' into libnvdimm-for-nextDan Williams1-4/+43
2016-05-18Merge branch 'for-4.7/libnvdimm' into libnvdimm-for-nextDan Williams1-0/+3
2016-05-18libnvdimm: stop requiring a driver ->remove() methodDan Williams1-4/+5
2016-05-09libnvdimm, dax: introduce device-dax infrastructureDan Williams1-0/+4
2016-04-28nfit, libnvdimm: limited/whitelisted dimm command marshaling mechanismDan Williams1-0/+39
2016-04-28nfit, libnvdimm: clarify "commands" vs "_DSMs"Dan Williams1-4/+4
2016-04-11libnvdimm, test: add mock SMART data payloadDan Williams1-0/+3
2016-04-07libnvdimm: fix smart data retrievalDan Williams1-1/+1
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2016-03-09libnvdimm, pmem: clear poison on writeDan Williams1-0/+46
2016-03-05nfit, libnvdimm: clear poison command supportDan Williams1-0/+19
2016-03-05libnvdimm: Fix security issue with DSM IOCTL.Jerry Hoemann1-4/+4
2016-03-05libnvdimm: Clean-up access mode check.Jerry Hoemann1-6/+6
2016-03-05nfit: disable userspace initiated ars during scrubDan Williams1-5/+13
2016-03-05libnvdimm: async notification supportDan Williams1-0/+26
2016-03-05libnvdimm, nfit: centralize command status translationDan Williams1-1/+1
2016-02-23nfit: update address range scrub commands to the acpi 6.1 formatDan Williams1-6/+6
2016-02-19libnvdimm, tools/testing/nvdimm: fix 'ars_status' output buffer sizingDan Williams1-4/+4
2016-02-16ARM: 8522/1: drivers: nvdimm: ensure no negative value gets returned on posit...Dan Williams1-1/+1
2015-06-30nvdimm: Fix return value of nvdimm_bus_init() if class_create() failsAxel Lin1-1/+3
2015-06-30libnvdimm: smatch cleanups in __nd_ioctlDan Williams1-7/+0
2015-06-26libnvdimm: Add sysfs numa_node to NVDIMM devicesToshi Kani1-0/+30
2015-06-26libnvdimm: Set numa_node to NVDIMM devicesToshi Kani1-0/+6
2015-06-26libnvdimm, nfit: handle unarmed dimms, mark namespaces read-onlyDan Williams1-0/+18
2015-06-25libnvdimm: infrastructure for btt devicesDan Williams1-2/+10
2015-06-24libnvdimm: write blk label setDan Williams1-0/+4
2015-06-24libnvdimm: pmem label sets and namespace instantiation.Dan Williams1-2/+6
2015-06-24libnvdimm, nfit: add interleave-set state-tracking infrastructureDan Williams1-1/+58
2015-06-24libnvdimm: support for legacy (non-aliasing) nvdimmsDan Williams1-0/+26
2015-06-24libnvdimm, nvdimm: dimm driver and base libnvdimm device-driver infrastructureDan Williams1-2/+166
2015-06-24libnvdimm: control (ioctl) messages for nvdimm_bus and nvdimm devicesDan Williams1-4/+322
2015-06-24libnvdimm, nfit: dimm/memory-devicesDan Williams1-1/+13
2015-06-24libnvdimm: control character device and nvdimm_bus sysfs attributesDan Williams1-0/+83