| Commit message (Expand) | Author | Age | Files | Lines |
* | asm alternatives: remove incorrect alignment notes | Linus Torvalds | 2011-09-15 | 3 | -7/+0 |
* | Merge branch 'kvm-updates/3.1' of git://github.com/avikivity/kvm | Linus Torvalds | 2011-09-07 | 1 | -1/+1 |
|\ |
|
| * | KVM: Fix instruction size issue in pvclock scaling | Duncan Sands | 2011-08-30 | 1 | -1/+1 |
* | | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown | 2011-08-26 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-08-22 | 1 | -2/+2 |
|\ |
|
| * | xen/x86: replace order-based range checking of M2P table by linear one | Jan Beulich | 2011-08-17 | 1 | -2/+2 |
* | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-08-12 | 7 | -8/+35 |
|\ \ |
|
| * | | x86-64: Rework vsyscall emulation and add vsyscall= parameter | Andy Lutomirski | 2011-08-10 | 3 | -6/+6 |
| * | | x86-64: Wire up getcpu syscall | Andy Lutomirski | 2011-08-10 | 1 | -0/+2 |
| * | | x86-64: Add user_64bit_mode paravirt op | Andy Lutomirski | 2011-08-04 | 3 | -2/+27 |
| * | | Merge commit 'v3.0' into x86/vdso | H. Peter Anvin | 2011-08-04 | 5 | -18/+11 |
| |\ \ |
|
* | | | | x86: don't include xen/xen.h in <asm/io.h> unless XEN is enabled | Linus Torvalds | 2011-08-03 | 1 | -2/+1 |
* | | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-08-03 | 1 | -2/+0 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | x86 idle: move mwait_idle_with_hints() to where it is used | Len Brown | 2011-08-03 | 1 | -2/+0 |
| | |/
| |/| |
|
* | | | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 2011-07-26 | 1 | -1/+0 |
* | | | atomic: move atomic_add_unless to generic code | Arun Sharma | 2011-07-26 | 3 | -6/+6 |
* | | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-26 | 9 | -9/+8 |
* | | | asm-generic: add another generic ext2 atomic bitops | Akinobu Mita | 2011-07-26 | 1 | -4/+1 |
* | | | ptrace: unify show_regs() prototype | Mike Frysinger | 2011-07-26 | 1 | -1/+0 |
* | | | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-07-26 | 1 | -11/+40 |
|\ \ \ |
|
| * | | | x86, olpc-xo1-sci: Add GPE handler and ebook switch functionality | Daniel Drake | 2011-07-06 | 1 | -2/+3 |
| * | | | x86, olpc: EC SCI wakeup mask functionality | Daniel Drake | 2011-07-06 | 1 | -6/+25 |
| * | | | x86, olpc: Add XO-1 suspend/resume support | Daniel Drake | 2011-07-06 | 1 | -3/+12 |
* | | | | Merge branch 'for-upstream' of git://openrisc.net/jonas/linux | Linus Torvalds | 2011-07-24 | 1 | -24/+1 |
|\ \ \ \ |
|
| * | | | | asm-generic: move archictures to common delay.h | Jonas Bonn | 2011-07-22 | 1 | -24/+1 |
* | | | | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2011-07-24 | 8 | -41/+143 |
|\ \ \ \ \ |
|
| * | | | | | KVM: MMU: lockless walking shadow page table | Xiao Guangrong | 2011-07-24 | 1 | -0/+8 |
| * | | | | | KVM: MMU: remove bypass_guest_pf | Xiao Guangrong | 2011-07-24 | 1 | -3/+0 |
| * | | | | | KVM: MMU: cache mmio info on page fault path | Xiao Guangrong | 2011-07-24 | 1 | -0/+5 |
| * | | | | | KVM guest: KVM Steal time registration | Glauber Costa | 2011-07-24 | 1 | -0/+6 |
| * | | | | | KVM guest: Add a pv_ops stub for steal time | Glauber Costa | 2011-07-14 | 2 | -0/+10 |
| * | | | | | KVM: Steal time implementation | Glauber Costa | 2011-07-14 | 2 | -0/+13 |
| * | | | | | KVM: KVM Steal time guest/host interface | Glauber Costa | 2011-07-12 | 1 | -0/+9 |
| * | | | | | KVM: Add constant to represent KVM MSRs enabled bit in guest/host interface | Glauber Costa | 2011-07-12 | 1 | -0/+1 |
| * | | | | | KVM: MMU: Adjust shadow paging to work when SMEP=1 and CR0.WP=0 | Avi Kivity | 2011-07-12 | 1 | -0/+1 |
| * | | | | | KVM: Remove RDWRGSFS bit from CR4_RESERVED_BITS | Yang, Wei | 2011-07-12 | 2 | -1/+2 |
| * | | | | | KVM: Remove SMEP bit from CR4_RESERVED_BITS | Yang, Wei Y | 2011-07-12 | 1 | -1/+1 |
| * | | | | | KVM: x86 emulator: fold decode_cache into x86_emulate_ctxt | Avi Kivity | 2011-07-12 | 1 | -24/+20 |
| * | | | | | KVM: x86 emulator: rename decode_cache::eip to _eip | Avi Kivity | 2011-07-12 | 1 | -1/+1 |
| * | | | | | KVM: nVMX: vmcs12 checks on nested entry | Nadav Har'El | 2011-07-12 | 1 | -0/+8 |
| * | | | | | KVM: nVMX: Exiting from L2 to L1 | Nadav Har'El | 2011-07-12 | 1 | -0/+4 |
| * | | | | | KVM: nVMX: Success/failure of VMX instructions. | Nadav Har'El | 2011-07-12 | 1 | -0/+31 |
| * | | | | | KVM: nVMX: Implement reading and writing of VMX MSRs | Nadav Har'El | 2011-07-12 | 1 | -0/+12 |
| * | | | | | KVM: nVMX: Allow setting the VMXE bit in CR4 | Nadav Har'El | 2011-07-12 | 1 | -1/+1 |
| * | | | | | KVM: x86 emulator: Avoid clearing the whole decode_cache | Takuya Yoshikawa | 2011-07-12 | 1 | -2/+3 |
| * | | | | | KVM: MMU: remove the arithmetic of parent pte rmap | Xiao Guangrong | 2011-07-12 | 1 | -6/+1 |
| * | | | | | KVM: MMU: abstract the operation of rmap | Xiao Guangrong | 2011-07-12 | 1 | -1/+1 |
| * | | | | | KVM: MMU: optimize pte write path if don't have protected sp | Xiao Guangrong | 2011-07-12 | 1 | -0/+1 |
| * | | | | | KVM: VMX: Move VMREAD cleanup to exception handler | Avi Kivity | 2011-07-12 | 1 | -1/+5 |
| * | | | | | KVM: x86 emulator: Stop passing ctxt->ops as arg of emul functions | Takuya Yoshikawa | 2011-07-12 | 1 | -2/+1 |
| | |/ / /
| |/| | | |
|