summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* libnvdimm, namespace: allow creation of multiple pmem-namespaces per regionDan Williams2016-10-073-9/+59
* libnvdimm, namespace: lift single pmem limit in scan_labels()Dan Williams2016-10-071-3/+0
* libnvdimm, namespace: filter out of range labels in scan_labels()Dan Williams2016-10-071-2/+7
* libnvdimm, namespace: enable allocation of multiple pmem namespacesDan Williams2016-10-073-45/+133
* libnvdimm, namespace: update label implementation for multi-pmemDan Williams2016-10-071-19/+53
* libnvdimm, namespace: expand pmem device naming scheme for multi-pmemDan Williams2016-10-071-1/+15
* libnvdimm, region: update nd_region_available_dpa() for multi-pmem supportDan Williams2016-10-073-42/+139
* libnvdimm, namespace: sort namespaces by dpa at initDan Williams2016-10-071-3/+32
* libnvdimm, namespace: allow multiple pmem-namespaces per region at scan timeDan Williams2016-10-071-12/+72
* libnvdimm, namespace: unify blk and pmem label scanningDan Williams2016-10-061-178/+207
* libnvdimm, namespace: refactor uuid_show() into a namespace_to_uuid() helperDan Williams2016-10-061-7/+12
* libnvdimm, label: convert label tracking to a linked listDan Williams2016-10-015-120/+225
* libnvdimm, region: move region-mapping input-paramters to nd_mapping_descDan Williams2016-10-013-22/+38
* libnvdimm: clear the internal poison_list when clearing badblocksVishal Verma2016-10-012-4/+71
* pmem: reduce kmap_atomic sections to the memcpys onlyVishal Verma2016-10-011-5/+23
* nfit: don't start a full scrub by default for an MCEVishal Verma2016-10-013-5/+78
* nvdimm: remove duplicate nd_mapping declarationDave Jiang2016-09-221-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-023-13/+27
* nvdimm: Spelling s/unacknoweldged/unacknowledged/Geert Uytterhoeven2016-09-021-1/+1
* tools/testing/nvdimm: unit test for acpi_nvdimm_notify()Dan Williams2016-09-022-3/+8
* acpi, nfit: add dimm device notification supportDan Williams2016-08-293-4/+102
* tools/testing/nvdimm: unit test for acpi_nfit_notify()Dan Williams2016-08-232-11/+15
* acpi, nfit: check for the correct event code in notificationsVishal Verma2016-08-232-0/+7
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2016-08-159-8/+84
|\
| * Merge branches 'thermal-intel' and 'thermal-core' into nextZhang Rui2016-08-087-3/+18
| |\
| | * thermal: clock_cooling: Fix missing mutex_init()Wei Yongjun2016-08-081-0/+1
| | * thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfsKuninori Morimoto2016-08-081-0/+2
| | * thermal: fix race condition when updating cooling deviceMichele Di Giorgio2016-08-085-3/+15
| * | thermal/powerclamp: Prevent division by zero when counting intervalPetr Mladek2016-08-081-4/+7
| * | thermal: intel_pch_thermal: Add suspend/resume callbackSrinivas Pandruvada2016-08-081-1/+59
| |/
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-08-141-12/+13
|\ \
| * | drivers/perf: arm-pmu: Fix handling of SPI lacking "interrupt-affinity" propertyMarc Zyngier2016-08-091-3/+4
| * | drivers/perf: arm-pmu: convert arm_pmu_mutex to spinlockSudeep Holla2016-08-091-9/+9
| |/
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-137-84/+134
|\ \
| * | nvme: Suspend all queues before deletionGabriel Krisman Bertazi2016-08-111-12/+8
| * | Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe2016-08-086-72/+126
| |\ \ | | |/ | |/|
| | * nvme-rdma: Remove unused includesSagi Grimberg2016-08-041-3/+0
| | * nvme-rdma: start async event handler after reconnecting to a controllerSagi Grimberg2016-08-041-0/+2
| | * nvmet: Fix controller serial number inconsistencySagi Grimberg2016-08-043-5/+6
| | * nvmet-rdma: Don't use the inline buffer in order to avoid allocation for smal...Sagi Grimberg2016-08-041-9/+4
| | * nvmet-rdma: Correctly handle RDMA device hot removalSagi Grimberg2016-08-041-17/+70
| | * nvme-rdma: Make sure to shutdown the controller if we canSagi Grimberg2016-08-031-1/+1
| | * nvme-loop: Remove duplicate call to nvme_remove_namespacesSagi Grimberg2016-08-031-3/+1
| | * nvme-rdma: Free the I/O tags when we delete the controllerSagi Grimberg2016-08-031-5/+7
| | * nvme-rdma: Remove duplicate call to nvme_remove_namespacesSagi Grimberg2016-08-031-7/+10
| | * nvme-rdma: Fix device removal handlingSagi Grimberg2016-08-031-20/+21
| | * nvme-rdma: Queue ns scanning after a sucessful reconnectionSagi Grimberg2016-08-031-1/+3
| | * nvme-rdma: Don't leak uninitialized memory in connect request private dataRoland Dreier2016-08-031-1/+1
* | | Merge tag 'vfio-v4.8-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds2016-08-131-36/+49
|\ \ \