summaryrefslogtreecommitdiff
path: root/drivers/dax
AgeCommit message (Expand)Author
2024-03-15Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds
2024-03-04dax: remove SLAB_MEM_SPREAD flag usageChengming Zhou
2024-02-22dax: fix incorrect list of data cache aliasing architecturesMathieu Desnoyers
2024-02-22dax: check for data cache aliasing at runtimeMathieu Desnoyers
2024-02-22dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers
2024-02-22dax: add a sysfs knob to control memmap_on_memory behaviorVishal Verma
2024-02-22dax/bus.c: replace several sprintf() with sysfs_emit()Vishal Verma
2024-02-22dax/bus.c: replace driver-core lock usage by a local rwsemVishal Verma
2024-02-12device-dax: make dax_bus_type constRicardo B. Marliere
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-12-10dax/kmem: allow kmem to add memory with memmap_on_memoryVishal Verma
2023-12-07mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbindShiyang Ruan
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-16dax, kmem: calculate abstract distance with general interfaceHuang Ying
2023-09-27dax: refactor deprecated strncpyJustin Stitt
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-08-18memory tier: rename destroy_memory_type() to put_memory_type()Miaohe Lin
2023-06-26dax: enable dax fault handler to report VM_FAULT_HWPOISONJane Chu
2023-06-23dax/kmem: Pass valid argument to memory_group_register_staticTarun Sahu
2023-06-23dax: Cleanup extra dax_region referencesDan Williams
2023-06-23dax: Introduce alloc_dev_dax_id()Dan Williams
2023-06-23dax: Use device_unregister() in unregister_dax_mapping()Dan Williams
2023-06-23dax: Fix dax_mapping_release() use after freeDan Williams
2023-05-18dax: fix missing-prototype warningsArnd Bergmann
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-02-17dax/kmem: Fix leak of memory-hotplug resourcesDan Williams
2023-02-14dax: cxl: add CXL_REGION dependencyArnd Bergmann
2023-02-10cxl/dax: Create dax devices for CXL RAM regionsDan Williams
2023-02-10dax: Assign RAM regions to memory-hotplug by defaultDan Williams
2023-02-10dax/hmem: Move hmem device registration to dax_hmem.koDan Williams
2023-02-10dax/hmem: Convey the dax range via memregion_info()Dan Williams
2023-02-10dax/hmem: Drop unnecessary dax_hmem_remove()Dan Williams
2023-02-10dax/hmem: Move HMAT and Soft reservation probe initcall levelDan Williams
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan
2023-02-02drivers/dax: Remove "select SRCU"Paul E. McKenney
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-25dax: super.c: fix kernel-doc bad line warningRandy Dunlap
2022-11-21device-dax: Fix duplicate 'hmem' device registrationDan Williams
2022-10-14Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-09-29ACPI: HMAT: Release platform device in case of platform_device_add_data() failsLin Yujun
2022-09-29dax: Remove usage of the deprecated ida_simple_xxx APIBo Liu
2022-09-26mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V
2022-09-24devdax: Fix soft-reservation memory descriptionDan Williams
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan