summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-01-27power: reset: mt6397: Check for null res pointerJiasheng Jiang1-0/+3
2022-01-27pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in nonstatic_find_mem_...Zhou Qingyang1-0/+3
2022-01-27pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in __nonstatic_find_io...Zhou Qingyang1-0/+3
2022-01-27ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI nodesHans de Goede1-3/+10
2022-01-27serial: 8250_bcm7271: Propagate error codes from brcmuart_probe()Lad Prabhakar1-3/+8
2022-01-27hwmon: (mr75203) fix wrong power-up delay valueArseny Demidov1-1/+1
2022-01-27regulator: qcom-labibb: OCP interrupts are not a failure while disabledMarijn Suijten1-1/+1
2022-01-27crypto: octeontx2 - prevent underflow in get_cores_bmap()Dan Carpenter1-1/+2
2022-01-27Bluetooth: hci_qca: Stop IBS timer during BT OFFPanicker Harish1-0/+3
2022-01-27software node: fix wrong node passed to find nargs_propClément Léger1-1/+1
2022-01-27backlight: qcom-wled: Respect enabled-strings in set_brightnessMarijn Suijten1-10/+12
2022-01-27backlight: qcom-wled: Use cpu_to_le16 macro to perform conversionMarijn Suijten1-12/+11
2022-01-27backlight: qcom-wled: Override default length with qcom,enabled-stringsMarijn Suijten1-3/+9
2022-01-27backlight: qcom-wled: Fix off-by-one maximum with default num_stringsMarijn Suijten1-32/+16
2022-01-27backlight: qcom-wled: Pass number of elements to read to read_u32_arrayMarijn Suijten1-2/+7
2022-01-27backlight: qcom-wled: Validate enabled string indices in DTMarijn Suijten1-1/+17
2022-01-27mmc: meson-mx-sdio: add IRQ checkSergey Shtylyov1-0/+5
2022-01-27mmc: meson-mx-sdhc: add IRQ checkSergey Shtylyov1-0/+5
2022-01-27iwlwifi: mvm: set protected flag only for NDP rangingAvraham Stern1-1/+1
2022-01-27iwlwifi: mvm: perform 6GHz passive scan after suspendAvraham Stern1-12/+9
2022-01-27iwlwifi: mvm: test roc running status bits before removing the staNathan Errera1-3/+12
2022-01-27iwlwifi: mvm: fix 32-bit build in FTMJohannes Berg1-1/+2
2022-01-27rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CEKai-Heng Feng2-51/+21
2022-01-27rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PCPing-Ke Shih1-0/+9
2022-01-27wilc1000: fix double free error in probe()Dan Carpenter3-1/+4
2022-01-27mt76: mt7921: drop offload_flags overwrittenSean Wang1-6/+0
2022-01-27usb: ftdi-elan: fix memory leak on device disconnectWei Yongjun1-0/+1
2022-01-27media: hantro: Fix probe func error pathJernej Skrabec1-1/+2
2022-01-27drm/tegra: vic: Fix DMA API misuseRobin Murphy1-4/+3
2022-01-27drm/tegra: gr2d: Explicitly control module resetThierry Reding1-2/+31
2022-01-27gpu: host1x: select CONFIG_DMA_SHARED_BUFFERArnd Bergmann1-0/+1
2022-01-27drm/bridge: ti-sn65dsi86: Set max register for regmapStephen Boyd1-0/+1
2022-01-27drm/msm/dpu: fix safe status debugfs fileDmitry Baryshkov1-2/+2
2022-01-27net: dsa: hellcreek: Add missing PTP via UDP rulesKurt Kanzenbach1-4/+60
2022-01-27net: dsa: hellcreek: Allow PTP P2P measurements on blocked portsKurt Kanzenbach1-1/+1
2022-01-27net: dsa: hellcreek: Add STP forwarding ruleKurt Kanzenbach1-0/+14
2022-01-27net: dsa: hellcreek: Fix insertion of static FDB entriesKurt Kanzenbach1-2/+5
2022-01-27ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan()Zhou Qingyang1-2/+5
2022-01-27media: coda/imx-vdoa: Handle dma_set_coherent_mask error codesJiasheng Jiang1-1/+5
2022-01-27media: msi001: fix possible null-ptr-deref in msi001_probe()Wang Hai1-0/+7
2022-01-27media: dw2102: Fix use after freeAnton Vasilyev1-123/+215
2022-01-27perf/arm-cmn: Fix CPU hotplug unregistrationRobin Murphy1-2/+3
2022-01-27spi: Fix incorrect cs_setup delay handlingHector Martin1-7/+6
2022-01-27ath11k: Fix deleting uninitialized kernel timer during fragment cache flushRameshkumar Sundaram1-1/+1
2022-01-27crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume()Weili Qian1-1/+1
2022-01-27crypto: stm32 - Revert broken pm_runtime_resume_and_get changesHerbert Xu2-4/+5
2022-01-27crypto: stm32/cryp - fix bugs and crash in testsNicolas Toromanoff1-547/+243
2022-01-27crypto: stm32/cryp - fix lrw chaining modeNicolas Toromanoff1-1/+1
2022-01-27crypto: stm32/cryp - fix double pm exitNicolas Toromanoff1-2/+0
2022-01-27crypto: stm32/cryp - check early input dataNicolas Toromanoff1-1/+113