summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-18Merge branch 'md-fixes' of https://github.com/liu-song-6/linux into for-linusJens Axboe1-14/+22
2019-06-18Merge tag 'for-5.2-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-16/+21
2019-06-18Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds49-63/+127
2019-06-18tun: wake up waitqueues after IFF_UP is setFei Li1-10/+9
2019-06-18Merge tag 'meminit-v5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+15
2019-06-18drm: return -EFAULT if copy_to_user() failsDan Carpenter2-2/+8
2019-06-18net: remove duplicate fetch in sock_getsockoptJingYi Hou1-3/+0
2019-06-18tipc: fix issues with early FAILOVER_MSG from peerTuong Lien2-4/+7
2019-06-18bnx2x: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2-1/+3
2019-06-18xhci: detect USB 3.2 capable host controllers correctlyMathias Nyman1-5/+15
2019-06-18usb: xhci: Don't try to recover an endpoint if port is in error state.Mathias Nyman3-1/+28
2019-06-18KVM: fix typo in documentationDennis Restle1-1/+1
2019-06-18drm/panfrost: Make sure a BO is only unmapped when appropriateBoris Brezillon3-1/+11
2019-06-18md: fix for divide error in status_resyncMariusz Tkaczyk1-14/+22
2019-06-18soc: ixp4xx: npe: Fix an IS_ERR() vs NULL check in probeDan Carpenter1-2/+2
2019-06-18arm64/mm: don't initialize pgd_cache twiceMike Rapoport1-2/+1
2019-06-18MAINTAINERS: Update my email addressHanjun Guo2-1/+2
2019-06-18arm64/sve: <uapi/asm/ptrace.h> should not depend on <uapi/linux/prctl.h>Anisse Astier1-5/+3
2019-06-18ovl: fix typo in MODULE_PARM_DESCNicolas Schier3-8/+8
2019-06-18ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann1-2/+2
2019-06-18ovl: don't fail with disconnected lower NFSMiklos Szeredi1-17/+9
2019-06-18mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson2-1/+16
2019-06-18mmc: sdhci: sdhci-pci-o2micro: Correctly set bus width when tuningRaul E Rangel1-1/+4
2019-06-18brcmfmac: sdio: Don't tune while the card is offDouglas Anderson1-0/+7
2019-06-18mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson2-0/+43
2019-06-18brcmfmac: sdio: Disable auto-tuning around commands expected to failDouglas Anderson1-0/+4
2019-06-18mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson4-2/+44
2019-06-18Revert "brcmfmac: disable command decode in sdio_aos"Douglas Anderson1-5/+1
2019-06-18ARM: ixp4xx: include irqs.h where neededArnd Bergmann5-0/+10
2019-06-18ARM: ixp4xx: mark ixp4xx_irq_setup as __initArnd Bergmann1-4/+4
2019-06-18ARM: ixp4xx: don't select SERIAL_OF_PLATFORMArnd Bergmann1-1/+0
2019-06-18firmware: trusted_foundations: add ARMv7 dependencyArnd Bergmann1-1/+1
2019-06-18usb: dwc2: Use generic PHY width in params setupJules Maselbas2-9/+9
2019-06-18arm64: defconfig: Enable FSL_EDMA driverLi Yang1-0/+1
2019-06-18RDMA/efa: Fix success return value in case of errorGal Pressman1-6/+18
2019-06-18IB/hfi1: Handle port down properly in pioMike Marciniszyn4-7/+8
2019-06-18IB/hfi1: Handle wakeup of orphaned QPs for pioMike Marciniszyn1-0/+16
2019-06-18IB/hfi1: Wakeup QPs orphaned on wait list after flushMike Marciniszyn1-0/+17
2019-06-18IB/hfi1: Use aborts to trigger RC throttlingMike Marciniszyn3-4/+37
2019-06-18IB/hfi1: Create inline to get extended headersMike Marciniszyn2-20/+32
2019-06-18IB/hfi1: Silence txreq allocation warningsMike Marciniszyn2-2/+3
2019-06-18IB/hfi1: Avoid hardlockup with flushlist_lockMike Marciniszyn1-6/+3
2019-06-18KVM: PPC: Book3S HV: Only write DAWR[X] when handling h_set_dawr in real modeSuraj Jitindar Singh1-1/+10
2019-06-18KVM: PPC: Book3S HV: Fix r3 corruption in h_set_dabr()Michael Neuling1-1/+3
2019-06-18Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-1/+2
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds161-539/+2139
2019-06-18fs/namespace: fix unprivileged mount propagationChristian Brauner2-1/+1
2019-06-18vfs: fsmount: add missing mntget()Eric Biggers1-0/+1
2019-06-18cifs: fix GlobalMid_Lock bug in cifs_reconnectRonnie Sahlberg1-0/+2
2019-06-18SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French1-1/+1