1. 597f03f Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  2. 8e4ef63 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  3. af79ad2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 72ec945 Merge tag 'pm-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  5. 7af8a0f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  6. 993eb0a Merge branches 'pm-devfreq' and 'pm-sleep' by Rafael J. Wysocki · 8 years ago
  7. 22f2ac5 mm: workingset: fix crash in shadow node shrinker caused by replace_page_cache_page() by Johannes Weiner · 8 years ago
  8. 536e0e8 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  9. 231e97e mem-hotplug: use nodes that contain memory as mask in new_node_page() by Li Zhong · 8 years ago
  10. 5b398e4 mm,ksm: fix endless looping in allocating memory when ksm enable by zhong jiang · 8 years ago
  11. 38e0885 mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing by Lorenzo Stoakes · 8 years ago
  12. 0f26574 Merge branch 'hughd-fixes' (patches from Hugh Dickins) by Linus Torvalds · 8 years ago
  13. b385d21 mm: delete unnecessary and unsafe init_tlb_ubc() by Hugh Dickins · 8 years ago
  14. 7166466 huge tmpfs: fix Committed_AS leak by Hugh Dickins · 8 years ago
  15. 3089bf6 shmem: fix tmpfs to handle the huge= option properly by Toshi Kani · 8 years ago
  16. 5079785 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 8 years ago
  17. aa4f060 mm: usercopy: Check for module addresses by Laura Abbott · 8 years ago
  18. db2ba40c mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting by Johannes Weiner · 8 years ago
  19. c8de641b mm: fix the page_swap_info() BUG_ON check by Santosh Shilimkar · 8 years ago
  20. 4d35427 mm: avoid endless recursion in dump_page() by Kirill A. Shutemov · 8 years ago
  21. 982785c mm, thp: fix leaking mapped pte in __collapse_huge_page_swapin() by Ebru Akagunduz · 8 years ago
  22. c131f75 khugepaged: fix use-after-free in collapse_huge_page() by Kirill A. Shutemov · 8 years ago
  23. 9bb627b mem-hotplug: don't clear the only node in new_node_page() by Li Zhong · 8 years ago
  24. 2eefd87 x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* by Dmitry Safonov · 8 years ago
  25. d59dc7b sched/numa, mm: Revert to checking pmd/pte_write instead of VMA flags by Rik van Riel · 8 years ago
  26. 1ad1410 PM / Hibernate: allow hibernation with PAGE_POISONING_ZERO by Anisse Astier · 8 years ago
  27. 98ac9a6 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
  28. ca120cf mm: fix show_smap() for zone_device-pmd ranges by Dan Williams · 8 years ago
  29. 8e1f74e usercopy: remove page-spanning test for now by Kees Cook · 8 years ago
  30. 1d7ac6a mm/writeback: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  31. a96a87b slub: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  32. 6731d4f slab: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
  33. c11600e mm, mempolicy: task->mempolicy must be NULL before dropping final reference by David Rientjes · 8 years ago
  34. 6aa303d mm, vmscan: only allocate and reclaim from zones with pages managed by the buddy allocator by Mel Gorman · 8 years ago
  35. 6b4e318 mm, oom: prevent premature OOM killer invocation for high order request by Michal Hocko · 8 years ago
  36. 11bd969 mm: silently skip readahead for DAX inodes by Ross Zwisler · 8 years ago
  37. 358c07f mm: memcontrol: avoid unused function warning by Arnd Bergmann · 8 years ago
  38. b32eaf7 mm: clarify COMPACTION Kconfig text by Michal Hocko · 8 years ago
  39. 804dd15 soft_dirty: fix soft_dirty during THP split by Andrea Arcangeli · 8 years ago
  40. cab15ce arm64: Introduce execute-only page access permissions by Catalin Marinas · 8 years ago
  41. 94cd97a usercopy: fix overlap check for kernel text by Josh Poimboeuf · 8 years ago
  42. 7329a65 usercopy: avoid potentially undefined behavior in pointer math by Eric Biggers · 8 years ago
  43. 5830169 mm/memory_hotplug.c: initialize per_cpu_nodestats for hotadded pgdats by Reza Arbab · 8 years ago
  44. f33e6f0 mm, oom: fix uninitialized ret in task_will_free_mem() by Geert Uytterhoeven · 8 years ago
  45. bcbf0d5 kasan: remove the unnecessary WARN_ONCE from quarantine.c by Alexander Potapenko · 8 years ago
  46. 615d66c mm: memcontrol: fix memcg id ref counter on swap charge move by Vladimir Davydov · 8 years ago
  47. 1f47b61 mm: memcontrol: fix swap counter leak on swapout from offline cgroup by Vladimir Davydov · 8 years ago
  48. 2f95ff9 proc, meminfo: use correct helpers for calculating LRU sizes in meminfo by Mel Gorman · 8 years ago
  49. c1470b3 mm/hugetlb: fix incorrect hugepages count during mem hotplug by zhong jiang · 8 years ago
  50. 6039892 mm/slub.c: run free_partial() outside of the kmem_cache_node->list_lock by Chris Wilson · 8 years ago
  51. 57dea93 rmap: fix compound check logic in page_remove_file_rmap by Steve Capper · 8 years ago
  52. c8efc39 mm, rmap: fix false positive VM_BUG() in page_add_file_rmap() by Kirill A. Shutemov · 8 years ago
  53. 6423aa8 mm/page_alloc.c: recalculate some of node threshold when on/offline memory by Joonsoo Kim · 8 years ago
  54. 81cbcbc mm/page_alloc.c: fix wrong initialization when sysctl_min_unmapped_ratio changes by Joonsoo Kim · 8 years ago
  55. 3b33719 thp: move shmem_huge_enabled() outside of SYSFS ifdef by Arnd Bergmann · 8 years ago
  56. c4159a7 mm: memcontrol: only mark charged pages with PageKmemcg by Vladimir Davydov · 8 years ago
  57. 1eccfa0 Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  58. ba13e83 mm: make __swap_writepage() use bio_set_op_attrs() by Jens Axboe · 8 years ago
  59. c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
  60. fff648d Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  61. 2cfd716 Merge tag 'powerpc-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  62. e47608a mm/memblock.c: fix NULL dereference error by zijun_hu · 8 years ago
  63. 117d54d slub: drop bogus inline for fixup_red_left() by Geert Uytterhoeven · 8 years ago
  64. b4911ea mm: initialise per_cpu_nodestats for all online pgdats at boot by Mel Gorman · 8 years ago
  65. 412d000 mm/memblock: fix a typo in a comment by Alexander Kuleshov · 8 years ago
  66. 1e18573 mm: disable CONFIG_MEMORY_HOTPLUG when KASAN is enabled by zhong jiang · 8 years ago
  67. abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
  68. df08c32 block: fix bdi vs gendisk lifetime mismatch by Dan Williams · 8 years ago
  69. 4620a06 shmem: Fix link error if huge pages support is disabled by Geert Uytterhoeven · 8 years ago
  70. d52bd54 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  71. ba093a6 mm: refuse wrapped vm_brk requests by Kees Cook · 8 years ago
  72. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  73. b5afba2 mm: vmscan: fix memcg-aware shrinkers not called on global reclaim by Vladimir Davydov · 8 years ago
  74. c3cee37 kasan: avoid overflowing quarantine size on low memory systems by Alexander Potapenko · 8 years ago
  75. 7e08897 kasan: improve double-free reports by Andrey Ryabinin · 8 years ago
  76. b3cbd9b mm/kasan: get rid of ->state in struct kasan_alloc_meta by Andrey Ryabinin · 8 years ago
  77. 47b5c2a mm/kasan: get rid of ->alloc_size in struct kasan_alloc_meta by Andrey Ryabinin · 8 years ago
  78. f7376ae mm/kasan, slub: don't disable interrupts when object leaves quarantine by Andrey Ryabinin · 8 years ago
  79. 4b3ec5a mm/kasan: don't reduce quarantine in atomic contexts by Andrey Ryabinin · 8 years ago
  80. 4a3d308 mm/kasan: fix corruptions and false positive reports by Andrey Ryabinin · 8 years ago
  81. d6507ff memcg: put soft limit reclaim out of way if the excess tree is empty by Michal Hocko · 8 years ago
  82. 4e66631 mm, hugetlb: fix huge_pte_alloc BUG_ON by Michal Hocko · 8 years ago
  83. 649920c mm/hugetlb: avoid soft lockup in set_max_huge_pages() by Jia He · 8 years ago
  84. 1a8018f mm: move swap-in anonymous page into active list by Minchan Kim · 8 years ago
  85. c5f88bd mm: fail prefaulting if page table allocation fails by Vegard Nossum · 8 years ago
  86. 221bb8a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  87. 5491ae7 powerpc/mm/hugetlb: Add flush_hugetlb_tlb_range by Aneesh Kumar K.V · 8 years ago
  88. 27ae0c4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 8 years ago
  89. d72d9e2 mm: export filemap_check_errors() to modules by Miklos Szeredi · 8 years ago
  90. 1c88e19 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  91. c3486f5 mm, compaction: simplify contended compaction handling by Vlastimil Babka · 8 years ago
  92. a5508cd mm, compaction: introduce direct compaction priority by Vlastimil Babka · 8 years ago
  93. 2516035 mm, thp: remove __GFP_NORETRY from khugepaged and madvised allocations by Vlastimil Babka · 8 years ago
  94. 3eb2771 mm, page_alloc: make THP-specific decisions more generic by Vlastimil Babka · 8 years ago
  95. a8161d1 mm, page_alloc: restructure direct compaction handling in slowpath by Vlastimil Babka · 8 years ago
  96. 2377123 mm, page_alloc: don't retry initial attempt in slowpath by Vlastimil Babka · 8 years ago
  97. 31a6c19 mm, page_alloc: set alloc_flags only once in slowpath by Vlastimil Babka · 8 years ago
  98. 80a9201 mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB by Alexander Potapenko · 8 years ago
  99. c146a2b mm, kasan: account for object redzone in SLUB's nearest_obj() by Alexander Potapenko · 8 years ago
  100. 734537c mm: fix use-after-free if memory allocation failed in vma_adjust() by Kirill A. Shutemov · 8 years ago