index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'x86/urgent' into x86/asm, before applying dependent patches
Ingo Molnar
2015-07-31
9
-34
/
+179
|
\
|
*
KVM: x86: rename quirk constants to KVM_X86_QUIRK_*
Paolo Bonzini
2015-07-23
3
-3
/
+3
|
*
KVM: vmx: obey KVM_QUIRK_CD_NW_CLEARED
Xiao Guangrong
2015-07-23
1
-1
/
+4
|
*
KVM: x86: introduce kvm_check_has_quirk
Paolo Bonzini
2015-07-23
3
-2
/
+7
|
*
KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type
Xiao Guangrong
2015-07-23
1
-9
/
+10
|
*
KVM: MTRR: fix memory type handling if MTRR is completely disabled
Xiao Guangrong
2015-07-23
1
-1
/
+20
|
*
kvm: x86: fix load xsave feature warning
Wanpeng Li
2015-07-10
1
-2
/
+1
|
*
KVM: x86: apply guest MTRR virtualization on host reserved pages
Paolo Bonzini
2015-07-10
2
-13
/
+5
|
*
KVM: SVM: Sync g_pat with guest-written PAT value
Jan Kiszka
2015-07-10
1
-0
/
+10
|
*
KVM: SVM: use NPT page attributes
Paolo Bonzini
2015-07-10
1
-5
/
+96
|
*
KVM: count number of assigned devices
Paolo Bonzini
2015-07-10
2
-0
/
+20
|
*
KVM: VMX: fix vmwrite to invalid VMCS
Radim Krčmář
2015-07-10
2
-5
/
+2
|
*
KVM: x86: reintroduce kvm_is_mmio_pfn
Paolo Bonzini
2015-07-10
1
-1
/
+9
*
|
x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites
Andy Lutomirski
2015-07-06
1
-14
/
+2
*
|
x86/asm/tsc: Rename native_read_tsc() to rdtsc()
Andy Lutomirski
2015-07-06
4
-12
/
+12
*
|
x86/asm/tsc: Replace rdtscll() with native_read_tsc()
Andy Lutomirski
2015-07-06
1
-1
/
+1
*
|
x86/asm/tsc, kvm: Remove vget_cycles()
Andy Lutomirski
2015-07-06
1
-1
/
+1
|
/
*
KVM: x86: remove data variable from kvm_get_msr_common
Nicolas Iooss
2015-07-03
1
-3
/
+1
*
KVM: x86: keep track of LVT0 changes under APICv
Radim Krčmář
2015-07-03
2
-6
/
+9
*
KVM: x86: properly restore LVT0
Radim Krčmář
2015-07-03
1
-0
/
+1
*
KVM: x86: make vapics_in_nmi_mode atomic
Radim Krčmář
2015-07-03
2
-3
/
+3
*
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2015-07-01
1
-1
/
+1
|
\
|
*
kernel/params: constify struct kernel_param_ops uses
Luis R. Rodriguez
2015-05-28
1
-1
/
+1
*
|
Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2015-06-26
3
-3
/
+3
|
\
\
|
*
|
tracing: Rename ftrace_event.h to trace_events.h
Steven Rostedt (Red Hat)
2015-05-13
3
-3
/
+3
*
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2015-06-24
24
-1281
/
+3212
|
\
\
\
|
*
|
|
KVM: x86/vPMU: Enable PMU handling for AMD PERFCTRn and EVNTSELn MSRs
Wei Huang
2015-06-23
1
-42
/
+9
|
*
|
|
KVM: x86/vPMU: Implement AMD vPMU code for KVM
Wei Huang
2015-06-23
1
-6
/
+116
|
*
|
|
KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch
Wei Huang
2015-06-23
7
-338
/
+602
|
*
|
|
KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmc
Wei Huang
2015-06-23
1
-6
/
+18
|
*
|
|
KVM: x86/vPMU: reorder PMU functions
Wei Huang
2015-06-19
1
-78
/
+78
|
*
|
|
KVM: x86/vPMU: whitespace and stylistic adjustments in PMU code
Wei Huang
2015-06-19
1
-48
/
+64
|
*
|
|
KVM: x86/vPMU: use the new macros to go between PMC, PMU and VCPU
Wei Huang
2015-06-19
1
-20
/
+18
|
*
|
|
KVM: x86/vPMU: introduce pmu.h header
Wei Huang
2015-06-19
4
-6
/
+30
|
*
|
|
KVM: x86/vPMU: rename a few PMU functions
Wei Huang
2015-06-19
3
-43
/
+43
|
*
|
|
KVM: MTRR: do not map huge page for non-consistent range
Xiao Guangrong
2015-06-19
3
-1
/
+50
|
*
|
|
KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type
Xiao Guangrong
2015-06-19
1
-48
/
+16
|
*
|
|
KVM: MTRR: introduce mtrr_for_each_mem_type
Xiao Guangrong
2015-06-19
1
-0
/
+188
|
*
|
|
KVM: MTRR: introduce fixed_mtrr_addr_* functions
Xiao Guangrong
2015-06-19
1
-0
/
+25
|
*
|
|
KVM: MTRR: sort variable MTRRs
Xiao Guangrong
2015-06-19
3
-11
/
+42
|
*
|
|
KVM: MTRR: introduce var_mtrr_range
Xiao Guangrong
2015-06-19
1
-6
/
+17
|
*
|
|
KVM: MTRR: introduce fixed_mtrr_segment table
Xiao Guangrong
2015-06-19
1
-53
/
+147
|
*
|
|
KVM: MTRR: improve kvm_mtrr_get_guest_memory_type
Xiao Guangrong
2015-06-19
1
-45
/
+49
|
*
|
|
KVM: MTRR: do not split 64 bits MSR content
Xiao Guangrong
2015-06-19
1
-22
/
+10
|
*
|
|
KVM: MTRR: clean up mtrr default type
Xiao Guangrong
2015-06-19
1
-12
/
+28
|
*
|
|
KVM: MTRR: remove mtrr_state.have_fixed
Xiao Guangrong
2015-06-19
2
-5
/
+3
|
*
|
|
KVM: MTRR: handle MSR_MTRRcap in kvm_mtrr_get_msr
Xiao Guangrong
2015-06-19
2
-2
/
+12
|
*
|
|
KVM: x86: move MTRR related code to a separate file
Xiao Guangrong
2015-06-19
6
-317
/
+342
|
*
|
|
KVM: x86: fix CR0.CD virtualization
Xiao Guangrong
2015-06-19
2
-10
/
+26
|
*
|
|
KVM: nSVM: Check for NRIPS support before updating control field
Bandan Das
2015-06-19
1
-2
/
+6
[next]