summaryrefslogtreecommitdiff
path: root/drivers/dax/bus.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
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
2023-12-11dax/kmem: allow kmem to add memory with memmap_on_memoryVishal Verma1-0/+3
2023-09-27dax: refactor deprecated strncpyJustin Stitt1-1/+1
2023-06-23dax: Cleanup extra dax_region referencesDan Williams1-3/+1
2023-06-23dax: Introduce alloc_dev_dax_id()Dan Williams1-22/+34
2023-06-23dax: Use device_unregister() in unregister_dax_mapping()Dan Williams1-2/+1
2023-06-23dax: Fix dax_mapping_release() use after freeDan Williams1-1/+4
2023-02-25Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-32/+23
2023-02-18dax/kmem: Fix leak of memory-hotplug resourcesDan Williams1-1/+1
2023-02-11dax: Assign RAM regions to memory-hotplug by defaultDan Williams1-31/+22
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+32
2022-01-15device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins1-0/+32
2021-12-18dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig1-0/+2
2021-12-18dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig1-1/+2
2021-12-04dax: simplify the dax_device <-> gendisk associationChristoph Hellwig1-3/+3
2021-11-25dax: Kill DEV_DAX_PMEM_COMPATDan Williams1-19/+2
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-03-22dax: avoid -Wempty-body warningsArnd Bergmann1-4/+2
2021-02-17dax-device: Make remove callback return voidUwe Kleine-König1-3/+2
2021-02-17device-dax: Fix error path in dax_driver_registerUwe Kleine-König1-1/+9
2021-02-17device-dax: Properly handle drivers without remove callbackUwe Kleine-König1-1/+5
2021-02-17device-dax: Prevent registering drivers without probe callbackUwe Kleine-König1-0/+7
2021-02-17device-dax: Fix default return code of range_parse()Shiyang Ruan1-1/+1
2020-12-24device-dax: Avoid an unnecessary check in alloc_dev_dax_range()Zhen Lei1-14/+6
2020-12-24device-dax: Fix range releaseDan Williams1-23/+21
2020-12-18device-dax: delete a redundancy check in dev_dax_validate_align()Zhen Lei1-7/+0
2020-10-14device-dax: add a range mapping allocation attributeJoao Martins1-0/+64
2020-10-14device-dax: add an 'align' attributeDan Williams1-10/+83
2020-10-14device-dax: make align a per-device propertyJoao Martins1-0/+1
2020-10-14device-dax: introduce 'mapping' devicesDan Williams1-2/+189
2020-10-14device-dax: add dis-contiguous resource supportDan Williams1-54/+179
2020-10-14mm/memremap_pages: convert to 'struct range'Dan Williams1-5/+5
2020-10-14device-dax: add resize supportDan Williams1-9/+152
2020-10-14device-dax: introduce 'seed' devicesDan Williams1-39/+262
2020-10-14device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams1-0/+18
2020-10-14device-dax: add an allocation interface for device-dax instancesDan Williams1-10/+110
2020-10-14device-dax: make pgmap optional for instance creationDan Williams1-14/+15
2020-10-14device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams1-7/+7
2020-10-14device-dax: drop the dax_region.pfn_flags attributeDan Williams1-3/+1
2020-04-03dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal1-1/+3
2019-12-02Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+17
2019-11-19dax: Add numa_node to the default device-dax attributesDan Williams1-0/+10
2019-11-19dax: Simplify root read-only definition for the 'resource' attributeDan Williams1-3/+1
2019-11-19dax: Create a dax device_typeDan Williams1-2/+6
2019-11-07dax: Fix alloc_dax_region() compile warningDan Williams1-1/+1