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