summaryrefslogtreecommitdiff
path: root/drivers/dax
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'libnvdimm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-28/+487
10 daysMerge tag 'cxl-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds7-32/+188
14 daysdax/fsdev: fix uninitialized kaddr in fsdev_dax_zero_page_range()John Groves1-1/+4
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)1-1/+1
2026-04-01dax/hmem: Parent dax_hmem devicesDan Williams1-0/+1
2026-04-01dax/hmem: Fix singleton confusion between dax_hmem_work and hmem devicesDan Williams3-66/+85
2026-04-01dax/hmem: Reduce visibility of dax_cxl coordination symbolsDan Williams2-2/+2
2026-04-01cxl/region: Constify cxl_region_resource_contains()Dan Williams1-1/+1
2026-04-01cxl/region: Limit visibility of cxl_region_contains_resource()Dan Williams1-1/+1
2026-04-01dax/cxl: Fix HMEM dependenciesDan Williams1-2/+4
2026-03-30dax: export dax_dev_get()John Groves1-1/+2
2026-03-30dax: Add fs_dax_get() func to prepare dax for fs-dax usageJohn Groves3-3/+67
2026-03-30dax: Add dax_set_ops() for setting dax_operations at bind timeJohn Groves2-1/+53
2026-03-30dax: Add dax_operations for use by fs-dax on fsdev daxJohn Groves2-0/+86
2026-03-30dax: Save the kva from memremapJohn Groves2-1/+4
2026-03-30dax: add fsdev.c driver for fs-dax on character daxJohn Groves4-0/+253
2026-03-30dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.cJohn Groves2-23/+20
2026-03-27dax/hmem, cxl: Defer and resolve Soft Reserved ownershipSmita Koralahalli4-0/+85
2026-03-27dax: Track all dax_region allocations under a global resource treeSmita Koralahalli1-3/+17
2026-03-27dax/cxl, hmem: Initialize hmem early and defer dax_cxl bindingDan Williams2-3/+27
2026-03-27dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXLDan Williams1-1/+1
2026-03-27dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved rangesDan Williams2-7/+12
2026-03-27dax/hmem: Factor HMEM registration into __hmem_register_device()Smita Koralahalli1-9/+15
2026-03-27dax/bus: Use dax_region_put() in alloc_dax_region() error pathSmita Koralahalli1-1/+1
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-5/+5
2026-02-19Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+5
2026-02-13Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2-4/+4
2026-02-13mm: 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