linux-block.git
2024-05-23 Sean ChristophersonKVM: x86/mmu: Print SPTEs on unexpected #VE
2024-05-23 Sean ChristophersonKVM: VMX: Dump VMCS on unexpected #VE
2024-05-23 Sean ChristophersonKVM: x86/mmu: Add sanity checks that KVM doesn't create...
2024-05-23 Sean ChristophersonKVM: nVMX: Always handle #VEs in L0 (never forward...
2024-05-23 Sean ChristophersonKVM: nVMX: Initialize #VE info page for vmcs02 when...
2024-05-23 Sean ChristophersonKVM: VMX: Don't kill the VM on an unexpected #VE
2024-05-23 Isaku YamahataKVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic...
2024-05-15 Paolo Bonziniselftests/kvm: remove dead file
2024-05-12 Paolo BonziniMerge tag 'kvm-x86-misc-6.10' of https://github.com...
2024-05-12 Paolo BonziniMerge tag 'kvm-x86-mmu-6.10' of https://github.com...
2024-05-12 Paolo BonziniMerge tag 'kvm-x86-selftests_utils-6.10' of https:...
2024-05-12 Paolo BonziniMerge tag 'kvm-x86-vmx-6.10' of https://github.com...
2024-05-12 Paolo BonziniMerge tag 'kvm-x86-selftests-6.10' of https://github...
2024-05-12 Paolo BonziniMerge tag 'kvm-x86-generic-6.10' of https://github...
2024-05-12 Paolo BonziniMerge tag 'kvmarm-6.10-1' of git://git./linux/kernel...
2024-05-10 Paolo BonziniMerge tag 'loongarch-kvm-6.10' of git://git./linux...
2024-05-10 Paolo BonziniMerge branch 'kvm-sev-es-ghcbv2' into HEAD
2024-05-10 Paolo BonziniMerge branch 'kvm-coco-pagefault-prep' into HEAD
2024-05-10 Paolo BonziniMerge branch 'kvm-vmx-ve' into HEAD
2024-05-09 Marc ZyngierMerge branch kvm-arm64/mpidr-reset into kvmarm-master...
2024-05-09 Oliver UptonKVM: selftests: arm64: Test vCPU-scoped feature ID...
2024-05-09 Oliver UptonKVM: selftests: arm64: Test that feature ID regs surviv...
2024-05-09 Oliver UptonKVM: selftests: arm64: Store expected register value...
2024-05-09 Oliver UptonKVM: selftests: arm64: Rename helper in set_id_regs...
2024-05-09 Oliver UptonKVM: arm64: Only reset vCPU-scoped feature ID regs...
2024-05-09 Oliver UptonKVM: arm64: Reset VM feature ID regs from kvm_reset_sys...
2024-05-09 Oliver UptonKVM: arm64: Rename is_id_reg() to imply VM scope
2024-05-08 Marc ZyngierMerge branch kvm-arm64/misc-6.10 into kvmarm-master...
2024-05-08 Oliver UptonKVM: arm64: Destroy mpidr_data for 'late' vCPU creation
2024-05-08 Will DeaconKVM: arm64: Use hVHE in pKVM by default on CPUs with...
2024-05-08 Will DeaconKVM: arm64: Fix hvhe/nvhe early alias parsing
2024-05-07 Michael RothKVM: SEV: Allow per-guest configuration of GHCB protoco...
2024-05-07 Michael RothKVM: SEV: Add GHCB handling for termination requests
2024-05-07 Brijesh SinghKVM: SEV: Add GHCB handling for Hypervisor Feature...
2024-05-07 Tom LendackyKVM: SEV: Add support to handle AP reset MSR protocol
2024-05-07 Sean ChristophersonKVM: x86: Explicitly zero kvm_caps during vendor module...
2024-05-07 Sean ChristophersonKVM: x86: Fully re-initialize supported_mce_cap on...
2024-05-07 Sean ChristophersonKVM: x86: Fully re-initialize supported_vm_types on...
2024-05-07 Paolo BonziniMerge tag 'kvm-riscv-6.10-1' of https://github.com...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Sanity check that __kvm_faultin_pfn(...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Initialize kvm_page_fault's pfn and hva...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Handle no-slot faults at the beginning...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Move slot checks from __kvm_faultin_pfn...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Explicitly disallow private accesses...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Don't force emulation of L2 accesses...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Move private vs. shared check above slot...
2024-05-07 Sean ChristophersonKVM: x86/mmu: WARN and skip MMIO cache on private,...
2024-05-07 Paolo BonziniKVM: x86/mmu: check for invalid async page faults invol...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Use synthetic page fault error code to...
2024-05-07 Sean ChristophersonKVM: x86/mmu: WARN if upper 32 bits of legacy #PF error...
2024-05-07 Isaku YamahataKVM: x86/mmu: Pass full 64-bit error code when handling...
2024-05-07 Sean ChristophersonKVM: x86: Move synthetic PFERR_* sanity checks to SVM...
2024-05-07 Sean ChristophersonKVM: x86: Define more SEV+ page fault error bits/flags...
2024-05-07 Sean ChristophersonKVM: x86: Remove separate "bit" defines for page fault...
2024-05-07 Sean ChristophersonKVM: x86/mmu: Exit to userspace with -EFAULT if private...
2024-05-06 Bibo MaoLoongArch: KVM: Add mmio trace events support
2024-05-06 Bibo MaoLoongArch: KVM: Add software breakpoint support
2024-05-06 Bibo MaoLoongArch: KVM: Add PV IPI support on guest side
2024-05-06 Bibo MaoLoongArch: KVM: Add PV IPI support on host side
2024-05-06 Bibo MaoLoongArch: KVM: Add vcpu mapping from physical cpuid
2024-05-06 Bibo MaoLoongArch: KVM: Add cpucfg area for kvm hypervisor
2024-05-06 Bibo MaoLoongArch: KVM: Add hypercall instruction emulation
2024-05-06 Bibo MaoLoongArch/smp: Refine some ipi functions on LoongArch...
2024-05-05 Linus TorvaldsLinux 6.9-rc7 v6.9-rc7
2024-05-05 Linus Torvaldsepoll: be better about file lifetimes
2024-05-05 Linus TorvaldsMerge tag 'edac_urgent_for_v6.9_rc7' of git://git....
2024-05-05 Linus TorvaldsMerge tag 'powerpc-6.9-4' of git://git./linux/kernel...
2024-05-05 Linus TorvaldsMerge tag 'x86-urgent-2024-05-05' of git://git./linux...
2024-05-05 Linus TorvaldsMerge tag 'irq-urgent-2024-05-05' of git://git./linux...
2024-05-05 Linus TorvaldsMerge tag 'char-misc-6.9-rc7' of git://git./linux/kerne...
2024-05-05 Linus TorvaldsMerge tag 'usb-6.9-rc7' of git://git./linux/kernel...
2024-05-05 Linus TorvaldsMerge tag 'input-for-v6.9-rc6' of git://git./linux...
2024-05-05 Linus TorvaldsMerge tag 'probes-fixes-v6.9-rc6' of git://git./linux...
2024-05-05 Linus TorvaldsMerge tag 'trace-v6.9-rc6-2' of git://git./linux/kernel...
2024-05-05 Linus TorvaldsMerge tag 'dma-mapping-6.9-2024-05-04' of git://git...
2024-05-05 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2024-05-04 Steven Rostedt... eventfs: Have "events" directory get permissions from...
2024-05-04 Steven Rostedt... eventfs: Do not treat events directory different than...
2024-05-04 Steven Rostedt... eventfs: Do not differentiate the toplevel events directory
2024-05-04 Steven Rostedt... tracefs: Still use mount point as default permissions...
2024-05-04 Steven Rostedt... tracefs: Reset permissions on remount if permissions...
2024-05-04 Steven Rostedt... eventfs: Free all of the eventfs_inode after RCU
2024-05-04 Steven Rostedt... eventfs/tracing: Add callback for release of an eventfs...
2024-05-03 Linus TorvaldsMerge tag 'cxl-fixes-6.9-rc7' of git://git./linux/kerne...
2024-05-03 Carlos LópezKVM: fix documentation for KVM_CREATE_GUEST_MEMFD
2024-05-03 Linus TorvaldsMerge tag 'for-linus-6.9a-rc7-tag' of git://git./linux...
2024-05-03 Linus TorvaldsMerge tag 'efi-urgent-for-v6.9-1' of git://git./linux...
2024-05-03 Linus TorvaldsMerge tag 'block-6.9-20240503' of git://git.kernel...
2024-05-03 Linus TorvaldsMerge tag 'sound-6.9-rc7' of git://git./linux/kernel...
2024-05-03 Linus TorvaldsMerge tag 'drm-fixes-2024-05-03' of https://gitlab...
2024-05-03 Linus TorvaldsMerge tag 'spi-fix-v6.9-rc6' of git://git./linux/kernel...
2024-05-03 Marc ZyngierMerge branch kvm-arm64/pkvm-6.10 into kvmarm-master...
2024-05-03 Marc ZyngierMerge branch kvm-arm64/lpi-xa-cache into kvmarm-master...
2024-05-03 Marc ZyngierMerge branch kvm-arm64/nv-eret-pauth into kvmarm-master...
2024-05-03 Marc ZyngierMerge branch kvm-arm64/host_data into kvmarm-master...
2024-05-03 Marc ZyngierKVM: arm64: Move management of __hyp_running_vcpu to...
2024-05-03 Marc ZyngierKVM: arm64: Convert kvm_mpidr_index() to bitmap_gather()
2024-05-03 Marc ZyngierKVM: arm64: vgic: Allocate private interrupts on demand
2024-05-03 Viken Dadhaniyaslimbus: qcom-ngd-ctrl: Add timeout for wait operation
next