1. c20311e x86/pgtable.h: demacro ptep_clear_flush_young by Jeremy Fitzhardinge · 16 years ago
  2. f9fbf1a x86/pgtable.h: demacro ptep_test_and_clear_young by Jeremy Fitzhardinge · 16 years ago
  3. ee5aa8d x86/pgtable.h: demacro ptep_set_access_flags by Jeremy Fitzhardinge · 16 years ago
  4. 2761fa0 x86: add pud_alloc for 4-level pagetables by Jeremy Fitzhardinge · 16 years ago
  5. 6944a9c x86: rename paravirt_alloc_pt etc after the pagetable structure by Jeremy Fitzhardinge · 16 years ago
  6. 3941585 x86: move all the pgd_list handling to one place by Jeremy Fitzhardinge · 16 years ago
  7. 5a5f8f4 x86: move pgalloc pud and pgd operations into common place by Jeremy Fitzhardinge · 16 years ago
  8. 170fdff x86: move pmd functions into common asm/pgalloc.h by Jeremy Fitzhardinge · 16 years ago
  9. 397f687 x86: move pte functions into common asm/pgalloc.h by Jeremy Fitzhardinge · 16 years ago
  10. 1d262d3 x86: put paravirt stubs into common asm/pgalloc.h by Jeremy Fitzhardinge · 16 years ago
  11. 1ec1fe7 x86: xen unify x86 add common mm pgtable c fix by Ingo Molnar · 16 years ago
  12. 4f76cd3 x86: add common mm/pgtable.c by Jeremy Fitzhardinge · 16 years ago
  13. 79bf6d6 x86: convert pgalloc_64.h from macros to inlines by Jeremy Fitzhardinge · 16 years ago
  14. ec96535 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched-devel by Linus Torvalds · 16 years ago
  15. f46bdf2 numa: move large array from stack to _initdata section by Mike Travis · 16 years ago
  16. 85c246e x86: move definition to pci-dma.c by Glauber Costa · 16 years ago
  17. 6ec6e0d srat, x86: add support for nodes spanning other nodes by Suresh Siddha · 16 years ago
  18. fa5c463 x86: rename find_max_pfn() to propagate_e820_map() by Ingo Molnar · 16 years ago
  19. 4c8337a x86: fix arch/x86/mm/ioremap.c warning by Randy Dunlap · 16 years ago
  20. cf9b111 x86: remove pointless comments by WANG Cong · 16 years ago
  21. d1a4be6 x86 PAT: fix mmap() of holes by Ingo Molnar · 16 years ago
  22. b447a46 x86: clean up non-smp usage of cpu maps by Mike Travis · 16 years ago
  23. a65d1d6 x86: increase size of APICID by Jack Steiner · 16 years ago
  24. 6b6891f x86: cleanup - rename VM_MASK to X86_VM_MASK by gorcunov@gmail.com · 16 years ago
  25. 756a6c6 x86: ioremap of 64-bit resource on 32-bit kernel fix by Ingo Molnar · 16 years ago
  26. f5c24a7 x86: don't use large pages to map the first 2/4MB of memory by Andi Kleen · 16 years ago
  27. c9caa02 x86: add set_memory_4k to pageattr.c by Andi Kleen · 16 years ago
  28. cc61503 x86: account overlapped mappings in max_pfn_mapped by Andi Kleen · 16 years ago
  29. 6779429 x86: replace the now useless max_pfn_mapped define by Thomas Gleixner · 16 years ago
  30. 7d1116a x86: implement true end_pfn_mapped for 32bit by Andi Kleen · 16 years ago
  31. dcfe946 x86: fix memtest print out by Yinghai Lu · 16 years ago
  32. c64df70 x86: memtest bootparam by Yinghai Lu · 16 years ago
  33. b450e5e x86: PAT bug fix for attribute type check after reserve_memtype, debug by Venki Pallipadi · 16 years ago
  34. dee7cbb x86: PAT bug fix for attribute type check after reserve_memtype by Venki Pallipadi · 16 years ago
  35. 9307cac x86: pat cpu feature bit setting for known cpus by Yinghai Lu · 16 years ago
  36. 35605a1 x86: enable PAT for amd k8 and fam10h by Yinghai Lu · 16 years ago
  37. 6997ab4 x86: add PAT related debug prints by venkatesh.pallipadi@intel.com · 16 years ago
  38. b310f381d x86: PAT add ioremap_wc() interface by venkatesh.pallipadi@intel.com · 16 years ago
  39. ef354af x86: PAT add set_memory_wc() interface by venkatesh.pallipadi@intel.com · 16 years ago
  40. 1219333 x86: PAT use reserve free memtype in set_memory_uc by venkatesh.pallipadi@intel.com · 16 years ago
  41. d7677d4 x86: PAT use reserve free memtype in ioremap and iounmap by venkatesh.pallipadi@intel.com · 16 years ago
  42. 3a96ce8 x86: PAT make ioremap_change_attr non-static by venkatesh.pallipadi@intel.com · 16 years ago
  43. 55c6268 x86: revert ucminus change by Ingo Molnar · 16 years ago
  44. 2e5d9c8 x86: PAT infrastructure patch by venkatesh.pallipadi@intel.com · 16 years ago
  45. 272b9ca x86: early memtest to find bad ram by Yinghai Lu · 16 years ago
  46. ce3fe6b x86: use get_bios_ebda in mpparse_64.c by Alexey Starikovskiy · 16 years ago
  47. 1415d16 x86: Remove redundant display of free swap space in show_mem() by Johannes Weiner · 16 years ago
  48. 9a79cf9 x86: sort address_markers for dump_pagetables by Yinghai Lu · 16 years ago
  49. 4e4eee0 x86: enhance DEBUG_RODATA support for hotplug and kprobes by Mathieu Desnoyers · 17 years ago
  50. 9fc3411 x86: debug pmd_bad() by Ingo Molnar · 16 years ago
  51. ba748d2 x86: warn about RAM pages in ioremap() by Ingo Molnar · 16 years ago
  52. bdd3cee x86: ioremap(), extend check to all RAM pages by Ingo Molnar · 16 years ago
  53. e3100c8 x86: check physical address range in ioremap by Thomas Gleixner · 16 years ago
  54. c92a7a5 x86: reduce arch/x86/mm/ioremap.o size by Ian Campbell · 16 years ago
  55. 04adf11 x86: remove never used nodenumer in pda by Yinghai Lu · 16 years ago
  56. beafe91 x86: get apic_id later in acpi_numa_processor_affinity_init by Yinghai Lu · 16 years ago
  57. ef92576 x86: do kernel direct mapping at boot using GB pages by Andi Kleen · 16 years ago
  58. 00d1c5e x86: add gbpages switches by Ingo Molnar · 16 years ago
  59. fe770bf0 x86: clean up the page table dumper and add 32-bit support by H. Peter Anvin · 16 years ago
  60. 926e539 x86: add code to dump the (kernel) page tables for visual inspection by kernel developers by Arjan van de Ven · 16 years ago
  61. 2596e0f x86: unify arch/x86/mm/Makefile by H. Peter Anvin · 16 years ago
  62. ee7ae7a x86: add debug info to DEBUG_PAGEALLOC by Thomas Gleixner · 16 years ago
  63. b4e0409 x86: check vmlinux limits, 64-bit by Ingo Molnar · 16 years ago
  64. 9c31205 Avoid false positive warnings in kmap_atomic_prot() with DEBUG_HIGHMEM by Andrew Morton · 16 years ago
  65. 3085354 x86: prefetch fix #2 by Ingo Molnar · 16 years ago
  66. 25e5988 x86: stricter check in follow_huge_addr() by Christoph Lameter · 16 years ago
  67. bc713dc x86: fix prefetch workaround by Ingo Molnar · 16 years ago
  68. d546b67 x86: fix performance drop for glx by Suresh Siddha · 16 years ago
  69. 76c32418 x86: fix trim mtrr not to setup_memory two times by Yinghai Lu · 16 years ago
  70. b9e76a0 x86-32: Pass the full resource data to ioremap() by Linus Torvalds · 16 years ago
  71. 37bff62 x86_64: free_bootmem should take phys by Yinghai Lu · 16 years ago
  72. 985a34b x86: remove quicklists by Thomas Gleixner · 16 years ago
  73. 9a46d7e x86: ioremap, remove WARN_ON() by Ingo Molnar · 16 years ago
  74. 7c9e92b x86: not set node to cpu_to_node if the node is not online by Yinghai Lu · 16 years ago
  75. 9b5cf48 x86: revert "x86: CPA: avoid split of alias mappings" by Rafael J. Wysocki · 16 years ago
  76. 8be8f54 x86: CPA: avoid split of alias mappings by Thomas Gleixner · 16 years ago
  77. b16bf71 x86: fix leak un ioremap_page_range() failure by Ingo Molnar · 16 years ago
  78. 88f3aec x86: fix spontaneous reboot with allyesconfig bzImage by Ingo Molnar · 16 years ago
  79. 3b57bc4 x86: remove double-checking empty zero pages debug by Yinghai Lu · 16 years ago
  80. 92cb54a x86: make DEBUG_PAGEALLOC and CPA more robust by Ingo Molnar · 16 years ago
  81. 8a235ef Hibernation: Handle DEBUG_PAGEALLOC on x86 by Rafael J. Wysocki · 16 years ago
  82. 5d9c4a7 Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/agp-2.6 by Linus Torvalds · 16 years ago
  83. 156fbc3 x86: fix page_is_ram() thinko by Arjan van de Ven · 16 years ago
  84. d8a9e6a x86: fix WARN_ON() message: teach page_is_ram() about the special 4Kb bios data page by Arjan van de Ven · 16 years ago
  85. d01b9ad x86: fix section mismatch in srat_64.c:reserve_hotadd by Sam Ravnborg · 16 years ago
  86. 8e31c2a x86: CPA: remove BUG_ON for LRU/Compound pages by Andi Kleen · 16 years ago
  87. fcea424 fix historic ioremap() abuse in AGP by Arjan van dev Ven · 16 years ago
  88. b7ad149 x86: reenable support for system without on node0 by Yinghai Lu · 16 years ago
  89. f34b439 x86: CPA: avoid double checking of alias ranges by Thomas Gleixner · 16 years ago
  90. af96e44 x86: CPA no alias checking for _NX by Thomas Gleixner · 16 years ago
  91. 31eedd8 x86: zap invalid and unused pmds in early boot by Thomas Gleixner · 16 years ago
  92. c31c7d4 x86: CPA, fix alias checks by Thomas Gleixner · 16 years ago
  93. f8d8406 x86: cpa, fix out of date comment by Ingo Molnar · 16 years ago
  94. 69b1415 x86: cpa: ensure page alignment by Thomas Gleixner · 16 years ago
  95. 7bfeab9 x86: include proper prototypes for rodata_test by Harvey Harrison · 16 years ago
  96. cae30f82 x86: make dump_pagetable() static by Adrian Bunk · 16 years ago
  97. 5d3c8b2 x86: CPA: fix gbpages support in try_preserve_large_page by Andi Kleen · 16 years ago
  98. 37cc8d7 x86/early_ioremap: don't assume we're using swapper_pg_dir by Jeremy Fitzhardinge · 16 years ago
  99. 81772fe x86: remove over noisy debug printk by Thomas Gleixner · 16 years ago
  100. fac8493 x86: cpa, strict range check in try_preserve_large_page() by Thomas Gleixner · 16 years ago