aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-25KVM: L1 TSC handlingNadav Har'El1-0/+1
2011-09-25KVM: MMU: Do not unconditionally read PDPTE from guest memoryAvi Kivity1-0/+1
2011-09-25KVM: Use __print_symbolic() for vmexit tracepointsStefan Hajnoczi1-2/+0
2011-09-25KVM: x86: Raise the hard VCPU count limitSasha Levin1-1/+2
2011-09-23xen/p2m: Make debug/xen/mmu/p2m visible again.Konrad Rzeszutek Wilk1-3/+0
2011-09-21x86: uv2: Workaround for UV2 Hub bug (system global address format)Jack Steiner2-3/+35
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha3-3/+3
2011-09-21x86, ioapic: Define irq_remap_modify_chip_defaults()Suresh Siddha1-0/+4
2011-09-15asm alternatives: remove incorrect alignment notesLinus Torvalds3-7/+0
2011-09-12x86: cache_info: Kill the atomic allocation in amd_init_l3_cache()Thomas Gleixner1-0/+6
2011-09-07Merge branch 'kvm-updates/3.1' of git://github.com/avikivity/kvmLinus Torvalds1-1/+1
2011-08-30KVM: Fix instruction size issue in pvclock scalingDuncan Sands1-1/+1
2011-08-29x86, cmpxchg: Use __compiletime_error() to make usage messages a bit nicerJeremy Fitzhardinge1-4/+11
2011-08-29x86, ticketlock: Make __ticket_spin_trylock commonJeremy Fitzhardinge2-41/+16
2011-08-29x86, ticketlock: Convert __ticket_spin_lock to use xadd()Jeremy Fitzhardinge1-30/+5
2011-08-29x86, ticketlock: Convert spin loop to CJeremy Fitzhardinge1-30/+30
2011-08-29x86, ticketlock: Clean up types and accessorsJeremy Fitzhardinge2-16/+28
2011-08-29x86: Use xadd helper more widelyJeremy Fitzhardinge4-23/+5
2011-08-29x86: Add xadd helper macroJeremy Fitzhardinge1-0/+43
2011-08-29x86, cmpxchg: Unify cmpxchg into cmpxchg.hJeremy Fitzhardinge3-244/+155
2011-08-29x86, cmpxchg: Move 64-bit set64_bit() to match 32-bitJeremy Fitzhardinge1-5/+5
2011-08-29x86, cmpxchg: Move 32-bit __cmpxchg_wrong_size to match 64 bit.Jeremy Fitzhardinge1-2/+1
2011-08-29x86, cmpxchg: <linux/alternative.h> has LOCK_PREFIXJeremy Fitzhardinge1-1/+1
2011-08-29Merge 3.1-rc4 into staging-nextGreg Kroah-Hartman1-0/+1
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-08-25Staging: hv: vmbus: Retry vmbus_post_msg() before giving upK. Y. Srinivasan1-0/+1
2011-08-24x86-64, unistd: Remove bogus __IGNORE_getcpuAndy Lutomirski1-1/+0
2011-08-22x86, cpu: Add cpufeature flag for PCIDsArun Thomas1-0/+1
2011-08-22Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-2/+2
2011-08-17xen/x86: replace order-based range checking of M2P table by linear oneJan Beulich1-2/+2
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-tipLinus Torvalds7-8/+35
2011-08-10x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski3-6/+6
2011-08-10x86-64: Wire up getcpu syscallAndy Lutomirski1-0/+2
2011-08-10crypto: sha1 - SSSE3 based SHA1 implementation for x86-64Mathias Krause1-0/+3
2011-08-05x86, amd: Avoid cache aliasing penalties on AMD family 15hBorislav Petkov1-0/+31
2011-08-04x86-64: Add user_64bit_mode paravirt opAndy Lutomirski3-2/+27
2011-08-04Merge commit 'v3.0' into x86/vdsoH. Peter Anvin5-18/+11
2011-08-03x86: don't include xen/xen.h in <asm/io.h> unless XEN is enabledLinus Torvalds1-2/+1
2011-08-03Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6Linus Torvalds1-2/+0
2011-08-03x86 idle: move mwait_idle_with_hints() to where it is usedLen Brown1-2/+0
2011-07-31x86, random: Verify RDRAND functionality and allow it to be disabledH. Peter Anvin1-0/+2
2011-07-31x86, random: Architectural inlines to get random integers with RDRANDH. Peter Anvin1-0/+73
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma1-1/+0
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma3-6/+6
2011-07-26atomic: use <linux/atomic.h>Arun Sharma9-9/+8
2011-07-26asm-generic: add another generic ext2 atomic bitopsAkinobu Mita1-4/+1
2011-07-26ptrace: unify show_regs() prototypeMike Frysinger1-1/+0
2011-07-26Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-11/+40
2011-07-24Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds1-24/+1
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-41/+143