summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-06-12Merge branch 'topic/slab/earlyboot-v2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-5/+9
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds6-55/+187
2009-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-an...Linus Torvalds4-167/+73
2009-06-12Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-12/+5
2009-06-12lguest: PAE supportMatias Zabaljauregui4-8/+74
2009-06-12lguest: Add support for kvm_hypercall4()Matias Zabaljauregui2-10/+25
2009-06-12lguest: replace hypercall name LHCALL_SET_PMD with LHCALL_SET_PGDMatias Zabaljauregui2-2/+2
2009-06-12lguest: use native_set_* macros, which properly handle 64-bit entries when PA...Matias Zabaljauregui1-4/+4
2009-06-12lguest: optimize by coding restore_flags and irq_enable in assembler.Rusty Russell3-30/+74
2009-06-12lguest: improve interrupt handling, speed up stream networkingRusty Russell3-8/+16
2009-06-12lguest: clean up lguest_init_IRQRusty Russell1-5/+4
2009-06-12module: cleanup FIXME comments about trimming exception table entries.Rusty Russell1-2/+0
2009-06-12module: merge module_alloc() finallyAmerigo Wang2-10/+6
2009-06-12x86 module: merge the rest functions with macrosAmerigo Wang4-224/+161
2009-06-12x86 module: merge the same functions in module_32.c and module_64.cAmerigo Wang4-124/+99
2009-06-12x86: make zap_low_mapping could be used earlyYinghai Lu3-5/+9
2009-06-12x86: Provide _sdata in the vmlinux.lds.S fileCatalin Marinas1-0/+2
2009-06-11x86: use zalloc_cpumask_var in arch_early_irq_initYinghai Lu1-2/+2
2009-06-11x86: handle initrd that extends into unusable memoryYinghai Lu1-12/+3
2009-06-11Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds27-70/+2130
2009-06-11Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+4
2009-06-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+4
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds4-98/+207
2009-06-11Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds26-1075/+1367
2009-06-11irq/cpumask: make memoryless node zero happyYinghai Lu1-2/+4
2009-06-11x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu1-2/+2
2009-06-11Merge branch 'serial-from-alan'Linus Torvalds1-0/+1
2009-06-11Merge branch 'linus' into perfcounters/coreIngo Molnar178-4583/+5706
2009-06-11perf_counter: Rename L2 to LL cachePeter Zijlstra1-6/+6
2009-06-11perf_counter: Standardize event namesPeter Zijlstra2-19/+19
2009-06-11x86: fix ktermios-termio conversionArnd Bergmann1-0/+1
2009-06-11x86: memtest: use pointers of equal type for comparisonThomas Gleixner1-5/+4
2009-06-10Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds17-466/+1444
2009-06-10Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+23
2009-06-10Merge branch 'signal-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-0/+5
2009-06-11perf_counter: Accurate period dataPeter Zijlstra1-3/+12
2009-06-11perf_counter: Introduce struct for sample dataPeter Zijlstra1-4/+11
2009-06-10Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-330/+622
2009-06-10Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds20-103/+157
2009-06-10Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-9/+10
2009-06-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-29/+66
2009-06-10Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds21-355/+489
2009-06-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds21-316/+208
2009-06-10Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-248/+266
2009-06-10Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-20/+16
2009-06-10Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-502/+219
2009-06-10Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds29-85/+78
2009-06-10Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-38/+28
2009-06-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2009-06-11Revert "x86, bts: reenable ptrace branch trace support"Ingo Molnar1-0/+1