summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-03-25cpufreq: acpi-cpufreq: use DMI max speed when CPPC is unavailableHenry Tseng-8/+26
2026-03-06cpufreq: governor: Use sysfs_emit() in sysfs show functionsThorsten Blum-2/+3
2026-03-06cpufreq: intel_pstate: Allow repeated intel_pstate disableFabio M. De Francesco-1/+1
2026-03-05cpufreq: Add debug print for current frequency in __cpufreq_driver_target()Pengjie Zhang-2/+2
2026-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+1
2026-03-01Merge tag 'irq-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-21/+45
2026-03-01Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-50/+96
2026-02-28Merge tag 'driver-core-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-16/+49
2026-02-28firewire: ohci: initialize page array to use alloc_pages_bulk() correctlyTakashi Sakamoto-1/+1
2026-02-28Merge tag 'spi-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+3
2026-02-28Merge tag 'regulator-fix-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-7/+8
2026-02-28Merge tag 'kvmarm-fixes-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-1/+1
2026-02-27Merge tag 'pci-v7.0-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+16
2026-02-27Merge tag 'cxl-fixes-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-54/+117
2026-02-27Merge tag 'mmc-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds-2/+39
2026-02-27Merge tag 'block-7.0-20260227' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-46/+64
2026-02-27Merge tag 'gpio-fixes-for-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+9
2026-02-27Merge tag 'drm-fixes-2026-02-27' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-153/+292
2026-02-27Merge tag 'amd-drm-fixes-7.0-2026-02-26' of https://gitlab.freedesktop.org/ag...Dave Airlie-28/+42
2026-02-26spi: stm32: fix missing pointer assignment in case of dma chainingAlain Volmat-0/+3
2026-02-27Merge tag 'drm-xe-fixes-2026-02-26' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-21/+81
2026-02-26Merge tag 'acpi-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-0/+21
2026-02-26Merge tag 'pm-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-7/+11
2026-02-26Merge tag 'for-linus-7.0-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds-60/+125
2026-02-26Merge branch 'acpi-pm'Rafael J. Wysocki-0/+8
2026-02-26Merge branches 'pm-cpufreq' and 'pm-runtime'Rafael J. Wysocki-7/+11
2026-02-27Merge tag 'drm-misc-fixes-2026-02-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-98/+168
2026-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-47/+85
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-129/+304
2026-02-26dpaa2-switch: validate num_ifs to prevent out-of-bounds writeJunrui Luo-0/+7
2026-02-26RDMA/uverbs: Import DMA-BUF module in uverbs_std_types_dmabuf fileLeon Romanovsky-0/+2
2026-02-25net/mlx5e: Fix "scheduling while atomic" in IPsec MAC address queryJianbo Liu-2/+1
2026-02-25net/mlx5: Fix missing devlink lock in SRIOV enable error pathShay Drory-0/+2
2026-02-25net/mlx5: E-switch, Clear legacy flag when moving to switchdevShay Drory-0/+2
2026-02-25net/mlx5: LAG, disable MPESW in lag_disable_change()Shay Drory-6/+15
2026-02-25net/mlx5: DR, Fix circular locking dependency in dumpShay Drory-2/+2
2026-02-25Merge tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-11/+11
2026-02-25team: avoid NETDEV_CHANGEMTU event when unregistering slaveTetsuo Handa-5/+21
2026-02-25net: mana: Fix double destroy_workqueue on service rescan PCI pathDipayaan Roy-2/+7
2026-02-25dpll: zl3073x: Remove redundant cleanup in devm_dpll_init()Felix Gu-5/+1
2026-02-25net: usb: kaweth: validate USB endpointsGreg Kroah-Hartman-0/+13
2026-02-25net: usb: kalmia: validate USB endpointsGreg Kroah-Hartman-0/+7
2026-02-25net: usb: pegasus: validate USB endpointsGreg Kroah-Hartman-1/+12
2026-02-25nfc: pn533: properly drop the usb interface reference on disconnectGreg Kroah-Hartman-0/+1
2026-02-25drm/amd: Disable MES LR compute W/AMario Limonciello-10/+0
2026-02-25drm/amdgpu: Fix error handling in slot resetLijo Lazar-7/+10
2026-02-25drm/amdgpu/vcn5: Add SMU dpm interface typesguttula-0/+4
2026-02-25drm/amdgpu: Fix locking bugs in error pathsBart Van Assche-5/+7
2026-02-25drm/amdgpu: Unlock a mutex before destroying itBart Van Assche-0/+1
2026-02-25drm/amd/display: Use GFP_ATOMIC in dc_create_stream_for_sinkNatalie Vock-2/+2