summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-03-17spi: Get sgs size fix into branchMark Brown1-2/+2
2022-03-17iavf: Fix hang during reboot/shutdownIvan Vecera1-0/+7
2022-03-17net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower of...Vladimir Oltean1-1/+15
2022-03-17net: bcmgenet: skip invalid partial checksumsDoug Berger1-2/+4
2022-03-17bnx2x: fix built-in kernel driver load failureManish Chopra3-26/+19
2022-03-17virtio_blk: eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-03-17net: phy: mscc: Add MODULE_FIRMWARE macrosJuerg Haefliger1-0/+3
2022-03-17cpufreq: powernow-k8: Re-order the init checksMario Limonciello1-3/+3
2022-03-17ACPI: bus: Avoid using CPPC if not supported by firmwareRafael J. Wysocki2-0/+11
2022-03-17Revert "ACPI: Pass the same capabilities to the _OSC regardless of the query ...Rafael J. Wysocki1-8/+19
2022-03-17cpuidle: intel_idle: Drop redundant backslash at line endRafael J. Wysocki1-1/+1
2022-03-17cpuidle: intel_idle: Update intel_idle() kerneldoc commentRafael J. Wysocki1-3/+0
2022-03-17ACPI: video: Force backlight native for Clevo NL5xRU and NL5xNUWerner Sembach1-0/+75
2022-03-17drm: Don't make DRM_PANEL_BRIDGE dependent on DRM_KMS_HELPERSThomas Zimmermann2-1/+2
2022-03-17Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann724-4127/+6938
2022-03-16Merge tag 'efi-urgent-for-v5.17-3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
2022-03-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-7/+10
2022-03-16thermal: int340x: Update OS policy capability handshakeSrinivas Pandruvada1-49/+97
2022-03-16thermal: int340x: Increase bitmap sizeSrinivas Pandruvada1-1/+1
2022-03-16PM: hibernate: Honour ACPI hardware signature by default for virtual guestsDavid Woodhouse1-8/+3
2022-03-16cpufreq: intel_pstate: Use firmware default EPPSrinivas Pandruvada1-6/+32
2022-03-16Merge tag 'wireless-2022-03-16' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-32/+1
2022-03-16spi: tegra20: Use of_device_get_match_data()Minghao Chi1-7/+1
2022-03-16nvme: warn about shared namespaces without CONFIG_NVME_MULTIPATHChristoph Hellwig2-0/+9
2022-03-16drm/panel: simple: Fix Innolux G070Y2-L01 BPP settingsMarek Vasut1-1/+1
2022-03-16drm/imx: parallel-display: Remove bus flags check in imx_pd_bridge_atomic_che...Christoph Niedermaier1-8/+0
2022-03-16Revert "ath10k: drop beacon and probe response which leak from other channel"Kalle Valo1-32/+1
2022-03-16Revert "ACPI: scan: Do not add device IDs from _CID if _HID is not valid"Rafael J. Wysocki1-5/+5
2022-03-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2-4/+11
2022-03-16EDAC/altera: Add SDRAM ECC check for U-BootRabara Niravkumar L1-1/+39
2022-03-16nvme: remove nvme_alloc_request and nvme_alloc_request_qidChristoph Hellwig5-46/+31
2022-03-16nvme: cleanup how disk->disk_name is assignedChristoph Hellwig3-33/+21
2022-03-15hv_netvsc: Add check for kvmalloc_arrayJiasheng Jiang1-0/+3
2022-03-15hwmon: (scpi-hwmon): Use of_device_get_match_data()Minghao Chi1-4/+2
2022-03-15sr: simplify the local variable initialization in sr_block_open()Lukas Bulwahn1-2/+2
2022-03-15iavf: Fix double free in iavf_reset_taskPrzemyslaw Patynowski1-1/+7
2022-03-15ice: destroy flow director filter mutex after releasing VSIsSudheer Mogilappagari1-1/+1
2022-03-15ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()Maciej Fijalkowski1-2/+3
2022-03-15counter: Stop using dev_get_drvdata() to get the counter deviceUwe Kleine-König1-6/+11
2022-03-15scsi: fnic: Finish scsi_cmnd before dropping the spinlockDavid Jeffery1-7/+6
2022-03-15usb: gadget: Fix use-after-free bug by not setting udc->dev.driverAlan Stern1-3/+0
2022-03-15usb: usbtmc: Fix bug in pipe direction for control transfersAlan Stern1-3/+10
2022-03-15Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)"Bartosz Golaszewski1-0/+10
2022-03-15partially Revert "usb: musb: Set the DT node on the child device"H. Nikolaus Schaller1-1/+0
2022-03-15usb: gadget: rndis: prevent integer overflow in rndis_set_response()Dan Carpenter1-0/+1
2022-03-15fix typos in commentsMark Brown1-1/+1
2022-03-15spi: mediatek: add ipm design support for MT7986Leilk Liu1-15/+87
2022-03-15spi: sun4i: fix typos in commentsJulia Lawall1-1/+1
2022-03-15spi: mediatek: support tick_delay without enhance_timingLeilk Liu1-3/+12
2022-03-15regulator: vctrl: Use min() instead of doing it manuallyHaowen Bai1-4/+1