linux-2.6-microblaze.git
2021-08-02 Sean ChristophersonKVM: VMX: Don't _explicitly_ reconfigure user return...
2021-08-02 Sean ChristophersonKVM: VMX: Refresh list of user return MSRs after settin...
2021-08-02 Sean ChristophersonKVM: VMX: Skip pointless MSR bitmap update when setting...
2021-08-02 Sean ChristophersonKVM: SVM: Stuff save->dr6 at during VMSA sync, not...
2021-08-02 Sean ChristophersonKVM: SVM: Drop redundant writes to vmcb->save.cr4 at...
2021-08-02 Sean ChristophersonKVM: SVM: Tweak order of cr0/cr4/efer writes at RESET...
2021-08-02 Sean ChristophersonKVM: nVMX: Don't evaluate "emulation required" on neste...
2021-08-02 Sean ChristophersonKVM: VMX: Skip emulation required checks during pmode...
2021-08-02 Sean ChristophersonKVM: VMX: Process CR0.PG side effects after setting...
2021-08-02 Sean ChristophersonKVM: x86/mmu: Skip the permission_fault() check on...
2021-08-02 Sean ChristophersonKVM: VMX: Pull GUEST_CR3 from the VMCS iff CR3 load...
2021-08-02 Sean ChristophersonKVM: nVMX: Do not clear CR3 load/store exiting bits...
2021-08-02 Sean ChristophersonKVM: VMX: Fold ept_update_paging_mode_cr0() back into...
2021-08-02 Sean ChristophersonKVM: VMX: Remove direct write to vcpu->arch.cr0 during...
2021-08-02 Sean ChristophersonKVM: VMX: Invert handling of CR0.WP for EPT without...
2021-08-02 Sean ChristophersonKVM: SVM: Don't bother writing vmcb->save.rip at vCPU...
2021-08-02 Sean ChristophersonKVM: x86: Move EDX initialization at vCPU RESET to...
2021-08-02 Sean ChristophersonKVM: x86: Consolidate APIC base RESET initialization...
2021-08-02 Sean ChristophersonKVM: x86: Open code necessary bits of kvm_lapic_set_bas...
2021-08-02 Sean ChristophersonKVM: VMX: Stuff vcpu->arch.apic_base directly at vCPU...
2021-08-02 Sean ChristophersonKVM: x86: Set BSP bit in reset BSP vCPU's APIC base...
2021-08-02 Sean ChristophersonKVM: x86: Don't force set BSP bit when local APIC is...
2021-08-02 Sean ChristophersonKVM: x86: Migrate the PIT only if vcpu0 is migrated...
2021-08-02 Sean ChristophersonKVM: x86: Remove defunct BSP "update" in local APIC...
2021-08-02 Sean ChristophersonKVM: x86: WARN if the APIC map is dirty without an...
2021-08-02 Sean ChristophersonKVM: SVM: Drop explicit MMU reset at RESET/INIT
2021-08-02 Sean ChristophersonKVM: VMX: Remove explicit MMU reset in enter_rmode()
2021-08-02 Sean ChristophersonKVM: SVM: Fall back to KVM's hardcoded value for EDX...
2021-08-02 Sean ChristophersonKVM: SVM: Require exact CPUID.0x1 match when stuffing...
2021-08-02 Sean ChristophersonKVM: VMX: Set EDX at INIT with CPUID.0x1, Family-Model...
2021-08-02 Sean ChristophersonKVM: SVM: Zero out GDTR.base and IDTR.base on INIT
2021-08-02 Sean ChristophersonKVM: nVMX: Set LDTR to its architecturally defined...
2021-08-02 Sean ChristophersonKVM: x86: Flush the guest's TLB on INIT
2021-08-02 Maxim LevitskyKVM: x86: APICv: drop immediate APICv disablement on...
2021-08-02 Paolo BonziniKVM: x86: enable TDP MMU by default
2021-08-02 David MatlackKVM: x86/mmu: fast_page_fault support for the TDP MMU
2021-08-02 David MatlackKVM: x86/mmu: Make walk_shadow_page_lockless_{begin...
2021-08-02 David MatlackKVM: x86/mmu: Fix use of enums in trace_fast_page_fault
2021-08-02 David MatlackKVM: x86/mmu: Rename cr2_or_gpa to gpa in fast_page_fault
2021-08-02 Peter XuKVM: Introduce kvm_get_kvm_safe()
2021-08-02 Juergen Grossx86/kvm: remove non-x86 stuff from arch/x86/kvm/ioapic.h
2021-08-02 Peter XuKVM: X86: Add per-vm stat for max rmap list size
2021-08-02 Sean ChristophersonKVM: x86/mmu: Return old SPTE from mmu_spte_clear_track...
2021-08-02 Sean ChristophersonKVM: x86/mmu: Refactor shadow walk in __direct_map...
2021-08-02 Sean ChristophersonKVM: x86: Hoist kvm_dirty_regs check out of sync_regs()
2021-08-02 Sean ChristophersonKVM: x86/mmu: Mark VM as bugged if page fault returns...
2021-08-02 Sean ChristophersonKVM: x86: Use KVM_BUG/KVM_BUG_ON to handle bugs that...
2021-08-02 Sean ChristophersonKVM: Export kvm_make_all_cpus_request() for use in...
2021-08-02 Sean ChristophersonKVM: Add infrastructure and macro to mark VM as bugged
2021-07-30 Paolo BonziniKVM: x86: accept userspace interrupt only if no event...
2021-07-27 Paolo BonziniKVM: add missing compat KVM_CLEAR_DIRTY_LOG
2021-07-27 Li RongQingKVM: use cpu_relax when halt polling
2021-07-27 Maxim LevitskyKVM: SVM: use vmcb01 in svm_refresh_apicv_exec_ctrl
2021-07-27 Maxim LevitskyKVM: SVM: tweak warning about enabled AVIC on nested...
2021-07-27 Maxim LevitskyKVM: SVM: svm_set_vintr don't warn if AVIC is active...
2021-07-27 Christian BorntraegerKVM: s390: restore old debugfs names
2021-07-27 Paolo BonziniKVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb...
2021-07-27 David MatlackKVM: selftests: Introduce access_tracking_perf_test
2021-07-27 David MatlackKVM: selftests: Fix missing break in dirty_log_perf_tes...
2021-07-27 Juergen Grossx86/kvm: fix vcpu-id indexed array sizes
2021-07-26 Vitaly KuznetsovKVM: x86: Check the right feature bit for MSR_KVM_ASYNC...
2021-07-26 Mauro Carvalho... docs: virt: kvm: api.rst: replace some characters
2021-07-26 Vitaly KuznetsovKVM: Documentation: Fix KVM_CAP_ENFORCE_PV_FEATURE_CPUI...
2021-07-26 Vitaly KuznetsovKVM: nSVM: Swap the parameter order for svm_copy_vmrun_...
2021-07-26 Vitaly KuznetsovKVM: nSVM: Rename nested_svm_vmloadsave() to svm_copy_v...
2021-07-19 Paolo BonziniMerge tag 'kvmarm-fixes-5.14-1' of git://git./linux...
2021-07-18 Linus TorvaldsLinux 5.14-rc2
2021-07-18 Linus TorvaldsMerge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of...
2021-07-18 Linus TorvaldsMerge tag 'xfs-5.14-fixes-1' of git://git./fs/xfs/xfs...
2021-07-18 Linus TorvaldsMerge tag 'iomap-5.14-fixes-1' of git://git./fs/xfs...
2021-07-18 Linus TorvaldsMerge tag 'kbuild-fixes-v5.14' of git://git./linux...
2021-07-18 Robert RichterDocumentation: Fix intiramfs script name
2021-07-18 Lecopzer ChenKbuild: lto: fix module versionings mismatch in GNU...
2021-07-18 Masahiro Yamadakbuild: do not suppress Kconfig prompts for silent...
2021-07-18 Mikulas Patockascripts/setlocalversion: fix a bug when LOCALVERSION...
2021-07-18 Yang Jihongperf sched: Fix record failure when CONFIG_SCHEDSTATS...
2021-07-18 Yang Jihongperf probe: Fix add event failure when running 32-bit...
2021-07-18 Riccardo Manciniperf data: Close all files in close_dir()
2021-07-18 Riccardo Manciniperf probe-file: Delete namelist in del_events() on...
2021-07-17 Linus TorvaldsMerge tag 'soc-fixes-5.14-1' of git://git./linux/kernel...
2021-07-17 Linus TorvaldsRevert "mm/slub: use stackdepot to save stack trace...
2021-07-17 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2021-07-17 Linus TorvaldsMerge tag '5.14-rc1-smb3-fixes' of git://git.samba...
2021-07-17 Linus TorvaldsMerge tag 'linux-kselftest-kunit-fixes-5.14-rc2' of...
2021-07-17 Linus TorvaldsMerge tag 'linux-kselftest-fixes-5.14-rc2' of git:...
2021-07-17 Linus TorvaldsMerge tag 'trace-v5.14-5' of git://git./linux/kernel...
2021-07-17 Linus TorvaldsMerge tag 'devicetree-fixes-for-5.14-1' of git://git...
2021-07-17 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2021-07-16 Sudeep HollaARM: dts: versatile: Fix up interrupt controller node...
2021-07-16 Arnd BergmannMerge tag 'aspeed-5.14-devicetree-2' of git://git....
2021-07-16 Stefan WahrenARM: multi_v7_defconfig: Make NOP_USB_XCEIV driver...
2021-07-16 Linus WalleijARM: configs: Update u8500_defconfig
2021-07-16 Linus WalleijARM: configs: Update Vexpress defconfig
2021-07-16 Linus WalleijARM: configs: Update Versatile defconfig
2021-07-16 Linus WalleijARM: configs: Update RealView defconfig
2021-07-16 Linus WalleijARM: configs: Update Integrator defconfig
2021-07-16 Arnd BergmannMerge tag 'scmi-fixes-5.14' of git://git./linux/kernel...
2021-07-16 Arnd BergmannMerge tag 'arm-ffa-fixes-5.14' of git://git./linux...
2021-07-16 Geert Uytterhoevenarm: Typo s/PCI_IXP4XX_LEGACY/IXP4XX_PCI_LEGACY/
2021-07-16 Arnd BergmannMerge tag 'tegra-for-5.14-arm64-dt-fixes' of git:/...
next