summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel2024-04-101-0/+3
* x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel2024-04-101-1/+10
* efi/libstub: Add generic support for parsing mem_encrypt=Ard Biesheuvel2024-04-102-1/+9
* of: module: prevent NULL pointer dereference in vsnprintf()Sergey Shtylyov2024-04-101-0/+8
* drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti2024-04-105-0/+65
* drm/i915/gt: Do not generate the command streamer for all the CCSAndi Shyti2024-04-101-0/+17
* drm/i915/gt: Disable HW load balancing for CCSAndi Shyti2024-04-102-2/+22
* of: dynamic: Synchronize of_changeset_destroy() with the devlink removalsHerve Codina2024-04-101-0/+12
* driver core: Introduce device_link_wait_removal()Herve Codina2024-04-101-3/+23
* gpio: cdev: fix missed label sanitizing in debounce_setup()Kent Gibson2024-04-101-21/+28
* gpio: cdev: check for NULL labels when sanitizing them for irqsBartosz Golaszewski2024-04-101-5/+14
* ice: fix typo in assignmentJesse Brandeburg2024-04-101-1/+1
* ata: sata_mv: Fix PCI device ID table declaration compilation warningArnd Bergmann2024-04-101-32/+31
* spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probeHuai-Yuan Liu2024-04-101-0/+2
* scsi: sd: Unregister device if device_add_disk() failed in sd_probe()Li Nan2024-04-101-1/+1
* scsi: mylex: Fix sysfs buffer lengthsArnd Bergmann2024-04-102-22/+22
* ata: sata_sx4: fix pdc20621_get_from_dimm() on 64-bitArnd Bergmann2024-04-101-4/+2
* regmap: maple: Fix uninitialized symbol 'ret' warningsRichard Fitzgerald2024-04-101-2/+2
* spi: s3c64xx: Use DMA mode from fifo sizeJaewon Kim2024-04-101-3/+2
* spi: s3c64xx: determine the fifo depth only onceTudor Ambarus2024-04-101-5/+9
* spi: s3c64xx: allow full FIFO masksTudor Ambarus2024-04-101-4/+36
* spi: s3c64xx: define a magic valueTudor Ambarus2024-04-101-1/+3
* spi: s3c64xx: remove else after returnTudor Ambarus2024-04-101-4/+2
* spi: s3c64xx: explicitly include <linux/bits.h>Tudor Ambarus2024-04-101-0/+1
* spi: s3c64xx: sort headers alphabeticallyTudor Ambarus2024-04-101-7/+6
* spi: s3c64xx: Extract FIFO depth calculation to a dedicated macroSam Protsenko2024-04-101-7/+6
* drm/prime: Unbreak virtgpu dma-buf exportRob Clark2024-04-101-1/+6
* nouveau/uvmm: fix addr/range calcs for remap operationsDave Airlie2024-04-101-3/+3
* drm/panfrost: fix power transition timeout warningsChristian Hewitt2024-04-101-3/+3
* regmap: maple: Fix cache corruption in regcache_maple_drop()Richard Fitzgerald2024-04-101-1/+1
* drivers/perf: riscv: Disable PERF_SAMPLE_BRANCH_* while not supportedPu Lehui2024-04-101-0/+4
* net: ravb: Always update error countersPaul Barker2024-04-101-8/+9
* net: ravb: Always process TX descriptor ringPaul Barker2024-04-101-2/+5
* net: ravb: Let IP-specific receive function to interrogate descriptorsClaudiu Beznea2024-04-101-11/+2
* e1000e: move force SMBUS from enable ulp function to avoid PHY loss issueVitaly Lifshits2024-04-102-19/+18
* e1000e: Minor flow correction in e1000_shutdown functionVitaly Lifshits2024-04-101-4/+4
* e1000e: Workaround for sporadic MDI error on Meteor Lake systemsVitaly Lifshits2024-04-104-69/+150
* intel: legacy: field get conversionJesse Brandeburg2024-04-1025-162/+118
* intel: add bit macro includes where neededJesse Brandeburg2024-04-1016-23/+36
* i40e: Remove circular header dependencies and fix headersIvan Vecera2024-04-1027-81/+72
* i40e: Split i40e_osdep.hIvan Vecera2024-04-108-71/+68
* i40e: Move memory allocation structures to i40e_alloc.hIvan Vecera2024-04-103-12/+15
* i40e: Simplify memory allocation functionsIvan Vecera2024-04-105-43/+14
* i40e: Refactor I40E_MDIO_CLAUSE* macrosIvan Vecera2024-04-102-15/+10
* i40e: Remove back pointer from i40e_hw structureIvan Vecera2024-04-104-11/+31
* i40e: Enforce software interrupt during busy-poll exitIvan Vecera2024-04-105-21/+72
* i40e: Remove _t suffix from enum type namesIvan Vecera2024-04-103-7/+7
* drm/amd: Flush GFXOFF requests in prepare stageMario Limonciello2024-04-101-0/+2
* drm/amd: Add concept of running prepare_suspend() sequence for IP blocksMario Limonciello2024-04-102-1/+12
* drm/amd: Evict resources during PM ops prepare() callbackMario Limonciello2024-04-103-8/+34