1. 2414944 ANDROID: vendor_hooks: Add hooks for memory when debug by Liujie Xie · 3 years, 10 months ago
  2. 1455083 proc/meminfo: avoid open coded reading of vm_committed_as by Feng Tang · 4 years, 5 months ago
  3. 991e767 mm: memcontrol: account kernel stack per node by Shakeel Butt · 4 years, 5 months ago
  4. d42f324 mm: memcg: convert vmstat slab counters to bytes by Roman Gushchin · 4 years, 5 months ago
  5. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  6. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  7. 8d92890 mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead by NeilBrown · 4 years, 7 months ago
  8. 628d06a scs: Add page accounting for shadow call stack allocations by Sami Tolvanen · 4 years, 8 months ago
  9. 2be5fbf proc/meminfo: fix output alignment by Kirill A. Shutemov · 5 years ago
  10. 60fbf0a mm,thp: stats for file backed THP by Song Liu · 5 years ago
  11. 1322479 mm: remove quicklist page table caches by Nicholas Piggin · 5 years ago
  12. 97105f0 mm: vmalloc: show number of vmalloc pages in /proc/meminfo by Roman Gushchin · 5 years ago
  13. 61f94e1 mm, proc: add KReclaimable to /proc/meminfo by Vlastimil Babka · 6 years ago
  14. 7e8a630 /proc/meminfo: add percpu populated pages count by Dennis Zhou (Facebook) · 6 years ago
  15. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  16. d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  17. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  18. c41f012 mm: rename global_page_state to global_zone_page_state by Michal Hocko · 7 years ago
  19. d507e2e mm: fix global NR_SLAB_.*CLAIMABLE counter reads by Johannes Weiner · 7 years ago
  20. e16e2d8 meminfo: break apart a very long seq_printf with #ifdefs by Joe Perches · 8 years ago
  21. 2f95ff9 proc, meminfo: use correct helpers for calculating LRU sizes in meminfo by Mel Gorman · 8 years ago
  22. d30dd8b mm: track NR_KERNEL_STACK in KiB instead of number of stacks by Andy Lutomirski · 8 years ago
  23. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  24. 4b9d0fa mm: rename NR_ANON_PAGES to NR_ANON_MAPPED by Mel Gorman · 8 years ago
  25. 50658e2 mm: move page mapped accounting to the node by Mel Gorman · 8 years ago
  26. 65c4537 mm, rmap: account shmem thp pages by Kirill A. Shutemov · 8 years ago
  27. d02bd27 mm/page_alloc.c: calculate 'available' memory in a separate function by Igor Redko · 9 years ago
  28. 84ad580 proc: meminfo: estimate available memory more conservatively by Johannes Weiner · 9 years ago
  29. a5ad88c mm: get rid of 'vmalloc_info' from /proc/meminfo by Linus Torvalds · 9 years ago
  30. 47f8f92 fs/proc/meminfo.c: include cma info in proc/meminfo by Pintu Kumar · 10 years ago
  31. cc7452b mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfaces by Rafael Aquini · 10 years ago
  32. f0b5664 fs/proc/meminfo: meminfo_proc_show(): fix typo in comment by Luiz Capitulino · 11 years ago
  33. abaf378 fs/proc: don't use module_init for non-modular core code by Paul Gortmaker · 11 years ago
  34. 34e431b /proc/meminfo: provide estimated available memory by Rik van Riel · 11 years ago
  35. cb900f4 mm, hugetlb: convert hugetlbfs to use split pmd lock by Kirill A. Shutemov · 11 years ago
  36. 00619bc mm: factor commit limit calculation by Jerome Marchand · 11 years ago
  37. 3cd14fc thp: account anon transparent huge pages into NR_ANON_PAGES by Kirill A. Shutemov · 11 years ago
  38. db3808c mm, vmalloc: move get_vmalloc_info() to vmalloc.c by Joonsoo Kim · 12 years ago
  39. 33806f0 swap: make each swap partition have one address_space by Shaohua Li · 12 years ago
  40. 293c07e memory-failure: use num_poisoned_pages instead of mce_bad_pages by Xishi Qiu · 12 years ago
  41. b53fc7c fs/proc/meminfo.c: fix compilation error by Claudio Scordino · 13 years ago
  42. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  43. 7913417 thp: transparent hugepage vmstat by Andrea Arcangeli · 14 years ago
  44. 370c28d hwpoison: fix/proc/meminfo alignment by Hugh Dickins · 15 years ago
  45. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  46. 4b02108 mm: oom analysis: add shmem vmstat by KOSAKI Motohiro · 15 years ago
  47. c6a7f57 mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output by KOSAKI Motohiro · 15 years ago
  48. 6a46079 HWPOISON: The high level memory error handler in the VM v7 by Andi Kleen · 15 years ago
  49. 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 16 years ago
  50. 00a62ce mm: fix Committed_AS underflow on large NR_CPUS environment by KOSAKI Motohiro · 16 years ago
  51. 33e5d769 nommu: fix a number of issues with the per-MM VMA patch by David Howells · 16 years ago
  52. 8feae13 NOMMU: Make VMAs per MM as for MMU-mode linux by David Howells · 16 years ago
  53. e1759c2 proc: switch /proc/meminfo to seq_file by Alexey Dobriyan · 16 years ago