Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
93e3cd8270d036953120eca83610f95d3f7374c6
/
drivers
/
kvm
7702fd1
KVM: Prevent guest fpu state from leaking into the host
by Avi Kivity
· 17 years ago
3995958
kvm: fix section mismatch warning in kvm-intel.o
by Sam Ravnborg
· 17 years ago
e8edc6e
Detach sched.h from mm.h
by Alexey Dobriyan
· 17 years ago
eeca7a3
[S390] Kconfig: refine depends statements.
by Martin Schwidefsky
· 18 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
2ff81f7
KVM: Remove unused 'instruction_length'
by Avi Kivity
· 18 years ago
02c8320
KVM: Don't require explicit indication of completion of mmio or pio
by Avi Kivity
· 18 years ago
e7df56e
KVM: Remove extraneous guest entry on mmio read
by Avi Kivity
· 18 years ago
94dfbdb
KVM: SVM: Only save/restore MSRs when needed
by Anthony Liguori
· 18 years ago
2807696
KVM: fix an if() condition
by Adrian Bunk
· 18 years ago
2ab455c
KVM: VMX: Add lazy FPU support for VT
by Anthony Liguori
· 18 years ago
25c4c27
KVM: VMX: Properly shadow the CR0 register in the vcpu struct
by Anthony Liguori
· 18 years ago
e0e5127
KVM: Don't complain about cpu erratum AA15
by Avi Kivity
· 18 years ago
7807fa6
KVM: Lazy FPU support for SVM
by Anthony Liguori
· 18 years ago
4c690a1
KVM: Allow passing 64-bit values to the emulated read/write API
by Avi Kivity
· 18 years ago
1165f5f
KVM: Per-vcpu statistics
by Avi Kivity
· 18 years ago
3fca036
KVM: VMX: Avoid unnecessary vcpu_load()/vcpu_put() cycles
by Yaozu Dong
· 18 years ago
d6c69ee
KVM: MMU: Avoid heavy ASSERT at non debug mode.
by Yaozu Dong
· 18 years ago
4d56c8a
KVM: VMX: Only save/restore MSR_K6_STAR if necessary
by Avi Kivity
· 18 years ago
35cc7f9
KVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.c
by Avi Kivity
· 18 years ago
e38aea3
KVM: VMX: Don't switch 64-bit msrs for 32-bit guests
by Avi Kivity
· 18 years ago
2345df8
KVM: VMX: Reduce unnecessary saving of host msrs
by Avi Kivity
· 18 years ago
c9047f5
KVM: Handle guest page faults when emulating mmio
by Avi Kivity
· 18 years ago
364b625
KVM: SVM: Report hardware exit reason to userspace instead of dmesg
by Avi Kivity
· 18 years ago
8c43850
KVM: Retry sleeping allocation if atomic allocation fails
by Avi Kivity
· 18 years ago
b5a33a7
KVM: Use slab caches to allocate mmu data structures
by Avi Kivity
· 18 years ago
417726a
KVM: Handle partial pae pdptr
by Avi Kivity
· 18 years ago
d917a6b
KVM: Initialize cr0 to indicate an fpu is present
by Avi Kivity
· 18 years ago
3964994
KVM: Fix overflow bug in overflow detection code
by Eric Sesterhenn / Snakebyte
· 18 years ago
5008fdf
KVM: Use kernel-standard types
by Avi Kivity
· 18 years ago
80b7706
KVM: SVM: enable LBRV virtualization if available
by Joerg Roedel
· 18 years ago
b883673
KVM: Add fpu get/set operations
by Avi Kivity
· 18 years ago
e820754
KVM: Add physical memory aliasing feature
by Avi Kivity
· 18 years ago
954bbbc2
KVM: Simply gfn_to_page()
by Avi Kivity
· 18 years ago
e0fa826
KVM: Add mmu cache clear function
by Dor Laor
· 18 years ago
df513e2
KVM: x86 emulator: fix bit string operations operand size
by Avi Kivity
· 18 years ago
afeb1f1
KVM: Remove debug message
by Avi Kivity
· 18 years ago
36868f7
KVM: Use list_move()
by Avi Kivity
· 18 years ago
55bf4028
KVM: Remove unused function
by Michal Piotrowski
· 18 years ago
0cc5064
KVM: SVM: Ensure timestamp counter monotonicity
by Avi Kivity
· 18 years ago
d28c6cf
KVM: MMU: Fix hugepage pdes mapping same physical address with different access
by Avi Kivity
· 18 years ago
916ce23
KVM: SVM: forbid guest to execute monitor/mwait
by Joerg Roedel
· 18 years ago
0e5bf0d
KVM: Handle writes to MCG_STATUS msr
by Sergey Kiselev
· 18 years ago
fcd3410
KVM: Remove unused and write-only variables
by Avi Kivity
· 18 years ago
6da63cf
KVM: Don't allow the guest to turn off the cpu cache
by Avi Kivity
· 18 years ago
038881c
KVM: Hack real-mode segments on vmx from KVM_SET_SREGS
by Avi Kivity
· 18 years ago
024aa1c
KVM: Modify guest segments after potentially switching modes
by Avi Kivity
· 18 years ago
f6528b0
KVM: Remove set_cr0_no_modeswitch() arch op
by Avi Kivity
· 18 years ago
8cb5b03
KVM: Workaround vmx inability to virtualize the reset state
by Avi Kivity
· 18 years ago
aac0122
KVM: MMU: Remove global pte tracking
by Avi Kivity
· 18 years ago
ca5aac1
KVM: MMU: Remove unnecessary check for pdptr access
by Avi Kivity
· 18 years ago
039576c
KVM: Avoid guest virtual addresses in string pio userspace interface
by Avi Kivity
· 18 years ago
f0fe510
KVM: Future-proof argument-less ioctls
by Avi Kivity
· 18 years ago
07c45a3
KVM: Allow kernel to select size of mmap() buffer
by Avi Kivity
· 18 years ago
1961d27
KVM: Add guest mode signal mask
by Avi Kivity
· 18 years ago
6722c51c
KVM: Initialize the apic_base msr on svm too
by Avi Kivity
· 18 years ago
1b19f3e
KVM: Add a special exit reason when exiting due to an interrupt
by Avi Kivity
· 18 years ago
8eb7d33
KVM: Fold kvm_run::exit_type into kvm_run::exit_reason
by Avi Kivity
· 18 years ago
b4e63f5
KVM: Allow userspace to process hypercalls which have no kernel handler
by Avi Kivity
· 18 years ago
5d308f4
KVM: Add method to check for backwards-compatible API extensions
by Avi Kivity
· 18 years ago
106b552
KVM: Remove the 'emulated' field from the userspace interface
by Avi Kivity
· 18 years ago
06465c5
KVM: Handle cpuid in the kernel instead of punting to userspace
by Avi Kivity
· 18 years ago
46fc147
KVM: Do not communicate to userspace through cpu registers during PIO
by Avi Kivity
· 18 years ago
9a2bb7f
KVM: Use a shared page for kernel/user communication when runing a vcpu
by Avi Kivity
· 18 years ago
1ea252a
KVM: Fix bogus sign extension in mmu mapping audit
by Avi Kivity
· 18 years ago
bbe4432
KVM: Use own minor number
by Avi Kivity
· 18 years ago
510043d
KVM: Use the generic skip_emulated_instruction() in hypercall code
by Dor Laor
· 18 years ago
9b22bf5
KVM: Fix guest register corruption on paravirt hypercall
by Dor Laor
· 18 years ago
6b8d0f9
KVM: Fix off-by-one when writing to a nonpae guest pde
by Avi Kivity
· 18 years ago
6d9658d
KVM: always reload segment selectors
by Ingo Molnar
· 18 years ago
6af11b9
KVM: Prevent system selectors leaking into guest on real->protected mode transition on vmx
by Avi Kivity
· 18 years ago
27aba76
KVM: MMU: Fix host memory corruption on i386 with >= 4GB ram
by Avi Kivity
· 18 years ago
ac1b714
KVM: MMU: Fix guest writes to nonpae pde
by Avi Kivity
· 18 years ago
f5b42c3
KVM: Fix guest sysenter on vmx
by Avi Kivity
· 18 years ago
ca45aaa
KVM: Unset kvm_arch_ops if arch module loading failed
by Avi Kivity
· 18 years ago
e9cdb1e
KVM: Move kvmfs magic number to <linux/magic.h>
by Andrew Morton
· 18 years ago
58e690e
KVM: Fix bogus failure in kvm.ko module initialization
by Avi Kivity
· 18 years ago
ff990d5
KVM: Remove write access permissions when dirty-page-logging is enabled
by Uri Lublin
· 18 years ago
02b27c1
kvm: move do_remove_write_access() up
by Uri Lublin
· 18 years ago
cd1a4a9
KVM: Fix dirty page log bitmap size/access calculation
by Uri Lublin
· 18 years ago
ab51a43
KVM: Add missing calls to mark_page_dirty()
by Uri Lublin
· 18 years ago
bccf215
KVM: Per-vcpu inodes
by Avi Kivity
· 18 years ago
c5ea766
KVM: Move kvm_vm_ioctl_create_vcpu() around
by Avi Kivity
· 18 years ago
2c6f5df
KVM: Rename some kvm_dev_ioctl_*() functions to kvm_vm_ioctl_*()
by Avi Kivity
· 18 years ago
f17abe9
KVM: Create an inode per virtual machine
by Avi Kivity
· 18 years ago
37e29d9
KVM: Add internal filesystem for generating inodes
by Avi Kivity
· 18 years ago
19d1408
KVM: More 0 -> NULL conversions
by Avi Kivity
· 18 years ago
0152527
KVM: SVM: intercept SMI to handle it at host level
by Joerg Roedel
· 18 years ago
cd20562
KVM: svm: init cr0 with the wp bit set
by Avi Kivity
· 18 years ago
270fd9b
KVM: Wire up hypercall handlers to a central arch-independent location
by Avi Kivity
· 18 years ago
02e235b
KVM: Add hypercall host support for svm
by Avi Kivity
· 18 years ago
c21415e
KVM: Add host hypercall support for vmx
by Ingo Molnar
· 18 years ago
102d832
KVM: add MSR based hypercall API
by Ingo Molnar
· 18 years ago
5972e95
KVM: Use page_private()/set_page_private() apis
by Markus Rechberger
· 18 years ago
9d8f549
KVM: Use ARRAY_SIZE macro instead of manual calculation.
by Ahmed S. Darwish
· 18 years ago
de979ca
KVM: vmx: hack set_cr0_no_modeswitch() to actually do modeswitch
by Joerg Roedel
· 18 years ago
d27d4ac
KVM: Cosmetics
by Avi Kivity
· 18 years ago
43934a3
KVM: Move virtualization deactivation from CPU_DEAD state to CPU_DOWN_PREPARE
by Jeremy Katz
· 18 years ago
bf3f8e8
KVM: mmu: add missing dirty page tracking cases
by Avi Kivity
· 18 years ago
464d1a7
[PATCH] i386: Convert i386 PDA code to use %fs
by Jeremy Fitzhardinge
· 18 years ago
Next »