summaryrefslogtreecommitdiffstats
path: root/drivers/nvdimm
Commit message (Expand)AuthorAgeFilesLines
...
| * | libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKEDDan Williams2017-05-044-5/+13
| * | libnvdimm: restore "libnvdimm: band aid btt vs clear poison locking"Dan Williams2017-05-011-1/+10
| * | libnvdimm: fix nvdimm_bus_lock() vs device_lock() orderingDan Williams2017-05-014-11/+18
| * | libnvdimm: rework region badblocks clearingDan Williams2017-04-293-57/+59
| * | libnvdimm: fix clear length of nvdimm_forget_poison()Toshi Kani2017-04-281-1/+3
| * | libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notifyToshi Kani2017-04-281-12/+25
| * | libnvdimm, region: sysfs trigger for nvdimm_flush()Dan Williams2017-04-281-0/+41
| * | libnvdimm: fix phys_addr for nvdimm_clear_poisonToshi Kani2017-04-271-1/+2
| * | libnvdimm, region: fix flush hint detection crashDan Williams2017-04-241-4/+7
| * | Revert "libnvdimm: band aid btt vs clear poison locking"Dan Williams2017-04-141-9/+1
| * | libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocationDave Jiang2017-04-133-26/+38
| * | libnvdimm: add support for clear poison list and badblocks for device daxDave Jiang2017-04-123-13/+112
| * | libnvdimm: Add 'resource' sysfs attribute to regionsDave Jiang2017-04-121-0/+13
| * | libnvdimm: add mechanism to publish badblocks at the region levelDave Jiang2017-04-123-0/+44
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-011-2/+11
|\ \ | |/ |/|
| * mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...Dan Williams2017-05-011-2/+11
* | libnvdimm: band aid btt vs clear poison lockingDan Williams2017-04-101-1/+9
* | libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splatDan Williams2017-04-101-0/+6
* | libnvdimm: fix blk free space accountingDan Williams2017-04-041-66/+11
|/
* nfit, libnvdimm: fix interleave set cookie calculationDan Williams2017-03-013-4/+24
* libnvdimm, pfn: fix memmap reservation size versus 4K alignmentDan Williams2017-02-041-5/+2
* libnvdimm, namespace: do not delete namespace-id 0Dan Williams2017-01-311-4/+7
* nvdimm: constify device_type structuresBhumika Goyal2017-01-311-3/+3
* libnvdimm, namespace: fix pmem namespace leak, delete when size set to zeroDan Williams2017-01-131-13/+10
* pmem: return EIO on read_pmem() failureStefan Hajnoczi2017-01-121-1/+3
* Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-1811-72/+71
|\
| * Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-nextDan Williams2016-12-1711-72/+71
| |\
| | * libnvdimm: fix mishandled nvdimm_clear_poison() return valueDan Williams2016-12-162-11/+19
| | * libnvdimm: replace mutex_is_locked() warnings with lockdep_assert_heldDan Williams2016-12-153-8/+6
| | * libnvdimm, pfn: fix align attributeDan Williams2016-12-101-1/+1
| | * libnvdimm, e820: use module_platform_driverJohannes Thumshirn2016-12-051-11/+1
| | * libnvdimm, namespace: use octal for permissionsFabian Frederick2016-12-041-2/+2
| | * libnvdimm, namespace: avoid multiple sector calculationsFabian Frederick2016-12-041-6/+5
| | * libnvdimm: remove else after return in nsio_rw_bytes()Fabian Frederick2016-12-041-19/+16
| | * libnvdimm, namespace: fix the type of name variableNicolas Iooss2016-11-281-1/+1
| | * libnvdimm: use consistent naming for request_mem_region()Dan Williams2016-11-282-2/+2
| | * nvdimm: use the right length of "pmem"Nicolas Iooss2016-11-111-1/+1
| | * libnvdimm: check and clear poison before writing to pmemDave Jiang2016-11-111-4/+26
| | * libnvdimm: allow a platform to force enable label supportDan Williams2016-10-193-0/+10
| | * libnvdimm: use generic iostat interfacesToshi Kani2016-10-192-31/+9
* | | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-121-1/+1
|\ \ \ | |/ / |/| |
| * | Merge tag 'v4.9-rc4' into soundJonathan Corbet2016-11-183-9/+15
| |\ \
| * | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
| | |/ | |/|
* | | acpi, nfit, libnvdimm: fix / harden ars_status output length handlingDan Williams2016-12-061-5/+20
| |/ |/|
* | nvdimm: make CONFIG_NVDIMM_DAX 'bool'Arnd Bergmann2016-10-271-1/+1
* | pmem: report error on clear poison failureToshi Kani2016-10-191-2/+6
* | libnvdimm, namespace: potential NULL deref on allocation errorDan Carpenter2016-10-191-6/+8
|/
* Merge branch 'for-4.9/dax' into libnvdimm-for-nextDan Williams2016-10-071-1/+1
|\
| * /dev/dax: fix Kconfig dependency build breakageRoss Zwisler2016-10-071-1/+1
* | Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-nextDan Williams2016-10-0710-400/+1035
|\ \