Age | Commit message (Expand) | Author | Files | Lines |
2010-11-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kon... | Linus Torvalds | 3 | -16/+56 |
2010-11-25 | arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inline | Andrew Morton | 1 | -2/+2 |
2010-11-24 | xen: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
2010-11-24 | xen: x86/32: perform initial startup on initial_page_table | Ian Campbell | 2 | -15/+56 |
2010-11-24 | Merge branch 'upstream/for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -30/+48 |
2010-11-22 | Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into u... | Jeremy Fitzhardinge | 22 | -259/+308 |
2010-11-22 | xen: set IO permission early (before early_cpu_init()) | Konrad Rzeszutek Wilk | 2 | -9/+11 |
2010-11-20 | xen: re-enable boot-time ballooning | Jeremy Fitzhardinge | 1 | -2/+1 |
2010-11-18 | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -11/+10 |
2010-11-18 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 1 | -4/+8 |
2010-11-18 | KVM: VMX: Fix host userspace gsbase corruption | Avi Kivity | 1 | -8/+7 |
2010-11-18 | KVM: Correct ordering of ldt reload wrt fs/gs reload | Avi Kivity | 2 | -3/+3 |
2010-11-17 | kgdb,x86: fix regression in detach handling | Jason Wessel | 1 | -4/+8 |
2010-11-17 | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 3 | -3/+0 |
2010-11-16 | Merge commit 'v2.6.37-rc2' into upstream/xenfs | Jeremy Fitzhardinge | 264 | -7245/+10153 |
2010-11-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 1 | -20/+83 |
2010-11-13 | Merge branch 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -8/+12 |
2010-11-13 | Merge branch 'stable/xen-pcifront-fixes' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -3/+5 |
2010-11-13 | xen: implement XENMEM_machphys_mapping | Ian Campbell | 6 | -18/+34 |
2010-11-12 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 9 | -155/+119 |
2010-11-11 | xen: set vma flag VM_PFNMAP in the privcmd mmap file_op | Stefano Stabellini | 1 | -1/+2 |
2010-11-11 | x86/PCI: coalesce overlapping host bridge windows | Bjorn Helgaas | 1 | -20/+83 |
2010-11-11 | xen: do not release any memory under 1M in domain 0 | Ian Campbell | 1 | -7/+11 |
2010-11-11 | perf, amd: Use kmalloc_node(,__GFP_ZERO) for northbridge structure allocation | Peter Zijlstra | 1 | -2/+2 |
2010-11-10 | x86, pvclock: Remove leftover scale_delta() function | Kusanagi Kouichi | 1 | -38/+0 |
2010-11-10 | x86, apic: Remove double #include | Jesper Juhl | 1 | -1/+0 |
2010-11-10 | x86: Adjust section annotations in AMD Fam10 MMCONF enabling code | Jan Beulich | 1 | -3/+4 |
2010-11-10 | x86, UV: Update node controller MMRs | Jack Steiner | 2 | -99/+102 |
2010-11-10 | x86: Remove unnecessary casts of void ptr returning alloc function return values | Jesper Juhl | 2 | -8/+7 |
2010-11-09 | x86: Address gcc4.6 "set but not used" warnings in apic.h | Andi Kleen | 1 | -5/+5 |
2010-11-08 | xen: fix memory leak in Xen PCI MSI/MSI-X allocator. | Jiri Slaby | 1 | -3/+5 |
2010-11-05 | KVM: x86: Issue smp_call_function_many with preemption disabled | Jan Kiszka | 1 | -0/+2 |
2010-11-05 | KVM: x86: fix information leak to userland | Vasiliy Kulikov | 1 | -0/+6 |
2010-11-05 | KVM: MMU: fix rmap_remove on non present sptes | Marcelo Tosatti | 1 | -4/+5 |
2010-11-05 | KVM: Write protect memory after slot swap | Michael S. Tsirkin | 1 | -4/+4 |
2010-11-01 | x86, mm: Fix section mismatch in tlb.c | Rakib Mullick | 1 | -1/+1 |
2010-10-30 | Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.... | Linus Torvalds | 3 | -56/+28 |
2010-10-30 | x86: Check irq_remapped instead of remapping_enabled in destroy_irq() | Yinghai Lu | 1 | -1/+1 |
2010-10-30 | Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kern... | Linus Torvalds | 5 | -13/+50 |
2010-10-30 | x86, alternative: Call stop_machine_text_poke() on all cpus | Jason Baron | 1 | -1/+1 |
2010-10-29 | xen: correct size of level2_kernel_pgt | Ian Campbell | 1 | -1/+1 |
2010-10-29 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 1 | -1/+2 |
2010-10-29 | jump label: Add work around to i386 gcc asm goto bug | Steven Rostedt | 1 | -1/+12 |
2010-10-29 | debug_core,x86,blackfin: Clean up hw debug disable API | Dongdong Deng | 1 | -1/+2 |
2010-10-29 | x86, ftrace: Use safe noops, drop trap test | H. Peter Anvin | 1 | -54/+15 |
2010-10-29 | x86-32: Restore irq stacks NUMA-aware allocations | Eric Dumazet | 1 | -2/+7 |
2010-10-29 | x86, uv: More Westmere support on SGI UV | Russ Anderson | 1 | -4/+3 |
2010-10-29 | Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 21 | -33/+704 |
2010-10-29 | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare... | Linus Torvalds | 1 | -3/+0 |
2010-10-29 | x86, memblock: Fix early_node_mem with big reserved region. | Yinghai Lu | 1 | -5/+2 |