1. c2d23f9 mm, oom: remove statically defined arch functions of same name by David Rientjes · 12 years ago
  2. 4b0ef1fe page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization by Lai Jiangshan · 12 years ago
  3. 743aa45 Merge branch 'x86-nuke386-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  4. 37ea95a Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  5. cdc1734 mm: use vm_unmapped_area() in hugetlbfs on i386 architecture by Michel Lespinasse · 12 years ago
  6. e4a1cc5 x86: mm: drop TLB flush from ptep_set_access_flags by Rik van Riel · 12 years ago
  7. 0f9a921 x86: mm: only do a local tlb flush in ptep_set_access_flags() by Rik van Riel · 12 years ago
  8. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 12 years ago
  9. 630e1e0 Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 12 years ago
  10. 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
  11. a5c2a89 x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK by H. Peter Anvin · 12 years ago
  12. 094ab1d x86, 386 removal: Remove CONFIG_INVLPG by H. Peter Anvin · 12 years ago
  13. 5e4bf1a x86/mm: Don't flush the TLB on #WP pmd fixups by Ingo Molnar · 12 years ago
  14. 94b43c3 x86, mm: kill numa_free_all_bootmem() by Yinghai Lu · 12 years ago
  15. b8fd39c x86, mm: Use clamp_t() in init_range_memory_mapping by Yinghai Lu · 12 years ago
  16. 60a8f42 x86, mm: Move after_bootmem to mm_internel.h by Yinghai Lu · 12 years ago
  17. 4e37a89 x86, mm: Unifying after_bootmem for 32bit and 64bit by Yinghai Lu · 12 years ago
  18. 2e8059e x86, mm: use limit_pfn for end pfn by Yinghai Lu · 12 years ago
  19. 1829ae9 x86, mm: use pfn instead of pos in split_mem_range by Yinghai Lu · 12 years ago
  20. 84d7700 x86, mm: use PFN_DOWN in split_mem_range() by Yinghai Lu · 12 years ago
  21. 5a0d3ae x86, mm: use round_up/down in split_mem_range() by Yinghai Lu · 12 years ago
  22. 11ed9e9 x86, mm: Add check before clear pte above max_low_pfn on 32bit by Yinghai Lu · 12 years ago
  23. c8dcdb9 x86, mm: Move function declaration into mm_internal.h by Yinghai Lu · 12 years ago
  24. f836e35 x86, mm: change low/hignmem_pfn_init to static on 32bit by Yinghai Lu · 12 years ago
  25. 148b209 x86, mm: Move init_gbpages() out of setup.c by Yinghai Lu · 12 years ago
  26. cf47065 x86, mm: Move back pgt_buf_* to mm/init.c by Yinghai Lu · 12 years ago
  27. 719272c x86, mm: only call early_ioremap_page_table_range_init() once by Yinghai Lu · 12 years ago
  28. ddd3509 x86, mm: Add pointer about Xen mmu requirement for alloc_low_pages by Stefano Stabellini · 12 years ago
  29. 22c8ca2 x86, mm: Add alloc_low_pages(num) by Yinghai Lu · 12 years ago
  30. 6f80b68 x86, mm, Xen: Remove mapping_pagetable_reserve() by Yinghai Lu · 12 years ago
  31. 9985b4c x86, mm: Move min_pfn_mapped back to mm/init.c by Yinghai Lu · 12 years ago
  32. 5c51bdb x86, mm: Merge alloc_low_page between 64bit and 32bit by Yinghai Lu · 12 years ago
  33. 868bf4d x86, mm: Remove parameter in alloc_low_page for 64bit by Yinghai Lu · 12 years ago
  34. 973dc4f x86, mm: Remove early_memremap workaround for page table accessing on 64bit by Yinghai Lu · 12 years ago
  35. 8d57470 x86, mm: setup page table in top-down by Yinghai Lu · 12 years ago
  36. f763ad1 x86, mm: Break down init_all_memory_mapping by Yinghai Lu · 12 years ago
  37. eceb363 x86, mm: Don't clear page table if range is ram by Yinghai Lu · 12 years ago
  38. aeebe84 x86, mm: Use big page size for small memory range by Yinghai Lu · 12 years ago
  39. 960ddb4f x86, mm: Align start address to correct big page size by Yinghai Lu · 12 years ago
  40. 66520eb x86, mm: Only direct map addresses that are marked as E820_RAM by Jacob Shin · 12 years ago
  41. 8eb5779 x86, mm: use pfn_range_is_mapped() with CPA by Yinghai Lu · 12 years ago
  42. ab95193 x86, mm: Separate out calculate_table_space_size() by Yinghai Lu · 12 years ago
  43. c14fa0b x86, mm: Find early page table buffer together by Yinghai Lu · 12 years ago
  44. 84f1ae3 x86, mm: Change find_early_table_space() paramters by Yinghai Lu · 12 years ago
  45. 28b6ff6 x86, mm: Revert back good_end setting for 64bit by Yinghai Lu · 12 years ago
  46. 22ddfca x86, mm: Move init_memory_mapping calling out of setup.c by Yinghai Lu · 12 years ago
  47. 2086fe1 x86, mm: Move down find_early_table_space() by Yinghai Lu · 12 years ago
  48. 4e33e06 x86, mm: Split out split_mem_range from init_memory_mapping by Yinghai Lu · 12 years ago
  49. fa62aaf x86, mm: Add global page_size_mask and probe one time only by Yinghai Lu · 12 years ago
  50. fc8d782 x86: Use __pa_symbol instead of __pa on C visible symbols by Alexander Duyck · 12 years ago
  51. 7d74275 x86: Make it so that __pa_symbol can only process kernel symbols on x86_64 by Alexander Duyck · 12 years ago
  52. 0bdf525 x86: Improve __phys_addr performance by making use of carry flags and inlining by Alexander Duyck · 12 years ago
  53. ddd32b4 x86, mm: Correct vmflag test for checking VM_HUGETLB by Joonsoo Kim · 12 years ago
  54. bd52276 x86-64/efi: Use EFI to deal with platform wall clock (again) by Jan Beulich · 12 years ago
  55. 53b87cf x86, mm: Include the entire kernel memory map in trampoline_pgd by Matt Fleming · 12 years ago
  56. f82f64d x86, mm: Undo incorrect revert in arch/x86/mm/init.c by Yinghai Lu · 12 years ago
  57. 844ab6f x86, mm: Find_early_table_space based on ranges that are actually being mapped by Jacob Shin · 12 years ago
  58. 876ee61 x86-64: Fix page table accounting by Jan Beulich · 12 years ago
  59. 7b16bbf Revert "x86/mm: Fix the size calculation of mapping tables" by Dave Young · 12 years ago
  60. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  61. 9c079ad rbtree: move augmented rbtree functionality to rbtree_augmented.h by Michel Lespinasse · 12 years ago
  62. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  63. 3908836 rbtree: add RB_DECLARE_CALLBACKS() macro by Michel Lespinasse · 12 years ago
  64. 9d9e6f9 rbtree: remove prior augmented rbtree implementation by Michel Lespinasse · 12 years ago
  65. b3b9c29 mm, x86, pat: rework linear pfn-mmap tracking by Konstantin Khlebnikov · 12 years ago
  66. 5180da4 x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_insert_pfn by Suresh Siddha · 12 years ago
  67. b1a86e1 x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routines by Suresh Siddha · 12 years ago
  68. 15385df Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  69. a5fa7b7 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  70. 2299930 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  71. fd0f586 x86: Distinguish TLB shootdown interrupts from other functions call interrupts by Tomoki Sekiyama · 12 years ago
  72. 6ba3c97 x86: Exception hooks for userspace RCU extended QS by Frederic Weisbecker · 12 years ago
  73. 40d3cd6 x86, smap: A page fault due to SMAP is an oops by H. Peter Anvin · 12 years ago
  74. 8bd753b x86-32, mm: The WP test should be done on a kernel page by H. Peter Anvin · 12 years ago
  75. 73e8f3d x86/mm/init.c: Fix devmem_is_allowed() off by one by T Makphaibulchoke · 12 years ago
  76. c711288 x86: xen: Cleanup and remove x86_init.paging.pagetable_setup_done() by Attilio Rao · 12 years ago
  77. 843b8ed x86: Move paging_init() call to x86_init.paging.pagetable_init() by Attilio Rao · 12 years ago
  78. 7737b21 x86: Rename pagetable_setup_start() to pagetable_init() by Attilio Rao · 12 years ago
  79. 73090f8 x86: Remove base argument from x86_init.paging.pagetable_setup_start by Attilio Rao · 12 years ago
  80. d4c9dbc x86/mm: Fix range check in tlbflush debugfs interface by Jan Beulich · 12 years ago
  81. eb48c07 mm: hugetlbfs: correctly populate shared pmd by Michal Hocko · 12 years ago
  82. f026cfa Revert "x86-64/efi: Use EFI to deal with platform wall clock" by H. Peter Anvin · 12 years ago
  83. 095adbb ACPI: Only count valid srat memory structures by Thomas Renninger · 12 years ago
  84. 4cb3875 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  85. 0a2fe19 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  86. effee4b x86/tlb: do flush_tlb_kernel_range by 'invlpg' by Alex Shi · 12 years ago
  87. 52aec33 x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTOR by Alex Shi · 12 years ago
  88. 611ae8e x86/tlb: enable tlb flush range support for x86 by Alex Shi · 12 years ago
  89. 3df3212 x86/tlb: add tlb_flushall_shift knob into debugfs by Alex Shi · 12 years ago
  90. c4211f4 x86/tlb: add tlb_flushall_shift for specific CPU by Alex Shi · 12 years ago
  91. d8dfe60 x86/tlb: fall back to flush all when meet a THP large page by Alex Shi · 12 years ago
  92. e7b52ff x86/flush_tlb: try flush_tlb_single one by one in flush_tlb_range by Alex Shi · 12 years ago
  93. 0d26d1d x86/mm: Mark free_initrd_mem() as __init by Jan Beulich · 12 years ago
  94. 9efc31b x86/mm: Fix some kernel-doc warnings by Wanpeng Li · 12 years ago
  95. bd2753b x86/mm: Only add extra pages count for the first memory range during pre-allocation early page table space by Yinghai Lu · 12 years ago
  96. 4af463d x86/numa: Set numa_nodes_parsed at acpi_numa_memory_affinity_init() by Yasuaki Ishimatsu · 12 years ago
  97. bacef66 x86-64/efi: Use EFI to deal with platform wall clock by Jan Beulich · 12 years ago
  98. bbd7714 Merge branch 'x86/trampoline' into x86/urgent by H. Peter Anvin · 12 years ago
  99. fa83523 x86/mm/pat: Improve scaling of pat_pagerange_is_ram() by John Dykstra · 12 years ago
  100. 365811d x86: print physical addresses consistently with other parts of kernel by Bjorn Helgaas · 12 years ago