summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-06-05net: phy: broadcom: Enable 125 MHz clock on LED4 pin for BCM54612E by default.Kun Yi1-2/+14
2018-06-05media: uvcvideo: Prevent setting unavailable flagsKieran Bingham1-8/+9
2018-06-05net: phy: remove PM ops from MDIO busHeiner Kallweit1-48/+0
2018-06-05net: phy: add struct device_type representation of a PHYHeiner Kallweit1-46/+50
2018-06-05cpuidle: powernv: Fix promotion from snooze if next state disabledGautham R. Shenoy1-6/+26
2018-06-05tun: remove ndo_xdp_flush call tun_xdp_flushJesper Dangaard Brouer1-22/+1
2018-06-05virtio_net: remove ndo_xdp_flush call virtnet_xdp_flushJesper Dangaard Brouer1-13/+0
2018-06-05ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flushJesper Dangaard Brouer1-21/+0
2018-06-05i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer3-21/+0
2018-06-05ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()Wei Yongjun1-1/+3
2018-06-05serial: sh-sci: Stop using printk format %pCrGeert Uytterhoeven1-2/+2
2018-06-05thermal: bcm2835: Stop using printk format %pCrGeert Uytterhoeven1-2/+2
2018-06-05clk: renesas: cpg-mssr: Stop using printk format %pCrGeert Uytterhoeven1-4/+5
2018-06-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-67/+45
2018-06-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-154/+978
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+12
2018-06-05Merge branch 'x86-dax-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+5
2018-06-05Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-13/+390
2018-06-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2018-06-05Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2018-06-05Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller8-70/+195
2018-06-05net: hns: Fix the process of adding broadcast addresses to tcamXi Wang1-5/+18
2018-06-05team: use netdev_features_t instead of u32Dan Carpenter1-1/+2
2018-06-05net_failover: Use netdev_features_t instead of u32Dan Carpenter1-1/+2
2018-06-05IB/hfi1: Fix comment on default hdr entry sizeMike Marciniszyn1-2/+2
2018-06-05qed: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-4/+3
2018-06-05wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memsetYueHaibing1-7/+4
2018-06-05IB/hfi1: Rename exp_lock to exp_mutexKaike Wan3-8/+8
2018-06-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller12-107/+83
2018-06-05qed: Add srq core support for RoCE and iWARPYuval Bason8-7/+223
2018-06-05net: ethernet: bnx2: Replace NULL comparisonVarsha Rao1-21/+21
2018-06-05net: ethernet: bnx2: Remove extra parenthesesVarsha Rao1-1/+1
2018-06-05net: gemini: fix spelling mistake: "it" -> "is"YueHaibing1-3/+3
2018-06-04IB/hfi1: Add bypass register defines and replace blind constantsMike Marciniszyn2-1/+9
2018-06-04IB/hfi1: Remove unused variableKaike Wan1-3/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds8-22/+23
2018-06-04Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-27/+15
2018-06-04Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI IDJohannes Wienke1-0/+1
2018-06-04Merge branch 'next' into for-linusDmitry Torokhov5976-277308/+389184
2018-06-04Input: goodix - add new ACPI id for GPD Win 2 touch screenEthan Lee1-0/+1
2018-06-04Input: xpad - add GPD Win 2 Controller USB IDsEthan Lee1-0/+2
2018-06-04net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing3-10/+3
2018-06-04Allow ethtool to change tun link settingsChas Williams1-2/+25
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds1-0/+1
2018-06-04IB/hfi1: Ensure VL index is within boundsKaike Wan1-9/+3
2018-06-04IB/hfi1: Fix user context tail allocation for DMA_RTAILMike Marciniszyn3-10/+9
2018-06-04sh_eth: use DIV_ROUND_UP() in sh_eth_soft_swap()Sergei Shtylyov1-1/+1
2018-06-04sh_eth: uninline sh_eth_soft_swap()Sergei Shtylyov2-12/+11
2018-06-04sh_eth: make sh_eth_soft_swap() work on ARMSergei Shtylyov1-1/+1
2018-06-04Merge tag 'regmap-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2-2/+3