summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-0120-41/+41
|\
| * module: add per-module param_lockDan Streetman2015-06-234-10/+10
| * kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez2015-05-2816-31/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2015-07-011-1/+2
|\ \
| * | drivers/tty/hvc/hvc_tile.c: properly return -EAGAINChris Metcalf2015-05-111-1/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-07-016-218/+256
|\ \ \
| * | | s390/kdump: fix nosmt kernel parameterMichael Holzheu2015-06-251-1/+1
| * | | s390/smp: cleanup core vs. cpu in the SCLP interfaceMartin Schwidefsky2015-06-252-17/+16
| * | | s390/zcrypt: Fixed reset and interrupt handling of AP queuesIngo Tuchscherer2015-06-253-200/+239
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-07-015-168/+305
|\ \ \ \
| * | | | drivers/block/nvme-core.c: fix build with gcc-4.4.4Andrew Morton2015-06-271-14/+16
| * | | | Merge branch 'stable/for-jens-4.2' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-06-274-110/+225
| |\ \ \ \
| | * | | | drivers: xen-blkfront: only talk_to_blkback() when in XenbusStateInitialisingBob Liu2015-06-221-0/+2
| | * | | | xen/block: add multi-page ring supportBob Liu2015-06-064-59/+180
| | * | | | driver: xen-blkfront: move talk_to_blkback to a more suitable placeBob Liu2015-06-061-8/+6
| | * | | | drivers: xen-blkback: delay pending_req allocation to connect_ringBob Liu2015-06-062-45/+39
| * | | | | NVMe: Fix filesystem deadlock on removalKeith Busch2015-06-271-1/+1
| * | | | | NVMe: Failed controller initialization fixesKeith Busch2015-06-271-18/+15
| * | | | | NVMe: Unify controller probe and resumeKeith Busch2015-06-271-23/+29
| * | | | | NVMe: Don't use fake status on cancelled commandKeith Busch2015-06-271-1/+4
| * | | | | NVMe: Fix device cleanup on initialization failureKeith Busch2015-06-271-2/+16
* | | | | | Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds2015-06-294-101/+133
|\ \ \ \ \ \
| * | | | | | md: clear Blocked flag on failed devices when array is read-only.Neil Brown2015-06-251-0/+9
| * | | | | | md: unlock mddev_lock on an error path.NeilBrown2015-06-251-1/+3
| * | | | | | md: clear mddev->private when it has been freed.NeilBrown2015-06-251-0/+3
| * | | | | | md: fix a build warningFiro Yang2015-06-171-1/+1
| * | | | | | md/raid5: ignore released_stripes checkShaohua Li2015-06-171-2/+2
| * | | | | | md/raid5: per hash value and exclusive wait_for_stripeYuanhan Liu2015-06-172-9/+20
| * | | | | | md/raid5: split wait_for_stripe and introduce wait_for_quiescentYuanhan Liu2015-06-172-6/+10
| * | | | | | md: convert to kstrto*()Alexey Dobriyan2015-06-171-68/+81
| * | | | | | md/raid10: make sync_request_write() call bio_copy_data()Kent Overstreet2015-06-171-14/+4
* | | | | | | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-2927-110/+10506
|\ \ \ \ \ \ \
| * | | | | | | arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler2015-06-261-13/+20
| * | | | | | | libnvdimm: Add sysfs numa_node to NVDIMM devicesToshi Kani2015-06-264-0/+33
| * | | | | | | libnvdimm: Set numa_node to NVDIMM devicesToshi Kani2015-06-264-1/+14
| * | | | | | | acpi: Add acpi_map_pxm_to_online_node()Toshi Kani2015-06-261-3/+47
| * | | | | | | libnvdimm, nfit: handle unarmed dimms, mark namespaces read-onlyDan Williams2015-06-268-3/+95
| * | | | | | | pmem: flag pmem block devices as non-rotationalDan Williams2015-06-261-0/+1
| * | | | | | | libnvdimm: enable iostatDan Williams2015-06-265-2/+59
| * | | | | | | pmem: make_request cleanupsDan Williams2015-06-261-21/+5
| * | | | | | | libnvdimm, pmem: fix up max_hw_sectorsDan Williams2015-06-261-1/+1
| * | | | | | | libnvdimm, blk: add support for blk integrityVishal Verma2015-06-265-23/+159
| * | | | | | | libnvdimm, btt: add support for blk integrityVishal Verma2015-06-265-18/+154
| * | | | | | | tools/testing/nvdimm: libnvdimm unit test infrastructureDan Williams2015-06-262-4/+14
| * | | | | | | libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memoryRoss Zwisler2015-06-2611-32/+916
| * | | | | | | nd_btt: atomic sector updatesVishal Verma2015-06-2611-25/+1676
| * | | | | | | libnvdimm: infrastructure for btt devicesDan Williams2015-06-2512-94/+821
| * | | | | | | libnvdimm: write blk label setDan Williams2015-06-256-24/+369
| * | | | | | | libnvdimm: write pmem label setDan Williams2015-06-255-14/+455
| * | | | | | | libnvdimm: blk labels and namespace instantiationDan Williams2015-06-256-38/+566