| Commit message (Expand) | Author | Age | Files | Lines |
* | dax: make use of ->free_inode() | Al Viro | 2019-05-01 | 1 | -5/+2 |
* | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n... | Linus Torvalds | 2019-03-16 | 15 | -499/+1032 |
|\ |
|
| * | device-dax: "Hotplug" persistent memory for use like normal RAM | Dave Hansen | 2019-02-28 | 3 | -0/+125 |
| * | device-dax: Add a 'modalias' attribute to DAX 'bus' devices | Vishal Verma | 2019-02-27 | 1 | -0/+12 |
| * | device-dax: Add a 'target_node' attribute | Dan Williams | 2019-02-20 | 1 | -0/+28 |
| * | device-dax: Auto-bind device after successful new_id | Dan Williams | 2019-01-24 | 1 | -6/+18 |
| * | acpi/nfit, device-dax: Identify differentiated memory with a unique numa-node | Dan Williams | 2019-01-06 | 4 | -3/+12 |
| * | device-dax: Add /sys/class/dax backwards compatibility | Dan Williams | 2019-01-06 | 9 | -49/+202 |
| * | device-dax: Add support for a dax override driver | Dan Williams | 2019-01-06 | 3 | -10/+156 |
| * | device-dax: Move resource pinning+mapping into the common driver | Dan Williams | 2019-01-06 | 5 | -79/+90 |
| * | device-dax: Introduce bus + driver model | Dan Williams | 2019-01-06 | 5 | -87/+203 |
| * | device-dax: Start defining a dax bus model | Dan Williams | 2019-01-06 | 9 | -224/+209 |
| * | device-dax: Remove multi-resource infrastructure | Dan Williams | 2019-01-06 | 4 | -49/+10 |
| * | device-dax: Kill dax_region base | Dan Williams | 2019-01-06 | 4 | -8/+4 |
| * | device-dax: Kill dax_region ida | Dan Williams | 2019-01-06 | 2 | -24/+3 |
* | | dax: Check the end of the block-device capacity with dax_direct_access() | Dan Williams | 2019-02-20 | 1 | -10/+28 |
|/ |
|
* | mm, devm_memremap_pages: fix shutdown handling | Dan Williams | 2018-12-28 | 1 | -11/+3 |
* | device-dax: Add missing address_space_operations | Dave Jiang | 2018-09-22 | 1 | -0/+6 |
* | drivers/dax/device.c: convert variable to vm_fault_t type | Souptick Joarder | 2018-09-04 | 1 | -1/+2 |
* | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/... | Linus Torvalds | 2018-08-25 | 1 | -27/+48 |
|\ |
|
| * | device-dax: Set page->index | Dan Williams | 2018-07-20 | 1 | -0/+4 |
| * | device-dax: Enable page_mapping() | Dan Williams | 2018-07-20 | 1 | -17/+38 |
| * | device-dax: Convert to vmf_insert_mixed and vm_fault_t | Dan Williams | 2018-07-20 | 1 | -15/+11 |
* | | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern... | Linus Torvalds | 2018-08-25 | 2 | -6/+9 |
|\ \ |
|
| * | | device-dax: avoid hang on error before devm_memremap_pages() | Stefan Hajnoczi | 2018-07-31 | 1 | -4/+8 |
| * | | dax/super: Do not request a pointer kaddr when not required | Huaisheng Ye | 2018-07-30 | 1 | -2/+1 |
* | | | dax: remove VM_MIXEDMAP for fsdax and device dax | Dave Jiang | 2018-08-17 | 1 | -1/+1 |
* | | | Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2018-07-13 | 1 | -4/+8 |
|\| |
| |/
|/| |
|
| * | dev-dax: check_vma: ratelimit dev_info-s | Jeff Moyer | 2018-06-28 | 1 | -4/+8 |
* | | dax: check for QUEUE_FLAG_DAX in bdev_dax_supported() | Ross Zwisler | 2018-06-28 | 1 | -0/+8 |
|/ |
|
* | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-08 | 1 | -9/+24 |
|\ |
|
| * | Merge branch 'for-4.18/mcsafe' into libnvdimm-for-next | Dan Williams | 2018-06-08 | 1 | -0/+10 |
| |\ |
|
| | * | dax: Introduce a ->copy_to_iter dax operation | Dan Williams | 2018-05-22 | 1 | -0/+10 |
| * | | Merge branch 'for-4.18/dax' into libnvdimm-for-next | Dan Williams | 2018-06-08 | 1 | -3/+11 |
| |\ \ |
|
| | * | | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS | Dan Williams | 2018-05-22 | 1 | -3/+11 |
| | |/ |
|
| * / | dax: Use dax_write_cache* helpers | Ross Zwisler | 2018-06-06 | 1 | -6/+3 |
| |/ |
|
* | | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-06-06 | 1 | -1/+1 |
|\ \ |
|
| * | | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 2018-06-06 | 1 | -1/+1 |
| |/ |
|
* | | dax: change bdev_dax_supported() to support boolean returns | Dave Jiang | 2018-05-31 | 1 | -8/+8 |
* | | fs: allow per-device dax status checking for filesystems | Darrick J. Wong | 2018-05-31 | 1 | -13/+13 |
|/ |
|
* | device-dax: allow MAP_SYNC to succeed | Dave Jiang | 2018-04-19 | 1 | -0/+2 |
* | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2018-04-10 | 4 | -39/+37 |
|\ |
|
| * | Merge branch 'for-4.17/dax' into libnvdimm-for-next | Dan Williams | 2018-04-09 | 2 | -4/+16 |
| |\ |
|
| | * | dax: introduce CONFIG_DAX_DRIVER | Dan Williams | 2018-04-03 | 1 | -1/+4 |
| | * | dax: store pfns in the radix | Dan Williams | 2018-03-30 | 1 | -3/+12 |
| * | | device-dax: use module_nd_driver | Johannes Thumshirn | 2018-03-15 | 1 | -11/+1 |
| * | | device-dax: remove redundant __func__ in dev_dbg | Dan Williams | 2018-03-06 | 2 | -24/+20 |
| |/ |
|
* / | device-dax: implement ->pagesize() for smaps to report MMUPageSize | Dan Williams | 2018-04-05 | 1 | -0/+10 |
|/ |
|
* | dax: ->direct_access does not sleep anymore | Boaz Harrosh | 2018-02-26 | 1 | -6/+0 |
* | Merge branch 'for-4.16/dax' into libnvdimm-for-next | Ross Zwisler | 2018-02-03 | 2 | -9/+21 |
|\ |
|