summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: End unstarted requests on dying queueKeith Busch2016-02-111-2/+4
* block: Initialize max_dev_sectors to 0Keith Busch2016-02-111-2/+2
* null_blk: oops when initializing without lightnvmMatias Bjørling2016-02-111-2/+4
* block: fix module reference leak on put_disk() call for cgroups throttleRoman Pen2016-02-091-0/+9
* nvme: fix Kconfig description for BLK_DEV_NVME_SCSIChristoph Hellwig2016-02-091-2/+3
* kernel/fs: fix I/O wait not accounted for RW O_DSYNCStephane Gasparini2016-02-091-1/+1
* floppy: refactor open() flags handlingJiri Kosina2016-02-061-15/+19
* lightnvm: allow to force mm initializationMatias Bjørling2016-02-043-10/+21
* lightnvm: check overflow and correct mlc pairsMatias Bjørling2016-02-041-3/+9
* lightnvm: fix request intersection locking in rrpcJavier González2016-02-041-2/+1
* lightnvm: warn if irqs are disabled in lock laddrJavier González2016-02-041-0/+2
* lightnvm: put bio before returnWenwei Tao2016-02-041-1/+3
* deadline: remove unused struct memberTahsin Erdogan2016-02-011-3/+0
* Merge branch 'for-4.5/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2016-02-011-15/+18
|\
| * floppy: fix lock_fdc() signal handlingJiri Kosina2016-02-011-15/+18
* | Merge branch 'stable/for-jens-4.5' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2016-01-311-29/+45
|\ \
| * | xen/blkfront: realloc ring info in blkif_resumeBob Liu2016-01-301-29/+45
* | | block: fix use-after-free in dio_bio_completeMike Krinkin2016-01-311-1/+1
* | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-01-303-0/+11
|\ \ \
| * | | ARM: wire up copy_file_range() syscallRussell King2016-01-272-0/+2
| * | | ARM: 8500/1: fix atags_to_fdt with stack-protector-strongKees Cook2016-01-271-0/+9
* | | | Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-3011-56/+35
|\ \ \ \
| * | | | powerpc/mm: Fixup _HPAGE_CHG_MASKAneesh Kumar K.V2016-01-281-1/+3
| * | | | powerpc/perf: Remove PPMU_HAS_SSLOT flag for Power8Madhavan Srinivasan2016-01-281-1/+1
| * | | | powerpc/eeh: Fix PE location codeGavin Shan2016-01-271-18/+15
| * | | | powerpc/mm: Allow user space to map rtas_rmo_bufVasant Hegde2016-01-251-2/+2
| * | | | powerpc: Remove newly added extra definition of pmd_dirtyStephen Rothwell2016-01-211-1/+0
| * | | | powerpc: Simplify module TOC handlingAlan Modra2016-01-213-32/+11
| * | | | powerpc: Wire up copy_file_range() syscallChandan Rajendra2016-01-213-1/+3
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2016-01-3037-189/+192
|\ \ \ \ \
| * | | | | s390/cio: update measurement characteristicsSebastian Ott2016-01-262-9/+20
| * | | | | s390/cio: ensure consistent measurement stateSebastian Ott2016-01-262-12/+13
| * | | | | s390/cio: fix measurement characteristics memleakSebastian Ott2016-01-263-18/+6
| * | | | | s390/zcrypt: Fix cryptographic device id in kernel messagesIngo Tuchscherer2016-01-263-20/+24
| * | | | | s390/pci: remove iomap sanity checksSebastian Ott2016-01-261-9/+4
| * | | | | s390/pci: set error state for unusable functionsSebastian Ott2016-01-261-0/+5
| * | | | | s390/pci: fix bar checkSebastian Ott2016-01-261-1/+1
| * | | | | s390/pci: resize iomapSebastian Ott2016-01-261-12/+22
| * | | | | s390/pci: improve ZPCI_* macrosSebastian Ott2016-01-262-7/+10
| * | | | | s390/pci: provide ZPCI_ADDR macroSebastian Ott2016-01-262-7/+4
| * | | | | s390/pci: adjust IOMAP_MAX_ENTRIESSebastian Ott2016-01-261-1/+1
| * | | | | s390/numa: move numa_init_late() from device to arch_initcallMichael Holzheu2016-01-261-1/+1
| * | | | | s390: remove all usages of PSW_ADDR_INSNHeiko Carstens2016-01-1914-49/+41
| * | | | | s390: remove all usages of PSW_ADDR_AMODEHeiko Carstens2016-01-1910-33/+28
| * | | | | s390: wire up copy_file_range syscallHeiko Carstens2016-01-193-1/+4
| * | | | | s390: remove superfluous memblock_alloc() return value checksHeiko Carstens2016-01-193-6/+0
| * | | | | s390/numa: allocate memory with correct alignmentHeiko Carstens2016-01-191-1/+1
| * | | | | s390/irqflags: optimize irq restoreChristian Borntraeger2016-01-192-3/+8
| * | | | | s390/mm: use TASK_MAX_SIZE where applicableDominik Dingel2016-01-192-7/+7
* | | | | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-3011-32/+113
|\ \ \ \ \ \