summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-11-04hyper-v: trace vmbus_ongpadl_torndown()Vitaly Kuznetsov2-0/+10
2017-11-04hyper-v: trace vmbus_ongpadl_created()Vitaly Kuznetsov2-0/+19
2017-11-04hyper-v: trace vmbus_onopen_result()Vitaly Kuznetsov2-0/+19
2017-11-04hyper-v: trace vmbus_onoffer_rescind()Vitaly Kuznetsov2-0/+10
2017-11-04hyper-v: trace vmbus_onoffer()Vitaly Kuznetsov2-0/+39
2017-11-04hyper-v: trace vmbus_on_message()Vitaly Kuznetsov2-0/+7
2017-11-04hyper-v: trace vmbus_on_msg_dpc()Vitaly Kuznetsov5-1/+40
2017-11-04drivers/pcmcia: Convert timers to use timer_setup()Kees Cook8-31/+24
2017-11-04drivers/sgi-xp: Convert timers to use timer_setup()Kees Cook2-18/+12
2017-11-04auxdisplay: Convert timers to use timer_setup()Kees Cook2-8/+6
2017-10-31Drivers: hv: vmbus: Make panic reporting to be more usefulK. Y. Srinivasan1-2/+2
2017-10-31Drivers: hv: vmbus: Expose per-channel interrupts and events countersStephen Hemminger2-0/+18
2017-10-23Merge 4.14-rc6 into char-misc-nextGreg Kroah-Hartman142-882/+1873
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-23genwqe: Take R/W permissions into account when dealing with memory pagesGuilherme G. Piccoli3-18/+38
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-22Merge 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-22Merge 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-21Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2-8/+11
2017-10-20lkdtm: Constify the crashtypes tableKees Cook1-9/+9
2017-10-20lkdtm: Convert from jprobe to kprobeKees Cook1-109/+45
2017-10-20nvmem: add a driver for the Amlogic Meson6/Meson8/Meson8b SoCsMartin Blumenstingl3-0/+277
2017-10-20nvmem: meson-efuse: indicate that this driver is only for Meson GX SoCsMartin Blumenstingl2-4/+4
2017-10-20nvmem: rockchip: add support for RK3368Romain Perier1-0/+4
2017-10-20vmbus: initialize reserved fields in messagesStephen Hemminger1-0/+2
2017-10-20Merge tag 'vme-next-4.14-rc4' of https://gitlab.collabora.com/martyn/linux in...Greg Kroah-Hartman4-228/+157
2017-10-20binder: pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-10-20android: binder: Change binder_shrinker to staticSherry Yang1-1/+1