| Commit message (Expand) | Author | Age | Files | Lines |
* | sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | mm: replace FAULT_FLAG_SIZE with parameter to huge_fault | Dave Jiang | 2017-02-24 | 1 | -6/+12 |
* | dax: support for transparent PUD pages for device DAX | Dave Jiang | 2017-02-24 | 1 | -0/+48 |
* | mm,fs,dax: change ->pmd_fault to ->huge_fault | Dave Jiang | 2017-02-24 | 1 | -21/+13 |
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang | 2017-02-24 | 1 | -6/+6 |
* | mm, dax: change pmd_fault() to take only vmf parameter | Dave Jiang | 2017-02-22 | 1 | -9/+9 |
* | mm, dax: make pmd_fault() and friends be the same as fault() | Dave Jiang | 2017-02-22 | 1 | -9/+7 |
* | Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-12-18 | 2 | -1/+96 |
|\ |
|
| * | Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-next | Dan Williams | 2016-12-17 | 2 | -1/+96 |
| |\ |
|
| | * | dax: add region 'id', 'size', and 'align' attributes | Dan Williams | 2016-12-17 | 1 | -0/+94 |
| | * | libnvdimm: use consistent naming for request_mem_region() | Dan Williams | 2016-11-28 | 1 | -1/+2 |
* | | | mm: use vmf->address instead of of vmf->virtual_address | Jan Kara | 2016-12-14 | 1 | -2/+1 |
|/ / |
|
* | | device-dax: fix private mapping restriction, permit read-only | Dan Williams | 2016-12-06 | 1 | -1/+1 |
* | | device-dax: fail all private mapping attempts | Dan Williams | 2016-11-16 | 1 | -2/+2 |
* | | device-dax: check devm_nsio_enable() return value | Dan Williams | 2016-10-28 | 1 | -1/+3 |
* | | device-dax: fix percpu_ref_exit ordering | Dan Williams | 2016-10-27 | 1 | -1/+1 |
* | | nvdimm: make CONFIG_NVDIMM_DAX 'bool' | Arnd Bergmann | 2016-10-27 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-4.9/dax' into libnvdimm-for-next | Dan Williams | 2016-10-07 | 4 | -232/+362 |
|\ |
|
| * | dax: use correct dev_t value | Arnd Bergmann | 2016-10-07 | 1 | -2/+2 |
| * | dax: convert devm_create_dax_dev to PTR_ERR | Dan Williams | 2016-10-07 | 3 | -10/+16 |
| * | dax: check resource alignment at dax region/device create | Dan Williams | 2016-08-23 | 1 | -3/+19 |
| * | dax: unmap/truncate on device shutdown | Dan Williams | 2016-08-23 | 1 | -0/+1 |
| * | dax: define a unified inode/address_space for device-dax mappings | Dan Williams | 2016-08-23 | 1 | -4/+146 |
| * | dax: convert to the cdev api | Dan Williams | 2016-08-23 | 2 | -41/+46 |
| * | dax: embed a struct device in dax_dev | Dan Williams | 2016-08-23 | 1 | -85/+45 |
| * | dax: rename fops from dax_dev_ to dax_ | Dan Williams | 2016-08-23 | 1 | -8/+8 |
| * | dax: reorder dax_fops function definitions | Dan Williams | 2016-08-23 | 1 | -169/+168 |
| * | dax: cleanup needlessly global symbol warnings | Dan Williams | 2016-08-23 | 2 | -1/+2 |
* | | dax: fix mapping size check | Dan Williams | 2016-09-03 | 1 | -1/+1 |
* | | dax: fix device-dax region base | Dan Williams | 2016-08-26 | 1 | -0/+3 |
|/ |
|
* | dax: use devm_add_action_or_reset() | Sajjan, Vikas C | 2016-07-06 | 2 | -12/+8 |
* | /dev/dax, core: file operations and dax-mmap | Dan Williams | 2016-05-20 | 2 | -0/+323 |
* | /dev/dax, pmem: direct access to persistent memory | Dan Williams | 2016-05-20 | 5 | -0/+464 |