1. 18e6959 mm: fix assertion by Nick Piggin · 16 years ago
  2. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 16 years ago
  3. 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 16 years ago
  4. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  5. c5dee61 x86, bts: memory accounting by Markus Metzger · 16 years ago
  6. 34801ba x86: PAT: move track untrack pfnmap stubs to asm-generic by venkatesh.pallipadi@intel.com · 16 years ago
  7. 982d789 x86: PAT: remove follow_pfnmap_pte in favor of follow_phys by venkatesh.pallipadi@intel.com · 16 years ago
  8. d87fe66 x86: PAT: modify follow_phys to return phys_addr prot and return value by venkatesh.pallipadi@intel.com · 16 years ago
  9. 6bd9cd5 x86: PAT: clarify is_linear_pfn_mapping() interface by venkatesh.pallipadi@intel.com · 16 years ago
  10. 2ab6403 x86: PAT: hooks in generic vm code to help archs to track pfnmap regions - v3 by venkatesh.pallipadi@intel.com · 16 years ago
  11. e121e41 x86: PAT: add follow_pfnmp_pte routine to help tracking pfnmap pages - v3 by venkatesh.pallipadi@intel.com · 16 years ago
  12. 3c8bb73 x86: PAT: store vm_pgoff for all linear_over_vma_region mappings - v3 by venkatesh.pallipadi@intel.com · 16 years ago
  13. b291f00 mlock: mlocked pages are unevictable by Nick Piggin · 16 years ago
  14. 89e004ea SHM_LOCKED pages are unevictable by Lee Schermerhorn · 16 years ago
  15. 8daf14c Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2 by Ingo Molnar · 16 years ago
  16. f7d0b92 mm: define USE_SPLIT_PTLOCKS rather than repeating expression by Jeremy Fitzhardinge · 16 years ago
  17. 605d928 mm: VM_flags comment fixes by Hugh Dickins · 16 years ago
  18. 912985d mm: Make generic weak get_user_pages_fast and EXPORT_GPL it by Rusty Russell · 16 years ago
  19. c627f9c mm: add zap_vma_ptes(): a library function to unmap driver ptes by Jack Steiner · 16 years ago
  20. 1d1958f mm: remove find_max_pfn_with_active_regions by Yinghai Lu · 16 years ago
  21. 7906d00 mmu-notifiers: add mm_take_all_locks() operation by Andrea Arcangeli · 16 years ago
  22. 15f59ad make mm/memory.c:print_bad_pte() static by Adrian Bunk · 16 years ago
  23. 21cc199 mm: introduce get_user_pages_fast by Nick Piggin · 16 years ago
  24. 27ac792 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures by Andrea Righi · 16 years ago
  25. cdfd432 mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservations by Andy Whitcroft · 16 years ago
  26. 9109fb7 mm: drop unneeded pgdat argument from free_area_init_node() by Johannes Weiner · 16 years ago
  27. 42b7772 mm: remove double indirection on tlb parameter to free_pgd_range() & Co by Jan Beulich · 16 years ago
  28. 28b2ee2 access_process_vm device memory infrastructure by Rik van Riel · 16 years ago
  29. 0d71d10a mm: remove nopfn by Nick Piggin · 16 years ago
  30. 43d2548 Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build by Benjamin Herrenschmidt · 16 years ago
  31. aba46c5 powerpc/mm: Define flags for Strong Access Ordering by Dave Kleikamp · 16 years ago
  32. d52d53b RFC x86: try to remove arch_get_ram_range by Yinghai Lu · 16 years ago
  33. 2b4fa85 Merge branch 'x86/numa' into x86/devel by Ingo Molnar · 16 years ago
  34. 3461b0a x86: remove static boot_cpu_pda array v2 by Mike Travis · 16 years ago
  35. b5bc6c0 x86, mm: use add_highpages_with_active_regions() for high pages init v2 by Yinghai Lu · 16 years ago
  36. cc1050b x86: replace shrink_active_range() with remove_active_range() by Yinghai Lu · 16 years ago
  37. 896395c Merge branch 'linus' into tmp.x86.mpparse.new by Ingo Molnar · 16 years ago
  38. 59ea746 MM: virtual address debug by Jiri Slaby · 16 years ago
  39. 2165009 pagemap: pass mm into pagewalkers by Dave Hansen · 16 years ago
  40. cc1a9d8 mm, x86: shrink_active_range() should check all by Yinghai Lu · 16 years ago
  41. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  42. 07d45da fs/drop_caches.c: make 2 functions static by Adrian Bunk · 16 years ago
  43. a6020ed mempolicy: document {set|get}_policy() vm_ops APIs by Lee Schermerhorn · 16 years ago
  44. 423bad6 mm: add vm_insert_mixed by Nick Piggin · 16 years ago
  45. 7e67513 mm: introduce pte_special pte bit by Nick Piggin · 16 years ago
  46. b379d79 mm: introduce VM_MIXEDMAP by Jared Hulbert · 16 years ago
  47. 9223b41 pageflags: get rid of FLAGS_RESERVED by Christoph Lameter · 16 years ago
  48. 726b801 page_mapping(): add ifdef around reference to swapper_space by Andrew Morton · 16 years ago
  49. 308c05e sparsemem: vmemmap does not need section bits by Christoph Lameter · 16 years ago
  50. 3c18ddd mm: remove nopage by Nick Piggin · 16 years ago
  51. c2b91e2 x86_64/mm: check and print vmemmap allocation continuous by Yinghai Lu · 16 years ago
  52. 0738c4b nommu: Provide is_vmalloc_addr() stub. by Paul Mundt · 16 years ago
  53. 8ca3ed8 NOMMU: is_vmalloc_addr() won't compile if !MMU by David Howells · 16 years ago
  54. 8a235ef Hibernation: Handle DEBUG_PAGEALLOC on x86 by Rafael J. Wysocki · 16 years ago
  55. b3c9752 include/linux: Remove all users of FASTCALL() macro by Harvey Harrison · 16 years ago
  56. 2f569af CONFIG_HIGHPTE vs. sub-page page tables. by Martin Schwidefsky · 16 years ago
  57. e647309 maps4: introduce a generic page walker by Matt Mackall · 16 years ago
  58. aec2c3e VM: allow get_page_unless_zero on compound pages by Christoph Lameter · 16 years ago
  59. 9e2779f is_vmalloc_addr(): Check if an address is within the vmalloc boundaries by Christoph Lameter · 16 years ago
  60. b3bdda0 vmalloc: add const to void* parameters by Christoph Lameter · 16 years ago
  61. 48667e7 Move vmalloc_to_page() to mm/vmalloc. by Christoph Lameter · 16 years ago
  62. 12d6f21 x86: do not PSE on CONFIG_DEBUG_PAGEALLOC=y by Ingo Molnar · 16 years ago
  63. 0325291 x86: print which shared library/executable faulted in segfault etc. messages v3 by Andi Kleen · 16 years ago
  64. 42d7896 Security: remove security.h include from mm.h by James Morris · 17 years ago
  65. 7cd9414 Security: round mmap hint address above mmap_min_addr by Eric Paris · 17 years ago
  66. 4af3c9c Drop some headers from mm.h by Alexey Dobriyan · 17 years ago
  67. d8dc74f mm/shmem.c: make 3 functions static by Adrian Bunk · 17 years ago
  68. 98f3cfc memory hotplug: Hot-add with sparsemem-vmemmap by Yasunori Goto · 17 years ago
  69. 8e65d24 SLUB: Do not use page->mapping by Christoph Lameter · 17 years ago
  70. c92ff1b move mm_struct and vm_area_struct by Martin Schwidefsky · 17 years ago
  71. 557ed1f remove ZERO_PAGE by Nick Piggin · 17 years ago
  72. 535443f readahead: remove several readahead macros by Fengguang Wu · 17 years ago
  73. 29c7111 vmemmap: generify initialisation via helpers by Andy Whitcroft · 17 years ago
  74. 8f6aac4 Generic Virtual Memmap support for SPARSEMEM by Christoph Lameter · 17 years ago
  75. 34b4e4a fix NULL pointer dereference in __vm_enough_memory() by Alan Cox · 17 years ago
  76. 4e950f6 Remove fs.h from mm.h by Alexey Dobriyan · 17 years ago
  77. 045e72a fix 'dynreloc miscount' link error on Powerpc by Sam Ravnborg · 17 years ago
  78. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  79. cf914a7 readahead: split ondemand readahead interface into two functions by Rusty Russell · 17 years ago
  80. c743d96 readahead: remove the old algorithm by Fengguang Wu · 17 years ago
  81. 122a21d readahead: on-demand readahead logic by Fengguang Wu · 17 years ago
  82. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  83. d0217ac mm: fault feedback #1 by Nick Piggin · 17 years ago
  84. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  85. d00806b mm: fix fault vs invalidate race for linear mappings by Nick Piggin · 17 years ago
  86. b5fab14e Add VM_BUG_ON in case someone uses page_mapping on a slab page by Christoph Lameter · 17 years ago
  87. 8e1f936 mm: clean up and kernelify shrinker registration by Rusty Russell · 17 years ago
  88. ed7ed36 handle kernelcore=: generic by Mel Gorman · 17 years ago
  89. 2a1e274 Create the ZONE_MOVABLE zone by Mel Gorman · 17 years ago
  90. aa0ac36 Remove capability.h from mm.h by Alexey Dobriyan · 17 years ago
  91. 0165ab4 split mmap by Miklos Szeredi · 17 years ago
  92. 8f0accc kill vmalloc_earlyreserve by Jan Beulich · 17 years ago
  93. b9bae34 page_mapping must avoid slub pages by Hugh Dickins · 17 years ago
  94. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  95. b49af68 Add virt_to_head_page and consolidate code in slab and slub by Christoph Lameter · 17 years ago
  96. 6d77795 mm: optimize compound_head() by avoiding a shared page flag by Christoph Lameter · 17 years ago
  97. d85f338 Make page->private usable in compound pages by Christoph Lameter · 17 years ago
  98. 5f22df0 mm: remove gcc workaround by Nick Piggin · 17 years ago
  99. aee16b3 Add apply_to_page_range() which applies a function to a pte range by Jeremy Fitzhardinge · 17 years ago
  100. 9b83a6a [PATCH] mm/{,tiny-}shmem.c cleanups by Adrian Bunk · 17 years ago