| Commit message (Expand) | Author | Age | Files | Lines |
* | x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes() | Tejun Heo | 2011-02-16 | 2 | -2/+0 |
* | x86-64, NUMA: Unify use of memblk in all init methods | Tejun Heo | 2011-02-16 | 1 | -4/+0 |
* | x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk() | Tejun Heo | 2011-02-16 | 3 | -1/+5 |
* | x86-64, NUMA: Kill {acpi|amd}_get_nodes() | Tejun Heo | 2011-02-16 | 2 | -3/+0 |
* | x86-64, NUMA: Use common numa_nodes[] | Tejun Heo | 2011-02-16 | 1 | -0/+1 |
* | x86-64, NUMA: Use common {cpu|mem}_nodes_parsed | Tejun Heo | 2011-02-16 | 1 | -0/+3 |
* | x86, NUMA: Move *_numa_init() invocations into initmem_init() | Tejun Heo | 2011-02-16 | 1 | -1/+1 |
* | x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by retur... | Tejun Heo | 2011-02-16 | 1 | -0/+1 |
* | x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ... | Tejun Heo | 2011-02-16 | 2 | -2/+2 |
* | x86, NUMA: Drop @start/last_pfn from initmem_init() | Tejun Heo | 2011-02-16 | 1 | -2/+1 |
* | Merge branch 'x86/amd-nb' into x86/mm | Ingo Molnar | 2011-02-16 | 1 | -1/+5 |
|\ |
|
| * | x86: Adjust section placement in AMD northbridge related code | Jan Beulich | 2011-02-10 | 1 | -1/+1 |
| * | x86, amd: Support L3 Cache Partitioning on AMD family 0x15 CPUs | Hans Rosenfeld | 2011-02-07 | 1 | -0/+3 |
| * | x86, amd: Extend AMD northbridge caching code to support "Link Control" devices | Hans Rosenfeld | 2011-01-26 | 1 | -0/+1 |
* | | Merge branch 'x86/numa' into x86/mm | Ingo Molnar | 2011-02-16 | 8 | -52/+87 |
|\ \ |
|
| * \ | Merge commit 'v2.6.38-rc4' into x86/numa | Ingo Molnar | 2011-02-14 | 2 | -6/+4 |
| |\ \ |
|
| * | | | x86: Rename incorrectly named parameter of numa_cpu_node() | Tejun Heo | 2011-01-31 | 1 | -1/+1 |
| * | | | x86: Fix build failure on X86_UP_APIC | Tejun Heo | 2011-01-28 | 1 | -1/+1 |
| * | | | x86: Unify NUMA initialization between 32 and 64bit | Tejun Heo | 2011-01-28 | 2 | -3/+4 |
| * | | | x86: Unify node_to_cpumask_map handling between 32 and 64bit | Tejun Heo | 2011-01-28 | 3 | -5/+9 |
| * | | | x86: Unify CPU -> NUMA node mapping between 32 and 64bit | Tejun Heo | 2011-01-28 | 3 | -21/+8 |
| * | | | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit | Tejun Heo | 2011-01-28 | 4 | -4/+36 |
| * | | | x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node() | Tejun Heo | 2011-01-28 | 1 | -2/+4 |
| * | | | x86: Add apic->x86_32_early_logical_apicid() | Tejun Heo | 2011-01-28 | 1 | -0/+19 |
| * | | | x86: Kill apic->cpu_to_logical_apicid() | Tejun Heo | 2011-01-28 | 1 | -7/+0 |
| * | | | x86: Replace cpu_2_logical_apicid[] with early percpu variable | Tejun Heo | 2011-01-28 | 2 | -4/+3 |
| * | | | x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit only | Tejun Heo | 2011-01-28 | 1 | -4/+4 |
| * | | | x86: Drop x86_32 MAX_APICID | Tejun Heo | 2011-01-28 | 1 | -2/+0 |
* | | | | Merge branch 'x86/bootmem' into x86/mm | Ingo Molnar | 2011-02-16 | 1 | -0/+8 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'linus' into x86/bootmem | Ingo Molnar | 2011-02-14 | 68 | -308/+961 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| * | | | | x86-64, numa: Put pgtable to local node memory | Yinghai Lu | 2010-12-29 | 1 | -0/+2 |
| * | | | | x86: Change get_max_mapped() to inline | Yinghai Lu | 2010-12-29 | 1 | -0/+6 |
* | | | | | x86: Scale up the number of TLB invalidate vectors with NR_CPUs, up to 32 | Shaohua Li | 2011-02-14 | 1 | -4/+9 |
* | | | | | x86: Allocate 32 tlb_invalidate_interrupt handler stubs | Shaohua Li | 2011-02-14 | 2 | -1/+28 |
* | | | | | x86: Cleanup vector usage | Shaohua Li | 2011-02-14 | 1 | -19/+21 |
| |/ / /
|/| | | |
|
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-02-06 | 1 | -4/+1 |
|\ \ \ \ |
|
| * | | | | x86-32: Make sure the stack is set up before we use it | H. Peter Anvin | 2011-02-04 | 1 | -4/+1 |
| | |/ /
| |/| | |
|
* | | | | x86, mm: avoid possible bogus tlb entries by clearing prev mm_cpumask after s... | Suresh Siddha | 2011-02-03 | 1 | -2/+3 |
|/ / / |
|
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-01-28 | 2 | -34/+12 |
|\ \ \ |
|
| * | | | percpu, x86: Fix percpu_xchg_op() | Eric Dumazet | 2011-01-26 | 1 | -12/+12 |
| * | | | x86: Remove left over system_64.h | Yinghai Lu | 2011-01-26 | 1 | -22/+0 |
| | |/
| |/| |
|
* | | | thp: fix PARAVIRT x86 32bit noPAE | Andrea Arcangeli | 2011-01-26 | 1 | -3/+2 |
|/ / |
|
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-01-25 | 3 | -42/+3 |
|\ \ |
|
| * | | x86: Fix jump label with RO/NX module protection crash | matthieu castet | 2011-01-23 | 1 | -1/+1 |
| * | | x86, hotplug: Fix powersavings with offlined cores on AMD | Borislav Petkov | 2011-01-21 | 1 | -0/+1 |
| * | | x86: Use asm-generic/cacheflush.h | Akinobu Mita | 2011-01-21 | 1 | -41/+1 |
* | | | Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-01-21 | 1 | -4/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | x86,percpu: Move out of place 64 bit ops into X86_64 section | Christoph Lameter | 2011-01-11 | 1 | -4/+4 |
* | | | x86: Unify "numa=" command line option handling | Jan Beulich | 2011-01-19 | 2 | -0/+3 |
* | | | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2011-01-13 | 1 | -2/+3 |
|\ \ \ |
|