summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2011-05-19Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds14-162/+77
2011-05-19Merge branches 'x86-efi-for-linus', 'x86-gart-for-linus', 'x86-irq-for-linus'...Linus Torvalds2-2/+1
2011-05-19Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-72/+86
2011-05-19Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-fo...Linus Torvalds1-14/+71
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+2
2011-05-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-22/+32
2011-05-19Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-7/+34
2011-05-19Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git...Linus Torvalds2-2/+19
2011-05-18Merge branch 'x86/mem' into perf/coreIngo Molnar3-1/+11
2011-05-18x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limitJiri Olsa1-1/+1
2011-05-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-5/+31
2011-05-17x86, alternative: Add altinstruction_entry macroFenghua Yu1-0/+9
2011-05-17x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSBFenghua Yu1-0/+1
2011-05-16ftrace/x86: mcount offset calculationMartin Schwidefsky1-4/+3
2011-05-16ftrace/x86: Do not trace .discard.text sectionSteven Rostedt1-1/+1
2011-05-16x86, apic: Fix spurious error interrupts triggering on all non-boot APsYouquan Song1-0/+1
2011-05-14clocksource: convert x86 to generic i8253 clocksourceRussell King1-0/+2
2011-05-12x86: Fix UV BAU for non-consecutive nasidsCliff Wickman1-4/+13
2011-05-12x86,xen: introduce x86_init.mapping.pagetable_reserveStefano Stabellini2-0/+13
2011-05-12x86: Remove warning and warning_symbol from struct stacktrace_opsRichard Weinberger1-3/+0
2011-05-10Merge commit 'v2.6.39-rc7' into perf/coreIngo Molnar1-1/+1
2011-05-10x86/amd-iommu: Use threaded interupt handlerJoerg Roedel1-0/+1
2011-05-10Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats...Joerg Roedel2-7/+33
2011-05-10x86, UV: Fix NMI handler for UV platformsJack Steiner2-1/+17
2011-05-09x86, efi: Consolidate EFI nx controlMatthew Garrett1-0/+1
2011-05-02x86, NUMA: Enable emulation on 32bit tooTejun Heo1-7/+3
2011-05-02x86, NUMA: Make numa_init_array() staticTejun Heo1-2/+0
2011-05-02x86, NUMA: Make 32bit use common NUMA init pathTejun Heo1-7/+0
2011-05-02x86, NUMA: Enable build of generic NUMA init code on 32bitTejun Heo1-3/+3
2011-05-02x86, NUMA: Move NUMA init logic from numa_64.c to numa.cTejun Heo3-21/+16
2011-05-02x86-32, NUMA: Update numaq to use new NUMA init protocolTejun Heo1-6/+1
2011-05-02x86-32, NUMA: Replace srat_32.c with srat.cTejun Heo2-41/+0
2011-05-02x86-32, NUMA: implement temporary NUMA init shimsTejun Heo2-3/+3
2011-05-02x86, NUMA: Move numa_nodes_parsed to numa.[hc]Tejun Heo2-4/+1
2011-05-02x86-32, NUMA: Move get_memcfg_numa() into numa_32.cTejun Heo1-18/+0
2011-05-02x86, NUMA: trivial cleanupsTejun Heo4-12/+0
2011-05-02x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optionalTejun Heo1-3/+6
2011-05-02x86, NUMA: Unify 32/64bit numa_cpu_node() implementationTejun Heo3-9/+10
2011-05-02Merge branch 'x86/urgent' into x86-mmTejun Heo5-15/+19
2011-05-02Merge branch 'x86/numa' into x86-mmTejun Heo3-3/+0
2011-04-28x86: devicetree: Configure IOAPIC pin only onceSebastian Andrzej Siewior1-1/+1
2011-04-27Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2-13/+17
2011-04-24x86: Demacro CONFIG_PARAVIRT cpu accessorsAvi Kivity1-14/+71
2011-04-21x86, mce: Drop the default decoding notifierBorislav Petkov1-2/+0
2011-04-21x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPSDavid Rientjes1-1/+1
2011-04-18x86, cpu: Clean up and unify the NOP selection infrastructureH. Peter Anvin2-70/+84
2011-04-18x86, percpu: Use ASM_NOP4 instead of hardcoding P6_NOP4H. Peter Anvin1-1/+1
2011-04-18x86, gart: Set DISTLBWALKPRB bit alwaysJoerg Roedel1-2/+2
2011-04-18x86, gart: Convert spaces to tabs in enable_gart_translationJoerg Roedel1-11/+11
2011-04-18xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.Konrad Rzeszutek Wilk1-2/+3