summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2023-08-27Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-53/+6
2023-08-25Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+11
2023-08-25Merge tag 'gpio-fixes-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+14
2023-08-25Merge tag 'pinctrl-v6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-7/+68
2023-08-25Merge tag 'drm-fixes-2023-08-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-93/+134
2023-08-24scsi: snic: Fix double free in snic_tgt_create()Zhu Wang-2/+1
2023-08-24Merge tag 'media/v6.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-0/+2
2023-08-24scsi: core: raid_class: Remove raid_component_add()Zhu Wang-48/+0
2023-08-25Merge tag 'drm-intel-fixes-2023-08-24' of git://anongit.freedesktop.org/drm/d...Dave Airlie-39/+68
2023-08-24Merge tag 'spi-fix-v6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-10/+15
2023-08-25Merge tag 'drm-misc-fixes-2023-08-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-54/+66
2023-08-24Merge tag 'net-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-127/+148
2023-08-24bonding: fix macvlan over alb bond supportHangbin Liu-3/+3
2023-08-23Merge tag 'acpi-6.5-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+5
2023-08-23drm/i915: Fix HPD polling, reenabling the output poll work as neededImre Deak-2/+2
2023-08-23drm: Add an HPD poll helper to reschedule the poll workImre Deak-22/+46
2023-08-23gpio: sim: pass the GPIO device's software node to irq domainBartosz Golaszewski-1/+1
2023-08-23gpio: sim: dispose of irq mappings before destroying the irq_sim domainBartosz Golaszewski-0/+13
2023-08-23drm/vmwgfx: Fix possible invalid drm gem put callsZack Rusin-16/+16
2023-08-23drm/vmwgfx: Fix shader stage validationZack Rusin-18/+23
2023-08-23Merge tag 'platform-drivers-x86-v6.5-5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-0/+13
2023-08-23platform/mellanox: Fix mlxbf-tmfifo not handling all virtio CONSOLE notificat...Shih-Yi Chen-0/+1
2023-08-23ibmveth: Use dcbf rather than dcbflMichael Ellerman-1/+1
2023-08-23i40e: fix potential NULL pointer dereferencing of pf->vf i40e_sync_vsi_filters()Andrii Staikov-2/+3
2023-08-23dma-buf/sw_sync: Avoid recursive lock during fence signalRob Clark-9/+9
2023-08-23media: vcodec: Fix potential array out-of-bounds in encoder queue_setupWei Chen-0/+2
2023-08-22igc: Fix the typo in the PTM Control macroSasha Neftin-1/+1
2023-08-22igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani-12/+12
2023-08-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-33/+14
2023-08-22bnx2x: new flag for track HW resource allocationThinh Tran-28/+44
2023-08-22clk: Fix slab-out-of-bounds error in devm_clk_release()Andrey Skvortsov-6/+7
2023-08-22drm/i915: fix Sphinx indentation warningJani Nikula-0/+2
2023-08-22Merge tag 'devicetree-fixes-for-6.5-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-27/+15
2023-08-22sfc: allocate a big enough SKB for loopback selftest packetEdward Cree-3/+3
2023-08-22Merge tag 'wireless-2023-08-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-0/+1
2023-08-22leds: trigger: netdev: rename 'hw_control' sysfs entry to 'offloaded'Marek Behún-4/+4
2023-08-22net: ethernet: mtk_eth_soc: fix NULL pointer on hw resetDaniel Golle-2/+10
2023-08-22drm/i915/dgfx: Enable d3cold at s2idleAnshuman Gupta-15/+18
2023-08-21tg3: Use slab_build_skb() when neededKees Cook-1/+4
2023-08-21scsi: ufs: ufs-qcom: Clear qunipro_g4_sel for HW major version > 5Neil Armstrong-1/+1
2023-08-21scsi: ufs: mcq: Fix the search/wrap around logicBao D. Nguyen-2/+4
2023-08-21of/platform: increase refcount of fwnodePeng Fan-2/+2
2023-08-21ice: Fix NULL pointer deref during VF resetPetr Oros-7/+8
2023-08-21Revert "ice: Fix ice VF reset during iavf initialization"Petr Oros-25/+4
2023-08-21ice: fix receive buffer size miscalculationJesse Brandeburg-1/+2
2023-08-21drm/panfrost: Skip speed binning on EOPNOTSUPPDavid Michael-1/+1
2023-08-21of: dynamic: Refactor action prints to not use "%pOF" inside devtree_lockRob Herring-22/+9
2023-08-21of: unittest: Fix EXPECT for parse_phandle_with_args_map() testRob Herring-2/+2
2023-08-21spi: spi-cadence: Fix data corruption issues in slave modeSrinivas Goud-7/+12
2023-08-21spi: stm32: fix accidential revert to byte-sized transfer splittingLeonard Göhrs-3/+3