1. 604df32 linux/kernel.h: move DIV_ROUND_DOWN_ULL() macro by Masahiro Yamada · 7 years ago
  2. 1403830 fs, proc: unconditional cond_resched when reading smaps by David Rientjes · 7 years ago
  3. 855d976 proc: uninline proc_create() by Alexey Dobriyan · 7 years ago
  4. 1240ea0 fs, proc: remove priv argument from is_stack by Michal Hocko · 7 years ago
  5. 149728e mm/mempolicy.c: remove BUG_ON() checks for VMA inside mpol_misplaced() by Anshuman Khandual · 7 years ago
  6. b6b1fd2 mm/swapfile.c: fix swapon frontswap_map memory leak on error by David Rientjes · 7 years ago
  7. 8606a1a mm: kvfree the swap cluster info if the swap file is unsatisfactory by Darrick J. Wong · 7 years ago
  8. f19360f mm/page_alloc.c: apply gfp_allowed_mask before the first allocation attempt by Tetsuo Handa · 7 years ago
  9. 66559a6 tools/testing/selftests/kcmp/kcmp_test.c: add KCMP_EPOLL_TFD testing by Cyrill Gorcunov · 7 years ago
  10. b4ccec4 mm/sparse.c: fix typo in online_mem_sections by Michal Hocko · 7 years ago
  11. de0c799 mm/memory.c: fix mem_cgroup_oom_disable() call missing by Laurent Dufour · 7 years ago
  12. 475d048 mm: memcontrol: use per-cpu stocks for socket memory uncharging by Roman Gushchin · 7 years ago
  13. 3a77d21 mm: fadvise: avoid fadvise for fs without backing device by Shakeel Butt · 7 years ago
  14. 3eb95fe mm/zsmalloc.c: change stat type parameter to int by Matthias Kaehlcke · 7 years ago
  15. 9472f23 mm/mlock.c: use page_zone() instead of page_zone_id() by Joonsoo Kim · 7 years ago
  16. 6380322 mm: consider the number in local CPUs when reading NUMA stats by Kemi Wang · 7 years ago
  17. 1d90ca8 mm: update NUMA counter threshold size by Kemi Wang · 7 years ago
  18. 3a321d2 mm: change the call sites of numa statistics items by Kemi Wang · 7 years ago
  19. fde26be mm/memory.c: remove reduntant check for write access by Anshuman Khandual · 7 years ago
  20. 656710a userfaultfd: non-cooperative: closing the uffd without triggering SIGBUS by Andrea Arcangeli · 7 years ago
  21. 98c70ba mm: remove useless vma parameter to offset_il_node by Laurent Dufour · 7 years ago
  22. de540a9 mm/hmm: fix build when HMM is disabled by Jérôme Glisse · 7 years ago
  23. 6b368cd mm/hmm: avoid bloating arch that do not make use of HMM by Jérôme Glisse · 7 years ago
  24. d3df0a4 mm/hmm: add new helper to hotplug CDM memory region by Jérôme Glisse · 7 years ago
  25. df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
  26. 8315ada mm/migrate: allow migrate_vma() to alloc new page on empty entry by Jérôme Glisse · 7 years ago
  27. a5430dd mm/migrate: support un-addressable ZONE_DEVICE page in migration by Jérôme Glisse · 7 years ago
  28. 8c3328f mm/migrate: migrate_vma() unmap page from vma while collecting pages by Jérôme Glisse · 7 years ago
  29. 8763cb4 mm/migrate: new memory migration helper for use with device memory by Jérôme Glisse · 7 years ago
  30. 2916ecc mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY by Jérôme Glisse · 7 years ago
  31. 858b54d mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memory by Jérôme Glisse · 7 years ago
  32. 4ef589d mm/hmm/devmem: device memory hotplug using ZONE_DEVICE by Jérôme Glisse · 7 years ago
  33. c733a82 mm/memcontrol: support MEMORY_DEVICE_PRIVATE by Jérôme Glisse · 7 years ago
  34. a9d5ade mm/memcontrol: allow to uncharge page without using page->lru field by Jérôme Glisse · 7 years ago
  35. 7b2d55d2 mm/ZONE_DEVICE: special case put_page() for device private pages by Jérôme Glisse · 7 years ago
  36. 5042db4 mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memory by Jérôme Glisse · 7 years ago
  37. 3072e41 mm/memory_hotplug: introduce add_pages by Michal Hocko · 7 years ago
  38. 74eee18 mm/hmm/mirror: device page fault handler by Jérôme Glisse · 7 years ago
  39. da4c3c7 mm/hmm/mirror: helper to snapshot CPU page table by Jérôme Glisse · 7 years ago
  40. c0b1240 mm/hmm/mirror: mirror process address space on device with HMM helpers by Jérôme Glisse · 7 years ago
  41. 133ff0e mm/hmm: heterogeneous memory management (HMM for short) by Jérôme Glisse · 7 years ago
  42. bffc33e hmm: heterogeneous memory management documentation by Jérôme Glisse · 7 years ago
  43. 8135d89 mm: memory_hotplug: memory hotremove supports thp migration by Naoya Horiguchi · 7 years ago
  44. e8db67e mm: migrate: move_pages() supports thp migration by Naoya Horiguchi · 7 years ago
  45. c863379 mm: mempolicy: mbind and migrate_pages support thp migration by Naoya Horiguchi · 7 years ago
  46. ab6e3d0 mm: soft-dirty: keep soft-dirty bits over thp migration by Naoya Horiguchi · 7 years ago
  47. 84c3fc4 mm: thp: check pmd migration entry in common path by Zi Yan · 7 years ago
  48. 616b837 mm: thp: enable thp migration in generic path by Zi Yan · 7 years ago
  49. 9c670ea mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION by Naoya Horiguchi · 7 years ago
  50. b5ff816 mm: thp: introduce separate TTU flag for thp freezing by Naoya Horiguchi · 7 years ago
  51. eee4818 mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1 by Naoya Horiguchi · 7 years ago
  52. 88aaa2a mm: mempolicy: add queue_pages_required() by Naoya Horiguchi · 7 years ago
  53. 015a9e6 RDMA/netlink: clean up message validity array initializer by Linus Torvalds · 7 years ago
  54. 8b2c7e7 RDAM/netlink: Fix out-of-bound access while checking message validity by Leon Romanovsky · 7 years ago
  55. 5969d1b Merge branch 'gperf-removal' by Linus Torvalds · 7 years ago
  56. 572c01b Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  57. cef5d0f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  58. 0fb02e71 Merge tag 'audit-pr-20170907' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 7 years ago
  59. 828f425 Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  60. 44ccba3 Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  61. 21d236b Merge tag 'pstore-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  62. 8dc5b3a Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 7 years ago
  63. 2500e28 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 7 years ago
  64. ae8ac6b Merge branch 'quota_scaling' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  65. 460352c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  66. 74fee4e Merge tag 'devicetree-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  67. 7d95565 Merge tag 'drm-intel-next-fixes-2017-09-07' of git://anongit.freedesktop.org/git/drm-intel by Linus Torvalds · 7 years ago
  68. 5f9cc57 Merge tag 'leds_for_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 7 years ago
  69. cd7b34f Merge tag 'dmaengine-4.14-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  70. 75c7271 Merge tag 'backlight-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 7 years ago
  71. 968c61f Merge tag 'mfd-next-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 7 years ago
  72. 9d71941 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  73. dfd9e6d Merge tag 'mailbox-v4.14' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 7 years ago
  74. c0da4fa Merge tag 'media/v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  75. d969443 Merge tag 'sound-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  76. 3645e6d Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  77. 15d8ffc Merge tag 'mmc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 7 years ago
  78. 2441500 Merge branch 'fixes' into misc by James Bottomley · 7 years ago
  79. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  80. 3ee31b8 Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  81. bac65d9 Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  82. f92e3da Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  83. 2a8a986 fs: aio: fix the increment of aio-nr and counting against aio-max-nr by Mauricio Faria de Oliveira · 7 years ago
  84. 57e88b4 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  85. 3b9f8ed Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 7 years ago
  86. 608c1d3 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
  87. 9954d48 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
  88. a7cbfd0 Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 7 years ago
  89. d34fc1a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  90. 1c9fe44 x86/mm: Document how CR4.PCIDE restore works by Andy Lutomirski · 7 years ago
  91. 72c0098 x86/mm: Reinitialize TLB state on hotplug and resume by Andy Lutomirski · 7 years ago
  92. d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
  93. df3735c x86,mpx: make mpx depend on x86-64 to free up VMA flag by Rik van Riel · 7 years ago
  94. 493b0e9 mm: add /proc/pid/smaps_rollup by Daniel Colascione · 7 years ago
  95. c79b57e mm: hugetlb: clear target sub-page last when clearing huge page by Huang Ying · 7 years ago
  96. 2129258 mm: oom: let oom_reap_task and exit_mmap run concurrently by Andrea Arcangeli · 7 years ago
  97. a2468cc swap: choose swap device according to numa node by Aaron Lu · 7 years ago
  98. da99ecf mm: replace TIF_MEMDIE checks by tsk_is_oom_victim by Michal Hocko · 7 years ago
  99. cd04ae1 mm, oom: do not rely on TIF_MEMDIE for memory reserves access by Michal Hocko · 7 years ago
  100. d30561c z3fold: use per-cpu unbuddied lists by Vitaly Wool · 7 years ago