summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-09thermal/core: Fix memory leak in __thermal_cooling_device_register()Yang Yingliang1-0/+1
2022-06-09thermal/drivers/core: Use a char pointer for the cooling device nameDaniel Lezcano3-18/+24
2022-06-09thermal/drivers/broadcom: Fix potential NULL dereference in sr_thermal_probeZheng Yongjun1-0/+3
2022-06-09thermal/drivers/bcm2711: Don't clamp temperature at zeroStefan Wahren1-4/+1
2022-06-09drm/i915: Fix CFI violation with show_dynamic_id()Nathan Chancellor2-3/+3
2022-06-09drm/msm/dpu: handle pm_runtime_get_sync() errors in bind pathAbhinav Kumar1-1/+3
2022-06-09x86/sev: Annotate stack change in the #VC handlerLai Jiangshan1-0/+1
2022-06-09drm: msm: fix possible memory leak in mdp5_crtc_cursor_set()Hangyu Hua1-1/+3
2022-06-09drm/msm/a6xx: Fix refcount leak in a6xx_gpu_initMiaoqian Lin1-0/+1
2022-06-09ext4: reject the 'commit' option on ext2 filesystemsEric Biggers1-0/+1
2022-06-09media: rkvdec: h264: Fix bit depth wrap in pps packetJonas Karlman1-2/+2
2022-06-09media: rkvdec: h264: Fix dpb_valid implementationNicolas Dufresne1-9/+24
2022-06-09media: staging: media: rkvdec: Make use of the helper function devm_platform_...Cai Huoqing1-3/+1
2022-06-09media: ov7670: remove ov7670_power_off from ov7670_removeDongliang Mu1-1/+0
2022-06-09ASoC: ti: j721e-evm: Fix refcount leak in j721e_soc_probe_*Miaoqian Lin1-11/+33
2022-06-09net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_initZheng Bin1-0/+2
2022-06-09sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet1-1/+3
2022-06-09lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore33-66/+85
2022-06-09m68k: math-emu: Fix dependencies of math emulation supportGeert Uytterhoeven1-1/+1
2022-06-09nvme: set dma alignment to dwordKeith Busch1-1/+1
2022-06-09Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche1-6/+9
2022-06-09Bluetooth: use inclusive language when filtering devicesArchie Pusaka9-122/+123
2022-06-09Bluetooth: use inclusive language in HCI role commentsArchie Pusaka4-11/+11
2022-06-09Bluetooth: LL privacy allow RPASathish Narasimman1-0/+4
2022-06-09Bluetooth: L2CAP: Rudimentary typo fixesBhaskar Chowdhury1-2/+2
2022-06-09Bluetooth: Interleave with allowlist scanHoward Chung4-7/+144
2022-06-09Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu1-8/+13
2022-06-09media: vsp1: Fix offset calculation for plane croppingMichael Rodin1-3/+3
2022-06-09media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_initPavel Skripkin1-2/+5
2022-06-09media: exynos4-is: Change clk_disable to clk_disable_unprepareMiaoqian Lin1-1/+1
2022-06-09media: st-delta: Fix PM disable depth imbalance in delta_probeMiaoqian Lin1-2/+4
2022-06-09media: exynos4-is: Fix PM disable depth imbalance in fimc_is_probeMiaoqian Lin1-1/+3
2022-06-09media: aspeed: Fix an error handling path in aspeed_video_probe()Christophe JAILLET1-2/+2
2022-06-09scripts/faddr2line: Fix overlapping text section failuresJosh Poimboeuf1-53/+97
2022-06-09kselftest/cgroup: fix test_stress.sh to use OUTPUT dirPhil Auld1-1/+1
2022-06-09ASoC: samsung: Fix refcount leak in aries_audio_probeMiaoqian Lin1-1/+1
2022-06-09ASoC: samsung: Use dev_err_probe() helperKuninori Morimoto11-40/+26
2022-06-09regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dtMiaoqian Lin1-0/+2
2022-06-09ASoC: mxs-saif: Fix refcount leak in mxs_saif_probeMiaoqian Lin1-0/+1
2022-06-09ASoC: fsl: Fix refcount leak in imx_sgtl5000_probeMiaoqian Lin1-6/+8
2022-06-09ath11k: Don't check arvif->is_started before sending management framesBaochen Qiang1-2/+3
2022-06-09perf/amd/ibs: Use interrupt regs ip for stack unwindingRavi Bangoria1-0/+18
2022-06-09regulator: qcom_smd: Fix up PM8950 regulator configurationKonrad Dybcio1-18/+17
2022-06-09Revert "cpufreq: Fix possible race in cpufreq online error path"Viresh Kumar1-3/+2
2022-06-09spi: spi-fsl-qspi: check return value after calling platform_get_resource_byn...Yang Yingliang1-0/+4
2022-06-09iomap: iomap_write_failed fixAndreas Gruenbacher1-1/+2
2022-06-09media: uvcvideo: Fix missing check to determine if element is found in listXiaomeng Tong1-9/+11
2022-06-09drm/msm: return an error pointer in msm_gem_prime_get_sg_table()Dan Carpenter1-1/+1
2022-06-09drm/msm/mdp5: Return error code in mdp5_mixer_release when deadlock is detectedJessica Zhang3-8/+21
2022-06-09drm/msm/mdp5: Return error code in mdp5_pipe_release when deadlock is detectedJessica Zhang3-9/+28