summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-25nvme: also provide a UUID in the WWID sysfs attributeJohannes Thumshirn1-0/+3
2017-07-25Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggyLinus Torvalds3-12/+20
2017-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-8/+16
2017-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds3-4/+5
2017-07-25xfs: check that dir block entries don't off the end of the bufferDarrick J. Wong1-0/+4
2017-07-25xen/blkfront: always allocate grants first from per-queue persistent grantsDongli Zhang1-8/+11
2017-07-25xen-blkfront: fix mq start/stop raceJunxiao Bi1-1/+1
2017-07-25dm bufio: fix error code in dm_bufio_write_dirty_buffers()Dan Carpenter1-2/+1
2017-07-25dm integrity: test for corrupted disk format during table loadMikulas Patocka1-0/+5
2017-07-25dm integrity: WARN_ON if variables representing journal usage get out of syncMikulas Patocka1-0/+2
2017-07-25virtio-net: fix module unloadingAndrew Jones1-1/+1
2017-07-25virtio-balloon: coding format cleanupWei Wang1-2/+4
2017-07-25virtio-balloon: deflate via a page listLiang Li1-14/+8
2017-07-25virtio_blk: Use sysfs_match_string() helperAndy Shevchenko1-5/+2
2017-07-25KVM: arm/arm64: Handle hva aging while destroying the vmSuzuki K Poulose1-0/+4
2017-07-25KVM: arm/arm64: PMU: Fix overflow interrupt injectionAndrew Jones3-31/+16
2017-07-25KVM: arm/arm64: Fix bug in advertising KVM_CAP_MSI_DEVID capabilityShanker Donthineni2-3/+1
2017-07-25iommu/amd: Enable ga_log_intr when enabling guest_modeSuravee Suthikulpanit1-0/+1
2017-07-25Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux...Joerg Roedel6-13/+34
2017-07-25KVM: s390: take srcu lock when getting/setting storage keysChristian Borntraeger1-2/+6
2017-07-25x86/efi: Fix reboot_mode when EFI runtime services are disabledStefan Assmann1-3/+3
2017-07-25sched/wait: Clean up some documentation warningsJonathan Corbet1-4/+4
2017-07-25sched/core: Fix some documentation build warningsJonathan Corbet1-1/+1
2017-07-25x86/boot: #undef memcpy() et al in string.cMichael Davidson1-0/+9
2017-07-25arm64/lib: copy_page: use consistent prefetch strideArd Biesheuvel1-4/+5
2017-07-25Merge branch 'linux-4.13' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2-2/+2
2017-07-25drm/nouveau/bar/gf100: fix access to upper half of BAR2Ben Skeggs1-1/+1
2017-07-25drm/nouveau/disp/nv50-: bump max chans to 21Ilia Mirkin1-1/+1
2017-07-25drm/i915/gvt: Extend KBL platform support in GVT-gJian Jun Chen1-1/+1
2017-07-25scsi: qedi: Fix return code in qedi_ep_connect()Dan Carpenter1-4/+4
2017-07-25scsi: lpfc: fix linking against modular NVMe supportArnd Bergmann1-0/+2
2017-07-25scsi: scsi_transport_fc: return -EBUSY for deleted vportHannes Reinecke1-2/+4
2017-07-25scsi: libcxgbi: add check for valid cxgbi_task_dataVarun Prakash1-0/+7
2017-07-25scsi: aic7xxx: fix firmware build with O=pathJakub Kicinski2-30/+35
2017-07-25scsi: megaraid_sas: fix memleak in megasas_alloc_cmdlist_fusionShu Wang1-1/+5
2017-07-25scsi: qedi: Add ISCSI_BOOT_SYSFS to KconfigNilesh Javali1-0/+1
2017-07-25net: dsa: Initialize ds->cpu_port_mask earlierFlorian Fainelli1-6/+7
2017-07-25packet: fix use-after-free in prb_retire_rx_blk_timer_expired()WANG Cong1-1/+1
2017-07-25ftgmac100: Make the MDIO bus a child of the ethernet deviceBenjamin Herrenschmidt1-0/+1
2017-07-25ftgmac100: Increase reset timeoutBenjamin Herrenschmidt1-1/+1
2017-07-25openvswitch: fix potential out of bound access in parse_ctLiping Zhang1-2/+5
2017-07-25mcs7780: Fix initialization when CONFIG_VMAP_STACK is enabledThomas Jarosch1-3/+13
2017-07-25net: stmmac: Adjust dump offset of DMA registers for ethtoolThor Thayer4-2/+10
2017-07-25net/socket: fix type in assignment and trim long linePaolo Abeni1-2/+3
2017-07-25Merge tag 'wireless-drivers-for-davem-2017-07-21' of git://git.kernel.org/pub...David S. Miller11-14/+36
2017-07-25mlxsw: spectrum_router: Don't offload routes next in listIdo Schimmel1-0/+7
2017-07-25lib: test_rhashtable: fix for large entry countsPhil Sutter1-21/+32
2017-07-25Merge branch 'bpf-fix-verifier-min-max-handling-in-BPF_SUB'David S. Miller2-6/+43
2017-07-25bpf/verifier: fix min/max handling in BPF_SUBEdward Cree1-6/+15
2017-07-25selftests/bpf: subtraction bounds testEdward Cree1-0/+28