1. 4358997 oom: avoid sending exiting tasks a SIGKILL by David Rientjes · 14 years ago
  2. 7b98c2e oom: give current access to memory reserves if it has been killed by David Rientjes · 14 years ago
  3. c81fac5 oom: dump_tasks use find_lock_task_mm too fix by David Rientjes · 14 years ago
  4. 74ab7f1 oom: improve commentary in dump_tasks() by David Rientjes · 14 years ago
  5. c55db95 oom: dump_tasks use find_lock_task_mm too by KOSAKI Motohiro · 14 years ago
  6. dd8e8f4 oom: introduce find_lock_task_mm() to fix !mm false positives by Oleg Nesterov · 14 years ago
  7. b522794 oom: PF_EXITING check should take mm into account by Oleg Nesterov · 14 years ago
  8. 455c0e5 oom: check PF_KTHREAD instead of !mm to skip kthreads by Oleg Nesterov · 14 years ago
  9. 7654506 mm: extend KSM refcounts to the anon_vma root by Rik van Riel · 14 years ago
  10. 012f1800 mm: always lock the root (oldest) anon_vma by Rik van Riel · 14 years ago
  11. 5c341ee1 mm: track the root (oldest) anon_vma by Rik van Riel · 14 years ago
  12. cba48b9 mm: change direct call of spin_lock(anon_vma->lock) to inline function by Rik van Riel · 14 years ago
  13. bb4a340 mm: rename anon_vma_lock to vma_lock_anon_vma by Rik van Riel · 14 years ago
  14. 3edd4fc hugetlb: call mmu notifiers on hugepage cow by Doug Doan · 14 years ago
  15. a1b200e mm: provide init_mm mm_context initializer by Heiko Carstens · 14 years ago
  16. e7d8634 mm: use ERR_CAST by Julia Lawall · 14 years ago
  17. 90d7404 mm: use memdup_user by Julia Lawall · 14 years ago
  18. b57bdda Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  19. 9faa1e5 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  20. 4aed2fd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  21. 3a3527b Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  22. 89a6c8c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  23. eac79005 mm,kdb,kgdb: Add a debug reference for the kdb kmap usage by Jason Wessel · 14 years ago
  24. ffd386a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  25. 415cb47 Merge branches 'slab/fixes', 'slob/fixes', 'slub/cleanups' and 'slub/fixes' into for-linus by Pekka Enberg · 14 years ago
  26. 5e83f6f Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  27. 2bce648 slub: Allow removal of slab caches during boot by Christoph Lameter · 14 years ago
  28. e438444 Revert "slub: Allow removal of slab caches during boot" by Pekka Enberg · 14 years ago
  29. 3772b73 Merge commit 'v2.6.35' into perf/core by Ingo Molnar · 14 years ago
  30. bbeb340 KVM: Fix a race condition for usage of is_hwpoison_address() by Huang Ying · 14 years ago
  31. bf99815 KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages by Huang Ying · 14 years ago
  32. de51257a mm: fix ia64 crash when gcore reads gate area by Hugh Dickins · 14 years ago
  33. bc6488e slub numa: Fix rare allocation from unexpected node by Christoph Lameter · 14 years ago
  34. 9dcdbf7 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  35. b8ab9f8 x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit numa is used by Yinghai Lu · 14 years ago
  36. a6aa62a mm/vmscan.c: fix mapping use after free by Nick Piggin · 14 years ago
  37. 78b4353 slab: use deferable timers for its periodic housekeeping by Arjan van de Ven · 14 years ago
  38. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  39. 46ac0cc Merge branch 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cm by Linus Torvalds · 14 years ago
  40. 9078370 kmemleak: Add support for NO_BOOTMEM configurations by Catalin Marinas · 14 years ago
  41. 7952f98 kmemleak: Annotate false positive in init_section_page_cgroup() by Catalin Marinas · 14 years ago
  42. af537b0 slub: Use kmem_cache flags to detect if slab is in debugging mode. by Christoph Lameter · 14 years ago
  43. f5b801a slub: Allow removal of slab caches during boot by Christoph Lameter · 14 years ago
  44. d7278bd slub: Check kasprintf results in kmem_cache_init() by Christoph Lameter · 14 years ago
  45. f90ec39 SLUB: Constants need UL by Christoph Lameter · 14 years ago
  46. 2154a33 slub: Use a constant for a unspecified node. by Christoph Lameter · 14 years ago
  47. d602dab SLOB: Free objects to their own list by Bob Liu · 14 years ago
  48. 95f72d1 lmb: rename to memblock by Yinghai Lu · 14 years ago
  49. ffa71f3 x86, ioremap: Fix incorrect physical address handling in PAE mode by Kenji Kaneshige · 14 years ago
  50. c77e9e6 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  51. 83ba7b0 writeback: simplify the write back thread queue by Christoph Hellwig · 14 years ago
  52. 9c3a8ee writeback: remove writeback_inodes_wbc by Christoph Hellwig · 14 years ago
  53. 08f8ba0 Merge commit 'v2.6.35-rc4' into perf/core by Ingo Molnar · 14 years ago
  54. 0a54cec Merge branch 'linus' into core/rcu by Ingo Molnar · 14 years ago
  55. 5c0c165 mempolicy: fix dangling reference to tmpfs superblock mpol by Lee Schermerhorn · 14 years ago
  56. 4d845eb memcg: fix wake up in oom wait queue by KAMEZAWA Hiroyuki · 14 years ago
  57. 984bc96 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  58. f384c95 Merge branch 'linus' into perf/core by Thomas Gleixner · 14 years ago
  59. 099a19d percpu: allow limited allocation before slab is online by Tejun Heo · 14 years ago
  60. 4ba6ce2 percpu: make @dyn_size always mean min dyn_size in first chunk init functions by Tejun Heo · 14 years ago
  61. 9983b6f0 percpu: fix first chunk match in per_cpu_ptr_to_phys() by Tejun Heo · 14 years ago
  62. 646b1db Merge commit 'v2.6.35-rc3' into perf/core by Ingo Molnar · 14 years ago
  63. a92d3ff percpu: fix trivial bugs in pcpu_build_alloc_info() by Pavel V. Panteleev · 14 years ago
  64. 875352c mm: remove all rcu head initializations by Paul E. McKenney · 15 years ago
  65. c544419 writeback: simplify and split bdi_start_writeback by Christoph Hellwig · 14 years ago
  66. c726b61 Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  67. 039ca4e tracing: Remove kmemtrace ftrace plugin by Li Zefan · 14 years ago
  68. 3af9e85 perf: Add non-exec mmap() tracking by Eric B Munson · 15 years ago
  69. d87815c writeback: limit write_cache_pages integrity scanning to current EOF by Dave Chinner · 14 years ago
  70. 0b56492 writeback: pay attention to wbc->nr_to_write in write_cache_pages by Dave Chinner · 14 years ago
  71. 7f0d384 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  72. d2dd328 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  73. bb21c7c vmscan: fix do_try_to_free_pages() return value when priority==0 reclaim failure by KOSAKI Motohiro · 14 years ago
  74. af5a30d fix truncate inode time modification breakage by Nick Piggin · 14 years ago
  75. b4ca761 Merge branch 'master' into for-linus by Jens Axboe · 14 years ago
  76. 0e3c9a2 Revert "writeback: fix WB_SYNC_NONE writeback from umount" by Jens Axboe · 14 years ago
  77. 3b03117 Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  78. 003386f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 14 years ago
  79. 3889e6e tmpfs: convert to use the new truncate convention by npiggin@suse.de · 14 years ago
  80. 7bb46a6 fs: introduce new truncate sequence by npiggin@suse.de · 14 years ago
  81. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  82. 105a048 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  83. 7d6e6d0 numa: slab: use numa_mem_id() for slab local memory node by Lee Schermerhorn · 14 years ago
  84. 7aac789 numa: introduce numa_mem_id()- effective local memory node id by Lee Schermerhorn · 14 years ago
  85. 7281201 numa: add generic percpu var numa_node_id() implementation by Lee Schermerhorn · 14 years ago
  86. eac4068 slab: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  87. 6adef3e cpusets: new round-robin rotor for SLAB allocations by Jack Steiner · 14 years ago
  88. 2c488db memcg: clean up memory thresholds by Kirill A. Shutemov · 14 years ago
  89. 907860e cgroups: make cftype.unregister_event() void-returning by Kirill A. Shutemov · 14 years ago
  90. ac39cf8 memcg: fix mis-accounting of file mapped racy with migration by akpm@linux-foundation.org · 14 years ago
  91. 315c199 mm: memcontrol - uninitialised return value by Phil Carmody · 14 years ago
  92. 5407a56 mm: remove unnecessary use of atomic by Phil Carmody · 14 years ago
  93. df64f81 memcg: make oom killer a no-op when no killable task can be found by David Rientjes · 14 years ago
  94. 87946a7 memcg: move charge of file pages by Daisuke Nishimura · 14 years ago
  95. 90254a6 memcg: clean up move charge by Daisuke Nishimura · 14 years ago
  96. 3c11ecf memcg: oom kill disable and oom status by KAMEZAWA Hiroyuki · 14 years ago
  97. 9490ff2 memcg: oom notifier by KAMEZAWA Hiroyuki · 14 years ago
  98. dc98df5 memcg: oom wakeup filter by KAMEZAWA Hiroyuki · 14 years ago
  99. 91803b4 do_generic_file_read: clear page errors when issuing a fresh read of the page by Jeff Moyer · 14 years ago
  100. 3c7b204 nommu: allow private mappings of read-only devices by Bernd Schmidt · 14 years ago