aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-22Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into upstream/for-linusJeremy Fitzhardinge3-101/+119
2010-11-12xen: implement XENMEM_machphys_mappingIan Campbell4-18/+13
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
2010-10-24KVM: x86 emulator: get rid of "restart" in emulation context.Gleb Natapov1-1/+3
2010-10-24KVM: x86: Fix a possible backwards warp of kvmclockZachary Amsden1-0/+2
2010-10-24x86: pvclock: Move scale_delta into common headerZachary Amsden1-0/+38
2010-10-24KVM: x86: Unify TSC logicZachary Amsden1-2/+3
2010-10-24KVM: x86: TSC reset compensationZachary Amsden1-0/+3
2010-10-24KVM: x86: Move TSC offset writes to common codeZachary Amsden1-0/+3
2010-10-24KVM: x86: Drop vm_init_tscZachary Amsden1-1/+0
2010-10-24KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pagesDave Hansen1-1/+1
2010-10-24KVM: rename x86 kvm->arch.n_alloc_mmu_pagesDave Hansen1-1/+1
2010-10-24KVM: x86 emulator: Allow accessing IDT via emulator opsMohammed Gamal1-0/+1
2010-10-24KVM: Move kvm_guest_init out of generic codeAlexander Graf1-0/+6
2010-10-24KVM: x86 emulator: Decode memory operands directly into a 'struct operand'Avi Kivity1-3/+0
2010-10-24KVM: x86 emulator: drop use_modrm_eaAvi Kivity1-1/+0