Age | Commit message (Expand) | Author |
2009-03-25 | x86: Correct behaviour of irq affinity | Rusty Russell |
2009-03-25 | x86: early_ioremap_init(), use __fix_to_virt(), because we are sure it's safe | Wang Chen |
2009-03-24 | x86: use default_cpu_mask_to_apicid for 64bit | Yinghai Lu |
2009-03-24 | x86: fix set_extra_move_desc calling | Yinghai Lu |
2009-03-24 | Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw... | Ingo Molnar |
2009-03-24 | Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' a... | Ingo Molnar |
2009-03-24 | x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited prot | Pallipadi, Venkatesh |
2009-03-24 | KVM: VMX: Don't allow uninhibited access to EFER on i386 | Avi Kivity |
2009-03-24 | KVM: Fix missing smp tlb flush in invlpg | Andrea Arcangeli |
2009-03-24 | KVM: fix sparse warnings: Should it be static? | Hannes Eder |
2009-03-24 | KVM: fix sparse warnings: context imbalance | Hannes Eder |
2009-03-24 | KVM: is_long_mode() should check for EFER.LMA | Amit Shah |
2009-03-24 | KVM: VMX: Update necessary state when guest enters long mode | Amit Shah |
2009-03-24 | KVM: MMU: Fix another largepage memory leak | Joerg Roedel |
2009-03-24 | KVM: SVM: set accessed bit for VMCB segment selectors | Andre Przywara |
2009-03-24 | KVM: Report IRQ injection status to userspace. | Gleb Natapov |
2009-03-24 | KVM: MMU: remove assertion in kvm_mmu_alloc_page | Joerg Roedel |
2009-03-24 | KVM: MMU: remove redundant check in mmu_set_spte | Joerg Roedel |
2009-03-24 | KVM: Fix kvmclock on !constant_tsc boxes | Gerd Hoffmann |
2009-03-24 | KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation mmio | Sheng Yang |
2009-03-24 | KVM: Drop unused evaluations from string pio handlers | Jan Kiszka |
2009-03-24 | KVM: Add FFXSR support | Alexander Graf |
2009-03-24 | x86: Add EFER descriptions for FFXSR | Alexander Graf |
2009-03-24 | KVM: make irq ack notifications aware of routing table | Marcelo Tosatti |
2009-03-24 | KVM: Avoid using CONFIG_ in userspace visible headers | Avi Kivity |
2009-03-24 | KVM: Userspace controlled irq routing | Avi Kivity |
2009-03-24 | KVM: x86: Fix typos and whitespace errors | Amit Shah |
2009-03-24 | KVM: MMU: Only enable cr4_pge role in shadow mode | Avi Kivity |
2009-03-24 | KVM: MMU: Rename "metaphysical" attribute to "direct" | Avi Kivity |
2009-03-24 | KVM: MMU: drop zeroing on mmu_memory_cache_alloc | Marcelo Tosatti |
2009-03-24 | KVM: SVM: Fix typo in has_svm() | Joe Perches |
2009-03-24 | KVM: Reset PIT irq injection logic when the PIT IRQ is unmasked | Avi Kivity |
2009-03-24 | KVM: Add CONFIG_HAVE_KVM_IRQCHIP | Avi Kivity |
2009-03-24 | KVM: MMU: Optimize page unshadowing | Avi Kivity |
2009-03-24 | KVM: SVM: Add microcode patch level dummy | Alexander Graf |
2009-03-24 | KVM: Properly lock PIT creation | Avi Kivity |
2009-03-24 | KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb) | Avi Kivity |
2009-03-24 | KVM: VMX: When emulating on invalid vmx state, don't return to userspace unne... | Avi Kivity |
2009-03-24 | KVM: x86 emulator: Make emulate_pop() a little more generic | Avi Kivity |
2009-03-24 | KVM: VMX: Prevent exit handler from running if emulating due to invalid state | Avi Kivity |
2009-03-24 | KVM: VMX: don't clobber segment AR if emulating invalid state | Avi Kivity |
2009-03-24 | KVM: VMX: Fix guest state validity checks | Avi Kivity |
2009-03-24 | KVM: Move struct kvm_pio_request into x86 kvm_host.h | Avi Kivity |
2009-03-24 | KVM: PIT: provide an option to disable interrupt reinjection | Marcelo Tosatti |
2009-03-24 | KVM: Fallback support for MSR_VM_HSAVE_PA | Avi Kivity |
2009-03-24 | KVM: remove the vmap usage | Izik Eidus |
2009-03-24 | KVM: introduce kvm_read_guest_virt, kvm_write_guest_virt | Izik Eidus |
2009-03-24 | KVM: VMX: initialize TSC offset relative to vm creation time | Marcelo Tosatti |
2009-03-24 | KVM: MMU: Drop walk_shadow() | Avi Kivity |
2009-03-24 | KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg() | Avi Kivity |