summaryrefslogtreecommitdiff
path: root/drivers/dax
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-77/+25
2024-05-16Merge tag 'libnvdimm-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2024-05-07dax/bus.c: use the right locking mode (read vs write) in size_showVishal Verma1-2/+2
2024-05-07dax/bus.c: don't use down_write_killable for non-user processesVishal Verma1-5/+1
2024-05-07dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping pathsVishal Verma1-34/+8
2024-05-07dax/bus.c: replace WARN_ON_ONCE() with lockdep assertsVishal Verma1-8/+8
2024-05-06memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a...Ho-Ren (Jack) Chuang1-26/+4
2024-04-26mm: switch mm->get_unmapped_area() to a flagRick Edgecombe1-3/+3
2024-04-26dax: remove redundant assignment to variable rcColin Ian King1-1/+0
2024-04-25dax: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner1-1/+1
2024-03-15Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-03-15Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-78/+229
2024-03-13mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-2/+1
2024-03-04dax: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+1
2024-02-23dax: fix incorrect list of data cache aliasing architecturesMathieu Desnoyers1-3/+2
2024-02-23dax: check for data cache aliasing at runtimeMathieu Desnoyers1-0/+10
2024-02-23dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers1-0/+5
2024-02-22dax: add a sysfs knob to control memmap_on_memory behaviorVishal Verma1-0/+43
2024-02-22dax/bus.c: replace several sprintf() with sysfs_emit()Vishal Verma1-16/+16
2024-02-22dax/bus.c: replace driver-core lock usage by a local rwsemVishal Verma1-62/+156
2024-02-13device-dax: make dax_bus_type constRicardo B. Marliere1-1/+1
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+2
2023-12-11dax/kmem: allow kmem to add memory with memmap_on_memoryVishal Verma7-1/+15
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan1-1/+2
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-13/+49
2023-10-17dax, kmem: calculate abstract distance with general interfaceHuang Ying1-13/+49
2023-09-27dax: refactor deprecated strncpyJustin Stitt1-1/+1
2023-08-25mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)1-14/+8
2023-08-18memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin1-2/+2
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu1-1/+4
2023-06-23dax/kmem: Pass valid argument to memory_group_register_staticTarun Sahu1-1/+1
2023-06-23dax: Cleanup extra dax_region referencesDan Williams5-24/+4
2023-06-23dax: Introduce alloc_dev_dax_id()Dan Williams2-23/+37
2023-06-23dax: Use device_unregister() in unregister_dax_mapping()Dan Williams1-2/+1
2023-06-23dax: Fix dax_mapping_release() use after freeDan Williams1-1/+4
2023-05-19dax: fix missing-prototype warningsArnd Bergmann3-9/+8
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds10-116/+284
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-02-18dax/kmem: Fix leak of memory-hotplug resourcesDan Williams2-3/+3
2023-02-14dax: cxl: add CXL_REGION dependencyArnd Bergmann1-1/+1
2023-02-11cxl/dax: Create dax devices for CXL RAM regionsDan Williams4-0/+82
2023-02-11dax: Assign RAM regions to memory-hotplug by defaultDan Williams6-37/+46
2023-02-11dax/hmem: Move hmem device registration to dax_hmem.koDan Williams3-49/+149
2023-02-11dax/hmem: Convey the dax range via memregion_info()Dan Williams2-34/+17
2023-02-11dax/hmem: Drop unnecessary dax_hmem_remove()Dan Williams1-7/+0
2023-02-11dax/hmem: Move HMAT and Soft reservation probe initcall levelDan Williams2-2/+3
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan1-1/+1