aboutsummaryrefslogtreecommitdiff
path: root/drivers/dax/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlGravatar Linus Torvalds 1-2/+15
2023-02-14dax: cxl: add CXL_REGION dependencyGravatar Arnd Bergmann 1-1/+1
2023-02-10cxl/dax: Create dax devices for CXL RAM regionsGravatar Dan Williams 1-0/+13
2023-02-10dax: Assign RAM regions to memory-hotplug by defaultGravatar Dan Williams 1-1/+1
2023-02-10dax/hmem: Move hmem device registration to dax_hmem.koGravatar Dan Williams 1-1/+1
2023-02-02drivers/dax: Remove "select SRCU"Gravatar Paul E. McKenney 1-1/+0
2021-12-04dax: remove CONFIG_DAX_DRIVERGravatar Christoph Hellwig 1-4/+0
2021-11-24dax: Kill DEV_DAX_PMEM_COMPATGravatar Dan Williams 1-9/+0
2020-11-22mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsGravatar Dan Williams 1-1/+0
2020-10-13ACPI: HMAT: attach a device for each soft-reserved rangeGravatar Dan Williams 1-0/+2
2020-10-13ACPI: HMAT: refactor hmat_register_target_device to hmem_register_deviceGravatar Dan Williams 1-0/+4
2019-11-07device-dax: Add a driver for "hmem" devicesGravatar Dan Williams 1-5/+22
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-07drivers/dax: Allow to include DEV_DAX_PMEM as builtinGravatar Aneesh Kumar K.V 1-2/+1
2019-02-28device-dax: "Hotplug" persistent memory for use like normal RAMGravatar Dave Hansen 1-0/+16
2019-01-06device-dax: Add /sys/class/dax backwards compatibilityGravatar Dan Williams 1-1/+11
2018-04-03dax: introduce CONFIG_DAX_DRIVERGravatar Dan Williams 1-1/+4
2017-05-09device-dax: kill NR_DEV_DAXGravatar Dan Williams 1-5/+0
2017-05-08device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAXGravatar Mike Galbraith 1-1/+1
2017-04-12dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesGravatar Dan Williams 1-3/+7
2017-04-12device-dax: switch to srcu, fix rcu_read_lock() vs pte allocationGravatar Dan Williams 1-0/+1
2016-10-27nvdimm: make CONFIG_NVDIMM_DAX 'bool'Gravatar Arnd Bergmann 1-1/+1
2016-08-23dax: convert to the cdev apiGravatar Dan Williams 1-0/+5
2016-05-20/dev/dax, core: file operations and dax-mmapGravatar Dan Williams 1-0/+1
2016-05-20/dev/dax, pmem: direct access to persistent memoryGravatar Dan Williams 1-0/+25