1. 489de30 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  2. b91cba5 Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  3. c80e7a8 permit mempool_free(NULL) by Rusty Russell · 17 years ago
  4. 8f8a68e remove mm/backing-dev.c:congestion_wait_interruptible() by Adrian Bunk · 17 years ago
  5. 3e733f0 dirty_writeback_centisecs_handler() cleanup by Andrew Morton · 17 years ago
  6. 5411499 fault-injection: add min-order parameter to fail_page_alloc by Akinobu Mita · 17 years ago
  7. 17973f5 Only send SIGXFSZ when exceeding rlimits. by Micah Cowan · 17 years ago
  8. f057eac Introduce CONFIG_VIRT_TO_BUS by Stephen Rothwell · 17 years ago
  9. 57c8f63 nommu: stub expand_stack() for nommu case by Greg Ungerer · 17 years ago
  10. 0165ab4 split mmap by Miklos Szeredi · 17 years ago
  11. c44939e NeilBrown <neilb@suse.de> by akpm@linux-foundation.org · 17 years ago
  12. 5ed44a4 do not limit locked memory when RLIMIT_MEMLOCK is RLIM_INFINITY by Herbert van den Bergh · 17 years ago
  13. 84a01c2 slob: sparsemem support by Paul Mundt · 17 years ago
  14. b49ad48 mm/page_alloc.c: lower printk severity by Dan Aloni · 17 years ago
  15. 6193a2f slob: initial NUMA support by Paul Mundt · 17 years ago
  16. f797779 speed up madvise_need_mmap_write() usage by Jason Baron · 17 years ago
  17. 897e679 mm/slab.c: start_cpu_timer() should be __cpuinit by Adrian Bunk · 17 years ago
  18. 6ea6e68 mm: more __meminit annotations by Paul Mundt · 17 years ago
  19. 8f0accc kill vmalloc_earlyreserve by Jan Beulich · 17 years ago
  20. 98011f5 mm: fix improper .init-type section references by Jan Beulich · 17 years ago
  21. 140d5a4 numa: mempolicy: trivial debug fixes. by Paul Mundt · 17 years ago
  22. 462e00c oom: stop allocating user memory if TIF_MEMDIE is set by Ethan Solomita · 17 years ago
  23. b71636e numa: mempolicy: dynamic interleave map for system init by Paul Mundt · 17 years ago
  24. f0630ff SLUB: support slub_debug on by default by Christoph Lameter · 17 years ago
  25. fc9a07e invalidate_mapping_pages(): add cond_resched by Andrew Morton · 17 years ago
  26. 4542681 mm: debug check for the fault vs invalidate race by Nick Piggin · 17 years ago
  27. f96efd5 hugetlb: fix race in alloc_fresh_huge_page() by Joe Jin · 17 years ago
  28. 2706a1b vmscan: fix comments related to shrink_list() by Anderson Briglia · 17 years ago
  29. 5539484 slob: improved alignment handling by Nick Piggin · 17 years ago
  30. d87a133 slob: remove bigblock tracking by Nick Piggin · 17 years ago
  31. 95b3512 slob: rework freelist handling by Nick Piggin · 17 years ago
  32. 1037b83 MM: alloc_large_system_hash() can free some memory for non power-of-two bucketsize by Eric Dumazet · 17 years ago
  33. b92151b Make /proc/slabinfo use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  34. 68e116a MM: use DIV_ROUND_UP() in mm/memory.c by Rolf Eike Beer · 17 years ago
  35. 31a5c6e hugetlb: remove unnecessary nid initialization by Nishanth Aravamudan · 17 years ago
  36. f0c0b2b change zonelist order: zonelist order selection logic by KAMEZAWA Hiroyuki · 17 years ago
  37. ed03218 security: Protection for exploiting null dereference using mmap by Eric Paris · 17 years ago
  38. bf22f6f Merge branch 'for-2.6.23' into merge by Paul Mackerras · 17 years ago
  39. d054fe3 xip sendfile removal by Carsten Otte · 17 years ago
  40. ae976416 shmem: convert to using splice instead of sendfile() by Hugh Dickins · 17 years ago
  41. 0452a4e sendfile: kill generic_file_sendfile() by Jens Axboe · 17 years ago
  42. 4e99325 mm: double mark_page_accessed() in read_cache_page_async() by Peter Zijlstra · 17 years ago
  43. d23cf67 slub: remove useless EXPORT_SYMBOL by Christoph Lameter · 17 years ago
  44. 23c1fb5 mm: fixup /proc/vmstat output by Peter Zijlstra · 17 years ago
  45. 87a927c Fix slab redzone alignment by David Woodhouse · 17 years ago
  46. dbc55fa SLUB: Make lockdep happy by not calling add_partial with interrupts enabled during bootstrap by Christoph Lameter · 17 years ago
  47. 1702222 SLAB: remove WARN_ON_ONCE for zero sized objects for 2.6.22 release by Christoph Lameter · 17 years ago
  48. 30acbab mm: kill validate_anon_vma to avoid mapcount BUG by Hugh Dickins · 17 years ago
  49. 8496634 SLUB: fix behavior if the text output of list_locations overflows PAGE_SIZE by Christoph Lameter · 17 years ago
  50. 06b32f3 [PARISC] Handle wrapping in expand_upwards() by Helge Deller · 18 years ago
  51. 4b356be SLUB: minimum alignment fixes by Christoph Lameter · 17 years ago
  52. 8dab524 Rework ptep_set_access_flags and fix sun4c by Benjamin Herrenschmidt · 17 years ago
  53. dd08c40 SLUB slab validation: Alloc while interrupts are disabled must use GFP_ATOMIC by Christoph Lameter · 17 years ago
  54. d09c6b8 mm: Fix memory/cpu hotplug section mismatch and oops. by Paul Mundt · 17 years ago
  55. c19c03f [POWERPC] unmap_vm_area becomes unmap_kernel_range for the public by Benjamin Herrenschmidt · 17 years ago
  56. 193faea Move three functions that are only needed for CONFIG_MEMORY_HOTPLUG by Stephen Rothwell · 17 years ago
  57. 272c1d2 SLUB: return ZERO_SIZE_PTR for kmalloc(0) by Christoph Lameter · 17 years ago
  58. 3cdc0ed slab: fix alien cache handling by Christoph Lameter · 17 years ago
  59. a210906 mount -t tmpfs -o mpol=: check nodes online by Hugh Dickins · 17 years ago
  60. 33d63bd sh: memory hot-add for sparsemem users support. by Paul Mundt · 17 years ago
  61. 27390bc SLUB: fix locking for hotplug callbacks by Christoph Lameter · 17 years ago
  62. 13466c8 memory hotplug: fix unnecessary calling of init_currenty_empty_zone() by Yasunori Goto · 17 years ago
  63. 2e1c49d x86_64: allocate sparsemem memmap above 4G by Zou Nan hai · 17 years ago
  64. 12d810c m68k: discontinuous memory support by Roman Zippel · 17 years ago
  65. 8ffa687 SLUB: Fix NUMA / SYSFS bootstrap issue by Christoph Lameter · 17 years ago
  66. 33e9e24 SLUB Debug: fix check for super sized slabs (>512k 64bit, >256k 32bit) by Christoph Lameter · 17 years ago
  67. 418508c fix unused setup_nr_node_ids by Miklos Szeredi · 17 years ago
  68. c12b3c6 SLUB Debug: Fix object size calculation by Christoph Lameter · 17 years ago
  69. 080e892 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fix by Linus Torvalds · 17 years ago
  70. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  71. 38bdc32 mm/slab: fix section mismatch warning by Sam Ravnborg · 17 years ago
  72. 577a32f mm: fix section mismatch warnings by Sam Ravnborg · 17 years ago
  73. c97a9e1 mm: more rmap checking by Nick Piggin · 17 years ago
  74. d55e2ca Make __vunmap static by Benjamin Herrenschmidt · 17 years ago
  75. 0aa817f Slab allocators: define common size limitations by Christoph Lameter · 17 years ago
  76. 3ec0974 SLUB: Simplify debug code by Christoph Lameter · 17 years ago
  77. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  78. 5577bd8 SLUB: Do our own flags based on PG_active and PG_error by Christoph Lameter · 17 years ago
  79. 0b44f7a slab: warn on zero-length allocations by Christoph Lameter · 17 years ago
  80. 4b6f075 SLUB: Define functions for cpu slab handling instead of using PageActive by Christoph Lameter · 17 years ago
  81. c59def9 Slab allocators: Drop support for destructors by Christoph Lameter · 17 years ago
  82. afc0ced slob: implement RCU freeing by Nick Piggin · 17 years ago
  83. 43c0f3d Fix: find_or_create_page skips cpuset memory spreading. by Christoph Lameter · 17 years ago
  84. 1800782 slub: don't confuse ctor and dtor by Hugh Dickins · 17 years ago
  85. 6c645ac sh64: generic quicklist support. by Paul Mundt · 17 years ago
  86. 0ea9718 consolidate generic_writepages and mpage_writepages by Miklos Szeredi · 17 years ago
  87. 39bf627 VM statistics: Make timer deferrable by Christoph Lameter · 17 years ago
  88. 7faaa5f Bug in mm/thrash.c function grab_swap_token() by Mika Kukkonen · 17 years ago
  89. bcf889f SLUB: remove nr_cpu_ids hack by Christoph Lameter · 17 years ago
  90. 6f076f5 early_pfn_to_nid needs to be __meminit by Stephen Rothwell · 17 years ago
  91. 894b878 slub: support concurrent local and remote frees and allocs on a slab by Christoph Lameter · 17 years ago
  92. d84c412 Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 17 years ago
  93. c855ff3 Fix a bad error case handling in read_cache_page_async() by David Howells · 17 years ago
  94. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  95. 4037d45 Move remote node draining out of slab allocators by Christoph Lameter · 17 years ago
  96. 77461ab Make vm statistics update interval configurable by Christoph Lameter · 17 years ago
  97. d1187ed vmstat: use our own timer events by Christoph Lameter · 17 years ago
  98. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  99. 01f2705 fs: convert core functions to zero_user_page by Nate Diller · 17 years ago
  100. 5830c59 slab: shut down cache_reaper when cpu goes down by Christoph Lameter · 17 years ago