1. 7d68dc3 x86, efi: Do not reserve boot services regions within reserved areas by Maarten Lankhorst · 13 years ago
  2. b80ef10 x86: Move do_page_fault()'s error path under unlikely() by KOSAKI Motohiro · 13 years ago
  3. 3d48ae4 mm: Convert i_mmap_lock to a mutex by Peter Zijlstra · 13 years ago
  4. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 13 years ago
  5. 37b23e0 x86,mm: make pagefault killable by KOSAKI Motohiro · 13 years ago
  6. d7ef64a Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  7. 6ec5ff4 x86: Eliminate various 'set but not used' warnings by Gustavo F. Padovan · 13 years ago
  8. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 13 years ago
  9. 1358820 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  10. dc382fd x86, mm: Allow ZONE_DMA to be configurable by David Rientjes · 13 years ago
  11. 53f8023 x86/mm: Fix section mismatch derived from native_pagetable_reserve() by Sedat Dilek · 13 years ago
  12. 279b706 x86,xen: introduce x86_init.mapping.pagetable_reserve by Stefano Stabellini · 13 years ago
  13. e5a10c1 x86, NUMA: Trim numa meminfo with max_pfn in a separate loop by Yinghai Lu · 13 years ago
  14. a56bca8 x86, NUMA: Rename setup_node_bootmem() to setup_node_data() by Yinghai Lu · 13 years ago
  15. 1b7e03e x86, NUMA: Enable emulation on 32bit too by Tejun Heo · 13 years ago
  16. 2706a0b x86, NUMA: Enable CONFIG_AMD_NUMA on 32bit too by Tejun Heo · 13 years ago
  17. c6f5887 x86, NUMA: Rename amdtopology_64.c to amdtopology.c by Tejun Heo · 13 years ago
  18. 752d4f3 x86, NUMA: Make numa_init_array() static by Tejun Heo · 13 years ago
  19. bd6709a x86, NUMA: Make 32bit use common NUMA init path by Tejun Heo · 13 years ago
  20. 7888e96 x86, NUMA: Initialize and use remap allocator from setup_node_bootmem() by Tejun Heo · 13 years ago
  21. 99cca49 x86-32, NUMA: Add @start and @end to init_alloc_remap() by Tejun Heo · 13 years ago
  22. 38f3e1c x86, NUMA: Remove long 64bit assumption from numa.c by Tejun Heo · 13 years ago
  23. 744baba x86, NUMA: Enable build of generic NUMA init code on 32bit by Tejun Heo · 13 years ago
  24. a4106ea x86, NUMA: Move NUMA init logic from numa_64.c to numa.c by Tejun Heo · 13 years ago
  25. 299a180 x86-32, NUMA: Update numaq to use new NUMA init protocol by Tejun Heo · 13 years ago
  26. 5acd91a x86-32, NUMA: Replace srat_32.c with srat.c by Tejun Heo · 13 years ago
  27. b0d3108 x86-32, NUMA: implement temporary NUMA init shims by Tejun Heo · 13 years ago
  28. e6df595 x86, NUMA: Move numa_nodes_parsed to numa.[hc] by Tejun Heo · 13 years ago
  29. daf4f48 x86-32, NUMA: Move get_memcfg_numa() into numa_32.c by Tejun Heo · 13 years ago
  30. eca9ad3 x86, NUMA: make srat.c 32bit safe by Tejun Heo · 13 years ago
  31. 7b2600f x86, NUMA: rename srat_64.c to srat.c by Tejun Heo · 13 years ago
  32. 1201e10 x86, NUMA: trivial cleanups by Tejun Heo · 13 years ago
  33. 797390d x86-32, NUMA: use sparse_memory_present_with_active_regions() by Tejun Heo · 13 years ago
  34. 6bd2627 x86, NUMA: Unify 32/64bit numa_cpu_node() implementation by Tejun Heo · 13 years ago
  35. acd26d6 x86-64, NUMA: simplify nodedata allocation by Tejun Heo · 13 years ago
  36. ebe685f x86-64, NUMA: trivial cleanups for setup_node_bootmem() by Tejun Heo · 13 years ago
  37. 9688678 x86-64, NUMA: Simplify hotadd memory handling by Tejun Heo · 13 years ago
  38. ba67cf5 Merge branch 'x86/urgent' into x86-mm by Tejun Heo · 13 years ago
  39. aff3648 Merge branch 'x86/numa' into x86-mm by Tejun Heo · 13 years ago
  40. 2be1910 x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo() by Yinghai Lu · 13 years ago
  41. c7a7b814 ioremap: Delay sanity check until after a successful mapping by Tim Gardner · 13 years ago
  42. 7a6c654 x86, numa: Fix cpu nodemasks for NUMA emulation and CONFIG_DEBUG_PER_CPU_MAPS by David Rientjes · 13 years ago
  43. 993ba15 x86-32, numa: Update remap allocator comments by Tejun Heo · 13 years ago
  44. 198bd06 x86-32, numa: Remove redundant node_remap_size[] by Tejun Heo · 13 years ago
  45. 1d85b61 x86-32, numa: Remove now useless node_remap_offset[] by Tejun Heo · 13 years ago
  46. b2e3e4f x86-32, numa: Make pgdat allocation use alloc_remap() by Tejun Heo · 13 years ago
  47. 2a28634 x86-32, numa: Move remapping for remap allocator into init_alloc_remap() by Tejun Heo · 13 years ago
  48. 0e9f93c x86-32, numa: Move lowmem address space reservation to init_alloc_remap() by Tejun Heo · 13 years ago
  49. 82044c3 x86-32, numa: Make init_alloc_remap() less panicky by Tejun Heo · 13 years ago
  50. 7210cf9 x86-32, numa: Calculate remap size in common code by Tejun Heo · 13 years ago
  51. af7c1a6 x86-32, numa: Make @size in init_aloc_remap() represent bytes by Tejun Heo · 13 years ago
  52. c4d4f57 x86-32, numa: Rename @node_kva to @node_pa in init_alloc_remap() by Tejun Heo · 13 years ago
  53. 5510db9 x86-32, numa: Reorganize calculate_numa_remap_page() by Tejun Heo · 13 years ago
  54. 5b8443b x86-32, numa: Remove redundant top-down alloc code from remap initialization by Tejun Heo · 13 years ago
  55. a6c24f7 x86-32, numa: Align pgdat size while initializing alloc_remap by Tejun Heo · 13 years ago
  56. 3fe14ab x86-32, numa: Fix failure condition check in alloc_remap() by Tejun Heo · 13 years ago
  57. 765af22 x86-32, NUMA: Fix ACPI NUMA init broken by recent x86-64 change by Tejun Heo · 13 years ago
  58. 711b8c8 x86-64, NUMA: Remove unused variable by Florian Mickler · 13 years ago
  59. 0529360 x86-64, NUMA: Remove custom phys_to_nid() implementation by Tejun Heo · 13 years ago
  60. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  61. cae5d39 mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm by Stephen Wilson · 13 years ago
  62. 83b964b mm: arch: make in_gate_area take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  63. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  64. 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 · 13 years ago
  65. e5f15b4 x86: Cleanup highmap after brk is concluded by Yinghai Lu · 13 years ago
  66. 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 · 13 years ago
  67. 4981d01 x86: Flush TLB if PGD entry is changed in i386 PAE mode by Shaohua Li · 13 years ago
  68. 0d2eb44 x86: Fix common misspellings by Lucas De Marchi · 13 years ago
  69. a5e6b13 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  70. 25542c6 x86, tlb, UV: Do small micro-optimization for native_flush_tlb_others() by Xiao Guangrong · 13 years ago
  71. 8460b3e Merge commit 'v2.6.38' into x86/mm by Ingo Molnar · 13 years ago
  72. 56396e6 x86-64, NUMA: Don't call numa_set_distanc() for all possible node combinations during emulation by Tejun Heo · 13 years ago
  73. a79e53d x86/mm: Fix pgd_lock deadlock by Andrea Arcangeli · 13 years ago
  74. f862685 x86/mm: Handle mm_fault_error() in kernel space by Andrey Vagin · 13 years ago
  75. 078a198 x86-64, NUMA: Don't assume phys node 0 is always online in numa_emulation() by Tejun Heo · 13 years ago
  76. 3b28cf3 x86, numa: Fix numa_emulation code with memory-less node0 by Yinghai Lu · 13 years ago
  77. c09cedf x86-64, NUMA: Clean up initmem_init() by David Rientjes · 13 years ago
  78. 51b361b x86-64, NUMA: Fix numa_emulation code with node0 without RAM by Yinghai Lu · 13 years ago
  79. f891125 x86-64, NUMA: Revert NUMA affine page table allocation by Tejun Heo · 13 years ago
  80. eb8c1e2 x86-64, NUMA: Better explain numa_distance handling by Tejun Heo · 13 years ago
  81. ce00333 x86-64, NUMA: Fix distance table handling by Yinghai Lu · 13 years ago
  82. 1f565a8 x86-64, NUMA: Fix size of numa_distance array by David Rientjes · 13 years ago
  83. d1b1942 x86: Rename e820_table_* to pgt_buf_* by Yinghai Lu · 13 years ago
  84. 2bf5055 x86-64, NUMA: Seperate out numa_alloc_distance() from numa_set_distance() by Yinghai Lu · 13 years ago
  85. 90e6b67 x86-64, NUMA: Add proper function comments to global functions by Tejun Heo · 13 years ago
  86. b8ef917 x86-64, NUMA: Move NUMA emulation into numa_emulation.c by Tejun Heo · 13 years ago
  87. fbe9995 x86-64, NUMA: Prepare numa_emulation() for moving NUMA emulation into a separate file by Tejun Heo · 13 years ago
  88. 69efcc6 x86-64, NUMA: Do not scan two times for setup_node_bootmem() by Yinghai Lu · 13 years ago
  89. 6d496f9 x86-64, NUMA: Put dummy_numa_init() in the init section by Yinghai Lu · 13 years ago
  90. 2ca230b x86-64, NUMA: Don't call __pa() with invalid address in numa_reset_distance() by Yinghai Lu · 13 years ago
  91. e23bba6 x86-64, NUMA: Unify emulated distance mapping by Tejun Heo · 13 years ago
  92. 6b78cb5 x86-64, NUMA: Unify emulated apicid -> node mapping transformation by Tejun Heo · 13 years ago
  93. 1cca534 x86-64, NUMA: Emulate directly from numa_meminfo by Tejun Heo · 13 years ago
  94. 775ee85 x86-64, NUMA: Wrap node ID during emulation by Tejun Heo · 13 years ago
  95. c88aea7 x86-64, NUMA: Make emulation code build numa_meminfo and share the registration path by Tejun Heo · 13 years ago
  96. 9d073ca x86-64, NUMA: Build and use direct emulated nid -> phys nid mapping by Tejun Heo · 13 years ago
  97. d9c515e x86-64, NUMA: Trivial changes to prepare for emulation updates by Tejun Heo · 13 years ago
  98. ac7136b6 x86-64, NUMA: Implement generic node distance handling by Tejun Heo · 13 years ago
  99. 4697bdc x86-64, NUMA: Kill mem_nodes_parsed by Tejun Heo · 13 years ago
  100. 92d4a43 x86-64, NUMA: Rename cpu_nodes_parsed to numa_nodes_parsed by Tejun Heo · 13 years ago