summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.14.90v4.14.90Greg Kroah-Hartman2018-12-211-1/+1
* bpf, arm: fix emit_ldx_r and emit_mov_i using TMP_REG_1Nicolas Schichan2018-12-211-1/+1
* rtc: snvs: Add timeouts to avoid kernel lockupsTrent Piepho2018-12-211-35/+70
* nvmet-rdma: fix response use after freeIsrael Rukshin2018-12-211-1/+2
* i2c: uniphier-f: fix violation of tLOW requirement for Fast-modeMasahiro Yamada2018-12-211-1/+18
* i2c: uniphier: fix violation of tLOW requirement for Fast-modeMasahiro Yamada2018-12-211-1/+7
* i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device nodeHans de Goede2018-12-211-3/+7
* i2c: axxia: properly handle master timeoutAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-211-11/+29
* mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctlIdo Schimmel2018-12-211-2/+8
* vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi2018-12-211-7/+15
* cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French2018-12-211-1/+1
* drm/ast: Fix connector leak during driver unloadSam Bobroff2018-12-211-0/+1
* ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne2018-12-211-3/+2
* ARM: 8815/1: V7M: align v7m_dma_inv_range() with v7 counterpartVladimir Murzin2018-12-211-5/+9
* ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handlingChris Cole2018-12-211-3/+5
* net/mlx4_en: Fix build break when CONFIG_INET is offSaeed Mahameed2018-12-211-1/+1
* mv88e6060: disable hardware level MAC learningAnderson Luiz Alves2018-12-211-7/+3
* libata: whitelist all SAMSUNG MZ7KM* solid-state disksJuha-Matti Tilli2018-12-211-0/+1
* Input: omap-keypad - fix keyboard debounce configurationTony Lindgren2018-12-211-4/+14
* Input: synaptics - enable SMBus for HP 15-ay000Teika Kazura2018-12-211-0/+1
* clk: mmp: Off by one in mmp_clk_add()Dan Carpenter2018-12-211-1/+1
* clk: mvebu: Off by one bugs in cp110_of_clk_get()Dan Carpenter2018-12-211-2/+2
* drm/msm: Fix error return checkingWen Yang2018-12-211-1/+1
* ide: pmac: add of_node_put()Yangtao Li2018-12-211-0/+1
* drivers/tty: add missing of_node_put()Yangtao Li2018-12-211-0/+1
* drivers/sbus/char: add of_node_put()Yangtao Li2018-12-211-0/+2
* sbus: char: add of_node_put()Yangtao Li2018-12-211-0/+1
* SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust2018-12-211-2/+9
* nfs: don't dirty kernel pages read by direct-ioDave Kleikamp2018-12-211-1/+8
* bpf: Fix verifier log string check for bad alignment.David Miller2018-12-211-1/+1
* bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen2018-12-211-0/+3
* ARC: io.h: Implement reads{x}()/writes{x}()Jose Abreu2018-12-211-0/+72
* drm/msm: Grab a vblank reference when waiting for commit_doneSean Paul2018-12-211-0/+5
* x86/earlyprintk/efi: Fix infinite loop on some screen widthsYiFei Zhu2018-12-211-1/+1
* scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during un...Cathy Avery2018-12-211-2/+2
* scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_resetFred Herard2018-12-211-2/+2
* Input: hyper-v - fix wakeup from suspend-to-idleVitaly Kuznetsov2018-12-212-2/+2
* mac80211_hwsim: fix module init error paths for netlinkAlexey Khoroshilov2018-12-211-5/+7
* locking/qspinlock: Fix build for anonymous union in older GCC compilersSteven Rostedt (VMware)2018-12-211-1/+1
* IB/hfi1: Remove race conditions in user_sdma send pathMichael J. Ruhl2018-12-212-18/+15
* mac80211: Fix condition validating WMM IEIlan Peer2018-12-211-1/+1
* mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach2018-12-211-1/+2
* netfilter: ipset: Fix wraparound in hash:*net* typesJozsef Kadlecsik2018-12-216-63/+63
* elevator: lookup mq vs non-mq elevatorsJens Axboe2018-12-211-23/+21
* locking/qspinlock, x86: Provide liveness guaranteePeter Zijlstra2018-12-212-1/+37
* locking/qspinlock/x86: Increase _Q_PENDING_LOOPS upper boundWill Deacon2018-12-211-0/+2
* locking/qspinlock: Re-order codePeter Zijlstra2018-12-211-28/+26
* locking/qspinlock: Kill cmpxchg() loop when claiming lock from head of queueWill Deacon2018-12-211-11/+8
* locking/qspinlock: Remove duplicate clear_pending() function from PV codeWill Deacon2018-12-211-5/+0
* locking/qspinlock: Remove unbounded cmpxchg() loop from locking slowpathWill Deacon2018-12-212-49/+58