- e6df595 x86, NUMA: Move numa_nodes_parsed to numa.[hc] by Tejun Heo · 14 years ago
- daf4f48 x86-32, NUMA: Move get_memcfg_numa() into numa_32.c by Tejun Heo · 14 years ago
- eca9ad3 x86, NUMA: make srat.c 32bit safe by Tejun Heo · 14 years ago
- 7b2600f x86, NUMA: rename srat_64.c to srat.c by Tejun Heo · 14 years ago
- 1201e10 x86, NUMA: trivial cleanups by Tejun Heo · 14 years ago
- 797390d x86-32, NUMA: use sparse_memory_present_with_active_regions() by Tejun Heo · 14 years ago
- 6bd2627 x86, NUMA: Unify 32/64bit numa_cpu_node() implementation by Tejun Heo · 14 years ago
- acd26d6 x86-64, NUMA: simplify nodedata allocation by Tejun Heo · 14 years ago
- ebe685f x86-64, NUMA: trivial cleanups for setup_node_bootmem() by Tejun Heo · 14 years ago
- 9688678 x86-64, NUMA: Simplify hotadd memory handling by Tejun Heo · 14 years ago
- ba67cf5 Merge branch 'x86/urgent' into x86-mm by Tejun Heo · 14 years ago
- aff3648 Merge branch 'x86/numa' into x86-mm by Tejun Heo · 14 years ago
- 2be1910 x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo() by Yinghai Lu · 14 years ago
- c7a7b814 ioremap: Delay sanity check until after a successful mapping by Tim Gardner · 14 years ago
- 7a6c654 x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS by David Rientjes · 14 years ago
- 993ba15 x86-32, numa: Update remap allocator comments by Tejun Heo · 14 years ago
- 198bd06 x86-32, numa: Remove redundant node_remap_size[] by Tejun Heo · 14 years ago
- 1d85b61 x86-32, numa: Remove now useless node_remap_offset[] by Tejun Heo · 14 years ago
- b2e3e4f x86-32, numa: Make pgdat allocation use alloc_remap() by Tejun Heo · 14 years ago
- 2a28634 x86-32, numa: Move remapping for remap allocator into init_alloc_remap() by Tejun Heo · 14 years ago
- 0e9f93c x86-32, numa: Move lowmem address space reservation to init_alloc_remap() by Tejun Heo · 14 years ago
- 82044c3 x86-32, numa: Make init_alloc_remap() less panicky by Tejun Heo · 14 years ago
- 7210cf9 x86-32, numa: Calculate remap size in common code by Tejun Heo · 14 years ago
- af7c1a6 x86-32, numa: Make @size in init_aloc_remap() represent bytes by Tejun Heo · 14 years ago
- c4d4f57 x86-32, numa: Rename @node_kva to @node_pa in init_alloc_remap() by Tejun Heo · 14 years ago
- 5510db9 x86-32, numa: Reorganize calculate_numa_remap_page() by Tejun Heo · 14 years ago
- 5b8443b x86-32, numa: Remove redundant top-down alloc code from remap initialization by Tejun Heo · 14 years ago
- a6c24f7 x86-32, numa: Align pgdat size while initializing alloc_remap by Tejun Heo · 14 years ago
- 3fe14ab x86-32, numa: Fix failure condition check in alloc_remap() by Tejun Heo · 14 years ago
- 765af22 x86-32, NUMA: Fix ACPI NUMA init broken by recent x86-64 change by Tejun Heo · 14 years ago
- 711b8c8 x86-64, NUMA: Remove unused variable by Florian Mickler · 14 years ago
- 0529360 x86-64, NUMA: Remove custom phys_to_nid() implementation by Tejun Heo · 14 years ago
- b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
- cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 14 years ago
- 83b964b mm: arch: make in_gate_area take an mm_struct instead of a task_struct by Stephen Wilson · 14 years ago
- 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 14 years ago
- 73d5a86 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- e5f15b4 x86: Cleanup highmap after brk is concluded by Yinghai Lu · 14 years ago
- f2e1fbb Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 4981d01 x86: Flush TLB if PGD entry is changed in i386 PAE mode by Shaohua Li · 14 years ago
- 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
- a5e6b13 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 14 years ago
- 25542c6 x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others() by Xiao Guangrong · 14 years ago
- 8460b3e Merge commit 'v2.6.38' into x86/mm by Ingo Molnar · 14 years ago
- 56396e6 x86-64, NUMA: Don't call numa_set_distanc() for all possible node combinations during emulation by Tejun Heo · 14 years ago
- a79e53d x86/mm: Fix pgd_lock deadlock by Andrea Arcangeli · 14 years ago
- f862685 x86/mm: Handle mm_fault_error() in kernel space by Andrey Vagin · 14 years ago
- 078a198 x86-64, NUMA: Don't assume phys node 0 is always online in numa_emulation() by Tejun Heo · 14 years ago
- 3b28cf3 x86, numa: Fix numa_emulation code with memory-less node0 by Yinghai Lu · 14 years ago
- c09cedf x86-64, NUMA: Clean up initmem_init() by David Rientjes · 14 years ago
- 51b361b x86-64, NUMA: Fix numa_emulation code with node0 without RAM by Yinghai Lu · 14 years ago
- f891125 x86-64, NUMA: Revert NUMA affine page table allocation by Tejun Heo · 14 years ago
- eb8c1e2 x86-64, NUMA: Better explain numa_distance handling by Tejun Heo · 14 years ago
- ce00333 x86-64, NUMA: Fix distance table handling by Yinghai Lu · 14 years ago
- 1f565a8 x86-64, NUMA: Fix size of numa_distance array by David Rientjes · 14 years ago
- d1b1942 x86: Rename e820_table_* to pgt_buf_* by Yinghai Lu · 14 years ago
- 2bf5055 x86-64, NUMA: Seperate out numa_alloc_distance() from numa_set_distance() by Yinghai Lu · 14 years ago
- 90e6b67 x86-64, NUMA: Add proper function comments to global functions by Tejun Heo · 14 years ago
- b8ef917 x86-64, NUMA: Move NUMA emulation into numa_emulation.c by Tejun Heo · 14 years ago
- fbe9995 x86-64, NUMA: Prepare numa_emulation() for moving NUMA emulation into a separate file by Tejun Heo · 14 years ago
- 69efcc6 x86-64, NUMA: Do not scan two times for setup_node_bootmem() by Yinghai Lu · 14 years ago
- 6d496f9 x86-64, NUMA: Put dummy_numa_init() in the init section by Yinghai Lu · 14 years ago
- 2ca230b x86-64, NUMA: Don't call __pa() with invalid address in numa_reset_distance() by Yinghai Lu · 14 years ago
- e23bba6 x86-64, NUMA: Unify emulated distance mapping by Tejun Heo · 14 years ago
- 6b78cb5 x86-64, NUMA: Unify emulated apicid -> node mapping transformation by Tejun Heo · 14 years ago
- 1cca534 x86-64, NUMA: Emulate directly from numa_meminfo by Tejun Heo · 14 years ago
- 775ee85 x86-64, NUMA: Wrap node ID during emulation by Tejun Heo · 14 years ago
- c88aea7 x86-64, NUMA: Make emulation code build numa_meminfo and share the registration path by Tejun Heo · 14 years ago
- 9d073ca x86-64, NUMA: Build and use direct emulated nid -> phys nid mapping by Tejun Heo · 14 years ago
- d9c515e x86-64, NUMA: Trivial changes to prepare for emulation updates by Tejun Heo · 14 years ago
- ac7136b x86-64, NUMA: Implement generic node distance handling by Tejun Heo · 14 years ago
- 4697bdc x86-64, NUMA: Kill mem_nodes_parsed by Tejun Heo · 14 years ago
- 92d4a43 x86-64, NUMA: Rename cpu_nodes_parsed to numa_nodes_parsed by Tejun Heo · 14 years ago
- 9155623 x86-64, NUMA: Kill numa_nodes[] by Tejun Heo · 14 years ago
- a844ef4 x86-64, NUMA: Add common find_node_by_addr() by Tejun Heo · 14 years ago
- 56e827f x86-64, NUMA: consolidate and improve memblk sanity checks by Tejun Heo · 14 years ago
- 2e756be x86-64, NUMA: make numa_cleanup_meminfo() prettier by Tejun Heo · 14 years ago
- f9c6025 x86-64, NUMA: Separate out numa_cleanup_meminfo() by Tejun Heo · 14 years ago
- 97e7b78 x86-64, NUMA: Introduce struct numa_meminfo by Tejun Heo · 14 years ago
- 8968dab x86-64, NUMA: Remove %NULL @nodeids handling from compute_hash_shift() by Tejun Heo · 14 years ago
- 5d371b0 x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes() by Tejun Heo · 14 years ago
- fd0435d x86-64, NUMA: Unify the rest of memblk registration by Tejun Heo · 14 years ago
- 43a662f x86-64, NUMA: Unify use of memblk in all init methods by Tejun Heo · 14 years ago
- ef396ec x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk() by Tejun Heo · 14 years ago
- 19095548 x86-64, NUMA: Kill {acpi|amd}_get_nodes() by Tejun Heo · 14 years ago
- 206e420 x86-64, NUMA: Use common numa_nodes[] by Tejun Heo · 14 years ago
- 45fe6c7 x86-64, NUMA: Move apicid to numa mapping initialization from amd_scan_nodes() to amd_numa_init() by Tejun Heo · 14 years ago
- 99df738 x86-64, NUMA: Remove local variable found from amd_numa_init() by Tejun Heo · 14 years ago
- ec8cf29b x86-64, NUMA: Use common {cpu|mem}_nodes_parsed by Tejun Heo · 14 years ago
- ffe77a4 x86-64, NUMA: Restructure initmem_init() by Tejun Heo · 14 years ago
- d8fc3af x86, NUMA: Move *_numa_init() invocations into initmem_init() by Tejun Heo · 14 years ago
- a9aec56 x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by return value by Tejun Heo · 14 years ago
- 940fed2 x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return values by Tejun Heo · 14 years ago
- 86ef4db x86, NUMA: Drop @start/last_pfn from initmem_init() by Tejun Heo · 14 years ago
- 13081df x86-64, NUMA: Simplify hotplug node handling in acpi_numa_memory_affinity_init() by Tejun Heo · 14 years ago
- 7d36b7b x86-64, NUMA: Make dummy node initialization path similar to non-dummy ones by Tejun Heo · 14 years ago
- 52b8b8d Merge branch 'x86/numa' into x86/mm by Ingo Molnar · 14 years ago
- 02ac81a Merge branch 'x86/bootmem' into x86/mm by Ingo Molnar · 14 years ago
- 14392fd x86, numa: Add error handling for bad cpu-to-node mappings by David Rientjes · 14 years ago
- b366801 Merge commit 'v2.6.38-rc4' into x86/numa by Ingo Molnar · 14 years ago