summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2010-05-17KVM: Provide current eip as part of emulator context.Gleb Natapov1-1/+2
2010-05-17KVM: Provide x86_emulate_ctxt callback to get current cplGleb Natapov1-0/+1
2010-05-17KVM: remove realmode_lmsw function.Gleb Natapov1-2/+0
2010-05-17KVM: Provide callback to get/set control registers in emulator ops.Gleb Natapov2-3/+2
2010-05-17KVM: Remove pointer to rflags from realmode_set_cr parameters.Gleb Natapov1-2/+1
2010-05-17KVM: MMU: Reinstate pte prefetch on invlpgAvi Kivity1-0/+1
2010-05-17KVM: x86: Use native_store_idt() instead of kvm_get_idt()Wei Yongjun1-5/+0
2010-05-14x86, k8: Fix build error when K8_NB is disabledBorislav Petkov1-0/+5
2010-05-14add descriptive comment for TIF_MEMDIE task flag declaration.Andreas Dilger1-1/+1
2010-05-13x86: Use .cfi_sections for assembly codeRoland McGrath1-0/+12
2010-05-11x86, fpu: Use static_cpu_has() to implement use_xsave()H. Peter Anvin1-9/+3
2010-05-11x86: Add new static_cpu_has() function using alternativesH. Peter Anvin1-0/+57
2010-05-11x86/PCI: Convert pci_config_lock to raw_spinlockThomas Gleixner1-1/+1
2010-05-11Merge branch 'iommu/largepages' into amd-iommu/2.6.35Joerg Roedel1-0/+34
2010-05-10x86, fpu: Use the proper asm constraint in use_xsave()H. Peter Anvin1-1/+1
2010-05-10Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-0/+1
2010-05-10x86: Introduce 'struct fpu' and related APIAvi Kivity3-34/+94
2010-05-10x86: Eliminate TS_XSAVEAvi Kivity2-5/+16
2010-05-08Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin3-7/+26
2010-05-07x86: Clean up the hypervisor layerH. Peter Anvin5-42/+39
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+1
2010-05-06x86: Detect running on a Microsoft HyperV systemKy Srinivasan3-0/+16
2010-05-06x86, acpi/irq: Define gsi_end when X86_IO_APIC is undefinedEric W. Biederman1-0/+1
2010-05-04x86, irq: Kill io_apic_renumber_irqEric W. Biederman1-1/+0
2010-05-04x86, ioapic: Simplify probe_nr_irqs_gsi.Eric W. Biederman1-6/+0
2010-05-04x86, ioapic: Teach mp_register_ioapic to compute a global gsi_endEric W. Biederman1-0/+1
2010-05-04x86, ioapic: Fix the types of gsi valuesEric W. Biederman1-5/+5
2010-05-04x86, ioapic: Only export mp_find_ioapic and mp_find_ioapic_pin in io_apic.hEric W. Biederman1-4/+0
2010-05-03x86, k8: Fix build error when K8_NB is disabledBorislav Petkov1-0/+5
2010-05-03x86: Merge simd_math_error() into math_error()Brian Gerst1-1/+1
2010-05-03Merge commit 'v2.6.34-rc6' into core/lockingIngo Molnar44-281/+604
2010-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Herbert Xu35-148/+483
2010-05-01hw-breakpoints: Get the number of available registers on boot dynamicallyFrederic Weisbecker1-0/+5
2010-05-01hw-breakpoints: Change/Enforce some breakpoints policiesFrederic Weisbecker1-3/+2
2010-04-30x86: Fix 'reservetop=' functionalityLiang Li1-0/+1
2010-04-29Merge branch 'x86/asm' into x86/atomicH. Peter Anvin79-905/+1038
2010-04-29x86: Fix LOCK_PREFIX_HERE for uniprocessor buildH. Peter Anvin1-0/+1
2010-04-28x86, hpet: Restrict read back to affected ATI chipsetsThomas Gleixner1-0/+1
2010-04-28x86: Clean up arch/x86/Kconfig*Jan Beulich1-1/+1
2010-04-28x86-64: Reduce SMP locks table sizeJan Beulich2-4/+4
2010-04-28x86, asm: Introduce and use percpu_inc()Jan Beulich2-1/+25
2010-04-25KVM: move segment_base() into vmx.cGleb Natapov1-9/+0
2010-04-25KVM: Drop kvm_get_gdt() in favor of generic linux functionGleb Natapov1-5/+0
2010-04-25KVM: SVM: Implement emulation of vm_cr msrJoerg Roedel1-0/+4
2010-04-25KVM: x86: Add kvm_is_linear_ripJan Kiszka1-1/+3
2010-04-25KVM: x86: Add support for saving&restoring debug registersJan Kiszka1-0/+10
2010-04-25KVM: x86: Save&restore interrupt shadow maskJan Kiszka2-4/+6
2010-04-25KVM: remove redundant prototype of load_pdptrs()Takuya Yoshikawa1-1/+0
2010-04-25KVM: use desc_ptr struct instead of kvm private descriptor_tableGleb Natapov1-11/+6
2010-04-23x86, pat: Update the page flags for memtype atomically instead of using memty...Robin Holt1-19/+25