index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2021-03-15
KVM: nSVM: Trace VM-Enter consistency check failures
Sean Christopherson
-14
/
+19
2021-03-15
KVM: x86: Move nVMX's consistency check macro to common code
Sean Christopherson
-7
/
+9
2021-03-15
KVM: nSVM: Add missing checks for reserved bits to svm_set_nested_state()
Krish Sadhukhan
-15
/
+39
2021-03-15
KVM: nSVM: only copy L1 non-VMLOAD/VMSAVE data in svm_set_nested_state()
Paolo Bonzini
-2
/
+18
2021-03-15
KVM: nSVM: do not mark all VMCB02 fields dirty on nested vmexit
Paolo Bonzini
-6
/
+12
2021-03-15
KVM: nSVM: do not mark all VMCB01 fields dirty on nested vmexit
Paolo Bonzini
-4
/
+5
2021-03-15
KVM: nSVM: do not copy vmcb01->control blindly to vmcb02->control
Paolo Bonzini
-2
/
+21
2021-03-15
KVM: nSVM: rename functions and variables according to vmcbXY nomenclature
Paolo Bonzini
-24
/
+23
2021-03-15
KVM: nSVM: Track the ASID generation of the vmcb vmrun through the vmcb
Cathy Avery
-15
/
+8
2021-03-15
KVM: nSVM: Track the physical cpu of the vmcb vmrun through the vmcb
Cathy Avery
-8
/
+16
2021-03-15
KVM: SVM: Use a separate vmcb for the nested L2 guest
Cathy Avery
-105
/
+135
2021-03-15
KVM: nSVM: Set the shadow root level to the TDP level for nested NPT
Sean Christopherson
-3
/
+8
2021-03-15
KVM: SVM: Don't strip the C-bit from CR2 on #PF interception
Sean Christopherson
-1
/
+1
2021-03-15
KVM: x86/mmu: WARN on NULL pae_root or lm_root, or bad shadow root level
Sean Christopherson
-2
/
+13
2021-03-15
KVM: x86/mmu: Sync roots after MMU load iff load as successful
Sean Christopherson
-2
/
+3
2021-03-15
KVM: x86/mmu: Unexport MMU load/unload functions
Sean Christopherson
-5
/
+4
2021-03-15
KVM: x86: Defer the MMU unload to the normal path on an global INVPCID
Sean Christopherson
-1
/
+1
2021-03-15
KVM: nVMX: Defer the MMU reload to the normal path on an EPTP switch
Sean Christopherson
-7
/
+2
2021-03-15
KVM: x86/mmu: Set the C-bit in the PDPTRs and LM pseudo-PDPTRs
Sean Christopherson
-2
/
+3
2021-03-15
KVM: x86/mmu: Fix and unconditionally enable WARNs to detect PAE leaks
Sean Christopherson
-4
/
+3
2021-03-15
KVM: x86/mmu: Check PDPTRs before allocating PAE roots
Sean Christopherson
-6
/
+14
2021-03-15
KVM: x86/mmu: Ensure MMU pages are available when allocating roots
Sean Christopherson
-48
/
+25
2021-03-15
KVM: x86/mmu: Allocate pae_root and lm_root pages in dedicated helper
Sean Christopherson
-30
/
+54
2021-03-15
KVM: x86/mmu: Allocate the lm_root before allocating PAE roots
Sean Christopherson
-33
/
+31
2021-03-15
KVM: x86/mmu: Capture 'mmu' in a local variable when allocating roots
Sean Christopherson
-28
/
+30
2021-03-15
KVM: x86/mmu: Alloc page for PDPTEs when shadowing 32-bit NPT with 64-bit
Sean Christopherson
-15
/
+29
2021-03-15
KVM: x86: to track if L1 is running L2 VM
Dongli Zhang
-0
/
+6
2021-03-14
Linux 5.12-rc3
v5.12-rc3
Linus Torvalds
-1
/
+1
2021-03-14
prctl: fix PR_SET_MM_AUXV kernel stack leak
Alexey Dobriyan
-1
/
+1
2021-03-14
Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-18
/
+8
2021-03-14
Merge tag 'timers-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-21
/
+39
2021-03-14
Merge tag 'sched-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-67
/
+63
2021-03-14
Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-6
/
+7
2021-03-14
Merge tag 'locking-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-10
/
+9
2021-03-14
Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-15
/
+51
2021-03-14
Merge tag 'efi-urgent-for-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-0
/
+16
2021-03-14
Merge tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-29
/
+99
2021-03-14
Merge tag 'powerpc-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-9
/
+20
2021-03-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-81
/
+194
2021-03-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-214
/
+332
2021-03-14
Merge tag 'irqchip-fixes-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel...
Thomas Gleixner
-286202
/
+488784
2021-03-13
Merge tag 'char-misc-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-28
/
+97
2021-03-13
Merge tag 'staging-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-38
/
+169
2021-03-13
Merge tag 'tty-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-47
/
+13
2021-03-13
Merge tag 'usb-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
-107
/
+226
2021-03-13
Merge tag 'erofs-for-5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-17
/
+11
2021-03-13
Merge tag 'kbuild-fixes-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-21
/
+55
2021-03-13
zram: fix broken page writeback
Minchan Kim
-3
/
+3
2021-03-13
zram: fix return value on writeback_store
Minchan Kim
-3
/
+8
2021-03-13
mm/memcg: set memcg when splitting page
Zhou Guanghui
-0
/
+1
[next]