1. 72a7fe3 Introduce flags for reserve_bootmem() by Bernhard Walle · 17 years ago
  2. 58d5d0d x86: fix deadlock, make pgd_lock irq-safe by Ingo Molnar · 17 years ago
  3. 971a52d x86: delay CPA self-test and repeat it by Ingo Molnar · 17 years ago
  4. cc842b8 x86: remove suprious ifdefs from pageattr.c by Arjan van de Ven · 17 years ago
  5. 984bb80 x86: mark the .rodata section also NX by Arjan van de Ven · 17 years ago
  6. 2d684cd x86: remove X2 workaround by Ingo Molnar · 17 years ago
  7. d8b57bb x86: make spurious fault handler aware of large mappings by Thomas Gleixner · 17 years ago
  8. 8cb2a7c stop c_p_a corrupting the pds by Hugh Dickins · 17 years ago
  9. 5e54197 add mm argument to pte/pmd/pud/pgd_free by Benjamin Herrenschmidt · 17 years ago
  10. 7b610ee x86: cpa, micro-optimization by Thomas Gleixner · 17 years ago
  11. 87f7f8f x86: cpa, clean up code flow by Ingo Molnar · 17 years ago
  12. beaff63 x86: cpa, eliminate CPA_ enum by Ingo Molnar · 17 years ago
  13. 9df8499 x86: cpa, cleanups by Ingo Molnar · 17 years ago
  14. f07333f x86: implement gbpages support in change_page_attr() by Andi Kleen · 17 years ago
  15. b536022 x86: support gbpages in pagetable dump by Andi Kleen · 17 years ago
  16. c2f71ee x86: add gbpages support to lookup_address by Andi Kleen · 17 years ago
  17. d4f71f7 x86: switch direct mapping setup over to set_pte by Andi Kleen · 17 years ago
  18. 7bfb72e x86: fix page-present check in cpa_flush_range by Thomas Gleixner · 17 years ago
  19. 6ce9fc1 x86: remove cpa warning by Ingo Molnar · 17 years ago
  20. bde1965 x86: remove now unused clear_kernel_mapping by Andi Kleen · 17 years ago
  21. 64f351d x86: cpa selftest, skip non present entries by Thomas Gleixner · 17 years ago
  22. 07cf89c x86: CPA fix pagetable split by Thomas Gleixner · 17 years ago
  23. 31422c5 x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE by Andi Kleen · 17 years ago
  24. 9a14aef x86: cpa, fix lookup_address by Thomas Gleixner · 17 years ago
  25. 34508f6 x86: AMD Athlon X2 hard hang fix by Ingo Molnar · 17 years ago
  26. 65e074d x86: cpa, preserve large pages if possible by Thomas Gleixner · 17 years ago
  27. f4ae5da x86: cpa, check if we changed anything and tlb flushing is necessary by Thomas Gleixner · 17 years ago
  28. 72e458d x86: introduce struct cpa_data by Thomas Gleixner · 17 years ago
  29. 6bb8383 x86: cpa, only flush the cache if the caching attributes have changed by Andi Kleen · 17 years ago
  30. 331e406 x86: CPA return early when requested feature is not available by Thomas Gleixner · 17 years ago
  31. f56d005 x86: no CPA on iounmap by Thomas Gleixner · 17 years ago
  32. 75ab43b x86: ioremap remove the range check of cpa by Thomas Gleixner · 17 years ago
  33. e66aadb x86: simplify __ioremap by Thomas Gleixner · 17 years ago
  34. 63c1dcf x86: CPA use the existing pfn in split as well by Thomas Gleixner · 17 years ago
  35. 626c2c9 x86: use the pfn from the page when change its attributes by Arjan van de Ven · 17 years ago
  36. cc0f21b x86: teach the static_protection function about high mappings by Arjan van de Ven · 17 years ago
  37. a67ad9c x86: revert "defer cr3 reload when doing pud_clear()" by Jeremy Fitzhardinge · 17 years ago
  38. e618c95 x86: unify PAE/non-PAE pgd_ctor by Jeremy Fitzhardinge · 17 years ago
  39. f832ff1 x86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.c by H. Peter Anvin · 17 years ago
  40. cf89ec9 x86: reduce ifdef sections in fault.c by Harvey Harrison · 17 years ago
  41. 6118f76 x86: print out node_data addr and bootmap_start addr by Yinghai Lu · 17 years ago
  42. b50516fc x86: CPA remove bogus NX clear by Thomas Gleixner · 17 years ago
  43. 38cb47b x86: relax RAM check in ioremap() by Ingo Molnar · 17 years ago
  44. a6eb84b suspend: cleanup reference to swsusp_pg_dir[] by Rafael J. Wysocki · 17 years ago
  45. 93809be x86: fixes for lookup_address args by Harvey Harrison · 17 years ago
  46. 9347e0b x86: remove unneeded round_up by Yinghai Lu · 17 years ago
  47. 24a5da7 x86_64: make bootmap_start page align v6 by Yinghai Lu · 17 years ago
  48. 25eff8d x86_64: add debug name for early_res by Yinghai Lu · 17 years ago
  49. 5aa0508 x86: uninline __pte_free_tlb() and __pmd_free_tlb() by Ingo Molnar · 17 years ago
  50. 1fd6a53 x86: early_ioremap_reset fix 2 by Huang, Ying · 17 years ago
  51. 5827040 x86: change_page_attr_clear fix by Huang, Ying · 17 years ago
  52. afadcd7 x86: fix nodemap_size according to nodeid bits by Yinghai Lu · 17 years ago
  53. 9198715 x86: fix overlap between pagetable with bss section by Yinghai Lu · 17 years ago
  54. bb4a1d6 x86: add PCI IDs to k8topology_64.c by Joachim Deguara · 17 years ago
  55. f6df72e x86: fix early_ioremap pagetable ops by Jeremy Fitzhardinge · 17 years ago
  56. e3ed910 x86: use the same pgd_list for PAE and 64-bit by Jeremy Fitzhardinge · 17 years ago
  57. 6194ba6 x86: don't special-case pmd allocations as much by Jeremy Fitzhardinge · 17 years ago
  58. fd40d6e x86: shrink some ifdefs in fault.c by Harvey Harrison · 17 years ago
  59. 5b727a3 x86: ignore spurious faults by Jeremy Fitzhardinge · 17 years ago
  60. b406ac6 x86: remove nx_enabled from fault.c by Harvey Harrison · 17 years ago
  61. c61e211 x86: unify fault_32|64.c by Harvey Harrison · 17 years ago
  62. f8c2ee2 x86: unify fault_32|64.c with ifdefs by Harvey Harrison · 17 years ago
  63. 1156e09 x86: unify fault_32|64.c by ifdef'd function bodies by Harvey Harrison · 17 years ago
  64. d7d119d x86: arch/x86/mm/init_32.c printk fixes by Ingo Molnar · 17 years ago
  65. 8550eb9 x86: arch/x86/mm/init_32.c cleanup by Ingo Molnar · 17 years ago
  66. 10f22dd x86: arch/x86/mm/init_64.c printk fixes by Ingo Molnar · 17 years ago
  67. 14a62c3 x86: unify ioremap by Thomas Gleixner · 17 years ago
  68. 19f0dda x86: unify page fault oops printing by Harvey Harrison · 17 years ago
  69. b3279c7 x86: introduce show_fault_oops helper to fault_32|64.c by Harvey Harrison · 17 years ago
  70. 35f3266 x86: add is_errata100 helper to fault_32|64.c by Harvey Harrison · 17 years ago
  71. 29caf2f x86: add is_f00f_bug helper to fault_32|64.c by Harvey Harrison · 17 years ago
  72. 0879750 x86: cpa cleanup the 64-bit alias math by Thomas Gleixner · 17 years ago
  73. 86f0398 x86: cpa: fix the self-test by Ingo Molnar · 17 years ago
  74. ee01f11 x86: init memory debugging by Ingo Molnar · 17 years ago
  75. 1a48725 x86: move misplaced rodata check call by Arjan van de Ven · 17 years ago
  76. 4c61afc x86: fix clflush_page_range logic by Ingo Molnar · 17 years ago
  77. 3b233e5 x86: optimize clflush by Thomas Gleixner · 17 years ago
  78. cd8ddf1 x86: clflush_page_range needs mfence by Thomas Gleixner · 17 years ago
  79. af1e684 x86: cpa: rename global_flush_tlb() to cpa_flush_all() by Thomas Gleixner · 17 years ago
  80. 57a6a46 x86: cpa: implement clflush optimization by Thomas Gleixner · 17 years ago
  81. 5674454 x86: cpa use the new set_clr function by Thomas Gleixner · 17 years ago
  82. ff31452 x86: cpa create set_and_clr function by Thomas Gleixner · 17 years ago
  83. 72932c7 x86: cpa move the flush into set and clear functions by Thomas Gleixner · 17 years ago
  84. edeed30 x86: add testcases for RODATA and NX protections/attributes by Arjan van de Ven · 17 years ago
  85. adafdf6 x86: ioremap KERN_INFO by Ingo Molnar · 17 years ago
  86. 6eade8f x86: cpa: clean up change_page_attr_set/clear() by Thomas Gleixner · 17 years ago
  87. 4692a14 x86: cpa: fix loop by Ingo Molnar · 17 years ago
  88. a72a08a x86: cpa: fix split thinko by Thomas Gleixner · 17 years ago
  89. 3c1df68 x86: make sure initmem is writable by Arjan van de Ven · 17 years ago
  90. 488fd99 x86: fix pageattr-selftest by Arjan van de Ven · 17 years ago
  91. d7c8f21 x86: cpa: move flush to cpa by Thomas Gleixner · 17 years ago
  92. d1028a1 x86: make various pageattr.c functions static by Arjan van de Ven · 17 years ago
  93. f62d0f0 x86: cpa: set_memory_notpresent() by Ingo Molnar · 17 years ago
  94. d806e5e x86: cpa: convert ioremap to new API by Thomas Gleixner · 17 years ago
  95. 5f86815 x86: fix ioremap API by Thomas Gleixner · 17 years ago
  96. 266b9f8 x86: fix ioremap RAM check by Thomas Gleixner · 17 years ago
  97. 950f9d9 x86: fix the missing BIOS area check in page_is_ram by Thomas Gleixner · 17 years ago
  98. 5f5192b x86: move page_is_ram() function by Thomas Gleixner · 17 years ago
  99. e1271f6 x86: deprecate change_page_attr() for drivers by Arjan van de Ven · 17 years ago
  100. 6d238cc x86: convert CPA users to the new set_page_ API by Arjan van de Ven · 17 years ago