summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2011-02-16x86, NUMA: Move *_numa_init() invocations into initmem_init()Tejun Heo
2011-02-16x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by retur...Tejun Heo
2011-02-16x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ...Tejun Heo
2011-02-16x86, NUMA: Drop @start/last_pfn from initmem_init()Tejun Heo
2011-02-16Merge branch 'x86/amd-nb' into x86/mmIngo Molnar
2011-02-16Merge branch 'x86/numa' into x86/mmIngo Molnar
2011-02-16Merge branch 'x86/bootmem' into x86/mmIngo Molnar
2011-02-15x86, amd: Initialize variable properlyBorislav Petkov
2011-02-14Merge commit 'v2.6.38-rc4' into x86/numaIngo Molnar
2011-02-14x86: Emit "mem=nopentium ignored" warning when not supportedKamal Mostafa
2011-02-14x86: Fix panic when handling "mem={invalid}" paramKamal Mostafa
2011-02-14x86: Allocate 32 tlb_invalidate_interrupt handler stubsShaohua Li
2011-02-14Merge branch 'linus' into x86/bootmemIngo Molnar
2011-02-10x86: Adjust section placement in AMD northbridge related codeJan Beulich
2011-02-07x86, amd: Support L3 Cache Partitioning on AMD family 0x15 CPUsHans Rosenfeld
2011-02-07x86, nx: Mark the ACPI resume trampoline code as +xH. Peter Anvin
2011-02-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-02-04x86-32: Make sure the stack is set up before we use itH. Peter Anvin
2011-02-03Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-02-03x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platformsSuresh Siddha
2011-01-28x86: Fix build failure on X86_UP_APICTejun Heo
2011-01-28x86: Unify NUMA initialization between 32 and 64bitTejun Heo
2011-01-28x86: Unify node_to_cpumask_map handling between 32 and 64bitTejun Heo
2011-01-28x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo
2011-01-28x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo
2011-01-28x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo
2011-01-28x86: Implement x86_32_early_logical_apicid() for numaq_32Tejun Heo
2011-01-28x86: Implement x86_32_early_logical_apicid() for summit_32Tejun Heo
2011-01-28x86: Implement x86_32_early_logical_apicid() for bigsmp_32Tejun Heo
2011-01-28x86: Implement the default x86_32_early_logical_apicid()Tejun Heo
2011-01-28x86: Add apic->x86_32_early_logical_apicid()Tejun Heo
2011-01-28x86: Kill apic->cpu_to_logical_apicid()Tejun Heo
2011-01-28x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic idTejun Heo
2011-01-28x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo
2011-01-28x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit onlyTejun Heo
2011-01-28x86: Drop x86_32 MAX_APICIDTejun Heo
2011-01-28x86: Kill unused static boot_cpu_logical_apicid in smpboot.cTejun Heo
2011-01-27perf: Fix Pentium4 raw event validationStephane Eranian
2011-01-26x86, amd: Extend AMD northbridge caching code to support "Link Control" devicesHans Rosenfeld
2011-01-26x86, amd: Enable L3 cache index disable on family 0x15Hans Rosenfeld
2011-01-26x86, amd: Normalize compute unit IDs on multi-node processorsAndreas Herrmann
2011-01-24x86-64: Don't use pointer to out-of-scope variable in dump_trace()Jesper Juhl
2011-01-21x86, hotplug: Fix powersavings with offlined cores on AMDBorislav Petkov
2011-01-21x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow co...Fenghua Yu
2011-01-20x86: Update CPU cache attributes table descriptorsDave Jones
2011-01-19Revert "x86: Make relocatable kernel work with new binutils"Ingo Molnar
2011-01-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-01-18x86: Clear irqstack thread_infoBrian Gerst
2011-01-18x86: Make relocatable kernel work with new binutilsShaohua Li
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds