summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-07-15KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest stateSean Christopherson
2026-07-15Merge tag 'kvm-s390-master-7.2-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2026-07-15Merge tag 'kvm-x86-fixes-7.2-rc4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-07-15Merge tag 'kvmarm-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2026-07-15Merge tag 'kvmarm-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2026-07-15Merge branch 'bpf-reject-negative-const-offsets-for-buffer-pointers'Eduard Zingerman
2026-07-15selftests/bpf: Cover negative buffer pointer offsetsSun Jian
2026-07-15bpf: Reject negative const offsets for buffer pointersSun Jian
2026-07-15Merge branch 'bpf-sockmap-fix-fionread-for-sockets-without-a-verdict-program'Kumar Kartikeya Dwivedi
2026-07-15selftests/bpf: Test FIONREAD on a sockmap socket without a verdict programMattia Meleleo
2026-07-15bpf, sockmap: Account for receive queue in FIONREAD without a verdict programMattia Meleleo
2026-07-15mmc: Merge branch fixes into nextUlf Hansson
2026-07-15mmc: dw_mmc: move declaration of dw_mci_pmopsBen Dooks
2026-07-15drm/i915/bw: introduce the peak bandwidth thresholdVinod Govindapillai
2026-07-15Merge branch 'unify-helper-and-kfunc-call_arg_meta'Kumar Kartikeya Dwivedi
2026-07-15bpf: Unify helper and kfunc call argument metaAmery Hung
2026-07-15bpf: Drop redundant pkt_access from bpf_call_arg_metaAmery Hung
2026-07-15selftests/bpf: Test kfunc returning zero-sized allocation bufferAmery Hung
2026-07-15bpf: Unify helper and kfunc allocation-size argument handlingAmery Hung
2026-07-15bpf: Pass argno to callees in check_func_arg() instead of argno_from_reg(regno)Amery Hung
2026-07-15bpf: Factor out raw_mode-related fields in bpf_call_arg_metaAmery Hung
2026-07-15bpf: Remove dynptr check in check_stack_range_initialized()Amery Hung
2026-07-15mmc: sdhci-esdhc-imx: fix resume error handlingLuke Wang
2026-07-15mmc: sdhci-esdhc-imx: make non-fatal errors non-blocking in suspendLuke Wang
2026-07-15mmc: sdhci-esdhc-imx: use pm_runtime_resume_and_get() in suspendLuke Wang
2026-07-15mmc: sdhci-esdhc-imx: disable irq during suspend to fix unhandled interruptLuke Wang
2026-07-15mmc: sdhci-esdhc-imx: restore pinctrl before restoring ios timing on resumeLuke Wang
2026-07-15drm/i915/bw: avoid replicating the update_sagv_status() callsVinod Govindapillai
2026-07-15mmc: sdhci-esdhc-imx: fix esdhc_change_pinstate() to allow default state restoreLuke Wang
2026-07-15mmc: sdhci-esdhc-imx: restore DLL override for DDR modes on resumeLuke Wang
2026-07-15drm/i915/bw: extract update_sagv_status()Vinod Govindapillai
2026-07-15drm/i915/bw: Extract icl_init_qgv_info()Vinod Govindapillai
2026-07-15mmc: sdhci-esdhc-imx: remove unnecessary mmc_card_wake_sdio_irq check for tun...Luke Wang
2026-07-15docs: bpf: Document BPF_RB_OVERWRITE_POS in bpf_ringbuf_queryJianlin Shi
2026-07-15Merge branch 'bpf-bidirectional-vlan-support-for-bpf_fib_lookup'Kumar Kartikeya Dwivedi
2026-07-15selftests/bpf: Add bpf_fib_lookup() VLAN flag testsAvinash Duduskar
2026-07-15bpf: Add BPF_FIB_LOOKUP_VLAN_INPUT flag to bpf_fib_lookup() helperAvinash Duduskar
2026-07-15bpf: Add BPF_FIB_LOOKUP_VLAN flag to bpf_fib_lookup() helperAvinash Duduskar
2026-07-15vdso: Rename HAVE_GENERIC_VDSO to VDSO_DATASTOREThomas Weißschuh
2026-07-15vdso: Drop HAVE_GENERIC_VDSO from architecture kconfig filesThomas Weißschuh
2026-07-15vdso: Automatically select HAVE_GENERIC_VDSO if necessaryThomas Weißschuh
2026-07-15MIPS: vdso: Stop using CONFIG_HAVE_GENERIC_VDSOThomas Weißschuh
2026-07-15vdso: Remove the dependency on HAVE_GENERIC_VDSO from ARCH_HAS_VDSO_ARCH_DATAThomas Weißschuh
2026-07-15futex: Remove dependency on HAVE_GENERIC_VDSO from FUTEX_ROBUST_UNLOCKThomas Weißschuh
2026-07-15RDMA/rxe: Reject unimplemented implicit ODP cleanlyxiongweimin
2026-07-15RDMA/addr: fix spelling of guarantees in commentxiongweimin
2026-07-15Merge branch 'bpf-sockmap-fix-sockmap-leaking-udp-socks'Kumar Kartikeya Dwivedi
2026-07-15selftests/bpf: Fail unbound UDP on sockmap updateMichal Luczaj
2026-07-15selftests/bpf: Adapt sockmap update error handlingMichal Luczaj
2026-07-15bpf, sockmap: Reject unhashed UDP sockets on sockmap updateMichal Luczaj