summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm/pmem.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-271-2/+2
|\
| * driver-core, libnvdimm: Let device subsystems add local lockdep coverageDan Williams2019-07-191-2/+2
* | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-181-6/+12
|\ \
| * | libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-061-1/+4
| * | libnvdimm: nd_region flush callback supportPankaj Gupta2019-07-061-5/+8
* | | memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flagChristoph Hellwig2019-07-021-1/+0Star
* | | memremap: remove the data field in struct dev_pagemapChristoph Hellwig2019-07-021-1/+1
* | | memremap: lift the devmap_enable manipulation into devm_memremap_pagesChristoph Hellwig2019-07-021-19/+4Star
* | | memremap: pass a struct dev_pagemap to ->kill and ->cleanupChristoph Hellwig2019-07-021-9/+9
* | | memremap: move dev_pagemap callbacks into a separate structureChristoph Hellwig2019-07-021-8/+11
|/ /
* / mm/devm_memremap_pages: fix final page put raceDan Williams2019-06-141-4/+13
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-9/+1Star
* libnvdimm/pmem: Bypass CONFIG_HARDENED_USERCOPY overheadDan Williams2019-05-211-2/+8
* dax: Arrange for dax_supported check to span multiple devicesDan Williams2019-05-211-0/+1
* libnvdimm/pmem: fix a possible OOB access when read and write pmemLi RongQing2019-04-071-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-291-8/+5Star
|\
| * mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-281-8/+5Star
* | block: remove the lock argument to blk_alloc_queue_nodeChristoph Hellwig2018-11-151-1/+1
|/
* Merge tag 'libnvdimm-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-10-251-1/+3
|\
| * libnvdimm, pmem: Fix badblocks population for 'raw' namespacesDan Williams2018-10-091-1/+3
* | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
|/
* Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds2018-08-261-0/+26
|\
| * libnvdimm, pmem: Restore page attributes when clearing errorsDan Williams2018-08-201-0/+26
* | Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds2018-08-261-2/+5
|\ \
| * | libnvdimm, pmem: kaddr and pfn can be NULL to ->direct_access()Huaisheng Ye2018-07-301-2/+5
* | | block: make bdev_ops->rw_page() take a REQ_OP instead of boolTejun Heo2018-07-181-7/+6Star
| |/ |/|
* | pmem: only set QUEUE_FLAG_DAX for fsdax modeRoss Zwisler2018-06-281-1/+2
|/
* Merge branch 'for-4.18/mcsafe' into libnvdimm-for-nextDan Williams2018-06-091-3/+10
|\
| * pmem: Switch to copy_to_iter_mcsafe()Dan Williams2018-05-231-1/+1
| * dax: Introduce a ->copy_to_iter dax operationDan Williams2018-05-231-0/+7
| * x86/asm/memcpy_mcsafe: Return bytes remainingDan Williams2018-05-151-3/+3
* | Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams2018-06-091-0/+25
|\ \
| * | mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams2018-05-221-0/+25
| |/
* | libnvdimm, pmem: Unconditionally deep flush on *syncRoss Zwisler2018-06-061-4/+3Star
* | libnvdimm, pmem: Complete REQ_FLUSH => REQ_PREFLUSHRoss Zwisler2018-06-061-6/+1Star
|/
* Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-12/+2Star
|\
| * libnvdimm, pmem: use module_nd_driverJohannes Thumshirn2018-03-151-11/+1Star
| * libnvdimm: remove redundant __func__ in dev_dbgDan Williams2018-03-061-1/+1
* | Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-3/+3
|\ \ | |/ |/|
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-081-2/+2
| * block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-281-1/+1
* | libnvdimm: re-enable deep flush for pmem devices via fsync()Dave Jiang2018-03-031-2/+1Star
|/
* Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler2018-02-031-1/+3
|\
| * acpi: nfit: Add support for detect platform CPU cache flush on power lossDave Jiang2018-02-011-1/+3
* | memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig2018-01-081-17/+20
|/
* bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim2017-11-161-0/+2
* Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-141-7/+0Star
|\
| * dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka2017-09-111-7/+0Star
* | block, THP: make block_device_operations.rw_page support THPHuang Ying2017-09-071-11/+30
|/
* Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-6/+57
|\