safe/jmp/linux-2.6
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 Sheng YangKVM: Fix apic_mmio_write return for unaligned write
2009-09-10 Gleb NatapovKVM: Use temporary variable to shorten lines.
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 apic registers using their symbolic names
2009-09-10 Avi KivityKVM: Trace mmio
2009-09-10 Andre PrzywaraKVM: Ignore PCI ECS I/O enablement
2009-09-10 Avi KivityKVM: Trace irq level and source id
2009-09-10 Jiri SlabyKVM: fix lock imbalance
2009-09-10 Michael S.... KVM: document lock nesting rule
2009-09-10 Michael S.... KVM: remove in_range from io devices
2009-09-10 Michael S.... KVM: convert bus to slots_lock
2009-09-10 Michael S.... KVM: switch pit creation to slots_lock
2009-09-10 Michael S.... KVM: switch coalesced mmio changes to slots_lock
2009-09-10 Michael S.... KVM: document locking for kvm_io_device_ops
2009-09-10 Marcelo TosattiKVM: use vcpu_id instead of bsp_vcpu pointer in kvm_vcp...
2009-09-10 Marcelo TosattiKVM: remove old KVMTRACE support code
2009-09-10 Marcelo TosattiKVM: powerpc: convert marker probes to event trace
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 Joerg RoedelKVM: Prepare memslot data structures for multiple hugep...
2009-09-10 Joerg Roedelhugetlbfs: export vma_kernel_pagsize to modules
2009-09-10 Christian BorntraegerKVM: s390: Fix memslot initialization for userspace_add...
2009-09-10 Andre PrzywaraKVM: x86 emulator: Add sysexit emulation
2009-09-10 Andre PrzywaraKVM: x86 emulator: Add sysenter emulation
2009-09-10 Andre PrzywaraKVM: x86 emulator: add syscall emulation
2009-09-10 Andre PrzywaraKVM: x86 emulator: Prepare for emulation of syscall...
2009-09-10 Andre PrzywaraKVM: x86 emulator: Add missing EFLAGS bit definitions
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 Alexander GrafKVM: SVM: Improve nested interrupt injection
2009-09-10 Alexander GrafKVM: SVM: Implement INVLPGA
2009-09-10 Alexander GrafKVM: Implement MSRs used by Hyper-V
2009-09-10 Alexander Grafx86: Add definition for IGNNE MSR
2009-09-10 Avi KivityKVM: SVM: Don't save/restore host cr2
2009-09-10 Avi KivityKVM: VMX: Only reload guest cr2 if different from host cr2
2009-09-10 Jan KiszkaKVM: Drop useless atomic test from timer function
2009-09-10 Jan KiszkaKVM: Fix racy event propagation in timer
2009-09-10 Gleb NatapovKVM: Optimize searching for highest IRR
2009-09-10 Gleb NatapovKVM: Replace pending exception by PF if it happens...
2009-09-10 Marcelo TosattiKVM: VMX: conditionally disable 2M pages
2009-09-10 Marcelo TosattiKVM: VMX: EPT misconfiguration handler
2009-09-10 Marcelo TosattiKVM: MMU: add kvm_mmu_get_spte_hierarchy helper
2009-09-10 Marcelo TosattiKVM: MMU: make for_each_shadow_entry aware of largepages
2009-09-10 Marcelo TosattiKVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability...
2009-09-10 Andre PrzywaraKVM: Move performance counter MSR access interception...
2009-09-10 Marcelo TosattiKVM: MMU audit: largepage handling
2009-09-10 Marcelo TosattiKVM: MMU audit: audit_mappings tweaks
2009-09-10 Marcelo TosattiKVM: MMU audit: nontrapping ptes in nonleaf level
2009-09-10 Marcelo TosattiKVM: MMU audit: update audit_write_protection
2009-09-10 Marcelo TosattiKVM: MMU audit: update count_writable_mappings / count_...
2009-09-10 Marcelo TosattiKVM: MMU: introduce is_last_spte helper
2009-09-10 Avi KivityKVM: Return to userspace on emulation failure
2009-09-10 Gleb NatapovKVM: Use macro to iterate over vcpus.
2009-09-10 Gleb NatapovKVM: Break dependency between vcpu index in vcpus array...
2009-09-10 Gleb NatapovKVM: Use pointer to vcpu instead of vcpu_id in timer...
2009-09-10 Gleb NatapovKVM: Introduce kvm_vcpu_is_bsp() function.
2009-09-10 Avi KivityKVM: MMU: s/shadow_pte/spte/
2009-09-10 Avi KivityKVM: MMU: Adjust pte accessors to explicitly indicate...
2009-09-10 Avi KivityKVM: MMU: Fix is_dirty_pte()
2009-09-10 Avi KivityKVM: VMX: Move rmode structure to vmx-specific code
2009-09-10 Avi KivityKVM: Reorder ioctls in kvm.h
2009-09-10 Nitin A KambleKVM: VMX: Support Unrestricted Guest feature
2009-09-10 Marcelo TosattiKVM: switch irq injection/acking data structures to...
2009-09-10 Marcelo TosattiKVM: introduce irq_lock, use it to protect ioapic
2009-09-10 Marcelo TosattiKVM: move coalesced_mmio locking to its own device
2009-09-10 Marcelo TosattiKVM: Grab pic lock in kvm_pic_clear_isr_ack
2009-09-10 Jan KiszkaKVM: Cleanup LAPIC interface
2009-09-10 Liu YuKVM: ppc: e500: Add MMUCFG and PVR emulation
2009-09-10 Liu YuKVM: ppc: e500: Directly pass pvr to guest
2009-09-10 Liu YuKVM: ppc: e500: Move to Book-3e MMU definitions
2009-09-10 Avi KivityKVM: Calculate available entries in coalesced mmio...
2009-09-10 Avi KivityKVM: VMX: Fix reporting of unhandled EPT violations
2009-09-10 Avi KivityKVM: Cache pdptrs
2009-09-10 Avi KivityKVM: VMX: Simplify pdptr and cr3 management
2009-09-10 Avi KivityKVM: VMX: Avoid duplicate ept tlb flush when setting cr3
2009-09-10 Gregory HaskinsKVM: do not register i8254 PIO regions until we are...
2009-09-10 Gregory HaskinsKVM: cleanup io_device code
2009-09-10 Gregory HaskinsKVM: Clean up coalesced_mmio destruction
2009-09-10 Stephen RothwellKVM: powerpc: fix some init/exit annotations
2009-09-10 Avi KivityKVM: SVM: Fold kvm_svm.h info svm.c
2009-09-10 Christian EhrhardtKVM: remove redundant declarations
2009-09-10 Sheng YangKVM: No disable_irq for MSI/MSI-X interrupt on device...
2009-09-10 Andre PrzywaraKVM: SVM: use explicit 64bit storage for sysenter values
2009-09-10 Sheng YangKVM: Downsize max support MSI-X entry to 256
2009-09-10 Christian EhrhardtKVM: s390: streamline memslot handling
2009-09-10 Christian EhrhardtKVM: s390: fix signal handling
2009-09-10 Christian EhrhardtKVM: s390: infrastructure to kick vcpus out of guest...
2009-09-10 Jes SorensenKVM: ia64: Correct itc_offset calculations
2009-09-10 Jan KiszkaKVM: Allow PIT emulation without speaker port
2009-09-10 Gregory HaskinsKVM: irqfd
2009-09-10 Avi KivityKVM: Move common KVM Kconfig items to new file virt...
2009-09-10 Gleb NatapovKVM: Drop interrupt shadow when single stepping should...
2009-09-10 Christoph HellwigKVM: cleanup arch/x86/kvm/Makefile
2009-09-10 Avi KivityKVM: x86 emulator: fix jmp far decoding (opcode 0xea)
2009-09-10 Avi KivityKVM: x86 emulator: Implement zero-extended immediate...
next