summaryrefslogtreecommitdiffstats
path: root/drivers/dax
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-13/+10Star
|\
| * vfs: Convert dax to use the new mount APIDavid Howells2019-05-261-6/+10
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-1/+1
| * device-dax: Drop register_filesystem()Dan Williams2019-05-211-7/+0Star
* | Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds2019-07-181-0/+19
|\ \
| * | device-dax: Add a 'resource' attributeVishal Verma2019-06-211-0/+19
* | | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-182-2/+19
|\ \ \
| * | | libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-062-2/+19
| |/ /
* | | device-dax: "Hotremove" persistent memory that is used like normal RAMPavel Tatashin2019-07-172-4/+39
* | | device-dax: fix memory and resource leak if hotplug failsPavel Tatashin2019-07-171-1/+4
* | | 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