summaryrefslogtreecommitdiffstats
path: root/drivers/dax
Commit message (Expand)AuthorAge
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-19
|\
| * vfs: Convert dax to use the new mount APIDavid Howells2019-05-25
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-25
| * device-dax: Drop register_filesystem()Dan Williams2019-05-21
* | Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds2019-07-18
|\ \
| * | device-dax: Add a 'resource' attributeVishal Verma2019-06-20
* | | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-18
|\ \ \
| * | | libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-05
| |/ /
* | | device-dax: "Hotremove" persistent memory that is used like normal RAMPavel Tatashin2019-07-16
* | | device-dax: fix memory and resource leak if hotplug failsPavel Tatashin2019-07-16
* | | device-dax: use the dev_pagemap internal refcountChristoph Hellwig2019-07-02
* | | memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig2019-07-02
* | | memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig2019-07-02
* | | memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig2019-07-02
|/ /
* | mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-13
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-05
* | Merge tag 'libnvdimm-fixes-5.2-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-25
|\ \
| * | dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-20
| |/
* / treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
|/
* Merge tag 'libnvdimm-fixes-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-15
|\
| * drivers/dax: Allow to include DEV_DAX_PMEM as builtinAneesh Kumar K.V2019-05-07
| * dax/pmem: Fix whitespace in dax_pmemVishal Verma2019-04-22
* | mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-14
* | dax: make use of ->free_inode()Al Viro2019-05-01
|/
* Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-16
|\
| * device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen2019-02-28
| * device-dax: Add a 'modalias' attribute to DAX 'bus' devicesVishal Verma2019-02-28
| * device-dax: Add a 'target_node' attributeDan Williams2019-02-20
| * device-dax: Auto-bind device after successful new_idDan Williams2019-01-24
| * acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams2019-01-07
| * device-dax: Add /sys/class/dax backwards compatibilityDan Williams2019-01-07
| * device-dax: Add support for a dax override driverDan Williams2019-01-07
| * device-dax: Move resource pinning+mapping into the common driverDan Williams2019-01-07
| * device-dax: Introduce bus + driver modelDan Williams2019-01-07
| * device-dax: Start defining a dax bus modelDan Williams2019-01-07
| * device-dax: Remove multi-resource infrastructureDan Williams2019-01-07
| * device-dax: Kill dax_region baseDan Williams2019-01-07
| * device-dax: Kill dax_region idaDan Williams2019-01-07
* | dax: Check the end of the block-device capacity with dax_direct_access()Dan Williams2019-02-21
|/
* mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-28
* device-dax: Add missing address_space_operationsDave Jiang2018-09-22
* drivers/dax/device.c: convert variable to vm_fault_t typeSouptick Joarder2018-09-04
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-25
|\
| * device-dax: Set page->indexDan Williams2018-07-20
| * device-dax: Enable page_mapping()Dan Williams2018-07-20
| * device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams2018-07-20
* | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-25
|\ \
| * | device-dax: avoid hang on error before devm_memremap_pages()Stefan Hajnoczi2018-07-31
| * | dax/super: Do not request a pointer kaddr when not requiredHuaisheng Ye2018-07-30
* | | dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-17