aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-10-28drm/sched: Mark scheduler work queues with WQ_MEM_RECLAIMMatthew Brost1-2/+3
2024-10-28tpm: Rollback tpm2_load_null()Jarkko Sakkinen1-20/+24
2024-10-28tpm: Return tpm2_sessions_init() when null key creation failsJarkko Sakkinen1-2/+9
2024-10-28firmware: arm_scmi: Use vendor string in max-rx-timeout-msCristian Marussi1-2/+2
2024-10-28mmc: sdhci-pci-gli: GL9767: Fix low power mode in the SD Express processBen Chuang1-0/+3
2024-10-28mmc: sdhci-pci-gli: GL9767: Fix low power mode on the set clock functionBen Chuang1-14/+21
2024-10-28media: vivid: fix buffer overwrite when using > 32 buffersHans Verkuil4-4/+6
2024-10-27Merge tag 'platform-drivers-x86-v6.12-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds10-65/+22
2024-10-27Merge tag 'firewire-fixes-6.12-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-10-27Merge tag 'block-6.12-20241026' of git://git.kernel.dk/linuxLinus Torvalds2-3/+28
2024-10-27irqchip/gic-v4: Correctly deal with set_affinity on lazily-mapped VPEsMarc Zyngier1-2/+12
2024-10-27firewire: core: fix invalid port index for parent deviceTakashi Sakamoto1-1/+1
2024-10-26platform/x86: asus-wmi: Fix thermal profile initializationArmin Wolf1-0/+10
2024-10-25Input: adp5588-keys - do not try to disable interrupt 0Dmitry Torokhov1-2/+4
2024-10-25cxl/port: Prevent out-of-order decoder allocationDan Williams1-10/+33
2024-10-25cxl/port: Fix use-after-free, permit out-of-order decoder shutdownDan Williams4-44/+92
2024-10-25cxl/acpi: Ensure ports ready at cxl_acpi_probe() returnDan Williams1-0/+7
2024-10-25cxl/port: Fix cxl_bus_rescan() vs bus_rescan_devices()Dan Williams1-3/+10
2024-10-25cxl/port: Fix CXL port initialization order when the subsystem is built-inDan Williams3-7/+31
2024-10-25scsi: ufs: core: Fix another deadlock during RTC updatePeter Wang1-1/+1
2024-10-25scsi: scsi_debug: Fix do_device_access() handling of unexpected SG copy lengthJohn Garry1-6/+4
2024-10-25Merge tag 'acpi-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds3-6/+41
2024-10-25Merge tag 'pm-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-6/+18
2024-10-25Merge tag 'pci-v6.12-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+52
2024-10-25Merge tag 'fbdev-for-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-1696/+22
2024-10-25Merge tag 'ata-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds1-0/+1
2024-10-25Merge tag 'sound-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-13/+6
2024-10-25Merge tag 'drm-fixes-2024-10-25' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds17-107/+202
2024-10-25cxl/events: Fix Trace DRAM Event RecordShiju Jose1-3/+14
2024-10-25wifi: iwlwifi: mvm: fix 6 GHz scan constructionJohannes Berg1-3/+3
2024-10-25Revert "wifi: iwlwifi: remove retry loops in start"Emmanuel Grumbach3-10/+31
2024-10-25wifi: iwlwifi: mvm: don't add default link in fw restart flowEmmanuel Grumbach1-6/+18
2024-10-25wifi: iwlwifi: mvm: Fix response handling in iwl_mvm_send_recovery_cmd()Daniel Gabay1-6/+4
2024-10-25wifi: iwlwifi: mvm: SAR table alignmentAnjaneyulu1-38/+58
2024-10-25wifi: iwlwifi: mvm: Use the sync timepoint API in suspendDaniel Gabay2-1/+5
2024-10-25wifi: iwlwifi: mvm: really send iwl_txpower_constraints_cmdMiri Korenblit1-5/+5
2024-10-25wifi: iwlwifi: mvm: don't leak a link on AP removalEmmanuel Grumbach1-1/+1
2024-10-25Merge branch 'pm-powercap'Rafael J. Wysocki1-1/+1
2024-10-25Merge branches 'acpi-resource' and 'acpi-button'Rafael J. Wysocki2-0/+18
2024-10-25Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann167-770/+1306
2024-10-25regulator: rtq2208: Fix uninitialized use of regulator_configChiYuan Huang1-1/+1
2024-10-25Merge tag 'wireless-2024-10-21' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller17-24/+97
2024-10-25pwm: imx-tpm: Use correct MODULO value for EPWM modeErik Schumacher1-1/+3
2024-10-25Merge tag 'drm-xe-fixes-2024-10-24-1' of https://gitlab.freedesktop.org/drm/x...Dave Airlie5-7/+42
2024-10-24Input: edt-ft5x06 - fix regmap leak when probe failsDmitry Torokhov1-1/+18
2024-10-25Merge tag 'drm-misc-fixes-2024-10-24' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-1/+3
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds22-149/+319
2024-10-24Merge tag 'hid-for-linus-20241024' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-0/+24
2024-10-25Merge tag 'drm-intel-fixes-2024-10-24' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-2/+1
2024-10-24cxl/core: Return error when cxl_endpoint_gather_bandwidth() handles a non-PCI...Li Zhijian1-0/+3