summaryrefslogtreecommitdiffstats
path: root/drivers/dax (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * dax: define a unified inode/address_space for device-dax mappingsDan Williams2016-08-241-4/+146
| * dax: convert to the cdev apiDan Williams2016-08-242-41/+46
| * dax: embed a struct device in dax_devDan Williams2016-08-241-85/+45
| * dax: rename fops from dax_dev_ to dax_Dan Williams2016-08-241-8/+8
| * dax: reorder dax_fops function definitionsDan Williams2016-08-241-169/+168
| * dax: cleanup needlessly global symbol warningsDan Williams2016-08-242-1/+2
* | dax: fix mapping size checkDan Williams2016-09-031-1/+1
* | dax: fix device-dax region baseDan Williams2016-08-271-0/+3
|/
* dax: use devm_add_action_or_reset()Sajjan, Vikas C2016-07-072-12/+8
* /dev/dax, core: file operations and dax-mmapDan Williams2016-05-212-0/+323
* /dev/dax, pmem: direct access to persistent memoryDan Williams2016-05-215-0/+464