summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
...
| * | nvdimm: remove duplicate nd_mapping declarationDave Jiang2016-09-211-1/+0
| * | libnvdimm, namespace: debug invalid interleave-set-cookie valuesDan Williams2016-09-211-1/+3
| * | libnvdimm: Fix nvdimm_probe error on NVDIMM-NToshi Kani2016-09-013-13/+27
| * | nvdimm: Spelling s/unacknoweldged/unacknowledged/Geert Uytterhoeven2016-09-011-1/+1
| * | acpi, nfit: add dimm device notification supportDan Williams2016-08-291-0/+6
| |/
* | nvdimm: reduce duplicated wpq flushesDave Jiang2016-09-301-1/+16
* | libnvdimm, region: fix flush hint table thinkoDan Williams2016-09-242-10/+32
* | libnvdimm: fix devm_nvdimm_memremap() error pathDan Williams2016-09-211-1/+7
* | nvdimm: fix PHYS_PFN/PFN_PHYS mixupOliver O'Halloran2016-09-191-1/+1
* | libnvdimm: allow legacy (e820) pmem region to clear bad blocksDave Jiang2016-09-091-1/+5
|/
* nvdimm, btt: add a size attribute for BTTsVishal Verma2016-08-083-0/+22
* block: rename bio bi_rw to bi_opfJens Axboe2016-08-071-2/+2
* block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-072-12/+12
* mm/block: convert rw_page users to bio op useMike Christie2016-08-042-15/+15
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-2814-207/+584
|\
| * Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-2414-207/+584
| |\
| | * libnvdimm-btt: Delete an unnecessary check before the function call "__nd_dev...Markus Elfring2016-07-241-2/+1
| | * nfit, libnvdimm: allow an ARS scrub to be triggered on demandVishal Verma2016-07-231-0/+7
| | * libnvdimm: register nvdimm_bus devices with an nd_bus driverDan Williams2016-07-232-134/+181
| | * pmem: clarify a debug print in pmem_clear_poisonVishal Verma2016-07-231-1/+1
| | * libnvdimm: move ->module to struct nvdimm_bus_descriptorDan Williams2016-07-214-6/+5
| | * pmem: kill __pmem address spaceDan Williams2016-07-122-5/+5
| | * libnvdimm, pmem: use nvdimm_flush() for namespace I/O writesDan Williams2016-07-121-1/+1
| | * libnvdimm, pmem: flush posted-write queues on shutdownDan Williams2016-07-122-0/+24
| | * libnvdimm, pmem: use REQ_FUA, REQ_FLUSH for nvdimm_flush()Dan Williams2016-07-111-4/+12
| | * libnvdimm: cycle flush hintsDan Williams2016-07-112-3/+15
| | * libnvdimm: introduce nvdimm_flush() and nvdimm_has_flush()Dan Williams2016-07-112-6/+82
| | * libnvdimm: keep region data alive over namespace removalDan Williams2016-07-111-1/+2
| | * libnvdimm, nfit: move flush hint mapping to region-device driver-dataDan Williams2016-07-115-16/+95
| | * libnvdimm, nfit: remove nfit_spa_map() infrastructureDan Williams2016-07-112-4/+0
| | * libnvdimm: introduce devm_nvdimm_memremap(), convert nfit_spa_map() usersDan Williams2016-07-073-1/+125
| | * libnvdimm: initialize struct blk_integrity with 0Johannes Thumshirn2016-07-061-1/+2
| | * libnvdimm, pmem: allow nfit_test to override pmem_direct_access()Dan Williams2016-06-242-15/+27
| | * libnvdimm: IS_ERR() usage cleanupDan Williams2016-06-172-7/+4
| | * libnvdimm: use devm_add_action_or_reset()Dan Williams2016-06-152-15/+10
* | | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-264-7/+4
|\ \ \
| * | | block: remove ->driverfs_devDan Williams2016-06-271-1/+1
| * | | block: convert to device_add_disk()Dan Williams2016-06-273-6/+3
| | |/ | |/|
* | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-0/+1
|\ \ \ | |_|/ |/| |
| * | block: add QUEUE_FLAG_DAX for devices to advertise their DAX supportToshi Kani2016-07-201-0/+1
| |/
* / libnvdimm, pfn, dax: fix initialization vs autodetect for mode + alignmentDan Williams2016-06-231-11/+40
|/
* Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-261-1/+9
|\
| * dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-181-1/+9
* | Merge branch 'for-4.7/dax' into libnvdimm-for-nextDan Williams2016-05-2111-35/+103
|\ \
| * | libnvdimm, dax: fix deletionDan Williams2016-05-213-21/+22
| * | libnvdimm, dax: fix alignment validationDan Williams2016-05-211-2/+4
| * | libnvdimm, dax: autodetect supportDan Williams2016-05-205-8/+57
| * | libnvdimm: release ida resourcesDan Williams2016-05-204-0/+15
| * | libnvdimm: stop requiring a driver ->remove() methodDan Williams2016-05-181-4/+5
* | | Merge branch 'for-4.7/dsm' into libnvdimm-for-nextDan Williams2016-05-184-12/+57
|\ \ \