aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax/device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)1-1/+0
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-50/+76
2022-01-15device-dax: compound devmap supportJoao Martins1-0/+9
2022-01-15device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()Joao Martins1-17/+19
2022-01-15device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()Joao Martins1-6/+6
2022-01-15device-dax: factor out page mapping initializationJoao Martins1-22/+23
2022-01-15device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins1-8/+21
2022-01-15device-dax: use struct_size()Joao Martins1-2/+3
2022-01-15device-dax: use ALIGN() for determining pgoffJoao Martins1-2/+2
2021-11-24dax: Kill DEV_DAX_PMEM_COMPATDan Williams1-5/+1
2021-06-29fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)1-1/+1
2021-02-16device-dax: Drop an empty .remove callbackUwe Kleine-König1-7/+1
2020-12-15vm_ops: rename .split() callback to .may_split()Dmitry Safonov1-2/+2
2020-10-13device-dax: make align a per-device propertyJoao Martins1-26/+15
2020-10-13device-dax: add dis-contiguous resource supportDan Williams1-19/+36
2020-10-13mm/memremap_pages: support multiple ranges per invocationDan Williams1-0/+1
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams1-2/+1
2020-10-13device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams1-7/+5
2020-10-13device-dax: make pgmap optional for instance creationDan Williams1-9/+19
2020-10-13device-dax: drop the dax_region.pfn_flags attributeDan Williams1-23/+3
2020-09-04memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne1-1/+1
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton1-0/+1
2019-07-02device-dax: use the dev_pagemap internal refcountChristoph Hellwig1-43/+0
2019-07-02memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig1-6/+6
2019-07-02memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig1-4/+7
2019-07-02memremap: validate the pagemap type passed to devm_memremap_pagesChristoph Hellwig1-0/+1
2019-06-13mm/devm_memremap_pages: fix final page put raceDan Williams1-10/+3
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addressesDan Williams1-4/+2
2019-01-06device-dax: Add /sys/class/dax backwards compatibilityDan Williams1-2/+7
2019-01-06device-dax: Add support for a dax override driverDan Williams1-4/+7
2019-01-06device-dax: Move resource pinning+mapping into the common driverDan Williams1-0/+61
2019-01-06device-dax: Introduce bus + driver modelDan Williams1-63/+32
2019-01-06device-dax: Start defining a dax bus modelDan Williams1-182/+3
2019-01-06device-dax: Remove multi-resource infrastructureDan Williams1-41/+8
2019-01-06device-dax: Kill dax_region baseDan Williams1-2/+1
2019-01-06device-dax: Kill dax_region idaDan Williams1-21/+3
2018-09-22device-dax: Add missing address_space_operationsDave Jiang1-0/+6
2018-09-04drivers/dax/device.c: convert variable to vm_fault_t typeSouptick Joarder1-1/+2
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-27/+48
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang1-1/+1
2018-07-20device-dax: Set page->indexDan Williams1-0/+4
2018-07-20device-dax: Enable page_mapping()Dan Williams1-17/+38
2018-07-20device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams1-15/+11
2018-06-28dev-dax: check_vma: ratelimit dev_info-sJeff Moyer1-4/+8
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-1/+1
2018-04-19device-dax: allow MAP_SYNC to succeedDave Jiang1-0/+2
2018-04-10Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-21/+17
2018-04-05device-dax: implement ->pagesize() for smaps to report MMUPageSizeDan Williams1-0/+10
2018-03-06device-dax: remove redundant __func__ in dev_dbgDan Williams1-21/+17