summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lightnvm: Support for Open-Channel SSDsMatias Bjørling2015-10-299-0/+1523
* Update target repo for nvme patch contributionsJay Freyensee2015-10-281-2/+4
* NVMe: initialize error to '0'Jens Axboe2015-10-151-1/+1
* nvme: use an integer value to Linux errno valuesChristoph Hellwig2015-10-151-5/+7
* nvme: fix 32-bit build warningArnd Bergmann2015-10-121-3/+3
* NVMe: Add explicit block config dependencyKeith Busch2015-10-121-1/+1
* nvme: include <linux/types.ĥ> in <linux/nvme.h>Christoph Hellwig2015-10-091-0/+2
* nvme: move to a new drivers/nvme/host directoryJay Sternberg2015-10-0912-14/+21
* nvme.h: add missing nvme_id_ctrl endianess annotationsChristoph Hellwig2015-10-091-2/+2
* nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig2015-10-094-591/+590
* nvme: add a local nvme.h headerChristoph Hellwig2015-10-094-116/+136
* nvme: properly handle partially initialized queues in nvme_create_io_queuesChristoph Hellwig2015-10-091-2/+14
* nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probeChristoph Hellwig2015-10-091-33/+20
* nvme: factor reset code into a common helperChristoph Hellwig2015-10-091-24/+24
* nvme: merge nvme_dev_reset into nvme_reset_failed_devChristoph Hellwig2015-10-091-9/+3
* nvme: delete dev from dev_list in nvme_resetChristoph Hellwig2015-10-091-0/+1
* NVMe: Simplify device resume on io queue failureKeith Busch2015-10-092-29/+6
* NVMe: Namespace removal simplificationsKeith Busch2015-10-091-32/+10
* NVMe: Reference count open namespacesKeith Busch2015-10-092-9/+21
* Merge branch 'for-4.4/core' into for-4.4/driversJens Axboe2015-10-09690-3959/+7245
|\
| * Merge tag 'v4.3-rc4' into for-4.4/coreJens Axboe2015-10-09690-3957/+7244
| |\
| | * Linux 4.3-rc4v4.3-rc4Linus Torvalds2015-10-041-1/+1
| | * Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-0425-37/+188
| | |\
| | | * tile: use global strscpy() rather than private copyChris Metcalf2015-09-101-29/+4
| | | * string: provide strscpy()Chris Metcalf2015-09-102-0/+91
| | | * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-0822-8/+93
| | * | Merge tag 'md/4.3-fixes' of git://neil.brown.name/mdLinus Torvalds2015-10-047-26/+28
| | |\ \
| | | * | md/bitmap: don't pass -1 to bitmap_storage_alloc.NeilBrown2015-10-021-1/+2
| | | * | md/raid1: Avoid raid1 resync getting stuckJes Sorensen2015-10-021-3/+2
| | | * | md: drop null test before destroy functionsJulia Lawall2015-10-024-14/+7
| | | * | md: clear CHANGE_PENDING in readonly arrayShaohua Li2015-10-021-0/+1
| | | * | md/raid0: apply base queue limits *before* disk_stack_limitsNeilBrown2015-10-021-6/+6
| | | * | md/raid5: don't index beyond end of array in need_this_block().NeilBrown2015-10-021-2/+2
| | | * | raid5: update analysis state for failed stripeShaohua Li2015-10-021-0/+4
| | | * | md: wait for pending superblock updates before switching to read-onlyNeilBrown2015-10-021-0/+4
| | * | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-10-0413-144/+82
| | |\ \ \
| | | * | | MIPS: scall: Always run the seccomp syscall filtersMarkos Chandras2015-10-044-73/+42
| | | * | | MIPS: Octeon: Fix kernel panic on startup from memory corruptionMatt Bennett2015-10-021-1/+1
| | | * | | MIPS: Fix R2300 FP context switch handlingPaul Burton2015-10-021-27/+1
| | | * | | MIPS: Fix octeon FP context switch handlingPaul Burton2015-10-021-25/+1
| | | * | | MIPS: BPF: Fix load delay slots.Ralf Baechle2015-10-021-0/+4
| | | * | | MIPS: BPF: Do all exports of symbols with FEXPORT().Ralf Baechle2015-10-011-6/+3
| | | * | | MIPS: Fix the build on jz4740 after removing the custom gpio.hAlban Bedel2015-10-012-0/+2
| | | * | | MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MTPaul Burton2015-09-301-4/+4
| | | * | | MIPS: CPS: Don't include MT code in non-MT kernels.Paul Burton2015-09-301-0/+2
| | | * | | MIPS: CPS: Stop dangling delay slot from has_mt.Paul Burton2015-09-301-2/+2
| | | * | | MIPS: dma-default: Fix 32-bit fall back to GFP_DMAJames Hogan2015-09-301-1/+1
| | | * | | MIPS: Wire up userfaultfd and membarrier syscalls.Ralf Baechle2015-09-305-6/+20
| | * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-10-043-3/+21
| | |\ \ \ \
| | | * | | | irqchip/gic-v3-its: Count additional LPIs for the aliased devicesMarc Zyngier2015-10-021-1/+1