Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[safe/jmp/linux-2.6] / arch / x86 / kvm / x86.c
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 Jan KiszkaKVM: x86: Add KVM_GET/SET_VCPU_EVENTS
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 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: x86 shared msr infrastructure
2009-12-03 Glauber CostaKVM: allow userspace to adjust kvmclock offset
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 Zachary AmsdenKVM: x86: Harden against cpufreq
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 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: Kill the confusing tsc_ref_khz and ref_freq variables
2009-12-03 Zachary AmsdenKVM: Separate timer intialization into an indepedent...
2009-12-03 Alexander GrafKVM: Activate Virtualization On Demand
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 Avi KivityKVM: Don't pass kvm_run arguments
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-17 Frederic WeisbeckerMerge commit 'perf/core' into perf/hw-breakpoint
2009-10-04 Avi KivityKVM: Prevent overflow in KVM_GET_SUPPORTED_CPUID
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 Marcelo TosattiKVM: x86: drop duplicate kvm_flush_remote_tlb calls
2009-09-10 Avi KivityKVM: Use thread debug register storage instead of kvm...
2009-09-10 Avi KivityKVM: Protect update_cr8_intercept() when running withou...
2009-09-10 Mikhail ErshovKVM: Use kvm_{read,write}_guest_virt() to read and...
2009-09-10 Avi KivityKVM: Rename x86_emulate.c to emulate.c
2009-09-10 Anthony LiguoriKVM: When switching to a vm8086 task, load segments...
2009-09-10 Gleb NatapovKVM: Update cr8 intercept when APIC TPR is changed...
2009-09-10 Amit ShahKVM: ignore reads to perfctr msrs
2009-09-10 Jan KiszkaKVM: x86: Disallow hypercalls for guest callers in...
2009-09-10 Joerg RoedelKVM: report 1GB page support to userspace
2009-09-10 Mikhail ErshovKVM: Align cr8 threshold when userspace changes cr8
2009-09-10 Sheng YangKVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl
2009-09-10 Akinobu MitaKVM: x86: use kvm_get_gdt() and kvm_read_ldt()
2009-09-10 Akinobu MitaKVM: x86: use get_desc_base() and get_desc_limit()
2009-09-10 Gleb NatapovKVM: Reduce runnability interface with arch support...
2009-09-10 Gleb NatapovKVM: Move exception handling to the same place as other...
2009-09-10 Gregory HaskinsKVM: add ioeventfd support
2009-09-10 Beth KonKVM: PIT support for HPET legacy mode
2009-09-10 Gleb NatapovKVM: Always report x2apic as supported feature
2009-09-10 Gleb NatapovKVM: No need to kick cpu if not in a guest mode
2009-09-10 Andre PrzywaraKVM: fix MMIO_CONF_BASE MSR access
2009-09-10 Jan KiszkaRevert "KVM: x86: check for cr3 validity in ioctl_set_s...
2009-09-10 Andre PrzywaraKVM: handle AMD microcode MSR
2009-09-10 Gleb NatapovKVM: x2apic interface to lapic
2009-09-10 Gleb NatapovKVM: Add Directed EOI support to APIC emulation
2009-09-10 Avi KivityKVM: Trace mmio
2009-09-10 Andre PrzywaraKVM: Ignore PCI ECS I/O enablement
2009-09-10 Michael S. TsirkinKVM: remove in_range from io devices
2009-09-10 Michael S. TsirkinKVM: switch pit creation to slots_lock
2009-09-10 Andre PrzywaraKVM: introduce module parameter for ignoring unknown...
2009-09-10 Andre PrzywaraKVM: ignore reads from AMDs C1E enabled MSR
2009-09-10 Andre PrzywaraKVM: ignore AMDs HWCR register access to set the FFDIS bit
2009-09-10 Marcelo TosattiKVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU...
2009-09-10 Andre PrzywaraKVM: Allow emulation of syscalls instructions on #UD
2009-09-10 Marcelo TosattiKVM: convert custom marker based tracing to event traces
2009-09-10 Gleb NatapovKVM: Replace pending exception by PF if it happens...
2009-09-10 Andre PrzywaraKVM: Move performance counter MSR access interception...
2009-09-10 Gleb NatapovKVM: Use macro to iterate over vcpus.
2009-09-10 Gleb NatapovKVM: Introduce kvm_vcpu_is_bsp() function.
2009-09-10 Avi KivityKVM: MMU: Adjust pte accessors to explicitly indicate...
2009-09-10 Marcelo TosattiKVM: switch irq injection/acking data structures to...
2009-09-10 Avi KivityKVM: Cache pdptrs
2009-09-10 Gregory HaskinsKVM: cleanup io_device code
2009-09-10 Jan KiszkaKVM: Allow PIT emulation without speaker port
2009-09-10 Gregory HaskinsKVM: irqfd
2009-09-10 Gleb NatapovKVM: Drop interrupt shadow when single stepping should...
2009-09-10 Mark McLoughlinKVM: fix cpuid E2BIG handling for extended request...
2009-09-10 Jaswinder Singh... KVM: Use MSR names in place of address
2009-09-10 Huang YingKVM: Add MCE support
2009-09-10 Jaswinder Singh... KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_...
2009-08-27 H. Peter AnvinMerge branch 'x86/urgent' into x86/pat
2009-08-24 Ingo MolnarMerge commit 'v2.6.31-rc7' into x86/cleanups
2009-08-09 Marcin Slusarzx86: Use printk_once()
2009-08-05 Marcelo TosattiKVM: x86: verify MTRR/PAT validity
2009-08-05 Jan KiszkaKVM: Fix KVM_GET_MSR_INDEX_LIST
2009-06-28 Amit ShahKVM: Ignore reads to K7 EVNTSEL MSRs
2009-06-10 Gleb NatapovKVM: Disable CR8 intercept if tpr patching is active
next