summaryrefslogtreecommitdiffstats
path: root/drivers/dax
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | 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