summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-17ASoC: mchp-spdifrx: disable end of block interrupt on failuresClaudiu Beznea1-3/+6
2022-08-17video: fbdev: sis: fix typos in SiS_GetModeID()Rustam Subkhankulov1-2/+2
2022-08-17video: fbdev: amba-clcd: Fix refcount leak bugsLiang He1-6/+18
2022-08-17watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada...William Dean1-0/+2
2022-08-17watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resourceJean Delvare1-0/+1
2022-08-17ASoC: audio-graph-card: Add of_node_put() in fail pathLiang He1-1/+3
2022-08-17fuse: Remove the control interface for virtio-fsXie Yongji1-2/+2
2022-08-17ASoC: qcom: q6dsp: Fix an off-by-one in q6adm_alloc_copp()Christophe JAILLET1-1/+1
2022-08-17ASoC: imx-card: use snd_pcm_format_t type for asrc_formatShengjiu Wang1-3/+5
2022-08-17ASoC: fsl_easrc: use snd_pcm_format_t type for sample_formatShengjiu Wang2-4/+7
2022-08-17ASoC: fsl-asoc-card: force cast the asrc_format typeShengjiu Wang1-2/+3
2022-08-17ASoC: fsl_asrc: force cast the asrc_format typeShengjiu Wang1-2/+4
2022-08-17s390/zcore: fix race when reading from hardware system areaAlexander Gordeev1-1/+10
2022-08-17s390/crash: fix incorrect number of bytes to copy to user spaceAlexander Gordeev1-1/+1
2022-08-17s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev8-42/+38
2022-08-17s390/dump: fix old lowcore virtual vs physical address confusionAlexander Gordeev3-2/+5
2022-08-17perf tools: Fix dso_id inode generation comparisonAdrian Hunter1-2/+13
2022-08-17iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loopLiang He1-2/+5
2022-08-17mfd: max77620: Fix refcount leak in max77620_initialise_fpsMiaoqian Lin1-0/+2
2022-08-17mfd: t7l66xb: Drop platform disable callbackUwe Kleine-König2-6/+1
2022-08-17remoteproc: sysmon: Wait for SSCTL service to come upSibi Sankar1-0/+10
2022-08-17remoteproc: qcom: pas: Check if coredump is enabledSiddharth Gupta1-0/+3
2022-08-17proc: fix a dentry lock race between release_task and lookupZhihao Cheng1-8/+38
2022-08-17lib/smp_processor_id: fix imbalanced instrumentation_end() callTetsuo Handa1-1/+1
2022-08-17kfifo: fix kfifo_to_user() return typeDan Carpenter1-1/+1
2022-08-17rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edgeMiaoqian Lin1-0/+1
2022-08-17MIPS: Fixed __debug_virt_addr_valid()Florian Fainelli1-10/+4
2022-08-17net: 9p: fix refcount leak in p9_read_work() error handlingHangyu Hua1-0/+1
2022-08-179p: Add client parameter to p9_req_put()Kent Overstreet6-17/+17
2022-08-179p: Drop kref usageKent Overstreet2-14/+11
2022-08-179p: fix a bunch of checkpatch warningsDominique Martinet21-305/+323
2022-08-17iommu/exynos: Handle failed IOMMU device registration properlySam Protsenko1-1/+5
2022-08-17serial: 8250_bcm7271: Save/restore RTS in suspend/resumeDoug Berger1-6/+18
2022-08-17ASoC: mt6359: Fix refcount leak bugLiang He2-0/+2
2022-08-17swiotlb: fail map correctly with failed io_tlb_default_memRobin Murphy1-1/+1
2022-08-17MIPS: vdso: Utilize __pa() for gic_pfnFlorian Fainelli1-1/+1
2022-08-17tty: n_gsm: fix missing corner cases in gsmld_poll()Daniel Starke1-2/+5
2022-08-17tty: n_gsm: fix DM commandDaniel Starke1-1/+1
2022-08-17tty: n_gsm: fix wrong T1 retry count handlingDaniel Starke1-2/+2
2022-08-17serial: 8250_fsl: Don't report FE, PE and OE twiceUwe Kleine-König1-1/+1
2022-08-17vfio/ccw: Do not change FSM state in subchannel eventEric Farman1-11/+3
2022-08-17remoteproc: qcom: wcnss: Fix handling of IRQsSireesh Kodali1-2/+8
2022-08-17ASoC: imx-card: Fix DSD/PDM mclk frequencyShengjiu Wang1-3/+11
2022-08-17ASoC: qcom: Fix missing of_node_put() in asoc_qcom_lpass_cpu_platform_probe()Liang He1-0/+1
2022-08-17tty: n_gsm: fix resource allocation order in gsm_activate_mux()Daniel Starke1-3/+4
2022-08-17tty: n_gsm: fix race condition in gsmld_write()Daniel Starke1-4/+17
2022-08-17tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke1-1/+1
2022-08-17tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke1-1/+53
2022-08-17tty: n_gsm: fix missing timer to handle stalled linksDaniel Starke1-8/+35
2022-08-17tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()Daniel Starke1-32/+42