summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.18-2022-04-08' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-096-39/+46
|\
| * drbd: set QUEUE_FLAG_STABLE_WRITESChristoph Böhmwalder2022-04-061-0/+1
| * drbd: fix an invalid memory access caused by incorrect use of list iteratorXiaomeng Tong2022-04-061-4/+2
| * drbd: Fix five use after free bugs in get_initial_stateLv Yunlong2022-04-064-33/+42
| * cdrom: remove unused variableEnze Li2022-04-061-2/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-04-094-4/+16
|\ \
| * | RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller2022-04-081-0/+6
| * | IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche2022-04-041-1/+5
| * | IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVDMark Zhang2022-04-041-2/+1
| * | RDMA/mlx5: Add a missing update of cache->last_addAharon Landau2022-04-041-0/+1
| * | RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau2022-04-041-1/+3
| |/
* | Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-04-093-16/+3
|\ \
| * \ Merge branch 'acpi-bus'Rafael J. Wysocki2022-04-082-14/+2
| |\ \
| | * | ACPI: bus: Eliminate acpi_bus_get_device()Rafael J. Wysocki2022-04-052-14/+2
| | |/
| * / Revert "ACPI: processor: idle: Only flush cache on entering C3"Akihiko Odaki2022-04-041-2/+1
| |/
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-04-083-5/+5
|\ \
| * | perf/imx_ddr: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-081-1/+1
| * | perf: MARVELL_CN10K_DDR_PMU should depend on ARCH_THUNDERGeert Uytterhoeven2022-04-041-1/+1
| * | perf: qcom_l2_pmu: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-04-041-3/+3
| |/
* | Merge tag 'spi-fix-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-04-085-38/+25
|\ \
| * | spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()Kamal Dasu2022-04-061-2/+2
| * | spi: cadence-quadspi: fix protocol setup for non-1-1-X operationsMatthias Schiffer2022-04-061-34/+12
| * | spi: core: add dma_map_dev for __spi_unmap_msg()Vinod Koul2022-04-061-0/+4
| * | spi: mxic: Fix an error handling path in mxic_spi_probe()Christophe JAILLET2022-04-041-0/+1
| * | spi: rpc-if: Fix RPM imbalance in probe error pathGeert Uytterhoeven2022-04-041-2/+6
| |/
* | Merge tag 'regulator-fix-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-04-083-3/+41
|\ \
| * | regulator: atc260x: Fix missing active_discharge_on settingAxel Lin2022-04-041-0/+1
| * | regulator: rtq2134: Fix missing active_discharge_on settingAxel Lin2022-04-041-0/+1
| * | regulator: wm8994: Add an off-on delay for WM8994 variantJonathan Bakker2022-04-041-3/+39
| |/
* | Merge tag 'mmc-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2022-04-0810-30/+58
|\ \
| * | mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang2022-04-087-9/+9
| * | mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is completeWolfram Sang2022-04-071-2/+2
| * | mmc: renesas_sdhi: special 4tap settings only apply to HS400Wolfram Sang2022-04-041-2/+2
| * | mmc: core: Fixup support for writeback-cache for eMMC and SDMichael Wu2022-04-041-3/+9
| * | mmc: block: Check for errors after write on SPIChristian Löhle2022-04-041-1/+33
| * | mmc: mmci: stm32: correctly check all elements of sg listYann Gautier2022-04-041-3/+3
| * | Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning"Pali Rohár2022-04-041-10/+0
| |/
* | Merge tag 'iommu-fix-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-081-1/+1
|\ \
| * | iommu/omap: Fix regression in probe for NULL pointer dereferenceTony Lindgren2022-04-081-1/+1
| |/
* | Merge tag 'drm-fixes-2022-04-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-04-0865-250/+907
|\ \
| * \ Merge tag 'drm-misc-fixes-2022-04-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-04-085-2/+12
| |\ \
| | * | fbdev: Fix unregistering of framebuffers without deviceThomas Zimmermann2022-04-061-1/+8
| | * | Merge drm-misc/drm-misc-next-fixes into drm-misc-fixesMaxime Ripard2022-04-056-117/+418
| | |\ \
| | * \ \ Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2022-04-056323-131807/+729548
| | |\ \ \ | | | | |/ | | | |/|
| | * | | drm/nouveau/pmu: Add missing callbacks for Tegra devicesKarol Herbst2022-04-054-1/+4
| * | | | Merge tag 'drm-misc-next-fixes-2022-04-07' of git://anongit.freedesktop.org/d...Dave Airlie2022-04-086-117/+418
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | drm: of: Properly try all possible cases for bridge/panel detectionPaul Kocialkowski2022-03-301-49/+50
| | * | | dma-buf: handle empty dma_fence_arrays gracefullyChristian König2022-03-291-0/+5
| | * | | dma-buf/sync-file: fix logic error in new fence merge codeChristian König2022-03-291-1/+1
| | * | | dma-buf/sync-file: fix warning about fence containersChristian König2022-03-251-68/+73