Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
b927a3cec081a605142f5b7e90b730611bee28b1
/
arch
/
x86
/
kvm
/
x86.c
b927a3c
KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl
by Sheng Yang
· 15 years ago
b792c34
KVM: x86: use kvm_get_gdt() and kvm_read_ldt()
by Akinobu Mita
· 15 years ago
46a359e
KVM: x86: use get_desc_base() and get_desc_limit()
by Akinobu Mita
· 15 years ago
a1b3710
KVM: Reduce runnability interface with arch support code
by Gleb Natapov
· 16 years ago
b59bb7b
KVM: Move exception handling to the same place as other events
by Gleb Natapov
· 16 years ago
d34e6b1
KVM: add ioeventfd support
by Gregory Haskins
· 16 years ago
e9f4275
KVM: PIT support for HPET legacy mode
by Beth Kon
· 16 years ago
0d1de2d9
KVM: Always report x2apic as supported feature
by Gleb Natapov
· 15 years ago
c7f0f24
KVM: No need to kick cpu if not in a guest mode
by Gleb Natapov
· 16 years ago
f7c6d14
KVM: fix MMIO_CONF_BASE MSR access
by Andre Przywara
· 16 years ago
dc7e795
Revert "KVM: x86: check for cr3 validity in ioctl_set_sregs"
by Jan Kiszka
· 16 years ago
6098ca9
KVM: handle AMD microcode MSR
by Andre Przywara
· 16 years ago
0105d1a
KVM: x2apic interface to lapic
by Gleb Natapov
· 16 years ago
fc61b80
KVM: Add Directed EOI support to APIC emulation
by Gleb Natapov
· 16 years ago
aec51dc
KVM: Trace mmio
by Avi Kivity
· 16 years ago
c323c0e
KVM: Ignore PCI ECS I/O enablement
by Andre Przywara
· 16 years ago
bda9020
KVM: remove in_range from io devices
by Michael S. Tsirkin
· 16 years ago
108b566
KVM: switch pit creation to slots_lock
by Michael S. Tsirkin
· 16 years ago
ed85c06
KVM: introduce module parameter for ignoring unknown MSRs accesses
by Andre Przywara
· 16 years ago
1fdbd48
KVM: ignore reads from AMDs C1E enabled MSR
by Andre Przywara
· 16 years ago
8f1589d
KVM: ignore AMDs HWCR register access to set the FFDIS bit
by Andre Przywara
· 16 years ago
894a9c5
KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl paths
by Marcelo Tosatti
· 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
6edf14d
KVM: Replace pending exception by PF if it happens serially
by Gleb Natapov
· 16 years ago
71db602
KVM: Move performance counter MSR access interception to generic x86 path
by Andre Przywara
· 16 years ago
988a2ca
KVM: Use macro to iterate over vcpus.
by Gleb Natapov
· 16 years ago
c5af89b
KVM: Introduce kvm_vcpu_is_bsp() function.
by Gleb Natapov
· 16 years ago
43a3795
KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pte
by Avi Kivity
· 16 years ago
fa40a82
KVM: switch irq injection/acking data structures to irq_lock
by Marcelo Tosatti
· 16 years ago
6de4f3a
KVM: Cache pdptrs
by Avi Kivity
· 16 years ago
d76685c
KVM: cleanup io_device code
by Gregory Haskins
· 16 years ago
c5ff41c
KVM: Allow PIT emulation without speaker port
by Jan Kiszka
· 16 years ago
721eecbf
KVM: irqfd
by Gregory Haskins
· 16 years ago
787ff73
KVM: Drop interrupt shadow when single stepping should be done only on VMX
by Gleb Natapov
· 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
d6289b9
KVM: x86: verify MTRR/PAT validity
by Marcelo Tosatti
· 16 years ago
e125e7b
KVM: Fix KVM_GET_MSR_INDEX_LIST
by Jan Kiszka
· 16 years ago
9e69962
KVM: Ignore reads to K7 EVNTSEL MSRs
by Amit Shah
· 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
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
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
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
4b12f0d
KVM: Replace get_mt_mask_shift with get_mt_mask
by Sheng Yang
· 16 years ago
9b62e5b1
KVM: Wake up waitqueue before calling get_cpu()
by Jan Blunck
· 16 years ago
14d0bc1
KVM: Get rid of get_irq() callback
by Gleb Natapov
· 16 years ago
16d7a19
KVM: Fix userspace IRQ chip migration
by Gleb Natapov
· 16 years ago
95ba827313
KVM: SVM: Add NMI injection support
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
5df5664
KVM: Use kvm_arch_interrupt_allowed() instead of checking interrupt_window_open directly
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
59839df
KVM: x86: check for cr3 validity in ioctl_set_sregs
by Marcelo Tosatti
· 16 years ago
463656c
KVM: Replace kvmclock open-coded get_cpu_var() with the real thing
by Avi Kivity
· 16 years ago
ba8afb6
KVM: x86 emulator: Add new mode of instruction emulation: skip
by Gleb Natapov
· 16 years ago
c2d0ee4
KVM: MMU: remove global page optimization logic
by Marcelo Tosatti
· 16 years ago
64a7ec0
KVM: Fix unneeded instruction skipping during task switching.
by Gleb Natapov
· 16 years ago
b237ac3
KVM: Fix task switch back link handling.
by Gleb Natapov
· 16 years ago
20c466b
KVM: Use rsvd_bits_mask in load_pdptrs()
by Dong, Eddie
· 16 years ago
7a6ce84
KVM: remove pointless conditional before kfree() in lapic initialization
by Wei Yongjun
· 16 years ago
9645bb56
KVM: MMU: Use different shadows when EFER.NXE changes
by Avi Kivity
· 16 years ago
82725b2
KVM: MMU: Emulate #PF error code of reserved bits violation
by Dong, Eddie
· 16 years ago
7864612
KVM: Fix interrupt unhalting a vcpu when it shouldn't
by Gleb Natapov
· 16 years ago
09cec75
KVM: Timer event should not unconditionally unhalt vcpu.
by Gleb Natapov
· 16 years ago
7fe29e0
KVM: x86: Ignore reads to EVNTSEL MSRs
by Amit Shah
· 16 years ago
e56d532
KVM: Device assignment framework rework
by Sheng Yang
· 16 years ago
2dea4c8
KVM: x86: silence preempt warning on kvm_write_guest_time
by Matt T. Yourst
· 16 years ago
a2edf57
KVM: Fix PDPTR reloading on CR4 writes
by Avi Kivity
· 16 years ago
e286e86
KVM: Make EFER reads safe when EFER does not exist
by Avi Kivity
· 16 years ago
334b8ad
KVM: Fix NX support reporting
by Avi Kivity
· 16 years ago
888d256
KVM: Unregister cpufreq notifier on unload
by Jan Kiszka
· 16 years ago
7f1ea20
KVM: x86: release time_page on vcpu destruction
by Joerg Roedel
· 16 years ago
cded19f
KVM: fix sparse warnings: Should it be static?
by Hannes Eder
· 16 years ago
4925663
KVM: Report IRQ injection status to userspace.
by Gleb Natapov
· 16 years ago
c807660
KVM: Fix kvmclock on !constant_tsc boxes
by Gerd Hoffmann
· 16 years ago
1b2fd70
KVM: Add FFXSR support
by Alexander Graf
· 16 years ago
399ec80
KVM: Userspace controlled irq routing
by Avi Kivity
· 16 years ago
1935547
KVM: x86: Fix typos and whitespace errors
by Amit Shah
· 16 years ago
5a41acc
KVM: MMU: Only enable cr4_pge role in shadow mode
by Avi Kivity
· 16 years ago
269e05e
KVM: Properly lock PIT creation
by Avi Kivity
· 16 years ago
52d939a
KVM: PIT: provide an option to disable interrupt reinjection
by Marcelo Tosatti
· 16 years ago
61a6bd6
KVM: Fallback support for MSR_VM_HSAVE_PA
by Avi Kivity
· 16 years ago
0f34607
KVM: remove the vmap usage
by Izik Eidus
· 16 years ago
77c2002
KVM: introduce kvm_read_guest_virt, kvm_write_guest_virt
by Izik Eidus
· 16 years ago
53f658b3
KVM: VMX: initialize TSC offset relative to vm creation time
by Marcelo Tosatti
· 16 years ago
Next »