Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
736caefe1511d9d1116ed4ffb0ea95b7368beb1f
/
arch
/
x86
/
kvm
736caef
KVM: VMX: Simplify module parameter names
by Avi Kivity
· 16 years ago
6062d01
KVM: VMX: Rename kvm_handle_exit() to vmx_handle_exit()
by Avi Kivity
· 16 years ago
c1f8bc0
KVM: VMX: Make module parameters readable
by Avi Kivity
· 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
7fe29e0
KVM: x86: Ignore reads to EVNTSEL MSRs
by Amit Shah
· 16 years ago
f00be0c
KVM: MMU: do not free active mmu pages in free_mmu_pages()
by Gleb Natapov
· 16 years ago
e56d532
KVM: Device assignment framework rework
by Sheng Yang
· 16 years ago
386eb6e
KVM: make 'lapic_timer_ops' and 'kpit_ops' static
by Hannes Eder
· 16 years ago
58c2dde
KVM: APIC: get rid of deliver_bitmask
by Gleb Natapov
· 16 years ago
e103571
KVM: change the way how lowest priority vcpu is calculated
by Gleb Natapov
· 16 years ago
343f94f
KVM: consolidate ioapic/ipi interrupt delivery logic
by Gleb Natapov
· 16 years ago
6da7e3f
KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts
by Gleb Natapov
· 16 years ago
f5a1e9f
KVM: MMU: remove call to kvm_mmu_pte_write from walk_addr
by Joerg Roedel
· 16 years ago
d3c7b77
KVM: unify part of generic timer handling
by Marcelo Tosatti
· 16 years ago
fd66842
KVM: PIT: remove usage of count_load_time for channel 0
by Marcelo Tosatti
· 16 years ago
5a05d54
KVM: PIT: remove unused scheduled variable
by Marcelo Tosatti
· 16 years ago
2dea4c8
KVM: x86: silence preempt warning on kvm_write_guest_time
by Matt T. Yourst
· 16 years ago
bfd349d
KVM: bit ops for deliver_bitmap
by Sheng Yang
· 16 years ago
110c2fa
KVM: Update intr delivery func to accept unsigned long* bitmap
by Sheng Yang
· 16 years ago
5897297
KVM: VMX: Don't intercept MSR_KERNEL_GS_BASE
by Avi Kivity
· 16 years ago
3e7c73e
KVM: VMX: Don't use highmem pages for the msr and pio bitmaps
by Avi Kivity
· 16 years ago
a2edf57
KVM: Fix PDPTR reloading on CR4 writes
by Avi Kivity
· 16 years ago
a8cd024
KVM: Make paravirt tlb flush also reload the PAE PDPTRs
by Avi Kivity
· 16 years ago
99f85a2
KVM: SVM: Remove port 80 passthrough
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
19bca6a
KVM: SVM: Fix cross vendor migration issue with unusable bit
by Andre Przywara
· 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
bf47a76
KVM: MMU: disable global page optimization
by Marcelo Tosatti
· 16 years ago
8302294
Merge branch 'tracing/core-v2' into tracing-for-linus
by Ingo Molnar
· 16 years ago
16175a7
KVM: VMX: Don't allow uninhibited access to EFER on i386
by Avi Kivity
· 16 years ago
4539b35
KVM: Fix missing smp tlb flush in invlpg
by Andrea Arcangeli
· 16 years ago
cded19f
KVM: fix sparse warnings: Should it be static?
by Hannes Eder
· 16 years ago
d7364a2
KVM: fix sparse warnings: context imbalance
by Hannes Eder
· 16 years ago
41d6af1
KVM: is_long_mode() should check for EFER.LMA
by Amit Shah
· 17 years ago
401d10d
KVM: VMX: Update necessary state when guest enters long mode
by Amit Shah
· 16 years ago
c5bc224
KVM: MMU: Fix another largepage memory leak
by Joerg Roedel
· 16 years ago
1fbdc7a
KVM: SVM: set accessed bit for VMCB segment selectors
by Andre Przywara
· 16 years ago
4925663
KVM: Report IRQ injection status to userspace.
by Gleb Natapov
· 16 years ago
452425d
KVM: MMU: remove assertion in kvm_mmu_alloc_page
by Joerg Roedel
· 16 years ago
6bed6b9
KVM: MMU: remove redundant check in mmu_set_spte
by Joerg Roedel
· 16 years ago
c807660
KVM: Fix kvmclock on !constant_tsc boxes
by Gerd Hoffmann
· 16 years ago
49cd7d2
KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation mmio
by Sheng Yang
· 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
44882ee
KVM: make irq ack notifications aware of routing table
by Marcelo Tosatti
· 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
f6e2c02
KVM: MMU: Rename "metaphysical" attribute to "direct"
by Avi Kivity
· 16 years ago
9903a92
KVM: MMU: drop zeroing on mmu_memory_cache_alloc
by Marcelo Tosatti
· 16 years ago
ff81ff1
KVM: SVM: Fix typo in has_svm()
by Joe Perches
· 16 years ago
4780c659
KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked
by Avi Kivity
· 16 years ago
5d9b8e3
KVM: Add CONFIG_HAVE_KVM_IRQCHIP
by Avi Kivity
· 16 years ago
4677a3b
KVM: MMU: Optimize page unshadowing
by Avi Kivity
· 16 years ago
c8a73f1
KVM: SVM: Add microcode patch level dummy
by Alexander Graf
· 16 years ago
269e05e
KVM: Properly lock PIT creation
by Avi Kivity
· 16 years ago
a77ab5e
KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb)
by Avi Kivity
· 16 years ago
8b3079a
KVM: VMX: When emulating on invalid vmx state, don't return to userspace unnecessarily
by Avi Kivity
· 16 years ago
350f69d
KVM: x86 emulator: Make emulate_pop() a little more generic
by Avi Kivity
· 16 years ago
10f32d8
KVM: VMX: Prevent exit handler from running if emulating due to invalid state
by Avi Kivity
· 16 years ago
9fd4a3b
KVM: VMX: don't clobber segment AR if emulating invalid state
by Avi Kivity
· 16 years ago
1872a3f
KVM: VMX: Fix guest state validity checks
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
53f658b
KVM: VMX: initialize TSC offset relative to vm creation time
by Marcelo Tosatti
· 16 years ago
e8c4a4e8
KVM: MMU: Drop walk_shadow()
by Avi Kivity
· 16 years ago
a461930
KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg()
by Avi Kivity
· 16 years ago
e7a04c9
KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch()
by Avi Kivity
· 16 years ago
9f652d2
KVM: MMU: Use for_each_shadow_entry() in __direct_map()
by Avi Kivity
· 16 years ago
2d11123
KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow()
by Avi Kivity
· 16 years ago
2b3d2a2
KVM: Fix vmload and friends misinterpreted as lidt
by Avi Kivity
· 16 years ago
e207831
KVM: MMU: Initialize a shadow page's global attribute from cr4.pge
by Avi Kivity
· 16 years ago
2f0b3d6
KVM: MMU: Segregate mmu pages created with different cr4.pge settings
by Avi Kivity
· 16 years ago
a770f6f
KVM: MMU: Inherit a shadow page's guest level count from vcpu setup
by Avi Kivity
· 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
55934c0
KVM: VMX: Allow single-stepping when uninterruptible
by Jan Kiszka
· 16 years ago
d0bfb94
KVM: New guest debug interface
by Jan Kiszka
· 16 years ago
8ab2d2e
KVM: VMX: Support for injecting software exceptions
by Jan Kiszka
· 16 years ago
d801747
KVM: SVM: Only allow setting of EFER_SVME when CPUID SVM is set
by Alexander Graf
· 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
72c26c9
Merge branch 'linus' into tracing/blktrace
by Ingo Molnar
· 16 years ago
516a1a7
KVM: VMX: Flush volatile msrs before emulating rdmsr
by Avi Kivity
· 16 years ago
b682b81
KVM: x86: fix LAPIC pending count calculation
by Marcelo Tosatti
· 16 years ago
2aaf69d
KVM: MMU: Map device MMIO as UC in EPT
by Sheng Yang
· 16 years ago
abe6655
KVM: x86: disable kvmclock on non constant TSC hosts
by Marcelo Tosatti
· 16 years ago
Next »