pandora-kernel.git
2011-01-12 Avi KivityKVM: Initialize fpu state in preemptible context
2011-01-12 Gleb NatapovKVM: VMX: when entering real mode align segment base...
2011-01-12 Xiao GuangrongKVM: MMU: handle 'map_writable' in set_spte() function
2011-01-12 Xiao GuangrongKVM: MMU: audit: allow audit more guests at the same...
2011-01-12 Avi KivityKVM: Fetch guest cr3 from hardware on demand
2011-01-12 Avi KivityKVM: Replace reads of vcpu->arch.cr3 by an accessor
2011-01-12 Marcelo TosattiKVM: MMU: only write protect mappings at pagetable...
2011-01-12 Avi KivityKVM: VMX: Correct asm constraint in vmcs_load()/vmcs_cl...
2011-01-12 Avi KivityKVM: MMU: Initialize base_role for tdp mmus
2011-01-12 Avi KivityKVM: VMX: Optimize atomic EFER load
2011-01-12 Avi KivityKVM: VMX: Add definitions for more vm entry/exit contro...
2011-01-12 Andre PrzywaraKVM: SVM: copy instruction bytes from VMCB
2011-01-12 Andre PrzywaraKVM: SVM: implement enhanced INVLPG intercept
2011-01-12 Andre PrzywaraKVM: SVM: enhance mov DR intercept handler
2011-01-12 Andre PrzywaraKVM: SVM: enhance MOV CR intercept handler
2011-01-12 Andre PrzywaraKVM: SVM: add new SVM feature bit names
2011-01-12 Andre PrzywaraKVM: cleanup emulate_instruction
2011-01-12 Andre PrzywaraKVM: move complete_insn_gp() into x86.c
2011-01-12 Andre PrzywaraKVM: x86: fix CR8 handling
2011-01-12 Avi KivityKVM guest: Fix kvm clock initialization when it's confi...
2011-01-12 Takuya YoshikawaKVM: Take missing slots_lock for kvm_io_bus_unregister_...
2011-01-12 Lai JiangshanKVM: return true when user space query KVM_CAP_USER_NMI...
2011-01-12 Avi KivityKVM: Correct kvm_pio tracepoint count field
2011-01-12 Avi KivityKVM: MMU: Fix incorrect direct page write protection...
2011-01-12 Avi KivityKVM: Fix build error on s390 due to missing tlbs_dirty
2011-01-12 Joerg RoedelKVM: SVM: Add xsetbv intercept
2011-01-12 Takuya YoshikawaKVM: MMU: Make the way of accessing lpage_info more...
2011-01-12 Anthony LiguoriKVM: VMX: add module parameter to avoid trapping HLT...
2011-01-12 Joerg RoedelKVM: SVM: Implement Flush-By-Asid feature
2011-01-12 Joerg RoedelKVM: SVM: Use svm_flush_tlb instead of force_new_asid
2011-01-12 Joerg RoedelKVM: SVM: Remove flush_guest_tlb function
2011-01-12 Xiao GuangrongKVM: MMU: retry #PF for softmmu
2011-01-12 Xiao GuangrongKVM: MMU: fix accessed bit set on prefault path
2011-01-12 Xiao GuangrongKVM: MMU: rename 'no_apf' to 'prefault'
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for LBR state
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for CR2 register
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for Segements and CPL
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for GDT and IDT
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for DR6 and DR7
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for control registers
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for NPT state
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for interrupt state
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for the ASID
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for IOPM_BASE and MSRPM_BASE
2011-01-12 Joerg RoedelKVM: SVM: Add clean-bit for intercetps, tsc-offset...
2011-01-12 Roedel, JoergKVM: SVM: Add clean-bits infrastructure code
2011-01-12 Takuya YoshikawaKVM: MMU: Avoid dropping accessed bit while removing...
2011-01-12 Avi KivityKVM: VMX: Return 0 from a failed VMREAD
2011-01-12 Avi KivityKVM: Don't spin on virt instruction faults during reboot
2011-01-12 Joerg RoedelKVM: SVM: Use get_host_vmcb function in svm_get_msr...
2011-01-12 Joerg RoedelKVM: SVM: Add manipulation functions for misc intercepts
2011-01-12 Joerg RoedelKVM: SVM: Add manipulation functions for exception...
2011-01-12 Joerg RoedelKVM: SVM: Add manipulation functions for DRx intercepts
2011-01-12 Roedel, JoergKVM: SVM: Add manipulation functions for CRx intercepts
2011-01-12 Joerg RoedelKVM: SVM: Add function to recalculate intercept masks
2011-01-12 Joerg RoedelKVM: X86: Don't report L2 emulation failures to user...
2011-01-12 Joerg RoedelKVM: SVM: Make Use of the generic guest-mode functions
2011-01-12 Joerg RoedelKVM: X86: Introduce generic guest-mode representation
2011-01-12 Avi KivityKVM: Pull extra page fault information into struct...
2011-01-12 Avi KivityKVM: Push struct x86_exception into walk_addr()
2011-01-12 Avi KivityKVM: Push struct x86_exception info the various gva_to_...
2011-01-12 Avi KivityKVM: x86 emulator: simplify exception generation
2011-01-12 Avi KivityKVM: x86 emulator: tighen up ->read_std() and ->write_s...
2011-01-12 Avi KivityKVM: x86 emulator: drop dead pf injection in emulate_popf()
2011-01-12 Avi KivityKVM: x86 emulator: make emulator memory callbacks retur...
2011-01-12 Avi KivityKVM: x86 emulator: introduce struct x86_exception to...
2011-01-12 Xiao GuangrongKVM: MMU: delay flush all tlbs on sync_page path
2011-01-12 Xiao GuangrongKVM: MMU: abstract invalid guest pte mapping
2011-01-12 Xiao GuangrongKVM: MMU: remove 'clear_unsync' parameter
2011-01-12 Lai JiangshanKVM: MMU: rename 'reset_host_protection' to 'host_writable'
2011-01-12 Xiao GuangrongKVM: MMU: don't drop spte if overwrite it from W to RO
2011-01-12 Xiao GuangrongKVM: MMU: fix forgot flush tlbs on sync_page path
2011-01-12 Alexander GrafKVM: PPC: Fix compile warning
2011-01-12 Avi KivityKVM: Add instruction-set-specific exit qualifications...
2011-01-12 Avi KivityKVM: Record instruction set in kvm_exit tracepoint
2011-01-12 Michael S.... KVM: fast-path msi injection with irqfd
2011-01-12 Avi KivityKVM: VMX: Fold __vmx_vcpu_run() into vmx_vcpu_run()
2011-01-12 Avi KivityKVM: x86 emulator: do not perform address calculations...
2011-01-12 Avi KivityKVM: x86 emulator: preserve an operand's segment identity
2011-01-12 Avi KivityKVM: x86 emulator: drop DPRINTF()
2011-01-12 Avi KivityKVM: x86 emulator: drop unused #ifndef __KERNEL__
2011-01-12 Shane WangKVM: VMX: Inform user about INTEL_TXT dependency
2011-01-12 Takuya YoshikawaKVM: rename hardware_[dis|en]able() to *_nolock() and...
2011-01-12 Takuya YoshikawaKVM: take kvm_lock for hardware_disable() during cpu...
2011-01-12 Xiao GuangrongKVM: MMU: don't mark spte notrap if reserved bit set
2011-01-12 Jan KiszkaKVM: Document device assigment API
2011-01-12 Jan KiszkaKVM: Clean up kvm_vm_ioctl_assigned_device
2011-01-12 Jan KiszkaKVM: Save/restore state of assigned PCI device
2011-01-12 Jan KiszkaKVM: Refactor IRQ names of assigned devices
2011-01-12 Jan KiszkaKVM: Switch assigned device IRQ forwarding to threaded...
2011-01-12 Jan KiszkaKVM: Clear assigned guest IRQ on release
2011-01-12 Avi KivityKVM: Mask KVM_GET_SUPPORTED_CPUID data with Linux cpuid...
2011-01-12 Avi KivityKVM: SVM: Replace svm_has() by standard Linux cpuid...
2011-01-12 Xiao GuangrongKVM: MMU: fix apf prefault if nested guest is enabled
2011-01-12 Xiao GuangrongKVM: MMU: support apf for nonpaing guest
2011-01-12 Xiao GuangrongKVM: MMU: clear apfs if page state is changed
2011-01-12 Xiao GuangrongKVM: MMU: fix missing post sync audit
2011-01-12 Jan KiszkaKVM: Clean up vm creation and release
2011-01-12 Tracey DentKVM: x86: Makefile clean up
2011-01-12 Xiao GuangrongKVM: remove unused function declaration
next