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