summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+6
|\
| * percpu: Avoid extra NOP in percpu_cmpxchg16b_doubleEric Dumazet2011-03-281-1/+6
* | x86: Get rid of asmregparmRichard Weinberger2011-05-241-5/+0
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-05-231-2/+0
|\ \
| * | x86/PCI: Remove dma32_reserve_bootmemYinghai Lu2011-05-101-2/+0
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-233-26/+93
|\ \ \
| * | | x86, apic: Make apic drivers staticSuresh Siddha2011-05-221-7/+0
| * | | x86, apic: Clean up bigsmp apic selection codeSuresh Siddha2011-05-221-1/+1
| * | | x86, apic: Introduce .apicdrivers section to find the list of apic driversSuresh Siddha2011-05-221-0/+20
| * | | x86, x2apic: Move the common bits to x2apic.hCyrill Gorcunov2011-05-201-0/+62
| * | | x86, ioapic: Consolidate gsi routing info into 'struct ioapic'Suresh Siddha2011-05-201-0/+1
| * | | x86, ioapic: Consolidate mp_ioapics[] into 'struct ioapic'Suresh Siddha2011-05-201-3/+3
| * | | x86, ioapic: Add struct ioapicSuresh Siddha2011-05-201-1/+0
| * | | x86, ioapic: Use ioapic_saved_data while enabling intr-remappingSuresh Siddha2011-05-201-14/+6
* | | | Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-05-233-60/+189
|\ \ \ \
| * | | | KVM: VMX: Cache vmcs segment fieldsAvi Kivity2011-05-221-0/+1
| * | | | KVM: x86 emulator: consolidate segment accessorsAvi Kivity2011-05-221-9/+4
| * | | | KVM: mmio_fault_cr2 is not usedGleb Natapov2011-05-221-1/+0
| * | | | KVM: SVM: Get rid of x86_intercept_map::validAvi Kivity2011-05-221-0/+1
| * | | | KVM: x86 emulator: drop x86_emulate_ctxt::vcpuAvi Kivity2011-05-221-2/+0
| * | | | KVM: x86 emulator: add new ->wbinvd() callbackAvi Kivity2011-05-221-0/+1
| * | | | KVM: x86 emulator: add ->fix_hypercall() callbackAvi Kivity2011-05-222-2/+1
| * | | | KVM: x86 emulator: add new ->halt() callbackAvi Kivity2011-05-221-0/+1
| * | | | KVM: x86 emulator: make emulate_invlpg() an emulator callbackAvi Kivity2011-05-222-1/+1
| * | | | KVM: x86 emulator: emulate CLTS internallyAvi Kivity2011-05-221-1/+0
| * | | | KVM: x86 emulator: add and use new callbacks set_idt(), set_gdt()Avi Kivity2011-05-222-3/+2
| * | | | KVM: x86 emulator: drop vcpu argument from intercept callbackAvi Kivity2011-05-221-1/+1
| * | | | KVM: x86 emulator: drop vcpu argument from cr/dr/cpl/msr callbacksAvi Kivity2011-05-221-7/+7
| * | | | KVM: x86 emulator: drop vcpu argument from segment/gdt/idt callbacksAvi Kivity2011-05-221-9/+13
| * | | | KVM: x86 emulator: drop vcpu argument from pio callbacksAvi Kivity2011-05-111-4/+6
| * | | | KVM: x86 emulator: drop vcpu argument from memory read/write callbacksAvi Kivity2011-05-111-18/+16
| * | | | KVM: emulator: Use linearize() when fetching instructionsNelson Elhage2011-05-111-1/+0
| * | | | KVM: X86: Update last_guest_tsc in vcpu_putJoerg Roedel2011-05-111-1/+0
| * | | | KVM: emulator: do not needlesly sync registers from emulator ctxt to vcpuGleb Natapov2011-05-111-0/+2
| * | | | KVM: X86: Implement userspace interface to set virtual_tsc_khzJoerg Roedel2011-05-111-0/+7
| * | | | KVM: X86: Delegate tsc-offset calculation to architecture codeJoerg Roedel2011-05-111-0/+2
| * | | | KVM: X86: Implement call-back to propagate virtual_tsc_khzJoerg Roedel2011-05-111-0/+1
| * | | | KVM: X86: Let kvm-clock report the right tsc frequencyJoerg Roedel2011-05-111-3/+3
| * | | | KVM: SVM: Implement infrastructure for TSC_RATE_MSRJoerg Roedel2011-05-111-0/+1
| * | | | KVM: MMU: remove mmu_seq verification on pte update pathXiao Guangrong2011-05-111-1/+1
| * | | | KVM: SVM: Add checks for IO instructionsJoerg Roedel2011-05-111-0/+4
| * | | | KVM: SVM: Add intercept checks for remaining twobyte instructionsJoerg Roedel2011-05-111-0/+2
| * | | | KVM: SVM: Add intercept check for accessing dr registersJoerg Roedel2011-05-111-0/+2
| * | | | KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel2011-05-112-0/+18
| * | | | KVM: x86: Add x86 callback for intercept checkJoerg Roedel2011-05-112-2/+27
| * | | | KVM: x86 emulator: Add flag to check for protected mode instructionsJoerg Roedel2011-05-111-0/+4
| * | | | KVM: x86 emulator: Add check_perm callbackJoerg Roedel2011-05-111-0/+1
| * | | | KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTEDJoerg Roedel2011-05-111-0/+1
| * | | | KVM: x86 emulator: add SVM interceptsAvi Kivity2011-05-111-0/+35
| * | | | KVM: x86 emulator: add framework for instruction interceptsAvi Kivity2011-05-111-0/+20