aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Torvalds9-28/+1083
2011-08-03cpuidle: stop depending on pm_idleLen Brown2-2/+6
2011-08-03x86 idle: move mwait_idle_with_hints() to where it is usedLen Brown3-25/+23
2011-08-03cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown1-1/+2
2011-08-03mrst_pmu: driver for Intel Moorestown Power Management UnitLen Brown3-0/+1052
2011-08-03Merge branch 'apei' into apei-releaseLen Brown1-0/+1
2011-08-03Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHGHuang Ying1-0/+1
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds9-15/+26
2011-07-29Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds1-1/+3
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 Sharma21-21/+20
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 Torvalds11-163/+1482
2011-07-25xen/tracing: fix compile errors when tracing is disabled.Jeremy Fitzhardinge1-1/+3
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-6/+5
2011-07-24x86, olpc-xo15-sci: Enable EC wakeup capabilityDaniel Drake1-1/+1
2011-07-24x86, olpc: Fix dependency on POWER_SUPPLYDaniel Drake1-2/+4
2011-07-24Merge branch 'for-upstream' of git://openrisc.net/jonas/linuxLinus Torvalds1-24/+1
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-37/+0
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds24-1855/+4982
2011-07-24Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xenLinus Torvalds8-150/+283
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-37/+0
2011-07-24KVM: MMU: trace mmio page faultXiao Guangrong4-1/+80
2011-07-24KVM: MMU: mmio page fault supportXiao Guangrong5-14/+248
2011-07-24KVM: MMU: reorganize struct kvm_shadow_walk_iteratorXiao Guangrong1-1/+1
2011-07-24KVM: MMU: lockless walking shadow page tableXiao Guangrong2-8/+132
2011-07-24KVM: MMU: do not need atomicly to set/clear spteXiao Guangrong1-15/+71
2011-07-24KVM: MMU: introduce the rules to modify shadow page tableXiao Guangrong1-34/+69
2011-07-24KVM: MMU: abstract some functions to handle fault pfnXiao Guangrong2-18/+41
2011-07-24KVM: MMU: filter out the mmio pfn from the fault pfnXiao Guangrong1-2/+2
2011-07-24KVM: MMU: remove bypass_guest_pfXiao Guangrong6-128/+33
2011-07-24KVM: MMU: split kvm_mmu_free_pageXiao Guangrong1-3/+18
2011-07-24KVM: MMU: count used shadow pages on prepareing pathXiao Guangrong1-5/+5
2011-07-24KVM: MMU: rename 'pt_write' to 'emulate'Xiao Guangrong2-13/+13
2011-07-24KVM: MMU: cleanup for FNAME(fetch)Xiao Guangrong1-2/+2
2011-07-24KVM: MMU: optimize to handle dirty bitXiao Guangrong2-34/+25
2011-07-24KVM: MMU: cache mmio info on page fault pathXiao Guangrong6-21/+96
2011-07-24KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the codeXiao Guangrong1-11/+31
2011-07-24KVM: MMU: do not update slot bitmap if spte is nonpresentXiao Guangrong1-8/+7
2011-07-24KVM: MMU: fix walking shadow page tableXiao Guangrong1-4/+5
2011-07-24KVM guest: KVM Steal time registrationGlauber Costa3-0/+80
2011-07-23Merge branches 'x86-detect-hyper-for-linus', 'x86-fpu-for-linus', 'x86-kexec-for-linus', 'x86-platform-for-linus', 'x86-quirks-for-linus', 'x86-tsc-for-linus' and 'x86-smpboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds8-33/+45
2011-07-23Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-37/+5
2011-07-23Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-0/+98
2011-07-23Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-360/+72
2011-07-23virtio: expose for non-virtualization users tooOhad Ben-Cohen1-1/+0