summaryrefslogtreecommitdiffstats
path: root/drivers/dax/bus.c
AgeCommit message (Expand)Author
2020-12-24device-dax: Avoid an unnecessary check in alloc_dev_dax_range()Zhen Lei
2020-12-24device-dax: Fix range releaseDan Williams
2020-12-17device-dax: delete a redundancy check in dev_dax_validate_align()Zhen Lei
2020-10-13device-dax: add a range mapping allocation attributeJoao Martins
2020-10-13device-dax: add an 'align' attributeDan Williams
2020-10-13device-dax: make align a per-device propertyJoao Martins
2020-10-13device-dax: introduce 'mapping' devicesDan Williams
2020-10-13device-dax: add dis-contiguous resource supportDan Williams
2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams
2020-10-13device-dax: add resize supportDan Williams
2020-10-13device-dax: introduce 'seed' devicesDan Williams
2020-10-13device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams
2020-10-13device-dax: add an allocation interface for device-dax instancesDan Williams
2020-10-13device-dax: make pgmap optional for instance creationDan Williams
2020-10-13device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams
2020-10-13device-dax: drop the dax_region.pfn_flags attributeDan Williams
2020-04-02dax: Move mandatory ->zero_page_range() check in alloc_dax()Vivek Goyal
2019-12-01Merge tag 'libnvdimm-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-19dax: Add numa_node to the default device-dax attributesDan Williams
2019-11-19dax: Simplify root read-only definition for the 'resource' attributeDan Williams
2019-11-19dax: Create a dax device_typeDan Williams
2019-11-07dax: Fix alloc_dax_region() compile warningDan Williams
2019-07-18Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds
2019-07-05libnvdimm: add dax_dev sync flagPankaj Gupta
2019-06-20device-dax: Add a 'resource' attributeVishal Verma
2019-02-27device-dax: Add a 'modalias' attribute to DAX 'bus' devicesVishal Verma
2019-02-20device-dax: Add a 'target_node' attributeDan Williams
2019-01-24device-dax: Auto-bind device after successful new_idDan Williams
2019-01-06acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams
2019-01-06device-dax: Add /sys/class/dax backwards compatibilityDan Williams
2019-01-06device-dax: Add support for a dax override driverDan Williams
2019-01-06device-dax: Move resource pinning+mapping into the common driverDan Williams
2019-01-06device-dax: Introduce bus + driver modelDan Williams
2019-01-06device-dax: Start defining a dax bus modelDan Williams