summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2016-09-30qxl: check for kmap failuresDan Carpenter
2016-09-30power: supply: max17042_battery: fix model download bug.Sven Van Asbroeck
2016-09-30power_supply: tps65217-charger: fix missing platform_set_drvdata()Wei Yongjun
2016-09-30i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla
2016-09-30i2c-eg20t: fix race between i2c init and interrupt enableYadi.hu
2016-09-30can: flexcan: fix resume functionFabio Estevam
2016-09-30power: reset: hisi-reboot: Unmap region obtained by of_iomapArvind Yadav
2016-09-30mtd: pmcmsp-flash: Allocating too much in init_msp_flash()Dan Carpenter
2016-09-30mtd: maps: sa1100-flash: potential NULL dereferenceDan Carpenter
2016-09-30pwm: Mark all devices as "might sleep"Thierry Reding
2016-09-30net: smc91x: fix SMC accessesRussell King
2016-09-30Revert "phy: IRQ cannot be shared"Xander Huff
2016-09-30net: dsa: bcm_sf2: Fix race condition while unmasking interruptsFlorian Fainelli
2016-09-30net/mlx5: Added missing check of msg length in verifying its signaturePaul Blakey
2016-09-30bonding: Fix bonding crashMahesh Bandewar
2016-09-30megaraid: fix null pointer check in megasas_detach_one().Maurizio Lombardi
2016-09-30nouveau: fix nv40_perfctr_next() cleanup regressionArnd Bergmann
2016-09-30Staging: iio: adc: fix indent on break statementColin Ian King
2016-09-30iwlegacy: avoid warning about missing bracesArnd Bergmann
2016-09-30ath9k: fix misleading indentationArnd Bergmann
2016-09-30am437x-vfpe: fix typo in vpfe_get_app_input_indexArnd Bergmann
2016-09-30Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds
2016-09-30include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz
2016-09-24irqchip/atmel-aic: Fix potential deadlock in ->xlate()Boris Brezillon
2016-09-24drm: Only use compat ioctl for addfb2 on X86/IA64Kristian H. Kristensen
2016-09-24drm: atmel-hlcdc: Fix vertical scalingJan Leupold
2016-09-24soc: qcom/spm: shut up uninitialized variable warningArnd Bergmann
2016-09-24pinctrl: at91-pio4: use %pr format string for resourceArnd Bergmann
2016-09-24mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann
2016-09-24drm/i915: Avoid pointer arithmetic in calculating plane surface offsetMika Kuoppala
2016-09-24gma500: remove annoying deprecation warningLinus Torvalds
2016-09-24ath9k: fix using sta->drv_priv before initializing itFelix Fietkau
2016-09-24md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang
2016-09-24xhci: fix null pointer dereference in stop command timeout functionMathias Nyman
2016-09-24pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33Icenowy Zheng
2016-09-24pinctrl: pistachio: fix mfio pll_lock pinmuxJames Hartley
2016-09-24dm crypt: fix error with too large biosMikulas Patocka
2016-09-24dm log writes: move IO accounting earlier to fix error pathMikulas Patocka
2016-09-24dm log writes: fix check of kthread_run() return valueVladimir Zapolskiy
2016-09-24bus: arm-ccn: Fix XP watchpoint settings bitmaskPawel Moll
2016-09-24bus: arm-ccn: Do not attempt to configure XPs for cycle counterPawel Moll
2016-09-24bus: arm-ccn: Fix PMU handling of MNPawel Moll
2016-09-24net: thunderx: Fix OOPs with ethtool --register-dumpDavid Daney
2016-09-24USB: change bInterval default to 10 msAlan Stern
2016-09-24usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phaseClemens Gruber
2016-09-24usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS conditionYoshihiro Shimoda
2016-09-24USB: serial: simple: add support for another Infineon flashloaderDaniele Palmas
2016-09-24serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon
2016-09-24serial: 8250_mid: fix divide error bug if baud rate is 0Andy Shevchenko
2016-09-24iio: ensure ret is initialized to zero before entering do loopColin Ian King