KVM: x86: Allow guest to set EFER.NX=1 on non-PAE 32-bit kernels
[linux-2.6-microblaze.git] / arch / x86 /
2021-08-13 Sean ChristophersonKVM: x86: Allow guest to set EFER.NX=1 on non-PAE 32...
2021-08-05 Sean ChristophersonKVM: x86/mmu: Fix per-cpu counter corruption on 32...
2021-08-04 Mingwei ZhangKVM: SVM: improve the code readability for ASID management
2021-08-04 Sean ChristophersonKVM: SVM: Fix off-by-one indexing when nullifying last...
2021-08-03 Vitaly KuznetsovKVM: x86: hyper-v: Check if guest is allowed to use...
2021-08-03 Vitaly KuznetsovKVM: x86: Introduce trace_kvm_hv_hypercall_done()
2021-08-03 Vitaly KuznetsovKVM: x86: hyper-v: Check access to hypercall before...
2021-07-30 Paolo BonziniKVM: x86: accept userspace interrupt only if no event...
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 Paolo BonziniKVM: SVM: delay svm_vcpu_init_msrpm after svm->vmcb...
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 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 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-17 Linus TorvaldsMerge tag 'soc-fixes-5.14-1' of git://git./linux/kernel...
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 Arnd BergmannMerge tag 'aspeed-5.14-devicetree-2' of git://git....
2021-07-16 Arnd BergmannMerge tag 'tegra-for-5.14-arm64-dt-fixes' of git:/...
2021-07-16 Arnd BergmannMerge tag 'memory-controller-drv-tegra-5.14-3' of git...
2021-07-16 Linus TorvaldsMerge tag 'docs-5.14-2' of git://git.lwn.net/linux
2021-07-16 Linus TorvaldsMerge tag 'block-5.14-2021-07-16' of git://git.kernel...
2021-07-16 Linus TorvaldsMerge tag 'io_uring-5.14-2021-07-16' of git://git.kerne...
2021-07-16 Linus TorvaldsMerge tag 'zonefs-5.14-rc2' of git://git./linux/kernel...
2021-07-16 Linus TorvaldsMerge tag 'drm-fixes-2021-07-16' of git://anongit.freed...
2021-07-16 Linus TorvaldsMerge branch 'urgent' of git://git./linux/kernel/git...
2021-07-16 Linus TorvaldsMerge tag 'configfs-5.13-1' of git://git.infradead...
2021-07-16 Linus TorvaldsMerge tag 'pwm/for-5.14-rc2' of git://git./linux/kernel...
2021-07-15 Linus TorvaldsMerge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of...
2021-07-15 Linus TorvaldsMerge branch 'akpm' (patches from Andrew)
2021-07-15 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2021-07-15 Linus TorvaldsMerge tag 'iommu-fixes-v5.14-rc1' of git://git./linux...
2021-07-15 Vitaly KuznetsovKVM: nSVM: Restore nested control upon leaving SMM
2021-07-15 Vitaly KuznetsovKVM: nSVM: Fix L1 state corruption upon return from SMM
2021-07-15 Vitaly KuznetsovKVM: nSVM: Introduce svm_copy_vmrun_state()
2021-07-15 Vitaly KuznetsovKVM: nSVM: Check that VM_HSAVE_PA MSR was set before...
2021-07-15 Vitaly KuznetsovKVM: nSVM: Check the value written to MSR_VM_HSAVE_PA
2021-07-15 Sean ChristophersonKVM: SVM: Fix sev_pin_memory() error checks in SEV...
2021-07-15 Sean ChristophersonKVM: SVM: Return -EFAULT if copy_to_user() for SEV...
2021-07-15 Maxim LevitskyKVM: SVM: add module param to control the #SMI interception
2021-07-15 Maxim LevitskyKVM: SVM: remove INIT intercept handler
2021-07-15 Maxim LevitskyKVM: SVM: #SMI interception must not skip the instruction
2021-07-15 Yu ZhangKVM: VMX: Remove vmx_msr_index from vmx.h
2021-07-15 Lai JiangshanKVM: X86: Disable hardware breakpoints unconditionally...
2021-07-14 Linus TorvaldsMerge tag 'net-5.14-rc2' of git://git./linux/kernel...
2021-07-14 Like XuKVM: x86/pmu: Clear anythread deprecated bit when 0xa...
2021-07-14 Sean ChristophersonKVM: SVM: Revert clearing of C-bit on GPA in #NPF handler
2021-07-14 Sean ChristophersonKVM: x86/mmu: Do not apply HPA (memory encryption)...
2021-07-14 Sean ChristophersonKVM: x86: Use kernel's x86_phys_bits to handle reduced...
2021-07-14 Sean ChristophersonKVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008...
2021-07-14 Sean ChristophersonRevert "KVM: x86: WARN and reject loading KVM if NX...
2021-07-14 Paolo BonziniMerge tag 'kvm-s390-master-5.14-1' of git://git./linux...
2021-07-13 Linus TorvaldsMerge tag 'vboxsf-v5.14-1' of git://git./linux/kernel...
2021-07-13 Linus TorvaldsMerge tag 'for-5.14-rc1-tag' of git://git./linux/kernel...
2021-07-13 Thomas ZimmermannMerge remote-tracking branch 'drm-misc/drm-misc-next...
2021-07-13 Daniel VetterMerge tag 'drm-misc-fixes-2021-07-13' of git://anongit...
2021-07-11 Linus TorvaldsMerge tag 'irq-urgent-2021-07-11' of git://git./linux...
2021-07-11 Linus TorvaldsMerge tag 'sched-urgent-2021-07-11' of git://git./linux...
2021-07-11 Linus TorvaldsMerge tag 'perf-urgent-2021-07-11' of git://git./linux...
2021-07-11 Linus TorvaldsMerge tag 'locking-urgent-2021-07-11' of git://git...
2021-07-11 Linus TorvaldsMerge tag 'scsi-misc' of git://git./linux/kernel/git...
2021-07-11 Linus TorvaldsMerge tag 'perf-tools-for-v5.14-2021-07-10' of git...
2021-07-10 Linus TorvaldsMerge tag 'rtc-5.14' of git://git./linux/kernel/git...
2021-07-10 Linus TorvaldsMerge tag '5.14-rc-smb3-fixes-part2' of git://git.samba...
2021-07-10 Linus TorvaldsMerge tag 'pci-v5.14-fixes-1' of git://git./linux/kerne...
2021-07-10 Linus TorvaldsMerge tag 'i3c/for-5.14' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 'thermal-v5.14-rc1' of git://git./linux/kerne...
2021-07-10 Linus TorvaldsMerge tag 'kbuild-v5.14' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 's390-5.14-2' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 'mips_5.14_1' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 'arm-defconfig-5.14' of git://git./linux...
2021-07-10 Linus TorvaldsMerge tag 'arm-drivers-5.14' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 'arm-dt-5.14' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 'arm-soc-5.14' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge tag 'fixes-2021-07-09' of git://git./linux/kernel...
2021-07-10 Linus TorvaldsMerge branch 'for-5.14-fixes' of git://git./linux/kerne...
2021-07-09 David S. MillerMerge git://git./pub/scm/linux/kernel/git/bpf/bpf
2021-07-09 Linus TorvaldsMerge tag 'io_uring-5.14-2021-07-09' of git://git.kerne...
2021-07-09 Linus TorvaldsMerge tag 'block-5.14-2021-07-08' of git://git.kernel...
2021-07-09 Linus TorvaldsMerge tag 'sound-fix-5.14-rc1' of git://git./linux...
2021-07-09 Linus TorvaldsMerge tag 'trace-v5.14-2' of git://git./linux/kernel...
2021-07-09 Linus TorvaldsMerge tag 'for_linus' of git://git./linux/kernel/git...
2021-07-09 Linus TorvaldsMerge branch 'linus' of git://git./linux/kernel/git...
2021-07-09 Linus TorvaldsMerge tag 'riscv-for-linus-5.14-mw0' of git://git....
2021-07-09 Linus TorvaldsMerge tag 'powerpc-5.14-2' of git://git./linux/kernel...
2021-07-09 Linus TorvaldsMerge tag 'for-linus-5.14-rc1' of git://git./linux...
2021-07-09 Linus TorvaldsMerge tag 'for-linus-5.14-rc1' of git://git./linux...
2021-07-09 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git./linux...
next