1. 1306a85 mm: embed the memcg pointer directly into struct page by Johannes Weiner · 9 years ago
  2. 22811c6 mm: memcontrol: remove stale page_cgroup_lock comment by Johannes Weiner · 9 years ago
  3. a1ad289 mm/frontswap.c: fix the condition in BUG_ON by Li Haifeng · 9 years ago
  4. 26086de mm: fix a spelling mistake by Wei Yuan · 9 years ago
  5. 569f48b mm: hugetlb: fix __unmap_hugepage_range() by Hillf Danton · 9 years ago
  6. e4bd6a0 mm, memcg: fix potential undefined behaviour in page stat accounting by Michal Hocko · 9 years ago
  7. c164e03 mm: fix huge zero page accounting in smaps report by Kirill A. Shutemov · 9 years ago
  8. 2314b42 mm: memcontrol: drop bogus RCU locking from mem_cgroup_same_or_subtree() by Johannes Weiner · 9 years ago
  9. 413918b mm: memcontrol: pull the NULL check from __mem_cgroup_same_or_subtree() by Johannes Weiner · 9 years ago
  10. c01f46c mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task() by Johannes Weiner · 9 years ago
  11. 312722c mm: memcontrol: shorten the page statistics update slowpath by Johannes Weiner · 9 years ago
  12. e544a4e thp: do not mark zero-page pmd write-protected explicitly by Kirill A. Shutemov · 9 years ago
  13. b047501 memcg: use generic slab iterators for showing slabinfo by Vladimir Davydov · 9 years ago
  14. 4ef461e memcg: remove mem_cgroup_reclaimable check from soft reclaim by Vladimir Davydov · 9 years ago
  15. 97ad2be mm, hugetlb: correct bit shift in hstate_sizelog() by Sasha Levin · 9 years ago
  16. 247b144 mm: memcontrol: fold mem_cgroup_start_move()/mem_cgroup_end_move() by Johannes Weiner · 9 years ago
  17. 4e2f245 mm: memcontrol: don't pass a NULL memcg to mem_cgroup_end_move() by Johannes Weiner · 9 years ago
  18. 354a478 mm: memcontrol: inline memcg->move_lock locking by Johannes Weiner · 9 years ago
  19. 2983331 mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flag by Johannes Weiner · 9 years ago
  20. f4aaa8b mm: memcontrol: remove unnecessary PCG_MEM memory charge flag by Johannes Weiner · 9 years ago
  21. 18eca2e mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flag by Johannes Weiner · 9 years ago
  22. 7bdd143c mm: memcontrol: uncharge pages on swapout by Johannes Weiner · 9 years ago
  23. b9982f8 mm: memcontrol: micro-optimize mem_cgroup_split_huge_fixup() by Michal Hocko · 9 years ago
  24. 8c0145b memcg: remove activate_kmem_mutex by Vladimir Davydov · 9 years ago
  25. 7d5e324 mm: memcontrol: clarify migration where old page is uncharged by Johannes Weiner · 9 years ago
  26. dfe0e77 mm: memcontrol: update mem_cgroup_page_lruvec() documentation by Johannes Weiner · 9 years ago
  27. bc2f2e7 memcg: simplify unreclaimable groups handling in soft limit reclaim by Vladimir Davydov · 9 years ago
  28. 6f7c97e mm/numa balancing: rearrange Kconfig entry by Aneesh Kumar K.V · 9 years ago
  29. fdaf7f5 mm, compaction: more focused lru and pcplists draining by Vlastimil Babka · 9 years ago
  30. 6bace09 mm, compaction: always update cached scanner positions by Vlastimil Babka · 9 years ago
  31. f866979 mm, compaction: defer only on COMPACT_COMPLETE by Vlastimil Babka · 9 years ago
  32. 97d47a6 mm, compaction: simplify deferred compaction by Vlastimil Babka · 9 years ago
  33. ebff398 mm, compaction: pass classzone_idx and alloc_flags to watermark checking by Vlastimil Babka · 9 years ago
  34. 1da58ee mm: vmscan: count only dirty pages as congested by Jamie Liu · 9 years ago
  35. ab1f306 mm: verify compound order when freeing a page by Yu Zhao · 9 years ago
  36. d7be003 cma: make default CMA area size zero for x86 by Akinobu Mita · 9 years ago
  37. c055432 mm, memory_hotplug/failure: drain single zone pcplists by Vlastimil Babka · 9 years ago
  38. 510f550 mm, cma: drain single zone pcplists by Vlastimil Babka · 9 years ago
  39. ec25af8 mm, page_isolation: drain single zone pcplists by Vlastimil Babka · 9 years ago
  40. 93481ff mm: introduce single zone pcplists drain by Vlastimil Babka · 9 years ago
  41. 8612c66 mm/vmscan.c: replace printk with pr_err by Pintu Kumar · 9 years ago
  42. 0cbc853 mm/vmalloc.c: replace printk with pr_warn by Pintu Kumar · 9 years ago
  43. f88dfff mm/page_alloc.c: convert boot printks without log level to pr_info by Anton Blanchard · 9 years ago
  44. 6d3d6aa mm: memcontrol: remove synchronous stock draining code by Johannes Weiner · 9 years ago
  45. b205256 mm: memcontrol: continue cache reclaim from offlined groups by Johannes Weiner · 9 years ago
  46. 64f2199 mm: memcontrol: remove obsolete kmemcg pinning tricks by Johannes Weiner · 9 years ago
  47. e8ea14c mm: memcontrol: take a css reference for each charged page by Johannes Weiner · 9 years ago
  48. 5ac8fb3 mm: memcontrol: convert reclaim iterator to simple css refcounting by Johannes Weiner · 9 years ago
  49. 5b1efc0 kernel: res_counter: remove the unused API by Johannes Weiner · 9 years ago
  50. 71f87bee mm: hugetlb_cgroup: convert to lockless page counters by Johannes Weiner · 9 years ago
  51. 3e32cb2 mm: memcontrol: lockless page counters by Johannes Weiner · 9 years ago
  52. 8df0c2d slab: replace smp_read_barrier_depends() with lockless_dereference() by Pranith Kumar · 9 years ago
  53. c871ac4 slab: improve checking for invalid gfp_flags by Andrew Morton · 9 years ago
  54. f6edde9 mm: slub: fix format mismatches in slab_err() callers by Andrey Ryabinin · 9 years ago
  55. 5436205 mm/slab: reverse iteration on find_mergeable() by Joonsoo Kim · 9 years ago
  56. 1df3b26 slab: print slabinfo header in seq show by Vladimir Davydov · 9 years ago
  57. b455def mm: slab/slub: coding style: whitespaces and tabs mixture by LQYMGT · 9 years ago
  58. e2ab879 fs/char_dev.c: remove pointless assignment from __register_chrdev_region() by Jan Kara · 9 years ago
  59. b3e3e5a ocfs2: remove unneeded NULL check by Dan Carpenter · 9 years ago
  60. 88d69b9 ocfs2: remove bogus NULL check in ocfs2_move_extents() by Dan Carpenter · 9 years ago
  61. 61fb9ea ocfs2: do not set filesystem readonly if link down by jiangyiwen · 9 years ago
  62. d1e78238 ocfs2: do not set OCFS2_LOCK_UPCONVERT_FINISHING if nonblocking lock can not be granted at once by Xue jiufei · 9 years ago
  63. dc17158 ocfs2: fix error handling when creating debugfs root in ocfs2_init() by Jan Kara · 9 years ago
  64. 86b9c6f ocfs2: remove filesize checks for sync I/O journal commit by Goldwyn Rodrigues · 9 years ago
  65. 196fe71 ocfs2: o2net: fix connect expired by Junxiao Bi · 9 years ago
  66. cb79662 ocfs2: o2dlm: fix a race between purge and master query by Srinivas Eeda · 9 years ago
  67. f5425fc ocfs2: report error from o2hb_do_disk_heartbeat() to user by Jan Kara · 9 years ago
  68. 4a635a1 ocfs2: remove bogus test from ocfs2_read_locked_inode() by Jan Kara · 9 years ago
  69. 2b69300 ocfs2: Fix xattr check in ocfs2_get_xattr_nolock() by Jan Kara · 9 years ago
  70. 519a286 ocfs2: fix an off-by-one BUG_ON() statement by Dan Carpenter · 9 years ago
  71. f08736b ocfs2/dlm: let sender retry if dlm_dispatch_assert_master failed with -ENOMEM by Joseph Qi · 9 years ago
  72. ded0014 sh: off by one BUG_ON() in setup_bootmem_node() by Dan Carpenter · 9 years ago
  73. 7b99078 scripts/kernel-doc: don't eat struct members with __aligned by Johannes Berg · 9 years ago
  74. 2ce8e7e dma-debug: prevent early callers from crashing by Florian Fainelli · 9 years ago
  75. 01ce18b dma-debug: introduce dma_debug_disabled by Florian Fainelli · 9 years ago
  76. 662e9b2 fs/cifs/smb2file.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 9 years ago
  77. 4b99d39 fs/cifs/file.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 9 years ago
  78. bc09d14 fs/cifs: remove obsolete __constant by Fabian Frederick · 9 years ago
  79. 6b101e2 mm/CMA: fix boot regression due to physical address of high_memory by Joonsoo Kim · 9 years ago
  80. d820126 Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  81. 3eb5b89 Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  82. 9e66645 Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  83. ecb50f0 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  84. a157508 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  85. 86c6a2f Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  86. bee2782 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  87. 5706ffd Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  88. c301106 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  89. 9c37f95 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  90. a0e4467 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  91. ed8efd2 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  92. 151cd97 Merge tag 'defconfig-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  93. fe78c54 Merge tag 'omap-gpmc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  94. 6da3141 Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  95. 3a647c1 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  96. 6cd94d5 Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  97. 6c9e924 Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  98. 0563fdc0 Merge tag 'at91-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  99. 0a9e0ac Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 9 years ago
  100. b64bb1d Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago