summaryrefslogtreecommitdiff
path: root/drivers/dax
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-5/+5
6 daysMerge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+5
13 daysMerge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2-4/+4
13 daysmm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-5/+5
2026-01-16dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is readyDan Williams2-4/+4
2026-01-15drivers/dax: add some missing kerneldoc comment fields for struct dev_daxJohn Groves1-4/+6
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-14/+23
2025-11-17device/dax: update devdax to use mmap_prepareLorenzo Stoakes1-11/+21
2025-11-17mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts1-3/+2
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-07-10mm: remove callers of pfn_t functionalityAlistair Popple5-17/+12
2025-05-13DAX: warn when kmem regions are truncated for memory block alignmentGregory Price1-1/+9
2025-03-18device/dax: properly refcount device dax pages when mappingAlistair Popple1-6/+9
2025-03-18dax: remove access to page->indexMatthew Wilcox (Oracle)1-5/+4
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-26Merge tag 'libnvdimm-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-17/+0
2024-11-13dax: delete a stale directory pmemHarshit Mogalapalli2-17/+0
2024-11-08dax: Document struct dev_dax_rangeIra Weiny1-6/+20
2024-10-09device-dax: correct pgoff align in dax_set_mapping()Kun(llfl)1-1/+1
2024-09-04mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)1-1/+1
2024-09-02mm/dax: dump start address in fault handlerPeter Xu1-3/+3
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-10/+7
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-10/+7
2024-06-18dax: add missing MODULE_DESCRIPTION() macrosJeff Johnson6-0/+6
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