aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm/pmem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler1-1/+3
2018-02-01acpi: nfit: Add support for detect platform CPU cache flush on power lossDave Jiang1-1/+3
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig1-17/+20
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim1-0/+2
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds1-7/+0
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka1-7/+0
2017-09-06block, THP: make block_device_operations.rw_page support THPHuang Ying1-11/+30
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+57
2017-07-03Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams1-6/+34
2017-06-30libnvdimm, region, pmem: fix 'badblocks' sysfs_get_dirent() reference lifetimeDan Williams1-4/+12
2017-06-29libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile regionDan Williams1-5/+8
2017-06-29libnvdimm, pmem, dax: export a cache control attributeDan Williams1-0/+10
2017-06-27x86, libnvdimm, pmem: remove global pmem apiDan Williams1-1/+0
2017-06-27x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimmDan Williams1-1/+1
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig1-1/+0
2017-06-15x86, dax, libnvdimm: remove wb_cache_pmem() indirectionDan Williams1-1/+1
2017-06-15dax, pmem: introduce an optional 'flush' dax_operationDan Williams1-0/+7
2017-06-15libnvdimm, pmem: Add sysfs notifications to badblocksToshi Kani1-0/+14
2017-06-15libnvdimm, label: honor the lba size specified in v1.2 labelsDan Williams1-0/+1
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operationsDan Williams1-2/+11
2017-06-09block: switch bios to blk_status_tChristoph Hellwig1-14/+14
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-26/+64
2017-05-04Merge branch 'for-4.12/dax' into libnvdimm-for-nextDan Williams1-14/+39
2017-05-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+11
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single reference to fix pmem crashDan Williams1-2/+11
2017-04-28libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notifyToshi Kani1-12/+25
2017-04-25x86, dax, pmem: remove indirection around memcpy_from_pmem()Dan Williams1-1/+1
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams1-10/+0
2017-04-19pmem: add dax_operations supportDan Williams1-13/+48
2017-01-12pmem: return EIO on read_pmem() failureStefan Hajnoczi1-1/+3
2016-12-17Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-nextDan Williams1-9/+12
2016-12-16libnvdimm: fix mishandled nvdimm_clear_poison() return valueDan Williams1-7/+14
2016-12-04libnvdimm, namespace: avoid multiple sector calculationsFabian Frederick1-6/+5
2016-11-28libnvdimm: use consistent naming for request_mem_region()Dan Williams1-1/+1
2016-10-19pmem: report error on clear poison failureToshi Kani1-2/+6
2016-09-30pmem: reduce kmap_atomic sections to the memcpys onlyVishal Verma1-5/+23
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe1-2/+2
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe1-6/+6
2016-08-04mm/block: convert rw_page users to bio op useMike Christie1-6/+6
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-34/+51
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2016-07-23pmem: clarify a debug print in pmem_clear_poisonVishal Verma1-1/+1
2016-07-20block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani1-0/+1
2016-07-12pmem: kill __pmem address spaceDan Williams1-3/+3
2016-07-12libnvdimm, pmem: flush posted-write queues on shutdownDan Williams1-0/+8
2016-07-11libnvdimm, pmem: use REQ_FUA, REQ_FLUSH for nvdimm_flush()Dan Williams1-4/+12
2016-07-11libnvdimm: introduce nvdimm_flush() and nvdimm_has_flush()Dan Williams1-6/+21
2016-06-27block: convert to device_add_disk()Dan Williams1-2/+1
2016-06-24libnvdimm, pmem: allow nfit_test to override pmem_direct_access()Dan Williams1-15/+3
2016-06-15libnvdimm: use devm_add_action_or_reset()Dan Williams1-8/+6