summaryrefslogtreecommitdiffstats
path: root/drivers/dax/device.c
Commit message (Expand)AuthorAgeFilesLines
* mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)2023-08-241-14/+8
* dax: fix missing-prototype warningsArnd Bergmann2023-05-181-2/+1
* Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-02-251-2/+1
|\
| * dax: Assign RAM regions to memory-hotplug by defaultDan Williams2023-02-101-2/+1
* | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
|/
* fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)2022-03-161-1/+1
* fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)2022-03-151-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-50/+76
|\
| * device-dax: compound devmap supportJoao Martins2022-01-151-0/+9
| * device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()Joao Martins2022-01-151-17/+19
| * device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()Joao Martins2022-01-151-6/+6
| * device-dax: factor out page mapping initializationJoao Martins2022-01-151-22/+23
| * device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins2022-01-151-8/+21
| * device-dax: use struct_size()Joao Martins2022-01-151-2/+3
| * device-dax: use ALIGN() for determining pgoffJoao Martins2022-01-151-2/+2
* | dax: Kill DEV_DAX_PMEM_COMPATDan Williams2021-11-241-5/+1
|/
* fs: remove noop_set_page_dirty()Matthew Wilcox (Oracle)2021-06-291-1/+1
* device-dax: Drop an empty .remove callbackUwe Kleine-König2021-02-161-7/+1
* vm_ops: rename .split() callback to .may_split()Dmitry Safonov2020-12-151-2/+2
* device-dax: make align a per-device propertyJoao Martins2020-10-131-26/+15
* device-dax: add dis-contiguous resource supportDan Williams2020-10-131-19/+36
* mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-131-0/+1
* mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-131-2/+1
* device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams2020-10-131-7/+5
* device-dax: make pgmap optional for instance creationDan Williams2020-10-131-9/+19
* device-dax: drop the dax_region.pfn_flags attributeDan Williams2020-10-131-23/+3
* memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERICRoger Pau Monne2020-09-041-1/+1
* vfs: track per-sb writeback errors and report them to syncfsJeff Layton2020-06-021-0/+1
* device-dax: use the dev_pagemap internal refcountChristoph Hellwig2019-07-021-43/+0
* 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-021-4/+7
* 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-131-10/+3
* mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams2019-05-141-4/+2
* device-dax: Add /sys/class/dax backwards compatibilityDan Williams2019-01-061-2/+7
* device-dax: Add support for a dax override driverDan Williams2019-01-061-4/+7
* device-dax: Move resource pinning+mapping into the common driverDan Williams2019-01-061-0/+61
* device-dax: Introduce bus + driver modelDan Williams2019-01-061-63/+32
* device-dax: Start defining a dax bus modelDan Williams2019-01-061-182/+3
* device-dax: Remove multi-resource infrastructureDan Williams2019-01-061-41/+8
* device-dax: Kill dax_region baseDan Williams2019-01-061-2/+1
* device-dax: Kill dax_region idaDan Williams2019-01-061-21/+3
* 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-041-1/+2
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-251-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/+11
* | dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-171-1/+1
* | dev-dax: check_vma: ratelimit dev_info-sJeff Moyer2018-06-281-4/+8
|/