Age | Commit message (Expand) | Author | Files | Lines |
2011-09-25 | KVM: L1 TSC handling | Nadav Har'El | 1 | -0/+1 |
2011-09-25 | KVM: MMU: Do not unconditionally read PDPTE from guest memory | Avi Kivity | 1 | -0/+1 |
2011-09-25 | KVM: Use __print_symbolic() for vmexit tracepoints | Stefan Hajnoczi | 1 | -2/+0 |
2011-09-25 | KVM: x86: Raise the hard VCPU count limit | Sasha Levin | 1 | -1/+2 |
2011-09-24 | xen/p2m: Make debug/xen/mmu/p2m visible again. | Konrad Rzeszutek Wilk | 1 | -3/+0 |
2011-09-21 | x86: uv2: Workaround for UV2 Hub bug (system global address format) | Jack Steiner | 2 | -3/+35 |
2011-09-21 | iommu: Rename the DMAR and INTR_REMAP config options | Suresh Siddha | 3 | -3/+3 |
2011-09-21 | x86, ioapic: Define irq_remap_modify_chip_defaults() | Suresh Siddha | 1 | -0/+4 |
2011-09-16 | asm alternatives: remove incorrect alignment notes | Linus Torvalds | 3 | -7/+0 |
2011-09-12 | x86: cache_info: Kill the atomic allocation in amd_init_l3_cache() | Thomas Gleixner | 1 | -0/+6 |
2011-09-07 | Merge branch 'kvm-updates/3.1' of git://github.com/avikivity/kvm | Linus Torvalds | 1 | -1/+1 |
2011-08-30 | KVM: Fix instruction size issue in pvclock scaling | Duncan Sands | 1 | -1/+1 |
2011-08-30 | x86, cmpxchg: Use __compiletime_error() to make usage messages a bit nicer | Jeremy Fitzhardinge | 1 | -4/+11 |
2011-08-30 | x86, ticketlock: Make __ticket_spin_trylock common | Jeremy Fitzhardinge | 2 | -41/+16 |
2011-08-30 | x86, ticketlock: Convert __ticket_spin_lock to use xadd() | Jeremy Fitzhardinge | 1 | -30/+5 |
2011-08-30 | x86, ticketlock: Convert spin loop to C | Jeremy Fitzhardinge | 1 | -30/+30 |
2011-08-30 | x86, ticketlock: Clean up types and accessors | Jeremy Fitzhardinge | 2 | -16/+28 |
2011-08-30 | x86: Use xadd helper more widely | Jeremy Fitzhardinge | 4 | -23/+5 |
2011-08-30 | x86: Add xadd helper macro | Jeremy Fitzhardinge | 1 | -0/+43 |
2011-08-30 | x86, cmpxchg: Unify cmpxchg into cmpxchg.h | Jeremy Fitzhardinge | 3 | -244/+155 |
2011-08-30 | x86, cmpxchg: Move 64-bit set64_bit() to match 32-bit | Jeremy Fitzhardinge | 1 | -5/+5 |
2011-08-30 | x86, cmpxchg: Move 32-bit __cmpxchg_wrong_size to match 64 bit. | Jeremy Fitzhardinge | 1 | -2/+1 |
2011-08-30 | x86, cmpxchg: <linux/alternative.h> has LOCK_PREFIX | Jeremy Fitzhardinge | 1 | -1/+1 |
2011-08-29 | Merge 3.1-rc4 into staging-next | Greg Kroah-Hartman | 1 | -0/+1 |
2011-08-27 | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown | 1 | -1/+1 |
2011-08-26 | Staging: hv: vmbus: Retry vmbus_post_msg() before giving up | K. Y. Srinivasan | 1 | -0/+1 |
2011-08-24 | x86-64, unistd: Remove bogus __IGNORE_getcpu | Andy Lutomirski | 1 | -1/+0 |
2011-08-23 | x86, cpu: Add cpufeature flag for PCIDs | Arun Thomas | 1 | -0/+1 |
2011-08-22 | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2011-08-17 | xen/x86: replace order-based range checking of M2P table by linear one | Jan Beulich | 1 | -2/+2 |
2011-08-13 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -8/+35 |
2011-08-11 | x86-64: Rework vsyscall emulation and add vsyscall= parameter | Andy Lutomirski | 3 | -6/+6 |
2011-08-11 | x86-64: Wire up getcpu syscall | Andy Lutomirski | 1 | -0/+2 |
2011-08-10 | crypto: sha1 - SSSE3 based SHA1 implementation for x86-64 | Mathias Krause | 1 | -0/+3 |
2011-08-05 | x86, amd: Avoid cache aliasing penalties on AMD family 15h | Borislav Petkov | 1 | -0/+31 |
2011-08-05 | x86-64: Add user_64bit_mode paravirt op | Andy Lutomirski | 3 | -2/+27 |
2011-08-05 | Merge commit 'v3.0' into x86/vdso | H. Peter Anvin | 5 | -18/+11 |
2011-08-04 | x86: don't include xen/xen.h in <asm/io.h> unless XEN is enabled | Linus Torvalds | 1 | -2/+1 |
2011-08-04 | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+0 |
2011-08-04 | x86 idle: move mwait_idle_with_hints() to where it is used | Len Brown | 1 | -2/+0 |
2011-08-01 | x86, random: Verify RDRAND functionality and allow it to be disabled | H. Peter Anvin | 1 | -0/+2 |
2011-08-01 | x86, random: Architectural inlines to get random integers with RDRAND | H. Peter Anvin | 1 | -0/+73 |
2011-07-27 | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 1 | -1/+0 |
2011-07-27 | atomic: move atomic_add_unless to generic code | Arun Sharma | 3 | -6/+6 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 9 | -9/+8 |
2011-07-27 | asm-generic: add another generic ext2 atomic bitops | Akinobu Mita | 1 | -4/+1 |
2011-07-27 | 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 | 1 | -11/+40 |
2011-07-24 | Merge branch 'for-upstream' of git://openrisc.net/jonas/linux | Linus Torvalds | 1 | -24/+1 |
2011-07-24 | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 8 | -41/+143 |