1. d281ee6 rmap: add argument to charge compound page by Kirill A. Shutemov · 8 years ago
  2. afd9883 mm, proc: adjust PSS calculation by Kirill A. Shutemov · 8 years ago
  3. 685eaad page-flags: drop __TestClearPage*() helpers by Kirill A. Shutemov · 8 years ago
  4. 1c290f6 mm: sanitize page->mapping for tail pages by Kirill A. Shutemov · 8 years ago
  5. 822cdd11 page-flags: look at head page if the flag is encoded in page->mapping by Kirill A. Shutemov · 8 years ago
  6. d2998c4 page-flags: define PG_uptodate behavior on compound pages by Kirill A. Shutemov · 8 years ago
  7. b9d4181 page-flags: define PG_uncached behavior on compound pages by Kirill A. Shutemov · 8 years ago
  8. e4f87d5 page-flags: define PG_mlocked behavior on compound pages by Kirill A. Shutemov · 8 years ago
  9. 50ea78d page-flags: define PG_swapcache behavior on compound pages by Kirill A. Shutemov · 8 years ago
  10. da5efc4 page-flags: define PG_swapbacked behavior on compound pages by Kirill A. Shutemov · 8 years ago
  11. de09d31 page-flags: define PG_reserved behavior on compound pages by Kirill A. Shutemov · 8 years ago
  12. c13985f page-flags: define behavior of Xen-related flags on compound pages by Kirill A. Shutemov · 8 years ago
  13. dcb351c page-flags: define behavior SL*B-related flags on compound pages by Kirill A. Shutemov · 8 years ago
  14. 8cb38fa page-flags: define behavior of LRU-related flags on compound pages by Kirill A. Shutemov · 8 years ago
  15. df8c94d page-flags: define behavior of FS/IO-related flags on compound pages by Kirill A. Shutemov · 8 years ago
  16. 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 8 years ago
  17. 95ad975 page-flags: introduce page flags policies wrt compound pages by Kirill A. Shutemov · 8 years ago
  18. 0e6d31a page-flags: move code around by Kirill A. Shutemov · 8 years ago
  19. d8c1bde page-flags: trivial cleanup for PageTrans* helpers by Kirill A. Shutemov · 8 years ago
  20. 4e5448a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  21. 5a18d26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 8 years ago
  22. f689b74 Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  23. 750afbf bgmac: Fix reversed test of build_skb() return value. by David S. Miller · 8 years ago
  24. 37cea93 Merge tag 'vfio-v4.5-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  25. cc80fe0 Merge tag 'nfsd-4.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 8 years ago
  26. c7b6c5f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  27. c6894de bridge: fix lockdep addr_list_lock false positive splat by Nikolay Aleksandrov · 8 years ago
  28. 3c28c9c Merge tag 'md/4.5' of git://neil.brown.name/md by Linus Torvalds · 8 years ago
  29. 4b43ea2 Merge tag 'regulator-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 8 years ago
  30. f147d0b net: smsc: Add support h8300 by Yoshinori Sato · 8 years ago
  31. 39c01bf amdkfd: Copy from the proper user command pointer by Borislav Petkov · 8 years ago
  32. 7aca74e Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 8 years ago
  33. 973365d Merge branch 'xen-netback-fixes' by David S. Miller · 8 years ago
  34. 9c6f3ff xen-netback: free queues after freeing the net device by David Vrabel · 8 years ago
  35. 4a65852 xen-netback: delete NAPI instance when queue fails to initialize by David Vrabel · 8 years ago
  36. 99a2dea xen-netback: use skb to determine number of required guest Rx requests by David Vrabel · 8 years ago
  37. fb33118 net: sctp: Move sequence start handling into sctp_transport_get_idx() by Geert Uytterhoeven · 8 years ago
  38. 34ae6a1 ipv6: update skb->csum when CE mark is propagated by Eric Dumazet · 8 years ago
  39. 1d3671d Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 8 years ago
  40. 113c74d net: phy: turn carrier off on phy attach by Sjoerd Simons · 8 years ago
  41. 2446837 net: macb: clear interrupts when disabling them by Nathan Sullivan · 8 years ago
  42. 875fc4f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  43. 65a5124 sctp: support to lookup with ep+paddr in transport rhashtable by Xin Long · 8 years ago
  44. 7dfa461 zsmalloc: reorganize struct size_class to pack 4 bytes hole by Weijie Yang · 8 years ago
  45. f58fb5e mm/zbud.c: use list_last_entry() instead of list_tail_entry() by Geliang Tang · 8 years ago
  46. e02d238 zram/zcomp: do not zero out zcomp private pages by Sergey Senozhatsky · 8 years ago
  47. 75d8947 zram: pass gfp from zcomp frontend to backend by Minchan Kim · 8 years ago
  48. d913897 zram: try vmalloc() after kmalloc() by Kyeongdon Kim · 8 years ago
  49. 3d5fe03 zram/zcomp: use GFP_NOIO to allocate streams by Sergey Senozhatsky · 8 years ago
  50. 628a96e Merge branch 'hisi-fixes' by David S. Miller · 8 years ago
  51. 28052e7 net: hns: fixes no syscon error when init mdio by yankejian · 8 years ago
  52. b70ce2a dts: hisi: fixes no syscon fault when init mdio by yankejian · 8 years ago
  53. 9207f9d net: preserve IP control block during GSO segmentation by Konstantin Khlebnikov · 8 years ago
  54. 7d1fc01 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  55. 0f0836b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 8 years ago
  56. c2848f2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 8 years ago
  57. 75f26df Merge tag 'nfs-for-4.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 8 years ago
  58. 63f729c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  59. 7d2eba0 mm: add tracepoint for scanning pages by Ebru Akagunduz · 8 years ago
  60. cb5490a drivers/base/memory.c: fix kernel warning during memory hotplug on ppc64 by John Allen · 8 years ago
  61. fec174d mm/page_isolation: use macro to judge the alignment by Naoya Horiguchi · 8 years ago
  62. 543dfb2 mm: fix noisy sparse warning in LIBCFS_ALLOC_PRE() by Joshua Clayton · 8 years ago
  63. 8463833 mm: rework virtual memory accounting by Konstantin Khlebnikov · 8 years ago
  64. d30b554 include/linux/memblock.h: fix ordering of 'flags' argument in comments by Florian Fainelli · 8 years ago
  65. d72ee91 mm: move lru_to_page to mm_inline.h by Geliang Tang · 8 years ago
  66. 0bc126d Documentation/filesystems: describe the shared memory usage/accounting by Rodrigo Freire · 8 years ago
  67. 6f754ba memory-hotplug: don't BUG() in register_memory_resource() by Vitaly Kuznetsov · 8 years ago
  68. 3e89e1c hugetlb: make mm and fs code explicitly non-modular by Paul Gortmaker · 8 years ago
  69. 0d576d2 mm/swapfile.c: use list_for_each_entry_safe in free_swap_count_continuations by Geliang Tang · 8 years ago
  70. 0e41e27 mm: /proc/pid/clear_refs: no need to clear VM_SOFTDIRTY in clear_soft_dirty_pmd() by Oleg Nesterov · 8 years ago
  71. bb5b858 mm: make sure isolate_lru_page() is never called for tail page by Kirill A. Shutemov · 8 years ago
  72. 0eb77e9 vmstat: make vmstat_updater deferrable again and shut down on idle by Christoph Lameter · 8 years ago
  73. 686739f memcg: avoid vmpressure oops when memcg disabled by Hugh Dickins · 8 years ago
  74. ef12947 mm: memcontrol: switch to the updated jump-label API by Johannes Weiner · 8 years ago
  75. 8e8ae64 mm: memcontrol: hook up vmpressure to socket pressure by Johannes Weiner · 8 years ago
  76. f7e1cb6 mm: memcontrol: account socket memory in unified hierarchy memory controller by Johannes Weiner · 8 years ago
  77. 1109208 mm: memcontrol: move socket code for unified hierarchy accounting by Johannes Weiner · 8 years ago
  78. 7941d21 mm: memcontrol: do not account memory+swap on unified hierarchy by Johannes Weiner · 8 years ago
  79. 80e95fe mm: memcontrol: generalize the socket accounting jump label by Johannes Weiner · 8 years ago
  80. baac50b net: tcp_memcontrol: simplify linkage between socket and page counter by Johannes Weiner · 8 years ago
  81. e805605 net: tcp_memcontrol: sanitize tcp memory accounting callbacks by Johannes Weiner · 8 years ago
  82. 80f2312 net: tcp_memcontrol: simplify the per-memcg limit access by Johannes Weiner · 8 years ago
  83. af95d7d net: tcp_memcontrol: remove dead per-memcg count of allocated sockets by Johannes Weiner · 8 years ago
  84. 3d596f7 net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label by Johannes Weiner · 8 years ago
  85. 931f3f4 net: tcp_memcontrol: remove bogus hierarchy pressure propagation by Johannes Weiner · 8 years ago
  86. 8c2c235 net: tcp_memcontrol: properly detect ancestor socket pressure by Johannes Weiner · 8 years ago
  87. 7d82860 mm: memcontrol: export root_mem_cgroup by Johannes Weiner · 8 years ago
  88. 0364041 mm/ksm.c: use list_for_each_entry_safe by Geliang Tang · 8 years ago
  89. c8ad630 mm/readahead.c, mm/vmscan.c: use lru_to_page instead of list_to_page by Geliang Tang · 8 years ago
  90. 7546934 mm/compaction.c: __compact_pgdat() code cleanuup by Joonsoo Kim · 8 years ago
  91. a8ae499 mm/swapfile.c: use list_{next,first}_entry by Geliang Tang · 8 years ago
  92. 8c9c170 mm/memblock: introduce for_each_memblock_type() by Alexander Kuleshov · 8 years ago
  93. f14516f mm/memblock: remove rgnbase and rgnsize variables by Alexander Kuleshov · 8 years ago
  94. 5020e28 mm, oom: give __GFP_NOFAIL allocations access to memory reserves by Michal Hocko · 8 years ago
  95. 86760a2 mm/page_alloc.c: use list_for_each_entry in mark_free_pages() by Geliang Tang · 8 years ago
  96. a16601c mm/page_alloc.c: use list_{first,last}_entry instead of list_entry by Geliang Tang · 8 years ago
  97. 6ac0206 mm/page_alloc.c: remove unnecessary parameter from __rmqueue by Mel Gorman · 8 years ago
  98. cc292b0 drivers/base/memory.c: rename remove_memory_block() to remove_memory_section() by Seth Jennings · 8 years ago
  99. 56c6b5d drivers/base/memory.c: clean up section counting by Seth Jennings · 8 years ago
  100. 84ad580 proc: meminfo: estimate available memory more conservatively by Johannes Weiner · 8 years ago