aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-02-18mshv: Use try_cmpxchg() instead of cmpxchg()Uros Bizjak2-4/+4
2026-02-18Input: bcm5974 - recover from failed mode switchLiam Mitchell1-1/+41
2026-02-18Merge tag 'thermal-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+4
2026-02-18Merge tag 'acpi-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds8-22/+41
2026-02-18accel: ethosu: Fix shift overflow in cmd_to_addr()Dan Carpenter1-1/+1
2026-02-18Merge tag 'pm-7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds8-35/+33
2026-02-18Merge branches 'acpi-battery', 'acpi-button' and 'acpi-driver'Rafael J. Wysocki5-20/+14
2026-02-18Merge branches 'acpi-pm' and 'acpi-cppc'Rafael J. Wysocki2-2/+15
2026-02-18Merge branches 'pm-powercap' and 'pm-cpuidle'Rafael J. Wysocki7-31/+26
2026-02-18drm/amd/display: Add static keyword for sharpness tablesSamson Tam1-2/+2
2026-02-18drm/amd/display: Only use analog stream encoder with analog engineTimur Kristóf1-1/+4
2026-02-18drm/amd/display: Only use analog link encoder with analog engineTimur Kristóf3-3/+6
2026-02-18drm/amd/display: Use DCE 6 link encoder for DCE 6 analog connectorsTimur Kristóf1-1/+1
2026-02-18efi: Align unaccepted memory range to page boundaryKiryl Shutsemau (Meta)1-2/+8
2026-02-18efi: Fix reservation of unaccepted memory tableKiryl Shutsemau (Meta)1-4/+4
2026-02-18efi: stmm: Constify struct efivar_operationsKrzysztof Kozlowski1-8/+9
2026-02-18gpio: amd-fch: ionly return allowed values from amd_fch_gpio_get()Dmitry Torokhov1-3/+4
2026-02-18gpio: sysfs: fix chip removal with GPIOs exported over sysfsBartosz Golaszewski1-50/+54
2026-02-18gpio: swnode: restore the swnode-name-against-chip-label matchingBartosz Golaszewski1-0/+19
2026-02-18Drivers: hv: vmbus: Use kthread for vmbus interrupts on PREEMPT_RTJan Kiszka1-1/+65
2026-02-18eth: fbnic: Add validation for MTU changesDimitri Daskalakis1-0/+18
2026-02-18Merge tag 'amd-drm-next-6.20-2026-02-13' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie90-384/+605
2026-02-17scsi: snic: Remove unused linkstatusThomas Fourier1-9/+0
2026-02-17scsi: pm8001: Fix use-after-free in pm8001_queue_command()Salomon Dushimirimana1-2/+3
2026-02-18Merge tag 'drm-intel-next-fixes-2026-02-13' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextDave Airlie3-4/+19
2026-02-17scsi: mpi3mr: Add NULL checks when resetting request and reply queuesRanjan Kumar1-14/+18
2026-02-17scsi: ufs: core: Reset urgent_bkops_lvl to allow runtime PM power modeWon Jung1-1/+2
2026-02-17scsi: ses: Fix devices attaching to different hostsTomas Henzl1-3/+2
2026-02-17scsi: ufs: core: Fix RPMB region size detection for UFS 2.2Alexey Charkov1-0/+20
2026-02-17scsi: storvsc: Fix scheduling while atomic on PREEMPT_RTJan Kiszka1-2/+3
2026-02-17scsi: lpfc: Properly set WC for DPP mappingMathias Krause3-6/+35
2026-02-17net: ethernet: ec_bhf: Fix dma_free_coherent() dma handleThomas Fourier1-1/+1
2026-02-17macvlan: observe an RCU grace period in macvlan_common_newlink() error pathEric Dumazet1-0/+5
2026-02-17net: dsa: MxL862xx: don't force-enable MAXLINEAR_GPHYArnd Bergmann1-1/+0
2026-02-17dpll: zl3073x: Fix ref frequency settingIvan Vecera1-0/+2
2026-02-17drm/xe: Prevent VFs from exposing the CCS mode sysfs fileNareshkumar Gollakoti1-1/+1
2026-02-17drm/xe/hwmon: Prevent unintended VRAM channel creationKarthik Poosa1-3/+3
2026-02-17drm/pagemap: pass pagemap_addr by referenceArnd Bergmann3-6/+6
2026-02-17drm/xe/bo: Redirect faults to dummy page for wedged deviceRaag Jadav1-1/+1
2026-02-17drm/xe: Make xe_modparam.force_vram_bar_size signedShuicheng Lin1-1/+1
2026-02-17drm/xe/vf: Avoid reading media version when media GT is disabledPiotr Piórkowski1-0/+6
2026-02-17drm/xe/xe2_hpg: Fix handling of Wa_14019988906 & Wa_14019877138Matt Roper1-10/+8
2026-02-17drm/xe/mmio: Avoid double-adjust in 64-bit readsShuicheng Lin1-5/+5
2026-02-17drm/xe: Add bounds check on pat_index to prevent OOB kernel read in madviseJia Yao1-1/+6
2026-02-17drm/xe/configfs: Fix 'parameter name omitted' errorsMichal Wajdeczko1-4/+8
2026-02-17drm/xe/pf: Fix sysfs initializationMichal Wajdeczko1-28/+26
2026-02-17Merge tag 'dmaengine-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds35-281/+460
2026-02-17Merge tag 'phy-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phyLinus Torvalds65-727/+10025
2026-02-17Merge tag 'soundwire-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwireLinus Torvalds5-24/+32
2026-02-17Merge tag 'usb-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds85-4506/+2938