aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax/bus.c
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-48/+18
2024-05-07dax/bus.c: use the right locking mode (read vs write) in size_showVishal Verma1-2/+2
2024-05-07dax/bus.c: don't use down_write_killable for non-user processesVishal Verma1-5/+1
2024-05-07dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping pathsVishal Verma1-34/+8
2024-05-07dax/bus.c: replace WARN_ON_ONCE() with lockdep assertsVishal Verma1-8/+8
2024-04-25dax: remove redundant assignment to variable rcColin Ian King1-1/+0
2024-04-25dax: constify the struct device_type usageRicardo B. Marliere1-1/+1
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-12device-dax: make dax_bus_type constRicardo B. Marliere1-1/+1
2023-12-10dax/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-17dax/kmem: Fix leak of memory-hotplug resourcesDan Williams1-1/+1
2023-02-10dax: 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-24dax: 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-16dax-device: Make remove callback return voidUwe Kleine-König1-3/+2
2021-02-16device-dax: Fix error path in dax_driver_registerUwe Kleine-König1-1/+9
2021-02-16device-dax: Properly handle drivers without remove callbackUwe Kleine-König1-1/+5
2021-02-16device-dax: Prevent registering drivers without probe callbackUwe Kleine-König1-0/+7
2021-02-16device-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-17device-dax: delete a redundancy check in dev_dax_validate_align()Zhen Lei1-7/+0
2020-10-13device-dax: add a range mapping allocation attributeJoao Martins1-0/+64
2020-10-13device-dax: add an 'align' attributeDan Williams1-10/+83
2020-10-13device-dax: make align a per-device propertyJoao Martins1-0/+1
2020-10-13device-dax: introduce 'mapping' devicesDan Williams1-2/+189
2020-10-13device-dax: add dis-contiguous resource supportDan Williams1-54/+179
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams1-5/+5
2020-10-13device-dax: add resize supportDan Williams1-9/+152
2020-10-13device-dax: introduce 'seed' devicesDan Williams1-39/+262
2020-10-13device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams1-0/+18
2020-10-13device-dax: add an allocation interface for device-dax instancesDan Williams1-10/+110
2020-10-13device-dax: make pgmap optional for instance creationDan Williams1-14/+15
2020-10-13device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams1-7/+7
2020-10-13device-dax: drop the dax_region.pfn_flags attributeDan Williams1-3/+1
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal1-1/+3
2019-12-01Merge 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
2019-07-18Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds1-0/+19
2019-07-05libnvdimm: add dax_dev sync flagPankaj Gupta1-1/+1
2019-06-20device-dax: Add a 'resource' attributeVishal Verma1-0/+19
2019-02-27device-dax: Add a 'modalias' attribute to DAX 'bus' devicesVishal Verma1-0/+12
2019-02-20device-dax: Add a 'target_node' attributeDan Williams1-0/+28
2019-01-24device-dax: Auto-bind device after successful new_idDan Williams1-6/+18
2019-01-06acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams1-1/+3
2019-01-06device-dax: Add /sys/class/dax backwards compatibilityDan Williams1-5/+24
2019-01-06device-dax: Add support for a dax override driverDan Williams1-5/+140
2019-01-06device-dax: Move resource pinning+mapping into the common driverDan Williams1-1/+5
2019-01-06device-dax: Introduce bus + driver modelDan Williams1-8/+125
2019-01-06device-dax: Start defining a dax bus modelDan Williams1-0/+174