summaryrefslogtreecommitdiffstats
path: root/drivers/dax
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-5/+5
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+5
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-4/+4
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes-5/+5
2026-01-16dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is readyDan Williams-4/+4
2026-01-14drivers/dax: add some missing kerneldoc comment fields for struct dev_daxJohn Groves-4/+6
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-14/+23
2025-11-16device/dax: update devdax to use mmap_prepareLorenzo Stoakes-11/+21
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts-3/+2
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik-1/+1
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik-1/+1
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple-17/+12
2025-05-12DAX: warn when kmem regions are truncated for memory block alignmentGregory Price-1/+9
2025-03-17device/dax: properly refcount device dax pages when mappingAlistair Popple-6/+9
2025-03-17dax: remove access to page->indexMatthew Wilcox (Oracle)-5/+4
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-1/+1
2024-11-25Merge tag 'libnvdimm-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-17/+0
2024-11-13dax: delete a stale directory pmemHarshit Mogalapalli-17/+0
2024-11-08dax: Document struct dev_dax_rangeIra Weiny-6/+20
2024-10-09device-dax: correct pgoff align in dax_set_mapping()Kun(llfl)-1/+1
2024-09-03mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)-1/+1
2024-09-01mm/dax: dump start address in fault handlerPeter Xu-3/+3
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-10/+7
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-10/+7
2024-06-17dax: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+6
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-77/+25
2024-05-15Merge tag 'libnvdimm-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2024-05-07dax/bus.c: use the right locking mode (read vs write) in size_showVishal Verma-2/+2
2024-05-07dax/bus.c: don't use down_write_killable for non-user processesVishal Verma-5/+1
2024-05-07dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping pathsVishal Verma-34/+8
2024-05-07dax/bus.c: replace WARN_ON_ONCE() with lockdep assertsVishal Verma-8/+8
2024-05-05memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a...Ho-Ren (Jack) Chuang-26/+4
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe-3/+3
2024-04-25dax: remove redundant assignment to variable rcColin Ian King-1/+0
2024-04-25dax: constify the struct device_type usageRicardo B. Marliere-1/+1
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner-1/+1
2024-03-15Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-78/+229
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds-2/+1
2024-03-04dax: remove SLAB_MEM_SPREAD flag usageChengming Zhou-1/+1
2024-02-22dax: fix incorrect list of data cache aliasing architecturesMathieu Desnoyers-3/+2
2024-02-22dax: check for data cache aliasing at runtimeMathieu Desnoyers-0/+10
2024-02-22dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=nMathieu Desnoyers-0/+5
2024-02-22dax: add a sysfs knob to control memmap_on_memory behaviorVishal Verma-0/+43
2024-02-22dax/bus.c: replace several sprintf() with sysfs_emit()Vishal Verma-16/+16
2024-02-22dax/bus.c: replace driver-core lock usage by a local rwsemVishal Verma-62/+156
2024-02-12device-dax: make dax_bus_type constRicardo B. Marliere-1/+1
2024-01-10Merge tag 'xfs-6.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-1/+2