deliverable/linux.git
2009-09-10  Michael S.... KVM: export kvm_para.h
2009-09-10  Amit ShahDocumentation: Update KVM list email address
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  Avi KivityKVM: VMX: Adjust rflags if in real mode emulation
2009-09-10  Avi KivityKVM: Move #endif KVM_CAP_IRQ_ROUTING to correct place
2009-09-10  Avi KivityKVM: SVM: Drop tlb flush workaround in npt
2009-09-10  Gleb NatapovKVM: Update cr8 intercept when APIC TPR is changed...
2009-09-10  Joerg RoedelKVM: SVM: enable nested svm by default
2009-09-10  Joerg RoedelKVM: SVM: check for nested VINTR flag in svm_interrupt_...
2009-09-10  Joerg RoedelKVM: SVM: move nested_svm_intr main logic out of if...
2009-09-10  Joerg RoedelKVM: SVM: remove unnecessary is_nested check from svm_c...
2009-09-10  Joerg RoedelKVM: SVM: move special nested exit handling to separate...
2009-09-10  Joerg RoedelKVM: SVM: handle errors in vmrun emulation path appropr...
2009-09-10  Joerg RoedelKVM: SVM: remove nested_svm_do and helper functions
2009-09-10  Joerg RoedelKVM: SVM: clean up nested vmrun path
2009-09-10  Joerg RoedelKVM: SVM: clean up nestec vmload/vmsave paths
2009-09-10  Joerg RoedelKVM: SVM: clean up nested_svm_exit_handled_msr
2009-09-10  Joerg RoedelKVM: SVM: get rid of nested_svm_vmexit_real
2009-09-10  Joerg RoedelKVM: SVM: simplify nested_svm_check_exception
2009-09-10  Joerg RoedelKVM: SVM: do nested vmexit in nested_svm_exit_handled
2009-09-10  Joerg RoedelKVM: SVM: consolidate nested_svm_exit_handled
2009-09-10  Joerg RoedelKVM: SVM: cache nested intercepts
2009-09-10  Joerg RoedelKVM: SVM: move nested svm state into seperate struct
2009-09-10  Joerg RoedelKVM: SVM: complete interrupts after handling nested...
2009-09-10  Joerg RoedelKVM: SVM: copy only necessary parts of the control...
2009-09-10  Joerg RoedelKVM: SVM: optimize nested vmrun
2009-09-10  Joerg RoedelKVM: SVM: optimize nested #vmexit
2009-09-10  Joerg RoedelKVM: SVM: add helper functions for global interrupt...
2009-09-10  Avi Kivityx86: Export kmap_atomic_to_page()
2009-09-10  Gleb NatapovKVM: Replace pic_lock()/pic_unlock() with direct call...
2009-09-10  Gleb NatapovKVM: Call ack notifiers from PIC when guest OS acks...
2009-09-10  Gleb NatapovKVM: Call kvm_vcpu_kick() inside pic spinlock
2009-09-10  Roel KluinKVM: fix EFER read buffer overflow
2009-09-10  Amit ShahKVM: ignore reads to perfctr msrs
2009-09-10  Avi KivityKVM: VMX: Optimize vmx_get_cpl()
2009-09-10  Jan KiszkaKVM: x86: Disallow hypercalls for guest callers in...
2009-09-10  Marcelo TosattiKVM: MMU: fix bogus alloc_mmu_pages assignment
2009-09-10  Izik EidusKVM: MMU: make __kvm_mmu_free_some_pages handle empty...
2009-09-10  Bartlomiej... KVM: remove superfluous NULL pointer check in kvm_injec...
2009-09-10  Joerg RoedelKVM: report 1GB page support to userspace
2009-09-10  Joerg RoedelKVM: MMU: enable gbpages by increasing nr of pagesizes
2009-09-10  Joerg RoedelKVM: MMU: shadow support for 1gb pages
2009-09-10  Joerg RoedelKVM: MMU: make page walker aware of mapping levels
2009-09-10  Joerg RoedelKVM: MMU: make direct mapping paths aware of mapping...
2009-09-10  Joerg RoedelKVM: MMU: rename is_largepage_backed to mapping_level
2009-09-10  Joerg RoedelKVM: MMU: make rmap code aware of mapping levels
2009-09-10  Xiao GuangrongKVM: fix kvm_init() error handling
2009-09-10  Marcelo TosattiKVM: limit lapic periodic timer frequency
2009-09-10  Mikhail ErshovKVM: Align cr8 threshold when userspace changes cr8
2009-09-10  Jan KiszkaKVM: VMX: Avoid to return ENOTSUPP to userland
2009-09-10  Jan KiszkaKVM: Drop obsolete cpu_get/put in make_all_cpus_request
2009-09-10  Gleb NatapovKVM: PIT: Unregister ack notifier callback when freeing
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: s390: remove unused structs
2009-09-10  Marcelo TosattiKVM: MMU: fix missing locking in alloc_mmu_pages
2009-09-10  Sheng YangKVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu...
2009-09-10  Gleb NatapovKVM: silence lapic kernel messages that can be triggere...
2009-09-10  Gleb NatapovKVM: Reduce runnability interface with arch support...
2009-09-10  Gleb NatapovKVM: Move kvm_cpu_get_interrupt() declaration to x86...
2009-09-10  Gleb NatapovKVM: Move exception handling to the same place as other...
2009-09-10  Joerg RoedelKVM: MMU: Fix MMU_DEBUG compile breakage
2009-09-10  Gregory HaskinsKVM: add ioeventfd support
2009-09-10  Gregory HaskinsKVM: make io_bus interface more robust
2009-09-10  Andre PrzywaraKVM: add module parameters documentation
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  Gleb NatapovKVM: Add trace points in irqchip code
2009-09-10  Michael S.... KVM: ignore msi request if !level
2009-09-10  Andre PrzywaraKVM: fix MMIO_CONF_BASE MSR access
2009-09-10  Avi KivityKVM: Trace shadow page lifecycle
2009-09-10  Avi KivityKVM: Document basic API
2009-09-10  Avi KivityKVM: MMU: Trace guest pagetable walker
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...
next
This page took 0.051972 seconds and 5 git commands to generate.