summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-03-25x86: Correct behaviour of irq affinityRusty Russell1-2/+3
2009-03-25x86: early_ioremap_init(), use __fix_to_virt(), because we are sure it's safeWang Chen1-1/+1
2009-03-25x86: use default_cpu_mask_to_apicid for 64bitYinghai Lu2-26/+12
2009-03-25x86: fix set_extra_move_desc callingYinghai Lu1-1/+2
2009-03-24Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar5-38/+26
2009-03-24Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' a...Ingo Molnar14-241/+326
2009-03-24x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited protPallipadi, Venkatesh1-0/+3
2009-03-24KVM: VMX: Don't allow uninhibited access to EFER on i386Avi Kivity1-1/+1
2009-03-24KVM: Fix missing smp tlb flush in invlpgAndrea Arcangeli1-0/+4
2009-03-24KVM: fix sparse warnings: Should it be static?Hannes Eder2-9/+10
2009-03-24KVM: fix sparse warnings: context imbalanceHannes Eder1-0/+2
2009-03-24KVM: is_long_mode() should check for EFER.LMAAmit Shah1-1/+1
2009-03-24KVM: VMX: Update necessary state when guest enters long modeAmit Shah1-30/+24
2009-03-24KVM: MMU: Fix another largepage memory leakJoerg Roedel1-1/+1
2009-03-24KVM: SVM: set accessed bit for VMCB segment selectorsAndre Przywara1-12/+29
2009-03-24KVM: Report IRQ injection status to userspace.Gleb Natapov3-8/+25
2009-03-24KVM: MMU: remove assertion in kvm_mmu_alloc_pageJoerg Roedel1-1/+0
2009-03-24KVM: MMU: remove redundant check in mmu_set_spteJoerg Roedel1-6/+2
2009-03-24KVM: Fix kvmclock on !constant_tsc boxesGerd Hoffmann1-9/+94
2009-03-24KVM: VMX: Use kvm_mmu_page_fault() handle EPT violation mmioSheng Yang1-29/+1
2009-03-24KVM: Drop unused evaluations from string pio handlersJan Kiszka2-6/+2
2009-03-24KVM: Add FFXSR supportAlexander Graf2-0/+15
2009-03-24x86: Add EFER descriptions for FFXSRAlexander Graf1-0/+2
2009-03-24KVM: make irq ack notifications aware of routing tableMarcelo Tosatti2-2/+5
2009-03-24KVM: Avoid using CONFIG_ in userspace visible headersAvi Kivity1-0/+1
2009-03-24KVM: Userspace controlled irq routingAvi Kivity1-0/+6
2009-03-24KVM: x86: Fix typos and whitespace errorsAmit Shah1-17/+16
2009-03-24KVM: MMU: Only enable cr4_pge role in shadow modeAvi Kivity1-1/+1
2009-03-24KVM: MMU: Rename "metaphysical" attribute to "direct"Avi Kivity3-24/+25
2009-03-24KVM: MMU: drop zeroing on mmu_memory_cache_allocMarcelo Tosatti1-1/+0
2009-03-24KVM: SVM: Fix typo in has_svm()Joe Perches1-1/+1
2009-03-24KVM: Reset PIT irq injection logic when the PIT IRQ is unmaskedAvi Kivity2-0/+16
2009-03-24KVM: Add CONFIG_HAVE_KVM_IRQCHIPAvi Kivity1-0/+4
2009-03-24KVM: MMU: Optimize page unshadowingAvi Kivity1-3/+12
2009-03-24KVM: SVM: Add microcode patch level dummyAlexander Graf1-0/+3
2009-03-24KVM: Properly lock PIT creationAvi Kivity2-2/+6
2009-03-24KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb)Avi Kivity1-1/+25
2009-03-24KVM: VMX: When emulating on invalid vmx state, don't return to userspace unne...Avi Kivity1-2/+6
2009-03-24KVM: x86 emulator: Make emulate_pop() a little more genericAvi Kivity1-9/+6
2009-03-24KVM: VMX: Prevent exit handler from running if emulating due to invalid stateAvi Kivity1-7/+4
2009-03-24KVM: VMX: don't clobber segment AR if emulating invalid stateAvi Kivity1-1/+1
2009-03-24KVM: VMX: Fix guest state validity checksAvi Kivity1-4/+14
2009-03-24KVM: Move struct kvm_pio_request into x86 kvm_host.hAvi Kivity1-0/+12
2009-03-24KVM: PIT: provide an option to disable interrupt reinjectionMarcelo Tosatti4-0/+31
2009-03-24KVM: Fallback support for MSR_VM_HSAVE_PAAvi Kivity1-0/+2
2009-03-24KVM: remove the vmap usageIzik Eidus1-49/+13
2009-03-24KVM: introduce kvm_read_guest_virt, kvm_write_guest_virtIzik Eidus2-18/+42
2009-03-24KVM: VMX: initialize TSC offset relative to vm creation timeMarcelo Tosatti3-8/+14
2009-03-24KVM: MMU: Drop walk_shadow()Avi Kivity1-20/+0
2009-03-24KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg()Avi Kivity1-49/+32