summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-01-09Linux 4.19.14v4.19.14Greg Kroah-Hartman
2019-01-09MIPS: Only include mmzone.h when CONFIG_NEED_MULTIPLE_NODES=yPaul Burton
2019-01-09spi: bcm2835: Unbreak the build of esoteric configsLukas Wunner
2019-01-09tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler
2019-01-09tpm: tpm_try_transmit() refactor error flow.Tomas Winkler
2019-01-09arm64: compat: Avoid sending SIGILL for unallocated syscall numbersWill Deacon
2019-01-09iommu/arm-smmu-v3: Fix big-endian CMD_SYNC writesRobin Murphy
2019-01-09KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()Gustavo A. R. Silva
2019-01-09KVM: arm/arm64: vgic-v2: Set active_source to 0 when restoring stateChristoffer Dall
2019-01-09KVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximumMarc Zyngier
2019-01-09KVM: arm/arm64: vgic: Do not cond_resched_lock() with IRQs disabledJulien Thierry
2019-01-09rtc: m41t80: Correct alarm month range with RTC readsMaciej W. Rozycki
2019-01-09ARM: dts: exynos: Specify I2S assigned clocks in proper nodeSylwester Nawrocki
2019-01-09arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 P...Marc Zyngier
2019-01-09arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1Will Deacon
2019-01-09smb3: fix large reads on encrypted connectionsPaul Aurich
2019-01-09CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin
2019-01-09MIPS: Fix a R10000_LLSC_WAR logic in atomic.hHuacai Chen
2019-01-09MIPS: OCTEON: mark RGMII interface disabled on OCTEON IIIAaro Koskinen
2019-01-09MIPS: Expand MIPS32 ASIDs to 64 bitsPaul Burton
2019-01-09MIPS: Align kernel load address to 64KBHuacai Chen
2019-01-09MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen
2019-01-09MIPS: c-r4k: Add r4k_blast_scache_node for Loongson-3Huacai Chen
2019-01-09MIPS: math-emu: Write-protect delay slot emulation pagesPaul Burton
2019-01-09tools lib traceevent: Fix processing of dereferenced args in bprintk eventsSteven Rostedt (VMware)
2019-01-09media: v4l2-tpg: array index could become negativeHans Verkuil
2019-01-09media: vb2: check memory model for VIDIOC_CREATE_BUFSHans Verkuil
2019-01-09media: vivid: free bitmap_cap when updating std/timings/etc.Hans Verkuil
2019-01-09media: imx274: fix stack corruption in imx274_read_regLuca Ceresoli
2019-01-09media: rc: cec devices do not have a lirc chardevSean Young
2019-01-09media: cec-pin: fix broken tx_ignore_nack_until_eom error injectionHans Verkuil
2019-01-09media: cec: keep track of outstanding transmitsHans Verkuil
2019-01-09serial: uartps: Fix interrupt mask issue to handle the RX interrupts properlyNava kishore Manne
2019-01-09f2fs: sanity check of xattr entry sizeJaegeuk Kim
2019-01-09f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl
2019-01-09f2fs: read page index before freeingPan Bian
2019-01-09dax: Use non-exclusive wait in wait_entry_unlocked()Dan Williams
2019-01-09dax: Don't access a freed inodeMatthew Wilcox
2019-01-09powerpc/tm: Unset MSR[TS] if not recheckpointingBreno Leitao
2019-01-09brcmfmac: Fix out of bounds memory access during fw loadLyude Paul
2019-01-09brcmfmac: fix roamoff=1 modparamStijn Tintel
2019-01-09Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana
2019-01-09btrfs: run delayed items before dropping the snapshotJosef Bacik
2019-01-09Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana
2019-01-09btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Lu Fengqi
2019-01-09btrfs: dev-replace: go back to suspend state if another EXCL_OP is runningAnand Jain
2019-01-09btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain
2019-01-09cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin
2019-01-09cgroup: fix CSS_TASK_ITER_PROCSTejun Heo
2019-01-09crypto: cfb - fix decryptionDmitry Eremin-Solenikov