platform/kernel/linux-starfive.git
2021-11-18 Paolo BonziniMerge branch 'kvm-5.16-fixes' into kvm-master
2021-11-18 Sean ChristophersonKVM: SEV: Fix typo in and tweak name of cmd_allowed_fro...
2021-11-18 Sean ChristophersonKVM: SEV: Drop a redundant setting of sev->asid during...
2021-11-18 Sean ChristophersonKVM: SEV: WARN if SEV-ES is marked active but SEV is not
2021-11-18 Sean ChristophersonKVM: SEV: Set sev_info.active after initial checks...
2021-11-18 Sean ChristophersonKVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target...
2021-11-18 David WoodhouseKVM: Kill kvm_map_gfn() / kvm_unmap_gfn() and gfn_to_pf...
2021-11-18 David WoodhouseKVM: nVMX: Use a gfn_to_hva_cache for vmptrld
2021-11-18 David WoodhouseKVM: nVMX: Use kvm_read_guest_offset_cached() for neste...
2021-11-18 David WoodhouseKVM: x86/xen: Use sizeof_field() instead of open-coding it
2021-11-18 David WoodhouseKVM: nVMX: Use kvm_{read,write}_guest_cached() for...
2021-11-18 David WoodhouseKVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO
2021-11-18 Maxim LevitskyKVM: x86/mmu: include EFER.LMA in extended mmu role
2021-11-18 Maxim LevitskyKVM: nVMX: don't use vcpu->arch.efer when checking...
2021-11-18 David WoodhouseKVM: Fix steal time asm constraints
2021-11-18 Paul Durrantcpuid: kvm_find_kvm_cpuid_features() should be declared...
2021-11-16 Paolo BonziniMerge branch 'kvm-selftest' into kvm-master
2021-11-16 黄乐KVM: x86: Fix uninitialized eoi_exit_bitmap usage in...
2021-11-16 David MatlackKVM: selftests: Use perf_test_destroy_vm in memslot_mod...
2021-11-16 David MatlackKVM: selftests: Wait for all vCPU to be created before...
2021-11-16 David MatlackKVM: selftests: Move vCPU thread creation and joining...
2021-11-16 David MatlackKVM: selftests: Start at iteration 0 instead of -1
2021-11-16 Sean ChristophersonKVM: selftests: Sync perf_test_args to guest during...
2021-11-16 Sean ChristophersonKVM: selftests: Fill per-vCPU struct during "perf_test...
2021-11-16 Sean ChristophersonKVM: selftests: Create VM with adjusted number of guest...
2021-11-16 Sean ChristophersonKVM: selftests: Remove perf_test_args.host_page_size
2021-11-16 Sean ChristophersonKVM: selftests: Move per-VM GPA into perf_test_args
2021-11-16 Sean ChristophersonKVM: selftests: Use perf util's per-vCPU GPA/pages...
2021-11-16 Sean ChristophersonKVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_args
2021-11-16 Sean ChristophersonKVM: selftests: Use shorthand local var to access struc...
2021-11-16 Sean ChristophersonKVM: selftests: Require GPA to be aligned when backed...
2021-11-16 Sean ChristophersonKVM: selftests: Assert mmap HVA is aligned when using...
2021-11-16 Sean ChristophersonKVM: selftests: Expose align() helpers to tests
2021-11-16 Sean ChristophersonKVM: selftests: Explicitly state indicies for vm_guest_...
2021-11-16 David WoodhouseKVM: selftests: Add event channel upcall support to...
2021-11-12 Paolo BonziniMerge tag 'kvmarm-fixes-5.16-1' of git://git./linux...
2021-11-12 Paolo BonziniKVM: SEV: unify cgroup cleanup code for svm_vm_migrate_from
2021-11-12 Paolo BonziniKVM: x86: move guest_pv_has out of user_access section
2021-11-11 Paolo BonziniMerge branch 'kvm-5.16-fixes' into kvm-master
2021-11-11 Paolo BonziniMerge branch 'kvm-sev-move-context' into kvm-master
2021-11-11 Vitaly KuznetsovKVM: x86: Drop arbitrary KVM_SOFT_MAX_VCPUS
2021-11-11 Vipin SharmaKVM: Move INVPCID type check from vmx and svm to the...
2021-11-11 Vipin SharmaKVM: VMX: Add a helper function to retrieve the GPR...
2021-11-11 Sean ChristophersonKVM: nVMX: Clean up x2APIC MSR handling for L2
2021-11-11 Sean ChristophersonKVM: VMX: Macrofy the MSR bitmap getters and setters
2021-11-11 Sean ChristophersonKVM: nVMX: Handle dynamic MSR intercept toggling
2021-11-11 Sean ChristophersonKVM: nVMX: Query current VMCS when determining if MSR...
2021-11-11 Vitaly KuznetsovKVM: x86: Don't update vcpu->arch.pv_eoi.msr_val when...
2021-11-11 Vitaly KuznetsovKVM: x86: Rename kvm_lapic_enable_pv_eoi()
2021-11-11 Paul DurrantKVM: x86: Make sure KVM_CPUID_FEATURES really are KVM_C...
2021-11-11 Sean ChristophersonKVM: x86: Add helper to consolidate core logic of SET_C...
2021-11-11 Junaid Shahidkvm: mmu: Use fast PF path for access tracking of huge...
2021-11-11 Sean ChristophersonKVM: x86/mmu: Properly dereference rcu-protected TDP...
2021-11-11 Maxim LevitskyKVM: x86: inhibit APICv when KVM_GUESTDBG_BLOCKIRQ...
2021-11-11 Jim Mattsonkvm: x86: Convert return type of *is_valid_rdpmc_ecx...
2021-11-11 David WoodhouseKVM: x86: Fix recording of guest steal time / preempted...
2021-11-11 Peter Gondaselftest: KVM: Add intra host migration tests
2021-11-11 Peter Gondaselftest: KVM: Add open sev dev helper
2021-11-11 Peter GondaKVM: SEV: Add support for SEV-ES intra host migration
2021-11-11 Peter GondaKVM: SEV: Add support for SEV intra host migration
2021-11-11 Paolo BonziniKVM: SEV: provide helpers to charge/uncharge misc_cg
2021-11-11 Paolo BonziniKVM: generalize "bugged" VM to "dead" VM
2021-11-11 Peter GondaKVM: SEV: Refactor out sev_es_state struct
2021-11-11 Paolo BonziniMerge branch 'kvm-guest-sev-migration' into kvm-master
2021-11-11 Ashish Kalrax86/kvm: Add kexec support for SEV Live Migration.
2021-11-11 Ashish Kalrax86/kvm: Add guest support for detecting and enabling...
2021-11-11 Ashish KalraEFI: Introduce the new AMD Memory Encryption GUID.
2021-11-11 Brijesh Singhmm: x86: Invoke hypercall when page encryption status...
2021-11-11 Brijesh Singhx86/kvm: Add AMD SEV specific Hypercall3
2021-11-11 Linus TorvaldsMerge tag 'ext4_for_linus' of git://git./linux/kernel...
2021-11-11 Linus TorvaldsMerge tag 'for-5.16-deadlock-fix-tag' of git://git...
2021-11-11 Linus TorvaldsMerge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields...
2021-11-11 Linus TorvaldsMerge tag 'nfs-for-5.16-1' of git://git.linux-nfs.org...
2021-11-11 Linus TorvaldsMerge branch 'exit-cleanups-for-v5.16' of git://git...
2021-11-11 Linus TorvaldsMerge tag 'kernel.sys.v5.16' of git://git./linux/kernel...
2021-11-11 Linus TorvaldsMerge tag 'pidfd.v5.16' of git://git./linux/kernel...
2021-11-10 Linus TorvaldsMerge tag 'thermal-5.16-rc1-2' of git://git./linux...
2021-11-10 Linus TorvaldsMerge tag 'pm-5.16-rc1-2' of git://git./linux/kernel...
2021-11-10 Linus TorvaldsMerge tag 'acpi-5.16-rc1-2' of git://git./linux/kernel...
2021-11-10 Linus TorvaldsMerge tag 'dmaengine-5.16-rc1' of git://git./linux...
2021-11-10 Linus TorvaldsMerge tag 'tag-chrome-platform-for-v5.16' of git:/...
2021-11-10 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2021-11-10 Linus TorvaldsMerge tag 'arm-fixes-5.16' of git://git./linux/kernel...
2021-11-10 Linus TorvaldsMerge tag 'asm-generic-5.16' of git://git./linux/kernel...
2021-11-10 Linus TorvaldsMerge tag 'for-linus-5.16b-rc1-tag' of git://git./linux...
2021-11-10 Linus TorvaldsMerge tag 'libnvdimm-for-5.16' of git://git./linux...
2021-11-10 Linus TorvaldsMerge tag 'linux-watchdog-5.16-rc1' of git://linux...
2021-11-10 Linus TorvaldsMerge tag 'rproc-v5.16' of git://git./linux/kernel...
2021-11-10 Linus TorvaldsMerge tag 'rpmsg-v5.16' of git://git./linux/kernel...
2021-11-10 Rafael J. WysockiMerge branch 'thermal-int340x'
2021-11-10 Rafael J. WysockiMerge branches 'pm-opp' and 'pm-cpufreq'
2021-11-10 Rafael J. WysockiMerge branches 'acpica', 'acpi-ec', 'acpi-pmic' and...
2021-11-10 Rafael J. WysockiMerge branch 'acpi-dsc'
2021-11-10 Sakari AilusDocumentation: ACPI: Fix non-D0 probe _DSC object example
2021-11-09 Linus TorvaldsMerge tag 'for-5.16/drivers-2021-11-09' of git://git...
2021-11-09 Linus TorvaldsMerge tag 'for-5.16/block-2021-11-09' of git://git...
2021-11-09 Linus TorvaldsMerge tag 'for-5.16/bdev-size-2021-11-09' of git:/...
2021-11-09 Linus TorvaldsMerge tag 'io_uring-5.16-2021-11-09' of git://git.kerne...
2021-11-09 Linus TorvaldsMerge tag 'for-5.16/dm-changes' of git://git./linux...
2021-11-09 Linus TorvaldsMerge tag 'dma-mapping-5.16' of git://git.infradead...
next