summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}Andreas Gruenbacher2022-05-011-4/+3
* spi: cadence-quadspi: fix write completion supportDinh Nguyen2022-05-011-3/+21
* floppy: disable FDRAWCMD by defaultWilly Tarreau2022-05-012-11/+48
* spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus2022-04-271-0/+3
* arm_pmu: Validate single/group leader eventsRob Herring2022-04-271-6/+4
* e1000e: Fix possible overflow in LTR decodingSasha Neftin2022-04-271-2/+2
* gpio: Request interrupts after IRQ is initializedMario Limonciello2022-04-271-2/+2
* drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usageMiaoqian Lin2022-04-271-1/+1
* drm/panel/raspberrypi-touchscreen: Initialise the bridge in prepareDave Stevenson2022-04-271-2/+9
* drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not initialisedDave Stevenson2022-04-271-1/+1
* scsi: sr: Do not leak information in ioctlTom Rix2022-04-271-3/+12
* Input: omap4-keypad - fix pm_runtime_get_sync() error checkingMiaoqian Lin2022-04-271-1/+1
* net: atlantic: invert deep par in pm functions, preventing null derefsManuel Ullmann2022-04-271-4/+4
* dmaengine: imx-sdma: fix init of uart scriptsKevin Groeneveld2022-04-271-14/+14
* dma: at_xdmac: fix a missing check on list iteratorXiaomeng Tong2022-04-271-5/+7
* ata: pata_marvell: Check the 'bmdma_addr' beforing readingZheyu Ma2022-04-271-0/+2
* EDAC/synopsys: Read the error count from the correct registerShubhrajyoti Datta2022-04-271-5/+11
* nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig2022-04-271-1/+4
* nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202Christoph Hellwig2022-04-271-0/+4
* nvme: add a quirk to disable namespace identifiersChristoph Hellwig2022-04-272-6/+23
* scsi: qedi: Fix failed disconnect handlingMike Christie2022-04-271-35/+34
* scsi: iscsi: Fix NOP handling during conn recoveryMike Christie2022-04-271-1/+6
* scsi: iscsi: Merge suspend fieldsMike Christie2022-04-275-16/+16
* scsi: iscsi: Release endpoint ID when its freedMike Christie2022-04-271-36/+35
* net: macb: Restart tx only if queue pointer is laggingTomas Melin2022-04-271-0/+8
* drm/msm/mdp5: check the return of kzalloc()Xiaoke Wang2022-04-271-0/+3
* dpaa_eth: Fix missing of_node_put in dpaa_get_ts_info()Lv Ruyi2022-04-271-2/+6
* brcmfmac: sdio: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-271-1/+1
* mt76: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-271-1/+1
* net: atlantic: Avoid out-of-bounds indexingKai-Heng Feng2022-04-272-16/+16
* vxlan: fix error return code in vxlan_fdb_appendHongbin Wang2022-04-271-2/+2
* drm/msm/disp: check the return value of kzalloc()Xiaoke Wang2022-04-271-0/+2
* platform/x86: samsung-laptop: Fix an unsigned comparison which can never be n...Jiapeng Chong2022-04-271-2/+0
* reset: tegra-bpmp: Restore Handle errors in BPMP responseSameer Pujar2022-04-271-1/+8
* reset: renesas: Check return value of reset_control_deassert()Heiner Kallweit2022-04-271-1/+3
* dmaengine: idxd: skip clearing device context when device is read-onlyDave Jiang2022-04-271-0/+3
* dmaengine: idxd: add RO check for wq max_transfer_size writeDave Jiang2022-04-271-0/+3
* dmaengine: idxd: add RO check for wq max_batch_size writeDave Jiang2022-04-271-0/+3
* net: stmmac: Use readl_poll_timeout_atomic() in atomic stateKevin Hao2022-04-271-2/+2
* drm/i915/display/psr: Unset enable_psr2_sel_fetch if other checks in intel_ps...José Roberto de Souza2022-04-271-17/+21
* net: mscc: ocelot: fix broken IP multicast floodingVladimir Oltean2022-04-271-0/+2
* net: restore alpha order to Ethernet devices in configStephen Hemminger2022-04-271-13/+13
* igc: Fix suspending when PTM is activeVinicius Costa Gomes2022-04-271-1/+14
* igc: Fix BUG: scheduling while atomicSasha Neftin2022-04-271-2/+2
* igc: Fix infinite loop in release_swfw_syncSasha Neftin2022-04-271-2/+9
* spi: cadence-quadspi: fix incorrect supports_op() return valueMatthias Schiffer2022-04-271-2/+17
* spi: spi-mtk-nor: initialize spi controller after resumeAllen-KH Cheng2022-04-271-1/+11
* dmaengine: dw-edma: Fix unaligned 64bit accessHerve Codina2022-04-271-2/+5
* dmaengine: mediatek:Fix PM usage reference leak of mtk_uart_apdma_alloc_chan_...zhangqilong2022-04-271-3/+6
* dmaengine: imx-sdma: Fix error checking in sdma_event_remapMiaoqian Lin2022-04-271-2/+2