summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-1563-1796/+2306
|\
| * x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others()Xiao Guangrong2011-03-151-2/+1
| * Merge commit 'v2.6.38' into x86/mmIngo Molnar2011-03-15810-6214/+8447
| |\
| * | x86-64, NUMA: Don't call numa_set_distanc() for all possible node combination...Tejun Heo2011-03-121-11/+12
| * | Merge branch 'x86-mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/mis...Ingo Molnar2011-03-055-101/+79
| |\ \
| | * | x86-64, NUMA: Don't assume phys node 0 is always online in numa_emulation()Tejun Heo2011-03-041-1/+15
| | * | x86-64, NUMA: Clean up initmem_init()David Rientjes2011-03-041-39/+55
| | * | x86-64, NUMA: Fix numa_emulation code with node0 without RAMYinghai Lu2011-03-041-3/+1
| | * | x86-64, NUMA: Revert NUMA affine page table allocationTejun Heo2011-03-044-58/+8
| * | | x86: Work around old gas bugJan Beulich2011-03-031-4/+4
| |/ /
| * | x86-64, NUMA: Better explain numa_distance handlingTejun Heo2011-03-022-2/+15
| * | x86-64, NUMA: Fix distance table handlingYinghai Lu2011-03-022-11/+11
| * | mm: Move early_node_map[] reverse scan helpers under HAVE_MEMBLOCKYinghai Lu2011-02-261-32/+32
| * | x86-64, NUMA: Fix size of numa_distance arrayDavid Rientjes2011-02-251-1/+2
| * | x86: Rename e820_table_* to pgt_buf_*Yinghai Lu2011-02-245-20/+20
| * | bootmem: Move __alloc_memory_core_early() to nobootmem.cYinghai Lu2011-02-243-30/+25
| * | bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cYinghai Lu2011-02-243-9/+12
| * | bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cYinghai Lu2011-02-243-171/+415
| * | x86-64, NUMA: Seperate out numa_alloc_distance() from numa_set_distance()Yinghai Lu2011-02-221-35/+40
| * | x86-64, NUMA: Add proper function comments to global functionsTejun Heo2011-02-222-10/+69
| * | x86-64, NUMA: Move NUMA emulation into numa_emulation.cTejun Heo2011-02-224-476/+488
| * | x86-64, NUMA: Prepare numa_emulation() for moving NUMA emulation into a separ...Tejun Heo2011-02-221-23/+33
| * | x86-64, NUMA: Do not scan two times for setup_node_bootmem()Yinghai Lu2011-02-211-20/+12
| * | x86-64, NUMA: Put dummy_numa_init() in the init sectionYinghai Lu2011-02-171-1/+1
| * | x86-64, NUMA: Don't call __pa() with invalid address in numa_reset_distance()Yinghai Lu2011-02-171-4/+6
| * | x86-64, NUMA: Unify emulated distance mappingTejun Heo2011-02-166-176/+40
| * | x86-64, NUMA: Unify emulated apicid -> node mapping transformationTejun Heo2011-02-163-33/+16
| * | x86-64, NUMA: Emulate directly from numa_meminfoTejun Heo2011-02-161-100/+71
| * | x86-64, NUMA: Wrap node ID during emulationTejun Heo2011-02-161-10/+2
| * | x86-64, NUMA: Make emulation code build numa_meminfo and share the registrati...Tejun Heo2011-02-161-87/+86
| * | x86-64, NUMA: Build and use direct emulated nid -> phys nid mappingTejun Heo2011-02-161-29/+35
| * | x86-64, NUMA: Trivial changes to prepare for emulation updatesTejun Heo2011-02-161-16/+18
| * | x86-64, NUMA: Implement generic node distance handlingTejun Heo2011-02-165-17/+109
| * | x86-64, NUMA: Kill mem_nodes_parsedTejun Heo2011-02-164-13/+20
| * | x86-64, NUMA: Rename cpu_nodes_parsed to numa_nodes_parsedTejun Heo2011-02-164-10/+10
| * | x86-64, NUMA: Kill numa_nodes[]Tejun Heo2011-02-164-58/+53
| * | x86-64, NUMA: Add common find_node_by_addr()Tejun Heo2011-02-164-31/+20
| * | x86-64, NUMA: consolidate and improve memblk sanity checksTejun Heo2011-02-161-50/+49
| * | x86-64, NUMA: make numa_cleanup_meminfo() prettierTejun Heo2011-02-161-17/+19
| * | x86-64, NUMA: Separate out numa_cleanup_meminfo()Tejun Heo2011-02-161-37/+46
| * | x86-64, NUMA: Introduce struct numa_meminfoTejun Heo2011-02-161-70/+75
| * | x86-64, NUMA: Remove %NULL @nodeids handling from compute_hash_shift()Tejun Heo2011-02-161-7/+7
| * | x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes()Tejun Heo2011-02-165-26/+0
| * | x86-64, NUMA: Unify the rest of memblk registrationTejun Heo2011-02-163-74/+68
| * | x86-64, NUMA: Unify use of memblk in all init methodsTejun Heo2011-02-164-29/+8
| * | x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk()Tejun Heo2011-02-165-94/+117
| * | x86-64, NUMA: Kill {acpi|amd}_get_nodes()Tejun Heo2011-02-165-39/+10
| * | x86-64, NUMA: Use common numa_nodes[]Tejun Heo2011-02-164-42/+45
| * | x86-64, NUMA: Move apicid to numa mapping initialization from amd_scan_nodes(...Tejun Heo2011-02-161-20/+23
| * | x86-64, NUMA: Remove local variable found from amd_numa_init()Tejun Heo2011-02-161-4/+2
OpenPOWER on IntegriCloud