summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-21kfifo: fix kfifo_to_user() return typeDan Carpenter1-1/+1
2022-08-21rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edgeMiaoqian Lin1-0/+1
2022-08-21iommu/exynos: Handle failed IOMMU device registration properlySam Protsenko1-1/+5
2022-08-21tty: n_gsm: fix missing corner cases in gsmld_poll()Daniel Starke1-2/+5
2022-08-21tty: n_gsm: fix DM commandDaniel Starke1-1/+1
2022-08-21tty: n_gsm: fix wrong T1 retry count handlingDaniel Starke1-2/+2
2022-08-21vfio/ccw: Do not change FSM state in subchannel eventEric Farman1-11/+3
2022-08-21vfio/mdev: Make to_mdev_device() into a static inlineJason Gunthorpe1-1/+4
2022-08-21vfio: Split creation of a vfio_device into init and register opsJason Gunthorpe3-73/+99
2022-08-21vfio: Simplify the lifetime logic for vfio_deviceJason Gunthorpe1-54/+25
2022-08-21vfio: Remove extra put/gets around vfio_device->groupJason Gunthorpe1-19/+2
2022-08-21remoteproc: qcom: wcnss: Fix handling of IRQsSireesh Kodali1-2/+8
2022-08-21ASoC: qcom: Fix missing of_node_put() in asoc_qcom_lpass_cpu_platform_probe()Liang He1-0/+1
2022-08-21tty: n_gsm: fix race condition in gsmld_write()Daniel Starke1-4/+17
2022-08-21tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke1-1/+1
2022-08-21tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke1-1/+53
2022-08-21tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()Daniel Starke1-32/+42
2022-08-21tty: n_gsm: fix user open not possible at responder until initiator openDaniel Starke1-2/+29
2022-08-21tty: n_gsm: Delete gsmtty open SABM frame when config requesterZhenguo Zhao1-1/+3
2022-08-21ASoC: samsung: change gpiod_speaker_power and rx1950_audio from global to sta...Tom Rix1-2/+2
2022-08-21powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI ch...Athira Rajeev1-20/+15
2022-08-21ASoC: samsung: h1940_uda1380: include proepr GPIO consumer headerKrzysztof Kozlowski1-1/+1
2022-08-21profiling: fix shift too large makes kernel panicChen Zhongjin1-0/+7
2022-08-21selftests/livepatch: better synchronize test_klp_callbacks_busyJoe Lawrence1-0/+8
2022-08-21remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_initMiaoqian Lin1-0/+2
2022-08-21rpmsg: mtk_rpmsg: Fix circular locking dependencyAngeloGioacchino Del Regno1-0/+2
2022-08-21ASoC: codecs: wcd9335: move gains from SX_TLV to S8_TLVSrinivas Kandagatla1-45/+36
2022-08-21ASoC: codecs: msm8916-wcd-digital: move gains from SX_TLV to S8_TLVSrinivas Kandagatla1-23/+23
2022-08-21serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty()Ilpo Järvinen1-0/+3
2022-08-21serial: 8250: Export ICR access helpers for internal useMaciej W. Rozycki2-21/+22
2022-08-21ASoC: mediatek: mt8173-rt5650: Fix refcount leak in mt8173_rt5650_dev_probeMiaoqian Lin1-3/+6
2022-08-21ASoC: codecs: da7210: add check for i2c_add_driverJiasheng Jiang1-0/+2
2022-08-21ASoC: mt6797-mt6351: Fix refcount leak in mt6797_mt6351_dev_probeMiaoqian Lin1-1/+5
2022-08-21ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probeMiaoqian Lin1-3/+7
2022-08-21ASoC: samsung: Fix error handling in aries_audio_probeMiaoqian Lin1-2/+4
2022-08-21ASoC: cros_ec_codec: Fix refcount leak in cros_ec_codec_platform_probeMiaoqian Lin1-0/+1
2022-08-21opp: Fix error check in dev_pm_opp_attach_genpd()Tang Bin1-2/+2
2022-08-21usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()Nathan Chancellor1-4/+8
2022-08-21jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng1-2/+12
2022-08-21ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng1-1/+3
2022-08-21jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction()Zhang Yi1-1/+1
2022-08-21nvme: use command_id instead of req->tag in trace_nvme_complete_rq()Bean Huo1-1/+1
2022-08-21null_blk: fix ida error handling in null_add_dev()Dan Carpenter1-3/+11
2022-08-21RDMA/rxe: Fix error unwind in rxe_create_qp()Zhu Yanjun1-4/+8
2022-08-21RDMA/mlx5: Add missing check for return value in get namespace flowMaor Gottlieb1-4/+2
2022-08-21selftests: kvm: set rax before vmcallAndrei Vagin1-1/+1
2022-08-21mm/mmap.c: fix missing call to vm_unacct_memory in mmap_regionMiaohe Lin1-1/+0
2022-08-21RDMA/srpt: Fix a use-after-freeBart Van Assche2-46/+94
2022-08-21RDMA/srpt: Introduce a reference count in struct srpt_deviceBart Van Assche2-2/+17
2022-08-21RDMA/srpt: Duplicate port name membersBart Van Assche2-6/+13