summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-29KVM: SEV: Use the size of the PSC header as the minimum size for PSC requestsSean Christopherson1-1/+1
2026-05-29KVM: SEV: Ignore Port I/O requests of length '0'Sean Christopherson1-0/+8
2026-05-29KVM: SEV: Reject MMIO requests larger than 8 bytes with GHCB v2+Sean Christopherson1-0/+5
2026-05-29KVM: SEV: Ignore MMIO requests of length '0'Sean Christopherson1-3/+7
2026-05-29KVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in useMichael Roth1-0/+4
2026-05-29Merge tag 'block-7.1-20260529' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2026-05-29Merge tag 'io_uring-7.1-20260529' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+8
2026-05-29Merge tag 'kvmarm-fixes-7.1-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini7-21/+28
2026-05-29Merge tag 'kvm-x86-fixes-7.1-rc6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini14-20/+79
2026-05-29Merge tag 'cxl-fixes-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-62/+43
2026-05-29Merge tag 'iommu-fixes-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-41/+46
2026-05-29Merge tag 'sound-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds10-50/+117
2026-05-29Merge tag 'hid-for-linus-2026052801' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-24/+38
2026-05-29mmc: sdhci: add signal voltage switch in sdhci_resume_hostJisheng Zhang1-0/+1
2026-05-29mmc: dw_mmc-rockchip: Add missing private data for very old controllersHeiko Stuebner1-0/+17
2026-05-29mmc: litex_mmc: Set mandatory idle clocks before CMD0Inochi Amaoto1-0/+14
2026-05-29mmc: litex_mmc: Use DIV_ROUND_UP for more accurate clock calculationInochi Amaoto1-3/+3
2026-05-29mmc: renesas_sdhi: Add OF entry for RZ/G2H SoCLad Prabhakar1-0/+1
2026-05-29mmc: sdhci-of-dwcmshc: Fix reset, clk, and SDIO support for Eswin EIC7700Huan He1-22/+22
2026-05-29firmware: samsung: acpm: Fix infinite loop on sequence number exhaustionTudor Ambarus1-14/+31
2026-05-29firmware: samsung: acpm: Fix missing LKMM barriers in sequence allocatorTudor Ambarus1-7/+11
2026-05-29firmware: samsung: acpm: Fix false timeouts and Use-After-Free in pollingTudor Ambarus1-20/+48
2026-05-29Revert "media: renesas: vsp1: brx: Fix format propagation"Laurent Pinchart1-8/+2
2026-05-29Revert "media: renesas: vsp1: Initialize format on all pads"Laurent Pinchart1-1/+1
2026-05-29KVM: arm64: Correctly cap ZCR_EL2 provided by a guest hypervisorMark Brown4-15/+19
2026-05-29Revert "esp: fix page frag reference leak on skb_to_sgvec failure"Steffen Klassert2-14/+10
2026-05-29drm: prevent integer overflows in dumb buffer creation helpersRajat Gupta1-2/+12
2026-05-29crypto: s390 - add select CRYPTO_AEAD for aesArnd Bergmann1-0/+1
2026-05-29erofs: fix use-after-free on sbi->sync_decompressGao Xiang1-3/+3
2026-05-29mm/cma: fix reserved page leak on activation failureMuchun Song1-2/+5
2026-05-29mm/memory-failure: fix hugetlb_lock AA deadlock in get_huge_page_for_hwpoisonWupeng Ma4-36/+10
2026-05-29mm/hugetlb: restore reservation on error in hugetlb folio copy pathsDavid Carlier1-0/+2
2026-05-29mm/cma_debug: fix invalid accesses for inactive CMA areasMuchun Song1-1/+2
2026-05-29memcg: use round-robin victim selection in refill_stockShakeel Butt1-1/+4
2026-05-29mm/hugetlb: avoid false positive lockdep assertionLorenzo Stoakes1-19/+37
2026-05-29Merge tag 'amd-drm-fixes-7.1-2026-05-28' of https://gitlab.freedesktop.org/ag...Dave Airlie12-213/+150
2026-05-29Merge tag 'drm-xe-fixes-2026-05-28' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie1-0/+5
2026-05-29Merge tag 'qcom-clk-fixes-for-7.1' of https://git.kernel.org/pub/scm/linux/ke...Stephen Boyd2-3/+3
2026-05-29Merge tag 'samsung-clk-fixes-7.1' of https://git.kernel.org/pub/scm/linux/ker...Stephen Boyd1-1/+1
2026-05-29Merge tag 'drm-intel-fixes-2026-05-27' of https://gitlab.freedesktop.org/drm/...Dave Airlie7-34/+52
2026-05-29net: pcs: pcs-mtk-lynxi: fix bpi-r3 serdes configurationFrank Wunderlich1-0/+3
2026-05-29Merge tag 'for-net-2026-05-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski10-69/+100
2026-05-29sctp: fix race between sctp_wait_for_connect and peeloffZhenghang Xiao1-0/+2
2026-05-29Merge branch 'net-mana-fix-null-dereferences-during-teardown-after-attach-fai...Jakub Kicinski1-29/+47
2026-05-29net: mana: Skip redundant detach on already-detached portDipayaan Roy1-0/+6
2026-05-29net: mana: Add NULL guards in teardown path to prevent panic on attach failureDipayaan Roy1-29/+41
2026-05-29Merge tag 'imx-soc-fixes-for-v7.1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+1
2026-05-29ARM: dts: gemini: Fix partition offsetsLinus Walleij2-2/+2
2026-05-29Merge tag 'qcom-arm64-defconfig-fixes-for-7.1' of https://git.kernel.org/pub/...Arnd Bergmann1-0/+1
2026-05-29Merge tag 'qcom-arm64-fixes-for-7.1' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann4-22/+17