string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / arch / x86 / kvm /
2009-12-14 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-12-10 Joe Perchesx86: i8254.c: Add pr_fmt(fmt)
2009-12-08 Linus TorvaldsMerge branch 'kvm-updates/2.6.33' of git://git./virt...
2009-12-03 Avi KivityKVM: VMX: Fix comparison of guest efer with stale host...
2009-12-03 Avi KivityKVM: Drop user return notifier when disabling virtualiz...
2009-12-03 Sheng YangKVM: VMX: Disable unrestricted guest when EPT disabled
2009-12-03 Avi KivityKVM: x86 emulator: limit instructions to 15 bytes
2009-12-03 Jan KiszkaKVM: x86: Add KVM_GET/SET_VCPU_EVENTS
2009-12-03 Avi KivityKVM: VMX: Report unexpected simultaneous exceptions...
2009-12-03 Avi KivityKVM: Allow internal errors reported to userspace to...
2009-12-03 Jan KiszkaKVM: x86: Polish exception injection via KVM_SET_GUEST_...
2009-12-03 Marcelo TosattiKVM: x86: disallow KVM_{SET,GET}_LAPIC without allocate...
2009-12-03 Marcelo TosattiKVM: x86: disallow multiple KVM_CREATE_IRQCHIP
2009-12-03 Avi KivityKVM: VMX: Remove vmx->msr_offset_efer
2009-12-03 Marcelo TosattiKVM: MMU: update invlpg handler comment
2009-12-03 Marcelo TosattiKVM: VMX: move CR3/PDPTR update to vmx_set_cr3
2009-12-03 Gleb NatapovKVM: remove duplicated task_switch check
2009-12-03 Avi KivityKVM: VMX: Use shared msr infrastructure
2009-12-03 Avi KivityKVM: x86 shared msr infrastructure
2009-12-03 Avi KivityKVM: VMX: Move MSR_KERNEL_GS_BASE out of the vmx autolo...
2009-12-03 Eduardo HabkostKVM: SVM: init_vmcb(): remove redundant save->cr0 initi...
2009-12-03 Eduardo HabkostKVM: SVM: Reset cr0 properly on vcpu reset
2009-12-03 Eduardo HabkostKVM: VMX: Use macros instead of hex value on cr0 initia...
2009-12-03 Glauber CostaKVM: allow userspace to adjust kvmclock offset
2009-12-03 Jan KiszkaKVM: SVM: Cleanup NMI singlestep
2009-12-03 Jan KiszkaKVM: x86: Fix guest single-stepping while interruptible
2009-12-03 Ed SwierkKVM: Xen PV-on-HVM guest support
2009-12-03 Jan KiszkaKVM: x86: Drop unneeded CONFIG_HAS_IOMEM check
2009-12-03 Marcelo TosattiKVM: VMX: fix handle_pause declaration
2009-12-03 Zachary AmsdenKVM: x86: Harden against cpufreq
2009-12-03 Mark LangsdorfKVM: SVM: Support Pause Filter in AMD processors
2009-12-03 Zhai, EdwinKVM: VMX: Add support for Pause-Loop Exiting
2009-12-03 Joerg RoedelKVM: SVM: Remove nsvm_printk debugging code
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for skinit instruction
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for invlpga instruction
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for #vmexit because intr pending
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for injected #vmexit
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for nested #vmexit
2009-12-03 Joerg RoedelKVM: SVM: Add tracepoint for nested vmrun
2009-12-03 Joerg RoedelKVM: SVM: Move INTR vmexit out of atomic code
2009-12-03 Alexander GrafKVM: SVM: Notify nested hypervisor of lost event injections
2009-12-03 Glauber CostaKVM: x86: include pvclock MSRs in msrs_to_save
2009-12-03 Jan KiszkaKVM: x86: Rework guest single-step flag injection and...
2009-12-03 Marcelo TosattiKVM: x86: disable paravirt mmu reporting
2009-12-03 Jan KiszkaKVM: x86: Refactor guest debug IOCTL handling
2009-12-03 Juan QuintelaKVM: remove pre_task_link setting in save_state_to_tss16
2009-12-03 Zachary AmsdenKVM: Fix hotplug of CPUs
2009-12-03 Zachary AmsdenKVM: Fix printk name error in svm.c
2009-12-03 Zachary AmsdenKVM: Kill the confusing tsc_ref_khz and ref_freq variables
2009-12-03 Zachary AmsdenKVM: Separate timer intialization into an indepedent...
2009-12-03 Joerg RoedelKVM: SVM: Remove remaining occurences of rdtscll
2009-12-03 Joerg RoedelKVM: SVM: don't copy exit_int_info on nested vmrun
2009-12-03 Joerg RoedelKVM: SVM: reorganize svm_interrupt_allowed
2009-12-03 Huang WeiyiKVM: remove duplicated #include
2009-12-03 Alexander GrafKVM: Activate Virtualization On Demand
2009-12-03 Marcelo TosattiKVM: SVM: remove needless mmap_sem acquision from neste...
2009-12-03 Mohammed GamalKVM: VMX: Enhance invalid guest state emulation
2009-12-03 Mohammed GamalKVM: x86 emulator: Add pusha and popa instructions
2009-12-03 Mohammed GamalKVM: x86 emulator: Add missing decoder flags for 'or...
2009-12-03 Avi KivityKVM: Move assigned device code to own file
2009-12-03 Avi KivityKVM: Return -ENOTTY on unrecognized ioctls
2009-12-03 Gleb NatapovKVM: Drop kvm->irq_lock lock from irq injection path
2009-12-03 Gleb NatapovKVM: Move IO APIC to its own lock
2009-12-03 Gleb NatapovKVM: Move irq sharing information to irqchip level
2009-12-03 Gleb NatapovKVM: Call pic_clear_isr() on pic reset to reuse logic...
2009-12-03 Avi KivityKVM: Don't pass kvm_run arguments
2009-12-03 Mohammed GamalKVM: x86 emulator: Introduce No64 decode option
2009-12-03 Mohammed GamalKVM: x86 emulator: Add 'push/pop sreg' instructions
2009-11-21 Ingo MolnarMerge branch 'tracing/hw-breakpoints' into perf/core
2009-11-10 Frederic Weisbeckerhw-breakpoints: Wrap in the KVM breakpoint active state...
2009-11-08 Frederic Weisbeckerhw-breakpoints: Rewrite the hw-breakpoints layer on...
2009-11-04 Gleb NatapovKVM: get_tss_base_addr() should return a gpa_t
2009-11-04 Jan KiszkaKVM: x86: Catch potential overrun in MCE setup
2009-10-29 Tejun Heopercpu: make percpu symbols in x86 unique
2009-10-17 Frederic WeisbeckerMerge commit 'perf/core' into perf/hw-breakpoint
2009-10-16 Frederik DeweerdtKVM: MMU: fix pointer cast
2009-10-16 Marcelo TosattiKVM: use proper hrtimer function to retrieve expiration...
2009-10-04 Izik EidusKVM: add support for change_pte mmu notifiers
2009-10-04 Izik EidusKVM: MMU: add SPTE_HOST_WRITEABLE flag to the shadow...
2009-10-04 Izik EidusKVM: MMU: dont hold pagecount reference for mapped...
2009-10-04 Avi KivityKVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID
2009-10-04 Marcelo TosattiKVM: VMX: flush TLB with INVEPT on cpu migration
2009-10-04 Aurelien JarnoKVM: fix LAPIC timer period overflow
2009-10-04 Joerg RoedelKVM: SVM: Handle tsc in svm_get_msr/svm_set_msr correctly
2009-10-04 Joerg RoedelKVM: SVM: Fix tsc offset adjustment when running nested
2009-09-15 Ingo MolnarMerge branch 'linus' into tracing/hw-breakpoints
2009-09-15 Linus TorvaldsMerge branch 'kvm-updates/2.6.32' of git://git./virt...
2009-09-10 Avi KivityKVM: VMX: Check cpl before emulating debug register...
2009-09-10 Gleb NatapovKVM: fix misreporting of coalesced interrupts by kvm...
2009-09-10 Marcelo TosattiKVM: x86: drop duplicate kvm_flush_remote_tlb calls
2009-09-10 Gleb NatapovKVM: VMX: call vmx_load_host_state() only if msr is...
2009-09-10 Avi KivityKVM: VMX: Conditionally reload debug register 6
2009-09-10 Avi KivityKVM: Use thread debug register storage instead of kvm...
2009-09-10 Gleb NatapovKVM: VMX: Fix cr8 exiting control clobbering by EPT
2009-09-10 Avi KivityKVM: Optimize kvm_mmu_unprotect_page_virt() for tdp
2009-09-10 Avi KivityKVM: Protect update_cr8_intercept() when running withou...
2009-09-10 Sheng YangKVM: VMX: Fix EPT with WP bit change during paging
2009-09-10 Mikhail ErshovKVM: Use kvm_{read,write}_guest_virt() to read and...
2009-09-10 Mohammed GamalKVM: x86 emulator: Add adc and sbb missing decoder...
2009-09-10 Avi KivityKVM: Rename x86_emulate.c to emulate.c
next