summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-04-13ionic: set adminq irq affinityShannon Nelson1-1/+4
2024-04-13ACPI: resource: Add IRQ override quirk for ASUS ExpertBook B2502FBASviatoslav Harasymchuk1-0/+7
2024-04-13pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domainAdam Ford1-5/+5
2024-04-13pmdomain: ti: Add a null pointer check to the omap_prm_domain_initKunwu Chan1-0/+2
2024-04-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet5-0/+5
2024-04-13cpuidle: Avoid potential overflow in integer multiplicationC Cheng1-1/+2
2024-04-13wifi: iwlwifi: pcie: Add new PCI device id and CNVIMukesh Sisodiya3-6/+55
2024-04-13net: dsa: qca8k: put MDIO controller OF node if unavailableVladimir Oltean1-2/+1
2024-04-13wifi: iwlwifi: pcie: Add the PCI device id for new hardwareMukesh Sisodiya1-0/+1
2024-04-13VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()Harshit Mogalapalli1-1/+2
2024-04-13wifi: rtw89: pci: enlarge RX DMA buffer to consider size of RX descriptorPing-Ke Shih1-1/+1
2024-04-13wifi: rtw89: pci: validate RX tag for RXQ and RPQPing-Ke Shih7-7/+63
2024-04-13net: phy: phy_device: Prevent nullptr exceptions on ISRAndre Werner1-5/+8
2024-04-13net: stmmac: dwmac-starfive: Add support for JH7100 SoCCristian Ciocaltea2-7/+31
2024-04-13bnx2x: Fix firmware version string character countsKees Cook3-12/+13
2024-04-13wifi: rtw89: fix null pointer access when abort scanPo-Hao Huang1-2/+2
2024-04-13wifi: ath9k: fix LNA selection in ath_ant_try_scan()Dmitry Antipov1-1/+1
2024-04-13amdkfd: use calloc instead of kzalloc to avoid integer overflowDave Airlie1-2/+2
2024-04-10x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel1-1/+10
2024-04-10x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel1-0/+3
2024-04-10efi/libstub: Add generic support for parsing mem_encrypt=Ard Biesheuvel2-1/+9
2024-04-10drm/xe: Rework rebindingThomas Hellström5-51/+14
2024-04-10drm/xe: Use ring ops TLB invalidation for rebindsThomas Hellström6-9/+30
2024-04-10drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti5-0/+65
2024-04-10drm/i915/gt: Do not generate the command streamer for all the CCSAndi Shyti1-0/+17
2024-04-10drm/i915/gt: Disable HW load balancing for CCSAndi Shyti2-2/+22
2024-04-10drm/i915/dp: Fix the computation for compressed_bpp for DISPLAY < 13Ankit Nautiyal1-2/+3
2024-04-10drm/i915/mst: Reject FEC+MST on ICLVille Syrjälä1-1/+2
2024-04-10drm/i915/mst: Limit MST+DSC to TGL+Ville Syrjälä2-1/+2
2024-04-10of: module: prevent NULL pointer dereference in vsnprintf()Sergey Shtylyov1-0/+8
2024-04-10of: dynamic: Synchronize of_changeset_destroy() with the devlink removalsHerve Codina1-0/+12
2024-04-10driver core: Introduce device_link_wait_removal()Herve Codina1-3/+23
2024-04-10gpio: cdev: fix missed label sanitizing in debounce_setup()Kent Gibson1-21/+28
2024-04-10gpio: cdev: check for NULL labels when sanitizing them for irqsBartosz Golaszewski1-5/+14
2024-04-10Revert "drm/amd/display: Send DTBCLK disable message on first commit"Gabe Teeger1-1/+0
2024-04-10ata: sata_mv: Fix PCI device ID table declaration compilation warningArnd Bergmann1-32/+31
2024-04-10drm/i915/gt: Limit the reserved VM space to only the platforms that need itAndi Shyti3-4/+14
2024-04-10thermal: gov_power_allocator: Allow binding without trip pointsNikita Travkin1-8/+4
2024-04-10thermal: gov_power_allocator: Allow binding without cooling devicesNikita Travkin1-1/+1
2024-04-10spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probeHuai-Yuan Liu1-0/+2
2024-04-10drm/i915/dp: Fix DSC state HW readout for SST connectorsImre Deak1-0/+1
2024-04-10scsi: sd: Unregister device if device_add_disk() failed in sd_probe()Li Nan1-1/+1
2024-04-10scsi: mylex: Fix sysfs buffer lengthsArnd Bergmann2-22/+22
2024-04-10ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bitArnd Bergmann1-4/+2
2024-04-10regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald1-2/+2
2024-04-10spi: s3c64xx: Use DMA mode from fifo sizeJaewon Kim1-3/+2
2024-04-10spi: s3c64xx: determine the fifo depth only onceTudor Ambarus1-5/+9
2024-04-10spi: s3c64xx: allow full FIFO masksTudor Ambarus1-4/+36
2024-04-10spi: s3c64xx: define a magic valueTudor Ambarus1-1/+3
2024-04-10spi: s3c64xx: remove else after returnTudor Ambarus1-4/+2