summaryrefslogtreecommitdiffstats
path: root/drivers/dax
Commit message (Expand)AuthorAgeFilesLines
* device-dax: use the dev_pagemap internal refcountChristoph Hellwig2019-07-022-47/+0Star
* memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig2019-07-021-6/+6
* memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig2019-07-022-5/+8
* memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig2019-07-021-0/+1
* mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-141-10/+3Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-052-18/+2Star
* Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-251-31/+57
|\
| * dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-211-31/+57
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'libnvdimm-fixes-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-162-5/+4Star
|\
| * drivers/dax: Allow to include DEV_DAX_PMEM as builtinAneesh Kumar K.V2019-05-071-2/+1Star
| * dax/pmem: Fix whitespace in dax_pmemVishal Verma2019-04-231-3/+3
* | mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-141-4/+2Star
* | dax: make use of ->free_inode()Al Viro2019-05-021-5/+2Star
|/
* Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-1615-499/+1032
|\
| * device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen2019-02-283-0/+125
| * device-dax: Add a 'modalias' attribute to DAX 'bus' devicesVishal Verma2019-02-281-0/+12
| * device-dax: Add a 'target_node' attributeDan Williams2019-02-201-0/+28
| * device-dax: Auto-bind device after successful new_idDan Williams2019-01-241-6/+18
| * acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams2019-01-074-3/+12
| * device-dax: Add /sys/class/dax backwards compatibilityDan Williams2019-01-079-49/+202
| * device-dax: Add support for a dax override driverDan Williams2019-01-073-10/+156
| * device-dax: Move resource pinning+mapping into the common driverDan Williams2019-01-075-79/+90
| * device-dax: Introduce bus + driver modelDan Williams2019-01-075-87/+203
| * device-dax: Start defining a dax bus modelDan Williams2019-01-079-224/+209Star
| * device-dax: Remove multi-resource infrastructureDan Williams2019-01-074-49/+10Star
| * device-dax: Kill dax_region baseDan Williams2019-01-074-8/+4Star
| * device-dax: Kill dax_region idaDan Williams2019-01-072-24/+3Star
* | dax: Check the end of the block-device capacity with dax_direct_access()Dan Williams2019-02-211-10/+28
|/
* mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-281-11/+3Star
* device-dax: Add missing address_space_operationsDave Jiang2018-09-221-0/+6
* drivers/dax/device.c: convert variable to vm_fault_t typeSouptick Joarder2018-09-051-1/+2
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-261-27/+48
|\
| * device-dax: Set page->indexDan Williams2018-07-201-0/+4
| * device-dax: Enable page_mapping()Dan Williams2018-07-201-17/+38
| * device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams2018-07-201-15/+11Star
* | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-262-6/+9
|\ \
| * | device-dax: avoid hang on error before devm_memremap_pages()Stefan Hajnoczi2018-08-011-4/+8
| * | dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye2018-07-301-2/+1Star
* | | dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-181-1/+1
* | | Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-07-131-4/+8
|\| | | |/ |/|
| * dev-dax: check_vma: ratelimit dev_info-sJeff Moyer2018-06-291-4/+8
* | dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()Ross Zwisler2018-06-281-0/+8
|/
* Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-091-9/+24
|\
| * Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-091-0/+10
| |\
| | * dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-231-0/+10
| * | Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2018-06-091-3/+11
| |\ \
| | * | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-3/+11
| | |/
| * / dax: Use dax_write_cache* helpersRoss Zwisler2018-06-061-6/+3Star
| |/
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-1/+1
|\ \