aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-24Input: goodix - support gt1151 touchpanelMarcin Niestroj1-27/+98
2017-10-24Input: ps2-gpio - actually abort probe when connected to sleeping GPIOsDmitry Torokhov1-0/+1
2017-10-24Input: hil_mlc - convert to using timer_setup()Kees Cook1-2/+2
2017-10-24Input: hp_sdc - convert to using timer_setup()Kees Cook1-3/+2
2017-10-24Input: touchsceen - convert timers to use timer_setup()Kees Cook5-18/+18
2017-10-24Input: keyboard - convert timers to use timer_setup()Kees Cook6-22/+19
2017-10-23Input: uinput - fold header into the driver properDmitry Torokhov1-1/+39
2017-10-23Input: uinput - remove uinput_allocate_device()Dmitry Torokhov1-18/+10
2017-10-23Input: uinput - fix coding style in uinput_ioctl_handler()Dmitry Torokhov1-116/+115
2017-10-23Input: uinput - allow FF requests to time outDmitry Torokhov1-1/+5
2017-10-23Input: ad7877 - convert to using timer_setup()stephen lu1-3/+3
2017-10-23Input: gpio-keys - convert timers to use timer_setup()stephen lu1-4/+3
2017-10-23Input: ff_memless - convert to using timer_setup()Kees Cook1-4/+4
2017-10-23Input: alps - convert to using timer_setup()Kees Cook1-4/+4
2017-10-23Input: byd - convert to using timer_setup()Kees Cook1-4/+6
2017-10-23Merge tag 'v4.14-rc6' into nextDmitry Torokhov5749-134830/+427105
2017-10-23Merge tag 'staging-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-39/+83
2017-10-23Merge tag 'char-misc-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds4-26/+15
2017-10-23Merge tag 'usb-4.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds17-76/+226
2017-10-22Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2017-10-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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/dtor/inputLinus 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/slave-dmaLinus 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/linux/kernel/git/mkl/linux-canDavid S. Miller3-24/+79
2017-10-20Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus 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/kernel/git/xen/tipLinus 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/ulfh/mmcLinus Torvalds1-0/+2
2017-10-20Merge tag 'drm-fixes-for-v4.14-rc6' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds14-73/+90
2017-10-20Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds4-13/+172