platform/kernel/linux-starfive.git
2022-01-19 Paolo Bonzinikvm: selftests: sync uapi/linux/kvm.h with Linux header
2022-01-19 Muhammad Usama... selftests: kvm: add amx_test to .gitignore
2022-01-19 Sean ChristophersonKVM: SVM: Nullify vcpu_(un)blocking() hooks if AVIC...
2022-01-19 Sean ChristophersonKVM: SVM: Move svm_hardware_setup() and its helpers...
2022-01-19 Sean ChristophersonKVM: SVM: Drop AVIC's intermediate avic_set_running...
2022-01-19 Sean ChristophersonKVM: VMX: Don't do full kick when handling posted inter...
2022-01-19 Sean ChristophersonKVM: VMX: Fold fallback path into triggering posted...
2022-01-19 Sean ChristophersonKVM: VMX: Pass desired vector instead of bool for trigg...
2022-01-19 Sean ChristophersonKVM: VMX: Don't do full kick when triggering posted...
2022-01-19 Sean ChristophersonKVM: SVM: Skip AVIC and IRTE updates when loading block...
2022-01-19 Sean ChristophersonKVM: SVM: Use kvm_vcpu_is_blocking() in AVIC load to...
2022-01-19 Sean ChristophersonKVM: SVM: Remove unnecessary APICv/AVIC update in vCPU...
2022-01-19 Sean ChristophersonKVM: SVM: Don't bother checking for "running" AVIC...
2022-01-19 Sean ChristophersonKVM: SVM: Signal AVIC doorbell iff vCPU is in guest...
2022-01-19 Sean ChristophersonKVM: x86: Remove defunct pre_block/post_block kvm_x86_o...
2022-01-19 Sean ChristophersonKVM: x86: Unexport LAPIC's switch_to_{hv,sw}_timer...
2022-01-19 Sean ChristophersonKVM: VMX: Move preemption timer <=> hrtimer dance to...
2022-01-19 Sean ChristophersonKVM: Move x86 VMX's posted interrupt list_head to vcpu_vmx
2022-01-19 Sean ChristophersonKVM: Drop unused kvm_vcpu.pre_pcpu field
2022-01-19 Sean ChristophersonKVM: VMX: Handle PI descriptor updates during vcpu_put...
2022-01-19 Paolo BonziniMerge branch 'kvm-pi-raw-spinlock' into HEAD
2022-01-19 Christian BorntraegerKVM: avoid warning on s390 in mark_page_dirty
2022-01-19 Sean ChristophersonKVM: selftests: Add a test to force emulation with...
2022-01-19 Sean ChristophersonKVM: VMX: Reject KVM_RUN if emulation is required with...
2022-01-19 Jim Mattsonselftests: kvm/x86: Add test for KVM_SET_PMU_EVENT_FILTER
2022-01-19 Jim Mattsonselftests: kvm/x86: Introduce x86_model()
2022-01-19 Jim Mattsonselftests: kvm/x86: Export x86_family() for use outside...
2022-01-19 Jim Mattsonselftests: kvm/x86: Introduce is_amd_cpu()
2022-01-19 Jim Mattsonselftests: kvm/x86: Parameterize the CPUID vendor strin...
2022-01-19 Jim MattsonKVM: x86/pmu: Use binary search to check filtered events
2022-01-19 Wei Wangkvm: selftests: conditionally build vm_xsave_req_perm()
2022-01-19 Like XuKVM: x86/cpuid: Clear XFD for component i if the base...
2022-01-19 David MatlackKVM: x86/mmu: Improve TLB flush comment in kvm_mmu_slot...
2022-01-19 David MatlackKVM: x86/mmu: Document and enforce MMU-writable and...
2022-01-19 David MatlackKVM: x86/mmu: Clear MMU-writable during changed_pte...
2022-01-19 David MatlackKVM: x86/mmu: Fix write-protection of PTs mapped by...
2022-01-18 Marcelo TosattiKVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock
2022-01-17 Like XuKVM: x86: Making the module parameter of vPMU more...
2022-01-17 Vitaly KuznetsovKVM: selftests: Test KVM_SET_CPUID2 after KVM_RUN
2022-01-17 Vitaly KuznetsovKVM: selftests: Rename 'get_cpuid_test' to 'cpuid_test'
2022-01-17 Vitaly KuznetsovKVM: x86: Partially allow KVM_SET_CPUID{,2} after KVM_RUN
2022-01-17 Vitaly KuznetsovKVM: x86: Do runtime CPUID update before updating vcpu...
2022-01-17 Like XuKVM: x86/pmu: Fix available_event_types check for REF_C...
2022-01-14 Yang Zhongx86/fpu: Fix inline prefix warnings
2022-01-14 Yang Zhongselftest: kvm: Add amx selftest
2022-01-14 Yang Zhongselftest: kvm: Move struct kvm_x86_state to header
2022-01-14 Paolo Bonziniselftest: kvm: Reorder vcpu_load_state steps for AMX
2022-01-14 Kevin Tiankvm: x86: Disable interception for IA32_XFD on demand
2022-01-14 Thomas Gleixnerx86/fpu: Provide fpu_sync_guest_vmexit_xfd_state()
2022-01-14 Wei Wangkvm: selftests: Add support for KVM_CAP_XSAVE2
2022-01-14 Guang Zengkvm: x86: Add support for getting/setting expanded...
2022-01-14 Thomas Gleixnerx86/fpu: Add uabi_size to guest_fpu
2022-01-14 Jing Liukvm: x86: Add CPUID support for Intel AMX
2022-01-14 Jing Liukvm: x86: Add XCR0 support for Intel AMX
2022-01-14 Jing Liukvm: x86: Disable RDMSR interception of IA32_XFD_ERR
2022-01-14 Jing Liukvm: x86: Emulate IA32_XFD_ERR for guest
2022-01-14 Jing Liukvm: x86: Intercept #NM for saving IA32_XFD_ERR
2022-01-14 Jing Liux86/fpu: Prepare xfd_err in struct fpu_guest
2022-01-14 Jing Liukvm: x86: Add emulation for IA32_XFD
2022-01-14 Kevin Tianx86/fpu: Provide fpu_update_guest_xfd() for IA32_XFD...
2022-01-14 Jing Liukvm: x86: Enable dynamic xfeatures at KVM_SET_CPUID2
2022-01-14 Sean Christophersonx86/fpu: Provide fpu_enable_guest_xfd_features() for KVM
2022-01-14 Thomas Gleixnerx86/fpu: Add guest support to xfd_enable_feature()
2022-01-14 Jing Liux86/fpu: Make XFD initialization in __fpstate_reset...
2022-01-09 Linus TorvaldsLinux 5.16
2022-01-09 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2022-01-09 Linus TorvaldsMerge tag 'soc-fixes-5.16-5' of git://git./linux/kernel...
2022-01-09 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.16-2022-01-09' of...
2022-01-09 Len BrownRevert "drm/amdgpu: stop scheduler when calling hw_fini...
2022-01-09 Nikita TravkinInput: zinitix - make sure the IRQ is allocated before...
2022-01-08 Phil ElwellARM: dts: gpio-ranges property is now required
2022-01-08 Linus TorvaldsMerge tag 'soc-fixes-5.16-4' of git://git./linux/kernel...
2022-01-08 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2022-01-08 Linus TorvaldsMerge tag 'for-v5.16-rc' of git://git./linux/kernel...
2022-01-08 Linus TorvaldsMerge tag 'xfs-5.16-fixes-4' of git://git./fs/xfs/xfs...
2022-01-07 Linus TorvaldsMerge branch 'for-5.16-fixes' of git://git./linux/kerne...
2022-01-07 Linus TorvaldsMerge tag 'block-5.16-2022-01-07' of git://git.kernel...
2022-01-07 Linus TorvaldsMerge tag 'edac_urgent_for_v5.16' of git://git./linux...
2022-01-07 Wolfram SangRevert "i2c: core: support bus regulator controlling...
2022-01-07 Arnaldo Carvalho... Revert "libtraceevent: Increase libtraceevent logging...
2022-01-07 Jiri Olsaperf trace: Avoid early exit due to running SIGCHLD...
2022-01-07 Jing Liukvm: x86: Exclude unpermitted xfeatures at KVM_GET_SUPP...
2022-01-07 Jing Liukvm: x86: Fix xstate_required_size() to follow XSTATE...
2022-01-07 Thomas Gleixnerx86/fpu: Prepare guest FPU for dynamically enabled...
2022-01-07 Thomas Gleixnerx86/fpu: Extend fpu_xstate_prctl() with guest permissions
2022-01-07 Michael Rothkvm: selftests: move ucall declarations into ucall_common.h
2022-01-07 Michael Rothkvm: selftests: move base kvm_util.h declarations to...
2022-01-07 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2022-01-07 Linus TorvaldsMerge tag 'drm-fixes-2022-01-07' of git://anongit.freed...
2022-01-07 Nikunj A DadhaniaKVM: x86: Check for rmaps allocation
2022-01-07 Wanpeng LiKVM: SEV: Mark nested locking of kvm->lock
2022-01-07 Michael RothKVM: SVM: include CR3 in initial VMSA state for SEV...
2022-01-07 Peter ZijlstraKVM: VMX: Provide vmread version using asm-goto-with...
2022-01-07 David WoodhouseKVM: x86: Fix wall clock writes in Xen shared_info...
2022-01-07 David WoodhouseKVM: x86/xen: Add KVM_IRQ_ROUTING_XEN_EVTCHN and event...
2022-01-07 David WoodhouseKVM: x86/xen: Maintain valid mapping of Xen shared_info...
2022-01-07 David WoodhouseKVM: Reinstate gfn_to_pfn_cache with invalidation support
2022-01-07 David WoodhouseKVM: Warn if mark_page_dirty() is called without an...
2022-01-07 David Woodhousex86/kvm: Silence per-cpu pr_info noise about KVM clocks...
2022-01-07 Eric HanklandKVM: x86: Update vPMCs when retiring branch instructions
next