aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2009-09-10KVM: MMU audit: nontrapping ptes in nonleaf levelMarcelo Tosatti
2009-09-10KVM: MMU audit: update audit_write_protectionMarcelo Tosatti
2009-09-10KVM: MMU audit: update count_writable_mappings / count_rmapsMarcelo Tosatti
2009-09-10KVM: MMU: introduce is_last_spte helperMarcelo Tosatti
2009-09-10KVM: Return to userspace on emulation failureAvi Kivity
2009-09-10KVM: Use macro to iterate over vcpus.Gleb Natapov
2009-09-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov
2009-09-10KVM: Use pointer to vcpu instead of vcpu_id in timer code.Gleb Natapov
2009-09-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov
2009-09-10KVM: MMU: s/shadow_pte/spte/Avi Kivity
2009-09-10KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity
2009-09-10KVM: MMU: Fix is_dirty_pte()Avi Kivity
2009-09-10KVM: VMX: Move rmode structure to vmx-specific codeAvi Kivity
2009-09-10KVM: VMX: Support Unrestricted Guest featureNitin A Kamble
2009-09-10KVM: switch irq injection/acking data structures to irq_lockMarcelo Tosatti
2009-09-10KVM: Grab pic lock in kvm_pic_clear_isr_ackMarcelo Tosatti
2009-09-10KVM: Cleanup LAPIC interfaceJan Kiszka
2009-09-10KVM: VMX: Fix reporting of unhandled EPT violationsAvi Kivity
2009-09-10KVM: Cache pdptrsAvi Kivity
2009-09-10KVM: VMX: Simplify pdptr and cr3 managementAvi Kivity
2009-09-10KVM: VMX: Avoid duplicate ept tlb flush when setting cr3Avi Kivity
2009-09-10KVM: do not register i8254 PIO regions until we are initializedGregory Haskins
2009-09-10KVM: cleanup io_device codeGregory Haskins
2009-09-10KVM: SVM: Fold kvm_svm.h info svm.cAvi Kivity
2009-09-10KVM: SVM: use explicit 64bit storage for sysenter valuesAndre Przywara
2009-09-10KVM: Allow PIT emulation without speaker portJan Kiszka
2009-09-10KVM: irqfdGregory Haskins
2009-09-10KVM: Move common KVM Kconfig items to new file virt/kvm/KconfigAvi Kivity
2009-09-10KVM: Drop interrupt shadow when single stepping should be done only on VMXGleb Natapov
2009-09-10KVM: cleanup arch/x86/kvm/MakefileChristoph Hellwig
2009-09-10KVM: x86 emulator: fix jmp far decoding (opcode 0xea)Avi Kivity
2009-09-10KVM: x86 emulator: Implement zero-extended immediate decodingAvi Kivity
2009-09-10KVM: fix cpuid E2BIG handling for extended request typesMark McLoughlin
2009-09-10KVM: Use MSR names in place of addressJaswinder Singh Rajput
2009-09-10KVM: Add MCE supportHuang Ying
2009-09-10KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput
2009-09-10KVM: VMX: Properly handle software interrupt re-injection in real modeGleb Natapov
2009-08-26x86: Fix vSMP boot crashYinghai Lu
2009-08-25x86, xen: Initialize cx to suppress warningH. Peter Anvin
2009-08-25x86, xen: Suppress WP test on XenJeremy Fitzhardinge
2009-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2009-08-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-08-25x86: Fix build with older binutils and consolidate linker scriptJan Beulich
2009-08-24x86: Fix an incorrect argument of reserve_bootmem()Amerigo Wang
2009-08-21x86: don't call '->send_IPI_mask()' with an empty maskLinus Torvalds
2009-08-21x86: don't send an IPI to the empty set of CPU'sLinus Torvalds
2009-08-20x86: add vmlinux.lds to targets in arch/x86/boot/compressed/MakefileJan Beulich
2009-08-20Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Ingo Molnar
2009-08-19xen: rearrange things to fix stackprotectorJeremy Fitzhardinge
2009-08-19x86: make sure load_percpu_segment has no stackprotectorJeremy Fitzhardinge