aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2009-03-24KVM: Properly lock PIT creationAvi Kivity
2009-03-24KVM: x86 emulator: implement 'ret far' instruction (opcode 0xcb)Avi Kivity
2009-03-24KVM: VMX: When emulating on invalid vmx state, don't return to userspace unne...Avi Kivity
2009-03-24KVM: x86 emulator: Make emulate_pop() a little more genericAvi Kivity
2009-03-24KVM: VMX: Prevent exit handler from running if emulating due to invalid stateAvi Kivity
2009-03-24KVM: VMX: don't clobber segment AR if emulating invalid stateAvi Kivity
2009-03-24KVM: VMX: Fix guest state validity checksAvi Kivity
2009-03-24KVM: Move struct kvm_pio_request into x86 kvm_host.hAvi Kivity
2009-03-24KVM: PIT: provide an option to disable interrupt reinjectionMarcelo Tosatti
2009-03-24KVM: Fallback support for MSR_VM_HSAVE_PAAvi Kivity
2009-03-24KVM: remove the vmap usageIzik Eidus
2009-03-24KVM: introduce kvm_read_guest_virt, kvm_write_guest_virtIzik Eidus
2009-03-24KVM: VMX: initialize TSC offset relative to vm creation timeMarcelo Tosatti
2009-03-24KVM: MMU: Drop walk_shadow()Avi Kivity
2009-03-24KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in invlpg()Avi Kivity
2009-03-24KVM: MMU: Replace walk_shadow() by for_each_shadow_entry() in fetch()Avi Kivity
2009-03-24KVM: MMU: Use for_each_shadow_entry() in __direct_map()Avi Kivity
2009-03-24KVM: MMU: Add for_each_shadow_entry(), a simpler alternative to walk_shadow()Avi Kivity
2009-03-24KVM: Fix vmload and friends misinterpreted as lidtAvi Kivity
2009-03-24KVM: MMU: Initialize a shadow page's global attribute from cr4.pgeAvi Kivity
2009-03-24KVM: MMU: Segregate mmu pages created with different cr4.pge settingsAvi Kivity
2009-03-24KVM: MMU: Inherit a shadow page's guest level count from vcpu setupAvi Kivity
2009-03-24KVM: x86: Wire-up hardware breakpoints for guest debuggingJan Kiszka
2009-03-24KVM: x86: Virtualize debug registersJan Kiszka
2009-03-24KVM: VMX: Allow single-stepping when uninterruptibleJan Kiszka
2009-03-24KVM: New guest debug interfaceJan Kiszka
2009-03-24KVM: VMX: Support for injecting software exceptionsJan Kiszka
2009-03-24KVM: SVM: Only allow setting of EFER_SVME when CPUID SVM is setAlexander Graf
2009-03-24KVM: SVM: Allow setting the SVME bitAlexander Graf
2009-03-24KVM: SVM: Allow read access to MSR_VM_VRJoerg Roedel
2009-03-24KVM: SVM: Add VMEXIT handler and interceptsAlexander Graf
2009-03-24KVM: SVM: Add VMRUN handlerAlexander Graf
2009-03-24KVM: SVM: Add VMLOAD and VMSAVE handlersAlexander Graf
2009-03-24KVM: SVM: Implement hsaveAlexander Graf
2009-03-24KVM: SVM: Implement GIF, clgi and stgiAlexander Graf
2009-03-24KVM: SVM: Add helper functions for nested SVMAlexander Graf
2009-03-24KVM: SVM: Move EFER and MSR constants to generic x86 codeAlexander Graf
2009-03-24KVM: SVM: Clean up VINTR settingAlexander Graf
2009-03-24Merge commit 'origin/master' into nextBenjamin Herrenschmidt
2009-03-23x86/dmi: fix dmi_alloc() section mismatchesJeremy Fitzhardinge
2009-03-23x86: e820 fix various signedness issues in setup.c and e820.cJaswinder Singh Rajput
2009-03-23x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_chip all the timeJaswinder Singh Rajput
2009-03-23x86: irq.c keep CONFIG_X86_LOCAL_APIC interrupts togetherJaswinder Singh Rajput
2009-03-23x86: irq.c use same path for show_interruptsJaswinder Singh Rajput
2009-03-23x86: cpu/cpu.h cleanupJaswinder Singh Rajput
2009-03-22x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.cDmitri Vorobiev
2009-03-21Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw...Ingo Molnar
2009-03-21Revert "x86: create a non-zero sized bm_pte only when needed"Jeremy Fitzhardinge
2009-03-21x86: pci-nommu.c cleanupJaswinder Singh Rajput
2009-03-21x86: io_delay.c cleanupJaswinder Singh Rajput