summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2021-03-15KVM: nSVM: Trace VM-Enter consistency check failuresSean Christopherson-14/+19
2021-03-15KVM: x86: Move nVMX's consistency check macro to common codeSean Christopherson-7/+9
2021-03-15KVM: nSVM: Add missing checks for reserved bits to svm_set_nested_state()Krish Sadhukhan-15/+39
2021-03-15KVM: nSVM: only copy L1 non-VMLOAD/VMSAVE data in svm_set_nested_state()Paolo Bonzini-2/+18
2021-03-15KVM: nSVM: do not mark all VMCB02 fields dirty on nested vmexitPaolo Bonzini-6/+12
2021-03-15KVM: nSVM: do not mark all VMCB01 fields dirty on nested vmexitPaolo Bonzini-4/+5
2021-03-15KVM: nSVM: do not copy vmcb01->control blindly to vmcb02->controlPaolo Bonzini-2/+21
2021-03-15KVM: nSVM: rename functions and variables according to vmcbXY nomenclaturePaolo Bonzini-24/+23
2021-03-15KVM: nSVM: Track the ASID generation of the vmcb vmrun through the vmcbCathy Avery-15/+8
2021-03-15KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcbCathy Avery-8/+16
2021-03-15KVM: SVM: Use a separate vmcb for the nested L2 guestCathy Avery-105/+135
2021-03-15KVM: nSVM: Set the shadow root level to the TDP level for nested NPTSean Christopherson-3/+8
2021-03-15KVM: SVM: Don't strip the C-bit from CR2 on #PF interceptionSean Christopherson-1/+1
2021-03-15KVM: x86/mmu: WARN on NULL pae_root or lm_root, or bad shadow root levelSean Christopherson-2/+13
2021-03-15KVM: x86/mmu: Sync roots after MMU load iff load as successfulSean Christopherson-2/+3
2021-03-15KVM: x86/mmu: Unexport MMU load/unload functionsSean Christopherson-5/+4
2021-03-15KVM: x86: Defer the MMU unload to the normal path on an global INVPCIDSean Christopherson-1/+1
2021-03-15KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switchSean Christopherson-7/+2
2021-03-15KVM: x86/mmu: Set the C-bit in the PDPTRs and LM pseudo-PDPTRsSean Christopherson-2/+3
2021-03-15KVM: x86/mmu: Fix and unconditionally enable WARNs to detect PAE leaksSean Christopherson-4/+3
2021-03-15KVM: x86/mmu: Check PDPTRs before allocating PAE rootsSean Christopherson-6/+14
2021-03-15KVM: x86/mmu: Ensure MMU pages are available when allocating rootsSean Christopherson-48/+25
2021-03-15KVM: x86/mmu: Allocate pae_root and lm_root pages in dedicated helperSean Christopherson-30/+54
2021-03-15KVM: x86/mmu: Allocate the lm_root before allocating PAE rootsSean Christopherson-33/+31
2021-03-15KVM: x86/mmu: Capture 'mmu' in a local variable when allocating rootsSean Christopherson-28/+30
2021-03-15KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bitSean Christopherson-15/+29
2021-03-15KVM: x86: to track if L1 is running L2 VMDongli Zhang-0/+6
2021-03-14Linux 5.12-rc3v5.12-rc3Linus Torvalds-1/+1
2021-03-14prctl: fix PR_SET_MM_AUXV kernel stack leakAlexey Dobriyan-1/+1
2021-03-14Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-18/+8
2021-03-14Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-21/+39
2021-03-14Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-67/+63
2021-03-14Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-6/+7
2021-03-14Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-10/+9
2021-03-14Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-15/+51
2021-03-14Merge tag 'efi-urgent-for-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+16
2021-03-14Merge tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-29/+99
2021-03-14Merge tag 'powerpc-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-9/+20
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-81/+194
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds-214/+332
2021-03-14Merge tag 'irqchip-fixes-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner-286202/+488784
2021-03-13Merge tag 'char-misc-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-28/+97
2021-03-13Merge tag 'staging-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-38/+169
2021-03-13Merge tag 'tty-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-47/+13
2021-03-13Merge tag 'usb-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-107/+226
2021-03-13Merge tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-17/+11
2021-03-13Merge tag 'kbuild-fixes-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-21/+55
2021-03-13zram: fix broken page writebackMinchan Kim-3/+3
2021-03-13zram: fix return value on writeback_storeMinchan Kim-3/+8
2021-03-13mm/memcg: set memcg when splitting pageZhou Guanghui-0/+1