1. 938bb9f [CVE-2009-0029] System call wrappers part 28 by Heiko Carstens · 15 years ago
  2. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  3. c69e8d9 CRED: Use RCU to access another task's creds and to release a task's own creds by David Howells · 16 years ago
  4. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  5. 76aac0e CRED: Wrap task credential accesses in the core kernel by David Howells · 16 years ago
  6. 0aedadf mm: move migrate_prep out from under mmap_sem by Christoph Lameter · 16 years ago
  7. 894bc31 Unevictable LRU Infrastructure by Lee Schermerhorn · 16 years ago
  8. 62695a8 vmscan: move isolate_lru_page() to vmscan.c by Nick Piggin · 16 years ago
  9. d6bf73e do_migrate_pages(): remove unused variable by MinChan Kim · 16 years ago
  10. a551643 hugetlb: modular state for hugetlb page size by Andi Kleen · 16 years ago
  11. d79df63 mempolicy: mask off internal flags for userspace API by David Rientjes · 16 years ago
  12. 71fe804 mempolicy: use struct mempolicy pointer in shmem_sb_info by Lee Schermerhorn · 16 years ago
  13. 3f226aa mempolicy: support mpol=local tmpfs mount option by Lee Schermerhorn · 16 years ago
  14. 095f1fc mempolicy: rework shmem mpol parsing and display by Lee Schermerhorn · 16 years ago
  15. 2291990 mempolicy: clean-up mpol-to-str() mempolicy formatting by Lee Schermerhorn · 16 years ago
  16. fc36b8d mempolicy: use MPOL_F_LOCAL to Indicate Preferred Local Policy by Lee Schermerhorn · 16 years ago
  17. 53f2556 mempolicy: mPOL_PREFERRED cleanups for "local allocation" by Lee Schermerhorn · 16 years ago
  18. bea904d mempolicy: use MPOL_PREFERRED for system-wide default policy by Lee Schermerhorn · 16 years ago
  19. 52cd3b0 mempolicy: rework mempolicy Reference Counting [yet again] by Lee Schermerhorn · 16 years ago
  20. aab0b10 mempolicy: mark shared policies for unref by Lee Schermerhorn · 16 years ago
  21. 45c4745 mempolicy: rename struct mempolicy 'policy' member to 'mode' by Lee Schermerhorn · 16 years ago
  22. ae4d8c1 mempolicy: fixup Fallback for Default Shmem Policy by Lee Schermerhorn · 16 years ago
  23. f4e53d9 mempolicy: write lock mmap_sem while changing task mempolicy by Lee Schermerhorn · 16 years ago
  24. 846a16b mempolicy: rename mpol_copy to mpol_dup by Lee Schermerhorn · 16 years ago
  25. f0be3d3 mempolicy: rename mpol_free to mpol_put by Lee Schermerhorn · 16 years ago
  26. 3e1f064 mempolicy: disallow static or relative flags for local preferred mode by David Rientjes · 16 years ago
  27. 3701294 mempolicy: create mempolicy_operations structure by David Rientjes · 16 years ago
  28. 1d0d268 mempolicy: move rebind functions by David Rientjes · 16 years ago
  29. 4c50bc0 mempolicy: add MPOL_F_RELATIVE_NODES flag by David Rientjes · 16 years ago
  30. f5b087b mempolicy: add MPOL_F_STATIC_NODES flag by David Rientjes · 16 years ago
  31. 028fec4 mempolicy: support optional mode flags by David Rientjes · 16 years ago
  32. a3b51e0 mempolicy: convert MPOL constants to enum by David Rientjes · 16 years ago
  33. 19770b3 mm: filter based on a nodemask as well as a gfp_mask by Mel Gorman · 16 years ago
  34. dd1a239 mm: have zonelist contains structs with both a zone pointer and zone_idx by Mel Gorman · 16 years ago
  35. 0e88460 mm: introduce node_zonelist() for accessing the zonelist for a GFP mask by Mel Gorman · 16 years ago
  36. 69682d8 mempolicy: fix reference counting bugs by Lee Schermerhorn · 16 years ago
  37. c32c2f6 d_path: Make seq_path() use a struct path argument by Jan Blunck · 16 years ago
  38. 31f1de4 mempolicy: silently restrict nodemask to allowed nodes by KOSAKI Motohiro · 16 years ago
  39. 3ad33b2 Migration: find correct vma in new_vma_page() by Lee Schermerhorn · 17 years ago
  40. 228ebcb Uninline find_task_by_xxx set of functions by Pavel Emelyanov · 17 years ago
  41. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  42. 8793d85 Task Control Groups: make cpusets a client of cgroups by Paul Menage · 17 years ago
  43. dbcb0f1 mm/mempolicy.c: cleanups by Adrian Bunk · 17 years ago
  44. 37b07e4 memoryless nodes: fixup uses of node_online_map in generic code by Lee Schermerhorn · 17 years ago
  45. 56bbd65 Memoryless nodes: Update memory policy and page migration by Christoph Lameter · 17 years ago
  46. 6eaf806 Memoryless nodes: Fix interleave behavior for memoryless nodes by Christoph Lameter · 17 years ago
  47. 754af6f Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flag by Lee Schermerhorn · 17 years ago
  48. 43fac94 Clean up duplicate includes in mm/ by Jesper Juhl · 17 years ago
  49. 480eccf Fix NUMA Memory Policy Reference Counting by Lee Schermerhorn · 17 years ago
  50. 3b42d28 Page migration: Do not accept invalid nodes in the target nodeset by Christoph Lameter · 17 years ago
  51. b377fd3 Apply memory policies to top two highest zones when highest zone is ZONE_MOVABLE by Mel Gorman · 17 years ago
  52. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  53. 396faf0 Allow huge page allocations to use GFP_HIGH_MOVABLE by Mel Gorman · 17 years ago
  54. 769848c Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated by Mel Gorman · 17 years ago
  55. 140d5a4 numa: mempolicy: trivial debug fixes. by Paul Mundt · 17 years ago
  56. b71636e numa: mempolicy: dynamic interleave map for system init by Paul Mundt · 17 years ago
  57. 0dc952d [PATCH] Page migration: Fix vma flag checking by Christoph Lameter · 17 years ago
  58. 8af5e2e [PATCH] fix mempolicy's check on a system with memory-less-node by KAMEZAWA Hiroyuki · 17 years ago
  59. 6267276 [PATCH] optional ZONE_DMA: deal with cases of ZONE_DMA meaning the first zone by Christoph Lameter · 17 years ago
  60. 30150f8 [PATCH] mbind: restrict nodes to the currently allowed cpuset by Christoph Lameter · 17 years ago
  61. e9536ae [PATCH] struct path: convert mm by Josef Sipek · 18 years ago
  62. 15ad7cd [PATCH] struct seq_operations and struct file_operations constification by Helge Deller · 18 years ago
  63. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  64. 25ba77c [PATCH] numa node ids are int, page_to_nid and zone_to_nid should return int by Andy Whitcroft · 18 years ago
  65. 9276b1bc [PATCH] memory page_alloc zonelist caching speedup by Paul Jackson · 18 years ago
  66. 6993974 [PATCH] Fix do_mbind warning with CONFIG_MIGRATION=n by Keith Owens · 18 years ago
  67. 52978be [PATCH] kmemdup: some users by Alexey Dobriyan · 18 years ago
  68. 765c450 [PATCH] GFP_THISNODE for the slab allocator by Christoph Lameter · 18 years ago
  69. 89fa302 [PATCH] NUMA: Add zone_to_nid function by Christoph Lameter · 18 years ago
  70. 9b819d2 [PATCH] Add __GFP_THISNODE to avoid fallback to other nodes and ignore cpuset/memory policy restrictions by Christoph Lameter · 18 years ago
  71. 19655d3 [PATCH] linearly index zone->node_zonelists[] by Christoph Lameter · 18 years ago
  72. 2f6726e [PATCH] Apply type enum zone_type by Christoph Lameter · 18 years ago
  73. 4e4785b [PATCH] mempolicies: fix policy_zone check by Christoph Lameter · 18 years ago
  74. 3b98b08 [PATCH] fix NUMA interleaving for huge pages by Nishanth Aravamudan · 18 years ago
  75. ca889e6 [PATCH] Use Zoned VM Counters for NUMA statistics by Christoph Lameter · 18 years ago
  76. 99f8955 [PATCH] proc: don't lock task_structs indefinitely by Eric W. Biederman · 18 years ago
  77. 7b2259b [PATCH] page migration: Support a vma migration function by Christoph Lameter · 18 years ago
  78. 86c3a76 [PATCH] SELinux: add security_task_movememory calls to mm code by David Quigley · 18 years ago
  79. 742755a [PATCH] page migration: sys_move_pages(): support moving of individual pages by Christoph Lameter · 18 years ago
  80. 95a402c [PATCH] page migration: use allocator function for migrate_pages() by Christoph Lameter · 18 years ago
  81. aaa994b [PATCH] page migration: handle freeing of pages in migrate_pages() by Christoph Lameter · 18 years ago
  82. 6d472be [PATCH] Remove cond_resched in gather_stats() by Christoph Lameter · 18 years ago
  83. 7f927fc [PATCH] Typo fixes by Alexey Dobriyan · 18 years ago
  84. c61afb1 [PATCH] cpuset memory spread slab cache optimizations by Paul Jackson · 18 years ago
  85. b20a350 [PATCH] page migration reorg by Christoph Lameter · 18 years ago
  86. fcc234f [PATCH] mm: kill kmem_cache_t usage by Pekka Enberg · 18 years ago
  87. 90036ee [PATCH] page migration: Fail with error if swap not setup by Christoph Lameter · 18 years ago
  88. 74c0024 [PATCH] Consistent capabilites associated with MPOL_MOVE_ALL by Christoph Lameter · 18 years ago
  89. 7f709ed [PATCH] numa_maps-update fix by Andrew Morton · 18 years ago
  90. 397874d [PATCH] numa_maps update by Christoph Lameter · 18 years ago
  91. a57ebfd [PATCH] numa_maps: Fix potential crash on non IA64 platforms by Christoph Lameter · 18 years ago
  92. 511030b [PATCH] Fix sys_migrate_pages: Move all pages when invoked from root by Christoph Lameter · 18 years ago
  93. 1e275d4 [PATCH] page migration: Fix MPOL_INTERLEAVE behavior for migration via mbind() by Christoph Lameter · 18 years ago
  94. fcab6f3 [PATCH] mm/mempolicy.c: fix 'if ();' typo by Alexey Dobriyan · 18 years ago
  95. a9c930b [PATCH] Fix units in mbind check by Andi Kleen · 18 years ago
  96. 636f13c [PATCH] sys_mbind sanity checking by Chris Wright · 18 years ago
  97. dd942ae [PATCH] Handle all and empty zones when setting up custom zonelists for mbind by Andi Kleen · 18 years ago
  98. 00ac59a [PATCH] x86_64: Fix memory policy build without CONFIG_HUGETLBFS by Chen, Kenneth W · 18 years ago
  99. 7e2ab15 [PATCH] Direct Migration V9: upgrade MPOL_MF_MOVE and sys_migrate_pages() by Christoph Lameter · 18 years ago
  100. 86c562a [PATCH] mm: optimize numa policy handling in slab allocator by Christoph Lameter · 18 years ago