summaryrefslogtreecommitdiffstats
path: root/drivers/dax
AgeCommit message (Expand)AuthorLines
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams-10/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner-18/+2
2019-05-25Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-31/+57
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-05-20dax: Arrange for dax_supported check to span multiple devicesDan Williams-31/+57
2019-05-15Merge tag 'libnvdimm-fixes-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+4
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams-4/+2
2019-05-07drivers/dax: Allow to include DEV_DAX_PMEM as builtinAneesh Kumar K.V-2/+1
2019-05-01dax: make use of ->free_inode()Al Viro-5/+2
2019-04-22dax/pmem: Fix whitespace in dax_pmemVishal Verma-3/+3
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds-499/+1032
2019-02-28device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen-0/+125
2019-02-27device-dax: Add a 'modalias' attribute to DAX 'bus' devicesVishal Verma-0/+12
2019-02-20dax: Check the end of the block-device capacity with dax_direct_access()Dan Williams-10/+28
2019-02-20device-dax: Add a 'target_node' attributeDan Williams-0/+28
2019-01-24device-dax: Auto-bind device after successful new_idDan Williams-6/+18
2019-01-06acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams-3/+12
2019-01-06device-dax: Add /sys/class/dax backwards compatibilityDan Williams-49/+202
2019-01-06device-dax: Add support for a dax override driverDan Williams-10/+156
2019-01-06device-dax: Move resource pinning+mapping into the common driverDan Williams-79/+90
2019-01-06device-dax: Introduce bus + driver modelDan Williams-87/+203
2019-01-06device-dax: Start defining a dax bus modelDan Williams-224/+209
2019-01-06device-dax: Remove multi-resource infrastructureDan Williams-49/+10
2019-01-06device-dax: Kill dax_region baseDan Williams-8/+4
2019-01-06device-dax: Kill dax_region idaDan Williams-24/+3
2018-12-28mm, devm_memremap_pages: fix shutdown handlingDan Williams-11/+3
2018-09-22device-dax: Add missing address_space_operationsDave Jiang-0/+6
2018-09-04drivers/dax/device.c: convert variable to vm_fault_t typeSouptick Joarder-1/+2
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds-27/+48
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds-6/+9
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang-1/+1
2018-07-31device-dax: avoid hang on error before devm_memremap_pages()Stefan Hajnoczi-4/+8
2018-07-30dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye-2/+1
2018-07-20device-dax: Set page->indexDan Williams-0/+4
2018-07-20device-dax: Enable page_mapping()Dan Williams-17/+38
2018-07-20device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams-15/+11
2018-07-13Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+8
2018-06-28dev-dax: check_vma: ratelimit dev_info-sJeff Moyer-4/+8
2018-06-28dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler-0/+8
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-9/+24
2018-06-08Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams-0/+10
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams-3/+11
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-1/+1
2018-06-06dax: Use dax_write_cache* helpersRoss Zwisler-6/+3
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang-8/+8
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong-13/+13
2018-05-22dax: Introduce a ->copy_to_iter dax operationDan Williams-0/+10
2018-05-22mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams-3/+11
2018-04-19device-dax: allow MAP_SYNC to succeedDave Jiang-0/+2