index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
/
mtrr.c
Age
Commit message (
Expand
)
Author
2017-08-07
KVM: x86: generalize guest_cpuid_has_ helpers
Radim Krčmář
2016-07-05
KVM: MTRR: fix kvm_mtrr_check_gfn_range_consistency page fault
Alexis Dambricourt
2016-05-18
KVM: MTRR: remove MSR 0x2f8
Andy Honig
2015-12-22
KVM: MTRR: treat memory as writeback if MTRR is disabled in guest CPUID
Paolo Bonzini
2015-12-22
KVM: MTRR: observe maxphyaddr from guest CPUID, not host
Paolo Bonzini
2015-12-22
KVM: MTRR: fix fixed MTRR segment look up
Alexis Dambricourt
2015-08-05
KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ON
Alex Williamson
2015-07-23
KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type
Xiao Guangrong
2015-07-23
KVM: MTRR: fix memory type handling if MTRR is completely disabled
Xiao Guangrong
2015-06-19
KVM: MTRR: do not map huge page for non-consistent range
Xiao Guangrong
2015-06-19
KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type
Xiao Guangrong
2015-06-19
KVM: MTRR: introduce mtrr_for_each_mem_type
Xiao Guangrong
2015-06-19
KVM: MTRR: introduce fixed_mtrr_addr_* functions
Xiao Guangrong
2015-06-19
KVM: MTRR: sort variable MTRRs
Xiao Guangrong
2015-06-19
KVM: MTRR: introduce var_mtrr_range
Xiao Guangrong
2015-06-19
KVM: MTRR: introduce fixed_mtrr_segment table
Xiao Guangrong
2015-06-19
KVM: MTRR: improve kvm_mtrr_get_guest_memory_type
Xiao Guangrong
2015-06-19
KVM: MTRR: do not split 64 bits MSR content
Xiao Guangrong
2015-06-19
KVM: MTRR: clean up mtrr default type
Xiao Guangrong
2015-06-19
KVM: MTRR: remove mtrr_state.have_fixed
Xiao Guangrong
2015-06-19
KVM: MTRR: handle MSR_MTRRcap in kvm_mtrr_get_msr
Xiao Guangrong
2015-06-19
KVM: x86: move MTRR related code to a separate file
Xiao Guangrong