Age | Commit message (Expand) | Author | Files | Lines |
2011-08-03 | x86: don't include xen/xen.h in <asm/io.h> unless XEN is enabled | Linus Torvalds | 1 | -2/+1 |
2011-08-03 | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 9 | -28/+1083 |
2011-08-03 | cpuidle: stop depending on pm_idle | Len Brown | 2 | -2/+6 |
2011-08-03 | x86 idle: move mwait_idle_with_hints() to where it is used | Len Brown | 3 | -25/+23 |
2011-08-03 | cpuidle: replace xen access to x86 pm_idle and default_idle | Len Brown | 1 | -1/+2 |
2011-08-03 | mrst_pmu: driver for Intel Moorestown Power Management Unit | Len Brown | 3 | -0/+1052 |
2011-08-03 | Merge branch 'apei' into apei-release | Len Brown | 1 | -0/+1 |
2011-08-03 | Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG | Huang Ying | 1 | -0/+1 |
2011-07-29 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 9 | -15/+26 |
2011-07-29 | Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+3 |
2011-07-26 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -1/+0 |
2011-07-26 | atomic: move atomic_add_unless to generic code | Arun Sharma | 3 | -6/+6 |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 21 | -21/+20 |
2011-07-26 | asm-generic: add another generic ext2 atomic bitops | Akinobu Mita | 1 | -4/+1 |
2011-07-26 | ptrace: unify show_regs() prototype | Mike Frysinger | 1 | -1/+0 |
2011-07-26 | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 11 | -163/+1482 |
2011-07-25 | xen/tracing: fix compile errors when tracing is disabled. | Jeremy Fitzhardinge | 1 | -1/+3 |
2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 5 | -6/+5 |
2011-07-24 | x86, olpc-xo15-sci: Enable EC wakeup capability | Daniel Drake | 1 | -1/+1 |
2011-07-24 | x86, olpc: Fix dependency on POWER_SUPPLY | Daniel Drake | 1 | -2/+4 |
2011-07-24 | Merge branch 'for-upstream' of git://openrisc.net/jonas/linux | Linus Torvalds | 1 | -24/+1 |
2011-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 1 | -37/+0 |
2011-07-24 | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 24 | -1855/+4982 |
2011-07-24 | Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 8 | -150/+283 |
2011-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -1/+1 |
2011-07-24 | modules: make arch's use default loader hooks | Jonas Bonn | 1 | -37/+0 |
2011-07-24 | KVM: MMU: trace mmio page fault | Xiao Guangrong | 4 | -1/+80 |
2011-07-24 | KVM: MMU: mmio page fault support | Xiao Guangrong | 5 | -14/+248 |
2011-07-24 | KVM: MMU: reorganize struct kvm_shadow_walk_iterator | Xiao Guangrong | 1 | -1/+1 |
2011-07-24 | KVM: MMU: lockless walking shadow page table | Xiao Guangrong | 2 | -8/+132 |
2011-07-24 | KVM: MMU: do not need atomicly to set/clear spte | Xiao Guangrong | 1 | -15/+71 |
2011-07-24 | KVM: MMU: introduce the rules to modify shadow page table | Xiao Guangrong | 1 | -34/+69 |
2011-07-24 | KVM: MMU: abstract some functions to handle fault pfn | Xiao Guangrong | 2 | -18/+41 |
2011-07-24 | KVM: MMU: filter out the mmio pfn from the fault pfn | Xiao Guangrong | 1 | -2/+2 |
2011-07-24 | KVM: MMU: remove bypass_guest_pf | Xiao Guangrong | 6 | -128/+33 |
2011-07-24 | KVM: MMU: split kvm_mmu_free_page | Xiao Guangrong | 1 | -3/+18 |
2011-07-24 | KVM: MMU: count used shadow pages on prepareing path | Xiao Guangrong | 1 | -5/+5 |
2011-07-24 | KVM: MMU: rename 'pt_write' to 'emulate' | Xiao Guangrong | 2 | -13/+13 |
2011-07-24 | KVM: MMU: cleanup for FNAME(fetch) | Xiao Guangrong | 1 | -2/+2 |
2011-07-24 | KVM: MMU: optimize to handle dirty bit | Xiao Guangrong | 2 | -34/+25 |
2011-07-24 | KVM: MMU: cache mmio info on page fault path | Xiao Guangrong | 6 | -21/+96 |
2011-07-24 | KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code | Xiao Guangrong | 1 | -11/+31 |
2011-07-24 | KVM: MMU: do not update slot bitmap if spte is nonpresent | Xiao Guangrong | 1 | -8/+7 |
2011-07-24 | KVM: MMU: fix walking shadow page table | Xiao Guangrong | 1 | -4/+5 |
2011-07-24 | KVM guest: KVM Steal time registration | Glauber Costa | 3 | -0/+80 |
2011-07-23 | Merge branches 'x86-detect-hyper-for-linus', 'x86-fpu-for-linus', 'x86-kexec-... | Linus Torvalds | 8 | -33/+45 |
2011-07-23 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -37/+5 |
2011-07-23 | Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -0/+98 |
2011-07-23 | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 3 | -360/+72 |
2011-07-23 | virtio: expose for non-virtualization users too | Ohad Ben-Cohen | 1 | -1/+0 |