- 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
- 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
- 7064d86 x86: Avoid tlbstate lock if not enough cpus by Shaohua Li · 14 years ago
- d2137d5 Merge branch 'linus' into x86/bootmem by Ingo Molnar · 14 years ago
- 1dc41aa memory hotplug: Define memory_block_size_bytes for x86_64 with CONFIG_X86_UV by Nathan Fontenot · 14 years ago
- f12d3d0 x86, nx: Don't force pages RW when setting NX bits by Matthieu CASTET · 14 years ago
- 8db78cc x86: Unify NUMA initialization between 32 and 64bit by Tejun Heo · 14 years ago
- de2d944 x86: Unify node_to_cpumask_map handling between 32 and 64bit by Tejun Heo · 14 years ago
- 645a791 x86: Unify CPU -> NUMA node mapping between 32 and 64bit by Tejun Heo · 14 years ago
- bbc9e2f x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit by Tejun Heo · 14 years ago
- b78aa66 x86: Drop x86_32 MAX_APICID by Tejun Heo · 14 years ago
- 9032160 x86: Unify "numa=" command line option handling by Jan Beulich · 14 years ago
- 8ee5382 thp: mmu_notifier_test_young by Andrea Arcangeli · 14 years ago
- f2d6bfe thp: add x86 32bit support by Johannes Weiner · 14 years ago
- 64cc6ae thp: bail out gup_fast on splitting pmd by Andrea Arcangeli · 14 years ago
- db3eb96f thp: add pmd mangling functions to x86 by Andrea Arcangeli · 14 years ago
- 9180706 thp: alter compound get_page/put_page by Andrea Arcangeli · 14 years ago
- e691d24 Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 9adcc4a Merge branch 'x86/numa' into x86/urgent by Ingo Molnar · 14 years ago
- 1c2a48c Merge branch 'linus' into x86/apic-cleanups by Ingo Molnar · 14 years ago
- d906f0e x86, numa: Fix CONFIG_DEBUG_PER_CPU_MAPS without NUMA emulation by David Rientjes · 14 years ago
- 4f00b90 Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 37d9a8c Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 017892c3 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- 42cbd8e Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- f005fe1 x86-64: Move out cleanup higmap [_brk_end, _end) out of init_memory_mapping() by Yinghai Lu · 14 years ago
- bc030d6 Merge commit 'v2.6.37-rc8' into x86/apic by Ingo Molnar · 14 years ago
- 1411e0e x86-64, numa: Put pgtable to local node memory by Yinghai Lu · 14 years ago