summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* asm alternatives: remove incorrect alignment notesLinus Torvalds2011-09-153-7/+0Star
* Merge branch 'kvm-updates/3.1' of git://github.com/avikivity/kvmLinus Torvalds2011-09-071-1/+1
|\
| * KVM: Fix instruction size issue in pvclock scalingDuncan Sands2011-08-301-1/+1
* | All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-271-1/+1
|/
* Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-08-221-2/+2
|\
| * xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich2011-08-171-2/+2
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-137-8/+35
|\ \
| * | x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski2011-08-113-6/+6
| * | x86-64: Wire up getcpu syscallAndy Lutomirski2011-08-111-0/+2
| * | x86-64: Add user_64bit_mode paravirt opAndy Lutomirski2011-08-053-2/+27
| * | Merge commit 'v3.0' into x86/vdsoH. Peter Anvin2011-08-055-18/+11Star
| |\ \
* | | | x86: don't include xen/xen.h in <asm/io.h> unless XEN is enabledLinus Torvalds2011-08-041-2/+1Star
* | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-041-2/+0Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86 idle: move mwait_idle_with_hints() to where it is usedLen Brown2011-08-041-2/+0Star
| | |/ | |/|
* | | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-271-1/+0Star
* | | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-273-6/+6
* | | atomic: use <linux/atomic.h>Arun Sharma2011-07-279-9/+8Star
* | | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-271-4/+1Star
* | | ptrace: unify show_regs() prototypeMike Frysinger2011-07-271-1/+0Star
* | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-261-11/+40
|\ \ \
| * | | x86, olpc-xo1-sci: Add GPE handler and ebook switch functionalityDaniel Drake2011-07-061-2/+3
| * | | x86, olpc: EC SCI wakeup mask functionalityDaniel Drake2011-07-061-6/+25
| * | | x86, olpc: Add XO-1 suspend/resume supportDaniel Drake2011-07-061-3/+12
* | | | Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds2011-07-241-24/+1Star
|\ \ \ \
| * | | | asm-generic: move archictures to common delay.hJonas Bonn2011-07-221-24/+1Star
* | | | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-07-248-41/+143
|\ \ \ \ \
| * | | | | KVM: MMU: lockless walking shadow page tableXiao Guangrong2011-07-241-0/+8
| * | | | | KVM: MMU: remove bypass_guest_pfXiao Guangrong2011-07-241-3/+0Star
| * | | | | KVM: MMU: cache mmio info on page fault pathXiao Guangrong2011-07-241-0/+5
| * | | | | KVM guest: KVM Steal time registrationGlauber Costa2011-07-241-0/+6
| * | | | | KVM guest: Add a pv_ops stub for steal timeGlauber Costa2011-07-142-0/+10
| * | | | | KVM: Steal time implementationGlauber Costa2011-07-142-0/+13
| * | | | | KVM: KVM Steal time guest/host interfaceGlauber Costa2011-07-121-0/+9
| * | | | | KVM: Add constant to represent KVM MSRs enabled bit in guest/host interfaceGlauber Costa2011-07-121-0/+1
| * | | | | KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0Avi Kivity2011-07-121-0/+1
| * | | | | KVM: Remove RDWRGSFS bit from CR4_RESERVED_BITSYang, Wei2011-07-122-1/+2
| * | | | | KVM: Remove SMEP bit from CR4_RESERVED_BITSYang, Wei Y2011-07-121-1/+1
| * | | | | KVM: x86 emulator: fold decode_cache into x86_emulate_ctxtAvi Kivity2011-07-121-24/+20Star
| * | | | | KVM: x86 emulator: rename decode_cache::eip to _eipAvi Kivity2011-07-121-1/+1
| * | | | | KVM: nVMX: vmcs12 checks on nested entryNadav Har'El2011-07-121-0/+8
| * | | | | KVM: nVMX: Exiting from L2 to L1Nadav Har'El2011-07-121-0/+4
| * | | | | KVM: nVMX: Success/failure of VMX instructions.Nadav Har'El2011-07-121-0/+31
| * | | | | KVM: nVMX: Implement reading and writing of VMX MSRsNadav Har'El2011-07-121-0/+12
| * | | | | KVM: nVMX: Allow setting the VMXE bit in CR4Nadav Har'El2011-07-121-1/+1
| * | | | | KVM: x86 emulator: Avoid clearing the whole decode_cacheTakuya Yoshikawa2011-07-121-2/+3
| * | | | | KVM: MMU: remove the arithmetic of parent pte rmapXiao Guangrong2011-07-121-6/+1Star
| * | | | | KVM: MMU: abstract the operation of rmapXiao Guangrong2011-07-121-1/+1
| * | | | | KVM: MMU: optimize pte write path if don't have protected spXiao Guangrong2011-07-121-0/+1
| * | | | | KVM: VMX: Move VMREAD cleanup to exception handlerAvi Kivity2011-07-121-1/+5
| * | | | | KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functionsTakuya Yoshikawa2011-07-121-2/+1Star
| | |/ / / | |/| | |