summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-29Merge branch 'wireguard-fixes-for-7-1-rc6'Jakub Kicinski1-10/+10
2026-05-29wireguard: send: append trailer after expanding headJason A. Donenfeld1-10/+10
2026-05-29Revert "ipv6: preserve insertion order for same-scope addresses"Fernando Fernandez Mancera2-2/+2
2026-05-29Merge tag 'ipsec-2026-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski12-39/+83
2026-05-29net: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov1-0/+10
2026-05-29ipv6: fix possible infinite loop in fib6_select_path()Jiayuan Chen1-0/+3
2026-05-29ipv6: fix possible infinite loop in rt6_fill_node()Jiayuan Chen1-0/+2
2026-05-29bpf: sockmap: fix tail fragment offset in bpf_msg_push_dataYuqi Xu1-1/+1
2026-05-29vsock/virtio: bind uarg before filling zerocopy skbJingguo Tan1-3/+9
2026-05-29Merge commit 'kvm-psc-for-7.1' into HEADPaolo Bonzini1-26/+65
2026-05-29KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC bufferSean Christopherson1-6/+6
2026-05-29KVM: SEV: Check PSC request indices against the actual size of the bufferSean Christopherson1-2/+15
2026-05-29KVM: SEV: Don't explicitly pass PSC buffer to snp_begin_psc()Sean Christopherson1-5/+6
2026-05-29KVM: SEV: WARN if KVM attempts to setup scratch area with min_len==0Sean Christopherson1-0/+3
2026-05-29KVM: SEV: Compute the correct max length of the in-GHCB scratch areaSean Christopherson1-9/+10
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