summaryrefslogtreecommitdiff
path: root/drivers/dax
Commit message (Expand)AuthorAge
* device-dax: fix 'dax' device filesystem inode destruction crashDan Williams2017-06-09
* dax: fix false CONFIG_BLOCK dependencyDan Williams2017-05-13
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-12
|\
| * device-dax: kill NR_DEV_DAXDan Williams2017-05-09
| * block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams2017-05-08
| * device-dax: Tell kbuild DEV_DAX_PMEM depends on DEV_DAXMike Galbraith2017-05-08
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-05
|\ \ | |/
| * Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams2017-05-04
| |\
| | * dax: introduce dax_direct_access()Dan Williams2017-04-20
| | * pmem: add dax_operations supportDan Williams2017-04-19
| | * dax: introduce dax_operationsDan Williams2017-04-19
| | * dax: add a facility to lookup a dax device by 'host' device nameDan Williams2017-04-19
| | * dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams2017-04-12
| | * device-dax: rename 'dax_dev' to 'dev_dax'Dan Williams2017-04-12
| | * device-dax: improve fault handler debug outputOliver O'Halloran2017-04-12
| | * device-dax: fix dax_dev_huge_fault() unknown fault size handlingPushkar Jambhlekar2017-04-12
| | * Merge branch 'for-4.11/libnvdimm' into for-4.12/daxDan Williams2017-04-12
| | |\
| * | | device-dax: fix sysfs attribute deadlockDan Williams2017-05-01
| * | | device-dax, tools/testing/nvdimm: enable device-dax with mock resourcesDave Jiang2017-04-12
| | |/ | |/|
* | | Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-04
|\ \ \
| * \ \ Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman2017-03-27
| |\ \ \ | | |_|/ | |/| |
| * | | device-dax: utilize new cdev_device_add helper functionLogan Gunthorpe2017-03-21
| * | | device-dax: fix cdev leakDan Williams2017-03-21
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-01
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams2017-05-01
| | |/ | |/|
* | | device-dax: switch to srcu, fix rcu_read_lock() vs pte allocationDan Williams2017-04-12
|/ /
* | device-dax: fix debug output typoDave Jiang2017-03-10
* | device-dax: fix pud fault fallback handlingDave Jiang2017-03-10
* | device-dax: fix pmd/pte fault fallback handlingDave Jiang2017-03-10
|/
* sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar2017-03-02
* mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang2017-02-24
* dax: support for transparent PUD pages for device DAXDave Jiang2017-02-24
* mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang2017-02-24
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* mm, dax: change pmd_fault() to take only vmf parameterDave Jiang2017-02-22
* mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang2017-02-22
* Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-18
|\
| * Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-nextDan Williams2016-12-17
| |\
| | * dax: add region 'id', 'size', and 'align' attributesDan Williams2016-12-17
| | * libnvdimm: use consistent naming for request_mem_region()Dan Williams2016-11-28
* | | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-14
|/ /
* | device-dax: fix private mapping restriction, permit read-onlyDan Williams2016-12-06
* | device-dax: fail all private mapping attemptsDan Williams2016-11-16
* | device-dax: check devm_nsio_enable() return valueDan Williams2016-10-28
* | device-dax: fix percpu_ref_exit orderingDan Williams2016-10-27
* | nvdimm: make CONFIG_NVDIMM_DAX 'bool'Arnd Bergmann2016-10-27
|/
* Merge branch 'for-4.9/dax' into libnvdimm-for-nextDan Williams2016-10-07
|\
| * dax: use correct dev_t valueArnd Bergmann2016-10-07
| * dax: convert devm_create_dax_dev to PTR_ERRDan Williams2016-10-07
| * dax: check resource alignment at dax region/device createDan Williams2016-08-23