index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2020-08-06
71
-1212
/
+1633
|
\
|
*
Merge tag 'kvm-s390-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2020-08-03
7
-11
/
+23
|
|
\
|
|
*
s390/kvm: diagnose 0x318 sync and reset
Collin Walling
2020-06-23
5
-4
/
+20
|
|
*
s390/setup: diag 318: refactor struct
Collin Walling
2020-06-23
2
-6
/
+3
|
*
|
KVM: SVM: Fix sev_pin_memory() error handling
Dan Carpenter
2020-08-02
1
-10
/
+10
|
*
|
KVM: LAPIC: Set the TDCR settable bits
Wanpeng Li
2020-07-31
1
-1
/
+1
|
*
|
KVM: x86: Specify max TDP level via kvm_configure_mmu()
Sean Christopherson
2020-07-30
5
-10
/
+10
|
*
|
KVM: x86/mmu: Rename max_page_level to max_huge_page_level
Sean Christopherson
2020-07-30
1
-7
/
+7
|
*
|
KVM: x86: Dynamically calculate TDP level from max level and MAXPHYADDR
Sean Christopherson
2020-07-30
6
-14
/
+21
|
*
|
KVM: VXM: Remove temporary WARN on expected vs. actual EPTP level mismatch
Sean Christopherson
2020-07-30
1
-10
/
+0
|
*
|
KVM: x86: Pull the PGD's level from the MMU instead of recalculating it
Sean Christopherson
2020-07-30
6
-13
/
+27
|
*
|
KVM: VMX: Make vmx_load_mmu_pgd() static
Sean Christopherson
2020-07-30
2
-2
/
+1
|
*
|
KVM: x86/mmu: Add separate helper for shadow NPT root page role calc
Sean Christopherson
2020-07-30
1
-5
/
+25
|
*
|
KVM: VMX: Drop a duplicate declaration of construct_eptp()
Sean Christopherson
2020-07-30
1
-2
/
+0
|
*
|
KVM: nSVM: Correctly set the shadow NPT root level in its MMU role
Sean Christopherson
2020-07-30
2
-1
/
+3
|
*
|
KVM: Using macros instead of magic values
Haiwei Li
2020-07-27
1
-1
/
+2
|
*
|
MIPS: KVM: Fix build error caused by 'kvm_run' cleanup
Huacai Chen
2020-07-27
1
-1
/
+1
|
*
|
KVM: nSVM: remove nonsensical EXITINFO1 adjustment on nested NPF
Paolo Bonzini
2020-07-10
1
-7
/
+0
|
*
|
KVM: x86: Add a capability for GUEST_MAXPHYADDR < HOST_MAXPHYADDR support
Mohammed Gamal
2020-07-10
5
-1
/
+31
|
*
|
KVM: VMX: optimize #PF injection when MAXPHYADDR does not match
Paolo Bonzini
2020-07-10
1
-0
/
+10
|
*
|
KVM: VMX: Add guest physical address check in EPT violation and misconfig
Mohammed Gamal
2020-07-10
2
-4
/
+23
|
*
|
KVM: VMX: introduce vmx_need_pf_intercept
Paolo Bonzini
2020-07-10
3
-12
/
+23
|
*
|
KVM: x86: update exception bitmap on CPUID changes
Paolo Bonzini
2020-07-10
1
-0
/
+1
|
*
|
KVM: x86: rename update_bp_intercept to update_exception_bitmap
Paolo Bonzini
2020-07-10
4
-7
/
+6
|
*
|
KVM: x86: mmu: Add guest physical address check in translate_gpa()
Mohammed Gamal
2020-07-10
1
-0
/
+6
|
*
|
KVM: x86: mmu: Move translate_gpa() to mmu.c
Mohammed Gamal
2020-07-10
2
-6
/
+6
|
*
|
KVM: x86: Add helper functions for illegal GPA checking and page fault injection
Mohammed Gamal
2020-07-10
3
-0
/
+28
|
*
|
KVM: x86: drop superfluous mmu_check_root() from fast_pgd_switch()
Vitaly Kuznetsov
2020-07-10
1
-2
/
+1
|
*
|
KVM: nSVM: use nested_svm_load_cr3() on guest->host switch
Vitaly Kuznetsov
2020-07-10
1
-10
/
+7
|
*
|
KVM: nSVM: implement nested_svm_load_cr3() and use it for host->guest switch
Vitaly Kuznetsov
2020-07-10
2
-9
/
+31
|
*
|
KVM: nSVM: move kvm_set_cr3() after nested_svm_uninit_mmu_context()
Vitaly Kuznetsov
2020-07-10
1
-6
/
+8
|
*
|
KVM: nSVM: introduce nested_svm_load_cr3()/nested_npt_enabled()
Vitaly Kuznetsov
2020-07-10
1
-2
/
+19
|
*
|
KVM: nSVM: prepare to handle errors from enter_svm_guest_mode()
Vitaly Kuznetsov
2020-07-10
3
-14
/
+22
|
*
|
KVM: nSVM: reset nested_run_pending upon nested_svm_vmrun_msrpm() failure
Vitaly Kuznetsov
2020-07-10
1
-0
/
+2
|
*
|
KVM: MMU: stop dereferencing vcpu->arch.mmu to get the context for MMU init
Paolo Bonzini
2020-07-10
1
-11
/
+10
|
*
|
KVM: nSVM: split kvm_init_shadow_npt_mmu() from kvm_init_shadow_mmu()
Vitaly Kuznetsov
2020-07-10
3
-9
/
+28
|
*
|
KVM: x86: move MSR_IA32_PERF_CAPABILITIES emulation to common x86 code
Vitaly Kuznetsov
2020-07-10
3
-17
/
+22
|
*
|
KVM: MIPS: clean up redundant 'kvm_run' parameters
Tianjia Zhang
2020-07-10
5
-151
/
+87
|
*
|
KVM: arm64: clean up redundant 'kvm_run' parameters
Tianjia Zhang
2020-07-10
8
-50
/
+46
|
*
|
KVM: s390: clean up redundant 'kvm_run' parameters
Tianjia Zhang
2020-07-10
1
-8
/
+15
|
*
|
MIPS: KVM: Remove outdated README
Jiaxun Yang
2020-07-10
1
-31
/
+0
|
*
|
MIPS: KVM: Limit Trap-and-Emulate to MIPS32R2 only
Jiaxun Yang
2020-07-10
2
-1
/
+3
|
*
|
KVM: MIPS: Use common KVM implementation of MMU memory caches
Sean Christopherson
2020-07-09
4
-47
/
+12
|
*
|
KVM: MIPS: Account pages used for GPA page tables
Sean Christopherson
2020-07-09
1
-1
/
+1
|
*
|
KVM: MIPS: Drop @max param from mmu_topup_memory_cache()
Sean Christopherson
2020-07-09
1
-8
/
+4
|
*
|
KVM: arm64: Use common KVM implementation of MMU memory caches
Sean Christopherson
2020-07-09
4
-55
/
+19
|
*
|
KVM: arm64: Use common code's approach for __GFP_ZERO with memory caches
Sean Christopherson
2020-07-09
3
-2
/
+6
|
*
|
KVM: arm64: Drop @max param from mmu_topup_memory_cache()
Sean Christopherson
2020-07-09
1
-8
/
+4
|
*
|
KVM: Move x86's MMU memory cache helpers to common KVM code
Sean Christopherson
2020-07-09
3
-53
/
+62
|
*
|
KVM: Move x86's version of struct kvm_mmu_memory_cache to common code
Sean Christopherson
2020-07-09
8
-13
/
+35
[next]