summaryrefslogtreecommitdiff
path: root/include/asm-x86
AgeCommit message (Expand)AuthorFilesLines
2008-07-21Merge branch 'linus' into x86/paravirt-spinlocksIngo Molnar3-24/+57
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity1-14/+12
2008-07-20KVM: x86 emulator: lazily evaluate segment registersAvi Kivity1-7/+3
2008-07-20KVM: x86 emulator: simplify rip relative decodingAvi Kivity1-0/+1
2008-07-20KVM: Add coalesced MMIO support (x86 part)Laurent Vivier1-0/+1
2008-07-20KVM: Prefixes segment functions that will be exported with "kvm_"Guillaume Thouvenin1-0/+4
2008-07-20KVM: MTRR supportAvi Kivity1-0/+3
2008-07-20KVM: Order segment register constants in the same way as cpu operand encodingAvi Kivity1-2/+2
2008-07-20KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang1-0/+1
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang1-0/+4
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity1-1/+0
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity1-0/+24
2008-07-20KVM: MMU: Fix false flooding when a pte points to page tableAvi Kivity1-0/+1
2008-07-20KVM: SVM: add tracing support for TDP page faultsJoerg Roedel1-0/+1
2008-07-18x86: suppress sparse returning void warningsHarvey Harrison1-2/+2
2008-07-18Merge branch 'linus' into x86/paravirt-spinlocksIngo Molnar3-1/+8
2008-07-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2008-07-17x86: fix asm/e820.h for userspace inclusionRusty Russell1-1/+2
2008-07-17Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-0/+4
2008-07-17ACPI : Create "idle=nomwait" bootparamZhao Yakui1-0/+1
2008-07-17ACPI: Create "idle=halt" bootparamZhao Yakui1-0/+1
2008-07-16x86: paravirt spinlocks, !CONFIG_SMP build fixesIngo Molnar1-0/+4
2008-07-16xen: implement Xen-specific spinlocksJeremy Fitzhardinge1-0/+1
2008-07-16paravirt: introduce a "lock-byte" spinlock implementationJeremy Fitzhardinge2-1/+66
2008-07-16x86/paravirt: add hooks for spinlock operationsJeremy Fitzhardinge3-16/+78
2008-07-16x86_64: further cleanup of 32-bit compat syscall mechanismsJeremy Fitzhardinge1-0/+8
2008-07-16xen64: save lots of registersJeremy Fitzhardinge1-4/+22
2008-07-16xen64: implement 64-bit update_descriptorJeremy Fitzhardinge1-4/+9
2008-07-16Xen64: HYPERVISOR_set_segment_base() implementationEduardo Habkost1-0/+8
2008-07-16xen64: register callbacks in arch-independent wayJeremy Fitzhardinge1-0/+12
2008-07-16xen64: use arbitrary_virt_to_machine for xen_set_pmdJeremy Fitzhardinge1-1/+1
2008-07-16xen64: early mapping setupJeremy Fitzhardinge1-0/+2
2008-07-16x86_64: add workaround for no %gs-based percpuJeremy Fitzhardinge2-0/+27
2008-07-16xen64: add extra pv_mmu_opsJeremy Fitzhardinge1-0/+4
2008-07-16xen64: fix calls into hypercall pageJeremy Fitzhardinge1-48/+122
2008-07-16xen: fix 64-bit hypercall variantsJeremy Fitzhardinge1-29/+31
2008-07-16xen64: define asm/xen/interface for 64-bitJeremy Fitzhardinge3-90/+305
2008-07-16x86_64: unstatic get_local_pdaJeremy Fitzhardinge1-0/+2
2008-07-16x86/paravirt: call paravirt_pagetable_setup_{start, done}Eduardo Habkost2-15/+18
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar7-31/+23
2008-07-15x86: Fix compile error with CONFIG_AS_CFI=nKevin Winchester1-15/+15
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar4-23/+20
2008-07-14Merge commit 'v2.6.26' into x86/coreIngo Molnar1-2/+2
2008-07-14x86: make 64bit hpet_set_mapping to use ioremap too, v2Yinghai Lu1-1/+0
2008-07-13x86: change _node_to_cpumask_ptr to return const ptrMike Travis1-5/+5
2008-07-13x86: I/O APIC: remove an IRQ2-mask hackMaciej W. Rozycki2-11/+0
2008-07-13x86: fix numaq_tsc_disable callingYinghai Lu1-0/+2
2008-07-13Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2008-07-12x86: fix ldt limit for 64 bitMichael Karcher1-2/+2
2008-07-11Merge branch 'x86/generalize-visws' into x86/coreIngo Molnar11-151/+36