summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-11-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-12/+28
2017-11-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-147/+4
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds262-1018/+890
2017-11-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds21-239/+385
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-240/+569
2017-11-24Merge tag 'platform-drivers-x86-v4.15-2' of git://git.infradead.org/linux-pla...Linus Torvalds4-3/+41
2017-11-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-25/+50
2017-11-24Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds35-511/+268
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas3-147/+0
2017-11-23irqchip/imgpdc: Use resource_size function on resource objectVasyl Gomonovych1-1/+1
2017-11-23irqchip/qcom: Fix u32 comparison with value less than zeroColin Ian King1-1/+1
2017-11-23ipvlan: Fix insufficient skb linear check for ipv6 icmpGao Feng1-1/+19
2017-11-23ipvlan: Fix insufficient skb linear check for arpGao Feng1-8/+8
2017-11-23geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6Hangbin Liu1-1/+15
2017-11-23Merge tag 'wireless-drivers-for-davem-2017-11-22' of git://git.kernel.org/pub...David S. Miller10-90/+335
2017-11-23Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller16-120/+154
2017-11-23net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHYFlorian Fainelli1-1/+1
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+8
2017-11-23net: accept UFO datagrams from tuntap and packetWillem de Bruijn2-1/+3
2017-11-23net: realtek: r8169: implement set_link_ksettings()Tobias Jakobi1-16/+22
2017-11-23net: phy: cortina: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner6279-143343/+364300
2017-11-23Merge tag 'pwm/for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-36/+251
2017-11-23Merge tag 'rtc-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds24-275/+1815
2017-11-23Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds54-708/+1600
2017-11-23drm/edid: quirk HTC vive headset as non-desktop. [v2]Dave Airlie1-0/+3
2017-11-23drm/fb: add support for not enabling fbcon on non-desktop displays [v2]Dave Airlie1-1/+5
2017-11-23drm: add connector info/property for non-desktop displays [v2]Dave Airlie2-2/+23
2017-11-23Merge tag 'tilcdc-4.15-fixes' of https://github.com/jsarha/linux into drm-nextDave Airlie5-380/+0
2017-11-23Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie14-25/+37
2017-11-23Merge tag 'imx-drm-next-2017-10-18' of git://git.pengutronix.de/git/pza/linux...Dave Airlie3-5/+2
2017-11-23Merge tag 'drm/tegra/for-4.15-rc1-fixes' of git://anongit.freedesktop.org/teg...Dave Airlie1-46/+111
2017-11-22i40evf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-22fm10k: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-22igb: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-22igbvf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-22ixgbevf: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-22i40e: Use smp_rmb rather than read_barrier_dependsBrian King2-2/+2
2017-11-22ixgbe: Fix skb list corruption on Power systemsBrian King1-1/+1
2017-11-22i40e: restore promiscuous after resetAlan Brady1-72/+83
2017-11-22i40evf: fix client notify of l2 paramsAlan Brady2-17/+31
2017-11-22i40e: Fix FLR reset timeout issueFilip Sadowski1-0/+7
2017-11-22i40e: Remove limit of 64 max queues per channelAmritha Nambiar2-9/+0
2017-11-22i40e: fix the calculation of VFs mac addressesZijie Pan1-10/+11
2017-11-22i40e: Fix for NUP NVM image downgrade failureJacob Keller4-4/+14
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook28-58/+58
2017-11-22treewide: setup_timer() -> timer_setup() (2 field)Kees Cook12-53/+53
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook181-730/+643
2017-11-22treewide: init_timer() -> setup_timer()Kees Cook26-97/+47
2017-11-22treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook26-56/+56