summaryrefslogtreecommitdiffstats
path: root/drivers/dax/bus.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-48/+18
|\
| * dax/bus.c: use the right locking mode (read vs write) in size_showVishal Verma2024-05-071-2/+2
| * dax/bus.c: don't use down_write_killable for non-user processesVishal Verma2024-05-071-5/+1
| * dax/bus.c: fix locking for unregister_dax_dev / unregister_dax_mapping pathsVishal Verma2024-05-071-34/+8
| * dax/bus.c: replace WARN_ON_ONCE() with lockdep assertsVishal Verma2024-05-071-8/+8
* | dax: remove redundant assignment to variable rcColin Ian King2024-04-251-1/+0
* | dax: constify the struct device_type usageRicardo B. Marliere2024-04-251-1/+1
|/
* Merge tag 'libnvdimm-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-151-1/+1
|\
| * device-dax: make dax_bus_type constRicardo B. Marliere2024-02-121-1/+1
* | dax: add a sysfs knob to control memmap_on_memory behaviorVishal Verma2024-02-221-0/+43
* | dax/bus.c: replace several sprintf() with sysfs_emit()Vishal Verma2024-02-221-16/+16
* | dax/bus.c: replace driver-core lock usage by a local rwsemVishal Verma2024-02-221-62/+156
|/
* dax/kmem: allow kmem to add memory with memmap_on_memoryVishal Verma2023-12-101-0/+3
* dax: refactor deprecated strncpyJustin Stitt2023-09-271-1/+1
* dax: Cleanup extra dax_region referencesDan Williams2023-06-231-3/+1
* dax: Introduce alloc_dev_dax_id()Dan Williams2023-06-231-22/+34
* dax: Use device_unregister() in unregister_dax_mapping()Dan Williams2023-06-231-2/+1
* dax: Fix dax_mapping_release() use after freeDan Williams2023-06-231-1/+4
* Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-02-251-32/+23
|\
| * dax/kmem: Fix leak of memory-hotplug resourcesDan Williams2023-02-171-1/+1
| * dax: Assign RAM regions to memory-hotplug by defaultDan Williams2023-02-101-31/+22
* | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-0/+32
|\
| * device-dax: ensure dev_dax->pgmap is valid for dynamic devicesJoao Martins2022-01-151-0/+32
* | dax: remove the copy_from_iter and copy_to_iter methodsChristoph Hellwig2021-12-181-0/+2
* | dax: remove the DAXDEV_F_SYNC flagChristoph Hellwig2021-12-181-1/+2
* | dax: simplify the dax_device <-> gendisk associationChristoph Hellwig2021-12-041-3/+3
* | dax: Kill DEV_DAX_PMEM_COMPATDan Williams2021-11-241-19/+2
|/
* bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
* dax: avoid -Wempty-body warningsArnd Bergmann2021-03-221-4/+2
* dax-device: Make remove callback return voidUwe Kleine-König2021-02-161-3/+2
* device-dax: Fix error path in dax_driver_registerUwe Kleine-König2021-02-161-1/+9
* device-dax: Properly handle drivers without remove callbackUwe Kleine-König2021-02-161-1/+5
* device-dax: Prevent registering drivers without probe callbackUwe Kleine-König2021-02-161-0/+7
* device-dax: Fix default return code of range_parse()Shiyang Ruan2021-02-161-1/+1
* device-dax: Avoid an unnecessary check in alloc_dev_dax_range()Zhen Lei2020-12-241-14/+6
* device-dax: Fix range releaseDan Williams2020-12-241-23/+21
* device-dax: delete a redundancy check in dev_dax_validate_align()Zhen Lei2020-12-171-7/+0
* device-dax: add a range mapping allocation attributeJoao Martins2020-10-131-0/+64
* device-dax: add an 'align' attributeDan Williams2020-10-131-10/+83
* device-dax: make align a per-device propertyJoao Martins2020-10-131-0/+1
* device-dax: introduce 'mapping' devicesDan Williams2020-10-131-2/+189
* device-dax: add dis-contiguous resource supportDan Williams2020-10-131-54/+179
* mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-131-5/+5
* device-dax: add resize supportDan Williams2020-10-131-9/+152
* device-dax: introduce 'seed' devicesDan Williams2020-10-131-39/+262
* device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams2020-10-131-0/+18
* device-dax: add an allocation interface for device-dax instancesDan Williams2020-10-131-10/+110
* device-dax: make pgmap optional for instance creationDan Williams2020-10-131-14/+15
* device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams2020-10-131-7/+7