1. 8a235ef Hibernation: Handle DEBUG_PAGEALLOC on x86 by Rafael J. Wysocki · 17 years ago
  2. 5d9c4a7 Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6 by Linus Torvalds · 17 years ago
  3. 156fbc3 x86: fix page_is_ram() thinko by Arjan van de Ven · 17 years ago
  4. d8a9e6a x86: fix WARN_ON() message: teach page_is_ram() about the special 4Kb bios data page by Arjan van de Ven · 17 years ago
  5. d01b9ad x86: fix section mismatch in srat_64.c:reserve_hotadd by Sam Ravnborg · 17 years ago
  6. 8e31c2a x86: CPA: remove BUG_ON for LRU/Compound pages by Andi Kleen · 17 years ago
  7. fcea424 fix historic ioremap() abuse in AGP by Arjan van dev Ven · 17 years ago
  8. b7ad149 x86: reenable support for system without on node0 by Yinghai Lu · 17 years ago
  9. f34b439 x86: CPA: avoid double checking of alias ranges by Thomas Gleixner · 17 years ago
  10. af96e44 x86: CPA no alias checking for _NX by Thomas Gleixner · 17 years ago
  11. 31eedd8 x86: zap invalid and unused pmds in early boot by Thomas Gleixner · 17 years ago
  12. c31c7d4 x86: CPA, fix alias checks by Thomas Gleixner · 17 years ago
  13. f8d8406 x86: cpa, fix out of date comment by Ingo Molnar · 17 years ago
  14. 69b1415 x86: cpa: ensure page alignment by Thomas Gleixner · 17 years ago
  15. 7bfeab9 x86: include proper prototypes for rodata_test by Harvey Harrison · 17 years ago
  16. cae30f8 x86: make dump_pagetable() static by Adrian Bunk · 17 years ago
  17. 5d3c8b2 x86: CPA: fix gbpages support in try_preserve_large_page by Andi Kleen · 17 years ago
  18. 37cc8d7 x86/early_ioremap: don't assume we're using swapper_pg_dir by Jeremy Fitzhardinge · 17 years ago
  19. 81772fe x86: remove over noisy debug printk by Thomas Gleixner · 17 years ago
  20. fac8493 x86: cpa, strict range check in try_preserve_large_page() by Thomas Gleixner · 17 years ago
  21. eb5b5f0 x86: cpa, use page pool by Thomas Gleixner · 17 years ago
  22. 76ebd05 x86: introduce page pool in cpa by Thomas Gleixner · 17 years ago
  23. b6fbb66 x86: fix early_ioremap pagetable ops by Ian Campbell · 17 years ago
  24. 551889a x86: construct 32-bit boot time page tables in native format. by Ian Campbell · 17 years ago
  25. bfc734b x86: avoid unused variable warning in mm/init_64.c by Thomas Gleixner · 17 years ago
  26. da7bfc5 x86: sparse warnings in pageattr.c by Harvey Harrison · 17 years ago
  27. 2f569af CONFIG_HIGHPTE vs. sub-page page tables. by Martin Schwidefsky · 17 years ago
  28. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 17 years ago
  29. 58d5d0d x86: fix deadlock, make pgd_lock irq-safe by Ingo Molnar · 17 years ago
  30. 971a52d x86: delay CPA self-test and repeat it by Ingo Molnar · 17 years ago
  31. cc842b8 x86: remove suprious ifdefs from pageattr.c by Arjan van de Ven · 17 years ago
  32. 984bb80 x86: mark the .rodata section also NX by Arjan van de Ven · 17 years ago
  33. 2d684cd x86: remove X2 workaround by Ingo Molnar · 17 years ago
  34. d8b57bb x86: make spurious fault handler aware of large mappings by Thomas Gleixner · 17 years ago
  35. 8cb2a7c stop c_p_a corrupting the pds by Hugh Dickins · 17 years ago
  36. 5e54197 add mm argument to pte/pmd/pud/pgd_free by Benjamin Herrenschmidt · 17 years ago
  37. 7b610ee x86: cpa, micro-optimization by Thomas Gleixner · 17 years ago
  38. 87f7f8f x86: cpa, clean up code flow by Ingo Molnar · 17 years ago
  39. beaff63 x86: cpa, eliminate CPA_ enum by Ingo Molnar · 17 years ago
  40. 9df8499 x86: cpa, cleanups by Ingo Molnar · 17 years ago
  41. f07333f x86: implement gbpages support in change_page_attr() by Andi Kleen · 17 years ago
  42. b536022 x86: support gbpages in pagetable dump by Andi Kleen · 17 years ago
  43. c2f71ee x86: add gbpages support to lookup_address by Andi Kleen · 17 years ago
  44. d4f71f7 x86: switch direct mapping setup over to set_pte by Andi Kleen · 17 years ago
  45. 7bfb72e x86: fix page-present check in cpa_flush_range by Thomas Gleixner · 17 years ago
  46. 6ce9fc1 x86: remove cpa warning by Ingo Molnar · 17 years ago
  47. bde1965 x86: remove now unused clear_kernel_mapping by Andi Kleen · 17 years ago
  48. 64f351d x86: cpa selftest, skip non present entries by Thomas Gleixner · 17 years ago
  49. 07cf89c x86: CPA fix pagetable split by Thomas Gleixner · 17 years ago
  50. 31422c5 x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE by Andi Kleen · 17 years ago
  51. 9a14aef x86: cpa, fix lookup_address by Thomas Gleixner · 17 years ago
  52. 34508f6 x86: AMD Athlon X2 hard hang fix by Ingo Molnar · 17 years ago
  53. 65e074d x86: cpa, preserve large pages if possible by Thomas Gleixner · 17 years ago
  54. f4ae5da x86: cpa, check if we changed anything and tlb flushing is necessary by Thomas Gleixner · 17 years ago
  55. 72e458d x86: introduce struct cpa_data by Thomas Gleixner · 17 years ago
  56. 6bb8383 x86: cpa, only flush the cache if the caching attributes have changed by Andi Kleen · 17 years ago
  57. 331e406 x86: CPA return early when requested feature is not available by Thomas Gleixner · 17 years ago
  58. f56d005 x86: no CPA on iounmap by Thomas Gleixner · 17 years ago
  59. 75ab43b x86: ioremap remove the range check of cpa by Thomas Gleixner · 17 years ago
  60. e66aadb x86: simplify __ioremap by Thomas Gleixner · 17 years ago
  61. 63c1dcf x86: CPA use the existing pfn in split as well by Thomas Gleixner · 17 years ago
  62. 626c2c9 x86: use the pfn from the page when change its attributes by Arjan van de Ven · 17 years ago
  63. cc0f21b x86: teach the static_protection function about high mappings by Arjan van de Ven · 17 years ago
  64. a67ad9c x86: revert "defer cr3 reload when doing pud_clear()" by Jeremy Fitzhardinge · 17 years ago
  65. e618c95 x86: unify PAE/non-PAE pgd_ctor by Jeremy Fitzhardinge · 17 years ago
  66. f832ff1 x86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.c by H. Peter Anvin · 17 years ago
  67. cf89ec9 x86: reduce ifdef sections in fault.c by Harvey Harrison · 17 years ago
  68. 6118f76 x86: print out node_data addr and bootmap_start addr by Yinghai Lu · 17 years ago
  69. b50516fc x86: CPA remove bogus NX clear by Thomas Gleixner · 17 years ago
  70. 38cb47b x86: relax RAM check in ioremap() by Ingo Molnar · 17 years ago
  71. a6eb84b suspend: cleanup reference to swsusp_pg_dir[] by Rafael J. Wysocki · 17 years ago
  72. 93809be x86: fixes for lookup_address args by Harvey Harrison · 17 years ago
  73. 9347e0b x86: remove unneeded round_up by Yinghai Lu · 17 years ago
  74. 24a5da7 x86_64: make bootmap_start page align v6 by Yinghai Lu · 17 years ago
  75. 25eff8d x86_64: add debug name for early_res by Yinghai Lu · 17 years ago
  76. 5aa0508 x86: uninline __pte_free_tlb() and __pmd_free_tlb() by Ingo Molnar · 17 years ago
  77. 1fd6a53 x86: early_ioremap_reset fix 2 by Huang, Ying · 17 years ago
  78. 5827040 x86: change_page_attr_clear fix by Huang, Ying · 17 years ago
  79. afadcd7 x86: fix nodemap_size according to nodeid bits by Yinghai Lu · 17 years ago
  80. 9198715 x86: fix overlap between pagetable with bss section by Yinghai Lu · 17 years ago
  81. bb4a1d6 x86: add PCI IDs to k8topology_64.c by Joachim Deguara · 17 years ago
  82. f6df72e x86: fix early_ioremap pagetable ops by Jeremy Fitzhardinge · 17 years ago
  83. e3ed910 x86: use the same pgd_list for PAE and 64-bit by Jeremy Fitzhardinge · 17 years ago
  84. 6194ba6 x86: don't special-case pmd allocations as much by Jeremy Fitzhardinge · 17 years ago
  85. fd40d6e x86: shrink some ifdefs in fault.c by Harvey Harrison · 17 years ago
  86. 5b727a3 x86: ignore spurious faults by Jeremy Fitzhardinge · 17 years ago
  87. b406ac6 x86: remove nx_enabled from fault.c by Harvey Harrison · 17 years ago
  88. c61e211 x86: unify fault_32|64.c by Harvey Harrison · 17 years ago
  89. f8c2ee2 x86: unify fault_32|64.c with ifdefs by Harvey Harrison · 17 years ago
  90. 1156e09 x86: unify fault_32|64.c by ifdef'd function bodies by Harvey Harrison · 17 years ago
  91. d7d119d x86: arch/x86/mm/init_32.c printk fixes by Ingo Molnar · 17 years ago
  92. 8550eb9 x86: arch/x86/mm/init_32.c cleanup by Ingo Molnar · 17 years ago
  93. 10f22dd x86: arch/x86/mm/init_64.c printk fixes by Ingo Molnar · 17 years ago
  94. 14a62c3 x86: unify ioremap by Thomas Gleixner · 17 years ago
  95. 19f0dda x86: unify page fault oops printing by Harvey Harrison · 17 years ago
  96. b3279c7 x86: introduce show_fault_oops helper to fault_32|64.c by Harvey Harrison · 17 years ago
  97. 35f3266 x86: add is_errata100 helper to fault_32|64.c by Harvey Harrison · 17 years ago
  98. 29caf2f x86: add is_f00f_bug helper to fault_32|64.c by Harvey Harrison · 17 years ago
  99. 0879750 x86: cpa cleanup the 64-bit alias math by Thomas Gleixner · 17 years ago
  100. 86f0398 x86: cpa: fix the self-test by Ingo Molnar · 17 years ago