1. af7c1a6 x86-32, numa: Make @size in init_aloc_remap() represent bytes by Tejun Heo · 14 years ago
  2. c4d4f57 x86-32, numa: Rename @node_kva to @node_pa in init_alloc_remap() by Tejun Heo · 14 years ago
  3. 5510db9 x86-32, numa: Reorganize calculate_numa_remap_page() by Tejun Heo · 14 years ago
  4. 5b8443b x86-32, numa: Remove redundant top-down alloc code from remap initialization by Tejun Heo · 14 years ago
  5. a6c24f7 x86-32, numa: Align pgdat size while initializing alloc_remap by Tejun Heo · 14 years ago
  6. 3fe14ab x86-32, numa: Fix failure condition check in alloc_remap() by Tejun Heo · 14 years ago
  7. 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
  8. cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 14 years ago
  9. 83b964b mm: arch: make in_gate_area take an mm_struct instead of a task_struct by Stephen Wilson · 14 years ago
  10. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 14 years ago
  11. 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
  12. e5f15b4 x86: Cleanup highmap after brk is concluded by Yinghai Lu · 14 years ago
  13. 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
  14. 4981d01 x86: Flush TLB if PGD entry is changed in i386 PAE mode by Shaohua Li · 14 years ago
  15. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 14 years ago
  16. 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
  17. 25542c6 x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others() by Xiao Guangrong · 14 years ago
  18. 8460b3e Merge commit 'v2.6.38' into x86/mm by Ingo Molnar · 14 years ago
  19. 56396e6 x86-64, NUMA: Don't call numa_set_distanc() for all possible node combinations during emulation by Tejun Heo · 14 years ago
  20. a79e53d x86/mm: Fix pgd_lock deadlock by Andrea Arcangeli · 14 years ago
  21. f862685 x86/mm: Handle mm_fault_error() in kernel space by Andrey Vagin · 14 years ago
  22. 078a198 x86-64, NUMA: Don't assume phys node 0 is always online in numa_emulation() by Tejun Heo · 14 years ago
  23. 3b28cf3 x86, numa: Fix numa_emulation code with memory-less node0 by Yinghai Lu · 14 years ago
  24. c09cedf x86-64, NUMA: Clean up initmem_init() by David Rientjes · 14 years ago
  25. 51b361b x86-64, NUMA: Fix numa_emulation code with node0 without RAM by Yinghai Lu · 14 years ago
  26. f891125 x86-64, NUMA: Revert NUMA affine page table allocation by Tejun Heo · 14 years ago
  27. eb8c1e2 x86-64, NUMA: Better explain numa_distance handling by Tejun Heo · 14 years ago
  28. ce00333 x86-64, NUMA: Fix distance table handling by Yinghai Lu · 14 years ago
  29. 1f565a8 x86-64, NUMA: Fix size of numa_distance array by David Rientjes · 14 years ago
  30. d1b1942 x86: Rename e820_table_* to pgt_buf_* by Yinghai Lu · 14 years ago
  31. 2bf5055 x86-64, NUMA: Seperate out numa_alloc_distance() from numa_set_distance() by Yinghai Lu · 14 years ago
  32. 90e6b67 x86-64, NUMA: Add proper function comments to global functions by Tejun Heo · 14 years ago
  33. b8ef917 x86-64, NUMA: Move NUMA emulation into numa_emulation.c by Tejun Heo · 14 years ago
  34. fbe9995 x86-64, NUMA: Prepare numa_emulation() for moving NUMA emulation into a separate file by Tejun Heo · 14 years ago
  35. 69efcc6 x86-64, NUMA: Do not scan two times for setup_node_bootmem() by Yinghai Lu · 14 years ago
  36. 6d496f9 x86-64, NUMA: Put dummy_numa_init() in the init section by Yinghai Lu · 14 years ago
  37. 2ca230b x86-64, NUMA: Don't call __pa() with invalid address in numa_reset_distance() by Yinghai Lu · 14 years ago
  38. e23bba6 x86-64, NUMA: Unify emulated distance mapping by Tejun Heo · 14 years ago
  39. 6b78cb5 x86-64, NUMA: Unify emulated apicid -> node mapping transformation by Tejun Heo · 14 years ago
  40. 1cca534 x86-64, NUMA: Emulate directly from numa_meminfo by Tejun Heo · 14 years ago
  41. 775ee85 x86-64, NUMA: Wrap node ID during emulation by Tejun Heo · 14 years ago
  42. c88aea7 x86-64, NUMA: Make emulation code build numa_meminfo and share the registration path by Tejun Heo · 14 years ago
  43. 9d073ca x86-64, NUMA: Build and use direct emulated nid -> phys nid mapping by Tejun Heo · 14 years ago
  44. d9c515e x86-64, NUMA: Trivial changes to prepare for emulation updates by Tejun Heo · 14 years ago
  45. ac7136b x86-64, NUMA: Implement generic node distance handling by Tejun Heo · 14 years ago
  46. 4697bdc x86-64, NUMA: Kill mem_nodes_parsed by Tejun Heo · 14 years ago
  47. 92d4a43 x86-64, NUMA: Rename cpu_nodes_parsed to numa_nodes_parsed by Tejun Heo · 14 years ago
  48. 9155623 x86-64, NUMA: Kill numa_nodes[] by Tejun Heo · 14 years ago
  49. a844ef4 x86-64, NUMA: Add common find_node_by_addr() by Tejun Heo · 14 years ago
  50. 56e827f x86-64, NUMA: consolidate and improve memblk sanity checks by Tejun Heo · 14 years ago
  51. 2e756be x86-64, NUMA: make numa_cleanup_meminfo() prettier by Tejun Heo · 14 years ago
  52. f9c6025 x86-64, NUMA: Separate out numa_cleanup_meminfo() by Tejun Heo · 14 years ago
  53. 97e7b78 x86-64, NUMA: Introduce struct numa_meminfo by Tejun Heo · 14 years ago
  54. 8968dab x86-64, NUMA: Remove %NULL @nodeids handling from compute_hash_shift() by Tejun Heo · 14 years ago
  55. 5d371b0 x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes() by Tejun Heo · 14 years ago
  56. fd0435d x86-64, NUMA: Unify the rest of memblk registration by Tejun Heo · 14 years ago
  57. 43a662f x86-64, NUMA: Unify use of memblk in all init methods by Tejun Heo · 14 years ago
  58. ef396ec x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk() by Tejun Heo · 14 years ago
  59. 19095548 x86-64, NUMA: Kill {acpi|amd}_get_nodes() by Tejun Heo · 14 years ago
  60. 206e420 x86-64, NUMA: Use common numa_nodes[] by Tejun Heo · 14 years ago
  61. 45fe6c7 x86-64, NUMA: Move apicid to numa mapping initialization from amd_scan_nodes() to amd_numa_init() by Tejun Heo · 14 years ago
  62. 99df738 x86-64, NUMA: Remove local variable found from amd_numa_init() by Tejun Heo · 14 years ago
  63. ec8cf29b x86-64, NUMA: Use common {cpu|mem}_nodes_parsed by Tejun Heo · 14 years ago
  64. ffe77a4 x86-64, NUMA: Restructure initmem_init() by Tejun Heo · 14 years ago
  65. d8fc3af x86, NUMA: Move *_numa_init() invocations into initmem_init() by Tejun Heo · 14 years ago
  66. a9aec56 x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by return value by Tejun Heo · 14 years ago
  67. 940fed2 x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return values by Tejun Heo · 14 years ago
  68. 86ef4db x86, NUMA: Drop @start/last_pfn from initmem_init() by Tejun Heo · 14 years ago
  69. 13081df x86-64, NUMA: Simplify hotplug node handling in acpi_numa_memory_affinity_init() by Tejun Heo · 14 years ago
  70. 7d36b7b x86-64, NUMA: Make dummy node initialization path similar to non-dummy ones by Tejun Heo · 14 years ago
  71. 52b8b8d Merge branch 'x86/numa' into x86/mm by Ingo Molnar · 14 years ago
  72. 02ac81a Merge branch 'x86/bootmem' into x86/mm by Ingo Molnar · 14 years ago
  73. 14392fd x86, numa: Add error handling for bad cpu-to-node mappings by David Rientjes · 14 years ago
  74. b366801 Merge commit 'v2.6.38-rc4' into x86/numa by Ingo Molnar · 14 years ago
  75. 7064d86 x86: Avoid tlbstate lock if not enough cpus by Shaohua Li · 14 years ago
  76. d2137d5 Merge branch 'linus' into x86/bootmem by Ingo Molnar · 14 years ago
  77. 1dc41aa memory hotplug: Define memory_block_size_bytes for x86_64 with CONFIG_X86_UV by Nathan Fontenot · 14 years ago
  78. f12d3d0 x86, nx: Don't force pages RW when setting NX bits by Matthieu CASTET · 14 years ago
  79. 8db78cc x86: Unify NUMA initialization between 32 and 64bit by Tejun Heo · 14 years ago
  80. de2d944 x86: Unify node_to_cpumask_map handling between 32 and 64bit by Tejun Heo · 14 years ago
  81. 645a791 x86: Unify CPU -> NUMA node mapping between 32 and 64bit by Tejun Heo · 14 years ago
  82. bbc9e2f x86: Unify cpu/apicid <-> NUMA node mapping between 32 and 64bit by Tejun Heo · 14 years ago
  83. b78aa66 x86: Drop x86_32 MAX_APICID by Tejun Heo · 14 years ago
  84. 9032160 x86: Unify "numa=" command line option handling by Jan Beulich · 14 years ago
  85. 8ee5382 thp: mmu_notifier_test_young by Andrea Arcangeli · 14 years ago
  86. f2d6bfe thp: add x86 32bit support by Johannes Weiner · 14 years ago
  87. 64cc6ae thp: bail out gup_fast on splitting pmd by Andrea Arcangeli · 14 years ago
  88. db3eb96f thp: add pmd mangling functions to x86 by Andrea Arcangeli · 14 years ago
  89. 9180706 thp: alter compound get_page/put_page by Andrea Arcangeli · 14 years ago
  90. 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
  91. 9adcc4a Merge branch 'x86/numa' into x86/urgent by Ingo Molnar · 14 years ago
  92. 1c2a48c Merge branch 'linus' into x86/apic-cleanups by Ingo Molnar · 14 years ago
  93. d906f0e x86, numa: Fix CONFIG_DEBUG_PER_CPU_MAPS without NUMA emulation by David Rientjes · 14 years ago
  94. 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
  95. 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
  96. 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
  97. 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
  98. f005fe1 x86-64: Move out cleanup higmap [_brk_end, _end) out of init_memory_mapping() by Yinghai Lu · 14 years ago
  99. bc030d6 Merge commit 'v2.6.37-rc8' into x86/apic by Ingo Molnar · 14 years ago
  100. 1411e0e x86-64, numa: Put pgtable to local node memory by Yinghai Lu · 14 years ago