1. 527bf12 x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAM by Yinghai Lu · 11 years ago
  2. d7b2c3d ACPI / x86: Print Hot-Pluggable Field in SRAT. by Tang Chen · 11 years ago
  3. df54d6f x86 get_unmapped_area(): use proper mmap base for bottom-up direction by Radu Caragea · 11 years ago
  4. d4f5228 mm: Remove unused variable idx0 in __early_ioremap() by Jianguo Wu · 11 years ago
  5. 148f9bb x86: delete __cpuinit usage from all x86 files by Paul Gortmaker · 11 years ago
  6. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  7. 73b44ff mm/pgtable: don't accumulate addr during pgd prepopulate pmd by Wanpeng Li · 11 years ago
  8. 46a8413 mm/x86: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  9. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  10. 170a5a7 mm: make __free_pages_bootmem() only available at boot time by Jiang Liu · 11 years ago
  11. 7b4b2a0 mm: accurately calculate zone->managed_pages for highmem zones by Jiang Liu · 11 years ago
  12. c88442e mm/x86: use free_reserved_area() to simplify code by Jiang Liu · 11 years ago
  13. 1873e5002 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  14. 1982269 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  15. 4f4319a x86/ioremap: Correct function name output by Borislav Petkov · 11 years ago
  16. 53313b2 x86: mm: Remove general hugetlb code from x86. by Steve Capper · 11 years ago
  17. cfe28c5 x86: mm: Remove x86 version of huge_pmd_share. by Steve Capper · 11 years ago
  18. 7de3d66 x86: Fix adjust_range_size_mask calling position by Yinghai Lu · 11 years ago
  19. 1e3b308 x86_64: Correct phys_addr in cleanup_highmap comment by Zhang Yanfei · 11 years ago
  20. cf8b166 x86/mm: Add missing comments for initial kernel direct mapping by Zhang Yanfei · 11 years ago
  21. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  22. f9b3bcf Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  23. df8edfa Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  24. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  25. 56a1ba5 x86: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  26. 4a7b4d2 x86: pageattr-test: remove srandom32 call by Akinobu Mita · 11 years ago
  27. d2ad351 x86/mm/numa: use setup_nr_node_ids() instead of opencoding. by Cody P Schafer · 11 years ago
  28. 8e2cdbc x86-64: fall back to regular page vmemmap on allocation failure by Johannes Weiner · 11 years ago
  29. e8216da x86-64: use vmemmap_populate_basepages() for !pse setups by Johannes Weiner · 11 years ago
  30. 6c7a2ca x86-64: remove dead debugging code for !pse setups by Johannes Weiner · 11 years ago
  31. 0aad818 sparse-vmemmap: specify vmemmap population range in bytes by Johannes Weiner · 11 years ago
  32. ef93247 mm, vmalloc: change iterating a vmlist to find_vm_area() by Joonsoo Kim · 11 years ago
  33. 5e7ccf8 mm/x86: use free_highmem_page() to free highmem pages into buddy system by Jiang Liu · 11 years ago
  34. bced0e3 mm/x86: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  35. 2f96b8c proc: Split kcore bits from linux/procfs.h into linux/kcore.h by David Howells · 11 years ago
  36. 587ff8c x86/mm/hotplug: Put kernel_physical_mapping_remove() declaration in CONFIG_MEMORY_HOTREMOVE by Tang Chen · 11 years ago
  37. 6c4c4d4 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  38. 1de14c3 x86-32: Fix possible incomplete TLB invalidate with PAE pagetables by Dave Hansen · 11 years ago
  39. 2656460 x86/mm: Flush lazy MMU when DEBUG_PAGEALLOC is set by Boris Ostrovsky · 11 years ago
  40. 1869973 x86/mm/cpa/selftest: Fix false positive in CPA self test by Andrea Arcangeli · 11 years ago
  41. f76cfa3 x86/mm/cpa: Convert noop to functional fix by Andrea Arcangeli · 11 years ago
  42. 1160c27 x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates by Samu Kallio · 11 years ago
  43. 7e9a2f0 x86/mm/numa: Simplify some bit mangling by Martin Bundgaard · 11 years ago
  44. 5952886 x86/mm/cpa: Cleanup split_large_page() and its callee by Borislav Petkov · 11 years ago
  45. e2604b4 x86, cpu: Convert F00F bug detection by Borislav Petkov · 11 years ago
  46. 60f583d x86: Do not try to sync identity map for non-mapped pages by Dave Hansen · 11 years ago
  47. 6c1e025 context_tracking: Restore correct previous context state on exception exit by Frederic Weisbecker · 11 years ago
  48. 56dd947 context_tracking: Move exception handling to generic code by Frederic Weisbecker · 11 years ago
  49. 98e7a98 x86, mm: Make sure to find a 2M free block for the first mapped area by Yinghai Lu · 11 years ago
  50. 20e6926 x86, ACPI, mm: Revert movablemem_map support by Yinghai Lu · 11 years ago
  51. 2003cd9 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  52. a8aed3e x86/mm/pageattr: Prevent PSE and GLOABL leftovers to confuse pmd/pte_present and pmd_huge by Andrea Arcangeli · 11 years ago
  53. 954f857 Revert "x86, mm: Make spurious_fault check explicitly check explicitly check the PRESENT bit" by Andrea Arcangeli · 11 years ago
  54. 942670d x86/mm/numa: Don't check if node is NUMA_NO_NODE by Wen Congyang · 11 years ago
  55. 5ce1a70 Merge branch 'akpm' (more incoming from Andrew) by Linus Torvalds · 11 years ago
  56. 01a178a acpi, memory-hotplug: support getting hotplug info from SRAT by Tang Chen · 11 years ago
  57. 27168d3 acpi, memory-hotplug: extend movablemem_map ranges to the end of node by Tang Chen · 11 years ago
  58. e8d1955 acpi, memory-hotplug: parse SRAT before memblock is ready by Tang Chen · 11 years ago
  59. 4d59a75 x86: get pg_data_t's memory from other node by Yasuaki Ishimatsu · 11 years ago
  60. e13fe86 cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the node by Wen Congyang · 11 years ago
  61. c4c6052 cpu_hotplug: clear apicid to node when the cpu is hotremoved by Wen Congyang · 11 years ago
  62. 0197518 memory-hotplug: remove memmap of sparse-vmemmap by Tang Chen · 11 years ago
  63. bbcab87 memory-hotplug: remove page table of x86_64 architecture by Tang Chen · 11 years ago
  64. ae9aae9 memory-hotplug: common APIs to support page tables hot-remove by Wen Congyang · 11 years ago
  65. 46723bf memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmap by Yasuaki Ishimatsu · 11 years ago
  66. 24d335c memory-hotplug: introduce new arch_remove_memory() for removing page table by Wen Congyang · 11 years ago
  67. c47f39e Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  68. 2ef14f4 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  69. f98982c Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  70. 026f149 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  71. a57ed93 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  72. 20bf062 x86/memtest: Shorten time for tests by Alexander Holler · 11 years ago
  73. 0ee364e x86/mm: Check if PUD is large when validating a kernel address by Mel Gorman · 11 years ago
  74. e575a86 x86: Do not leak kernel page mapping locations by Kees Cook · 11 years ago
  75. 68d00bb Merge remote-tracking branch 'origin/x86/mm' into x86/mm2 by H. Peter Anvin · 11 years ago
  76. 07f4207 x86-32, mm: Remove reference to alloc_remap() by H. Peter Anvin · 11 years ago
  77. f03574f2 x86-32, mm: Rip out x86_32 NUMA remapping code by Dave Hansen · 11 years ago
  78. cd745be x86/mm/init.c: Copy ucode from initrd image to kernel memory by Fenghua Yu · 12 years ago
  79. 1e9209e x86/numa: Use __pa_nodebug() instead by Borislav Petkov · 11 years ago
  80. 7221267 x86, 64bit, mm: Mark data/bss/brk to nx by Yinghai Lu · 11 years ago
  81. 0e691cf x86, kexec, 64bit: Only set ident mapping for ram. by Yinghai Lu · 11 years ago
  82. 1005423 x86, 64bit: Don't set max_pfn_mapped wrong value early on native path by Yinghai Lu · 11 years ago
  83. 8170e6b x86, 64bit: Use a #PF handler to materialize early mappings on demand by H. Peter Anvin · 11 years ago
  84. aece278 x86, 64bit, mm: Add generic kernel/ident mapping helper by Yinghai Lu · 11 years ago
  85. c2bdee5 x86, 64bit, mm: Make pgd next calculation consistent with pud/pmd by Yinghai Lu · 11 years ago
  86. c9b3234 x86, mm: Fix page table early allocation offset checking by Yinghai Lu · 11 years ago
  87. de65d81 Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 by H. Peter Anvin · 11 years ago
  88. d765653 x86, mm: Create slow_virt_to_phys() by Dave Hansen · 11 years ago
  89. f3c4fbb x86, mm: Use new pagetable helpers in try_preserve_large_page() by Dave Hansen · 11 years ago
  90. a25b931 x86, mm: Make DEBUG_VIRTUAL work earlier in boot by Dave Hansen · 11 years ago
  91. 7b5c4a6 Merge tag 'v3.8-rc5' into x86/mm by H. Peter Anvin · 11 years ago
  92. 9611dc7 x86: Convert a few mistaken __cpuinit annotations to __init by Jan Beulich · 12 years ago
  93. f73568a x86/mm: Fix the argument passed to sync_global_pgds() by Wen Congyang · 12 years ago
  94. 479a99a x86/srat: Simplify memory affinity init error handling by Davidlohr Bueso · 12 years ago
  95. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 12 years ago
  96. 11520e5 Revert "x86-64/efi: Use EFI to deal with platform wall clock (again)" by Linus Torvalds · 12 years ago
  97. be354f4 Revert "x86, mm: Include the entire kernel memory map in trampoline_pgd" by Linus Torvalds · 12 years ago
  98. d42b3a2 Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  99. f6e858a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  100. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago