aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dax/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/nvdimm/nvdimmLinus 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/nvdimm/nvdimmLinus 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