aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-08mm: remove useless vma parameter to offset_il_nodeLaurent Dufour1-4/+3
2017-09-08mm/hmm: fix build when HMM is disabledJérôme Glisse1-2/+1
2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse8-32/+54
2017-09-08mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse2-5/+86
2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse14-47/+159
2017-09-08mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse2-9/+205
2017-09-08mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse4-30/+165
2017-09-08mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse1-29/+112
2017-09-08mm/migrate: new memory migration helper for use with device memoryJérôme Glisse2-0/+596
2017-09-08mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse9-15/+86
2017-09-08mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse2-1/+102
2017-09-08mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse2-1/+533
2017-09-08mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse2-4/+49
2017-09-08mm/memcontrol: allow to uncharge page without using page->lru fieldJérôme Glisse1-76/+92
2017-09-08mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse4-10/+67
2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse11-6/+309
2017-09-08mm/memory_hotplug: introduce add_pagesMichal Hocko3-7/+30
2017-09-08mm/hmm/mirror: device page fault handlerJérôme Glisse2-12/+271
2017-09-08mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse2-2/+338
2017-09-08mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse3-15/+260
2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse6-1/+249
2017-09-08hmm: heterogeneous memory management documentationJérôme Glisse2-0/+391
2017-09-08mm: memory_hotplug: memory hotremove supports thp migrationNaoya Horiguchi2-2/+17
2017-09-08mm: migrate: move_pages() supports thp migrationNaoya Horiguchi1-13/+32
2017-09-08mm: mempolicy: mbind and migrate_pages support thp migrationNaoya Horiguchi1-29/+79
2017-09-08mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi5-15/+92
2017-09-08mm: thp: check pmd migration entry in common pathZi Yan9-27/+147
2017-09-08mm: thp: enable thp migration in generic pathZi Yan7-13/+212
2017-09-08mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi3-0/+17
2017-09-08mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi3-5/+7
2017-09-08mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1Naoya Horiguchi2-8/+14
2017-09-08mm: mempolicy: add queue_pages_required()Naoya Horiguchi1-5/+17
2017-09-08RDMA/netlink: clean up message validity array initializerLinus Torvalds1-6/+5
2017-09-08RDAM/netlink: Fix out-of-bound access while checking message validityLeon Romanovsky1-3/+4
2017-09-07fs: aio: fix the increment of aio-nr and counting against aio-max-nrMauricio Faria de Oliveira1-7/+12
2017-09-06x86/mm: Document how CR4.PCIDE restore worksAndy Lutomirski1-0/+13
2017-09-06x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski4-0/+49
2017-09-06mm,fork: introduce MADV_WIPEONFORKRik van Riel10-10/+39
2017-09-06x86,mpx: make mpx depend on x86-64 to free up VMA flagRik van Riel2-3/+9
2017-09-06mm: add /proc/pid/smaps_rollupDaniel Colascione4-62/+170
2017-09-06mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying3-7/+41
2017-09-06mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli4-33/+23
2017-09-06swap: choose swap device according to numa nodeAaron Lu3-27/+164
2017-09-06mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko2-5/+6
2017-09-06mm, oom: do not rely on TIF_MEMDIE for memory reserves accessMichal Hocko3-23/+73
2017-09-06z3fold: use per-cpu unbuddied listsVitaly Wool1-135/+344
2017-09-06mm, swap: don't use VMA based swap readahead if HDD is used as swapHuang Ying2-6/+13
2017-09-06mm, swap: add sysfs interface for VMA based swap readaheadHuang Ying2-0/+106
2017-09-06mm, swap: VMA based swap readaheadHuang Ying5-25/+273
2017-09-06mm, swap: fix swap readahead markingHuang Ying1-7/+11