index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-19
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-89
/
+442
2018-08-14
kvm: x86: Set highest physical address bits in non-present/reserved SPTEs
Junaid Shahid
1
-5
/
+38
2018-08-06
KVM: x86: Skip pae_root shadow allocation if tdp enabled
Liang Chen
1
-0
/
+3
2018-08-06
KVM/MMU: Combine flushing remote tlb in mmu_set_spte()
Tianyu Lan
1
-3
/
+4
2018-08-06
KVM/MMU: Simplify __kvm_sync_page() function
Tianyu Lan
1
-6
/
+2
2018-08-06
kvm: x86: Add multi-entry LRU cache for previous CR3s
Junaid Shahid
1
-33
/
+78
2018-08-06
kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*
Junaid Shahid
1
-3
/
+11
2018-08-06
kvm: x86: Skip shadow page resync on CR3 switch when indicated by guest
Junaid Shahid
1
-3
/
+30
2018-08-06
kvm: x86: Support selectively freeing either current or previous MMU root
Junaid Shahid
1
-14
/
+22
2018-08-06
kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()
Junaid Shahid
1
-7
/
+29
2018-08-06
kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guest
Junaid Shahid
1
-9
/
+19
2018-08-06
kvm: vmx: Support INVPCID in shadow paging mode
Junaid Shahid
1
-0
/
+18
2018-08-06
kvm: x86: Add ability to skip TLB flush when switching CR3
Junaid Shahid
1
-0
/
+2
2018-08-06
kvm: x86: Use fast CR3 switch for nested VMX
Junaid Shahid
1
-2
/
+4
2018-08-06
kvm: x86: Support resetting the MMU context without resetting roots
Junaid Shahid
1
-17
/
+9
2018-08-06
kvm: x86: Add support for fast CR3 switch across different MMU modes
Junaid Shahid
1
-6
/
+15
2018-08-06
kvm: x86: Introduce KVM_REQ_LOAD_CR3
Junaid Shahid
1
-2
/
+1
2018-08-06
kvm: x86: Introduce kvm_mmu_calc_root_page_role()
Junaid Shahid
1
-27
/
+85
2018-08-06
kvm: x86: Add fast CR3 switch code path
Junaid Shahid
1
-5
/
+58
2018-08-06
kvm: x86: Avoid taking MMU lock in kvm_mmu_sync_roots if no sync is needed
Junaid Shahid
1
-8
/
+67
2018-08-06
kvm: x86: Make sync_page() flush remote TLBs once only
Junaid Shahid
1
-4
/
+12
2018-08-05
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
1
-1
/
+1
2018-07-27
kvm, mm: account shadow page tables to kmemcg
Shakeel Butt
1
-1
/
+1
2018-07-04
x86/KVM/VMX: Add L1D flush logic
Paolo Bonzini
1
-0
/
+1
2018-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-36
/
+42
2018-05-24
KVM: x86: remove obsolete EXPORT... of handle_mmio_page_fault
Sean Christopherson
1
-1
/
+0
2018-05-14
kvm: mmu: Don't expose private memslots to L2
Jim Mattson
1
-0
/
+8
2018-05-14
kvm: mmu: Add guest_mode to kvm_mmu_page_role
Jim Mattson
1
-1
/
+4
2018-05-14
kvm: x86: Refactor mmu_free_roots()
Junaid Shahid
1
-34
/
+30
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+1
2018-04-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2018-04-04
Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"
Sean Christopherson
1
-1
/
+1
2018-03-16
KVM: x86: Fix device passthrough when SME is active
Tom Lendacky
1
-1
/
+3
2018-02-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2018-02-24
KVM: X86: Fix SMRAM accessing even if VM is shutdown
Wanpeng Li
1
-1
/
+1
2018-02-15
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+5
2018-02-13
KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by...
David Woodhouse
1
-5
/
+5
2018-02-01
Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Radim Krčmář
1
-7
/
+12
2018-01-16
KVM: MMU: consider host cache mode in MMIO page check
Haozhong Zhang
1
-1
/
+13
2018-01-16
Merge branch 'sev-v9-p2' of https://github.com/codomania/kvm
Paolo Bonzini
1
-0
/
+10
2018-01-11
x86: kvm: propagate register_shrinker return code
Arnd Bergmann
1
-6
/
+10
2018-01-11
KVM MMU: check pending exception before injecting APF
Haozhong Zhang
1
-1
/
+2
2017-12-14
x86: kvm: mmu: make kvm_mmu_clear_all_pte_masks static
Gimcuan Hui
1
-1
/
+1
2017-12-14
KVM: MMU: Fix infinite loop when there is no available mmu page
Wanpeng Li
1
-4
/
+4
2017-12-04
KVM: X86: Restart the guest when insn_len is zero and SEV is enabled
Brijesh Singh
1
-0
/
+10
2017-11-17
Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-61
/
+54
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-2
/
+2
2017-10-12
KVM: x86: extend usage of RET_MMIO_PF_* constants
Paolo Bonzini
1
-49
/
+46
2017-10-12
KVM: SVM: limit kvm_handle_page_fault to #PF handling
Paolo Bonzini
1
-3
/
+2
2017-10-12
arch/x86: remove redundant null checks before kmem_cache_destroy
Tim Hansen
1
-4
/
+2
[next]