1. b9e15ba mm: Add export.h for EXPORT_SYMBOL to active symbol exporters by Paul Gortmaker · 13 years ago
  2. e25934a mm: delete various needless include <linux/module.h> by Paul Gortmaker · 13 years ago
  3. f362f98 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  4. 39be79c vfs: iov_iter: have iov_iter_advance decrement nr_segs appropriately by Jeff Layton · 13 years ago
  5. e182a34 Merge branches 'slab/next' and 'slub/partial' into slab/for-linus by Pekka Enberg · 13 years ago
  6. 59e5253 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  7. 36b8d18 Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security by Linus Torvalds · 13 years ago
  8. 486cf46 mm: fix race between mremap and removing migration entry by Hugh Dickins · 13 years ago
  9. dcc3be6 slub: Discard slab page when node partial > minimum partial number by Alex Shi · 13 years ago
  10. 9f26490 slub: correct comments error for per cpu partial by Alex Shi · 13 years ago
  11. ab067e9 mm: restrict access to slab files under procfs and sysfs by Vasiliy Kulikov · 13 years ago
  12. fed678d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 13 years ago
  13. b6a68a5 Merge branch 'slab/urgent' of git://github.com/penberg/linux by Linus Torvalds · 13 years ago
  14. d20bbfa Merge branch 'slab/urgent' into slab/next by Pekka Enberg · 13 years ago
  15. e060c38 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  16. 8c1fec1 mm: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  17. cc39c6a mm: account skipped entries to avoid looping in find_get_pages by Shaohua Li · 13 years ago
  18. 461ae48 mm: sync vmalloc address space page tables in alloc_vm_area() by David Vrabel · 13 years ago
  19. 185efc0 memcg: Revert "memcg: add memory.vmscan_stat" by Johannes Weiner · 13 years ago
  20. a4d3e9e mm: vmscan: fix force-scanning small targets without swap by Johannes Weiner · 13 years ago
  21. 0d6617c numa: fix NUMA compile error when sysfs and procfs are disabled by David Rientjes · 13 years ago
  22. 2bbff6c mm/mempolicy.c: make copy_from_user() provably correct by KAMEZAWA Hiroyuki · 13 years ago
  23. 8aacc9f mm/mempolicy.c: fix pgoff in mbind vma merge by Caspar Zhang · 13 years ago
  24. 12d7963 slub: Code optimization in get_partial_node() by Alex,Shi · 13 years ago
  25. 09f40f9 mm: Add comment explaining task state setting in bdi_forker_thread() by Jan Kara · 13 years ago
  26. 5a042aa mm: Cleanup clearing of BDI_pending bit in bdi_forker_thread() by Jan Kara · 13 years ago
  27. 136333d slub: explicitly document position of inserting slab to partial list by Shaohua Li · 13 years ago
  28. 130655e slub: add slab with one free object to partial list tail by Shaohua Li · 13 years ago
  29. 23751be memcg: fix hierarchical oom locking by Johannes Weiner · 13 years ago
  30. 439423f vmscan: clear ZONE_CONGESTED for zone with good watermark by Shaohua Li · 13 years ago
  31. f51bdd2 mm: fix a vmscan warning by Shaohua Li · 13 years ago
  32. 5af12d0 memcg: pin execution to current cpu while draining stock by Johannes Weiner · 13 years ago
  33. e33f2d2 Merge branch 'urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  34. 81d66c7 mm/vmscan.c: fix a typo in a comment "relaimed" to "reclaimed" by Justin P. Mattock · 13 years ago
  35. 49e2258 slub: per cpu cache for partial pages by Christoph Lameter · 13 years ago
  36. 497b66f slub: return object pointer from get_partial() / new_slab(). by Christoph Lameter · 13 years ago
  37. acd19fd slub: pass kmem_cache_cpu pointer to get_partial() by Christoph Lameter · 13 years ago
  38. e6e82ea slub: Prepare inuse field in new_slab() by Christoph Lameter · 13 years ago
  39. 7db0d70 slub: Remove useless statements in __slab_alloc by Christoph Lameter · 13 years ago
  40. 69cb8e6 slub: free slabs without holding locks by Christoph Lameter · 13 years ago
  41. bb08229 squeeze max-pause area and drop pass-good area by Wu Fengguang · 13 years ago
  42. f991879 mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const. by Ian Campbell · 13 years ago
  43. f982f91 mm: fix wrong vmap address calculations with odd NR_CPUS values by Clemens Ladisch · 13 years ago
  44. 9f50fad Revert "memcg: get rid of percpu_charge_mutex lock" by Michal Hocko · 13 years ago
  45. 8110718 slub: Fix partial count comparison confusion by Christoph Lameter · 13 years ago
  46. ef62fb3 slub: fix check_bytes() for slub debugging by Akinobu Mita · 13 years ago
  47. 6fbabb2 slub: Fix full list corruption if debugging is on by Christoph Lameter · 13 years ago
  48. 5a2f3a0 Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next by James Morris · 13 years ago
  49. f03683b Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  50. 30765b9 slab, lockdep: Annotate the locks before using them by Peter Zijlstra · 13 years ago
  51. 83835b3 slab, lockdep: Annotate slab -> rcu -> debug_object -> slab by Peter Zijlstra · 13 years ago
  52. c0c770e Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  53. 8079b1c mm: clarify the radix_tree exceptional cases by Hugh Dickins · 13 years ago
  54. e504f3f tmpfs radix_tree: locate_item to speed up swapoff by Hugh Dickins · 13 years ago
  55. 31475dd mm: a few small updates for radix-swap by Hugh Dickins · 13 years ago
  56. 69f07ec tmpfs: use kmemdup for short symlinks by Hugh Dickins · 13 years ago
  57. 6922c0c tmpfs: convert shmem_writepage and enable swap by Hugh Dickins · 13 years ago
  58. aa3b189 tmpfs: convert mem_cgroup shmem to radix-swap by Hugh Dickins · 13 years ago
  59. 54af6042 tmpfs: convert shmem_getpage_gfp to radix-swap by Hugh Dickins · 13 years ago
  60. 46f65ec tmpfs: convert shmem_unuse_inode to radix-swap by Hugh Dickins · 13 years ago
  61. 7a5d0fb tmpfs: convert shmem_truncate_range to radix-swap by Hugh Dickins · 13 years ago
  62. bda97ea tmpfs: copy truncate_inode_pages_range by Hugh Dickins · 13 years ago
  63. 41ffe5d tmpfs: miscellaneous trivial cleanups by Hugh Dickins · 13 years ago
  64. 285b2c4 tmpfs: demolish old swap vector support by Hugh Dickins · 13 years ago
  65. a2c16d6 mm: let swap use exceptional entries by Hugh Dickins · 13 years ago
  66. 6328650 radix_tree: exceptional entries and indices by Hugh Dickins · 13 years ago
  67. dd48c08 fault-injection: add ability to export fault_attr in arbitrary directory by Akinobu Mita · 13 years ago
  68. d0e323b Merge branch 'apei' into apei-release by Len Brown · 13 years ago
  69. ea8f5fb HWPoison: add memory_failure_queue() by Huang Ying · 13 years ago
  70. c027a47 oom: task->mm == NULL doesn't mean the memory was freed by Oleg Nesterov · 13 years ago
  71. 6581058 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  72. ffc79d2 slub: use print_hex_dump by Sebastian Andrzej Siewior · 13 years ago
  73. fdde6ab slab: use print_hex_dump by Sebastian Andrzej Siewior · 13 years ago
  74. eacbbae slab: use NUMA_NO_NODE by Andrew Morton · 13 years ago
  75. c11abbb Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 13 years ago
  76. acfe7d7 slab: remove one NR_CPUS dependency by Eric Dumazet · 13 years ago
  77. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  78. b2588c4 fail_page_alloc: simplify debugfs initialization by Akinobu Mita · 13 years ago
  79. 810f09b failslab: simplify debugfs initialization by Akinobu Mita · 13 years ago
  80. 7f5ddcc fault-injection: use debugfs_remove_recursive by Akinobu Mita · 13 years ago
  81. 778d3b0 cpusets: randomize node rotor used in cpuset_mem_spread_node() by Michal Hocko · 13 years ago
  82. 8521fc5 memcg: get rid of percpu_charge_mutex lock by Michal Hocko · 13 years ago
  83. 3e92041 memcg: add mem_cgroup_same_or_subtree() helper by Michal Hocko · 13 years ago
  84. d38144b memcg: unify sync and async per-cpu charge cache draining by Michal Hocko · 13 years ago
  85. d1a05b6 memcg: do not try to drain per-cpu caches without pages by Michal Hocko · 13 years ago
  86. 82f9d48 memcg: add memory.vmscan_stat by KAMEZAWA Hiroyuki · 13 years ago
  87. 108b6a7 memcg: fix behavior of mem_cgroup_resize_limit() by Daisuke Nishimura · 13 years ago
  88. 4508378b95 memcg: fix vmscan count in small memcgs by KAMEZAWA Hiroyuki · 13 years ago
  89. 1af8efe memcg: change memcg_oom_mutex to spinlock by Michal Hocko · 13 years ago
  90. 79dfdac memcg: make oom_lock 0 and 1 based rather than counter by Michal Hocko · 13 years ago
  91. bb2a0de memcg: consolidate memory cgroup lru stat functions by KAMEZAWA Hiroyuki · 13 years ago
  92. 1f4c025 memcg: export memory cgroup's swappiness with mem_cgroup_swappiness() by KAMEZAWA Hiroyuki · 13 years ago
  93. f01ef56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writeback by Linus Torvalds · 13 years ago
  94. 45b583b Merge 'akpm' patch series by Linus Torvalds · 13 years ago
  95. ae891a1 devres: fix possible use after free by Maxin B John · 13 years ago
  96. 99b12e3 writeback: account NR_WRITTEN at IO completion time by Wu Fengguang · 13 years ago
  97. 48f170f tmpfs: simplify unuse and writepage by Hugh Dickins · 13 years ago
  98. 27ab700 tmpfs: simplify filepage/swappage by Hugh Dickins · 13 years ago
  99. e83c32e tmpfs: simplify prealloc_page by Hugh Dickins · 13 years ago
  100. 9276aad tmpfs: remove_shmem_readpage by Hugh Dickins · 13 years ago