summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-12-13EDAC/ghes: Fix locking and memory barrier issuesRobert Richter1-24/+66
2019-12-13watchdog: aspeed: Fix clock behaviour for ast2600Joel Stanley1-6/+10
2019-12-13drm/mcde: Fix an error handling path in 'mcde_probe()'Christophe JAILLET1-1/+2
2019-12-13md/raid0: Fix an error message in raid0_make_request()Dan Carpenter1-1/+1
2019-12-13cpufreq: imx-cpufreq-dt: Correct i.MX8MN's default speed grade valueAnson Huang1-10/+10
2019-12-13binder: Handle start==NULL in binder_update_page_range()Jann Horn1-3/+5
2019-12-13binder: Prevent repeated use of ->mmap() via NULL mappingJann Horn1-5/+6
2019-12-13binder: Fix race between mmap() and binder_alloc_print_pages()Jann Horn1-8/+14
2019-12-13vcs: prevent write access to vcsu devicesNicolas Pitre1-0/+3
2019-12-13thermal: Fix deadlock in thermal thermal_zone_device_checkWei Wang1-2/+2
2019-12-13RDMA/qib: Validate ->show()/store() callbacks before calling themViresh Kumar1-0/+6
2019-12-13can: ucan: fix non-atomic allocation in completion handlerJohan Hovold1-1/+1
2019-12-13spi: Fix NULL pointer when setting SPI_CS_HIGH for GPIO CSGregory CLEMENT1-1/+2
2019-12-13spi: Fix SPI_CS_HIGH setting when using native and GPIO CSGregory CLEMENT1-9/+9
2019-12-13spi: atmel: Fix CS high supportGregory CLEMENT1-4/+2
2019-12-13spi: stm32-qspi: Fix kernel oops when unbinding driverPatrice Chotard1-1/+2
2019-12-13spi: spi-fsl-qspi: Clear TDH bits in FLSHCR registerFrieder Schrempf1-5/+33
2019-12-13crypto: ccp - fix uninitialized list headMark Salter1-0/+1
2019-12-13crypto: geode-aes - switch to skcipher for cbc(aes) fallbackArd Biesheuvel2-25/+34
2019-12-13crypto: atmel-aes - Fix IV handling when req->nbytes < ivsizeTudor Ambarus1-23/+30
2019-12-13crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdrChristian Lamparter1-5/+1
2019-12-13drm/i810: Prevent underflow in ioctlDan Carpenter1-2/+2
2019-12-13drm: damage_helper: Fix race checking plane->state->fbSean Paul1-1/+7
2019-12-13drm/msm: fix memleak on releaseJohan Hovold1-5/+1
2019-12-13can: slcan: Fix use-after-free Read in slcan_openJouni Hogander1-0/+1
2019-12-13tty: vt: keyboard: reject invalid keycodesDmitry Torokhov1-1/+1
2019-12-13media: rc: mark input device as pointing stickSean Young1-0/+1
2019-12-13Input: Fix memory leak in psxpad_spi_probeNavid Emamdoost1-1/+1
2019-12-13coresight: etm4x: Fix input validation for sysfs.Mike Leach1-8/+13
2019-12-13Input: goodix - add upside-down quirk for Teclast X89 tabletHans de Goede1-0/+9
2019-12-13Input: synaptics-rmi4 - don't increment rmiaddr for SMBus transfersHans Verkuil1-2/+0
2019-12-13Input: synaptics-rmi4 - re-enable IRQs in f34v7_do_reflashLucas Stach1-0/+3
2019-12-13Input: synaptics - switch another X1 Carbon 6 to RMI/SMbusHans Verkuil1-0/+1
2019-12-13i2c: core: fix use after free in of_i2c_notifyWen Yang1-2/+2
2019-12-13net: ep93xx_eth: fix mismatch of request_mem_region in removeChuhong Yuan1-2/+3
2019-12-13net: hns3: fix ETS bandwidth validation bugYonglong Liu1-1/+1
2019-12-13net: hns3: reallocate SSU' buffer size when pfc_en changesYunsheng Lin1-1/+16
2019-12-13ravb: implement MTU change while device is upUlrich Hecht2-13/+16
2019-12-13rsxx: add missed destroy_workqueue calls in removeChuhong Yuan1-0/+2
2019-12-13rbd: silence bogus uninitialized warning in rbd_object_map_update_finish()Ilya Dryomov1-1/+1
2019-12-13drm/sun4i: tcon: Set min division of TCON0_DCLK to 1.Yunhao Tian1-1/+1
2019-12-13Input: cyttsp4_core - fix use after free bugPan Bian1-7/+0
2019-12-13NFC: nxp-nci: Fix NULL pointer dereference after I2C communication errorStephan Gerhold1-2/+4
2019-12-13iwlwifi: pcie: don't consider IV len in A-MSDUMordechay Goodstein1-13/+7
2019-12-13RDMA/hns: Correct the value of srq_desc_sizeWenpeng Liang1-1/+1
2019-12-13RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LENSirong Wang1-1/+1
2019-12-13serial: ifx6x60: add missed pm_runtime_disableChuhong Yuan1-0/+3
2019-12-13serial: stm32: fix clearing interrupt error flagsFabrice Gasnier1-3/+3
2019-12-13serial: serial_core: Perform NULL checks for break_ctl opsJiangfeng Xiao1-1/+1
2019-12-13serial: pl011: Fix DMA ->flush_buffer()Vincent Whitchurch1-4/+2