| Commit message (Expand) | Author | Age |
... | |
| * | | KVM: x86: include pvclock MSRs in msrs_to_save | Glauber Costa | 2009-12-03 |
| * | | KVM: x86: Rework guest single-step flag injection and filtering | Jan Kiszka | 2009-12-03 |
| * | | KVM: x86: disable paravirt mmu reporting | Marcelo Tosatti | 2009-12-03 |
| * | | KVM: x86: Refactor guest debug IOCTL handling | Jan Kiszka | 2009-12-03 |
| * | | KVM: remove pre_task_link setting in save_state_to_tss16 | Juan Quintela | 2009-12-03 |
| * | | KVM: Fix hotplug of CPUs | Zachary Amsden | 2009-12-03 |
| * | | KVM: Fix printk name error in svm.c | Zachary Amsden | 2009-12-03 |
| * | | KVM: Kill the confusing tsc_ref_khz and ref_freq variables | Zachary Amsden | 2009-12-03 |
| * | | KVM: Separate timer intialization into an indepedent function | Zachary Amsden | 2009-12-03 |
| * | | KVM: SVM: Remove remaining occurences of rdtscll | Joerg Roedel | 2009-12-03 |
| * | | KVM: SVM: don't copy exit_int_info on nested vmrun | Joerg Roedel | 2009-12-03 |
| * | | KVM: SVM: reorganize svm_interrupt_allowed | Joerg Roedel | 2009-12-03 |
| * | | KVM: remove duplicated #include | Huang Weiyi | 2009-12-03 |
| * | | KVM: Activate Virtualization On Demand | Alexander Graf | 2009-12-03 |
| * | | KVM: SVM: remove needless mmap_sem acquision from nested_svm_map | Marcelo Tosatti | 2009-12-03 |
| * | | KVM: VMX: Enhance invalid guest state emulation | Mohammed Gamal | 2009-12-03 |
| * | | KVM: x86 emulator: Add pusha and popa instructions | Mohammed Gamal | 2009-12-03 |
| * | | KVM: x86 emulator: Add missing decoder flags for 'or' instructions | Mohammed Gamal | 2009-12-03 |
| * | | KVM: Move assigned device code to own file | Avi Kivity | 2009-12-03 |
| * | | KVM: Return -ENOTTY on unrecognized ioctls | Avi Kivity | 2009-12-03 |
| * | | KVM: Drop kvm->irq_lock lock from irq injection path | Gleb Natapov | 2009-12-03 |
| * | | KVM: Move IO APIC to its own lock | Gleb Natapov | 2009-12-03 |
| * | | KVM: Move irq sharing information to irqchip level | Gleb Natapov | 2009-12-03 |
| * | | KVM: Call pic_clear_isr() on pic reset to reuse logic there | Gleb Natapov | 2009-12-03 |
| * | | KVM: Don't pass kvm_run arguments | Avi Kivity | 2009-12-03 |
| * | | KVM: x86 emulator: Introduce No64 decode option | Mohammed Gamal | 2009-12-03 |
| * | | KVM: x86 emulator: Add 'push/pop sreg' instructions | Mohammed Gamal | 2009-12-03 |
* | | | Merge branch 'tracing/hw-breakpoints' into perf/core | Ingo Molnar | 2009-11-21 |
|\ \ \
| |/ /
|/| | |
|
| * | | hw-breakpoints: Wrap in the KVM breakpoint active state check | Frederic Weisbecker | 2009-11-10 |
| * | | hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events | Frederic Weisbecker | 2009-11-08 |
| * | | Merge commit 'perf/core' into perf/hw-breakpoint | Frederic Weisbecker | 2009-10-17 |
| |\ \ |
|
| * \ \ | Merge branch 'linus' into tracing/hw-breakpoints | Ingo Molnar | 2009-09-15 |
| |\ \ \
| | | |/
| | |/| |
|
* | | | | KVM: get_tss_base_addr() should return a gpa_t | Gleb Natapov | 2009-11-04 |
* | | | | KVM: x86: Catch potential overrun in MCE setup | Jan Kiszka | 2009-11-04 |
* | | | | KVM: MMU: fix pointer cast | Frederik Deweerdt | 2009-10-16 |
* | | | | KVM: use proper hrtimer function to retrieve expiration time | Marcelo Tosatti | 2009-10-16 |
| |_|/
|/| | |
|
* | | | KVM: add support for change_pte mmu notifiers | Izik Eidus | 2009-10-04 |
* | | | KVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow ptes | Izik Eidus | 2009-10-04 |
* | | | KVM: MMU: dont hold pagecount reference for mapped sptes pages | Izik Eidus | 2009-10-04 |
* | | | KVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID | Avi Kivity | 2009-10-04 |
* | | | KVM: VMX: flush TLB with INVEPT on cpu migration | Marcelo Tosatti | 2009-10-04 |
* | | | KVM: fix LAPIC timer period overflow | Aurelien Jarno | 2009-10-04 |
* | | | KVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly | Joerg Roedel | 2009-10-04 |
* | | | KVM: SVM: Fix tsc offset adjustment when running nested | Joerg Roedel | 2009-10-04 |
| |/
|/| |
|
* | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2009-09-14 |
|\ \ |
|
| * | | KVM: VMX: Check cpl before emulating debug register access | Avi Kivity | 2009-09-10 |
| * | | KVM: fix misreporting of coalesced interrupts by kvm tracer | Gleb Natapov | 2009-09-10 |
| * | | KVM: x86: drop duplicate kvm_flush_remote_tlb calls | Marcelo Tosatti | 2009-09-10 |
| * | | KVM: VMX: call vmx_load_host_state() only if msr is cached | Gleb Natapov | 2009-09-10 |
| * | | KVM: VMX: Conditionally reload debug register 6 | Avi Kivity | 2009-09-10 |