summaryrefslogtreecommitdiffstats
path: root/drivers/dax
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-01-101-1/+2
|\
| * mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan2023-12-071-1/+2
* | dax/kmem: allow kmem to add memory with memmap_on_memoryVishal Verma2023-12-107-1/+15
|/
* Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-13/+49
|\
| * dax, kmem: calculate abstract distance with general interfaceHuang Ying2023-10-161-13/+49
* | dax: refactor deprecated strncpyJustin Stitt2023-09-271-1/+1
|/
* mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)2023-08-241-14/+8
* memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin2023-08-181-2/+2
* dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu2023-06-261-1/+4
* dax/kmem: Pass valid argument to memory_group_register_staticTarun Sahu2023-06-231-1/+1
* dax: Cleanup extra dax_region referencesDan Williams2023-06-235-24/+4
* dax: Introduce alloc_dev_dax_id()Dan Williams2023-06-232-23/+37
* dax: Use device_unregister() in unregister_dax_mapping()Dan Williams2023-06-231-2/+1
* dax: Fix dax_mapping_release() use after freeDan Williams2023-06-231-1/+4
* dax: fix missing-prototype warningsArnd Bergmann2023-05-183-9/+8
* Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-02-2510-116/+284
|\
| * dax/kmem: Fix leak of memory-hotplug resourcesDan Williams2023-02-172-3/+3
| * dax: cxl: add CXL_REGION dependencyArnd Bergmann2023-02-141-1/+1
| * cxl/dax: Create dax devices for CXL RAM regionsDan Williams2023-02-104-0/+82
| * dax: Assign RAM regions to memory-hotplug by defaultDan Williams2023-02-106-37/+46
| * dax/hmem: Move hmem device registration to dax_hmem.koDan Williams2023-02-103-49/+149
| * dax/hmem: Convey the dax range via memregion_info()Dan Williams2023-02-102-34/+17
| * dax/hmem: Drop unnecessary dax_hmem_remove()Dan Williams2023-02-101-7/+0
| * dax/hmem: Move HMAT and Soft reservation probe initcall levelDan Williams2023-02-102-2/+3
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-1/+1
|\ \
| * | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
| |/
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| |/
* | Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-211-1/+0
|\ \
| * | drivers/dax: Remove "select SRCU"Paul E. McKenney2023-02-021-1/+0
| |/
* / dax: super.c: fix kernel-doc bad line warningRandy Dunlap2023-01-251-1/+1
|/
* device-dax: Fix duplicate 'hmem' device registrationDan Williams2022-11-211-9/+15
* Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-142-5/+5
|\
| * ACPI: HMAT: Release platform device in case of platform_device_add_data() failsLin Yujun2022-09-291-2/+2
| * dax: Remove usage of the deprecated ida_simple_xxx APIBo Liu2022-09-291-3/+3
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-3/+39
|\ \
| * | mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V2022-09-261-3/+39
| |/
* / devdax: Fix soft-reservation memory descriptionDan Williams2022-09-241-0/+1
|/
* dax: introduce holder for dax_deviceShiyang Ruan2022-07-171-1/+66
* dax: add .recovery_write dax_operationJane Chu2022-05-161-0/+9
* dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu2022-05-161-2/+3
* Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds2022-03-241-0/+2
|\
| * dax: Fix missing kdoc for dax_deviceIra Weiny2022-03-121-0/+1
| * dax: make sure inodes are flushed before destroy cacheTong Zhang2022-02-171-0/+1
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-2/+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
| |/
* / fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-153-50/+109
|\
| * device-dax: compound devmap supportJoao Martins2022-01-151-0/+9