1. 7de3d66 x86: Fix adjust_range_size_mask calling position by Yinghai Lu · 12 years ago
  2. cf8b166 x86/mm: Add missing comments for initial kernel direct mapping by Zhang Yanfei · 12 years ago
  3. bced0e3 mm/x86: use common help functions to free reserved pages by Jiang Liu · 12 years ago
  4. 98e7a98 x86, mm: Make sure to find a 2M free block for the first mapped area by Yinghai Lu · 12 years ago
  5. cd745be x86/mm/init.c: Copy ucode from initrd image to kernel memory by Fenghua Yu · 12 years ago
  6. 0e691cf x86, kexec, 64bit: Only set ident mapping for ram. by Yinghai Lu · 12 years ago
  7. 8170e6b x86, 64bit: Use a #PF handler to materialize early mappings on demand by H. Peter Anvin · 12 years ago
  8. c9b3234 x86, mm: Fix page table early allocation offset checking by Yinghai Lu · 12 years ago
  9. b8fd39c x86, mm: Use clamp_t() in init_range_memory_mapping by Yinghai Lu · 12 years ago
  10. 4e37a89 x86, mm: Unifying after_bootmem for 32bit and 64bit by Yinghai Lu · 12 years ago
  11. 2e8059e x86, mm: use limit_pfn for end pfn by Yinghai Lu · 12 years ago
  12. 1829ae9 x86, mm: use pfn instead of pos in split_mem_range by Yinghai Lu · 12 years ago
  13. 84d7700 x86, mm: use PFN_DOWN in split_mem_range() by Yinghai Lu · 12 years ago
  14. 5a0d3ae x86, mm: use round_up/down in split_mem_range() by Yinghai Lu · 12 years ago
  15. 148b209 x86, mm: Move init_gbpages() out of setup.c by Yinghai Lu · 12 years ago
  16. cf47065 x86, mm: Move back pgt_buf_* to mm/init.c by Yinghai Lu · 12 years ago
  17. 719272c x86, mm: only call early_ioremap_page_table_range_init() once by Yinghai Lu · 12 years ago
  18. ddd3509 x86, mm: Add pointer about Xen mmu requirement for alloc_low_pages by Stefano Stabellini · 12 years ago
  19. 22c8ca2 x86, mm: Add alloc_low_pages(num) by Yinghai Lu · 12 years ago
  20. 6f80b68 x86, mm, Xen: Remove mapping_pagetable_reserve() by Yinghai Lu · 12 years ago
  21. 9985b4c x86, mm: Move min_pfn_mapped back to mm/init.c by Yinghai Lu · 12 years ago
  22. 5c51bdb x86, mm: Merge alloc_low_page between 64bit and 32bit by Yinghai Lu · 12 years ago
  23. 8d57470 x86, mm: setup page table in top-down by Yinghai Lu · 12 years ago
  24. f763ad1 x86, mm: Break down init_all_memory_mapping by Yinghai Lu · 12 years ago
  25. aeebe84 x86, mm: Use big page size for small memory range by Yinghai Lu · 12 years ago
  26. 66520eb x86, mm: Only direct map addresses that are marked as E820_RAM by Jacob Shin · 12 years ago
  27. ab95193 x86, mm: Separate out calculate_table_space_size() by Yinghai Lu · 12 years ago
  28. c14fa0b x86, mm: Find early page table buffer together by Yinghai Lu · 12 years ago
  29. 84f1ae3 x86, mm: Change find_early_table_space() paramters by Yinghai Lu · 12 years ago
  30. 28b6ff6 x86, mm: Revert back good_end setting for 64bit by Yinghai Lu · 12 years ago
  31. 22ddfca x86, mm: Move init_memory_mapping calling out of setup.c by Yinghai Lu · 12 years ago
  32. 2086fe1 x86, mm: Move down find_early_table_space() by Yinghai Lu · 12 years ago
  33. 4e33e06 x86, mm: Split out split_mem_range from init_memory_mapping by Yinghai Lu · 12 years ago
  34. fa62aaf x86, mm: Add global page_size_mask and probe one time only by Yinghai Lu · 12 years ago
  35. f82f64d x86, mm: Undo incorrect revert in arch/x86/mm/init.c by Yinghai Lu · 12 years ago
  36. 844ab6f x86, mm: Find_early_table_space based on ranges that are actually being mapped by Jacob Shin · 12 years ago
  37. 7b16bbf Revert "x86/mm: Fix the size calculation of mapping tables" by Dave Young · 12 years ago
  38. 73e8f3d x86/mm/init.c: Fix devmem_is_allowed() off by one by T Makphaibulchoke · 12 years ago
  39. 0d26d1d x86/mm: Mark free_initrd_mem() as __init by Jan Beulich · 13 years ago
  40. bd2753b x86/mm: Only add extra pages count for the first memory range during pre-allocation early page table space by Yinghai Lu · 13 years ago
  41. 365811d x86: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 13 years ago
  42. 02171b4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  43. f05e798 Disintegrate asm/system.h for X86 by David Howells · 13 years ago
  44. 722bc6b x86/mm: Fix the size calculation of mapping tables by WANG Cong · 13 years ago
  45. d0b9706 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  46. d4bbf7e Merge branch 'master' into x86/memblock by Tejun Heo · 13 years ago
  47. 1762391 x86, mm: Unify zone_sizes_init() by Pekka Enberg · 13 years ago
  48. 8548c84 x86: Fix S4 regression by Takashi Iwai · 13 years ago
  49. 24aa078 memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones by Tejun Heo · 14 years ago
  50. 1f5026a memblock: Kill MEMBLOCK_ERROR by Tejun Heo · 14 years ago
  51. 1c39517 mm: now that all old mmu_gather code is gone, remove the storage by Peter Zijlstra · 14 years ago
  52. 53f8023 x86/mm: Fix section mismatch derived from native_pagetable_reserve() by Sedat Dilek · 14 years ago
  53. 279b706 x86,xen: introduce x86_init.mapping.pagetable_reserve by Stefano Stabellini · 14 years ago
  54. d1b1942 x86: Rename e820_table_* to pgt_buf_* by Yinghai Lu · 14 years ago
  55. d2137d5 Merge branch 'linus' into x86/bootmem by Ingo Molnar · 14 years ago
  56. f005fe1 x86-64: Move out cleanup higmap [_brk_end, _end) out of init_memory_mapping() by Yinghai Lu · 14 years ago
  57. 1411e0e x86-64, numa: Put pgtable to local node memory by Yinghai Lu · 14 years ago
  58. 4b239f4 x86-64, mm: Put early page table high by Yinghai Lu · 14 years ago
  59. 5bd5a45 x86: Add NX protection for kernel data by Matthieu Castet · 14 years ago
  60. a9ce6bc x86, memblock: Replace e820_/_early string with memblock_ by Yinghai Lu · 14 years ago
  61. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 15 years ago
  62. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  63. c967da6 x86: Make sure free_init_pages() frees pages on page boundary by Yinghai Lu · 15 years ago
  64. c1fd1b4 x86, mm: Unify kernel_physical_mapping_init() API by Pekka Enberg · 15 years ago
  65. 4b0f3b8 x86, mm: Report state of NX protections during boot by Kees Cook · 15 years ago
  66. 4763ed4 x86, mm: Clean up and simplify NX enablement by H. Peter Anvin · 15 years ago
  67. c44c9ec x86: split NX setup into separate file to limit unstack-protected code by Jeremy Fitzhardinge · 15 years ago
  68. 76c0692 x86: Declare check_efer() before it gets used by Jaswinder Singh Rajput · 16 years ago
  69. 854c879 x86: Move init_gbpages() to setup_arch() by Pekka J Enberg · 16 years ago
  70. f856129 x86: add hooks for kmemcheck by Vegard Nossum · 17 years ago
  71. bb77629 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  72. 7dc3ca3 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  73. 80989ce x86: clean up and and print out initial max_pfn_mapped by Yinghai Lu · 16 years ago
  74. 134cbf3 Merge commit 'v2.6.30-rc5' into x86/mm by Ingo Molnar · 16 years ago
  75. 4983439 x86-64: finish cleanup_highmaps()'s job wrt. _brk_end by Jan Beulich · 16 years ago
  76. 9518e0e x86: move per-cpu mmu_gathers to mm/init.c by Pekka Enberg · 16 years ago
  77. 8938891 x86: unify noexec handling by Pekka Enberg · 16 years ago
  78. 2c1b284 x86: clean up declarations and variables by Jaswinder Singh Rajput · 16 years ago
  79. dc9dd5c x86: move save_mr() into .meminit.text by Jan Beulich · 16 years ago
  80. c77a3b5 x86: fix uninitialized variable in init_memory_mapping() by Pekka Enberg · 16 years ago
  81. 4fcb208 x86: move function and variable declarations to asm/init.h by Pekka Enberg · 16 years ago
  82. e53fb04 x86: unify kernel_physical_mapping_init() function signatures by Pekka Enberg · 16 years ago
  83. 298af9d x86: fix up some bad global variable names in mm/init.c by Pekka Enberg · 16 years ago
  84. f765090 x86: move init_memory_mapping() to common mm/init.c by Pekka Enberg · 16 years ago
  85. 731ddea x86: move free_initrd_mem() to common mm/init.c by Pekka Enberg · 16 years ago
  86. 540aca0 x86: move devmem_is_allowed() to common mm/init.c by Pekka Enberg · 16 years ago
  87. e5b2bb5 x86: unify free_init_pages() and free_initmem() by Pekka Enberg · 16 years ago