summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-06-09soc: qcom: smsm: Fix missing of_node_put() in smsm_parse_ipcMiaoqian Lin1-0/+1
2022-06-09soc: qcom: smp2p: Fix missing of_node_put() in smp2p_parse_ipcMiaoqian Lin1-0/+1
2022-06-09memory: samsung: exynos5422-dmc: Avoid some over memory allocationChristophe JAILLET1-3/+2
2022-06-09PCI/ACPI: Allow D3 only if Root Port can signal and wake from D3Mario Limonciello1-11/+30
2022-06-09net: dsa: restrict SMSC_LAN9303_I2C kconfigRandy Dunlap1-1/+2
2022-06-09dpaa2-eth: unmap the SGT buffer before accessing its contentsIoana Ciornei1-4/+4
2022-06-09dpaa2-eth: use the correct software annotation fieldIoana Ciornei1-1/+1
2022-06-09dpaa2-eth: retrieve the virtual address before dma_unmapIoana Ciornei1-1/+3
2022-06-09hinic: Avoid some over memory allocationChristophe JAILLET1-1/+1
2022-06-09hwmon: (pmbus) Check PEC support before reading other registersAdam Wujek1-13/+15
2022-06-09hwmon: (dimmtemp) Fix bitmap handlingGuenter Roeck1-3/+3
2022-06-09hv_netvsc: Fix potential dereference of NULL pointerYongzhi Liu1-1/+4
2022-06-09amt: fix memory leak for advertisement messageTaehee Yoo1-3/+2
2022-06-09amt: fix gateway mode stuckTaehee Yoo1-2/+4
2022-06-09net: stmmac: fix out-of-bounds access in a selftestJakub Kicinski1-7/+6
2022-06-09bonding: fix missed rcu protectionHangbin Liu1-3/+12
2022-06-09NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_txDuoming Zhou2-3/+15
2022-06-09scsi: hisi_sas: Fix memory ordering in hisi_sas_task_deliver()John Garry1-0/+2
2022-06-09scsi: hisi_sas: Fix rescan after deleting a diskJohn Garry1-29/+18
2022-06-09net: macb: Fix PTP one step sync supportHarini Katakam2-5/+39
2022-06-09PM: domains: Fix initialization of genpd's next_wakeupUlf Hansson1-0/+1
2022-06-09platform/x86: intel_cht_int33fe: Set driver dataHeikki Krogerus1-0/+2
2022-06-09cpuidle: riscv-sbi: Fix code to allow a genpd governor to be usedUlf Hansson1-2/+2
2022-06-09cpuidle: psci: Fix regression leading to no genpd governorUlf Hansson1-2/+2
2022-06-09thermal/drivers/imx_sc_thermal: Fix refcount leak in imx_sc_thermal_probeMiaoqian Lin1-2/+4
2022-06-09thermal/core: Fix memory leak in __thermal_cooling_device_register()Yang Yingliang1-0/+1
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-09drm/msm: don't free the IRQ if it was not requestedDmitry Baryshkov2-1/+7
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-09drm/msm/dsi: don't powerup at modeset time for parade-ps8640Douglas Anderson1-1/+31
2022-06-09net/mlx5e: Correct the calculation of max channels for repMoshe Tal3-2/+18
2022-06-09regulator: scmi: Fix refcount leak in scmi_regulator_probeMiaoqian Lin1-1/+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: i2c: ov5648: fix wrong pointer passed to IS_ERR() and PTR_ERR()Yang Yingliang1-2/+2
2022-06-09media: i2c: ov2640: Depend on V4L2_ASYNCMike Pagano1-0/+1
2022-06-09media: ov7670: remove ov7670_power_off from ov7670_removeDongliang Mu1-1/+0
2022-06-09net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_initZheng Bin1-0/+2
2022-06-09nvme: set dma alignment to dwordKeith Busch1-1/+1
2022-06-09irqchip/gic-v3: Fix priority mask handlingMark Rutland1-58/+89
2022-06-09irqchip/gic-v3: Refactor ISB + EOIR at ack timeMark Rutland1-10/+33
2022-06-09irqchip/gic-v3: Ensure pseudo-NMIs have an ISB between ack and handlingMark Rutland1-0/+3
2022-06-09media: mediatek: vcodec: Fix v4l2 compliance decoder cmd test failYunfei Dong2-12/+4
2022-06-09Bluetooth: btmtksdio: fix the reset takes too longSean Wang1-0/+5
2022-06-09Bluetooth: btmtksdio: fix possible FW initialization failureSean Wang1-8/+8
2022-06-09Bluetooth: btmtksdio: fix use-after-free at btmtksdio_recv_eventSean Wang1-1/+2