1. 288bc54 mm/autonuma: let architecture override how the write bit should be stashed in a protnone pte. by Aneesh Kumar K.V · 8 years ago
  2. cee216a mm/autonuma: don't use set_pte_at when updating protnone ptes by Aneesh Kumar K.V · 8 years ago
  3. 3f472cc mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROW by Steven Rostedt (VMware) · 8 years ago
  4. c2f8314 mm, vmscan: clear PGDAT_WRITEBACK when zone is balanced by Mel Gorman · 8 years ago
  5. 8f526e1 drm: remove unnecessary fault wrappers by Ross Zwisler · 8 years ago
  6. 166f61b mm: codgin-style fixes by Tobin C Harding · 8 years ago
  7. 7f2b6ce mm/memory.c: use NULL instead of literal 0 by Tobin C Harding · 8 years ago
  8. f2bf14d mm/page_alloc.c: remove duplicate inclusion of page_ext.h by Masanari Iida · 8 years ago
  9. 5d17a73 vmalloc: back off when the current task is killed by Michal Hocko · 8 years ago
  10. dbe43d4 mm: cma: print allocation failure reason and bitmap status by Jaewon Kim · 8 years ago
  11. def5efe mm, madvise: fail with ENOMEM when splitting vma will hit max_map_count by David Rientjes · 8 years ago
  12. 712c604 mm: wire up GFP flag passing in dma_alloc_from_contiguous by Lucas Stach · 8 years ago
  13. e2f466e mm: cma_alloc: allow to specify GFP mask by Lucas Stach · 8 years ago
  14. ca96b62 mm: alloc_contig_range: allow to specify GFP mask by Lucas Stach · 8 years ago
  15. 5a02026 userfaultfd: documentation update by Mike Rapoport · 8 years ago
  16. 9633318 userfaultfd_copy: return -ENOSPC in case mm has gone by Mike Rapoport · 8 years ago
  17. 27d0256 userfaultfd: mcopy_atomic: return -ENOENT when no compatible VMA found by Mike Rapoport · 8 years ago
  18. ca49ca7 userfaultfd: non-cooperative: add event for exit() notification by Mike Rapoport · 8 years ago
  19. 897ab3e userfaultfd: non-cooperative: add event for memory unmaps by Mike Rapoport · 8 years ago
  20. 846b1a0 mm: call vm_munmap in munmap syscall instead of using open coded version by Mike Rapoport · 8 years ago
  21. 3fe8796 mm: convert remove_migration_pte() to use page_vma_mapped_walk() by Kirill A. Shutemov · 8 years ago
  22. d53a8b4 mm: drop page_check_address{,_transhuge} by Kirill A. Shutemov · 8 years ago
  23. 6a328a6 mm: convert page_mapped_in_vma() to use page_vma_mapped_walk() by Kirill A. Shutemov · 8 years ago
  24. 14fa2da mm, uprobes: convert __replace_page() to use page_vma_mapped_walk() by Kirill A. Shutemov · 8 years ago
  25. 36eaff3 mm, ksm: convert write_protect_page() to use page_vma_mapped_walk() by Kirill A. Shutemov · 8 years ago
  26. c7ab0d2 mm: convert try_to_unmap_one() to use page_vma_mapped_walk() by Kirill A. Shutemov · 8 years ago
  27. f27176c mm: convert page_mkclean_one() to use page_vma_mapped_walk() by Kirill A. Shutemov · 8 years ago
  28. a8fa41ad mm, rmap: check all VMAs that PTE-mapped THP can be part of by Kirill A. Shutemov · 8 years ago
  29. 699fa21 mm: fix handling PTE-mapped THPs in page_idle_clear_pte_refs() by Kirill A. Shutemov · 8 years ago
  30. 8eaeded mm: fix handling PTE-mapped THPs in page_referenced() by Kirill A. Shutemov · 8 years ago
  31. ace71a1 mm: introduce page_vma_mapped_walk() by Kirill A. Shutemov · 8 years ago
  32. c839481 uprobes: split THPs before trying to replace them by Kirill A. Shutemov · 8 years ago
  33. 0efadf4 mm/hotplug: enable memory hotplug for non-lru movable pages by Yisheng Xie · 8 years ago
  34. 85fbe5d HWPOISON: soft offlining for non-lru movable page by Yisheng Xie · 8 years ago
  35. cbae017 mm/migration: make isolate_movable_page always defined by Yisheng Xie · 8 years ago
  36. 9e5bcd6 mm/migration: make isolate_movable_page() return int type by Yisheng Xie · 8 years ago
  37. 5a27aa8 z3fold: add kref refcounting by Vitaly Wool · 8 years ago
  38. 2f1e5e4 z3fold: use per-page spinlock by Vitaly Wool · 8 years ago
  39. 1b096e5 z3fold: extend compaction function by Vitaly Wool · 8 years ago
  40. ede9321 z3fold: fix header size related issues by Vitaly Wool · 8 years ago
  41. 12d59ae z3fold: make pages_nr atomic by Vitaly Wool · 8 years ago
  42. 220ced1 mm: fix get_user_pages() vs device-dax pud mappings by Dan Williams · 8 years ago
  43. c791ace mm: replace FAULT_FLAG_SIZE with parameter to huge_fault by Dave Jiang · 8 years ago
  44. 9557fee dax: support for transparent PUD pages for device DAX by Dave Jiang · 8 years ago
  45. a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 8 years ago
  46. a2d5816 mm,fs,dax: change ->pmd_fault to ->huge_fault by Dave Jiang · 8 years ago
  47. bd233f5 mm, page_alloc: use static global work_struct for draining per-cpu pages by Mel Gorman · 8 years ago
  48. 5104782 mm, page_alloc: don't check cpuset allowed twice in fast-path by Vlastimil Babka · 8 years ago
  49. df76cee mm, page_alloc: remove redundant checks from alloc fastpath by Vlastimil Babka · 8 years ago
  50. a09759a zram: remove waitqueue for IO done by Minchan Kim · 8 years ago
  51. 3edf41d mm: fix comments for mmap_init() by seokhoon.yoon · 8 years ago
  52. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  53. 374ad05 mm, page_alloc: only use per-cpu allocator for irq-safe requests by Mel Gorman · 8 years ago
  54. a459eeb mm, page_alloc: do not depend on cpu hotplug locks inside the allocator by Michal Hocko · 8 years ago
  55. 0ccce3b mm, page_alloc: drain per-cpu pages from workqueue context by Mel Gorman · 8 years ago
  56. 9cd7555 mm, page_alloc: split alloc_pages_nodemask() by Mel Gorman · 8 years ago
  57. 066b239 mm, page_alloc: split buffered_rmqueue() by Mel Gorman · 8 years ago
  58. c55e8d0 mm: vmscan: move dirty pages out of the way until they're flushed by Johannes Weiner · 8 years ago
  59. 4eda482 mm: vmscan: only write dirty pages that the scanner has seen twice by Johannes Weiner · 8 years ago
  60. bbef938 mm: vmscan: remove old flusher wakeup from direct reclaim path by Johannes Weiner · 8 years ago
  61. 726d061 mm: vmscan: kick flushers when we encounter dirty pages on the LRU by Johannes Weiner · 8 years ago
  62. 1276ad6 mm: vmscan: scan dirty pages even in laptop mode by Johannes Weiner · 8 years ago
  63. 64527f5 userfaultfd: non-cooperative: selftest: enable REMOVE event test for shmem by Mike Rapoport · 8 years ago
  64. a6bf53e userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE request by Mike Rapoport · 8 years ago
  65. d811914 userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE by Mike Rapoport · 8 years ago
  66. 0262d9c memblock: embed memblock type name within struct memblock_type by Heiko Carstens · 8 years ago
  67. 409efd4 memblock: also dump physmem list within __memblock_dump_all by Heiko Carstens · 8 years ago
  68. 7409c5f memblock: let memblock_type_name know about physmem type by Heiko Carstens · 8 years ago
  69. 997126b mm/memory_hotplug.c: unexport __remove_pages() by Andrew Morton · 8 years ago
  70. 3fc2192 mm: validate device_hotplug is held for memory hotplug by Dan Williams · 8 years ago
  71. b5d24fd mm, devm_memremap_pages: hold device_hotplug lock over mem_hotplug_{begin, done} by Dan Williams · 8 years ago
  72. 299c517 mm, oom: header nodemask is NULL when cpusets are disabled by David Rientjes · 8 years ago
  73. e86c59b mm/ksm: improve deduplication of zero pages with colouring by Claudio Imbrenda · 8 years ago
  74. 8d4a017 cris: use generic current.h by Davidlohr Bueso · 8 years ago
  75. f1ef09f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  76. ef96152 Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  77. 64a5771 lib/Kconfig: make PRIME_NUMBERS not user selectable. by Dave Airlie · 8 years ago
  78. 7fef80a drm/tinydrm: helpers: Properly fix backlight dependency by Noralf Trønnes · 8 years ago
  79. ce8c013 drm/tinydrm: mipi-dbi: Fix field width specifier warning by Noralf Trønnes · 8 years ago
  80. b401f34 drm/tinydrm: mipi-dbi: Silence: ‘cmd’ may be used uninitialized by Noralf Trønnes · 8 years ago
  81. d5500a0 Merge tag 'usercopy-v4.11-rc1.fix' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  82. b2e3c43 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  83. c61c15e0 Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  84. 195849e Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  85. 54fff78 Merge tag 'armsoc-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  86. c35675f Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  87. 6ae52c6 Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  88. af8999f Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  89. 1e8ad3d Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 8 years ago
  90. 894ebc4 Merge tag 'drm/panel/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 8 years ago
  91. 84f7174 Merge tag 'drm/tegra/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next by Dave Airlie · 8 years ago
  92. 60e8d3e Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  93. 190c3ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  94. af17fe7 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  95. f14cc3b Merge tag 'vfio-v4.11-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  96. 9c47137 bpf: Fix bpf_xdp_event_output by Martin KaFai Lau · 8 years ago
  97. 5bcbe22 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  98. 1db934a Merge tag 'rpmsg-v4.11' of git://github.com/andersson/remoteproc by Linus Torvalds · 8 years ago
  99. a3919ca Merge tag 'rproc-v4.11' of git://github.com/andersson/remoteproc by Linus Torvalds · 8 years ago
  100. 15192b0 Merge tag 'gfs2-4.11.addendum' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago