summaryrefslogtreecommitdiffstats
path: root/drivers/dax
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-193-77/+25
|\
| * dax/bus.c: use the right locking mode (read vs write) in size_showVishal Verma2024-05-071-2/+2
| * dax/bus.c: don't use down_write_killable for non-user processesVishal Verma2024-05-071-5/+1
| * dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping pathsVishal Verma2024-05-071-34/+8
| * dax/bus.c: replace WARN_ON_ONCE() with lockdep assertsVishal Verma2024-05-071-8/+8
| * memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a...Ho-Ren (Jack) Chuang2024-05-051-26/+4
| * mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-251-3/+3
* | Merge tag 'libnvdimm-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-151-2/+1
|\ \
| * | dax: remove redundant assignment to variable rcColin Ian King2024-04-251-1/+0
| * | dax: constify the struct device_type usageRicardo B. Marliere2024-04-251-1/+1
| |/
* / fs: claw back a few FMODE_* bitsChristian Brauner2024-04-071-1/+1
|/
* Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-151-1/+1
|\
| * dax: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-041-1/+1
| * device-dax: make dax_bus_type constRicardo B. Marliere2024-02-121-1/+1
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-142-78/+229
|\ \
| * | dax: fix incorrect list of data cache aliasing architecturesMathieu Desnoyers2024-02-221-3/+2
| * | dax: check for data cache aliasing at runtimeMathieu Desnoyers2024-02-221-0/+10
| * | dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers2024-02-221-0/+5
| * | dax: add a sysfs knob to control memmap_on_memory behaviorVishal Verma2024-02-221-0/+43
| * | dax/bus.c: replace several sprintf() with sysfs_emit()Vishal Verma2024-02-221-16/+16
| * | dax/bus.c: replace driver-core lock usage by a local rwsemVishal Verma2024-02-221-62/+156
| |/
* / mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds2024-03-121-2/+1
|/
* 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
| |/