summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm
AgeCommit message (Expand)Author
2011-05-11KVM: MMU: remove mmu_seq verification on pte update pathXiao Guangrong
2011-05-11KVM: SVM: Add checks for IO instructionsJoerg Roedel
2011-05-11KVM: SVM: Add intercept checks for remaining twobyte instructionsJoerg Roedel
2011-05-11KVM: SVM: Add intercept check for accessing dr registersJoerg Roedel
2011-05-11KVM: SVM: Add intercept check for emulated cr accessesJoerg Roedel
2011-05-11KVM: x86: Add x86 callback for intercept checkJoerg Roedel
2011-05-11KVM: x86 emulator: Add flag to check for protected mode instructionsJoerg Roedel
2011-05-11KVM: x86 emulator: Add check_perm callbackJoerg Roedel
2011-05-11KVM: x86 emulator: Don't write-back cpu-state on X86EMUL_INTERCEPTEDJoerg Roedel
2011-05-11KVM: x86 emulator: add SVM interceptsAvi Kivity
2011-05-11KVM: x86 emulator: add framework for instruction interceptsAvi Kivity
2011-05-11KVM: x86 emulator: SSE supportAvi Kivity
2011-05-11KVM: x86 emulator: define callbacks for using the guest fpu within the emulatorAvi Kivity
2011-05-11KVM: x86 emulator: do not munge rep prefixAvi Kivity
2011-05-11KVM: 16-byte mmio supportAvi Kivity
2011-05-11KVM: VMX: Cache cplAvi Kivity
2011-05-11KVM: VMX: Optimize vmx_get_rflags()Avi Kivity
2011-04-28x86: devicetree: Configure IOAPIC pin only onceSebastian Andrzej Siewior
2011-04-21x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPSDavid Rientjes
2011-04-18x86, gart: Set DISTLBWALKPRB bit alwaysJoerg Roedel
2011-04-18x86, gart: Convert spaces to tabs in enable_gart_translationJoerg Roedel
2011-04-15x86, amd: Disable GartTlbWlkErr when BIOS forgets itJoerg Roedel
2011-04-06x86-32, fpu: Fix FPU exception handling on non-SSE systemsHans Rosenfeld
2011-03-29x86: Stop including <linux/delay.h> in two asm header filesJean Delvare
2011-03-27percpu: Omit segment prefix in the UP case for cmpxchg_doubleChristoph Lameter
2011-03-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-03-23remove dma64_addr_tFUJITA Tomonori
2011-03-23bitops: remove minix bitops from asm/bitops.hAkinobu Mita
2011-03-23bitops: remove ext2 non-atomic bitops from asm/bitops.hAkinobu Mita
2011-03-23bitops: introduce little-endian bitops for most architecturesAkinobu Mita
2011-03-23x86: add context tag to mark mm when running a task in 32-bit compatibility modeStephen Wilson
2011-03-23Merge branch 'linus' into releaseLen Brown
2011-03-23Merge commit 'v2.6.38' into releaseLen Brown
2011-03-22x86: allow CONFIG_ISA_DMA_API to be disabledDavid Rientjes
2011-03-22add the common dma_addr_t typedef to include/linux/types.hFUJITA Tomonori
2011-03-22mm: NUMA aware alloc_thread_info_node()Eric Dumazet
2011-03-21introduce sys_syncfs to sync a single file systemSage Weil
2011-03-18Merge branch 'acpica' into releaseLen Brown
2011-03-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-03-18x86: Flush TLB if PGD entry is changed in i386 PAE modeShaohua Li
2011-03-18x86, dumpstack: Correct stack dump info when frame pointer is availableNamhyung Kim
2011-03-18x86: Fix common misspellingsLucas De Marchi
2011-03-18Merge branch 'linus' into x86/urgentIngo Molnar
2011-03-17KVM: MMU: cleanup pte write pathXiao Guangrong
2011-03-17KVM: emulator: Fix io permission checking for 64bit guestGleb Natapov
2011-03-17KVM: MMU: do not record gfn in kvm_mmu_pte_writeXiao Guangrong
2011-03-17KVM: x86: Convert tsc_write_lock to raw_spinlockJan Kiszka
2011-03-17KVM: Convert kvm_lock to raw_spinlockJan Kiszka
2011-03-17KVM: x86 emulator: vendor specific instructionsAvi Kivity