summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-10-30hwmon: (gpio-fan) Rename GPIO line state variablesLinus Walleij1-25/+26
2017-10-30hwmon: (gpio-fan) Get rid of the gpio alarm structLinus Walleij1-26/+12
2017-10-30hwmon: (gpio-fan) Get rid of platform data structLinus Walleij1-58/+30
2017-10-30hwmon: (gpio-fan) Mandate OF_GPIO and cut pdata pathLinus Walleij2-26/+11
2017-10-30hwmon: (gpio-fan) Send around device pointerLinus Walleij1-10/+10
2017-10-30hwmon: (gpio-fan) Localize platform dataLinus Walleij1-1/+22
2017-10-30hwmon: (gpio-fan) Use local variable pointersLinus Walleij1-7/+9
2017-10-30hwmon: (max6621) Add support for Maxim MAX6621 temperature sensorVadim Pasternak3-0/+608
2017-10-30hwmon: (w83793) make const array watchdog_minors static, reduces object code ...Colin Ian King1-1/+3
2017-10-30hwmon: (aspeed-pwm-tacho) increase fan tach periodPatrick Venture1-1/+1
2017-10-30hwmon: (max1619) Add dt bindingAlan Tull1-0/+10
2017-10-30hwmon: (sht15) remove redundant check on status and send of status valueColin Ian King1-8/+0
2017-10-30hwmon: (sht15) Root out platform dataLinus Walleij1-113/+54
2017-10-30hwmon: (k10temp) Add support for temperature offsetsGuenter Roeck1-0/+30
2017-10-30hwmon: (k10temp) Add support for family 17hGuenter Roeck1-0/+16
2017-10-30hwmon: (k10temp) Move chip specific code into probe functionGuenter Roeck1-17/+45
2017-10-30hwmon: (stts751) Fix buffer size passed to snprintfJean Delvare1-9/+9
2017-10-30hwmon: (pmbus/core) Prevent unintentional setting of page to 0xFFEdward A. James2-17/+14
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds22-150/+299
2017-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-9/+14
2017-10-28Merge tag 'drm-fixes-for-v4.14-rc7' of git://people.freedesktop.org/~airlied/...Linus Torvalds8-79/+27
2017-10-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-22/+37
2017-10-28tap: reference to KVA of an unloaded module causes kernel panicGirish Moodalbail3-6/+7
2017-10-28tuntap: properly align skb->head before building skbJason Wang1-0/+1
2017-10-28Merge tag 'for-linus-4.14c-rc7-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-7/+14
2017-10-28Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+5
2017-10-28Input: synaptics-rmi4 - limit the range of what GPIOs are buttonsAndrew Duggan1-2/+3
2017-10-28Input: gtco - fix potential out-of-bound accessDmitry Torokhov1-7/+10
2017-10-27Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller5-21/+22
2017-10-27net: stmmac: First Queue must always be in DCB modeJose Abreu1-0/+7
2017-10-27net: stmmac: dwc-qos-eth: Fix typo in DT bindings parsingJose Abreu1-1/+1
2017-10-27Merge tag 'mlx5-fixes-2017-10-26' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller5-96/+202
2017-10-27Merge tag 'drm-intel-fixes-2017-10-26' of git://anongit.freedesktop.org/drm/d...Dave Airlie5-65/+15
2017-10-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-1/+12
2017-10-26drm/i915/gvt: Adding ACTHD mmio read handlerXiong Zhang1-2/+3
2017-10-26drm/i915/gvt: Extract mmio_read_from_hw() common functionXiong Zhang1-16/+5
2017-10-26drm/i915/gvt: Refine MMIO_RING_F()Zhi Wang2-45/+2
2017-10-26drm/i915/gvt: properly check per_ctx bb valid stateZhenyu Wang3-2/+5
2017-10-26Merge tag 'pm-4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds6-32/+57
2017-10-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-14/+69
2017-10-26Merge tag 'spi-fix-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-107/+64
2017-10-26i40e: Add programming descriptors to cleaned_countAlexander Duyck1-0/+1
2017-10-26i40e: Fix incorrect use of tx_itr_setting when checking for Rx ITR setupAlexander Duyck1-1/+1
2017-10-26ixgbe: Fix Tx map failure pathAlexander Duyck1-12/+6
2017-10-26igb: Fix TX map failure pathJean-Philippe Brucker1-1/+1
2017-10-26e1000: avoid null pointer dereference on invalid stat typeColin Ian King1-5/+4
2017-10-26e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione1-2/+9
2017-10-26xen: fix booting ballooned down hvm guestJuergen Gross1-6/+13
2017-10-26tap: double-free in error path in tap_open()Girish Moodalbail1-9/+9
2017-10-26Merge tag 'linux-can-fixes-for-4.14-20171024' of git://git.kernel.org/pub/scm...David S. Miller2-3/+9