1. d86623a x86: add table_top check for alloc_low_page in 64 bit by Yinghai Lu · 16 years ago
  2. 1a0db38 x86: get max_pfn_mapped in init_memory_mapping by Yinghai Lu · 16 years ago
  3. 3a58a2a6 x86: introduce init_memory_mapping for 32bit #3 by Yinghai Lu · 16 years ago
  4. cfb0e53 x86: introduce init_memory_mapping for 32bit #2 by Yinghai Lu · 16 years ago
  5. 4e29684 x86: introduce init_memory_mapping for 32bit #1 by Yinghai Lu · 16 years ago
  6. 4583ed5 x86, 64-bit: unify early_ioremap by Jeremy Fitzhardinge · 16 years ago
  7. bb23e40 x86, 64-bit: use p??_populate() to attach pages to pagetable by Jeremy Fitzhardinge · 16 years ago
  8. 11cd0bc x86: move some func calling from setup_arch to paging_init by Yinghai Lu · 16 years ago
  9. c094345 x86: numa32 pfn print out using hex instead by Yinghai Lu · 16 years ago
  10. 6a07a0e x86: fix compile warning in init_64.c by Yinghai Lu · 16 years ago
  11. 346cafe x86: clean up min_low_pfn by Yinghai Lu · 16 years ago
  12. 2ec65f8 x86: clean up using max_low_pfn on 32-bit by Yinghai Lu · 16 years ago
  13. bef1568 x86: move reservetop and vmalloc parsing to pgtable_32.c by Yinghai Lu · 16 years ago
  14. 90d967e x86: move find_max_low_pfn to init_32.c by Yinghai Lu · 16 years ago
  15. 225c37d x86: introduce reserve_initrd by Yinghai Lu · 16 years ago
  16. b2ac82a x86: introduce initmem_init for 32 bit by Yinghai Lu · 16 years ago
  17. 1f75d7e x86: introduce initmem_init for 64 bit by Yinghai Lu · 16 years ago
  18. d52d53b RFC x86: try to remove arch_get_ram_range by Yinghai Lu · 16 years ago
  19. a7bf0bd build: add __page_aligned_data and __page_aligned_bss by Jeremy Fitzhardinge · 16 years ago
  20. 6236af8 Merge branch 'x86/fixmap' into x86/devel by Ingo Molnar · 16 years ago
  21. 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 16 years ago
  22. 3fd052b x86: add flags parameter to reserve_bootmem_generic() by Bernhard Walle · 16 years ago
  23. 886533a x86: numa_64.c fix shadowed variable by Thomas Gleixner · 16 years ago
  24. 864fc31 x86: numa_64.c make local variables static by Thomas Gleixner · 16 years ago
  25. 9f248bd x86: remove the static 256k node_to_cpumask_map by Mike Travis · 16 years ago
  26. 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 16 years ago
  27. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
  28. a4caa18 x86: fix compiling when CONFIG_X86_MPPARSE is not set by Yinghai Lu · 16 years ago
  29. 064d25f x86: merge setup_memory_map with e820 by Yinghai Lu · 16 years ago
  30. cc9f7a0 x86: kill bad_ppro by Yinghai Lu · 16 years ago
  31. b5bc6c0 x86, mm: use add_highpages_with_active_regions() for high pages init v2 by Yinghai Lu · 16 years ago
  32. cc1050b x86: replace shrink_active_range() with remove_active_range() by Yinghai Lu · 16 years ago
  33. d2dbf34 x86: clean up reserve_bootmem_generic() and port it to 32-bit by Yinghai Lu · 16 years ago
  34. 8b2ef1d x86: add flags parameter to reserve_bootmem_generic() by Bernhard Walle · 16 years ago
  35. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 16 years ago
  36. 58cf352 Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debug', 'x86/ptrace' and 'x86/amd-iommu' into x86/devel by Ingo Molnar · 16 years ago
  37. 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
  38. 684eb01 x86_64: use PAGE_OFFSET in dump_pagetables by Jiri Slaby · 16 years ago
  39. 6e92a5a x86: add sparse annotations to ioremap by Thomas Gleixner · 16 years ago
  40. 65280e6 x86: janitor CPA statistics patch by Thomas Gleixner · 16 years ago
  41. ce0c0e5 x86, generic: CPA add statistics about state of direct mapping v4 by Andi Kleen · 16 years ago
  42. 95c60b0 x86: remove unnecessary #ifdef CONFIG_X86_32...#else by Gustavo Fernando Padovan · 16 years ago
  43. 27df66a arch/x86/mm/init_64.c: early_memtest(): fix types by Andrew Morton · 16 years ago
  44. f294a8c x86: small unifications of address printing by Vegard Nossum · 16 years ago
  45. 0b1faee x86: section/warning fixes by Daniel J Blueman · 16 years ago
  46. 33af903 x86: pat.c final cleanup of loop body in reserve_memtype by Andreas Herrmann · 16 years ago
  47. 64fe44c x86: pat.c introduce function to check for conflicts with existing memtypes by Andreas Herrmann · 16 years ago
  48. f688726 x86: pat.c consolidate list_add handling in reserve_memtype by Andreas Herrmann · 16 years ago
  49. 3e9c83b x86: pat.c consolidate error/debug messages in reserve_memtype by Andreas Herrmann · 16 years ago
  50. 69e26be x86: pat.c more trivial changes by Andreas Herrmann · 16 years ago
  51. ac97991 x86: pat.c choose more crisp variable names by Andreas Herrmann · 16 years ago
  52. bcc643d x86: introduce macro to check whether an address range is in the ISA range by Andreas Herrmann · 16 years ago
  53. a1d5a86 x86: unify __set_fixmap, fix by Ingo Molnar · 16 years ago
  54. aeaaa59 x86/paravirt/xen: add set_fixmap pv_mmu_ops by Jeremy Fitzhardinge · 16 years ago
  55. d494a96 x86: implement set_pte_vaddr by Jeremy Fitzhardinge · 16 years ago
  56. 7c7e6e0 x86: unify __set_fixmap by Jeremy Fitzhardinge · 16 years ago
  57. dd0c7c4 x86: shrink pat_x_mtrr_type to its essentials by Andreas Herrmann · 16 years ago
  58. 6cf514f x86: PAT: make pat_x_mtrr_type() more readable by Hugh Dickins · 16 years ago
  59. faeca31 Merge branch 'linus' into x86/pat by Ingo Molnar · 16 years ago
  60. 064a32d Merge branch 'linus' into x86/memtest by Ingo Molnar · 16 years ago
  61. 1791a78 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
  62. cbfa66b 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
  63. f8a4570 x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtest by Kevin Winchester · 16 years ago
  64. eb53e9f x86: fix an incompatible pointer type warning on 64-bit compilations by David Howells · 16 years ago
  65. b29c701 x86: fix endless page faults in mount_block_root for Linux 2.6 by Henry Nestler · 16 years ago
  66. 499f8f8 x86: rename pat_wc_enabled to pat_enabled by Andreas Herrmann · 16 years ago
  67. cd7a4e9 x86: PAT: fixed checkpatch errors (and whitespaces) by Andreas Herrmann · 16 years ago
  68. 97cfab6 x86: PAT: fix ambiguous paranoia check in pat_init() by Andreas Herrmann · 16 years ago
  69. c26421d x86: fix Xorg crash with xf86MapVidMem error by Venki Pallipadi · 16 years ago
  70. 39b8931 ACPI: handle invalid ACPI SLIT table by Fenghua Yu · 16 years ago
  71. 9043f00 x86, numa, 32-bit: use find_e820_area() to find KVA RAM on node by Yinghai Lu · 16 years ago
  72. cc1a9d8 mm, x86: shrink_active_range() should check all by Yinghai Lu · 16 years ago
  73. d0ec2c6 x86: reserve highmem pages via reserve_early by Huang, Ying · 16 years ago
  74. be524fb x86: section mismatch fix by Andrew Morton · 16 years ago
  75. 282c454 x86: fix Xorg crash with xf86MapVidMem error by Venki Pallipadi · 16 years ago
  76. 5116310 x86: fix pointer type warning in arch/x86/mm/init_64.c:early_memtest by Kevin Winchester · 16 years ago
  77. 2884f11 x86: fix bad pmd ffff810000207xxx(9090909090909090) by Hugh Dickins · 16 years ago
  78. 226e9a9 x86: ioremap fix failing nesting check by Ingo Molnar · 16 years ago
  79. 7b2a0a6 x86: make 32-bit use e820_register_active_regions() by Yinghai Lu · 16 years ago
  80. 84b56fa x86, numa, 32-bit: make sure get we kva space by Yinghai Lu · 16 years ago
  81. 6af61a7 x86: clean up max_pfn_mapped usage - 32-bit by Yinghai Lu · 16 years ago
  82. 287572c x86, numa, 32-bit: avoid clash between ramdisk and kva by Yinghai Lu · 16 years ago
  83. e8c27ac x86, numa, 32-bit: print out debug info on all kvas by Yinghai Lu · 16 years ago
  84. 0596152 x86, 32-bit: change propagate_e820_map() back to find_max_pfn() by Yinghai Lu · 16 years ago
  85. b66cd72 x86: set node_remap_size[0] in fallback path by Yinghai Lu · 16 years ago
  86. ba924c8 x86, numa, 32-bit: increase max_elements to 1024 by Yinghai Lu · 16 years ago
  87. 471b3c1 x86, numaq 32-bit: build fix by Ingo Molnar · 16 years ago
  88. cf3d0cb x86: 32-bit numa, build fix by Ingo Molnar · 16 years ago
  89. b28852d x86: add dummy acpi_numa_processor_affinity_init() implementation on 32-bit by Ingo Molnar · 16 years ago
  90. 2772f54 x86: add acpi_numa_slit_init() dummy implementation on 32-bit by Ingo Molnar · 16 years ago
  91. a548128 x86: extend e820 early_res support 32bit -fix #5 by Yinghai Lu · 16 years ago
  92. 1638729 x86: extend e820 early_res support 32bit -fix #4 by Yinghai Lu · 16 years ago
  93. e9197bf x86 boot: remove some unused extern function declarations by Paul Jackson · 16 years ago
  94. 48e2395 x86: fixup the fallout of the bitops changes by Thomas Gleixner · 16 years ago
  95. 4e50e62 x86: eliminate duplicate consistency checks in init_32.c by Jan Beulich · 16 years ago
  96. 6a1673a x86: make memory_add_physaddr_to_nid depend on MEMORY_HOTPLUG by Thomas Gleixner · 16 years ago
  97. 11034d5 x86: init64.c include initrd.h by Thomas Gleixner · 16 years ago
  98. 55d4f22 x86: k8topology cleanup variable declarations by Thomas Gleixner · 16 years ago
  99. d34c089 x86: k8topology fix shadow variable by Thomas Gleixner · 16 years ago
  100. 0eafe23 x86: k8topology add missing header by Thomas Gleixner · 16 years ago