summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-05-12Merge commit '49caedb668e476c100d727f2174724e0610a2b92' of https://github.com...Sujoy Ray1133-7749/+16459
2022-04-29i2c: mux: Add mux deselect support on timeoutArun P. Mohanan1-5/+10
2022-04-28Merge tag 'v5.15.36' into dev-5.15Joel Stanley49-218/+362
2022-04-27spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus1-0/+3
2022-04-27arm_pmu: Validate single/group leader eventsRob Herring1-6/+4
2022-04-27e1000e: Fix possible overflow in LTR decodingSasha Neftin1-2/+2
2022-04-27gpio: Request interrupts after IRQ is initializedMario Limonciello1-2/+2
2022-04-27drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin1-1/+1
2022-04-27drm/panel/raspberrypi-touchscreen: Initialise the bridge in prepareDave Stevenson1-2/+9
2022-04-27drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not initialisedDave Stevenson1-1/+1
2022-04-27scsi: sr: Do not leak information in ioctlTom Rix1-3/+12
2022-04-27Input: omap4-keypad - fix pm_runtime_get_sync() error checkingMiaoqian Lin1-1/+1
2022-04-27net: atlantic: invert deep par in pm functions, preventing null derefsManuel Ullmann1-4/+4
2022-04-27dmaengine: imx-sdma: fix init of uart scriptsKevin Groeneveld1-14/+14
2022-04-27dma: at_xdmac: fix a missing check on list iteratorXiaomeng Tong1-5/+7
2022-04-27ata: pata_marvell: Check the 'bmdma_addr' beforing readingZheyu Ma1-0/+2
2022-04-27EDAC/synopsys: Read the error count from the correct registerShubhrajyoti Datta1-5/+11
2022-04-27nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig1-1/+4
2022-04-27nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202Christoph Hellwig1-0/+4
2022-04-27nvme: add a quirk to disable namespace identifiersChristoph Hellwig2-6/+23
2022-04-27scsi: qedi: Fix failed disconnect handlingMike Christie1-35/+34
2022-04-27scsi: iscsi: Fix NOP handling during conn recoveryMike Christie1-1/+6
2022-04-27scsi: iscsi: Merge suspend fieldsMike Christie5-16/+16
2022-04-27scsi: iscsi: Release endpoint ID when its freedMike Christie1-36/+35
2022-04-27net: macb: Restart tx only if queue pointer is laggingTomas Melin1-0/+8
2022-04-27drm/msm/mdp5: check the return of kzalloc()Xiaoke Wang1-0/+3
2022-04-27dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()Lv Ruyi1-2/+6
2022-04-27brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2022-04-27mt76: Fix undefined behavior due to shift overflowing the constantBorislav Petkov1-1/+1
2022-04-27net: atlantic: Avoid out-of-bounds indexingKai-Heng Feng2-16/+16
2022-04-27vxlan: fix error return code in vxlan_fdb_appendHongbin Wang1-2/+2
2022-04-27drm/msm/disp: check the return value of kzalloc()Xiaoke Wang1-0/+2
2022-04-27platform/x86: samsung-laptop: Fix an unsigned comparison which can never be n...Jiapeng Chong1-2/+0
2022-04-27reset: tegra-bpmp: Restore Handle errors in BPMP responseSameer Pujar1-1/+8
2022-04-27reset: renesas: Check return value of reset_control_deassert()Heiner Kallweit1-1/+3
2022-04-27dmaengine: idxd: skip clearing device context when device is read-onlyDave Jiang1-0/+3
2022-04-27dmaengine: idxd: add RO check for wq max_transfer_size writeDave Jiang1-0/+3
2022-04-27dmaengine: idxd: add RO check for wq max_batch_size writeDave Jiang1-0/+3
2022-04-27net: stmmac: Use readl_poll_timeout_atomic() in atomic stateKevin Hao1-2/+2
2022-04-27drm/i915/display/psr: Unset enable_psr2_sel_fetch if other checks in intel_ps...José Roberto de Souza1-17/+21
2022-04-27net: mscc: ocelot: fix broken IP multicast floodingVladimir Oltean1-0/+2
2022-04-27net: restore alpha order to Ethernet devices in configStephen Hemminger1-13/+13
2022-04-27igc: Fix suspending when PTM is activeVinicius Costa Gomes1-1/+14
2022-04-27igc: Fix BUG: scheduling while atomicSasha Neftin1-2/+2
2022-04-27igc: Fix infinite loop in release_swfw_syncSasha Neftin1-2/+9
2022-04-27spi: cadence-quadspi: fix incorrect supports_op() return valueMatthias Schiffer1-2/+17
2022-04-27spi: spi-mtk-nor: initialize spi controller after resumeAllen-KH Cheng1-1/+11
2022-04-27dmaengine: dw-edma: Fix unaligned 64bit accessHerve Codina1-2/+5
2022-04-27dmaengine: mediatek:Fix PM usage reference leak of mtk_uart_apdma_alloc_chan_...zhangqilong1-3/+6
2022-04-27dmaengine: imx-sdma: Fix error checking in sdma_event_remapMiaoqian Lin1-2/+2