summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | bsg-lib: fix use-after-free under memory-pressureBenjamin Block2017-10-041-6/+21
| * | | | | | blk-mq-debugfs: fix device sched directory for default schedulerOmar Sandoval2017-10-031-1/+5
| * | | | | | null_blk: change configfs dependency to selectJens Axboe2017-10-031-1/+1
| * | | | | | blk-throttle: fix possible io stall when upgrade to maxJoseph Qi2017-10-031-2/+2
| * | | | | | MAINTAINERS: update list for NBDWouter Verhelst2017-10-031-1/+1
| * | | | | | nbd: fix -ERESTARTSYS handlingJosef Bacik2017-10-021-1/+5
| |/ / / / /
| * | | | | bcache: use llist_for_each_entry_safe() in __closure_wake_up()Coly Li2017-09-271-2/+2
* | | | | | Merge tag 'pci-v4.14-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-10-063-27/+50
|\ \ \ \ \ \
| * | | | | | ide: fix IRQ assignment for PCI bus order probingLorenzo Pieralisi2017-10-031-4/+9
| * | | | | | ide: pci: free PCI BARs on initialization failureBartlomiej Zolnierkiewicz2017-10-031-23/+40
| * | | | | | ide: free hwif->portdev on hwif_init() failureBartlomiej Zolnierkiewicz2017-10-031-0/+1
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2017-10-066-7/+45
|\ \ \ \ \ \ \
| * | | | | | | arm64: Ensure fpsimd support is ready before userspace is activeSuzuki K Poulose2017-10-061-1/+1
| * | | | | | | arm64: Ensure the instruction emulation is ready for userspaceSuzuki K Poulose2017-10-062-2/+2
| * | | | | | | arm64: Use larger stacks when KASAN is selectedMark Rutland2017-10-041-3/+6
| * | | | | | | ACPI/IORT: Fix PCI ACS enablementLorenzo Pieralisi2017-10-041-0/+35
| * | | | | | | arm64: fix misleading data abort decodingMark Rutland2017-10-021-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-10-067-13/+20
|\ \ \ \ \ \ \
| * | | | | | | KVM: add X86_LOCAL_APIC dependencyArnd Bergmann2017-10-051-0/+1
| * | | | | | | x86/kvm: Move kvm_fastop_exception to .fixup sectionJosh Poimboeuf2017-10-051-2/+4
| * | | | | | | kvm/x86: Avoid async PF preempting the kernel incorrectlyBoqun Feng2017-10-043-7/+13
| * | | | | | | KVM: PPC: Book3S: Fix server always zero from kvmppc_xive_get_xive()Sam Bobroff2017-10-032-4/+2
| |/ / / / / /
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-10-069-14/+34
|\ \ \ \ \ \ \
| * | | | | | | i40iw: Fix port number for query QPMustafa Ismail2017-10-041-0/+2
| * | | | | | | i40iw: Add missing memory barriersMustafa Ismail2017-10-043-8/+7
| * | | | | | | RDMA/qedr: Parse vlan priority as slAmrani, Ram2017-10-041-0/+2
| * | | | | | | RDMA/qedr: Parse VLAN ID correctly and ignore the value of zeroAmrani, Ram2017-10-042-4/+8
| * | | | | | | IB/mlx5: Fix label order in error path handlingParav Pandit2017-10-041-2/+2
| * | | | | | | RDMA/iwpm: Properly mark end of NL messagesShiraz Saleem2017-09-292-0/+13
* | | | | | | | Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-10-062-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Btrfs: fix overlap of fs_info::flags valuesTsutomu Itoh2017-10-041-1/+1
| * | | | | | | | btrfs: avoid overflow when sector_t is 32 bitGoffredo Baroncelli2017-10-041-1/+1
* | | | | | | | | Merge tag 'ceph-for-4.14-rc4' of git://github.com/ceph/ceph-clientLinus Torvalds2017-10-062-10/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ceph: fix __choose_mds() for LSSNAP requestYan, Zheng2017-10-021-5/+6
| * | | | | | | | | ceph: properly queue cap snap for newly created snap realmYan, Zheng2017-10-021-5/+3
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-10-0610-37/+60
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ovl: fix regression caused by exclusive upper/work dir protectionAmir Goldstein2017-10-053-9/+26
| * | | | | | | | | ovl: fix missing unlock_rename() in ovl_do_copy_up()Amir Goldstein2017-10-054-24/+22
| * | | | | | | | | ovl: fix dentry leak in ovl_indexdir_cleanup()Amir Goldstein2017-10-051-2/+4
| * | | | | | | | | ovl: fix dput() of ERR_PTR in ovl_cleanup_index()Amir Goldstein2017-10-051-1/+4
| * | | | | | | | | ovl: fix error value printed in ovl_lookup_index()Amir Goldstein2017-10-051-0/+1
| * | | | | | | | | ovl: fix may_write_real() for overlayfs directoriesAmir Goldstein2017-10-051-1/+3
| |/ / / / / / / /
* | | | | | | | | Merge tag 'powerpc-4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-10-068-9/+48
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | powerpc/powernv: Increase memory block size to 1GB on radixAnton Blanchard2017-10-061-1/+9
| * | | | | | | | | powerpc/mm: Call flush_tlb_kernel_range with interrupts enabledGuenter Roeck2017-10-041-1/+1
| * | | | | | | | | powerpc/xive: Clear XIVE internal structures when a CPU is removedCédric Le Goater2017-10-041-0/+8
| * | | | | | | | | powerpc/xive: Fix IPI resetCédric Le Goater2017-10-041-0/+4
| * | | | | | | | | powerpc/4xx: Fix compile error with 64K pages on 40x, 44xChristian Lamparter2017-10-031-3/+0
| * | | | | | | | | powerpc: Fix action argument for cpufeatures-based TLB flushJeremy Kerr2017-10-031-2/+2
| * | | | | | | | | cxl: Fix memory page not handledChristophe Lombard2017-09-291-2/+11