| Commit message (Expand) | Author | Age | Files | Lines |
* | x86, NUMA: Move *_numa_init() invocations into initmem_init() | Tejun Heo | 2011-02-16 | 1 | -15/+1 |
* | x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by retur... | Tejun Heo | 2011-02-16 | 1 | -1/+1 |
* | x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ... | Tejun Heo | 2011-02-16 | 1 | -2/+2 |
* | x86, NUMA: Drop @start/last_pfn from initmem_init() | Tejun Heo | 2011-02-16 | 1 | -1/+1 |
* | Merge branch 'x86/amd-nb' into x86/mm | Ingo Molnar | 2011-02-16 | 4 | -23/+148 |
|\ |
|
| * | x86, amd: Initialize variable properly | Borislav Petkov | 2011-02-15 | 1 | -3/+3 |
| * | x86: Adjust section placement in AMD northbridge related code | Jan Beulich | 2011-02-10 | 1 | -3/+4 |
| * | x86, amd: Support L3 Cache Partitioning on AMD family 0x15 CPUs | Hans Rosenfeld | 2011-02-07 | 2 | -15/+124 |
| * | x86, amd: Extend AMD northbridge caching code to support "Link Control" devices | Hans Rosenfeld | 2011-01-26 | 1 | -2/+9 |
| * | x86, amd: Enable L3 cache index disable on family 0x15 | Hans Rosenfeld | 2011-01-26 | 1 | -0/+3 |
| * | x86, amd: Normalize compute unit IDs on multi-node processors | Andreas Herrmann | 2011-01-26 | 2 | -2/+7 |
* | | Merge branch 'x86/numa' into x86/mm | Ingo Molnar | 2011-02-16 | 19 | -213/+166 |
|\ \ |
|
| * \ | Merge commit 'v2.6.38-rc4' into x86/numa | Ingo Molnar | 2011-02-14 | 5 | -26/+45 |
| |\ \ |
|
| * | | | x86: Fix build failure on X86_UP_APIC | Tejun Heo | 2011-01-28 | 1 | -2/+0 |
| * | | | x86: Unify NUMA initialization between 32 and 64bit | Tejun Heo | 2011-01-28 | 1 | -2/+0 |
| * | | | x86: Unify node_to_cpumask_map handling between 32 and 64bit | Tejun Heo | 2011-01-28 | 2 | -48/+1 |
| * | | | x86: Unify CPU -> NUMA node mapping between 32 and 64bit | Tejun Heo | 2011-01-28 | 5 | -16/+5 |
| * | | | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit | Tejun Heo | 2011-01-28 | 5 | -27/+34 |
| * | | | x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node() | Tejun Heo | 2011-01-28 | 12 | -39/+33 |
| * | | | x86: Implement x86_32_early_logical_apicid() for numaq_32 | Tejun Heo | 2011-01-28 | 1 | -2/+8 |
| * | | | x86: Implement x86_32_early_logical_apicid() for summit_32 | Tejun Heo | 2011-01-28 | 1 | -5/+12 |
| * | | | x86: Implement x86_32_early_logical_apicid() for bigsmp_32 | Tejun Heo | 2011-01-28 | 1 | -1/+7 |
| * | | | x86: Implement the default x86_32_early_logical_apicid() | Tejun Heo | 2011-01-28 | 1 | -1/+6 |
| * | | | x86: Add apic->x86_32_early_logical_apicid() | Tejun Heo | 2011-01-28 | 7 | -2/+26 |
| * | | | x86: Kill apic->cpu_to_logical_apicid() | Tejun Heo | 2011-01-28 | 10 | -63/+11 |
| * | | | x86: Always use x86_cpu_to_logical_apicid for cpu -> logical apic id | Tejun Heo | 2011-01-28 | 3 | -8/+15 |
| * | | | x86: Replace cpu_2_logical_apicid[] with early percpu variable | Tejun Heo | 2011-01-28 | 6 | -9/+24 |
| * | | | x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit only | Tejun Heo | 2011-01-28 | 1 | -2/+2 |
| * | | | x86: Drop x86_32 MAX_APICID | Tejun Heo | 2011-01-28 | 1 | -1/+1 |
| * | | | x86: Kill unused static boot_cpu_logical_apicid in smpboot.c | Tejun Heo | 2011-01-28 | 1 | -5/+1 |
* | | | | Merge branch 'x86/bootmem' into x86/mm | Ingo Molnar | 2011-02-16 | 2 | -34/+40 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'linus' into x86/bootmem | Ingo Molnar | 2011-02-14 | 78 | -2542/+1658 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | x86-64: Move out cleanup higmap [_brk_end, _end) out of init_memory_mapping() | Yinghai Lu | 2011-01-05 | 1 | -0/+24 |
| * | | | | x86-64, numa: Put pgtable to local node memory | Yinghai Lu | 2010-12-29 | 1 | -8/+0 |
| * | | | | x86: Change get_max_mapped() to inline | Yinghai Lu | 2010-12-29 | 1 | -9/+0 |
| * | | | | x86-64, gart: Fix allocation with memblock | Yinghai Lu | 2010-12-29 | 1 | -17/+16 |
* | | | | | x86: Emit "mem=nopentium ignored" warning when not supported | Kamal Mostafa | 2011-02-14 | 1 | -2/+5 |
* | | | | | x86: Fix panic when handling "mem={invalid}" param | Kamal Mostafa | 2011-02-14 | 1 | -0/+3 |
* | | | | | x86: Allocate 32 tlb_invalidate_interrupt handler stubs | Shaohua Li | 2011-02-14 | 2 | -9/+75 |
| |/ / /
|/| | | |
|
* | | | | x86, nx: Mark the ACPI resume trampoline code as +x | H. Peter Anvin | 2011-02-07 | 1 | -3/+10 |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-02-06 | 4 | -21/+25 |
|\ \ \ \ |
|
| * | | | | x86-32: Make sure the stack is set up before we use it | H. Peter Anvin | 2011-02-04 | 3 | -20/+16 |
| * | | | | x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platforms | Suresh Siddha | 2011-02-03 | 1 | -1/+9 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-02-03 | 1 | -2/+10 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | perf: Fix Pentium4 raw event validation | Stephane Eranian | 2011-01-27 | 1 | -2/+10 |
| | |/
| |/| |
|
* | | | x86-64: Don't use pointer to out-of-scope variable in dump_trace() | Jesper Juhl | 2011-01-24 | 1 | -1/+1 |
|/ / |
|
* | | x86, hotplug: Fix powersavings with offlined cores on AMD | Borislav Petkov | 2011-01-21 | 2 | -2/+4 |
* | | x86, mcheck, therm_throt.c: Export symbol platform_thermal_notify to allow co... | Fenghua Yu | 2011-01-21 | 1 | -0/+1 |
* | | x86: Update CPU cache attributes table descriptors | Dave Jones | 2011-01-20 | 1 | -0/+3 |
* | | Revert "x86: Make relocatable kernel work with new binutils" | Ingo Molnar | 2011-01-19 | 1 | -9/+2 |