summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-09-15Input: i8042 - add Gigabyte P57 to the keyboard reset tableKai-Heng Feng1-0/+7
2017-09-15Revert "PCI: Avoid race while enabling upstream bridges"Bjorn Helgaas1-11/+2
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-4/+3
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds10-82/+34
2017-09-14Merge tag 'for-4.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds20-156/+184
2017-09-14Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds91-260/+378
2017-09-14Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds25-122/+314
2017-09-14Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds41-44/+44
2017-09-14Merge tag 'pinctrl-v4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-34/+120
2017-09-14tg3: clean up redundant initialization of tnapiColin Ian King1-2/+2
2017-09-14i2c: i2c-stm32f7: add driverPierre-Yves MORDRET3-0/+983
2017-09-14i2c: i2c-stm32f4: use generic definition of speed enumPierre-Yves MORDRET2-11/+27
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig41-44/+44
2017-09-13mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko17-30/+30
2017-09-13IB/mlx4: fix sprintf format warningArnd Bergmann1-1/+1
2017-09-13drivers/media/cec/cec-adap.c: fix build with gcc-4.4.4Andrew Morton1-1/+4
2017-09-13i2c: altera: Add Altera I2C Controller driverThor Thayer3-0/+522
2017-09-13nfp: wait for the NSP resource to appear on bootJakub Kicinski3-0/+51
2017-09-13nfp: wait for board state before talking to the NSPJakub Kicinski2-23/+43
2017-09-13nfp: add whitelist of supported flow dissectorPieter Jansen van Vuuren1-0/+13
2017-09-13UBI: Fix two typos in commentsUwe Kleine-König1-2/+2
2017-09-13ubi: fastmap: fix spelling mistake: "invalidiate" -> "invalidate"Colin Ian King1-1/+1
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks1-3/+3
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks1-4/+4
2017-09-13ubi: pr_err() strings should end with newlinesBen Dooks1-6/+6
2017-09-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds114-1037/+8040
2017-09-13Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds19-475/+908
2017-09-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-9/+1
2017-09-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-59/+65
2017-09-13be2net: fix TSO6/GSO issue causing TX-stall on Lancer/BExSuresh Reddy2-0/+22
2017-09-13Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie28-160/+236
2017-09-12w90p910_ether: include linux/interrupt.hArnd Bergmann1-0/+1
2017-09-12net: bonding: fix tlb_dynamic_lb default valueNikolay Aleksandrov1-10/+7
2017-09-12mlxsw: spectrum: Prevent mirred-related crash on removalYuval Mintz1-10/+9
2017-09-12smsc95xx: Configure pause time to 0xffff when tx flow control enabledNisar Sayed1-6/+5
2017-09-12Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-1/+1
2017-09-12drm/amdgpu: revert "fix deadlock of reservation between cs and gpu reset v2"Christian König1-4/+0
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds13-110/+104
2017-09-12Merge tag 'uuid-for-4.14' of git://git.infradead.org/users/hch/uuidLinus Torvalds1-5/+5
2017-09-12Input: xpad - validate USB endpoint type during probeCameron Gutman1-4/+6
2017-09-12pinctrl/amd: save pin registers over suspend/resumeDaniel Drake2-0/+76
2017-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds7-227/+262
2017-09-12pinctrl: armada-37xx: Fix gpio interrupt setupGregory CLEMENT1-19/+22
2017-09-12pinctrl: sprd: fix off by one bugsDan Carpenter1-4/+4
2017-09-12pinctrl: sprd: check for allocation failureDan Carpenter1-3/+7
2017-09-12pinctrl: sprd: Restrict PINCTRL_SPRD to ARCH_SPRD or COMPILE_TESTGeert Uytterhoeven1-1/+2
2017-09-12pinctrl: sprd: fix build errors and dependenciesRandy Dunlap1-0/+2
2017-09-12pinctrl: sprd: make three local functions staticColin Ian King1-7/+7
2017-09-12pinctrl: uniphier: include <linux/build_bug.h> instead of <linux/bug.h>Masahiro Yamada1-1/+1
2017-09-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds20-106/+680