Merge branch 'kvm-pi-raw-spinlock' into HEAD
[linux-2.6-microblaze.git] / arch /
2022-01-19 Paolo BonziniMerge branch 'kvm-pi-raw-spinlock' into HEAD
2022-01-19 Sean ChristophersonKVM: VMX: Reject KVM_RUN if emulation is required with...
2022-01-19 Jim MattsonKVM: x86/pmu: Use binary search to check filtered events
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: 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 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 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 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-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 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 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
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 Woodhousex86/kvm: Silence per-cpu pr_info noise about KVM clocks...
2022-01-07 Eric HanklandKVM: x86: Update vPMCs when retiring branch instructions
2022-01-07 Eric HanklandKVM: x86: Update vPMCs when retiring instructions
2022-01-07 Like XuKVM: x86/pmu: Add pmc->intr to refactor kvm_perf_overfl...
2022-01-07 Like XuKVM: x86/pmu: Reuse pmc_perf_hw_id() and drop find_fixe...
2022-01-07 Like XuKVM: x86/pmu: Refactoring find_arch_event() to pmc_perf...
2022-01-07 Like XuKVM: x86/pmu: Setup pmc->eventsel for fixed PMCs
2022-01-07 Paolo BonziniKVM: x86: avoid out of bounds indices for fixed perform...
2022-01-07 Lai JiangshanKVM: VMX: Mark VCPU_EXREG_CR3 dirty when !CR0_PG -...
2022-01-07 Lai JiangshanKVM: x86/mmu: Reconstruct shadow page root if the guest...
2022-01-07 Lai JiangshanKVM: VMX: Save HOST_CR3 in vmx_set_host_fs_gs()
2022-01-07 Paolo BonziniRevert "KVM: X86: Update mmu->pdptrs only when it is...
2022-01-07 Paolo BonziniMerge tag 'kvm-riscv-5.17-1' of https://github.com...
2022-01-07 Paolo BonziniMerge tag 'kvmarm-5.17' of git://git./linux/kernel...
2022-01-06 Linus TorvaldsMerge tag 'trace-v5.16-rc8' of git://git./linux/kernel...
2022-01-06 Dave AirlieMerge tag 'amd-drm-fixes-5.16-2021-12-31' of ssh:/...
2022-01-06 Vincent ChenKVM: RISC-V: Avoid spurious virtual interrupts after...
2022-01-06 Anup PatelRISC-V: KVM: Add VM capability to allow userspace get...
2022-01-06 Anup PatelRISC-V: KVM: Forward SBI experimental and vendor extensions
2022-01-06 Jisheng ZhangRISC-V: KVM: make kvm_riscv_vcpu_fp_clean() static
2022-01-06 Atish PatraRISC-V: KVM: Add SBI HSM extension in KVM
2022-01-06 Atish PatraRISC-V: KVM: Add v0.1 replacement SBI extensions define...
2022-01-06 Atish PatraRISC-V: KVM: Add SBI v0.2 base extension
2022-01-06 Atish PatraRISC-V: KVM: Reorganize SBI code by moving SBI v0.1...
2022-01-06 Atish PatraRISC-V: KVM: Mark the existing SBI implementation as...
2022-01-06 Sean ChristophersonKVM: RISC-V: Use common KVM implementation of MMU memor...
2022-01-06 Olof JohanssonMerge tag 'socfpga_fix_for_v5.16_part_3' of git://git...
2022-01-06 Olof JohanssonMerge tag 'reset-fixes-for-v5.16-2' of git://git.pengut...
2022-01-05 Linus TorvaldsMerge tag 'net-5.16-final' of git://git./linux/kernel...
2022-01-04 Marc ZyngierMerge branch kvm-arm64/misc-5.17 into kvmarm-master...
2022-01-04 Marc ZyngierMerge branch kvm-arm64/selftest/irq-injection into...
2022-01-04 Marc ZyngierMerge branch kvm-arm64/selftest/ipa into kvmarm-master...
2022-01-04 Zenghui YuKVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()
2022-01-04 Jakub KicinskiMerge tag 'batadv-net-pullrequest-20220103' of git...
2022-01-02 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.16-2022-01-02' of...
2022-01-02 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2022-01-02 Linus TorvaldsMerge tag 'x86_urgent_for_v5.16_rc8' of git://git....
2022-01-01 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2022-01-01 Jakub KicinskiMerge https://git./linux/kernel/git/bpf/bpf
2021-12-31 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-12-31 Linus TorvaldsMerge tag 'drm-fixes-2021-12-31' of git://anongit.freed...
2021-12-31 Dave AirlieMerge branch 'drm-misc-fixes' of ssh://git.freedesktop...
2021-12-30 Linus TorvaldsMerge tag 'net-5.16-rc8' of git://git./linux/kernel...
2021-12-30 Linus TorvaldsMerge tag 'char-misc-5.16' of git://git./linux/kernel...
2021-12-30 Linus TorvaldsMerge tag 'usb-5.16' of git://git./linux/kernel/git...
2021-12-30 Dave AirlieMerge tag 'amd-drm-fixes-5.16-2021-12-29' of https...
next