summaryrefslogtreecommitdiffstats
path: root/drivers/dax
AgeCommit message (Expand)AuthorLines
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-116/+284
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2023-02-21Merge tag 'rcu.2023.02.10a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2023-02-17dax/kmem: Fix leak of memory-hotplug resourcesDan Williams-3/+3
2023-02-14dax: cxl: add CXL_REGION dependencyArnd Bergmann-1/+1
2023-02-10cxl/dax: Create dax devices for CXL RAM regionsDan Williams-0/+82
2023-02-10dax: Assign RAM regions to memory-hotplug by defaultDan Williams-37/+46
2023-02-10dax/hmem: Move hmem device registration to dax_hmem.koDan Williams-49/+149
2023-02-10dax/hmem: Convey the dax range via memregion_info()Dan Williams-34/+17
2023-02-10dax/hmem: Drop unnecessary dax_hmem_remove()Dan Williams-7/+0
2023-02-10dax/hmem: Move HMAT and Soft reservation probe initcall levelDan Williams-2/+3
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan-1/+1
2023-02-02drivers/dax: Remove "select SRCU"Paul E. McKenney-1/+0
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman-1/+1
2023-01-25dax: super.c: fix kernel-doc bad line warningRandy Dunlap-1/+1
2022-11-21device-dax: Fix duplicate 'hmem' device registrationDan Williams-9/+15
2022-10-14Merge tag 'libnvdimm-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+5
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+39
2022-09-29ACPI: HMAT: Release platform device in case of platform_device_add_data() failsLin Yujun-2/+2
2022-09-29dax: Remove usage of the deprecated ida_simple_xxx APIBo Liu-3/+3
2022-09-26mm/demotion/dax/kmem: set node's abstract distance to MEMTIER_DEFAULT_DAX_ADI...Aneesh Kumar K.V-3/+39
2022-09-24devdax: Fix soft-reservation memory descriptionDan Williams-0/+1
2022-07-17dax: introduce holder for dax_deviceShiyang Ruan-1/+66
2022-05-16dax: add .recovery_write dax_operationJane Chu-0/+9
2022-05-16dax: introduce DAX_RECOVERY_WRITE dax access modeJane Chu-2/+3
2022-03-24Merge tag 'dax-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvd...Linus Torvalds-0/+2
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds-2/+1
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song-1/+1
2022-03-16fs: Convert __set_page_dirty_no_writeback to noop_dirty_folioMatthew Wilcox (Oracle)-1/+1
2022-03-15fs: Remove noop_invalidatepage()Matthew Wilcox (Oracle)-1/+0
2022-03-12dax: Fix missing kdoc for dax_deviceIra Weiny-0/+1
2022-02-17dax: make sure inodes are flushed before destroy cacheTong Zhang-0/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-50/+109
2022-01-15device-dax: compound devmap supportJoao Martins-0/+9
2022-01-15device-dax: remove pfn from __dev_dax_{pte,pmd,pud}_fault()Joao Martins-17/+19
2022-01-15device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()Joao Martins-6/+6
2022-01-15device-dax: factor out page mapping initializationJoao Martins-22/+23
2022-01-15device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins-8/+54
2022-01-15device-dax: use struct_size()Joao Martins-2/+3
2022-01-15device-dax: use ALIGN() for determining pgoffJoao Martins-2/+2
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig-4/+34
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig-6/+3
2021-12-18dax: simplify dax_synchronous and set_dax_synchronousChristoph Hellwig-4/+4
2021-12-04dax: return the partition offset from fs_dax_get_by_bdevChristoph Hellwig-3/+6
2021-12-04fsdax: simplify the pgoff calculationChristoph Hellwig-14/+0
2021-12-04dax: remove dax_capableChristoph Hellwig-36/+0
2021-12-04dax: move the partition alignment check into fs_dax_get_by_bdevChristoph Hellwig-17/+6
2021-12-04dax: remove the pgmap sanity checks in generic_fsdax_supportedChristoph Hellwig-48/+1
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig-85/+30