aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-01-08Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 45-316/+549
2017-01-08Merge tag 'char-misc-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-19/+23
2017-01-08Merge tag 'staging-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-30/+43
2017-01-06Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-7/+24
2017-01-06Merge tag 'hwmon-for-linus-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2017-01-06Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfioGravatar Linus Torvalds 8-89/+191
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-12/+7
2017-01-06Merge tag 'iommu-fixes-v4.10-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-2/+42
2017-01-06Merge tag 'acpi-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 6-5/+72
2017-01-06Merge tag 'pm-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 5-28/+45
2017-01-06swiotlb: Export swiotlb_max_segment to usersGravatar Konrad Rzeszutek Wilk 2-10/+5
2017-01-06Merge branches 'acpi-scan', 'acpi-sysfs', 'acpi-wdat' and 'acpi-tables'Gravatar Rafael J. Wysocki 15-35/+165
2017-01-06Merge branches 'pm-domains', 'pm-docs' and 'pm-devfreq'Gravatar Rafael J. Wysocki 3-6/+12
2017-01-06Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 2-22/+33
2017-01-05Merge tag 'platform-drivers-x86-v4.10-3' of git://git.infradead.org/users/dvh...Gravatar Linus Torvalds 2-22/+22
2017-01-05Merge tag 'drm-intel-fixes-2017-01-05' of git://anongit.freedesktop.org/git/d...Gravatar Linus Torvalds 11-45/+190
2017-01-05USB: fix problems with duplicate endpoint addressesGravatar Alan Stern 1-0/+10
2017-01-05Merge tag 'pinctrl-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-53/+90
2017-01-05usb: ohci-at91: use descriptor-based gpio APIs correctlyGravatar Peter Rosin 1-14/+10
2017-01-05Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 2-4/+10
2017-01-05Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-29/+36
2017-01-05usb: storage: unusual_uas: Add JMicron JMS56x to unusual deviceGravatar Oliver Neukum 1-0/+7
2017-01-05usb: hub: Move hub_port_disable() to fix warning if PM is disabledGravatar Geert Uytterhoeven 1-30/+29
2017-01-05usb: musb: blackfin: add bfin_fifo_offset in bfin_opsGravatar Jérémy Lefaure 1-0/+1
2017-01-05usb: musb: fix compilation warning on unused functionGravatar Jérémy Lefaure 1-0/+2
2017-01-05usb: musb: Fix trying to free already-free IRQ 4Gravatar Tony Lindgren 1-1/+1
2017-01-05usb: musb: dsps: implement clear_ep_rxintr() callbackGravatar Bin Liu 1-0/+12
2017-01-05usb: musb: core: add clear_ep_rxintr() to musb_platform_opsGravatar Bin Liu 2-6/+11
2017-01-05Merge tag 'usb-serial-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Greg Kroah-Hartman 16-58/+167
2017-01-05ACPI / DMAR: Avoid passing NULL to acpi_put_table()Gravatar Rafael J. Wysocki 1-2/+4
2017-01-05cpufreq: dt: Add support for APM X-Gene 2Gravatar Hoan Tran 1-0/+2
2017-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 31-229/+190
2017-01-04sh_eth: enable RX descriptor word 0 shift on SH7734Gravatar Sergei Shtylyov 1-0/+1
2017-01-04sfc: don't report RX hash keys to ethtool when RSS wasn't enabledGravatar Edward Cree 4-1/+7
2017-01-04dpaa_eth: Initialize CGR structure before initGravatar Roy Pledge 1-0/+2
2017-01-04dpaa_eth: cleanup after init_phy() failureGravatar Madalin Bucur 1-1/+3
2017-01-04net: systemport: Pad packet before inserting TSBGravatar Florian Fainelli 1-9/+9
2017-01-04net: systemport: Utilize skb_put_padto()Gravatar Florian Fainelli 1-3/+2
2017-01-04LiquidIO VF: s/select/imply/ for PTP_1588_CLOCKGravatar Nicolas Pitre 1-1/+1
2017-01-04libcxgb: fix error check for ip6_route_output()Gravatar Varun Prakash 1-7/+5
2017-01-04net: usb: asix_devices: add .reset_resume for USB PMGravatar Peter Chen 1-0/+1
2017-01-04nvmem: fix nvmem_cell_read() return type docGravatar Brian Norris 1-2/+2
2017-01-04nvmem: imx-ocotp: Fix wrong register sizeGravatar Daniel Schultz 1-1/+1
2017-01-04nvmem: qfprom: Allow single byte accesses for read/writeGravatar Vivek Gautam 1-7/+7
2017-01-04mei: move write cb to completion on credentials failuresGravatar Alexander Usyskin 1-8/+12
2017-01-04mei: bus: fix mei_cldev_enable KDocGravatar Alexander Usyskin 1-1/+1
2017-01-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 7-67/+18
2017-01-04Merge tag 'fbdev-v4.10-rc2' of git://github.com/bzolnier/linuxGravatar Linus Torvalds 1-0/+5
2017-01-04Merge tag 'psci-fixes-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Arnd Bergmann 1-2/+2
2017-01-04vfio-pci: Handle error from pci_iomapGravatar Arvind Yadav 1-0/+4