Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
44c11430b52cbad0a467bc023a802d122dfd285c
/
arch
/
x86
/
kvm
/
svm.c
44c1143
KVM: inject NMI after IRET from a previous NMI, not before.
by Gleb Natapov
· 15 years ago
66fd3f7
KVM: Do not re-execute INTn instruction.
by Gleb Natapov
· 15 years ago
f629cf8
KVM: skip_emulated_instruction() decode instruction if size is not known
by Gleb Natapov
· 15 years ago
3298b75
KVM: Unprotect a page if #PF happens during NMI injection.
by Gleb Natapov
· 15 years ago
2809f5d
KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()
by Glauber Costa
· 15 years ago
fe8e7f8
KVM: SVM: Don't reinject event that caused a task switch
by Gleb Natapov
· 16 years ago
b586eb0
KVM: SVM: Fix cross vendor migration issue in segment segment descriptor
by Andre Przywara
· 16 years ago
4b12f0d
KVM: Replace get_mt_mask_shift with get_mt_mask
by Sheng Yang
· 16 years ago
14d0bc1
KVM: Get rid of get_irq() callback
by Gleb Natapov
· 16 years ago
95ba827313
KVM: SVM: Add NMI injection support
by Gleb Natapov
· 16 years ago
c4282df
KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_open
by Gleb Natapov
· 16 years ago
0a5fff19
KVM: Do not report TPR write to userspace if new value bigger or equal to a previous one.
by Gleb Natapov
· 16 years ago
615d519
KVM: sync_lapic_to_cr8() should always sync cr8 to V_TPR
by Gleb Natapov
· 16 years ago
1d6ed0c
KVM: Remove inject_pending_vectors() callback
by Gleb Natapov
· 16 years ago
1cb948a
KVM: Remove exception_injected() callback.
by Gleb Natapov
· 16 years ago
9222be1
KVM: SVM: Coalesce userspace/kernel irqchip interrupt injection logic
by Gleb Natapov
· 16 years ago
863e8e6
KVM: VMX: Consolidate userspace and kernel interrupt injection for VMX
by Gleb Natapov
· 16 years ago
8061823
KVM: Make kvm_cpu_(has|get)_interrupt() work for userspace irqchip too
by Gleb Natapov
· 16 years ago
8317c29
KVM: SVM: Skip instruction on a task switch only when appropriate
by Gleb Natapov
· 16 years ago
64a7ec0
KVM: Fix unneeded instruction skipping during task switching.
by Gleb Natapov
· 16 years ago
7864612
KVM: Fix interrupt unhalting a vcpu when it shouldn't
by Gleb Natapov
· 16 years ago
fe4c7b1
KVM: reuse (pop|push)_irq from svm.c in vmx.c
by Gleb Natapov
· 16 years ago
61c50ed
KVM: SVM: Remove duplicate code in svm_do_inject_vector()
by Gleb Natapov
· 16 years ago
99f85a2
KVM: SVM: Remove port 80 passthrough
by Avi Kivity
· 15 years ago
19bca6a
KVM: SVM: Fix cross vendor migration issue with unusable bit
by Andre Przywara
· 16 years ago
1fbdc7a
KVM: SVM: set accessed bit for VMCB segment selectors
by Andre Przywara
· 16 years ago
34c33d1
KVM: Drop unused evaluations from string pio handlers
by Jan Kiszka
· 16 years ago
1b2fd70
KVM: Add FFXSR support
by Alexander Graf
· 16 years ago
ff81ff1
KVM: SVM: Fix typo in has_svm()
by Joe Perches
· 16 years ago
c8a73f1
KVM: SVM: Add microcode patch level dummy
by Alexander Graf
· 16 years ago
ae675ef
KVM: x86: Wire-up hardware breakpoints for guest debugging
by Jan Kiszka
· 16 years ago
42dbaa5
KVM: x86: Virtualize debug registers
by Jan Kiszka
· 16 years ago
d0bfb94
KVM: New guest debug interface
by Jan Kiszka
· 16 years ago
236de05
KVM: SVM: Allow setting the SVME bit
by Alexander Graf
· 16 years ago
eb6f302
KVM: SVM: Allow read access to MSR_VM_VR
by Joerg Roedel
· 16 years ago
cf74a78
KVM: SVM: Add VMEXIT handler and intercepts
by Alexander Graf
· 16 years ago
3d6368e
KVM: SVM: Add VMRUN handler
by Alexander Graf
· 16 years ago
5542675
KVM: SVM: Add VMLOAD and VMSAVE handlers
by Alexander Graf
· 16 years ago
b286d5d
KVM: SVM: Implement hsave
by Alexander Graf
· 16 years ago
1371d90
KVM: SVM: Implement GIF, clgi and stgi
by Alexander Graf
· 16 years ago
c072542
KVM: SVM: Add helper functions for nested SVM
by Alexander Graf
· 16 years ago
9962d03
KVM: SVM: Move EFER and MSR constants to generic x86 code
by Alexander Graf
· 16 years ago
f0b8505
KVM: SVM: Clean up VINTR setting
by Alexander Graf
· 16 years ago
b682b81
KVM: x86: fix LAPIC pending count calculation
by Marcelo Tosatti
· 16 years ago
2c8dcee
KVM: SVM: move svm_hardware_disable() code to asm/virtext.h
by Eduardo Habkost
· 16 years ago
63d1142
KVM: SVM: move has_svm() code to asm/virtext.h
by Eduardo Habkost
· 16 years ago
e93f36b
KVM: allow emulator to adjust rip for emulated pio instructions
by Guillaume Thouvenin
· 16 years ago
c0d0982
KVM: SVM: Set the 'busy' flag of the TR selector
by Amit Shah
· 16 years ago
25022ac
KVM: SVM: Set the 'g' bit of the cs selector for cross-vendor migration
by Amit Shah
· 16 years ago
64d4d52
KVM: Enable MTRR for EPT
by Sheng Yang
· 16 years ago
a705289
KVM: x86: trap invlpg
by Marcelo Tosatti
· 16 years ago
fa89a81
KVM: Add statistics for guest irq injections
by Avi Kivity
· 16 years ago
48d1503
KVM: SVM: No need to unprotect memory during event injection when using npt
by Avi Kivity
· 16 years ago
94c935a
KVM: SVM: Fix typo
by Amit Shah
· 16 years ago
80e31d4
KVM: SVM: Unify register save/restore across 32 and 64 bit hosts
by Avi Kivity
· 16 years ago
19bd8af
KVM: Consolidate XX_VECTOR defines
by Jan Kiszka
· 16 years ago
5fdbf97
KVM: x86: accessors for guest registers
by Marcelo Tosatti
· 16 years ago
e5eab0c
KVM: SVM: fix guest global tlb flushes with NPT
by Joerg Roedel
· 16 years ago
44874f8
KVM: SVM: fix random segfaults with NPT enabled
by Joerg Roedel
· 16 years ago
577bdc4
KVM: Avoid instruction emulation when event delivery is pending
by Avi Kivity
· 16 years ago
5f4cb66
KVM: SVM: allow enabling/disabling NPT by reloading only the architecture module
by Joerg Roedel
· 16 years ago
d6e88ae
KVM: Prefix some x86 low level function with kvm_, to avoid namespace issues
by Avi Kivity
· 16 years ago
0da1db75
KVM: SVM: fix suspend/resume support
by Joerg Roedel
· 16 years ago
7cc8883
KVM: Remove decache_vcpus_on_cpu() and related callbacks
by Avi Kivity
· 16 years ago
4ecac3f
KVM: Handle virtualization instruction #UD faults during reboot
by Avi Kivity
· 16 years ago
14ae51b
KVM: SVM: Fake MSR_K7 performance counters
by Chris Lalancette
· 17 years ago
d2ebb41
KVM: SVM: add tracing support for TDP page faults
by Joerg Roedel
· 17 years ago
af9ca2d
KVM: SVM: add missing kvmtrace markers
by Joerg Roedel
· 17 years ago
a069805
KVM: SVM: implement dedicated INTR exit handler
by Joerg Roedel
· 17 years ago
c47f098
KVM: SVM: implement dedicated NMI exit handler
by Joerg Roedel
· 17 years ago
2f59971
KVM: migrate PIT timer
by Marcelo Tosatti
· 16 years ago
67253af
KVM: Add kvm_x86_ops get_tdp_level()
by Sheng Yang
· 17 years ago
1336028
KVM: SVM: remove selective CR0 comment
by Joerg Roedel
· 17 years ago
aaf697e
KVM: SVM: remove now obsolete FIXME comment
by Joerg Roedel
· 17 years ago
aaacfc9
KVM: SVM: disable CR8 intercept when tpr is not masking interrupts
by Joerg Roedel
· 17 years ago
d7bf822
KVM: SVM: sync V_TPR with LAPIC.TPR if CR8 write intercept is disabled
by Joerg Roedel
· 17 years ago
649d686
KVM: SVM: sync TPR value to V_TPR field in the VMCB
by Joerg Roedel
· 17 years ago
a79d2f1
KVM: SVM: force a new asid when initializing the vmcb
by Avi Kivity
· 17 years ago
3564990
KVM: SVM: do not intercept task switch with NPT
by Joerg Roedel
· 17 years ago
53371b5
KVM: SVM: add intercept for machine check exception
by Joerg Roedel
· 17 years ago
6394b64
KVM: SVM: align shadow CR4.MCE with host
by Joerg Roedel
· 17 years ago
ec07726
KVM: SVM: indent svm_set_cr4 with tabs instead of spaces
by Joerg Roedel
· 17 years ago
37817f2
KVM: x86: hardware task switching support
by Izik Eidus
· 17 years ago
2e4d265
KVM: x86: add functions to get the cpl of vcpu
by Izik Eidus
· 17 years ago
4fcaa98
KVM: Remove pointless desc_ptr #ifdef
by Avi Kivity
· 17 years ago
b8688d5
KVM: replace remaining __FUNCTION__ occurances
by Harvey Harrison
· 17 years ago
4866d5e
KVM: SVM: make iopm_base static
by Harvey Harrison
· 17 years ago
24e09cb
KVM: SVM: enable LBR virtualization
by Joerg Roedel
· 17 years ago
f65c229
KVM: SVM: allocate the MSR permission map per VCPU
by Joerg Roedel
· 17 years ago
e6101a9
KVM: SVM: let init_vmcb() take struct vcpu_svm as parameter
by Joerg Roedel
· 17 years ago
709ddeb
KVM: SVM: add support for Nested Paging
by Joerg Roedel
· 17 years ago
1855267
KVM: export information about NPT to generic x86 code
by Joerg Roedel
· 17 years ago
6c7dac7
KVM: SVM: add module parameter to disable Nested Paging
by Joerg Roedel
· 17 years ago
e3da3ac
KVM: SVM: add detection of Nested Paging feature
by Joerg Roedel
· 17 years ago
33bd6a0
KVM: SVM: move feature detection to hardware setup code
by Joerg Roedel
· 17 years ago
50a37eb
KVM: align valid EFER bits with the features of the host system
by Joerg Roedel
· 17 years ago
a2938c8
KVM: SVM: fix Windows XP 64 bit installation crash
by Joerg Roedel
· 17 years ago
6b390b6
KVM: SVM: set NM intercept when enabling CR0.TS in the guest
by Joerg Roedel
· 17 years ago
334df50
KVM: SVM: Fix lazy FPU switching
by Joerg Roedel
· 17 years ago
571008d
KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UD
by Sheng Yang
· 17 years ago
Next »