summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-11-25spi: rockchip: initialize dma_slave_config properlyHuibin Hong1-0/+3
2019-11-25misc: cxl: Fix possible null pointer dereferencezhong jiang1-2/+0
2019-11-25hwmon: (ina3221) Fix INA3221_CONFIG_MODE macrosNicolin Chen1-3/+3
2019-11-25hwmon: (pwm-fan) Silence error on probe deferralThierry Reding1-2/+6
2019-11-25spi: spidev: Fix OF tree warning logicTrent Piepho1-5/+3
2019-11-25gpio: syscon: Fix possible NULL ptr usageMarek Vasut1-1/+1
2019-11-25media: cx231xx: fix potential sign-extension overflow on large shiftColin Ian King1-1/+1
2019-11-25media: isif: fix a NULL pointer dereference bugWenwen Wang1-1/+2
2019-11-25mfd: ti_am335x_tscadc: Keep ADC interface on if child is wakeup capableVignesh R1-0/+13
2019-11-25backlight: lm3639: Unconditionally call led_classdev_unregisterNathan Chancellor1-4/+2
2019-11-25bcache: recal cached_dev_sectors on detachShenghui Wang1-0/+1
2019-11-25reset: Fix potential use-after-free in __of_reset_control_get()Geert Uytterhoeven1-7/+8
2019-11-25fbdev: sbuslib: integer overflow in sbusfb_ioctl_helper()Dan Carpenter1-1/+1
2019-11-25fbdev: sbuslib: use checked version of put_user()Dan Carpenter1-13/+13
2019-11-25iwlwifi: mvm: don't send keys when entering D3Sara Sharon1-1/+3
2019-11-25ACPI / SBS: Fix rare oops when removing modulesRonald Tschalär2-0/+3
2019-11-25crypto: mxs-dcp - Fix AES issuesRadu Solea1-2/+31
2019-11-25crypto: mxs-dcp - Fix SHA null hashes and output lengthRadu Solea1-10/+37
2019-11-25Input: silead - try firmware reload after unsuccessful resumeJulian Sax1-0/+13
2019-11-25Input: st1232 - set INPUT_PROP_DIRECT propertyMartin Kepplinger1-0/+1
2019-11-25dmaengine: ioat: fix prototype of ioat_enumerate_channelsRami Rosen1-4/+3
2019-11-25i2c: brcmstb: Allow enabling the driver on DSL SoCsFlorian Fainelli1-3/+4
2019-11-25clk: samsung: Use clk_hw API for calling clk framework from clk notifiersMarek Szyprowski2-4/+4
2019-11-25brcmfmac: fix full timeout waiting for action frame on-channel txChung-Hsien Hsu2-2/+17
2019-11-25brcmfmac: reduce timeout for action frame scanChung-Hsien Hsu1-5/+4
2019-11-25mtd: physmap_of: Release resources on errorRicardo Ribalda Delgado1-22/+5
2019-11-25USB: serial: cypress_m8: fix interrupt-out transfer lengthJohan Hovold1-1/+1
2019-11-25media: pxa_camera: Fix check for pdev->dev.of_nodeNathan Chancellor1-1/+1
2019-11-25ata: ep93xx: Use proper enums for directionsNathan Chancellor1-4/+4
2019-11-25ACPICA: Never run _REG on system_memory and system_IOBob Moore5-9/+19
2019-11-25IB/mthca: Fix error return code in __mthca_init_one()Wei Yongjun1-1/+2
2019-11-25ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl1-2/+8
2019-11-25mtd: rawnand: sh_flctl: Use proper enum for flctl_dma_fifo0_transferNathan Chancellor1-2/+2
2019-11-25cxgb4: Use proper enum in IEEE_FAUX_SYNCNathan Chancellor1-1/+1
2019-11-25cxgb4: Use proper enum in cxgb4_dcb_handle_fw_updateNathan Chancellor1-2/+2
2019-11-25dmaengine: timb_dma: Use proper enum in td_prep_slave_sgNathan Chancellor1-1/+1
2019-11-25usb: gadget: udc: fotg210-udc: Fix a sleep-in-atomic-context bug in fotg210_g...Jia-Ju Bai1-1/+1
2019-11-25ath9k: fix reporting calculated new FFT upper maxSimon Wunderlich1-1/+1
2019-11-25ata: ahci_brcm: Allow using driver or DSL SoCsFlorian Fainelli1-1/+2
2019-11-25ath10k: fix vdev-start timeout on errorBen Greear4-5/+25
2019-11-25net: xen-netback: fix return type of ndo_start_xmit functionYueHaibing1-1/+2
2019-11-25libata: have ata_scsi_rw_xlat() fail invalid passthrough requestsJens Axboe1-0/+21
2019-11-25fbdev: Ditch fb_edid_add_monspecsDaniel Vetter2-152/+0
2019-11-25net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size()Dan Carpenter1-1/+1
2019-11-25slcan: Fix memory leak in error pathJouni Hogander1-0/+1
2019-11-25IB/iser: Fix possible NULL deref at iser_inv_desc()Israel Rukshin1-5/+13
2019-11-25usb: xhci-mtk: fix ISOC error when interval is zeroChunfeng Yun1-1/+3
2019-11-25scsi: NCR5380: Handle BUS FREE during reselectionFinn Thain1-0/+3
2019-11-25scsi: NCR5380: Don't call dsprintk() following reselection interruptFinn Thain1-2/+2
2019-11-25scsi: NCR5380: Don't clear busy flag when abort failsFinn Thain1-4/+10