summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2024-04-10spi: s3c64xx: explicitly include <linux/bits.h>Tudor Ambarus1-0/+1
2024-04-10spi: s3c64xx: sort headers alphabeticallyTudor Ambarus1-7/+6
2024-04-10spi: s3c64xx: Extract FIFO depth calculation to a dedicated macroSam Protsenko1-7/+6
2024-04-10drm/prime: Unbreak virtgpu dma-buf exportRob Clark1-1/+6
2024-04-10nouveau/uvmm: fix addr/range calcs for remap operationsDave Airlie1-3/+3
2024-04-10drm/panfrost: fix power transition timeout warningsChristian Hewitt1-3/+3
2024-04-10regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald1-1/+1
2024-04-10drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while not supportedPu Lehui1-0/+4
2024-04-10net: ravb: Always update error countersPaul Barker1-8/+9
2024-04-10net: ravb: Always process TX descriptor ringPaul Barker1-2/+5
2024-04-10net: ravb: Let IP-specific receive function to interrogate descriptorsClaudiu Beznea1-11/+2
2024-04-10e1000e: move force SMBUS from enable ulp function to avoid PHY loss issueVitaly Lifshits2-19/+18
2024-04-10e1000e: Minor flow correction in e1000_shutdown functionVitaly Lifshits1-4/+4
2024-04-10drm/amd: Flush GFXOFF requests in prepare stageMario Limonciello1-0/+2
2024-04-10i40e: Enforce software interrupt during busy-poll exitIvan Vecera5-21/+72
2024-04-10i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov1-18/+16
2024-04-10i40e: fix i40e_count_filters() to count only active/new filtersAleksandr Loktionov1-2/+5
2024-04-10octeontx2-af: Add array index checkAleksandr Mishin1-0/+2
2024-04-10octeontx2-pf: check negative error code in otx2_open()Su Hui1-1/+1
2024-04-10octeontx2-af: Fix issue with loading coalesced KPU profilesHariprasad Kelam1-1/+1
2024-04-10r8169: skip DASH fw status checks when DASH is disabledAtlas Yu1-4/+27
2024-04-10mlxbf_gige: stop interface during shutdownDavid Thompson1-2/+8
2024-04-10e1000e: Workaround for sporadic MDI error on Meteor Lake systemsVitaly Lifshits4-69/+150
2024-04-10i40e: Fix VF MAC filter removalIvan Vecera1-5/+6
2024-04-10ice: fix enabling RX VLAN filteringPetr Oros1-10/+8
2024-04-10idpf: fix kernel panic on unknown packet typesJoshua Hay1-2/+2
2024-04-10net: dsa: mv88e6xxx: fix usable ports on 88e6020Michael Krummsdorf1-1/+5
2024-04-10net: phy: micrel: Fix potential null pointer dereferenceAleksandr Mishin1-5/+16
2024-04-10net: fec: Set mac_managed_pm during probeWei Fang1-2/+9