1. 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
  2. d092633 Subject: devmem, x86: fix rename of CONFIG_NONPROMISC_DEVMEM by Ingo Molnar · 16 years ago
  3. fec0962 x86: Add a debugfs interface to dump PAT memtype by venkatesh.pallipadi@intel.com · 16 years ago
  4. caadbdc x86: enable memory tester support on 32-bit by Yinghai Lu · 16 years ago
  5. 1f06716 x86: seperate memtest from init_64.c by Yinghai Lu · 16 years ago
  6. cd569ef Merge branch 'linus' into x86/urgent by Ingo Molnar · 16 years ago
  7. 64d206d x86: rename CONFIG_NONPROMISC_DEVMEM to CONFIG_PROMISC_DEVMEM by Ingo Molnar · 16 years ago
  8. 393d81a Merge branch 'linus' into xen-64bit by Ingo Molnar · 16 years ago
  9. 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
  10. 19d0cfe ACPICA: Update DMAR and SRAT table definitions by Bob Moore · 16 years ago
  11. e22146e x86: fix kernel_physical_mapping_init() for large x86 systems by Jack Steiner · 16 years ago
  12. c1f2f09 pvops-64: call paravirt_post_allocator_init() on setup_arch() by Eduardo Habkost · 16 years ago
  13. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  14. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
  15. 9958e81 x86: max_low_pfn_mapped fix, #3 by Yinghai Lu · 16 years ago
  16. 965194c x86: max_low_pfn_mapped fix, #2 by Yinghai Lu · 16 years ago
  17. ae94b80 Merge branch 'linus' into x86/core by Ingo Molnar · 16 years ago
  18. f361a45 x86: introduce max_low_pfn_mapped for 64-bit by Yinghai Lu · 16 years ago
  19. f302a5bb x86: reserve SLIT by Yinghai Lu · 16 years ago
  20. a361ee5 x86: fix /dev/mem compatibility under PAT by Venkatesh Pallipadi · 16 years ago
  21. 7b16eb8 x86: overmapped fix when 4K pages on tail, 64-bit by Yinghai Lu · 16 years ago
  22. c2e6d65 x86: not overmap more than the end of RAM in init_memory_mapping - 64bit by Yinghai Lu · 16 years ago
  23. 49c980d x86: fix vmemmap printout check by Yinghai Lu · 16 years ago
  24. b50efd2 x86: introduce page_size_mask for 64bit by Yinghai Lu · 16 years ago
  25. 5ed4273 arch/x86/mm/pgtable_32.c: remove unused variable `fixmaps' by Andrew Morton · 16 years ago
  26. 3a9e189 x86: map UV chipset space - pagetable by Jack Steiner · 16 years ago
  27. 6247943 x86: remove acpi_srat config v2 by Yinghai Lu · 16 years ago
  28. 698839f x86: remove have_arch_parse_srat -v2 by Yinghai Lu · 16 years ago
  29. 5a654ba x86/cpa: use an undefined PTE bit for testing CPA by Jeremy Fitzhardinge · 16 years ago
  30. ef5e94a x86_32: remove __PAGE_KERNEL(_EXEC) by Jeremy Fitzhardinge · 16 years ago
  31. 574977a x86_64/setup: unconditionally populate the pgd by Jeremy Fitzhardinge · 16 years ago
  32. cb95a13 x86: merge zones_sizes_init for numa and non numa on 32-bit by Yinghai Lu · 16 years ago
  33. 996cf44 x86: don't reallocate pgt for node0 by Yinghai Lu · 16 years ago
  34. a04ad82 x86: fix init_memory_mapping over boundary, v4 by Yinghai Lu · 16 years ago
  35. 7482b0e x86: fix init_memory_mapping over boundary v3 by Yinghai Lu · 16 years ago
  36. 22b4514 x86/paravirt: groundwork for 64-bit Xen support, fix #2 by Jeremy Fitzhardinge · 16 years ago
  37. e7b3789 x86: move fix mapping page table range early by Yinghai Lu · 16 years ago
  38. 8207c25 x86: fix pte allocation in "x86: introduce init_memory_mapping for 32bit" by Jeremy Fitzhardinge · 16 years ago
  39. 0814e0b x86, 64-bit: split set_pte_vaddr() by Eduardo Habkost · 16 years ago
  40. 7c934d3 x86, 64-bit: create small vmemmap mappings if PSE not available by Jeremy Fitzhardinge · 16 years ago
  41. 4f9c11d x86, 64-bit: adjust mapping of physical pagetables to work with Xen by Jeremy Fitzhardinge · 16 years ago
  42. d8d5900 x86: preallocate and prepopulate separately by Jeremy Fitzhardinge · 16 years ago
  43. eba0045 x86/paravirt: add a pgd_alloc/free hooks by Jeremy Fitzhardinge · 16 years ago
  44. 67350a5 x86: simplify vmalloc_sync_all by Jeremy Fitzhardinge · 16 years ago
  45. c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 16 years ago
  46. d86623a x86: add table_top check for alloc_low_page in 64 bit by Yinghai Lu · 16 years ago
  47. 1a0db38 x86: get max_pfn_mapped in init_memory_mapping by Yinghai Lu · 16 years ago
  48. 3a58a2a6 x86: introduce init_memory_mapping for 32bit #3 by Yinghai Lu · 16 years ago
  49. cfb0e53 x86: introduce init_memory_mapping for 32bit #2 by Yinghai Lu · 16 years ago
  50. 4e29684 x86: introduce init_memory_mapping for 32bit #1 by Yinghai Lu · 16 years ago
  51. 4583ed5 x86, 64-bit: unify early_ioremap by Jeremy Fitzhardinge · 16 years ago
  52. bb23e40 x86, 64-bit: use p??_populate() to attach pages to pagetable by Jeremy Fitzhardinge · 16 years ago
  53. 11cd0bc x86: move some func calling from setup_arch to paging_init by Yinghai Lu · 16 years ago
  54. c094345 x86: numa32 pfn print out using hex instead by Yinghai Lu · 16 years ago
  55. 6a07a0e x86: fix compile warning in init_64.c by Yinghai Lu · 16 years ago
  56. 346cafe x86: clean up min_low_pfn by Yinghai Lu · 16 years ago
  57. 2ec65f8 x86: clean up using max_low_pfn on 32-bit by Yinghai Lu · 16 years ago
  58. bef1568 x86: move reservetop and vmalloc parsing to pgtable_32.c by Yinghai Lu · 16 years ago
  59. 90d967e x86: move find_max_low_pfn to init_32.c by Yinghai Lu · 16 years ago
  60. 225c37d x86: introduce reserve_initrd by Yinghai Lu · 16 years ago
  61. b2ac82a x86: introduce initmem_init for 32 bit by Yinghai Lu · 16 years ago
  62. 1f75d7e x86: introduce initmem_init for 64 bit by Yinghai Lu · 16 years ago
  63. d52d53b RFC x86: try to remove arch_get_ram_range by Yinghai Lu · 16 years ago
  64. a7bf0bd build: add __page_aligned_data and __page_aligned_bss by Jeremy Fitzhardinge · 16 years ago
  65. 6236af8 Merge branch 'x86/fixmap' into x86/devel by Ingo Molnar · 16 years ago
  66. 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 16 years ago
  67. 3fd052b x86: add flags parameter to reserve_bootmem_generic() by Bernhard Walle · 16 years ago
  68. 886533a x86: numa_64.c fix shadowed variable by Thomas Gleixner · 16 years ago
  69. 864fc31 x86: numa_64.c make local variables static by Thomas Gleixner · 16 years ago
  70. 9f248bd x86: remove the static 256k node_to_cpumask_map by Mike Travis · 16 years ago
  71. 23ca4bb x86: cleanup early per cpu variables/accesses v4 by Mike Travis · 16 years ago
  72. 3de352b Merge branch 'x86/mpparse' into x86/devel by Ingo Molnar · 16 years ago
  73. a4caa18 x86: fix compiling when CONFIG_X86_MPPARSE is not set by Yinghai Lu · 16 years ago
  74. 064d25f x86: merge setup_memory_map with e820 by Yinghai Lu · 16 years ago
  75. cc9f7a0 x86: kill bad_ppro by Yinghai Lu · 16 years ago
  76. b5bc6c0 x86, mm: use add_highpages_with_active_regions() for high pages init v2 by Yinghai Lu · 16 years ago
  77. cc1050b x86: replace shrink_active_range() with remove_active_range() by Yinghai Lu · 16 years ago
  78. d2dbf34 x86: clean up reserve_bootmem_generic() and port it to 32-bit by Yinghai Lu · 16 years ago
  79. 8b2ef1d x86: add flags parameter to reserve_bootmem_generic() by Bernhard Walle · 16 years ago
  80. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 16 years ago
  81. 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
  82. 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
  83. 684eb01 x86_64: use PAGE_OFFSET in dump_pagetables by Jiri Slaby · 16 years ago
  84. 6e92a5a x86: add sparse annotations to ioremap by Thomas Gleixner · 16 years ago
  85. 65280e6 x86: janitor CPA statistics patch by Thomas Gleixner · 16 years ago
  86. ce0c0e5 x86, generic: CPA add statistics about state of direct mapping v4 by Andi Kleen · 16 years ago
  87. 4d51c75 Merge branch 'tracing/mmiotrace-mergefixups' into tracing/mmiotrace by Ingo Molnar · 16 years ago
  88. d763d5e Merge branch 'linus' into tracing/mmiotrace by Ingo Molnar · 16 years ago
  89. 95c60b0 x86: remove unnecessary #ifdef CONFIG_X86_32...#else by Gustavo Fernando Padovan · 16 years ago
  90. 27df66a arch/x86/mm/init_64.c: early_memtest(): fix types by Andrew Morton · 16 years ago
  91. f294a8c x86: small unifications of address printing by Vegard Nossum · 16 years ago
  92. 0b1faee x86: section/warning fixes by Daniel J Blueman · 16 years ago
  93. 15c8b6c on_each_cpu(): kill unused 'retry' parameter by Jens Axboe · 16 years ago
  94. 33af903 x86: pat.c final cleanup of loop body in reserve_memtype by Andreas Herrmann · 16 years ago
  95. 64fe44c x86: pat.c introduce function to check for conflicts with existing memtypes by Andreas Herrmann · 16 years ago
  96. f688726 x86: pat.c consolidate list_add handling in reserve_memtype by Andreas Herrmann · 16 years ago
  97. 3e9c83b x86: pat.c consolidate error/debug messages in reserve_memtype by Andreas Herrmann · 16 years ago
  98. 69e26be x86: pat.c more trivial changes by Andreas Herrmann · 16 years ago
  99. ac97991 x86: pat.c choose more crisp variable names by Andreas Herrmann · 16 years ago
  100. bcc643d x86: introduce macro to check whether an address range is in the ISA range by Andreas Herrmann · 16 years ago