Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
355be0b9300579e02275d7d19374806a974ce622
/
arch
/
x86
/
kvm
355be0b
KVM: x86: Refactor guest debug IOCTL handling
by Jan Kiszka
· 15 years ago
201d945
KVM: remove pre_task_link setting in save_state_to_tss16
by Juan Quintela
· 15 years ago
3230bb4
KVM: Fix hotplug of CPUs
by Zachary Amsden
· 15 years ago
e6732a5
KVM: Fix printk name error in svm.c
by Zachary Amsden
· 15 years ago
0cca790
KVM: Kill the confusing tsc_ref_khz and ref_freq variables
by Zachary Amsden
· 15 years ago
b820cc0
KVM: Separate timer intialization into an indepedent function
by Zachary Amsden
· 15 years ago
e935d48
KVM: SVM: Remove remaining occurences of rdtscll
by Joerg Roedel
· 15 years ago
33527ad
KVM: SVM: don't copy exit_int_info on nested vmrun
by Joerg Roedel
· 15 years ago
7fcdb51
KVM: SVM: reorganize svm_interrupt_allowed
by Joerg Roedel
· 15 years ago
bfc33be
KVM: remove duplicated #include
by Huang Weiyi
· 15 years ago
10474ae
KVM: Activate Virtualization On Demand
by Alexander Graf
· 15 years ago
e8b3433
KVM: SVM: remove needless mmap_sem acquision from nested_svm_map
by Marcelo Tosatti
· 15 years ago
80ced18
KVM: VMX: Enhance invalid guest state emulation
by Mohammed Gamal
· 15 years ago
abcf14b
KVM: x86 emulator: Add pusha and popa instructions
by Mohammed Gamal
· 15 years ago
94677e6
KVM: x86 emulator: Add missing decoder flags for 'or' instructions
by Mohammed Gamal
· 15 years ago
bfd99ff
KVM: Move assigned device code to own file
by Avi Kivity
· 15 years ago
367e131
KVM: Return -ENOTTY on unrecognized ioctls
by Avi Kivity
· 15 years ago
680b364
KVM: Drop kvm->irq_lock lock from irq injection path
by Gleb Natapov
· 15 years ago
eba0226
KVM: Move IO APIC to its own lock
by Gleb Natapov
· 15 years ago
1a6e4a8
KVM: Move irq sharing information to irqchip level
by Gleb Natapov
· 15 years ago
79c727d
KVM: Call pic_clear_isr() on pic reset to reuse logic there
by Gleb Natapov
· 15 years ago
851ba69
KVM: Don't pass kvm_run arguments
by Avi Kivity
· 15 years ago
d8769fe
KVM: x86 emulator: Introduce No64 decode option
by Mohammed Gamal
· 15 years ago
0934ac9
KVM: x86 emulator: Add 'push/pop sreg' instructions
by Mohammed Gamal
· 15 years ago
abb3911
KVM: get_tss_base_addr() should return a gpa_t
by Gleb Natapov
· 15 years ago
a9e38c3e
KVM: x86: Catch potential overrun in MCE setup
by Jan Kiszka
· 15 years ago
8a8365c
KVM: MMU: fix pointer cast
by Frederik Deweerdt
· 15 years ago
ace1546
KVM: use proper hrtimer function to retrieve expiration time
by Marcelo Tosatti
· 15 years ago
3da0dd4
KVM: add support for change_pte mmu notifiers
by Izik Eidus
· 15 years ago
1403283
KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes
by Izik Eidus
· 15 years ago
acb66dd
KVM: MMU: dont hold pagecount reference for mapped sptes pages
by Izik Eidus
· 15 years ago
6a54435
KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID
by Avi Kivity
· 15 years ago
eb5109e
KVM: VMX: flush TLB with INVEPT on cpu migration
by Marcelo Tosatti
· 15 years ago
b2d83cf
KVM: fix LAPIC timer period overflow
by Aurelien Jarno
· 15 years ago
20824f3
KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly
by Joerg Roedel
· 15 years ago
77b1ab1
KVM: SVM: Fix tsc offset adjustment when running nested
by Joerg Roedel
· 15 years ago
69def9f
Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 15 years ago
0a79b00
KVM: VMX: Check cpl before emulating debug register access
by Avi Kivity
· 15 years ago
4da7489
KVM: fix misreporting of coalesced interrupts by kvm tracer
by Gleb Natapov
· 15 years ago
e3904e6
KVM: x86: drop duplicate kvm_flush_remote_tlb calls
by Marcelo Tosatti
· 15 years ago
542423b
KVM: VMX: call vmx_load_host_state() only if msr is cached
by Gleb Natapov
· 15 years ago
e8a4834
KVM: VMX: Conditionally reload debug register 6
by Avi Kivity
· 15 years ago
3d53c27
KVM: Use thread debug register storage instead of kvm specific data
by Avi Kivity
· 15 years ago
5fff7d2
KVM: VMX: Fix cr8 exiting control clobbering by EPT
by Gleb Natapov
· 15 years ago
60f2478
KVM: Optimize kvm_mmu_unprotect_page_virt() for tdp
by Avi Kivity
· 15 years ago
88c808f
KVM: Protect update_cr8_intercept() when running without an apic
by Avi Kivity
· 15 years ago
95eb84a
KVM: VMX: Fix EPT with WP bit change during paging
by Sheng Yang
· 15 years ago
d9048d3
KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptors
by Mikhail Ershov
· 15 years ago
7bdb588
KVM: x86 emulator: Add adc and sbb missing decoder flags
by Mohammed Gamal
· 15 years ago
56e8231
KVM: Rename x86_emulate.c to emulate.c
by Avi Kivity
· 15 years ago
c0c7c04
KVM: When switching to a vm8086 task, load segments as 16-bit
by Anthony Liguori
· 15 years ago
345dcaa
KVM: VMX: Adjust rflags if in real mode emulation
by Avi Kivity
· 15 years ago
52c7847
KVM: SVM: Drop tlb flush workaround in npt
by Avi Kivity
· 15 years ago
cb142eb
KVM: Update cr8 intercept when APIC TPR is changed by userspace
by Gleb Natapov
· 15 years ago
4b6e4dc
KVM: SVM: enable nested svm by default
by Joerg Roedel
· 15 years ago
108768d
KVM: SVM: check for nested VINTR flag in svm_interrupt_allowed
by Joerg Roedel
· 15 years ago
2666695
KVM: SVM: move nested_svm_intr main logic out of if-clause
by Joerg Roedel
· 15 years ago
cda0ffd
KVM: SVM: remove unnecessary is_nested check from svm_cpu_run
by Joerg Roedel
· 15 years ago
410e4d5
KVM: SVM: move special nested exit handling to separate function
by Joerg Roedel
· 15 years ago
1f8da47
KVM: SVM: handle errors in vmrun emulation path appropriatly
by Joerg Roedel
· 15 years ago
ea8e064
KVM: SVM: remove nested_svm_do and helper functions
by Joerg Roedel
· 15 years ago
9738b2c
KVM: SVM: clean up nested vmrun path
by Joerg Roedel
· 15 years ago
9966bf6
KVM: SVM: clean up nestec vmload/vmsave paths
by Joerg Roedel
· 15 years ago
3d62d9a
KVM: SVM: clean up nested_svm_exit_handled_msr
by Joerg Roedel
· 15 years ago
34f80cf
KVM: SVM: get rid of nested_svm_vmexit_real
by Joerg Roedel
· 15 years ago
0295ad7
KVM: SVM: simplify nested_svm_check_exception
by Joerg Roedel
· 15 years ago
9c4e40b9
KVM: SVM: do nested vmexit in nested_svm_exit_handled
by Joerg Roedel
· 15 years ago
4c2161a
KVM: SVM: consolidate nested_svm_exit_handled
by Joerg Roedel
· 15 years ago
aad42c6
KVM: SVM: cache nested intercepts
by Joerg Roedel
· 15 years ago
e6aa9ab
KVM: SVM: move nested svm state into seperate struct
by Joerg Roedel
· 15 years ago
a5c3832
KVM: SVM: complete interrupts after handling nested exits
by Joerg Roedel
· 15 years ago
0460a97
KVM: SVM: copy only necessary parts of the control area on vmrun/vmexit
by Joerg Roedel
· 15 years ago
defbba5
KVM: SVM: optimize nested vmrun
by Joerg Roedel
· 15 years ago
33740e4
KVM: SVM: optimize nested #vmexit
by Joerg Roedel
· 15 years ago
2af9194
KVM: SVM: add helper functions for global interrupt flag
by Joerg Roedel
· 15 years ago
88ba63c
KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functions
by Gleb Natapov
· 15 years ago
938396a
KVM: Call ack notifiers from PIC when guest OS acks an IRQ.
by Gleb Natapov
· 15 years ago
956f97c
KVM: Call kvm_vcpu_kick() inside pic spinlock
by Gleb Natapov
· 15 years ago
3a34a88
KVM: fix EFER read buffer overflow
by Roel Kluin
· 15 years ago
1f3ee61
KVM: ignore reads to perfctr msrs
by Amit Shah
· 15 years ago
eab4b8a
KVM: VMX: Optimize vmx_get_cpl()
by Avi Kivity
· 15 years ago
07708c4
KVM: x86: Disallow hypercalls for guest callers in rings > 0
by Jan Kiszka
· 15 years ago
b90c062
KVM: MMU: fix bogus alloc_mmu_pages assignment
by Marcelo Tosatti
· 15 years ago
3b80fff
KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
by Izik Eidus
· 15 years ago
95fb4eb
KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs()
by Bartlomiej Zolnierkiewicz
· 15 years ago
344f414
KVM: report 1GB page support to userspace
by Joerg Roedel
· 15 years ago
7e4e405
KVM: MMU: shadow support for 1gb pages
by Joerg Roedel
· 15 years ago
e04da98
KVM: MMU: make page walker aware of mapping levels
by Joerg Roedel
· 15 years ago
852e3c1
KVM: MMU: make direct mapping paths aware of mapping levels
by Joerg Roedel
· 15 years ago
d25797b
KVM: MMU: rename is_largepage_backed to mapping_level
by Joerg Roedel
· 15 years ago
44ad994
KVM: MMU: make rmap code aware of mapping levels
by Joerg Roedel
· 15 years ago
1444885
KVM: limit lapic periodic timer frequency
by Marcelo Tosatti
· 15 years ago
5f0269f
KVM: Align cr8 threshold when userspace changes cr8
by Mikhail Ershov
· 15 years ago
7f582ab
KVM: VMX: Avoid to return ENOTSUPP to userland
by Jan Kiszka
· 15 years ago
84fde24
KVM: PIT: Unregister ack notifier callback when freeing
by Gleb Natapov
· 15 years ago
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
6a1ac77
KVM: MMU: fix missing locking in alloc_mmu_pages
by Marcelo Tosatti
· 15 years ago
3662cb1
KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load()
by Sheng Yang
· 15 years ago
Next »