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