| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-10-26 | 3 | -23/+71 |
|\ |
|
| * | perf, x86: Implement IBS initialization | Robert Richter | 2011-10-10 | 1 | -0/+2 |
| * | perf, x86: Share IBS macros between perf and oprofile | Robert Richter | 2011-10-10 | 1 | -3/+35 |
| * | x86, nmi: Add in logic to handle multiple events and unknown NMIs | Don Zickus | 2011-10-10 | 1 | -0/+1 |
| * | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 2011-10-10 | 2 | -21/+1 |
| * | x86, nmi: Create new NMI handler routines | Don Zickus | 2011-10-10 | 1 | -0/+18 |
| * | perf, intel: Use GO/HO bits in perf-ctr | Gleb Natapov | 2011-10-10 | 1 | -0/+12 |
| * | perf, amd: Use GO/HO bits in perf-ctr | Joerg Roedel | 2011-10-06 | 1 | -0/+3 |
* | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-10-26 | 3 | -3/+7 |
|\ \ |
|
| * | | iommu: Rename the DMAR and INTR_REMAP config options | Suresh Siddha | 2011-09-21 | 3 | -3/+3 |
| * | | x86, ioapic: Define irq_remap_modify_chip_defaults() | Suresh Siddha | 2011-09-21 | 1 | -0/+4 |
| |/ |
|
* | | Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-10-26 | 1 | -0/+1 |
|\ \ |
|
| * \ | Merge branch 'staging-next' into Linux 3.1 | Greg Kroah-Hartman | 2011-10-25 | 1 | -0/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Merge 3.1-rc4 into staging-next | Greg Kroah-Hartman | 2011-08-29 | 1 | -0/+1 |
| | |\ |
|
| | | * | Staging: hv: vmbus: Retry vmbus_post_msg() before giving up | K. Y. Srinivasan | 2011-08-26 | 1 | -0/+1 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2011-10-25 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | doc: fix broken references | Paul Bolle | 2011-09-27 | 1 | -1/+1 |
* | | | | | Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker... | Linus Torvalds | 2011-10-25 | 1 | -4/+2 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | xen: modify kernel mappings corresponding to granted pages | Stefano Stabellini | 2011-09-29 | 1 | -1/+2 |
| * | | | | xen/p2m: Make debug/xen/mmu/p2m visible again. | Konrad Rzeszutek Wilk | 2011-09-24 | 1 | -3/+0 |
* | | | | | 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-27 | 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-13 | 7 | -8/+35 |
|\ \ \
| |_|/
|/| | |
|
| * | | x86-64: Rework vsyscall emulation and add vsyscall= parameter | Andy Lutomirski | 2011-08-11 | 3 | -6/+6 |
| * | | x86-64: Wire up getcpu syscall | Andy Lutomirski | 2011-08-11 | 1 | -0/+2 |
| * | | x86-64: Add user_64bit_mode paravirt op | Andy Lutomirski | 2011-08-05 | 3 | -2/+27 |
| * | | Merge commit 'v3.0' into x86/vdso | H. Peter Anvin | 2011-08-05 | 5 | -18/+11 |
| |\ \ |
|
* | | | | x86: don't include xen/xen.h in <asm/io.h> unless XEN is enabled | Linus Torvalds | 2011-08-04 | 1 | -2/+1 |
* | | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-08-04 | 1 | -2/+0 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | x86 idle: move mwait_idle_with_hints() to where it is used | Len Brown | 2011-08-04 | 1 | -2/+0 |
| | |/
| |/| |
|
* | | | atomic: cleanup asm-generic atomic*.h inclusion | Arun Sharma | 2011-07-27 | 1 | -1/+0 |
* | | | atomic: move atomic_add_unless to generic code | Arun Sharma | 2011-07-27 | 3 | -6/+6 |
* | | | atomic: use <linux/atomic.h> | Arun Sharma | 2011-07-27 | 9 | -9/+8 |
* | | | asm-generic: add another generic ext2 atomic bitops | Akinobu Mita | 2011-07-27 | 1 | -4/+1 |
* | | | ptrace: unify show_regs() prototype | Mike Frysinger | 2011-07-27 | 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 |