summaryrefslogtreecommitdiff
path: root/drivers/dax
AgeCommit message (Expand)Author
13 daysMerge tag 'libnvdimm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-17Merge tag 'cxl-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2026-04-13dax/fsdev: fix uninitialized kaddr in fsdev_dax_zero_page_range()John Groves
2026-04-05mm: rename VMA flag helpers to be more readableLorenzo Stoakes (Oracle)
2026-04-01dax/hmem: Parent dax_hmem devicesDan Williams
2026-04-01dax/hmem: Fix singleton confusion between dax_hmem_work and hmem devicesDan Williams
2026-04-01dax/hmem: Reduce visibility of dax_cxl coordination symbolsDan Williams
2026-04-01cxl/region: Constify cxl_region_resource_contains()Dan Williams
2026-04-01cxl/region: Limit visibility of cxl_region_contains_resource()Dan Williams
2026-04-01dax/cxl: Fix HMEM dependenciesDan Williams
2026-03-30dax: export dax_dev_get()John Groves
2026-03-30dax: Add fs_dax_get() func to prepare dax for fs-dax usageJohn Groves
2026-03-30dax: Add dax_set_ops() for setting dax_operations at bind timeJohn Groves
2026-03-30dax: Add dax_operations for use by fs-dax on fsdev daxJohn Groves
2026-03-30dax: Save the kva from memremapJohn Groves
2026-03-30dax: add fsdev.c driver for fs-dax on character daxJohn Groves
2026-03-30dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.cJohn Groves
2026-03-27dax/hmem, cxl: Defer and resolve Soft Reserved ownershipSmita Koralahalli
2026-03-27dax: Track all dax_region allocations under a global resource treeSmita Koralahalli
2026-03-27dax/cxl, hmem: Initialize hmem early and defer dax_cxl bindingDan Williams
2026-03-27dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXLDan Williams
2026-03-27dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved rangesDan Williams
2026-03-27dax/hmem: Factor HMEM registration into __hmem_register_device()Smita Koralahalli
2026-03-27dax/bus: Use dax_region_put() in alloc_dax_region() error pathSmita Koralahalli
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18Merge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2026-02-12mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes
2026-01-16dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is readyDan Williams
2026-01-14drivers/dax: add some missing kerneldoc comment fields for struct dev_daxJohn Groves
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-16device/dax: update devdax to use mmap_prepareLorenzo Stoakes
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik
2025-07-09mm: remove callers of pfn_t functionalityAlistair Popple
2025-05-12DAX: warn when kmem regions are truncated for memory block alignmentGregory Price
2025-03-17device/dax: properly refcount device dax pages when mappingAlistair Popple
2025-03-17dax: remove access to page->indexMatthew Wilcox (Oracle)
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-11-25Merge tag 'libnvdimm-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-13dax: delete a stale directory pmemHarshit Mogalapalli
2024-11-08dax: Document struct dev_dax_rangeIra Weiny
2024-10-09device-dax: correct pgoff align in dax_set_mapping()Kun(llfl)
2024-09-03mm: make range-to-target_node lookup facility a part of numa_memblksMike Rapoport (Microsoft)
2024-09-01mm/dax: dump start address in fault handlerPeter Xu
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman