summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-09-30qxl: check for kmap failuresDan Carpenter1-0/+2
2016-09-30power: supply: max17042_battery: fix model download bug.Sven Van Asbroeck1-6/+9
2016-09-30power_supply: tps65217-charger: fix missing platform_set_drvdata()Wei Yongjun1-0/+1
2016-09-30i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla1-1/+2
2016-09-30i2c-eg20t: fix race between i2c init and interrupt enableYadi.hu1-7/+11
2016-09-30can: flexcan: fix resume functionFabio Estevam1-5/+8
2016-09-30power: reset: hisi-reboot: Unmap region obtained by of_iomapArvind Yadav1-1/+4
2016-09-30mtd: pmcmsp-flash: Allocating too much in init_msp_flash()Dan Carpenter1-3/+3
2016-09-30mtd: maps: sa1100-flash: potential NULL dereferenceDan Carpenter1-1/+3
2016-09-30pwm: Mark all devices as "might sleep"Thierry Reding1-1/+1
2016-09-30net: smc91x: fix SMC accessesRussell King2-20/+52
2016-09-30Revert "phy: IRQ cannot be shared"Xander Huff1-2/+4
2016-09-30net: dsa: bcm_sf2: Fix race condition while unmasking interruptsFlorian Fainelli1-1/+1
2016-09-30net/mlx5: Added missing check of msg length in verifying its signaturePaul Blakey1-31/+54
2016-09-30bonding: Fix bonding crashMahesh Bandewar1-3/+4
2016-09-30megaraid: fix null pointer check in megasas_detach_one().Maurizio Lombardi1-5/+5
2016-09-30nouveau: fix nv40_perfctr_next() cleanup regressionArnd Bergmann1-2/+4
2016-09-30Staging: iio: adc: fix indent on break statementColin Ian King1-1/+1
2016-09-30iwlegacy: avoid warning about missing bracesArnd Bergmann1-1/+2
2016-09-30ath9k: fix misleading indentationArnd Bergmann1-2/+2
2016-09-30am437x-vfpe: fix typo in vpfe_get_app_input_indexArnd Bergmann1-1/+1
2016-09-30Add braces to avoid "ambiguous ‘else’" compiler warningsLinus Torvalds2-2/+4
2016-09-30include/linux/kernel.h: change abs() macro so it uses consistent return typeMichal Nazarewicz2-6/+5
2016-09-24irqchip/atmel-aic: Fix potential deadlock in ->xlate()Boris Brezillon2-4/+6
2016-09-24drm: Only use compat ioctl for addfb2 on X86/IA64Kristian H. Kristensen1-0/+4
2016-09-24drm: atmel-hlcdc: Fix vertical scalingJan Leupold1-5/+5
2016-09-24soc: qcom/spm: shut up uninitialized variable warningArnd Bergmann1-1/+1
2016-09-24pinctrl: at91-pio4: use %pr format string for resourceArnd Bergmann1-1/+1
2016-09-24mmc: dw_mmc: use resource_size_t to store physical addressArnd Bergmann2-2/+2
2016-09-24drm/i915: Avoid pointer arithmetic in calculating plane surface offsetMika Kuoppala3-11/+13
2016-09-24gma500: remove annoying deprecation warningLinus Torvalds1-1/+1
2016-09-24ath9k: fix using sta->drv_priv before initializing itFelix Fietkau1-4/+4
2016-09-24md-cluster: make md-cluster also can work when compiled into kernelGuoqing Jiang1-8/+4
2016-09-24xhci: fix null pointer dereference in stop command timeout functionMathias Nyman1-1/+5
2016-09-24pinctrl: sunxi: fix uart1 CTS/RTS pins at PG on A23/A33Icenowy Zheng2-4/+4
2016-09-24pinctrl: pistachio: fix mfio pll_lock pinmuxJames Hartley1-6/+6
2016-09-24dm crypt: fix error with too large biosMikulas Patocka1-0/+7
2016-09-24dm log writes: move IO accounting earlier to fix error pathMikulas Patocka1-1/+1
2016-09-24dm log writes: fix check of kthread_run() return valueVladimir Zapolskiy1-2/+2
2016-09-24bus: arm-ccn: Fix XP watchpoint settings bitmaskPawel Moll1-2/+2
2016-09-24bus: arm-ccn: Do not attempt to configure XPs for cycle counterPawel Moll1-0/+4
2016-09-24bus: arm-ccn: Fix PMU handling of MNPawel Moll1-3/+16
2016-09-24net: thunderx: Fix OOPs with ethtool --register-dumpDavid Daney2-2/+4
2016-09-24USB: change bInterval default to 10 msAlan Stern1-11/+17
2016-09-24usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phaseClemens Gruber1-0/+9
2016-09-24usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS conditionYoshihiro Shimoda1-2/+9
2016-09-24USB: serial: simple: add support for another Infineon flashloaderDaniele Palmas1-1/+2
2016-09-24serial: 8250: added acces i/o products quad and octal serial cardsJimi Damon1-0/+139
2016-09-24serial: 8250_mid: fix divide error bug if baud rate is 0Andy Shevchenko1-0/+3
2016-09-24iio: ensure ret is initialized to zero before entering do loopColin Ian King1-2/+2