1. 926fafe [PATCH] x86-64: x86_64 hot-add memory srat.c fix by keith mannthey · 18 years ago
  2. 6391af1 [PATCH] mm: use symbolic names instead of indices for zone initialisation by Mel Gorman · 18 years ago
  3. 16c564b [PATCH] Generic ioremap_page_range: x86_64 conversion by Haavard Skinnemoen · 18 years ago
  4. 45e0b78 [PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_RESERVE by Keith Mannthey · 18 years ago
  5. 8c2676a [PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid node fixup by Keith Mannthey · 18 years ago
  6. 4942e99 [PATCH] hot-add-mem x86_64: memory_add_physaddr_to_nid enable by Keith Mannthey · 18 years ago
  7. 71efa8f [PATCH] hot-add-mem x86_64: Enable SPARSEMEM in srat.c by Keith Mannthey · 18 years ago
  8. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  9. df67b3d [PATCH] make PROT_WRITE imply PROT_READ by Jason Baron · 18 years ago
  10. fb01439 [PATCH] Allow an arch to expand node boundaries by Mel Gorman · 18 years ago
  11. 9c7cd68 [PATCH] Account for holes that are outside the range of physical memory by Mel Gorman · 18 years ago
  12. 0e0b864 [PATCH] Account for memmap and optionally the kernel image as holes by Mel Gorman · 18 years ago
  13. 5cb248a [PATCH] Have x86_64 use add_active_range() and free_area_init_nodes by Mel Gorman · 18 years ago
  14. b278240 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  15. 46a82b2 [PATCH] Standardize pxx_page macros by Dave McCracken · 18 years ago
  16. 776ed98 [PATCH] reduce MAX_NR_ZONES: remove two strange uses of MAX_NR_ZONES by Christoph Lameter · 18 years ago
  17. 0637a70 [PATCH] x86: Allow disabling early pci scans with pci=noearly or disallowing conf1 by Andi Kleen · 18 years ago
  18. 5e6b0bf [PATCH] Use proper accessors to change PSE bits in change_page_attr() by Andi Kleen · 18 years ago
  19. df992848 [PATCH] Fix pte_exec/mkexec and use it in change_page_attr() by Andi Kleen · 18 years ago
  20. d3cf7f0 [PATCH] Remove bogus warning from early_ioremap by Andi Kleen · 18 years ago
  21. 1164c99 [PATCH] make numa_emulation() __init by Andrew Morton · 18 years ago
  22. 6ad9165 [PATCH] x86_64 kernel mapping fix by Keith Mannthey · 18 years ago
  23. 273819a2 [PATCH] make fault notifier unconditional and export it by Andi Kleen · 18 years ago
  24. dd2994f [PATCH] Add sparse annotations to quiet sparse in arch/x86_64/mm/fault.c by Andi Kleen · 18 years ago
  25. c31fbb1 [PATCH] Clean up acpi_numa variable by Andi Kleen · 18 years ago
  26. 2c8c0e6 [PATCH] Convert x86-64 to early param by Andi Kleen · 18 years ago
  27. caff071 [PATCH] initialize end of memory variables as early as possible by Jan Beulich · 18 years ago
  28. 3ac9493 [PATCH] lockdep: beautify x86_64 stacktraces by Ingo Molnar · 18 years ago
  29. a581c2a [PATCH] add __[start|end]_rodata sections to asm-generic/sections.h by Heiko Carstens · 18 years ago
  30. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  31. 80f7228 typo fixes: occuring -> occurring by Adrian Bunk · 18 years ago
  32. c9cf552 [PATCH] add poison.h and patch primary users by Randy Dunlap · 18 years ago
  33. bc02af9 [PATCH] pgdat allocation for new node add (specify node id) by Yasunori Goto · 18 years ago
  34. 81a07d7 Merge branch 'x86-64' by Linus Torvalds · 18 years ago
  35. 03fdc2c [PATCH] x86_64: enlarge window for stack growth by Chuck Ebbert · 18 years ago
  36. 2ee60e17 [PATCH] x86_64: Move export symbols to their C functions by Andi Kleen · 18 years ago
  37. 5f51e13 [PATCH] x86_64: miscellaneous mm/init.c fixes by Jan Beulich · 18 years ago
  38. 0dc243a [PATCH] x86_64: Calgary IOMMU - IOMMU abstractions by Jon Mason · 18 years ago
  39. d2ae5b5 [PATCH] x86_64: Get rid of pud_offset_k / __pud_offset_k by Andi Kleen · 18 years ago
  40. d167a51 [PATCH] x86_64: x86_64 version of the smp alternative patch. by Gerd Hoffmann · 18 years ago
  41. 1bd858a [PATCH] Notify page fault call chain for x86_64 by Anil S Keshavamurthy · 18 years ago
  42. 762834e [PATCH] Unify pxm_to_node() and node_to_pxm() by Yasunori Goto · 18 years ago
  43. 0d01532 [PATCH] x86_64: Handle empty node zero by Daniel Yeisley · 18 years ago
  44. fad7906 [PATCH] x86_64: Fix memory hotadd heuristics by Andi Kleen · 18 years ago
  45. 3b5fd59 [PATCH] x86_64: sparsemem does not need node_mem_map by Andy Whitcroft · 18 years ago
  46. eee5a9f [PATCH] x86_64: Rename e820_mapped to e820_any_mapped by Arjan van de Ven · 18 years ago
  47. a806223 [PATCH] x86_64: Handle empty PXMs that only contain hotplug memory by Andi Kleen · 18 years ago
  48. 68a3a7f [PATCH] x86_64: Reserve SRAT hotadd memory on x86-64 by Andi Kleen · 18 years ago
  49. 9d99aaa [PATCH] x86_64: Support memory hotadd without sparsemem by Andi Kleen · 18 years ago
  50. 9b41046 [PATCH] Don't pass boot parameters to argv_init[] by OGAWA Hirofumi · 18 years ago
  51. ec936fc [PATCH] for_each_online_pgdat: renaming for_each_pgdat by KAMEZAWA Hiroyuki · 18 years ago
  52. dc8ecb4 [PATCH] unify pfn_to_page: x86_64 pfn_to_page by KAMEZAWA Hiroyuki · 18 years ago
  53. dcf36bf [PATCH] x86_64: group memnodemap and memnodeshift in a memnode structure by Eric Dumazet · 18 years ago
  54. 267b480 [PATCH] x86_64: Try to allocate node memmap near the end of node by Andi Kleen · 18 years ago
  55. 5f44a66 [PATCH] x86_64: Add __init to fixmap functions that are only called during boot by Andi Kleen · 18 years ago
  56. f2d3efe [PATCH] x86_64: Implement early DMI scanning by Andi Kleen · 18 years ago
  57. a9ba9a3 [PATCH] x86_64: prefetch the mmap_sem in the fault path by Arjan van de Ven · 18 years ago
  58. 8c914cb [PATCH] x86_64: actively synchronize vmalloc area when registering certain callbacks by Jan Beulich · 18 years ago
  59. abe059e [PATCH] x86_64: Rename struct node in x86-64 NUMA code to struct bootnode by Andi Kleen · 18 years ago
  60. c7ea1a9 [PATCH] x86_64: Use correct PUD for memory hotadd by Jan Beulich · 18 years ago
  61. 7835e98 [PATCH] remove set_page_count() outside mm/ by Nick Piggin · 18 years ago
  62. 4fa4f53 [PATCH] x86_64: pageattr remove __put_page by Nick Piggin · 18 years ago
  63. 20aaffd [PATCH] x86_64: pageattr use single list by Nick Piggin · 18 years ago
  64. 2aed711 [PATCH] x86_64: Always pass full number of nodes to NUMA hash computation by Andi Kleen · 19 years ago
  65. fdb9df9 [PATCH] x86_64: Relax SRAT covers all memory check a bit by Andi Kleen · 19 years ago
  66. d1db4ec [PATCH] x86_64: early initialization of cpu_to_node by Daniel Yeisley · 19 years ago
  67. d646bce [PATCH] x86_64: minor odering correction to dump_pagetable() by Jan Beulich · 19 years ago
  68. d22fe80 [PATCH] x86_64: Do more checking in the SRAT header code by Andi Kleen · 19 years ago
  69. 9391a3f [PATCH] x86_64: Clear more state when ignoring empty node in SRAT parsing by Andi Kleen · 19 years ago
  70. 44df75e [PATCH] x86_64: add x86-64 support for memory hot-add by Matt Tolentino · 19 years ago
  71. 8817210 [PATCH] x86_64: Flexmap for 32bit and randomized mappings for 64bit by Andi Kleen · 19 years ago
  72. f74e667 x86-64: fix initrd freeing by Linus Torvalds · 19 years ago
  73. ee408c7 [PATCH] x86_64: Don't try to put kernel page tables beyond ZONE_DMA32. by Andi Kleen · 19 years ago
  74. 6c5acd1 [PATCH] x86_64: Allow kernel page tables upto the end of memory by Andi Kleen · 19 years ago
  75. cf05013 [PATCH] x86_64: Move NUMA page_to_pfn/pfn_to_page functions out of line by Andi Kleen · 19 years ago
  76. df79efd [PATCH] x86_64: Node local pda take 2 -- cpu_pda preparation by Ravikiran G Thirumalai · 19 years ago
  77. 05b3cbd [PATCH] x86_64: Early initialization of cpu_to_node by Ravikiran Thirumalai · 19 years ago
  78. 17a941d [PATCH] x86_64: Use function pointers to call DMA mapping functions by Muli Ben-Yehuda · 19 years ago
  79. 8a6fdd3 [PATCH] x86_64: Reject SRAT tables that don't cover all memory by Andi Kleen · 19 years ago
  80. 6b050f8 [PATCH] x86_64: Clean up some printks in NUMA code by Andi Kleen · 19 years ago
  81. d18ff47 [PATCH] x86_64: Fix up coding style in numa.c by Andi Kleen · 19 years ago
  82. ca8642f [PATCH] x86_64: Fix off by one in IOMMU check by Andi Kleen · 19 years ago
  83. 66c5815 [PATCH] x86_64: Convert page fault error codes to symbolic constants. by Andi Kleen · 19 years ago
  84. f95190b [PATCH] x86_64: Remove unnecessary case from the page fault handler by Andi Kleen · 19 years ago
  85. e4e9407 [PATCH] x86_64: Return -1 for unknown PCI bus affinity by Andi Kleen · 19 years ago
  86. 1584b89 [PATCH] x86_64: Validate SLIT table by Andi Kleen · 19 years ago
  87. 8b1bde9 [PATCH] x86_64: Adjust page fault handling by Jan Beulich · 19 years ago
  88. 6e3f361 [PATCH] x86_64: make trap information available to die notification handlers by Jan Beulich · 19 years ago
  89. 67df197 [PATCH] x86/x86_64: mark rodata section read-only: x86-64 support by Arjan van de Ven · 19 years ago
  90. c728252 [PATCH] x86/x86_64: mark rodata section read only: generic x86-64 bugfix by Arjan van de Ven · 19 years ago
  91. 576fc09 [PATCH] x86_64: Fix incorrect node_present_pages on NUMA by Ravikiran G Thirumalai · 19 years ago
  92. b16b88e [PATCH] i386,amd64: ioremap.c __iomem annotations by Al Viro · 19 years ago
  93. 8309cf6 [PATCH] x86_64: Bug correction in populate_memnodemap() by Eric Dumazet · 19 years ago
  94. bf5421c [PATCH] i386/x86-64: Don't call change_page_attr with a spinlock held by Andi Kleen · 19 years ago
  95. d3ee871 [PATCH] x86_64: Fix sparse mem by Bob Picco · 19 years ago
  96. 9e43e1b [PATCH] x86_64: Remove CONFIG_CHECKING and add command line option for pagefault tracing by Andi Kleen · 19 years ago
  97. ffd10a2 [PATCH] x86_64: Make node boundaries consistent by Magnus Damm · 19 years ago
  98. 529a340 [PATCH] x86_64: Optimize NUMA node hash function by Eric Dumazet · 19 years ago
  99. 5917089 [PATCH] x86_64: Replace swiotlb extern with include by Andi Kleen · 19 years ago
  100. 4d74dbd [PATCH] x86_64: Replace cpu_pda extern with include by Andi Kleen · 19 years ago