summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-31iio: light: bh1750: Resolve compiler warning and make code more readableKrzysztof Wilczynski1-2/+2
2019-12-31drm/bridge: analogix-anx78xx: silence -EPROBE_DEFER warningsBrian Masney1-2/+6
2019-12-31drm/panel: Add missing drm_panel_init() in panel driversLaurent Pinchart2-0/+2
2019-12-31drm: mst: Fix query_payload ack reply structSean Paul1-1/+1
2019-12-31ALSA: hda/ca0132 - Fix work handling in delayed HP detectionTakashi Iwai1-2/+14
2019-12-31ALSA: hda/ca0132 - Avoid endless loopTakashi Iwai1-2/+3
2019-12-31ALSA: hda/ca0132 - Keep power on during processing DSP responseTakashi Iwai1-0/+2
2019-12-31ALSA: pcm: Avoid possible info leaks from PCM stream buffersTakashi Iwai1-0/+4
2019-12-31Btrfs: fix removal logic of the tree mod log that leads to use-after-free issuesFilipe Manana1-1/+1
2019-12-31btrfs: handle ENOENT in btrfs_uuid_tree_iterateJosef Bacik1-0/+2
2019-12-31btrfs: do not leak reloc root if we fail to read the fs rootJosef Bacik1-0/+1
2019-12-31btrfs: skip log replay on orphaned rootsJosef Bacik1-2/+21
2019-12-31btrfs: abort transaction after failed inode updates in create_subvolJosef Bacik1-2/+8
2019-12-31btrfs: send: remove WARN_ON for readonly mountAnand Jain1-6/+0
2019-12-31Btrfs: fix missing data checksums after replaying a log treeFilipe Manana4-9/+36
2019-12-31btrfs: do not call synchronize_srcu() in inode_tree_delJosef Bacik1-2/+0
2019-12-31btrfs: don't double lock the subvol_sem for rename exchangeJosef Bacik1-6/+4
2019-12-31selftests: forwarding: Delete IPv6 address at the endIdo Schimmel1-1/+1
2019-12-31sctp: fully initialize v4 addr in some functionsXin Long1-0/+5
2019-12-31qede: Fix multicast mac configurationManish Chopra1-1/+1
2019-12-31qede: Disable hardware gro when xdp prog is installedManish Chopra1-2/+2
2019-12-31net: usb: lan78xx: Fix suspend/resume PHY register access errorCristian Birsan1-0/+1
2019-12-31net: qlogic: Fix error paths in ql_alloc_large_buffers()Ben Hutchings1-4/+4
2019-12-31net: nfc: nci: fix a possible sleep-in-atomic-context bug in nci_uart_tty_rec...Jia-Ju Bai1-1/+1
2019-12-31net: hisilicon: Fix a BUG trigered by wrong bytes_complJiangfeng Xiao1-1/+1
2019-12-31net: gemini: Fix memory leak in gmac_setup_txqsNavid Emamdoost1-0/+2
2019-12-31net: dst: Force 4-byte alignment of dst_metricsGeert Uytterhoeven1-1/+1
2019-12-31mod_devicetable: fix PHY module formatRussell King1-2/+2
2019-12-31fjes: fix missed check in fjes_acpi_addChuhong Yuan1-0/+3
2019-12-31af_packet: set defaule value for tmoMao Wenan1-1/+2
2019-12-21Linux 4.19.91v4.19.91Greg Kroah-Hartman1-1/+1
2019-12-21xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman2-2/+9
2019-12-21drm/radeon: fix r1xx/r2xx register checker for POT texturesAlex Deucher2-4/+4
2019-12-21scsi: qla2xxx: Change discovery state before PLOGIRoman Bolshakov1-0/+1
2019-12-21scsi: iscsi: Fix a potential deadlock in the timeout handlerBart Van Assche1-2/+2
2019-12-21dm btree: increase rebalance threshold in __rebalance2()Hou Tao1-1/+7
2019-12-21dm mpath: remove harmful bio-based optimizationMike Snitzer1-36/+1
2019-12-21drm: meson: venc: cvbs: fix CVBS mode matchingMartin Blumenstingl1-21/+27
2019-12-21dma-buf: Fix memory leak in sync_file_merge()Navid Emamdoost1-1/+1
2019-12-21vfio/pci: call irq_bypass_unregister_producer() before freeing irqJiang Yi1-1/+1
2019-12-21ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()Dmitry Osipenko1-3/+3
2019-12-21ARM: dts: s3c64xx: Fix init order of clock providersLihua Yao2-0/+8
2019-12-21CIFS: Close open handle after interrupted closePavel Shilovsky3-15/+63
2019-12-21CIFS: Respect O_SYNC and O_DIRECT flags during reconnectPavel Shilovsky1-0/+7
2019-12-21cifs: Don't display RDMA transport on reconnectLong Li1-0/+5
2019-12-21cifs: smbd: Return -EINVAL when the number of iovs exceeds SMBDIRECT_MAX_SGELong Li1-1/+1
2019-12-21cifs: smbd: Add messages on RDMA session destroy and reconnectionLong Li1-2/+4
2019-12-21cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li1-2/+5
2019-12-21rpmsg: glink: Free pending deferred work on removeBjorn Andersson1-1/+13
2019-12-21rpmsg: glink: Don't send pending rx_done during removeBjorn Andersson1-3/+12