aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAge
* Merge branch 'x86-mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Ingo Molnar2011-03-05
|\
| * x86-64, NUMA: Revert NUMA affine page table allocationTejun Heo2011-03-04
* | x86: Work around old gas bugJan Beulich2011-03-03
|/
* x86: Rename e820_table_* to pgt_buf_*Yinghai Lu2011-02-24
* x86-64, NUMA: Unify emulated distance mappingTejun Heo2011-02-16
* x86-64, NUMA: Implement generic node distance handlingTejun Heo2011-02-16
* x86-64, NUMA: Kill mem_nodes_parsedTejun Heo2011-02-16
* x86-64, NUMA: Rename cpu_nodes_parsed to numa_nodes_parsedTejun Heo2011-02-16
* x86-64, NUMA: Kill numa_nodes[]Tejun Heo2011-02-16
* x86-64, NUMA: Add common find_node_by_addr()Tejun Heo2011-02-16
* x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes()Tejun Heo2011-02-16
* x86-64, NUMA: Unify use of memblk in all init methodsTejun Heo2011-02-16
* x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk()Tejun Heo2011-02-16
* x86-64, NUMA: Kill {acpi|amd}_get_nodes()Tejun Heo2011-02-16
* x86-64, NUMA: Use common numa_nodes[]Tejun Heo2011-02-16
* x86-64, NUMA: Use common {cpu|mem}_nodes_parsedTejun Heo2011-02-16
* x86, NUMA: Move *_numa_init() invocations into initmem_init()Tejun Heo2011-02-16
* x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by retur...Tejun Heo2011-02-16
* x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return ...Tejun Heo2011-02-16
* x86, NUMA: Drop @start/last_pfn from initmem_init()Tejun Heo2011-02-16
* Merge branch 'x86/amd-nb' into x86/mmIngo Molnar2011-02-16
|\
| * x86: Adjust section placement in AMD northbridge related codeJan Beulich2011-02-10
| * x86, amd: Support L3 Cache Partitioning on AMD family 0x15 CPUsHans Rosenfeld2011-02-07
| * x86, amd: Extend AMD northbridge caching code to support "Link Control" devicesHans Rosenfeld2011-01-26
* | Merge branch 'x86/numa' into x86/mmIngo Molnar2011-02-16
|\ \
| * \ Merge commit 'v2.6.38-rc4' into x86/numaIngo Molnar2011-02-14
| |\ \
| * | | x86: Rename incorrectly named parameter of numa_cpu_node()Tejun Heo2011-01-31
| * | | x86: Fix build failure on X86_UP_APICTejun Heo2011-01-28
| * | | x86: Unify NUMA initialization between 32 and 64bitTejun Heo2011-01-28
| * | | x86: Unify node_to_cpumask_map handling between 32 and 64bitTejun Heo2011-01-28
| * | | x86: Unify CPU -> NUMA node mapping between 32 and 64bitTejun Heo2011-01-28
| * | | x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bitTejun Heo2011-01-28
| * | | x86: Replace apic->apicid_to_node() with ->x86_32_numa_cpu_node()Tejun Heo2011-01-28
| * | | x86: Add apic->x86_32_early_logical_apicid()Tejun Heo2011-01-28
| * | | x86: Kill apic->cpu_to_logical_apicid()Tejun Heo2011-01-28
| * | | x86: Replace cpu_2_logical_apicid[] with early percpu variableTejun Heo2011-01-28
| * | | x86: Make default_send_IPI_mask_sequence/allbutself_logical() 32bit onlyTejun Heo2011-01-28
| * | | x86: Drop x86_32 MAX_APICIDTejun Heo2011-01-28
* | | | Merge branch 'x86/bootmem' into x86/mmIngo Molnar2011-02-16
|\ \ \ \
| * \ \ \ Merge branch 'linus' into x86/bootmemIngo Molnar2011-02-14
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86-64, numa: Put pgtable to local node memoryYinghai Lu2010-12-29
| * | | | x86: Change get_max_mapped() to inlineYinghai Lu2010-12-29
* | | | | x86: Scale up the number of TLB invalidate vectors with NR_CPUs, up to 32Shaohua Li2011-02-14
* | | | | x86: Allocate 32 tlb_invalidate_interrupt handler stubsShaohua Li2011-02-14
* | | | | x86: Cleanup vector usageShaohua Li2011-02-14
| |/ / / |/| | |
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-02-06
|\ \ \ \
| * | | | x86-32: Make sure the stack is set up before we use itH. Peter Anvin2011-02-05
| | |/ / | |/| |
* / | | x86, mm: avoid possible bogus tlb entries by clearing prev mm_cpumask after s...Suresh Siddha2011-02-03
|/ / /
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-01-27
|\ \ \
| * | | percpu, x86: Fix percpu_xchg_op()Eric Dumazet2011-01-26