summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-05-26thermal: intel: int340x: Check return value of ptc_create_groups()Aravind Anilraj1-2/+8
2026-05-26thermal: intel: int340x: Fix potential shift overflow in ptc_mmio_write()Aravind Anilraj1-1/+1
2026-05-24Merge tag 'x86-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+7
2026-05-24Merge tag 'irq-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2026-05-24Merge tag 'hwmon-for-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-26/+40
2026-05-24drm/msm: Restore second parameter name in purge() and evict()Nathan Chancellor1-2/+2
2026-05-23Merge tag 'loongarch-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+20
2026-05-23Merge tag 'driver-core-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+15
2026-05-23Merge tag 'i2c-for-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-10/+10
2026-05-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds8-136/+156
2026-05-23Merge tag 'for-linus-fwctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2026-05-23Merge tag 'drm-fixes-2026-05-23' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds78-446/+670
2026-05-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-4/+14
2026-05-23Merge tag 'platform-drivers-x86-v7.1-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds29-63/+328
2026-05-23Merge tag 'drm-xe-fixes-2026-05-21' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie11-34/+69
2026-05-22Merge tag 'phy-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds10-65/+240
2026-05-22Merge tag 'spi-fix-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-2/+9
2026-05-22Merge tag 'regulator-fix-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-41/+96
2026-05-22Merge tag 'pinctrl-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds10-30/+129
2026-05-22Merge tag 'gpio-fixes-for-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-12/+38
2026-05-22Merge tag 'sound-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-1/+1
2026-05-22Merge tag 'block-7.1-20260522' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+30
2026-05-22Merge tag 'pm-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds4-29/+49
2026-05-22Merge tag 'acpi-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+3
2026-05-22Merge tag 's390-7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds3-13/+13
2026-05-22platform/x86: bitland-mifs-wmi: add CONFIG_LEDS_CLASS dependencyArnd Bergmann1-0/+1
2026-05-22Merge tag 'mediatek-drm-fixes-20260521' of https://git.kernel.org/pub/scm/lin...Dave Airlie4-4/+4
2026-05-22Merge tag 'pci-v7.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+3
2026-05-22Merge tag 'net-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds73-391/+2373
2026-05-22Merge tag 'ceph-for-7.1-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds1-12/+8
2026-05-22Merge tag 'drm-misc-fixes-2026-05-21' of https://gitlab.freedesktop.org/drm/m...Dave Airlie20-142/+127
2026-05-21irqchip/renesas-rzt2h: Use pm_runtime_put_sync() in probe error pathCosmin Tanislav1-1/+1
2026-05-21Merge tag 'wireless-2026-05-21' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski15-76/+194
2026-05-21Merge tag 'efi-fixes-for-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-15/+22
2026-05-21net: enetc: avoid VF->PF mailbox timeout during SR-IOV teardownWei Fang1-1/+1
2026-05-21net: enetc: fix init and teardown order to prevent use of unsafe resourcesWei Fang1-17/+18
2026-05-21net: enetc: fix unbounded loop and interrupt handling in VF-to-PF messagingWei Fang2-31/+49
2026-05-21net: enetc: fix DMA write to freed memory in enetc_msg_free_mbx()Wei Fang1-3/+3
2026-05-21net: enetc: fix race condition in VF MAC address configurationWei Fang2-0/+11
2026-05-21net: enetc: fix TOCTOU race and validate VF MAC addressWei Fang1-9/+30
2026-05-21net: enetc: add ratelimiting to VF mailbox error messagesWei Fang1-4/+6
2026-05-21net: enetc: fix missing error code when pf->vf_state allocation failsWei Fang1-1/+3
2026-05-21net: enetc: fix incorrect mailbox message status returned to VFsWei Fang1-4/+6
2026-05-21Merge tag 'soc-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds3-44/+114
2026-05-21net: bcmgenet: keep RBUF EEE/PM disabledNicolai Buchwitz1-5/+4
2026-05-21ethernet: 3c509: Fix most coding style issuesMaciej W. Rozycki1-376/+469
2026-05-21ethernet: 3c509: Add GPL 2.0 SPDX license identifierMaciej W. Rozycki1-0/+1
2026-05-21ethernet: 3c509: Fix AUI transceiver type selectionMaciej W. Rozycki1-0/+1
2026-05-21Revert "drivers: net: 3com: 3c509: Remove this driver"Maciej W. Rozycki3-0/+1463
2026-05-21pds_core: ensure null-termination for firmware version stringsNikhil P. Rao1-2/+4