1. 7c954f6 mm: vmscan: move logic from balance_pgdat() to kswapd_shrink_zone() by Mel Gorman · 11 years ago
  2. b7ea3c4 mm: vmscan: check if kswapd should writepage once per pgdat scan by Mel Gorman · 11 years ago
  3. 283aba9 mm: vmscan: block kswapd if it is encountering pages under writeback by Mel Gorman · 11 years ago
  4. d43006d mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not priority by Mel Gorman · 11 years ago
  5. 9aa4134 mm: vmscan: do not allow kswapd to scan at maximum priority by Mel Gorman · 11 years ago
  6. 2ab44f4 mm: vmscan: decide whether to compact the pgdat based on reclaim progress by Mel Gorman · 11 years ago
  7. b8e83b9 mm: vmscan: flatten kswapd priority loop by Mel Gorman · 11 years ago
  8. e82e056 mm: vmscan: obey proportional scanning requirements for kswapd by Mel Gorman · 11 years ago
  9. 7548536 mm: vmscan: limit the number of pages kswapd reclaims at each priority by Mel Gorman · 11 years ago
  10. 169f6c1 mm/page_alloc: don't re-init pageset in zone_pcp_update() by Cody P Schafer · 11 years ago
  11. 3664033 mm/page_alloc: rename setup_pagelist_highmark() to match naming of pageset_set_batch() by Cody P Schafer · 11 years ago
  12. 737af4c mm/page_alloc: in zone_pcp_update(), uze zone_pageset_init() by Cody P Schafer · 11 years ago
  13. 56cef2b mm/page_alloc: factor zone_pageset_init() out of setup_zone_pageset() by Cody P Schafer · 11 years ago
  14. dd1895e mm/page_alloc: relocate comment to be directly above code it refers to. by Cody P Schafer · 11 years ago
  15. 88c90db mm/page_alloc: factor setup_pageset() into pageset_init() and pageset_set_batch() by Cody P Schafer · 11 years ago
  16. 22a7f12 mm/page_alloc: when handling percpu_pagelist_fraction, don't unneedly recalulate high by Cody P Schafer · 11 years ago
  17. 0a647f3 mm/page_alloc: convert zone_pcp_update() to rely on memory barriers instead of stop_machine() by Cody P Schafer · 11 years ago
  18. 998d39c mm/page_alloc: protect pcp->batch accesses with ACCESS_ONCE by Cody P Schafer · 11 years ago
  19. 8d7a8fa mm/page_alloc: insert memory barriers to allow async update of pcp batch and high by Cody P Schafer · 11 years ago
  20. c8e251f mm/page_alloc: prevent concurrent updaters of pcp ->batch and ->high by Cody P Schafer · 11 years ago
  21. 4008bab mm/page_alloc: factor out setting of pcp->high and pcp->batch by Cody P Schafer · 11 years ago
  22. d6e9321 mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  23. b430e9d mm: remove compressed copy from zram in-memory by Minchan Kim · 11 years ago
  24. ffbdccf mm, memcg: don't take task_lock in task_in_mem_cgroup by David Rientjes · 11 years ago
  25. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  26. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  27. f39d420 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  28. 1873e5002 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 11 years ago
  29. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  30. 46a1c2c vfs: export lseek_execute() to modules by Jie Liu · 11 years ago
  31. e13053f Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  32. 3e42dee Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  33. fc76a25 Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  34. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  35. 24a72ac Merge tag 'v3.10' into next by Benjamin Herrenschmidt · 11 years ago
  36. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  37. 83a35e3 treewide: relase -> release by Geert Uytterhoeven · 11 years ago
  38. a204dbc Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  39. 13d60f4 futex: Take hugepages into account when generating futex_key by Zhang Yi · 11 years ago
  40. b5aef68 Merge 3.10-rc7 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  41. 37ec43c evm: calculate HMAC after initializing posix acl on tmpfs by Mimi Zohar · 11 years ago
  42. fce144b mm/THP: deposit the transpare huge pgtable before set_pmd by Aneesh Kumar K.V · 11 years ago
  43. a6bf2bb mm/THP: withdraw the pgtable after pmdp related operations by Aneesh Kumar K.V · 11 years ago
  44. 6b0b50b mm/THP: add pmd args to pgtable deposit and withdraw APIs by Aneesh Kumar K.V · 11 years ago
  45. 8663890a mm/thp: use the correct function when updating access flags by Aneesh Kumar K.V · 11 years ago
  46. 4c3577c Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  47. bb07b00 Merge 3.10-rc6 into driver-core-next by Greg Kroah-Hartman · 11 years ago
  48. 9e5fc74 mm: hugetlb: Copy general hugetlb code from x86 to mm. by Steve Capper · 11 years ago
  49. 3212b53 mm: hugetlb: Copy huge_pmd_share from x86 to mm. by Steve Capper · 11 years ago
  50. 907985f slab: prevent warnings when allocating with __GFP_NOWARN by Sasha Levin · 11 years ago
  51. 89dc991 mm: memcontrol: fix lockless reclaim hierarchy iterator by Johannes Weiner · 11 years ago
  52. 7b57976 frontswap: fix incorrect zeroing and allocation size for frontswap_map by Akinobu Mita · 11 years ago
  53. 30dad30 mm: migration: add migrate_entry_wait_huge() by Naoya Horiguchi · 11 years ago
  54. 026b081 mm/page_alloc.c: fix watermark check in __zone_watermark_ok() by Tomasz Stanislawski · 11 years ago
  55. cbab0e4 swap: avoid read_swap_cache_async() race to deadlock while waiting on discard I/O completion by Rafael Aquini · 11 years ago
  56. f101a94 memcg: don't initialize kmem-cache destroying work for root caches by Andrey Vagin · 11 years ago
  57. d0d04b7 mm, slab: moved kmem_cache_alloc_node comment to correct place by Zhouping Liu · 11 years ago
  58. 29eb778 arch, mm: Remove tlb_fast_mode() by Peter Zijlstra · 11 years ago
  59. 40b3136 Finally eradicate CONFIG_HOTPLUG by Stephen Rothwell · 11 years ago
  60. aba6efc Memory hotplug: Move alternative function definitions to header by Rafael J. Wysocki · 11 years ago
  61. 242831e Memory hotplug / ACPI: Simplify memory removal by Rafael J. Wysocki · 11 years ago
  62. ea50be5 Driver core / MM: Drop offline_memory_block() by Rafael J. Wysocki · 11 years ago
  63. 9d1936c mm/sparse: Remove unused ret in sparse_index_init by Zhang Yanfei · 11 years ago
  64. 662bbcb mm, sched: Allow uaccess in atomic with pagefault_disable() by Michael S. Tsirkin · 11 years ago
  65. 114276a mm, sched: Drop voluntary schedule from might_fault() by Michael S. Tsirkin · 11 years ago
  66. 5a72039 mm: teach truncate_inode_pages_range() to handle non page aligned ranges by Lukas Czerner · 11 years ago
  67. a9ff785 mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas by Cliff Wickman · 11 years ago
  68. 348f9f0 mm/memory_hotplug.c: fix printk format warnings by Randy Dunlap · 11 years ago
  69. 7c34251 mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer by Aneesh Kumar K.V · 11 years ago
  70. c2cc499 mm compaction: fix of improper cache flush in migration code by Leonid Yegoshin · 11 years ago
  71. 28ccddf mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in uncharge by Johannes Weiner · 11 years ago
  72. d34883d mm: mmu_notifier: re-fix freed page still mapped in secondary MMU by Xiao Guangrong · 11 years ago
  73. bb3ec6b mm: Fix virt_to_page() warning by Ralf Baechle · 11 years ago
  74. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  75. e2ff394 ACPI / memhotplug: Bind removable memory blocks to ACPI device nodes by Rafael J. Wysocki · 11 years ago
  76. 091d0d5 shm: fix null pointer deref when userspace specifies invalid hugepage size by Li Zefan · 11 years ago
  77. 956e46e mm/slab: Fix crash during slab init by Chris Mason · 11 years ago
  78. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  79. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  80. 697f4d6 mm: remove old aio use_mm() comment by Zach Brown · 11 years ago
  81. c9fcee5 mm/vmalloc.c: add vfree comment by Andrew Morton · 11 years ago
  82. af73e4d hugetlbfs: fix mmap failure in unaligned size request by Naoya Horiguchi · 11 years ago
  83. b070e65 mm, memcg: add rss_huge stat to memory.stat by David Rientjes · 11 years ago
  84. 0f47c94 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 11 years ago
  85. 69df2ac Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 11 years ago
  86. 8a965b3 mm, slab_common: Fix bootstrap creation of kmalloc caches by Christoph Lameter · 11 years ago
  87. 6286ae9 slab: Return NULL for oversized allocations by Christoph Lameter · 11 years ago
  88. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  89. 094dd33 Merge branch 'vfree' into for-next by Al Viro · 11 years ago
  90. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  91. 14e50c6 mm: slab: Verify the nodeid passed to ____cache_alloc_node by Aaron Tomlin · 11 years ago
  92. ff610a1 mm: cleancache: clean up cleancache_enabled by Bob Liu · 11 years ago
  93. 833f866 cleancache: Make cleancache_init use a pointer for the ops by Konrad Rzeszutek Wilk · 11 years ago
  94. 49a9ab8 mm: cleancache: lazy initialization to allow tmem backends to build/run as modules by Dan Magenheimer · 11 years ago
  95. 4f89849 frontswap: get rid of swap_lock dependency by Minchan Kim · 11 years ago
  96. f066ea2 mm: frontswap: cleanup code by Bob Liu · 11 years ago
  97. 1e01c96 frontswap: make frontswap_init use a pointer for the ops by Konrad Rzeszutek Wilk · 11 years ago
  98. 905cd0e mm: frontswap: lazy initialization to allow tmem backends to build/run as modules by Dan Magenheimer · 11 years ago
  99. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  100. 56847d8 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago