| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2010-11-15 | 1 | -20/+83 |
|\ |
|
| * | x86/PCI: coalesce overlapping host bridge windows | Bjorn Helgaas | 2010-11-11 | 1 | -20/+83 |
* | | Merge branch 'upstream/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-11-12 | 2 | -8/+12 |
|\ \ |
|
| * | | xen: do not release any memory under 1M in domain 0 | Ian Campbell | 2010-11-10 | 1 | -7/+11 |
| * | | xen: correct size of level2_kernel_pgt | Ian Campbell | 2010-10-29 | 1 | -1/+1 |
* | | | Merge branch 'stable/xen-pcifront-fixes' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2010-11-12 | 1 | -3/+5 |
|\ \ \ |
|
| * | | | xen: fix memory leak in Xen PCI MSI/MSI-X allocator. | Jiri Slaby | 2010-11-08 | 1 | -3/+5 |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-11-12 | 9 | -155/+119 |
|\ \ \ \ |
|
| * | | | | x86, pvclock: Remove leftover scale_delta() function | Kusanagi Kouichi | 2010-11-10 | 1 | -38/+0 |
| * | | | | x86, apic: Remove double #include | Jesper Juhl | 2010-11-10 | 1 | -1/+0 |
| * | | | | x86: Adjust section annotations in AMD Fam10 MMCONF enabling code | Jan Beulich | 2010-11-10 | 1 | -3/+4 |
| * | | | | x86, UV: Update node controller MMRs | Jack Steiner | 2010-11-10 | 2 | -99/+102 |
| * | | | | x86: Remove unnecessary casts of void ptr returning alloc function return values | Jesper Juhl | 2010-11-10 | 2 | -8/+7 |
| * | | | | x86: Address gcc4.6 "set but not used" warnings in apic.h | Andi Kleen | 2010-11-09 | 1 | -5/+5 |
| * | | | | x86, mm: Fix section mismatch in tlb.c | Rakib Mullick | 2010-11-01 | 1 | -1/+1 |
| |/ / / |
|
* | | | | perf, amd: Use kmalloc_node(,__GFP_ZERO) for northbridge structure allocation | Peter Zijlstra | 2010-11-10 | 1 | -2/+2 |
| |_|/
|/| | |
|
* | | | KVM: x86: Issue smp_call_function_many with preemption disabled | Jan Kiszka | 2010-11-05 | 1 | -0/+2 |
* | | | KVM: x86: fix information leak to userland | Vasiliy Kulikov | 2010-11-05 | 1 | -0/+6 |
* | | | KVM: MMU: fix rmap_remove on non present sptes | Marcelo Tosatti | 2010-11-05 | 1 | -4/+5 |
* | | | KVM: Write protect memory after slot swap | Michael S. Tsirkin | 2010-11-05 | 1 | -4/+4 |
|/ / |
|
| | | |
| \ | |
*-. \ | Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.... | Linus Torvalds | 2010-10-30 | 3 | -56/+28 |
|\ \ \ |
|
| | * | | x86: Check irq_remapped instead of remapping_enabled in destroy_irq() | Yinghai Lu | 2010-10-30 | 1 | -1/+1 |
| |/ /
|/| | |
|
| * | | jump label: Add work around to i386 gcc asm goto bug | Steven Rostedt | 2010-10-29 | 1 | -1/+12 |
| * | | x86, ftrace: Use safe noops, drop trap test | H. Peter Anvin | 2010-10-29 | 1 | -54/+15 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kern... | Linus Torvalds | 2010-10-29 | 5 | -13/+50 |
|\ \ \ \ |
|
| | * | | | x86, uv: More Westmere support on SGI UV | Russ Anderson | 2010-10-28 | 1 | -4/+3 |
| | * | | | x86, uv: Enable Westmere support on SGI UV | Russ Anderson | 2010-10-26 | 2 | -5/+41 |
| * | | | | x86, alternative: Call stop_machine_text_poke() on all cpus | Jason Baron | 2010-10-29 | 1 | -1/+1 |
| * | | | | x86-32: Restore irq stacks NUMA-aware allocations | Eric Dumazet | 2010-10-29 | 1 | -2/+7 |
| * | | | | x86, memblock: Fix early_node_mem with big reserved region. | Yinghai Lu | 2010-10-28 | 1 | -5/+2 |
* | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2010-10-29 | 1 | -1/+2 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | debug_core,x86,blackfin: Clean up hw debug disable API | Dongdong Deng | 2010-10-29 | 1 | -1/+2 |
* | | | | | Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2010-10-28 | 21 | -33/+704 |
|\ \ \ \ \ |
|
| * | | | | | xen: initialize cpu masks for pv guests in xen_smp_init | Stefano Stabellini | 2010-10-26 | 1 | -2/+22 |
| * | | | | | xen: add a missing #include to arch/x86/pci/xen.c | Stefano Stabellini | 2010-10-22 | 1 | -0/+1 |
| * | | | | | xen: mask the MTRR feature from the cpuid | Stefano Stabellini | 2010-10-22 | 1 | -0/+1 |
| * | | | | | xen: add the direct mapping area for ISA bus access | Juan Quintela | 2010-10-22 | 3 | -0/+28 |
| * | | | | | xen: use vcpu_ops to setup cpu masks | Stefano Stabellini | 2010-10-22 | 1 | -1/+7 |
| * | | | | | xen: map a dummy page for local apic and ioapic in xen_set_fixmap | Jeremy Fitzhardinge | 2010-10-22 | 1 | -3/+20 |
| * | | | | | xen: remap MSIs into pirqs when running as initial domain | Qing He | 2010-10-22 | 1 | -18/+37 |
| * | | | | | xen: remap GSIs as pirqs when running as initial domain | Jeremy Fitzhardinge | 2010-10-22 | 2 | -0/+142 |
| * | | | | | xen: introduce XEN_DOM0 as a silent option | Stefano Stabellini | 2010-10-22 | 1 | -0/+10 |
| * | | | | | xen: map MSIs into pirqs | Stefano Stabellini | 2010-10-22 | 1 | -0/+57 |
| * | | | | | xen: support GSI -> pirq remapping in PV on HVM guests | Stefano Stabellini | 2010-10-22 | 2 | -0/+21 |
| * | | | | | xen: add xen hvm acpi_register_gsi variant | Jeremy Fitzhardinge | 2010-10-22 | 3 | -1/+11 |
| * | | | | | acpi: use indirect call to register gsi in different modes | Jeremy Fitzhardinge | 2010-10-22 | 1 | -17/+42 |
| * | | | | | xen: implement xen_hvm_register_pirq | Stefano Stabellini | 2010-10-22 | 1 | -0/+38 |
| * | | | | | Merge commit 'konrad/stable/xen-pcifront-0.8.2' into 2.6.36-rc8-initial-domai... | Stefano Stabellini | 2010-10-22 | 46 | -874/+851 |
| |\ \ \ \ \ |
|
| | * | | | | | X86/PCI: Remove the dependency on isapnp_disable. | Konrad Rzeszutek Wilk | 2010-10-21 | 1 | -5/+0 |
| | * | | | | | xen/pci: Request ACS when Xen-SWIOTLB is activated. | Konrad Rzeszutek Wilk | 2010-10-18 | 1 | -0/+4 |