1. 0b8fdcb x86, cpa: dont use large pages for kernel identity mapping with DEBUG_PAGEALLOC by Suresh Siddha · 16 years ago
  2. a2699e4 x86, cpa: make the kernel physical mapping initialization a two pass sequence by Suresh Siddha · 16 years ago
  3. f81b691 Merge commit 'v2.6.27-rc6' into x86/pat by Ingo Molnar · 16 years ago
  4. 110e035 x86: make sure the CPA test code's use of _PAGE_UNUSED1 is obvious by Jeremy Fitzhardinge · 16 years ago
  5. 01de05a x86: have set_memory_array_{uc,wb} coalesce memtypes, fix by Venki Pallipadi · 16 years ago
  6. 9482ac6 x86: fix two modpost warnings in mm/init_64.c by Jan Beulich · 16 years ago
  7. 8ae3a5a x86: fix 1:1 mapping init on 64-bit (memory hotplug case) by Jan Beulich · 16 years ago
  8. c5e147c x86: have set_memory_array_{uc,wb} coalesce memtypes. by Rene Herman · 16 years ago
  9. 9a79f4f x86: {reverve,free}_memtype() take a physical address by Rene Herman · 16 years ago
  10. 8b53b57 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 16 years ago
  11. ab7e792 x86: fix pageattr-test by Shaohua Li · 16 years ago
  12. d75586a x86, pageattr: introduce APIs to change pageattr of a page array by Shaohua Li · 16 years ago
  13. cacf890 Revert "introduce two APIs for page attribute" by Ingo Molnar · 16 years ago
  14. 28df82e devmem, x86: PAT Change /dev/mem mmap with O_SYNC to use UC_MINUS by venkatesh.pallipadi@intel.com · 16 years ago
  15. c15238d x86: PAT proper tracking of set_memory_uc and friends by venkatesh.pallipadi@intel.com · 16 years ago
  16. 7701e8c x86, mmiotrace: silence section mismatch warning - leave_uniprocessor by Marcin Slusarz · 16 years ago
  17. 0c072bb x86: use WARN() in arch/x86/mm/ioremap.c by Arjan van de Ven · 16 years ago
  18. 80c5e73 x86: fix Xorg startup/shutdown slowdown with PAT by Venki Pallipadi · 16 years ago
  19. 0473b79 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  20. 8d6ea967 x86: fix section mismatch warning - spp_getpage() by Marcin Slusarz · 16 years ago
  21. e213e87 x86: Fix ioremap off by one BUG by Andi Kleen · 16 years ago
  22. 5843d9a x86, pat: avoid highmem cache attribute aliasing by Nick Piggin · 16 years ago
  23. 1ac2f7d introduce two APIs for page attribute by Shaohua Li · 16 years ago
  24. a06de63 x86: fix /proc/meminfo DirectMap by Hugh Dickins · 16 years ago
  25. 858f774 x86: don't call e820_regiter_active_regions if out of range on node by Yinghai Lu · 16 years ago
  26. 875e40b x86: use WARN() in arch/x86/mm/pageattr.c by Arjan van de Ven · 16 years ago
  27. 1c89ac5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  28. 912985d mm: Make generic weak get_user_pages_fast and EXPORT_GPL it by Rusty Russell · 16 years ago
  29. 012f09e x86: compile pat debugfs interface only if CONFIG_X86_PAT is set by Andreas Herrmann · 16 years ago
  30. cf3e505 x86: work around gcc 3.4.x bug by Jeremy Fitzhardinge · 16 years ago
  31. 9b79022 Fix 'get_user_pages_fast()' with non-page-aligned start address by Linus Torvalds · 16 years ago
  32. 8dad322 x86: use generic show_mem() by Johannes Weiner · 16 years ago
  33. 652ea69 x86: support 1GB hugepages with get_user_pages_lockless() by Nick Piggin · 16 years ago
  34. 8174c43 x86: lockless get_user_pages_fast() by Nick Piggin · 16 years ago
  35. b4718e6 x86: add hugepagesz option on 64-bit by Andi Kleen · 16 years ago
  36. 39c11e6 x86: support GB hugepages on 64-bit by Andi Kleen · 16 years ago
  37. ceb8687 hugetlb: introduce pud_huge by Andi Kleen · 16 years ago
  38. a551643 hugetlb: modular state for hugetlb page size by Andi Kleen · 16 years ago
  39. 28b2ee2 access_process_vm device memory infrastructure by Rik van Riel · 16 years ago
  40. b61bfa3 mm: move bootmem descriptors definition to a single place by Johannes Weiner · 16 years ago
  41. 77be1fa x86: add PTE_FLAGS_MASK by Jeremy Fitzhardinge · 16 years ago
  42. 59438c9 x86: rename PTE_MASK to PTE_PFN_MASK by Jeremy Fitzhardinge · 16 years ago
  43. cfc1b9a x86: convert Dprintk to pr_debug by Thomas Gleixner · 16 years ago
  44. acee709 Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linus by Ingo Molnar · 16 years ago
  45. d092633 Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEM by Ingo Molnar · 16 years ago
  46. fec0962 x86: Add a debugfs interface to dump PAT memtype by venkatesh.pallipadi@intel.com · 16 years ago
  47. caadbdc x86: enable memory tester support on 32-bit by Yinghai Lu · 16 years ago
  48. 1f06716 x86: seperate memtest from init_64.c by Yinghai Lu · 16 years ago
  49. cd569ef Merge branch 'linus' into x86/urgent by Ingo Molnar · 16 years ago
  50. 64d206d x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEM by Ingo Molnar · 16 years ago
  51. 393d81a Merge branch 'linus' into xen-64bit by Ingo Molnar · 16 years ago
  52. 2b04be7 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  53. 19d0cfe ACPICA: Update DMAR and SRAT table definitions by Bob Moore · 16 years ago
  54. e22146e x86: fix kernel_physical_mapping_init() for large x86 systems by Jack Steiner · 16 years ago
  55. c1f2f09 pvops-64: call paravirt_post_allocator_init() on setup_arch() by Eduardo Habkost · 16 years ago
  56. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  57. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
  58. 9958e81 x86: max_low_pfn_mapped fix, #3 by Yinghai Lu · 16 years ago
  59. 965194c x86: max_low_pfn_mapped fix, #2 by Yinghai Lu · 16 years ago
  60. ae94b80 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
  61. f361a45 x86: introduce max_low_pfn_mapped for 64-bit by Yinghai Lu · 16 years ago
  62. f302a5bb x86: reserve SLIT by Yinghai Lu · 16 years ago
  63. a361ee5 x86: fix /dev/mem compatibility under PAT by Venkatesh Pallipadi · 16 years ago
  64. 7b16eb8 x86: overmapped fix when 4K pages on tail, 64-bit by Yinghai Lu · 16 years ago
  65. c2e6d65 x86: not overmap more than the end of RAM in init_memory_mapping - 64bit by Yinghai Lu · 16 years ago
  66. 49c980d x86: fix vmemmap printout check by Yinghai Lu · 16 years ago
  67. b50efd2 x86: introduce page_size_mask for 64bit by Yinghai Lu · 16 years ago
  68. 5ed4273 arch/x86/mm/pgtable_32.c: remove unused variable `fixmaps' by Andrew Morton · 16 years ago
  69. 3a9e189 x86: map UV chipset space - pagetable by Jack Steiner · 16 years ago
  70. 6247943 x86: remove acpi_srat config v2 by Yinghai Lu · 16 years ago
  71. 698839f x86: remove have_arch_parse_srat -v2 by Yinghai Lu · 16 years ago
  72. 5a654ba x86/cpa: use an undefined PTE bit for testing CPA by Jeremy Fitzhardinge · 16 years ago
  73. ef5e94a x86_32: remove __PAGE_KERNEL(_EXEC) by Jeremy Fitzhardinge · 16 years ago
  74. 574977a x86_64/setup: unconditionally populate the pgd by Jeremy Fitzhardinge · 16 years ago
  75. cb95a13 x86: merge zones_sizes_init for numa and non numa on 32-bit by Yinghai Lu · 16 years ago
  76. 996cf44 x86: don't reallocate pgt for node0 by Yinghai Lu · 16 years ago
  77. a04ad82 x86: fix init_memory_mapping over boundary, v4 by Yinghai Lu · 16 years ago
  78. 7482b0e x86: fix init_memory_mapping over boundary v3 by Yinghai Lu · 16 years ago
  79. 22b4514 x86/paravirt: groundwork for 64-bit Xen support, fix #2 by Jeremy Fitzhardinge · 16 years ago
  80. e7b3789 x86: move fix mapping page table range early by Yinghai Lu · 16 years ago
  81. 8207c25 x86: fix pte allocation in "x86: introduce init_memory_mapping for 32bit" by Jeremy Fitzhardinge · 16 years ago
  82. 0814e0b x86, 64-bit: split set_pte_vaddr() by Eduardo Habkost · 16 years ago
  83. 7c934d3 x86, 64-bit: create small vmemmap mappings if PSE not available by Jeremy Fitzhardinge · 16 years ago
  84. 4f9c11d x86, 64-bit: adjust mapping of physical pagetables to work with Xen by Jeremy Fitzhardinge · 16 years ago
  85. d8d5900 x86: preallocate and prepopulate separately by Jeremy Fitzhardinge · 16 years ago
  86. eba0045 x86/paravirt: add a pgd_alloc/free hooks by Jeremy Fitzhardinge · 16 years ago
  87. 67350a5 x86: simplify vmalloc_sync_all by Jeremy Fitzhardinge · 16 years ago
  88. c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 16 years ago
  89. d86623a x86: add table_top check for alloc_low_page in 64 bit by Yinghai Lu · 16 years ago
  90. 1a0db38 x86: get max_pfn_mapped in init_memory_mapping by Yinghai Lu · 16 years ago
  91. 3a58a2a6 x86: introduce init_memory_mapping for 32bit #3 by Yinghai Lu · 16 years ago
  92. cfb0e53 x86: introduce init_memory_mapping for 32bit #2 by Yinghai Lu · 16 years ago
  93. 4e29684 x86: introduce init_memory_mapping for 32bit #1 by Yinghai Lu · 16 years ago
  94. 4583ed5 x86, 64-bit: unify early_ioremap by Jeremy Fitzhardinge · 16 years ago
  95. bb23e40 x86, 64-bit: use p??_populate() to attach pages to pagetable by Jeremy Fitzhardinge · 16 years ago
  96. 11cd0bc x86: move some func calling from setup_arch to paging_init by Yinghai Lu · 16 years ago
  97. c094345 x86: numa32 pfn print out using hex instead by Yinghai Lu · 16 years ago
  98. 6a07a0e x86: fix compile warning in init_64.c by Yinghai Lu · 16 years ago
  99. 346cafe x86: clean up min_low_pfn by Yinghai Lu · 16 years ago
  100. 2ec65f8 x86: clean up using max_low_pfn on 32-bit by Yinghai Lu · 16 years ago