index
:
litmus-rt-ext-res.git
5.4-EXT-RES
EXT-RES
WIP
budgeting
forbidden-zones
omlp
update_litmus_2019
LITMUS^RT with extended reservations for Forbidden Zones paper @ RTAS'20
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mmu.c
Commit message (
Expand
)
Author
Age
*
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-10-25
|
\
|
*
KVM: x86: reintroduce pte_list_remove, but including mmu_spte_clear_track_bits
Wei Yang
2018-10-16
|
*
KVM: x86: rename pte_list_remove to __pte_list_remove
Wei Yang
2018-10-16
|
*
kvm/x86 : fix some typo
Peng Hao
2018-10-16
|
*
x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu()
Vitaly Kuznetsov
2018-10-16
|
*
x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is needed
Vitaly Kuznetsov
2018-10-16
|
*
x86/kvm/nVMX: introduce source data cache for kvm_init_shadow_ept_mmu()
Vitaly Kuznetsov
2018-10-16
|
*
x86/kvm/mmu: make space for source data caching in struct kvm_mmu
Vitaly Kuznetsov
2018-10-16
|
*
x86/kvm/mmu: get rid of redundant kvm_mmu_setup()
Paolo Bonzini
2018-10-16
|
*
x86/kvm/mmu: introduce guest_mmu
Vitaly Kuznetsov
2018-10-16
|
*
x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()
Vitaly Kuznetsov
2018-10-16
|
*
x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()
Vitaly Kuznetsov
2018-10-16
|
*
x86/kvm/mmu: make vcpu->mmu a pointer to the current MMU
Vitaly Kuznetsov
2018-10-16
|
*
KVM: x86: return 0 in case kvm_mmu_memory_cache has min number of objects
Wei Yang
2018-10-16
*
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-10-24
|
\
\
|
|
/
|
/
|
|
*
signal/x86: Use send_sig_mceerr as apropriate
Eric W. Biederman
2018-09-19
*
|
KVM: x86: fix L1TF's MMIO GFN calculation
Sean Christopherson
2018-10-01
*
|
KVM/MMU: Fix comment in walk_shadow_page_lockless_end()
Tianyu Lan
2018-09-19
*
|
KVM: x86: don't reset root in kvm_mmu_setup()
Wei Yang
2018-09-19
*
|
Merge tag 'kvm-arm-fixes-for-v4.19-v2' of git://git.kernel.org/pub/scm/linux/...
Radim Krčmář
2018-09-07
|
\
\
|
*
|
KVM: Remove obsolete kvm_unmap_hva notifier backend
Marc Zyngier
2018-09-07
|
|
/
*
|
KVM: x86: Do not re-{try,execute} after failed emulation in L2
Sean Christopherson
2018-08-30
*
|
KVM: x86: Default to not allowing emulation retry in kvm_mmu_page_fault
Sean Christopherson
2018-08-30
*
|
KVM: x86: Merge EMULTYPE_RETRY and EMULTYPE_ALLOW_REEXECUTE
Sean Christopherson
2018-08-30
*
|
KVM: x86: Invert emulation re-execute behavior to make it opt-in
Sean Christopherson
2018-08-30
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-08-19
|
\
|
*
kvm: x86: Set highest physical address bits in non-present/reserved SPTEs
Junaid Shahid
2018-08-14
|
*
KVM: x86: Skip pae_root shadow allocation if tdp enabled
Liang Chen
2018-08-06
|
*
KVM/MMU: Combine flushing remote tlb in mmu_set_spte()
Tianyu Lan
2018-08-06
|
*
KVM/MMU: Simplify __kvm_sync_page() function
Tianyu Lan
2018-08-06
|
*
kvm: x86: Add multi-entry LRU cache for previous CR3s
Junaid Shahid
2018-08-06
|
*
kvm: x86: Flush only affected TLB entries in kvm_mmu_invlpg*
Junaid Shahid
2018-08-06
|
*
kvm: x86: Skip shadow page resync on CR3 switch when indicated by guest
Junaid Shahid
2018-08-06
|
*
kvm: x86: Support selectively freeing either current or previous MMU root
Junaid Shahid
2018-08-06
|
*
kvm: x86: Add a root_hpa parameter to kvm_mmu->invlpg()
Junaid Shahid
2018-08-06
|
*
kvm: x86: Skip TLB flush on fast CR3 switch when indicated by guest
Junaid Shahid
2018-08-06
|
*
kvm: vmx: Support INVPCID in shadow paging mode
Junaid Shahid
2018-08-06
|
*
kvm: x86: Add ability to skip TLB flush when switching CR3
Junaid Shahid
2018-08-06
|
*
kvm: x86: Use fast CR3 switch for nested VMX
Junaid Shahid
2018-08-06
|
*
kvm: x86: Support resetting the MMU context without resetting roots
Junaid Shahid
2018-08-06
|
*
kvm: x86: Add support for fast CR3 switch across different MMU modes
Junaid Shahid
2018-08-06
|
*
kvm: x86: Introduce KVM_REQ_LOAD_CR3
Junaid Shahid
2018-08-06
|
*
kvm: x86: Introduce kvm_mmu_calc_root_page_role()
Junaid Shahid
2018-08-06
|
*
kvm: x86: Add fast CR3 switch code path
Junaid Shahid
2018-08-06
|
*
kvm: x86: Avoid taking MMU lock in kvm_mmu_sync_roots if no sync is needed
Junaid Shahid
2018-08-06
|
*
kvm: x86: Make sync_page() flush remote TLBs once only
Junaid Shahid
2018-08-06
*
|
Merge 4.18-rc7 into master to pick up the KVM dependcy
Thomas Gleixner
2018-08-05
|
\
\
|
*
|
kvm, mm: account shadow page tables to kmemcg
Shakeel Butt
2018-07-26
|
|
/
*
/
x86/KVM/VMX: Add L1D flush logic
Paolo Bonzini
2018-07-04
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2018-06-12
|
\
[next]