summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-245-22/+134
|\
| * KVM: x86: TSC catchup modeZachary Amsden2010-10-241-0/+6
| * KVM: x86 emulator: Expose emulate_int_real()Mohammed Gamal2010-10-241-1/+2
| * KVM: MMU: Don't track nested fault info in error-codeJoerg Roedel2010-10-241-0/+1
| * KVM: Non-atomic interrupt injectionAvi Kivity2010-10-241-0/+1
| * KVM: MMU: Track NX state in struct kvm_mmuJoerg Roedel2010-10-241-0/+2
| * KVM: MMU: Allow long mode shadows for legacy page tablesJoerg Roedel2010-10-241-0/+1
| * KVM: MMU: Add kvm_mmu parameter to load_pdptrs functionJoerg Roedel2010-10-241-2/+3
| * KVM: MMU: Propagate the right fault back to the guest after gva_to_gpaJoerg Roedel2010-10-241-0/+1
| * KVM: X86: Add kvm_read_guest_page_mmu functionJoerg Roedel2010-10-241-0/+3
| * KVM: MMU: Implement nested gva_to_gpa functionsJoerg Roedel2010-10-241-0/+10
| * KVM: X86: Introduce pointer to mmu context used for gva_to_gpaJoerg Roedel2010-10-241-0/+13
| * KVM: MMU: Add infrastructure for two-level page walkerJoerg Roedel2010-10-241-0/+1
| * KVM: MMU: Track page fault data in struct vcpuJoerg Roedel2010-10-242-6/+12
| * KVM: MMU: Introduce inject_page_fault function pointerJoerg Roedel2010-10-241-0/+3
| * KVM: MMU: Introduce get_cr3 function pointerJoerg Roedel2010-10-241-0/+1
| * KVM: X86: Introduce a tdp_set_cr3 functionJoerg Roedel2010-10-241-0/+2
| * KVM: MMU: Make set_cr3 a function pointer in kvm_mmuJoerg Roedel2010-10-241-0/+1
| * KVM: MMU: Make tdp_enabled a mmu-context parameterJoerg Roedel2010-10-241-0/+1
| * x86: Define MSR_EBC_FREQUENCY_IDJes Sorensen2010-10-241-0/+1
| * KVM: x86 emulator: get rid of "restart" in emulation context.Gleb Natapov2010-10-241-1/+3
| * KVM: x86: Fix a possible backwards warp of kvmclockZachary Amsden2010-10-241-0/+2
| * x86: pvclock: Move scale_delta into common headerZachary Amsden2010-10-241-0/+38
| * KVM: x86: Unify TSC logicZachary Amsden2010-10-241-2/+3
| * KVM: x86: TSC reset compensationZachary Amsden2010-10-241-0/+3
| * KVM: x86: Move TSC offset writes to common codeZachary Amsden2010-10-241-0/+3
| * KVM: x86: Drop vm_init_tscZachary Amsden2010-10-241-1/+0
| * KVM: replace x86 kvm n_free_mmu_pages with n_used_mmu_pagesDave Hansen2010-10-241-1/+1
| * KVM: rename x86 kvm->arch.n_alloc_mmu_pagesDave Hansen2010-10-241-1/+1
| * KVM: x86 emulator: Allow accessing IDT via emulator opsMohammed Gamal2010-10-241-0/+1
| * KVM: Move kvm_guest_init out of generic codeAlexander Graf2010-10-241-0/+6
| * KVM: x86 emulator: Decode memory operands directly into a 'struct operand'Avi Kivity2010-10-241-3/+0
| * KVM: x86 emulator: drop use_modrm_eaAvi Kivity2010-10-241-1/+0
| * KVM: x86 emulator: use correct type for memory address in operandsAvi Kivity2010-10-241-1/+4
| * KVM: x86 emulator: push segment override out of decode_modrm()Avi Kivity2010-10-241-0/+1
| * KVM: x86 emulator: check io permissions only once for string pioGleb Natapov2010-10-241-0/+1
| * KVM: x86 emulator: allow storing emulator execution function in decode tablesAvi Kivity2010-10-241-0/+1
| * KVM: x86 emulator: store x86_emulate_ops in emulation contextAvi Kivity2010-10-241-5/+4
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds2010-10-233-56/+47
|\ \ \ \ \ \
| | * | | | | x86, asm: Fix CFI macro invocations to deal with shortcomings in gasJan Beulich2010-10-193-56/+47
* | | | | | | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2010-10-223-6/+1
|\ \ \ \ \ \ \
| * | | | | | | x86-32, mm: Add an initial page table for core bootstrappingBorislav Petkov2010-10-203-6/+1
| * | | | | | | Merge branch 'x86/cleanups' into x86/trampolineH. Peter Anvin2010-10-202-2/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'x86/vmware' into x86/trampolineH. Peter Anvin2010-10-204-373/+0
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-221-0/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86, percpu: Optimize this_cpu_ptrBrian Gerst2010-09-101-0/+14
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2010-10-221-0/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bitops: make asm-generic/bitops/find.h more genericAkinobu Mita2010-10-091-0/+2
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-10-223-17/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: Remove CONFIG_4KSTACKSChristoph Hellwig2010-06-292-10/+1
OpenPOWER on IntegriCloud