summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-21Linux 4.14.90v4.14.90Greg Kroah-Hartman1-1/+1
2018-12-21bpf, arm: fix emit_ldx_r and emit_mov_i using TMP_REG_1Nicolas Schichan1-1/+1
2018-12-21rtc: snvs: Add timeouts to avoid kernel lockupsTrent Piepho1-35/+70
2018-12-21nvmet-rdma: fix response use after freeIsrael Rukshin1-1/+2
2018-12-21i2c: uniphier-f: fix violation of tLOW requirement for Fast-modeMasahiro Yamada1-1/+18
2018-12-21i2c: uniphier: fix violation of tLOW requirement for Fast-modeMasahiro Yamada1-1/+7
2018-12-21i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device nodeHans de Goede1-3/+7
2018-12-21i2c: axxia: properly handle master timeoutAdamski, Krzysztof (Nokia - PL/Wroclaw)1-11/+29
2018-12-21mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctlIdo Schimmel1-2/+8
2018-12-21vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi1-7/+15
2018-12-21cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French1-1/+1
2018-12-21drm/ast: Fix connector leak during driver unloadSam Bobroff1-0/+1
2018-12-21ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne1-3/+2
2018-12-21ARM: 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpartVladimir Murzin1-5/+9
2018-12-21ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handlingChris Cole1-3/+5
2018-12-21net/mlx4_en: Fix build break when CONFIG_INET is offSaeed Mahameed1-1/+1
2018-12-21mv88e6060: disable hardware level MAC learningAnderson Luiz Alves1-7/+3
2018-12-21libata: whitelist all SAMSUNG MZ7KM* solid-state disksJuha-Matti Tilli1-0/+1
2018-12-21Input: omap-keypad - fix keyboard debounce configurationTony Lindgren1-4/+14
2018-12-21Input: synaptics - enable SMBus for HP 15-ay000Teika Kazura1-0/+1
2018-12-21clk: mmp: Off by one in mmp_clk_add()Dan Carpenter1-1/+1
2018-12-21clk: mvebu: Off by one bugs in cp110_of_clk_get()Dan Carpenter1-2/+2
2018-12-21drm/msm: Fix error return checkingWen Yang1-1/+1
2018-12-21ide: pmac: add of_node_put()Yangtao Li1-0/+1
2018-12-21drivers/tty: add missing of_node_put()Yangtao Li1-0/+1
2018-12-21drivers/sbus/char: add of_node_put()Yangtao Li1-0/+2
2018-12-21sbus: char: add of_node_put()Yangtao Li1-0/+1
2018-12-21SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust1-2/+9
2018-12-21nfs: don't dirty kernel pages read by direct-ioDave Kleikamp1-1/+8
2018-12-21bpf: Fix verifier log string check for bad alignment.David Miller1-1/+1
2018-12-21bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen1-0/+3
2018-12-21ARC: io.h: Implement reads{x}()/writes{x}()Jose Abreu1-0/+72
2018-12-21drm/msm: Grab a vblank reference when waiting for commit_doneSean Paul1-0/+5
2018-12-21x86/earlyprintk/efi: Fix infinite loop on some screen widthsYiFei Zhu1-1/+1
2018-12-21scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during un...Cathy Avery1-2/+2
2018-12-21scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_resetFred Herard1-2/+2
2018-12-21Input: hyper-v - fix wakeup from suspend-to-idleVitaly Kuznetsov2-2/+2
2018-12-21mac80211_hwsim: fix module init error paths for netlinkAlexey Khoroshilov1-5/+7
2018-12-21locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)1-1/+1
2018-12-21IB/hfi1: Remove race conditions in user_sdma send pathMichael J. Ruhl2-18/+15
2018-12-21mac80211: Fix condition validating WMM IEIlan Peer1-1/+1
2018-12-21mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach1-1/+2
2018-12-21netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik6-63/+63
2018-12-21elevator: lookup mq vs non-mq elevatorsJens Axboe1-23/+21
2018-12-21locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra2-1/+37
2018-12-21locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper boundWill Deacon1-0/+2
2018-12-21locking/qspinlock: Re-order codePeter Zijlstra1-28/+26
2018-12-21locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queueWill Deacon1-11/+8
2018-12-21locking/qspinlock: Remove duplicate clear_pending() function from PV codeWill Deacon1-5/+0
2018-12-21locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpathWill Deacon2-49/+58