aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-12KVM: Retry fault before vmentryGleb Natapov1-1/+3
2011-01-12KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov1-0/+18
2010-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+3
2010-12-17x86: avoid high BIOS area when allocating address spaceBjorn Helgaas1-0/+3
2010-12-08KVM: enlarge number of possible CPUID leavesAndre Przywara1-1/+1
2010-11-28x86/pvclock: Zero last_value on resumeJeremy Fitzhardinge1-0/+1
2010-11-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-2/+23
2010-11-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+5
2010-11-25arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inlineAndrew Morton1-2/+2
2010-11-22Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into upstream/for-linusJeremy Fitzhardinge3-101/+119
2010-11-18x86-64: Fix and clean up AMD Fam10 MMCONF enablingJan Beulich1-1/+1
2010-11-18x86: UV: Address interrupt/IO port operation conflictDimitri Sivanich2-1/+22
2010-11-18Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/urgentIngo Molnar1-5/+5
2010-11-12xen: implement XENMEM_machphys_mappingIan Campbell4-18/+13
2010-11-10tracing: Force arch_local_irq_* notrace for paravirtSteven Rostedt1-5/+5
2010-11-10x86, UV: Update node controller MMRsJack Steiner1-93/+96
2010-11-09x86: Address gcc4.6 "set but not used" warnings in apic.hAndi Kleen1-5/+5
2010-10-29Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+18
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds7-2/+123
2010-10-27Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-9/+11
2010-10-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-4/+7
2010-10-27x86-32: Allocate irq stacks seperate from percpu areaBrian Gerst1-2/+0
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds2-2/+27
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra2-14/+2
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra2-7/+8
2010-10-26x86, uv: Enable Westmere support on SGI UVRuss Anderson1-3/+18
2010-10-25Merge branch 'linus' into x86/urgentIngo Molnar59-787/+692
2010-10-25Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/oprofile into perf/urgentIngo Molnar2-9/+11
2010-10-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86Linus Torvalds1-0/+2
2010-10-25Merge branch 'oprofile/core' into oprofile/x86Robert Richter35-604/+250
2010-10-24Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-22/+134
2010-10-24KVM: x86: TSC catchup modeZachary Amsden1-0/+6
2010-10-24KVM: x86 emulator: Expose emulate_int_real()Mohammed Gamal1-1/+2
2010-10-24KVM: MMU: Don't track nested fault info in error-codeJoerg Roedel1-0/+1
2010-10-24KVM: Non-atomic interrupt injectionAvi Kivity1-0/+1
2010-10-24KVM: MMU: Track NX state in struct kvm_mmuJoerg Roedel1-0/+2
2010-10-24KVM: MMU: Allow long mode shadows for legacy page tablesJoerg Roedel1-0/+1
2010-10-24KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel1-2/+3
2010-10-24KVM: MMU: Propagate the right fault back to the guest after gva_to_gpaJoerg Roedel1-0/+1
2010-10-24KVM: X86: Add kvm_read_guest_page_mmu functionJoerg Roedel1-0/+3
2010-10-24KVM: MMU: Implement nested gva_to_gpa functionsJoerg Roedel1-0/+10
2010-10-24KVM: X86: Introduce pointer to mmu context used for gva_to_gpaJoerg Roedel1-0/+13
2010-10-24KVM: MMU: Add infrastructure for two-level page walkerJoerg Roedel1-0/+1
2010-10-24KVM: MMU: Track page fault data in struct vcpuJoerg Roedel2-6/+12
2010-10-24KVM: MMU: Introduce inject_page_fault function pointerJoerg Roedel1-0/+3
2010-10-24KVM: MMU: Introduce get_cr3 function pointerJoerg Roedel1-0/+1
2010-10-24KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel1-0/+2
2010-10-24KVM: MMU: Make set_cr3 a function pointer in kvm_mmuJoerg Roedel1-0/+1
2010-10-24KVM: MMU: Make tdp_enabled a mmu-context parameterJoerg Roedel1-0/+1
2010-10-24x86: Define MSR_EBC_FREQUENCY_IDJes Sorensen1-0/+1