summaryrefslogtreecommitdiff
path: root/drivers/dax
AgeCommit message (Expand)Author
45 hoursMerge tag 'cxl-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
14 daysmm: 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-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
2024-06-17dax: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-15Merge tag 'libnvdimm-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-05-07dax/bus.c: use the right locking mode (read vs write) in size_showVishal Verma
2024-05-07dax/bus.c: don't use down_write_killable for non-user processesVishal Verma
2024-05-07dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping pathsVishal Verma
2024-05-07dax/bus.c: replace WARN_ON_ONCE() with lockdep assertsVishal Verma
2024-05-05memory tier: dax/kmem: introduce an abstract layer for finding, allocating, a...Ho-Ren (Jack) Chuang
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe