1. 7b16eb8 x86: overmapped fix when 4K pages on tail, 64-bit by Yinghai Lu · 16 years ago
  2. c2e6d65 x86: not overmap more than the end of RAM in init_memory_mapping - 64bit by Yinghai Lu · 16 years ago
  3. 49c980d x86: fix vmemmap printout check by Yinghai Lu · 16 years ago
  4. b50efd2 x86: introduce page_size_mask for 64bit by Yinghai Lu · 16 years ago
  5. 3a9e189 x86: map UV chipset space - pagetable by Jack Steiner · 16 years ago
  6. 574977a x86_64/setup: unconditionally populate the pgd by Jeremy Fitzhardinge · 16 years ago
  7. 22b4514 x86/paravirt: groundwork for 64-bit Xen support, fix #2 by Jeremy Fitzhardinge · 16 years ago
  8. 0814e0b x86, 64-bit: split set_pte_vaddr() by Eduardo Habkost · 16 years ago
  9. 7c934d3 x86, 64-bit: create small vmemmap mappings if PSE not available by Jeremy Fitzhardinge · 16 years ago
  10. 4f9c11d x86, 64-bit: adjust mapping of physical pagetables to work with Xen by Jeremy Fitzhardinge · 16 years ago
  11. c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 16 years ago
  12. d86623a x86: add table_top check for alloc_low_page in 64 bit by Yinghai Lu · 16 years ago
  13. 1a0db38 x86: get max_pfn_mapped in init_memory_mapping by Yinghai Lu · 16 years ago
  14. 4583ed5 x86, 64-bit: unify early_ioremap by Jeremy Fitzhardinge · 16 years ago
  15. bb23e40 x86, 64-bit: use p??_populate() to attach pages to pagetable by Jeremy Fitzhardinge · 16 years ago
  16. 6a07a0e x86: fix compile warning in init_64.c by Yinghai Lu · 16 years ago
  17. 346cafe x86: clean up min_low_pfn by Yinghai Lu · 16 years ago
  18. 1f75d7e x86: introduce initmem_init for 64 bit by Yinghai Lu · 16 years ago
  19. 6236af8 Merge branch 'x86/fixmap' into x86/devel by Ingo Molnar · 16 years ago
  20. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
  21. 064d25f x86: merge setup_memory_map with e820 by Yinghai Lu · 16 years ago
  22. d2dbf34 x86: clean up reserve_bootmem_generic() and port it to 32-bit by Yinghai Lu · 16 years ago
  23. 8b2ef1d x86: add flags parameter to reserve_bootmem_generic() by Bernhard Walle · 16 years ago
  24. 6924d1a Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/build', 'x86/cleanups', 'x86/cpa', 'x86/cpu', 'x86/defconfig', 'x86/gart', 'x86/i8259', 'x86/intel', 'x86/irqstats', 'x86/kconfig', 'x86/ldt', 'x86/mce', 'x86/memtest', 'x86/pat', 'x86/ptemask', 'x86/resumetrace', 'x86/threadinfo', 'x86/timers', 'x86/vdso' and 'x86/xen' into x86/devel by Ingo Molnar · 16 years ago
  25. ce0c0e5 x86, generic: CPA add statistics about state of direct mapping v4 by Andi Kleen · 16 years ago
  26. 27df66a arch/x86/mm/init_64.c: early_memtest(): fix types by Andrew Morton · 16 years ago
  27. 0b1faee x86: section/warning fixes by Daniel J Blueman · 16 years ago
  28. d494a96 x86: implement set_pte_vaddr by Jeremy Fitzhardinge · 16 years ago
  29. 7c7e6e0 x86: unify __set_fixmap by Jeremy Fitzhardinge · 16 years ago
  30. 064a32d Merge branch 'linus' into x86/memtest by Ingo Molnar · 16 years ago
  31. 1791a78 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  32. 5116310 x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtest by Kevin Winchester · 16 years ago
  33. 2884f11 x86: fix bad pmd ffff810000207xxx(9090909090909090) by Hugh Dickins · 16 years ago
  34. 11034d5 x86: init64.c include initrd.h by Thomas Gleixner · 16 years ago
  35. 0327318 x86_64: simplify the memtest parameter setting by Yinghai Lu · 16 years ago
  36. 180c06e hotplug-memory: make online_page() common by Jeremy Fitzhardinge · 16 years ago
  37. c2b91e2 x86_64/mm: check and print vmemmap allocation continuous by Yinghai Lu · 16 years ago
  38. 8b3cd09e x86_64: make reserve_bootmem_generic() use new reserve_bootmem() by Yinghai Lu · 16 years ago
  39. bf16ae2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86-pat by Linus Torvalds · 16 years ago
  40. 70c9f59 x86: remove set_fixmap() warning by Ingo Molnar · 16 years ago
  41. 82a355f x86: make __set_fixmap() non-init by Ingo Molnar · 16 years ago
  42. ae531c2 x86: introduce /dev/mem restrictions with a config option by Arjan van de Ven · 16 years ago
  43. 85c246e x86: move definition to pci-dma.c by Glauber Costa · 16 years ago
  44. cc61503 x86: account overlapped mappings in max_pfn_mapped by Andi Kleen · 16 years ago
  45. 6779429 x86: replace the now useless max_pfn_mapped define by Thomas Gleixner · 16 years ago
  46. dcfe946 x86: fix memtest print out by Yinghai Lu · 16 years ago
  47. c64df70 x86: memtest bootparam by Yinghai Lu · 16 years ago
  48. 272b9ca x86: early memtest to find bad ram by Yinghai Lu · 16 years ago
  49. 1415d16 x86: Remove redundant display of free swap space in show_mem() by Johannes Weiner · 16 years ago
  50. 4e4eee0 x86: enhance DEBUG_RODATA support for hotplug and kprobes by Mathieu Desnoyers · 17 years ago
  51. ef92576 x86: do kernel direct mapping at boot using GB pages by Andi Kleen · 16 years ago
  52. 00d1c5e x86: add gbpages switches by Ingo Molnar · 16 years ago
  53. 88f3aec x86: fix spontaneous reboot with allyesconfig bzImage by Ingo Molnar · 17 years ago
  54. 3b57bc4 x86: remove double-checking empty zero pages debug by Yinghai Lu · 17 years ago
  55. 31eedd8 x86: zap invalid and unused pmds in early boot by Thomas Gleixner · 17 years ago
  56. 7bfeab9 x86: include proper prototypes for rodata_test by Harvey Harrison · 17 years ago
  57. 76ebd05 x86: introduce page pool in cpa by Thomas Gleixner · 17 years ago
  58. bfc734b x86: avoid unused variable warning in mm/init_64.c by Thomas Gleixner · 17 years ago
  59. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 17 years ago
  60. 984bb80 x86: mark the .rodata section also NX by Arjan van de Ven · 17 years ago
  61. d4f71f7 x86: switch direct mapping setup over to set_pte by Andi Kleen · 17 years ago
  62. bde1965 x86: remove now unused clear_kernel_mapping by Andi Kleen · 17 years ago
  63. 31422c5 x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE by Andi Kleen · 17 years ago
  64. 24a5da7 x86_64: make bootmap_start page align v6 by Yinghai Lu · 17 years ago
  65. 25eff8d x86_64: add debug name for early_res by Yinghai Lu · 17 years ago
  66. 9198715 x86: fix overlap between pagetable with bss section by Yinghai Lu · 17 years ago
  67. 10f22dd x86: arch/x86/mm/init_64.c printk fixes by Ingo Molnar · 17 years ago
  68. 14a62c3 x86: unify ioremap by Thomas Gleixner · 17 years ago
  69. 86f0398 x86: cpa: fix the self-test by Ingo Molnar · 17 years ago
  70. ee01f11 x86: init memory debugging by Ingo Molnar · 17 years ago
  71. 1a48725 x86: move misplaced rodata check call by Arjan van de Ven · 17 years ago
  72. edeed30 x86: add testcases for RODATA and NX protections/attributes by Arjan van de Ven · 17 years ago
  73. 3c1df68 x86: make sure initmem is writable by Arjan van de Ven · 17 years ago
  74. d7c8f21 x86: cpa: move flush to cpa by Thomas Gleixner · 17 years ago
  75. f62d0f0 x86: cpa: set_memory_notpresent() by Ingo Molnar · 17 years ago
  76. 6d238cc x86: convert CPA users to the new set_page_ API by Arjan van de Ven · 17 years ago
  77. 1a2b441 x86: fix early_ioremap() on 64-bit by Andi Kleen · 17 years ago
  78. 0c42f39 c_p_a(): do a simple self test at boot by Andi Kleen · 17 years ago
  79. 7517527 x86: replace hard coded reservations in 64-bit early boot code with dynamic table by Andi Kleen · 17 years ago
  80. f263310 x86: debug: double-check the empty zero page by Ingo Molnar · 17 years ago
  81. 48ddb15 x86: not clear empty_zero_page again by Yinghai Lu · 17 years ago
  82. 27ec161 x86: kill mk_pte_huge by Jeremy Fitzhardinge · 17 years ago
  83. 929fd58 x86: some whitespace cleanups in paging code by Joerg Roedel · 17 years ago
  84. 40842bf x86: use __PAGE_KERNEL* instead of _KERNPG_TABLE by Joerg Roedel · 17 years ago
  85. b263295 x86: 64-bit, make sparsemem vmemmap the only memory model by Christoph Lameter · 17 years ago
  86. aaa64e0 x86: move numa related declarations by Thomas Gleixner · 17 years ago
  87. 718fc13 x86: move debug related declarations to kdebug.h by Thomas Gleixner · 17 years ago
  88. b6fd6ec memory hotplug x86_64: fix section mismatch in init_memory_mapping() by KAMEZAWA Hiroyuki · 17 years ago
  89. 6a22c57 Revert "x86_64: allocate sparsemem memmap above 4G" by Linus Torvalds · 17 years ago
  90. 48e9419 fix memory hot remove not configured case. by KAMEZAWA Hiroyuki · 17 years ago
  91. 0889eba x86_64: SPARSEMEM_VMEMMAP 2M page size support by Christoph Lameter · 17 years ago
  92. 95119fb x86_64: move mm by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/mm/init_64.c]
  93. 4391e4c x86_64: prepare shared mm/init.c by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/mm/init.c]
  94. 602033e Revert most of "x86: Fix alternatives and kprobes to remap write-protected kernel text" by Linus Torvalds · 17 years ago
  95. dec2e6b x86_64: fix section mismatch warning in init.c by Sam Ravnborg · 17 years ago
  96. 19d36cc x86: Fix alternatives and kprobes to remap write-protected kernel text by Andi Kleen · 17 years ago
  97. f51c945 x86_64: Use read and write crX in .c files by Glauber de Oliveira Costa · 17 years ago
  98. abd4f75 x86: i386-show-unhandled-signals-v3 by Masoud Asgharifard Sharbiani · 17 years ago
  99. 74a1ddc x86_64: minor exception trace variables cleanup by Jan Beulich · 17 years ago
  100. 2aae950 x86_64: Add vDSO for x86-64 with gettimeofday/clock_gettime/getcpu by Andi Kleen · 17 years ago