summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-09Linux 6.6.90v6.6.90Greg Kroah-Hartman1-1/+1
2025-05-09dm: fix copying after src array boundariesTudor Ambarus1-1/+1
2025-05-09xhci: fix possible null pointer dereference at secondary interrupter removalMathias Nyman1-6/+6
2025-05-09usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup()Marc Zyngier1-1/+1
2025-05-09drm/amd/display: Fix slab-use-after-free in hdcpChris Bainbridge1-3/+16
2025-05-09drm/amd/display: Add scoped mutexes for amdgpu_dm_dhcpMario Limonciello1-27/+10
2025-05-09iommu/arm-smmu-v3: Fix iommu_device_probe bug due to duplicated stream idsNicolin Chen1-4/+15
2025-05-09iommu/arm-smmu-v3: Use the new rb tree helpersJason Gunthorpe1-37/+31
2025-05-09drivers: base: handle module_kobject creationShyam Saini1-8/+5
2025-05-09kernel: globalize lookup_or_create_module_kobject()Shyam Saini2-1/+3
2025-05-09kernel: param: rename locate_module_kobjectShyam Saini1-3/+3
2025-05-09xhci: Limit time spent with xHC interrupts disabled during bus resumeMathias Nyman3-16/+20
2025-05-09xhci: support setting interrupt moderation IMOD for secondary interruptersMathias Nyman3-4/+13
2025-05-09usb: xhci: check if 'requested segments' exceeds ERST capacityNiklas Neronin2-14/+14
2025-05-09xhci: Add helper to set an interrupters interrupt moderation intervalMathias Nyman1-7/+18
2025-05-09xhci: add support to allocate several interruptersMathias Nyman5-32/+137
2025-05-09xhci: split free interrupter into separate remove and free partsMathias Nyman1-11/+21
2025-05-09xhci: Clean up stale comment on ERST_SIZE macroLukas Wunner1-6/+1
2025-05-09xhci: Use more than one Event Ring segmentJonathan Bell2-5/+10
2025-05-09xhci: Set DESI bits in ERDP register correctlyLukas Wunner3-15/+13
2025-05-09Revert "drm/meson: vclk: fix calculation of 59.94 fractional rates"Christian Hewitt1-3/+3
2025-05-09arm64: dts: st: Use 128kB size for aliased GIC400 register access on stm32mp2...Christian Bruel1-3/+3
2025-05-09arm64: dts: st: Adjust interrupt-controller for stm32mp25 SoCsChristian Bruel1-2/+1
2025-05-09ARM: dts: opos6ul: add ksz8081 phy propertiesSébastien Szymanski1-0/+3
2025-05-09firmware: arm_ffa: Skip Rx buffer ownership release if not acquiredSudeep Holla1-1/+2
2025-05-09firmware: arm_scmi: Balance device refcount when destroying devicesCristian Marussi1-0/+3
2025-05-09sch_ets: make est_qlen_notify() idempotentCong Wang1-4/+4
2025-05-09sch_qfq: make qfq_qlen_notify() idempotentCong Wang1-2/+5
2025-05-09sch_hfsc: make hfsc_qlen_notify() idempotentCong Wang1-2/+6
2025-05-09sch_drr: make drr_qlen_notify() idempotentCong Wang1-3/+4
2025-05-09sch_htb: make htb_qlen_notify() idempotentCong Wang1-0/+2
2025-05-09riscv: Pass patch_text() the length in bytesSamuel Holland4-21/+20
2025-05-09ASoC: soc-core: Stop using of_property_read_bool() for non-boolean propertiesGeert Uytterhoeven1-19/+13
2025-05-09ASoC: Use of_property_read_bool()Rob Herring (Arm)2-6/+6
2025-05-09net: vertexcom: mse102x: Fix RX error handlingStefan Wahren1-4/+16
2025-05-09net: vertexcom: mse102x: Add range check for CMD_RTSStefan Wahren1-2/+4
2025-05-09net: vertexcom: mse102x: Fix LEN_MASKStefan Wahren1-1/+1
2025-05-09net: vertexcom: mse102x: Fix possible stuck of SPI interruptStefan Wahren1-0/+8
2025-05-09net: hns3: defer calling ptp_clock_register()Jian Shen1-6/+7
2025-05-09net: hns3: fixed debugfs tm_qset sizeHao Lan1-1/+1
2025-05-09net: hns3: fix an interrupt residual problemYonglong Liu1-43/+39
2025-05-09net: hns3: store rx VLAN tag offload state for VFJian Shen2-6/+20
2025-05-09octeon_ep: Fix host hang issue during device rebootSathesh B Edara1-1/+1
2025-05-09net: fec: ERR007885 Workaround for conventional TXMattias Barthel1-1/+6
2025-05-09net: lan743x: Fix memleak issue when GSO enabledThangaraj Samynathan2-2/+7
2025-05-09nvme-tcp: fix premature queue removal and I/O failoverMichael Liang1-2/+29
2025-05-09bnxt_en: Fix ethtool -d byte order for 32-bit valuesMichael Chan1-6/+32
2025-05-09bnxt_en: Fix out-of-bound memcpy() during ethtool -wShruti Parab1-5/+10
2025-05-09bnxt_en: Fix coredump logic to free allocated bufferShruti Parab1-0/+5
2025-05-09net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau1-1/+60