Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2860c4b1678646c99f5f1d77d026cd12ffd8a3a9
/
arch
/
x86
/
kvm
/
x86.c
2860c4b
KVM: move architecture-dependent requests to arch/
by Paolo Bonzini
· 9 years ago
1dab134
kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clock
by Nicholas Krause
· 9 years ago
1f4b34f
kvm/x86: Hyper-V SynIC timers
by Andrey Smetanin
· 9 years ago
9dbe6cf
KVM: x86: expose MSR_TSC_AUX to userspace
by Paolo Bonzini
· 9 years ago
db397571
kvm/x86: Hyper-V kvm exit
by Andrey Smetanin
· 9 years ago
5c919412
kvm/x86: Hyper-V synthetic interrupt controller
by Andrey Smetanin
· 9 years ago
d62caab
kvm/x86: per-vcpu apicv deactivation support
by Andrey Smetanin
· 9 years ago
6308630
kvm/x86: split ioapic-handled and EOI exit bitmaps
by Andrey Smetanin
· 9 years ago
62a193e
KVM: x86: request interrupt window when IRQ chip is split
by Matt Gingell
· 9 years ago
934bf65
KVM: x86: set KVM_REQ_EVENT on local interrupt request from user space
by Matt Gingell
· 9 years ago
782d422
KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_irq_injection
by Matt Gingell
· 9 years ago
127a457
KVM: x86: fix interrupt window handling in split IRQ chip case
by Matt Gingell
· 9 years ago
3370b69
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
a96036b
KVM: x86: rename update_db_bp_intercept to update_bp_intercept
by Paolo Bonzini
· 9 years ago
27cca94
KVM: x86: Use the correct vcpu's TSC rate to compute time scale
by Haozhong Zhang
· 9 years ago
4ba7653
KVM: x86: Move TSC scaling logic out of call-back read_l1_tsc()
by Haozhong Zhang
· 9 years ago
58ea676
KVM: x86: Move TSC scaling logic out of call-back adjust_tsc_offset()
by Haozhong Zhang
· 9 years ago
07c1419
KVM: x86: Replace call-back compute_tsc_offset() with a common function
by Haozhong Zhang
· 9 years ago
381d585
KVM: x86: Replace call-back set_tsc_khz() with a common function
by Haozhong Zhang
· 9 years ago
35181e8
KVM: x86: Add a common TSC scaling function
by Haozhong Zhang
· 9 years ago
ad721883
KVM: x86: Add a common TSC scaling ratio field in kvm_vcpu_arch
by Haozhong Zhang
· 9 years ago
bc9b961
KVM: x86: Collect information for setting TSC scaling ratio
by Haozhong Zhang
· 9 years ago
893590c
KVM: x86: declare a few variables as __read_mostly
by Paolo Bonzini
· 9 years ago
933425fb
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
879ae18
KVM: x86: obey KVM_X86_QUIRK_CD_NW_CLEARED in kvm_set_cr0()
by Laszlo Ersek
· 9 years ago
7a036a6
KVM: x86: add read_phys to x86_emulate_ops
by Radim Krčmář
· 9 years ago
2da29bc
KVM: x86: removing unused variable
by Saurabh Sengar
· 9 years ago
ce4d72f
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
7cae2be
KVM: x86: move steal time initialization to vcpu entry time
by Marcelo Tosatti
· 9 years ago
db2bdcb
KVM: x86: fix edge EOI and IOAPIC reconfig race
by Radim Krčmář
· 9 years ago
bff98d3
Merge branch 'kvm-master' into HEAD
by Paolo Bonzini
· 9 years ago
25188b9
KVM: x86: fix previous commit for 32-bit
by Paolo Bonzini
· 9 years ago
58f800d
Merge branch 'kvm-master' into HEAD
by Paolo Bonzini
· 9 years ago
7391773
KVM: x86: fix SMI to halted VCPU
by Paolo Bonzini
· 9 years ago
5d9bc64
KVM: x86: clean up kvm_arch_vcpu_runnable
by Paolo Bonzini
· 9 years ago
f0d648b
KVM: x86: map/unmap private slots in __x86_set_memory_region
by Paolo Bonzini
· 9 years ago
1d8007b
KVM: x86: build kvm_userspace_memory_region in x86_set_memory_region
by Paolo Bonzini
· 9 years ago
bf9f6ac
KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
by Feng Wu
· 9 years ago
8727688
KVM: x86: select IRQ_BYPASS_MANAGER
by Feng Wu
· 9 years ago
efc6440
KVM: x86: Update IRTE for posted-interrupts
by Feng Wu
· 9 years ago
9eec50b
kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME support
by Andrey Smetanin
· 9 years ago
11c4b1c
kvm/x86: Hyper-V HV_X64_MSR_VP_INDEX export for QEMU.
by Andrey Smetanin
· 9 years ago
e516ceb
kvm/x86: Hyper-V HV_X64_MSR_RESET msr
by Andrey Smetanin
· 9 years ago
931c33b
kvm: add tracepoint for fast mmio
by Jason Wang
· 9 years ago
1c1a9ce
KVM: x86: Add support for local interrupt requests from userspace
by Steve Rutherford
· 9 years ago
b053b2a
KVM: x86: Add EOI exit bitmap inference
by Steve Rutherford
· 9 years ago
7543a63
KVM: x86: Add KVM exit for IOAPIC EOIs
by Steve Rutherford
· 9 years ago
49df639
KVM: x86: Split the APIC from the rest of IRQCHIP.
by Steve Rutherford
· 9 years ago
4ca7dd8
KVM: x86: unify handling of interrupt window
by Paolo Bonzini
· 9 years ago
35754c9
KVM: x86: introduce lapic_in_kernel
by Paolo Bonzini
· 9 years ago
3bb345f
KVM: x86: store IOAPIC-handled vectors in each VCPU
by Paolo Bonzini
· 9 years ago
bdaffe1
KVM: x86: set TMR when the interrupt is accepted
by Paolo Bonzini
· 9 years ago
9bac175
Revert "KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR"
by Radim Krčmář
· 9 years ago
3afb112
KVM: x86: trap AMD MSRs for the TSeg base and mask
by Paolo Bonzini
· 9 years ago
62bea5b
KVM: add halt_attempted_poll to VCPU stats
by Paolo Bonzini
· 9 years ago
d91cab7
x86/fpu: Rename XSAVE macros
by Dave Hansen
· 9 years ago
519f526
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
efbb288
kvm: compile process_smi_save_seg_64() only for x86_64
by Alexander Kuleshov
· 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
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
a0a64f5
KVM: MMU: introduce rsvd_bits_validate
by Xiao Guangrong
· 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
2ce7918
kvm/x86: add sending hyper-v crash notification to user space
by Andrey Smetanin
· 9 years ago
e7d9513
kvm/x86: added hyper-v crash msrs into kvm hyperv context
by Andrey Smetanin
· 9 years ago
e83d588
kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file
by Andrey Smetanin
· 9 years ago
ee4100d
kvm: x86: fix load xsave feature warning
by Wanpeng Li
· 9 years ago
5544eb9
KVM: count number of assigned devices
by Paolo Bonzini
· 9 years ago
370777d
KVM: VMX: fix vmwrite to invalid VMCS
by Radim Krčmář
· 9 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
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
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
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
19efffa
KVM: MTRR: sort variable MTRRs
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
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
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
b7e60c5
KVM: x86: zero kvmclock_offset when vcpu0 initializes kvmclock system MSR
by Marcelo Tosatti
· 10 years ago
Next »