summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-09-02ACPI: thermal: Drop nocrt parameterMario Limonciello1-5/+1
2023-08-30mm,ima,kexec,of: use memblock_free_late from ima_free_kexec_bufferRik van Riel1-2/+2
2023-08-30dma-buf/sw_sync: Avoid recursive lock during fence signalRob Clark1-9/+9
2023-08-30pinctrl: renesas: rza2: Add lock around pinctrl_generic{{add,remove}_group,{a...Biju Das1-2/+15
2023-08-30scsi: core: raid_class: Remove raid_component_add()Zhu Wang1-48/+0
2023-08-30scsi: snic: Fix double free in snic_tgt_create()Zhu Wang1-2/+1
2023-08-30drm/i915: Fix premature release of request's reusable memoryJanusz Krzysztofik2-29/+72
2023-08-30drm/vmwgfx: Fix shader stage validationZack Rusin2-18/+23
2023-08-30PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root busIgor Mammedov1-1/+7
2023-08-30media: vcodec: Fix potential array out-of-bounds in encoder queue_setupWei Chen1-0/+2
2023-08-30of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lockRob Herring1-22/+9
2023-08-30of: unittest: Fix EXPECT for parse_phandle_with_args_map() testRob Herring1-2/+2
2023-08-30clk: Fix slab-out-of-bounds error in devm_clk_release()Andrey Skvortsov1-6/+7
2023-08-30ibmveth: Use dcbf rather than dcbflMichael Ellerman1-1/+1
2023-08-30bonding: fix macvlan over alb bond supportHangbin Liu1-3/+3
2023-08-30igc: Fix the typo in the PTM Control macroSasha Neftin1-1/+1
2023-08-30igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani1-12/+12
2023-08-30ice: fix receive buffer size miscalculationJesse Brandeburg1-1/+2
2023-08-30net: validate veth and vxcan peer ifindexesJakub Kicinski2-10/+2
2023-08-30net: bcmgenet: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-30net: bgmac: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-30ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()Lu Wei1-1/+2
2023-08-30octeontx2-af: SDP: fix receive link configHariprasad Kelam1-1/+2
2023-08-30drm/amd/display: check TG is non-null before checking if enabledTaimur Hassan1-1/+2
2023-08-30drm/amd/display: do not wait for mpc idle if tg is disabledJosip Pavic1-1/+2
2023-08-30fbdev: fix potential OOB read in fast_imageblit()Zhang Shurong1-1/+1
2023-08-30fbdev: Fix sys_imageblit() for arbitrary image widthsThomas Zimmermann1-4/+25
2023-08-30fbdev: Improve performance of sys_imageblit()Thomas Zimmermann1-11/+38
2023-08-30PCI: acpiphp: Reassign resources on bridge if necessaryIgor Mammedov1-4/+1
2023-08-26mmc: f-sdh30: fix order of function calls in sdhci_f_sdh30_removeYangtao Li1-3/+5
2023-08-26virtio-net: set queues after driver_okJason Wang1-2/+2
2023-08-26drm/amd: flush any delayed gfxoff on suspend entryMario Limonciello2-8/+2
2023-08-26drm/qxl: fix UAF on handle creationWander Lairson Costa4-14/+24
2023-08-26mmc: block: Fix in_flight[issue_type] value errorYibin Ding1-3/+4
2023-08-26mmc: wbsd: fix double mmc_free_host() in wbsd_init()Yang Yingliang1-2/+0
2023-08-26serial: 8250: Fix oops for port->pm on uart_change_pm()Tony Lindgren1-0/+1
2023-08-26soc: aspeed: socinfo: Add kfree for kstrdupJiasheng Jiang1-0/+1
2023-08-26bus: ti-sysc: Flush posted write on enable before resetTony Lindgren1-0/+2
2023-08-26net: dsa: mv88e6xxx: Wait for EEPROM done before HW resetAlfred Lee1-0/+8
2023-08-26i40e: fix misleading debug logsAndrii Staikov1-8/+8
2023-08-26iavf: fix FDIR rule fields masks validationPiotr Gardocki3-4/+85
2023-08-26team: Fix incorrect deletion of ETH_P_8021AD protocol vid from slavesZiyang Xuan1-1/+3
2023-08-26net: phy: broadcom: stub c45 read/write for 54810Justin Chen1-0/+13
2023-08-26drm/panel: simple: Fix AUO G121EAN01 panel timings according to the docsLuca Ceresoli1-12/+12
2023-08-26net: phy: fix IRQ-based wake-on-lan over hibernate / power offRussell King (Oracle)1-11/+2
2023-08-26i2c: designware: Handle invalid SMBus block data response length valueTam Nguyen1-2/+13
2023-08-26i2c: designware: Correct length byte validation logicQuan Nguyen1-1/+2
2023-08-26tty: serial: fsl_lpuart: Clear the error flags by writing 1 for lpuart32 plat...Sherry Sun1-2/+2
2023-08-26tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang1-1/+2
2023-08-26fbdev: mmp: fix value check in mmphw_probe()Yuanjun Gong1-1/+3