Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-09-09mm/zsmalloc.c: change stat type parameter to intMatthias Kaehlcke
2017-09-09mm/mlock.c: use page_zone() instead of page_zone_id()Joonsoo Kim
2017-09-09mm: consider the number in local CPUs when reading NUMA statsKemi Wang
2017-09-09mm: update NUMA counter threshold sizeKemi Wang
2017-09-09mm: change the call sites of numa statistics itemsKemi Wang
2017-09-09mm/memory.c: remove reduntant check for write accessAnshuman Khandual
2017-09-09mm: remove useless vma parameter to offset_il_nodeLaurent Dufour
2017-09-09mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse
2017-09-09mm/hmm: add new helper to hotplug CDM memory regionJérôme Glisse
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-09mm/migrate: allow migrate_vma() to alloc new page on empty entryJérôme Glisse
2017-09-09mm/migrate: support un-addressable ZONE_DEVICE page in migrationJérôme Glisse
2017-09-09mm/migrate: migrate_vma() unmap page from vma while collecting pagesJérôme Glisse
2017-09-09mm/migrate: new memory migration helper for use with device memoryJérôme Glisse
2017-09-09mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPYJérôme Glisse
2017-09-09mm/hmm/devmem: dummy HMM device for ZONE_DEVICE memoryJérôme Glisse
2017-09-09mm/hmm/devmem: device memory hotplug using ZONE_DEVICEJérôme Glisse
2017-09-09mm/memcontrol: support MEMORY_DEVICE_PRIVATEJérôme Glisse
2017-09-09mm/memcontrol: allow to uncharge page without using page->lru fieldJérôme Glisse
2017-09-09mm/ZONE_DEVICE: special case put_page() for device private pagesJérôme Glisse
2017-09-09mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse
2017-09-09mm/hmm/mirror: device page fault handlerJérôme Glisse
2017-09-09mm/hmm/mirror: helper to snapshot CPU page tableJérôme Glisse
2017-09-09mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse
2017-09-09mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse
2017-09-09mm: memory_hotplug: memory hotremove supports thp migrationNaoya Horiguchi
2017-09-09mm: migrate: move_pages() supports thp migrationNaoya Horiguchi
2017-09-09mm: mempolicy: mbind and migrate_pages support thp migrationNaoya Horiguchi
2017-09-09mm: soft-dirty: keep soft-dirty bits over thp migrationNaoya Horiguchi
2017-09-09mm: thp: check pmd migration entry in common pathZi Yan
2017-09-09mm: thp: enable thp migration in generic pathZi Yan
2017-09-09mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi
2017-09-09mm: thp: introduce separate TTU flag for thp freezingNaoya Horiguchi
2017-09-09mm: mempolicy: add queue_pages_required()Naoya Horiguchi
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-09-07Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-09-07Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2017-09-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-07mm,fork: introduce MADV_WIPEONFORKRik van Riel
2017-09-07mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying
2017-09-07mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli
2017-09-07swap: choose swap device according to numa nodeAaron Lu
2017-09-07mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko
2017-09-07mm, oom: do not rely on TIF_MEMDIE for memory reserves accessMichal Hocko
2017-09-07z3fold: use per-cpu unbuddied listsVitaly Wool
2017-09-07mm, swap: don't use VMA based swap readahead if HDD is used as swapHuang Ying
2017-09-07mm, swap: add sysfs interface for VMA based swap readaheadHuang Ying
2017-09-07mm, swap: VMA based swap readaheadHuang Ying
2017-09-07mm, swap: fix swap readahead markingHuang Ying