Age | Commit message (Expand) | Author | Files | Lines |
2017-04-12 | dax: refactor dax-fs into a generic provider of 'struct dax_device' instances |  Dan Williams | 1 | -864/+0 |
2017-04-12 | device-dax: rename 'dax_dev' to 'dev_dax' |  Dan Williams | 1 | -103/+103 |
2017-04-12 | device-dax: improve fault handler debug output |  Oliver O'Halloran | 1 | -7/+10 |
2017-04-12 | device-dax: fix dax_dev_huge_fault() unknown fault size handling |  Pushkar Jambhlekar | 1 | -1/+1 |
2017-04-12 | Merge branch 'for-4.11/libnvdimm' into for-4.12/dax |  Dan Williams | 1 | -9/+37 |
2017-04-12 | device-dax: switch to srcu, fix rcu_read_lock() vs pte allocation |  Dan Williams | 1 | -6/+7 |
2017-03-21 | device-dax: utilize new cdev_device_add helper function |  Logan Gunthorpe | 1 | -13/+5 |
2017-03-21 | device-dax: fix cdev leak |  Dan Williams | 1 | -4/+11 |
2017-03-10 | device-dax: fix debug output typo |  Dave Jiang | 1 | -3/+3 |
2017-03-10 | device-dax: fix pud fault fallback handling |  Dave Jiang | 1 | -0/+12 |
2017-03-10 | device-dax: fix pmd/pte fault fallback handling |  Dave Jiang | 1 | -0/+15 |
2017-03-02 | sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sched/task_stack.h> |  Ingo Molnar | 1 | -0/+1 |
2017-02-24 | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault |  Dave Jiang | 1 | -6/+12 |
2017-02-24 | dax: support for transparent PUD pages for device DAX |  Dave Jiang | 1 | -0/+48 |
2017-02-24 | mm,fs,dax: change ->pmd_fault to ->huge_fault |  Dave Jiang | 1 | -21/+13 |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf |  Dave Jiang | 1 | -6/+6 |
2017-02-22 | mm, dax: change pmd_fault() to take only vmf parameter |  Dave Jiang | 1 | -9/+9 |
2017-02-22 | mm, dax: make pmd_fault() and friends be the same as fault() |  Dave Jiang | 1 | -9/+7 |
2016-12-18 | Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm |  Linus Torvalds | 1 | -0/+94 |
2016-12-17 | Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-next |  Dan Williams | 1 | -0/+94 |
2016-12-17 | dax: add region 'id', 'size', and 'align' attributes |  Dan Williams | 1 | -0/+94 |
2016-12-14 | mm: use vmf->address instead of of vmf->virtual_address |  Jan Kara | 1 | -2/+1 |
2016-12-06 | device-dax: fix private mapping restriction, permit read-only |  Dan Williams | 1 | -1/+1 |
2016-11-16 | device-dax: fail all private mapping attempts |  Dan Williams | 1 | -2/+2 |
2016-10-07 | Merge branch 'for-4.9/dax' into libnvdimm-for-next |  Dan Williams | 1 | -227/+350 |
2016-10-07 | dax: use correct dev_t value |  Arnd Bergmann | 1 | -2/+2 |
2016-10-07 | dax: convert devm_create_dax_dev to PTR_ERR |  Dan Williams | 1 | -6/+10 |
2016-09-03 | dax: fix mapping size check |  Dan Williams | 1 | -1/+1 |
2016-08-23 | dax: check resource alignment at dax region/device create |  Dan Williams | 1 | -3/+19 |
2016-08-23 | dax: unmap/truncate on device shutdown |  Dan Williams | 1 | -0/+1 |
2016-08-23 | dax: define a unified inode/address_space for device-dax mappings |  Dan Williams | 1 | -4/+146 |
2016-08-23 | dax: convert to the cdev api |  Dan Williams | 1 | -41/+41 |
2016-08-23 | dax: embed a struct device in dax_dev |  Dan Williams | 1 | -85/+45 |
2016-08-23 | dax: rename fops from dax_dev_ to dax_ |  Dan Williams | 1 | -8/+8 |
2016-08-23 | dax: reorder dax_fops function definitions |  Dan Williams | 1 | -169/+168 |
2016-08-23 | dax: cleanup needlessly global symbol warnings |  Dan Williams | 1 | -0/+1 |
2016-07-06 | dax: use devm_add_action_or_reset() |  Sajjan, Vikas C | 1 | -4/+2 |
2016-05-20 | /dev/dax, core: file operations and dax-mmap |  Dan Williams | 1 | -0/+322 |
2016-05-20 | /dev/dax, pmem: direct access to persistent memory |  Dan Williams | 1 | -0/+253 |