summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-06-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds
2024-06-12vfio/pci: Insert full vma on mmap'd MMIO faultAlex Williamson
2024-06-12nbd: Remove __force castsChristoph Hellwig
2024-06-12regulator: axp20x: AXP717: fix LDO supply rails and off-by-onesAndre Przywara
2024-06-12nvmet: always initialize cqe.resultDaniel Wagner
2024-06-12nvmet-passthru: propagate status from id override functionsDaniel Wagner
2024-06-12nvme: avoid double free special payloadChunguang Xu
2024-06-12thermal/drivers/mediatek/lvts_thermal: Return error in case of invalid efuse ...Julien Panis
2024-06-12block: unmap and free user mapped integrity via submitterAnuj Gupta
2024-06-12mailmap: Add my outdated addresses to the map fileAndy Shevchenko
2024-06-12i2c: designware: Fix the functionality flags of the slave-only interfaceJean Delvare
2024-06-12i2c: at91: Fix the functionality flags of the slave-only interfaceJean Delvare
2024-06-12regulator: bd71815: fix ramp valuesKalle Niemi
2024-06-12cpufreq: intel_pstate: Check turbo_is_disabled() in store_no_turbo()Rafael J. Wysocki
2024-06-12wifi: iwlwifi: scan: correctly check if PSC listen period is neededAyala Beker
2024-06-12wifi: iwlwifi: mvm: fix ROC version checkShaul Triebitz
2024-06-12wifi: iwlwifi: mvm: unlock mvm mutexShaul Triebitz
2024-06-12drm/mediatek: Call drm_atomic_helper_shutdown() at shutdown timeDouglas Anderson
2024-06-12drm: renesas: shmobile: Call drm_atomic_helper_shutdown() at shutdown timeDouglas Anderson
2024-06-12xhci: Handle TD clearing for multiple streams caseHector Martin
2024-06-12xhci: Apply broken streams quirk to Etron EJ188 xHCI hostKuangyi Chiang
2024-06-12xhci: Apply reset resume quirk to Etron EJ188 xHCI hostKuangyi Chiang
2024-06-12xhci: Set correct transferred length for cancelled bulk transfersMathias Nyman
2024-06-11net: stmmac: replace priv->speed with the portTransmitRate from the tc-cbs pa...Xiaolei Wang
2024-06-11gve: ignore nonrelevant GSO type bits when processing TSO headersJoshua Washington
2024-06-11scsi: mpi3mr: Fix ATA NCQ priority supportDamien Le Moal
2024-06-11scsi: ufs: core: Quiesce request queues before checking pending cmdsZiqi Chen
2024-06-11scsi: core: Disable CDL by defaultDamien Le Moal
2024-06-11drm/nouveau: remove unused struct 'init_exec'Dr. David Alan Gilbert
2024-06-11thermal: core: Avoid calling .trip_crossed() for critical and hot tripsRafael J. Wysocki
2024-06-11thermal: gov_bang_bang: Drop unnecessary cooling device target state checksRafael J. Wysocki
2024-06-11thermal: trip: Use READ_ONCE() for lockless access to trip propertiesRafael J. Wysocki
2024-06-11thermal: trip: Make thermal_zone_set_trips() use trip thresholdsRafael J. Wysocki
2024-06-11thermal: trip: Rename __thermal_zone_set_trips() to thermal_zone_set_trips()Rafael J. Wysocki
2024-06-11thermal: trip: Use common set of trip type namesRafael J. Wysocki
2024-06-11thermal/debugfs: Move some statements from under thermal_dbg->lockRafael J. Wysocki
2024-06-11thermal/debugfs: Compute maximum temperature for mitigation episode as a wholeRafael J. Wysocki
2024-06-11thermal/debugfs: Adjust check for trips without statistics in tze_seq_show()Rafael J. Wysocki
2024-06-11thermal/debugfs: Fix up units in "mitigations" filesRafael J. Wysocki
2024-06-11thermal/debugfs: Print mitigation timestamp value in millisecondsRafael J. Wysocki
2024-06-11thermal/debugfs: Do not extend mitigation episodes beyond system resumeRafael J. Wysocki
2024-06-11thermal/debugfs: Use helper to update trip point overstepping durationRafael J. Wysocki
2024-06-11thermal: gov_step_wise: Restore passive polling managementRafael J. Wysocki
2024-06-11dmaengine: ioatdma: Fix missing kmem_cache_destroy()Nikita Shubin
2024-06-11dmaengine: fsl-edma: avoid linking both modulesArnd Bergmann
2024-06-11dmaengine: ioatdma: Fix kmemleak in ioat_pci_probe()Nikita Shubin
2024-06-11dmaengine: ioatdma: Fix error path in ioat3_dma_probe()Nikita Shubin
2024-06-11dmaengine: ioatdma: Fix leaking on version mismatchNikita Shubin
2024-06-11dmaengine: ti: k3-udma-glue: Fix of_k3_udma_glue_parse_chn_by_id()Siddharth Vadapalli
2024-06-11dmaengine: idxd: Fix possible Use-After-Free in irq_process_work_listLi RongQing