summaryrefslogtreecommitdiff
path: root/drivers/nvdimm/pmem.c
AgeCommit message (Expand)Author
2018-02-03Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler
2018-02-01acpi: nfit: Add support for detect platform CPU cache flush on power lossDave Jiang
2018-01-08memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig
2017-11-15bdi: introduce BDI_CAP_SYNCHRONOUS_IOMinchan Kim
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-09-11dax: remove the pmem_dax_ops->flush abstractionMikulas Patocka
2017-09-06block, THP: make block_device_operations.rw_page support THPHuang Ying
2017-07-07Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-07-03Merge branch 'for-4.13/dax' into libnvdimm-for-nextDan Williams
2017-06-30libnvdimm, region, pmem: fix 'badblocks' sysfs_get_dirent() reference lifetimeDan Williams
2017-06-29libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile regionDan Williams
2017-06-29libnvdimm, pmem, dax: export a cache control attributeDan Williams
2017-06-27x86, libnvdimm, pmem: remove global pmem apiDan Williams
2017-06-27x86, libnvdimm, pmem: move arch_invalidate_pmem() to libnvdimmDan Williams
2017-06-27block: don't bother with bounce limits for make_request driversChristoph Hellwig
2017-06-15x86, dax, libnvdimm: remove wb_cache_pmem() indirectionDan Williams
2017-06-15dax, pmem: introduce an optional 'flush' dax_operationDan Williams
2017-06-15libnvdimm, pmem: Add sysfs notifications to badblocksToshi Kani
2017-06-15libnvdimm, label: honor the lba size specified in v1.2 labelsDan Williams
2017-06-09x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
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-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-05-01mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams
2017-04-28libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notifyToshi Kani
2017-04-25x86, dax, pmem: remove indirection around memcpy_from_pmem()Dan Williams
2017-04-25block: remove block_device_operations ->direct_access()Dan Williams
2017-04-19pmem: add dax_operations supportDan Williams
2017-01-12pmem: return EIO on read_pmem() failureStefan Hajnoczi
2016-12-17Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-nextDan Williams
2016-12-16libnvdimm: fix mishandled nvdimm_clear_poison() return valueDan Williams
2016-12-04libnvdimm, namespace: avoid multiple sector calculationsFabian Frederick
2016-11-28libnvdimm: use consistent naming for request_mem_region()Dan Williams
2016-10-19pmem: report error on clear poison failureToshi Kani
2016-09-30pmem: reduce kmap_atomic sections to the memcpys onlyVishal Verma
2016-08-07block: rename bio bi_rw to bi_opfJens Axboe
2016-08-07block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe
2016-08-04mm/block: convert rw_page users to bio op useMike Christie
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-23pmem: clarify a debug print in pmem_clear_poisonVishal Verma
2016-07-20block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani
2016-07-12pmem: kill __pmem address spaceDan Williams
2016-07-12libnvdimm, pmem: flush posted-write queues on shutdownDan Williams
2016-07-11libnvdimm, pmem: use REQ_FUA, REQ_FLUSH for nvdimm_flush()Dan Williams
2016-07-11libnvdimm: introduce nvdimm_flush() and nvdimm_has_flush()Dan Williams
2016-06-27block: convert to device_add_disk()Dan Williams
2016-06-24libnvdimm, pmem: allow nfit_test to override pmem_direct_access()Dan Williams
2016-06-15libnvdimm: use devm_add_action_or_reset()Dan Williams