Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
8c60435261deaefeb53ce3222d04d7d5bea81296
/
arch
/
x86
/
kvm
8c60435
KVM: x86 emulator: Add sysenter emulation
by Andre Przywara
· 16 years ago
e66bb2c
KVM: x86 emulator: add syscall emulation
by Andre Przywara
· 16 years ago
e99f050
KVM: x86 emulator: Prepare for emulation of syscall instructions
by Andre Przywara
· 16 years ago
b1d8614
KVM: x86 emulator: Add missing EFLAGS bit definitions
by Andre Przywara
· 16 years ago
0cb5762
KVM: Allow emulation of syscalls instructions on #UD
by Andre Przywara
· 16 years ago
229456f
KVM: convert custom marker based tracing to event traces
by Marcelo Tosatti
· 16 years ago
219b65d
KVM: SVM: Improve nested interrupt injection
by Alexander Graf
· 16 years ago
ff09238
KVM: SVM: Implement INVLPGA
by Alexander Graf
· 16 years ago
3c5d0a4
KVM: Implement MSRs used by Hyper-V
by Alexander Graf
· 16 years ago
b3dbf89
KVM: SVM: Don't save/restore host cr2
by Avi Kivity
· 16 years ago
d3edefc
KVM: VMX: Only reload guest cr2 if different from host cr2
by Avi Kivity
· 16 years ago
681405b
KVM: Drop useless atomic test from timer function
by Jan Kiszka
· 16 years ago
f7104db
KVM: Fix racy event propagation in timer
by Jan Kiszka
· 16 years ago
33e4c68
KVM: Optimize searching for highest IRR
by Gleb Natapov
· 16 years ago
6edf14d
KVM: Replace pending exception by PF if it happens serially
by Gleb Natapov
· 16 years ago
54dee99
KVM: VMX: conditionally disable 2M pages
by Marcelo Tosatti
· 16 years ago
68f8940
KVM: VMX: EPT misconfiguration handler
by Marcelo Tosatti
· 16 years ago
94d8b05
KVM: MMU: add kvm_mmu_get_spte_hierarchy helper
by Marcelo Tosatti
· 16 years ago
4d88954
KVM: MMU: make for_each_shadow_entry aware of largepages
by Marcelo Tosatti
· 16 years ago
e799794
KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bits
by Marcelo Tosatti
· 16 years ago
71db602
KVM: Move performance counter MSR access interception to generic x86 path
by Andre Przywara
· 16 years ago
2920d72
KVM: MMU audit: largepage handling
by Marcelo Tosatti
· 16 years ago
2aaf65e
KVM: MMU audit: audit_mappings tweaks
by Marcelo Tosatti
· 16 years ago
48fc031
KVM: MMU audit: nontrapping ptes in nonleaf level
by Marcelo Tosatti
· 16 years ago
e58b0f9
KVM: MMU audit: update audit_write_protection
by Marcelo Tosatti
· 16 years ago
08a3732
KVM: MMU audit: update count_writable_mappings / count_rmaps
by Marcelo Tosatti
· 16 years ago
776e663
KVM: MMU: introduce is_last_spte helper
by Marcelo Tosatti
· 16 years ago
3f5d18a
KVM: Return to userspace on emulation failure
by Avi Kivity
· 16 years ago
988a2ca
KVM: Use macro to iterate over vcpus.
by Gleb Natapov
· 16 years ago
73880c8
KVM: Break dependency between vcpu index in vcpus array and vcpu_id.
by Gleb Natapov
· 16 years ago
1ed0ce0
KVM: Use pointer to vcpu instead of vcpu_id in timer code.
by Gleb Natapov
· 16 years ago
c5af89b
KVM: Introduce kvm_vcpu_is_bsp() function.
by Gleb Natapov
· 16 years ago
d555c33
KVM: MMU: s/shadow_pte/spte/
by Avi Kivity
· 16 years ago
43a3795
KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte
by Avi Kivity
· 16 years ago
439e218
KVM: MMU: Fix is_dirty_pte()
by Avi Kivity
· 16 years ago
7ffd92c
KVM: VMX: Move rmode structure to vmx-specific code
by Avi Kivity
· 16 years ago
3a624e2
KVM: VMX: Support Unrestricted Guest feature
by Nitin A Kamble
· 16 years ago
fa40a82
KVM: switch irq injection/acking data structures to irq_lock
by Marcelo Tosatti
· 16 years ago
9f4cc12
KVM: Grab pic lock in kvm_pic_clear_isr_ack
by Marcelo Tosatti
· 16 years ago
238adc7
KVM: Cleanup LAPIC interface
by Jan Kiszka
· 16 years ago
596ae89
KVM: VMX: Fix reporting of unhandled EPT violations
by Avi Kivity
· 16 years ago
6de4f3a
KVM: Cache pdptrs
by Avi Kivity
· 16 years ago
8f5d549
KVM: VMX: Simplify pdptr and cr3 management
by Avi Kivity
· 16 years ago
2d84e99
KVM: VMX: Avoid duplicate ept tlb flush when setting cr3
by Avi Kivity
· 16 years ago
6b66ac1
KVM: do not register i8254 PIO regions until we are initialized
by Gregory Haskins
· 16 years ago
d76685c
KVM: cleanup io_device code
by Gregory Haskins
· 16 years ago
6c8166a
KVM: SVM: Fold kvm_svm.h info svm.c
by Avi Kivity
· 16 years ago
017cb99
KVM: SVM: use explicit 64bit storage for sysenter values
by Andre Przywara
· 16 years ago
c5ff41c
KVM: Allow PIT emulation without speaker port
by Jan Kiszka
· 16 years ago
721eecb
KVM: irqfd
by Gregory Haskins
· 16 years ago
0ba12d1
KVM: Move common KVM Kconfig items to new file virt/kvm/Kconfig
by Avi Kivity
· 16 years ago
787ff73
KVM: Drop interrupt shadow when single stepping should be done only on VMX
by Gleb Natapov
· 16 years ago
284e9b0
KVM: cleanup arch/x86/kvm/Makefile
by Christoph Hellwig
· 16 years ago
ee3d29e
KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
by Avi Kivity
· 16 years ago
c9eaf20
KVM: x86 emulator: Implement zero-extended immediate decoding
by Avi Kivity
· 16 years ago
cb00764
KVM: fix cpuid E2BIG handling for extended request types
by Mark McLoughlin
· 16 years ago
60af2ec
KVM: Use MSR names in place of address
by Jaswinder Singh Rajput
· 16 years ago
890ca9a
KVM: Add MCE support
by Huang Ying
· 16 years ago
af24a4e
KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.h
by Jaswinder Singh Rajput
· 16 years ago
ae0bb3e
KVM: VMX: Properly handle software interrupt re-injection in real mode
by Gleb Natapov
· 16 years ago
53a27b3
KVM: MMU: limit rmap chain length
by Marcelo Tosatti
· 15 years ago
263799a
KVM: VMX: Fix locking imbalance on emulation failure
by Jan Kiszka
· 15 years ago
34f0c1a
KVM: VMX: Fix locking order in handle_invalid_guest_state
by Jan Kiszka
· 15 years ago
025dbbf
KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_pages
by Marcelo Tosatti
· 15 years ago
4b656b1
KVM: SVM: force new asid on vcpu migration
by Marcelo Tosatti
· 15 years ago
d6289b9
KVM: x86: verify MTRR/PAT validity
by Marcelo Tosatti
· 15 years ago
0ff7787
KVM: PIT: fix kpit_elapsed division by zero
by Marcelo Tosatti
· 15 years ago
e125e7b
KVM: Fix KVM_GET_MSR_INDEX_LIST
by Jan Kiszka
· 15 years ago
bde8922
KVM: shut up uninit compiler warning in paging_tmpl.h
by Jaswinder Singh Rajput
· 16 years ago
9e69962
KVM: Ignore reads to K7 EVNTSEL MSRs
by Amit Shah
· 16 years ago
e3c7cb6
KVM: VMX: Handle vmx instruction vmexits
by Avi Kivity
· 16 years ago
a3f9d39
KVM: kvm/x86_emulate.c toggle_interruptibility() should be static
by Jaswinder Singh Rajput
· 16 years ago
29a4b93
KVM: MMU: Allow 4K ptes with bit 7 (PAT) set
by Avi Kivity
· 16 years ago
6484eb3
page allocator: do not check NUMA node ID when the caller knows the node is valid
by Mel Gorman
· 16 years ago
a0861c0
KVM: Add VT-x machine check support
by Andi Kleen
· 16 years ago
56b237e
KVM: VMX: Rename rmode.active to rmode.vm86_active
by Nitin A Kamble
· 16 years ago
20f6598
KVM: Move "exit due to NMI" handling into vmx_complete_interrupts()
by Gleb Natapov
· 16 years ago
8db3baa
KVM: Disable CR8 intercept if tpr patching is active
by Gleb Natapov
· 16 years ago
36752c9
KVM: Do not migrate pending software interrupts.
by Gleb Natapov
· 16 years ago
44c1143
KVM: inject NMI after IRET from a previous NMI, not before.
by Gleb Natapov
· 16 years ago
6a8b1d1
KVM: Always request IRQ/NMI window if an interrupt is pending
by Gleb Natapov
· 16 years ago
66fd3f7
KVM: Do not re-execute INTn instruction.
by Gleb Natapov
· 16 years ago
f629cf8
KVM: skip_emulated_instruction() decode instruction if size is not known
by Gleb Natapov
· 16 years ago
923c61b
KVM: Remove irq_pending bitmap
by Gleb Natapov
· 16 years ago
fa9726b
KVM: Do not allow interrupt injection from userspace if there is a pending event.
by Gleb Natapov
· 16 years ago
3298b75
KVM: Unprotect a page if #PF happens during NMI injection.
by Gleb Natapov
· 16 years ago
58f8ac2
KVM: Expand on "help" info to specify kvm intel and amd module names
by Robert P. J. Day
· 16 years ago
8986ecc
KVM: x86: check for cr3 validity in mmu_alloc_roots
by Marcelo Tosatti
· 16 years ago
7c8a83b
KVM: MMU: protect kvm_mmu_change_mmu_pages with mmu_lock
by Marcelo Tosatti
· 16 years ago
310b5d3
KVM: Deal with interrupt shadow state for emulated instructions
by Glauber Costa
· 16 years ago
2809f5d
KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()
by Glauber Costa
· 16 years ago
32f8840
KVM: use smp_send_reschedule in kvm_vcpu_kick
by Marcelo Tosatti
· 16 years ago
d149c73
KVM: Update cpuid 1.ecx reporting
by Avi Kivity
· 16 years ago
7faa4ee
KVM: Add AMD cpuid bit: cr8_legacy, abm, misaligned sse, sse4, 3dnow prefetch
by Avi Kivity
· 16 years ago
8d753f3
KVM: Fix cpuid feature misreporting
by Avi Kivity
· 16 years ago
d6a8c87
KVM: Drop request_nmi from stats
by Jan Kiszka
· 16 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
9b5843d
KVM: fix apic_debug instances
by Glauber Costa
· 16 years ago
522c68c
KVM: Enable snooping control for supported hardware
by Sheng Yang
· 16 years ago
Next »