1. 846b1a0 mm: call vm_munmap in munmap syscall instead of using open coded version by Mike Rapoport · 7 years ago
  2. 3fe8796 mm: convert remove_migration_pte() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  3. d53a8b4 mm: drop page_check_address{,_transhuge} by Kirill A. Shutemov · 7 years ago
  4. 6a328a6 mm: convert page_mapped_in_vma() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  5. 14fa2da mm, uprobes: convert __replace_page() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  6. 36eaff3 mm, ksm: convert write_protect_page() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  7. c7ab0d2 mm: convert try_to_unmap_one() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  8. f27176c mm: convert page_mkclean_one() to use page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  9. a8fa41ad mm, rmap: check all VMAs that PTE-mapped THP can be part of by Kirill A. Shutemov · 7 years ago
  10. 699fa21 mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs() by Kirill A. Shutemov · 7 years ago
  11. 8eaeded mm: fix handling PTE-mapped THPs in page_referenced() by Kirill A. Shutemov · 7 years ago
  12. ace71a1 mm: introduce page_vma_mapped_walk() by Kirill A. Shutemov · 7 years ago
  13. c839481 uprobes: split THPs before trying to replace them by Kirill A. Shutemov · 7 years ago
  14. 0efadf4 mm/hotplug: enable memory hotplug for non-lru movable pages by Yisheng Xie · 7 years ago
  15. 85fbe5d HWPOISON: soft offlining for non-lru movable page by Yisheng Xie · 7 years ago
  16. cbae017 mm/migration: make isolate_movable_page always defined by Yisheng Xie · 7 years ago
  17. 9e5bcd6 mm/migration: make isolate_movable_page() return int type by Yisheng Xie · 7 years ago
  18. 5a27aa8 z3fold: add kref refcounting by Vitaly Wool · 7 years ago
  19. 2f1e5e4 z3fold: use per-page spinlock by Vitaly Wool · 7 years ago
  20. 1b096e5 z3fold: extend compaction function by Vitaly Wool · 7 years ago
  21. ede9321 z3fold: fix header size related issues by Vitaly Wool · 7 years ago
  22. 12d59ae z3fold: make pages_nr atomic by Vitaly Wool · 7 years ago
  23. 220ced1 mm: fix get_user_pages() vs device-dax pud mappings by Dan Williams · 7 years ago
  24. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 7 years ago
  25. 9557fee dax: support for transparent PUD pages for device DAX by Dave Jiang · 7 years ago
  26. a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 7 years ago
  27. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 7 years ago
  28. bd233f5 mm, page_alloc: use static global work_struct for draining per-cpu pages by Mel Gorman · 7 years ago
  29. 5104782 mm, page_alloc: don't check cpuset allowed twice in fast-path by Vlastimil Babka · 7 years ago
  30. df76cee mm, page_alloc: remove redundant checks from alloc fastpath by Vlastimil Babka · 7 years ago
  31. a09759a zram: remove waitqueue for IO done by Minchan Kim · 7 years ago
  32. 3edf41d mm: fix comments for mmap_init() by seokhoon.yoon · 7 years ago
  33. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 7 years ago
  34. 374ad05 mm, page_alloc: only use per-cpu allocator for irq-safe requests by Mel Gorman · 7 years ago
  35. a459eeb mm, page_alloc: do not depend on cpu hotplug locks inside the allocator by Michal Hocko · 7 years ago
  36. 0ccce3b mm, page_alloc: drain per-cpu pages from workqueue context by Mel Gorman · 7 years ago
  37. 9cd7555 mm, page_alloc: split alloc_pages_nodemask() by Mel Gorman · 7 years ago
  38. 066b239 mm, page_alloc: split buffered_rmqueue() by Mel Gorman · 7 years ago
  39. c55e8d0 mm: vmscan: move dirty pages out of the way until they're flushed by Johannes Weiner · 7 years ago
  40. 4eda482 mm: vmscan: only write dirty pages that the scanner has seen twice by Johannes Weiner · 7 years ago
  41. bbef938 mm: vmscan: remove old flusher wakeup from direct reclaim path by Johannes Weiner · 7 years ago
  42. 726d061 mm: vmscan: kick flushers when we encounter dirty pages on the LRU by Johannes Weiner · 7 years ago
  43. 1276ad6 mm: vmscan: scan dirty pages even in laptop mode by Johannes Weiner · 7 years ago
  44. 64527f5 userfaultfd: non-cooperative: selftest: enable REMOVE event test for shmem by Mike Rapoport · 7 years ago
  45. a6bf53e userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE request by Mike Rapoport · 7 years ago
  46. d811914 userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE by Mike Rapoport · 7 years ago
  47. 0262d9c memblock: embed memblock type name within struct memblock_type by Heiko Carstens · 7 years ago
  48. 409efd4 memblock: also dump physmem list within __memblock_dump_all by Heiko Carstens · 7 years ago
  49. 7409c5f memblock: let memblock_type_name know about physmem type by Heiko Carstens · 7 years ago
  50. 997126b mm/memory_hotplug.c: unexport __remove_pages() by Andrew Morton · 7 years ago
  51. 3fc2192 mm: validate device_hotplug is held for memory hotplug by Dan Williams · 7 years ago
  52. b5d24fd mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done} by Dan Williams · 7 years ago
  53. 299c517 mm, oom: header nodemask is NULL when cpusets are disabled by David Rientjes · 7 years ago
  54. e86c59b mm/ksm: improve deduplication of zero pages with colouring by Claudio Imbrenda · 7 years ago
  55. 8d4a017 cris: use generic current.h by Davidlohr Bueso · 7 years ago
  56. f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  57. ef96152 Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  58. 64a5771 lib/Kconfig: make PRIME_NUMBERS not user selectable. by Dave Airlie · 7 years ago
  59. 7fef80a drm/tinydrm: helpers: Properly fix backlight dependency by Noralf Trønnes · 7 years ago
  60. ce8c013 drm/tinydrm: mipi-dbi: Fix field width specifier warning by Noralf Trønnes · 7 years ago
  61. b401f34 drm/tinydrm: mipi-dbi: Silence: ‘cmd’ may be used uninitialized by Noralf Trønnes · 7 years ago
  62. d5500a0 Merge tag 'usercopy-v4.11-rc1.fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  63. b2e3c43 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  64. c61c15e0 Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  65. 195849e Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  66. 54fff78 Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  67. c35675f Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  68. 6ae52c6 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  69. af8999f Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  70. 1e8ad3d Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 7 years ago
  71. 894ebc4 Merge tag 'drm/panel/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 7 years ago
  72. 84f7174 Merge tag 'drm/tegra/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 7 years ago
  73. 60e8d3e Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  74. 190c3ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  75. af17fe7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  76. f14cc3b Merge tag 'vfio-v4.11-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  77. 9c47137 bpf: Fix bpf_xdp_event_output by Martin KaFai Lau · 7 years ago
  78. 5bcbe22 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  79. 1db934a Merge tag 'rpmsg-v4.11' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  80. a3919ca Merge tag 'rproc-v4.11' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  81. 15192b0 Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
  82. 28cbc33 Merge tag 'sound-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 7 years ago
  83. 1ec5c18 Merge tag 'gpio-v4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  84. d5dee39 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 7 years ago
  85. 4cc4b93 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 7 years ago
  86. a57eaa1 Merge tag 'backlight-for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 7 years ago
  87. df9cdc1 Merge tag 'mfd-for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 7 years ago
  88. ccaba06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  89. e65ade7 Merge branch 'mlx4-misc-fixes' by David S. Miller · 7 years ago
  90. 7f0137e net/mlx4_en: Use __skb_fill_page_desc() by Eric Dumazet · 7 years ago
  91. 6ed63d8 net/mlx4_core: Use cq quota in SRIOV when creating completion EQs by Jack Morgenstein · 7 years ago
  92. 95f1ba9 net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new probed PFs by Majd Dibbiny · 7 years ago
  93. 745d8ae net/mlx4: Spoofcheck and zero MAC can't coexist by Eugenia Emantayev · 7 years ago
  94. 423b3ae net/mlx4: Change ENOTSUPP to EOPNOTSUPP by Or Gerlitz · 7 years ago
  95. c12f4d7 uapi: fix linux/rds.h userspace compilation errors by Dmitry V. Levin · 7 years ago
  96. ea3ebc7 uapi: fix linux/seg6.h and linux/seg6_iptunnel.h userspace compilation errors by Dmitry V. Levin · 7 years ago
  97. 50ab3af lib: Remove string from parman config selection by Jiri Pirko · 7 years ago
  98. ca92aea forcedeth: Remove return from a void function by Zhu Yanjun · 7 years ago
  99. bc1750f bpf: fix spelling mistake: "proccessed" -> "processed" by Colin Ian King · 7 years ago
  100. 40df93b uapi: fix linux/llc.h userspace compilation error by Dmitry V. Levin · 7 years ago