summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland85-192/+190
2017-10-25locking/atomics, media/dvb_ringbuffer: Convert ACCESS_ONCE() to READ_ONCE()/W...Mark Rutland1-4/+4
2017-10-25locking/atomics, firmware/ivc: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-12/+12
2017-10-25locking/atomics, EDAC/altera: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-5/+5
2017-10-25locking/atomics, dm-integrity: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-7/+8
2017-10-24locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon1-10/+10
2017-10-23Merge tag 'staging-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-39/+83
2017-10-23Merge tag 'char-misc-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-26/+15
2017-10-23Merge tag 'usb-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds17-76/+226
2017-10-22Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2017-10-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-11/+34
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds59-487/+881
2017-10-22stmmac: Don't access tx_q->dirty_tx before netif_tx_lockBernd Edlinger1-1/+2
2017-10-22of_mdio: Fix broken PHY IRQ in case of probe deferralGeert Uytterhoeven1-12/+27
2017-10-22net: stmmac: Prevent infinite loop in get_rx_timestamp_status()Jose Abreu1-1/+1
2017-10-22net: stmmac: Fix stmmac_get_rx_hwtstamp()Jose Abreu1-7/+6
2017-10-22net: stmmac: Add missing call to dev_kfree_skb()Jose Abreu1-0/+1
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds9-96/+183
2017-10-22mlxsw: spectrum_router: Configure TIGCR on initPetr Machata1-1/+10
2017-10-22mlxsw: reg: Add Tunneling IPinIP General Configuration RegisterPetr Machata1-0/+31
2017-10-21Merge tag 'dmaengine-fix-4.14-rc6' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds1-2/+2
2017-10-21net: aquantia: Bad udp rate on default interrupt coalescingIgor Russkikh1-6/+6
2017-10-21net: aquantia: Enable coalescing management via ethtool interfaceIgor Russkikh9-62/+155
2017-10-21net: aquantia: mmio unmap was not performed on driver removalIgor Russkikh1-0/+3
2017-10-21net: aquantia: Limit number of MSIX irqs to the number of cpusIgor Russkikh1-4/+7
2017-10-21net: aquantia: Fixed transient link up/down/up notificationIgor Russkikh1-0/+2
2017-10-21net: aquantia: Add queue restarts stats counterIgor Russkikh2-58/+37
2017-10-21net: aquantia: Reset nic statistics on interface up/downIgor Russkikh6-17/+75
2017-10-21android: binder: Fix null ptr dereference in debug msgSherry Yang1-1/+1
2017-10-21android: binder: Don't get mm from taskSherry Yang2-14/+9
2017-10-21geneve: Fix function matching VNI and tunnel ID on big-endianStefano Brivio1-6/+0
2017-10-21Merge tag 'linux-can-fixes-for-4.14-20171019' of git://git.kernel.org/pub/scm...David S. Miller3-24/+79
2017-10-20Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-8/+11
2017-10-20vmbus: hvsock: add proper sync for vmbus_hvsock_device_unregister()Dexuan Cui1-1/+4
2017-10-20clockevents/drivers/cs5535: Improve resilience to spurious interruptsDavid Kozub1-1/+2
2017-10-20Merge tag 'for-linus-4.14c-rc6-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2017-10-20binder: call poll_wait() unconditionally.Martijn Coenen1-10/+1
2017-10-20Merge tag 'mmc-v4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds1-0/+2
2017-10-20Merge tag 'drm-fixes-for-v4.14-rc6' of git://people.freedesktop.org/~airlied/...Linus Torvalds14-73/+90
2017-10-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-13/+172
2017-10-20dmaengine: altera: Use IRQ-safe spinlock calls in the error paths as wellStefan Roese1-2/+2
2017-10-19Input: ims-psu - check if CDC union descriptor is saneDmitry Torokhov1-2/+14
2017-10-19Input: joydev - blacklist ds3/ds4/udraw motion sensorsRoderick Colenbrander1-6/+64
2017-10-19Input: allow matching device IDs on property bitsDmitry Torokhov1-1/+2
2017-10-19Input: factor out and export input_device_id matching codeDmitry Torokhov1-45/+38
2017-10-19Input: goodix - poll the 'buffer status' bit before reading dataPaul Cercueil1-23/+44
2017-10-19Input: axp20x-pek - fix module not auto-loading for axp221 pekHans de Goede1-1/+1
2017-10-19Input: tca8418 - enable interrupt after it has been requestedDamien Riegel1-12/+17
2017-10-19Merge tag 'reset-fixes-for-4.14-2' of git://git.pengutronix.de/git/pza/linux ...Arnd Bergmann1-7/+10
2017-10-19Merge tag 'mvebu-fixes-4.14-2' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann1-1/+1