Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
a43cac0d9dc2073ff2245a171429ddbe1accece7
/
arch
/
x86
/
kvm
96db800
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
by Vlastimil Babka
· 9 years ago
5778077
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
44e98ed
Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
a5dd192
Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixes
by Ingo Molnar
· 9 years ago
4d283ec
x86/kvm: Rename VMX's segment access rights defines
by Andy Lutomirski
· 9 years ago
b6bb424b
KVM: x86/vPMU: Fix unnecessary signed extension for AMD PERFCTRn
by Wei Huang
· 9 years ago
603242a
kvm: x86: Fix error handling in the function kvm_lapic_sync_from_vapic
by Nicholas Krause
· 9 years ago
d7add05
KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUST
by Haozhong Zhang
· 9 years ago
18c3626
KVM: x86: zero IDT limit on entry to SMM
by Paolo Bonzini
· 9 years ago
f735d4a
KVM: VMX: drop ept misconfig check
by Xiao Guangrong
· 9 years ago
47ab875
KVM: MMU: fully check zero bits for sptes
by Xiao Guangrong
· 9 years ago
d625b15
KVM: MMU: introduce is_shadow_zero_bits_set()
by Xiao Guangrong
· 9 years ago
c258b62
KVM: MMU: introduce the framework to check zero bits on sptes
by Xiao Guangrong
· 9 years ago
81b8eeb
KVM: MMU: split reset_rsvds_bits_mask_ept
by Xiao Guangrong
· 9 years ago
6dc98b8
KVM: MMU: split reset_rsvds_bits_mask
by Xiao Guangrong
· 9 years ago
a0a64f5
KVM: MMU: introduce rsvd_bits_validate
by Xiao Guangrong
· 9 years ago
d2b0f98
KVM: MMU: move FNAME(is_rsvd_bits_set) to mmu.c
by Xiao Guangrong
· 9 years ago
6f69125
KVM: MMU: fix validation of mmio page fault
by Xiao Guangrong
· 9 years ago
9c33ae0
KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ON
by Alex Williamson
· 9 years ago
fc1a812
KVM: MTRR: Use default type for non-MTRR-covered gfn before WARN_ON
by Alex Williamson
· 9 years ago
5b929bd
Merge branch 'x86/urgent' into x86/asm, before applying dependent patches
by Ingo Molnar
· 9 years ago
71ba994
KVM: x86: clean/fix memory barriers in irqchip_in_kernel
by Paolo Bonzini
· 9 years ago
c847fe8
KVM: x86: remove unnecessary memory barriers for shared MSRs
by Paolo Bonzini
· 9 years ago
d71ba78
KVM: move code related to KVM_SET_BOOT_CPU_ID to x86
by Paolo Bonzini
· 9 years ago
5492830
KVM: svm: handle KVM_X86_QUIRK_CD_NW_CLEARED in svm_get_mt_mask
by Paolo Bonzini
· 10 years ago
5f3d45e
kvm/x86: add support for MONITOR_TRAP_FLAG
by Mihai Donțu
· 10 years ago
2ce7918
kvm/x86: add sending hyper-v crash notification to user space
by Andrey Smetanin
· 10 years ago
e7d9513
kvm/x86: added hyper-v crash msrs into kvm hyperv context
by Andrey Smetanin
· 10 years ago
e83d588
kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file
by Andrey Smetanin
· 10 years ago
f9eb4af
KVM: nVMX: VMX instructions: add checks for #GP/#SS exceptions
by Eugene Korenevsky
· 10 years ago
0da029e
KVM: x86: rename quirk constants to KVM_X86_QUIRK_*
by Paolo Bonzini
· 9 years ago
fb279950
KVM: vmx: obey KVM_QUIRK_CD_NW_CLEARED
by Xiao Guangrong
· 10 years ago
41dbc6b
KVM: x86: introduce kvm_check_has_quirk
by Paolo Bonzini
· 9 years ago
3e5d2fd
KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type
by Xiao Guangrong
· 10 years ago
10dc331
KVM: MTRR: fix memory type handling if MTRR is completely disabled
by Xiao Guangrong
· 10 years ago
ee4100d
kvm: x86: fix load xsave feature warning
by Wanpeng Li
· 10 years ago
fd717f1
KVM: x86: apply guest MTRR virtualization on host reserved pages
by Paolo Bonzini
· 10 years ago
e098223
KVM: SVM: Sync g_pat with guest-written PAT value
by Jan Kiszka
· 10 years ago
3c2e7f7
KVM: SVM: use NPT page attributes
by Paolo Bonzini
· 10 years ago
5544eb9
KVM: count number of assigned devices
by Paolo Bonzini
· 10 years ago
370777d
KVM: VMX: fix vmwrite to invalid VMCS
by Radim Krčmář
· 10 years ago
d1fe921
KVM: x86: reintroduce kvm_is_mmio_pfn
by Paolo Bonzini
· 10 years ago
03b9730
x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sites
by Andy Lutomirski
· 10 years ago
4ea1636
x86/asm/tsc: Rename native_read_tsc() to rdtsc()
by Andy Lutomirski
· 10 years ago
87be28a
x86/asm/tsc: Replace rdtscll() with native_read_tsc()
by Andy Lutomirski
· 10 years ago
881d7bf
x86/asm/tsc, kvm: Remove vget_cycles()
by Andy Lutomirski
· 10 years ago
b0996ae
KVM: x86: remove data variable from kvm_get_msr_common
by Nicolas Iooss
· 10 years ago
59fd132
KVM: x86: keep track of LVT0 changes under APICv
by Radim Krčmář
· 10 years ago
db13856
KVM: x86: properly restore LVT0
by Radim Krčmář
· 10 years ago
4272013
KVM: x86: make vapics_in_nmi_mode atomic
by Radim Krčmář
· 10 years ago
02201e3
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
e382608
Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
4e24155
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
6912ac3
KVM: x86/vPMU: Enable PMU handling for AMD PERFCTRn and EVNTSELn MSRs
by Wei Huang
· 10 years ago
ca72430
KVM: x86/vPMU: Implement AMD vPMU code for KVM
by Wei Huang
· 10 years ago
25462f7
KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch
by Wei Huang
· 10 years ago
41aac14
KVM: x86/vPMU: introduce kvm_pmu_msr_idx_to_pmc
by Wei Huang
· 10 years ago
e75c73a
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
e5af058
KVM: x86/vPMU: reorder PMU functions
by Wei Huang
· 10 years ago
e84cfe4
KVM: x86/vPMU: whitespace and stylistic adjustments in PMU code
by Wei Huang
· 10 years ago
212dba1
KVM: x86/vPMU: use the new macros to go between PMC, PMU and VCPU
by Wei Huang
· 10 years ago
474a5bb
KVM: x86/vPMU: introduce pmu.h header
by Wei Huang
· 10 years ago
c6702c9
KVM: x86/vPMU: rename a few PMU functions
by Wei Huang
· 10 years ago
6a39bbc
KVM: MTRR: do not map huge page for non-consistent range
by Xiao Guangrong
· 10 years ago
fa61213
KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type
by Xiao Guangrong
· 10 years ago
f571c09
KVM: MTRR: introduce mtrr_for_each_mem_type
by Xiao Guangrong
· 10 years ago
f7bfb57
KVM: MTRR: introduce fixed_mtrr_addr_* functions
by Xiao Guangrong
· 10 years ago
19efffa
KVM: MTRR: sort variable MTRRs
by Xiao Guangrong
· 10 years ago
a13842d
KVM: MTRR: introduce var_mtrr_range
by Xiao Guangrong
· 10 years ago
de9aef5
KVM: MTRR: introduce fixed_mtrr_segment table
by Xiao Guangrong
· 10 years ago
3f3f78b
KVM: MTRR: improve kvm_mtrr_get_guest_memory_type
by Xiao Guangrong
· 10 years ago
86fd527
KVM: MTRR: do not split 64 bits MSR content
by Xiao Guangrong
· 10 years ago
10fac2d
KVM: MTRR: clean up mtrr default type
by Xiao Guangrong
· 10 years ago
70109e7
KVM: MTRR: remove mtrr_state.have_fixed
by Xiao Guangrong
· 10 years ago
eb83991
KVM: MTRR: handle MSR_MTRRcap in kvm_mtrr_get_msr
by Xiao Guangrong
· 10 years ago
ff53604
KVM: x86: move MTRR related code to a separate file
by Xiao Guangrong
· 10 years ago
b18d543
KVM: x86: fix CR0.CD virtualization
by Xiao Guangrong
· 10 years ago
f104765
KVM: nSVM: Check for NRIPS support before updating control field
by Bandan Das
· 10 years ago
32e0e38
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 10 years ago
b6ac069
KVM: x86: fix lapic.timer_mode on restore
by Radim Krčmář
· 10 years ago
5ec45a1
arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug
by Andrew Morton
· 10 years ago
e80a4a9
KVM: x86: mark legacy PCI device assignment as deprecated
by Paolo Bonzini
· 10 years ago
6d396b5
KVM: x86: advertise KVM_CAP_X86_SMM
by Paolo Bonzini
· 10 years ago
699023e
KVM: x86: add SMM to the MMU role, support SMRAM address space
by Paolo Bonzini
· 10 years ago
9da0e4d
KVM: x86: work on all available address spaces
by Paolo Bonzini
· 10 years ago
54bf36a
KVM: x86: use vcpu-specific functions to read/write/translate GFNs
by Paolo Bonzini
· 10 years ago
e4cd1da
KVM: x86: pass struct kvm_mmu_page to gfn_to_rmap
by Paolo Bonzini
· 10 years ago
660a5d5
KVM: x86: save/load state on SMM switch
by Paolo Bonzini
· 10 years ago
cd7764f
KVM: x86: latch INITs while in system management mode
by Paolo Bonzini
· 10 years ago
64d6067
KVM: x86: stubs for SMM support
by Paolo Bonzini
· 10 years ago
f077825
KVM: x86: API changes for SMM support
by Paolo Bonzini
· 10 years ago
a584539
KVM: x86: pass the whole hflags field to emulator and back
by Paolo Bonzini
· 10 years ago
609e36d
KVM: x86: pass host_initiated to functions that read MSRs
by Paolo Bonzini
· 10 years ago
62ef68b
KVM: x86: introduce num_emulated_msrs
by Paolo Bonzini
· 10 years ago
e69fab5
KVM: x86: clear hidden CPU state at reset time
by Paolo Bonzini
· 10 years ago
ce40cd3f
kvm: x86: fix kvm_apic_has_events to check for NULL pointer
by Paolo Bonzini
· 10 years ago
e194bbd
kvm: x86: default legacy PCI device assignment support to "n"
by Paolo Bonzini
· 10 years ago
b7e60c5
KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR
by Marcelo Tosatti
· 10 years ago
4141259
arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug
by Andrew Morton
· 10 years ago
e453aa0
KVM: x86: Allow ARAT CPU feature
by Jan Kiszka
· 10 years ago
Next »