summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Change mincore() to count "mapped" pages rather than "cached" pagesLinus Torvalds2019-01-061-81/+13
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-0511-22/+87
|\
| * mm/page_io.c: fix polled swap page inJens Axboe2019-01-041-1/+3
| * fs: don't open code lru_to_page()Nikolay Borisov2019-01-041-1/+1
| * mm/: remove caller signal_pending branch predictionsDavidlohr Bueso2019-01-043-3/+3
| * mm: speed up mremap by 20x on large regionsJoel Fernandes (Google)2019-01-041-0/+64
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-046-17/+16
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-6/+4
|/
* block: don't use un-ordered __set_current_state(TASK_UNINTERRUPTIBLE)Linus Torvalds2019-01-021-2/+1
* Merge tag 'docs-5.0' of git://git.lwn.net/linuxLinus Torvalds2018-12-291-4/+31
|\
| * slab: make kmem_cache_create{_usercopy} description proper kernel-docMike Rapoport2018-12-201-4/+31
* | Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds2018-12-291-2/+3
|\ \
| * | percpu: convert spin_lock_irq to spin_lock_irqsave.Dennis Zhou2018-12-181-2/+3
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-2857-1770/+2454
|\ \ \
| * | | memcg, oom: notify on oom killer invocation from the charge pathMichal Hocko2018-12-281-2/+18
| * | | mm, swap: fix swapoff with KSM pagesHuang Ying2018-12-281-1/+2
| * | | mm/hmm: fix memremap.h, move dev_page_fault_t callback to hmmDan Williams2018-12-281-2/+2
| * | | hugetlbfs: Use i_mmap_rwsem to fix page fault/truncate raceMike Kravetz2018-12-281-11/+10
| * | | hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronizationMike Kravetz2018-12-285-20/+88
| * | | mm: remove __hugepage_set_anon_rmap()Kirill Tkhai2018-12-281-21/+4
| * | | mm/page_alloc.c: allow error injectionBenjamin Poirier2018-12-281-2/+8
| * | | mm: migrate: drop unused argument of migrate_page_move_mapping()Jan Kara2018-12-281-4/+3
| * | | mm: migrate: provide buffer_migrate_page_norefs()Jan Kara2018-12-281-7/+53
| * | | mm: migrate: move migrate_page_lock_buffers()Jan Kara2018-12-281-50/+42
| * | | mm: migrate: lock buffers before migrate_page_move_mapping()Jan Kara2018-12-281-26/+13
| * | | mm: migration: factor out code to compute expected number of page referencesJan Kara2018-12-281-10/+17
| * | | mm, page_alloc: enable pcpu_drain with zone capabilityWei Yang2018-12-281-6/+16
| * | | kmemleak: add config to select auto scanSri Krishna chowdary2018-12-281-4/+6
| * | | mm/page_alloc.c: don't call kasan_free_pages() at deferred mem initWaiman Long2018-12-281-8/+29
| * | | mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPESPingfan Liu2018-12-281-0/+1
| * | | ksm: react on changing "sleep_millisecs" parameter fasterKirill Tkhai2018-12-281-2/+8
| * | | mm, fault_around: do not take a reference to a locked pageMichal Hocko2018-12-281-0/+7
| * | | mm, memory_hotplug: deobfuscate migration part of offliningMichal Hocko2018-12-281-29/+33
| * | | mm, memory_hotplug: try to migrate full pfn rangeMichal Hocko2018-12-281-6/+2
| * | | mm, thp, proc: report THP eligibility for each vmaMichal Hocko2018-12-282-3/+13
| * | | mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse2018-12-2812-209/+185
| * | | mm/mmu_notifier: use structure for invalidate_range_start/end callbackJérôme Glisse2018-12-282-16/+28
| * | | hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko2018-12-281-0/+16
| * | | mm, kmemleak: little optimization while scanningOscar Salvador2018-12-281-3/+6
| * | | mm/filemap.c: remove useless check in pagecache_get_page()Kirill Tkhai2018-12-281-1/+1
| * | | mm/page_alloc.c: drop uneeded __meminit and __meminitdataOscar Salvador2018-12-281-14/+14
| * | | mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster2018-12-281-14/+21
| * | | mm/hmm.c: remove set but not used variable 'devmem'YueHaibing2018-12-281-3/+0
| * | | mm, hotplug: move init_currently_empty_zone() under zone_span_lock protectionWei Yang2018-12-281-3/+2
| * | | mm, sparse: pass nid instead of pgdat to sparse_add_one_section()Wei Yang2018-12-282-5/+5
| * | | mm, sparse: drop pgdat_resize_lock in sparse_add/remove_one_section()Wei Yang2018-12-281-8/+1
| * | | mm/memblock.c: skip kmemleak for kasan_init()Qian Cai2018-12-281-8/+11
| * | | mm, memory_hotplug: add nid parameter to arch_remove_memoryOscar Salvador2018-12-281-1/+1
| * | | mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init()Wei Yang2018-12-281-7/+6
| * | | mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins2018-12-284-33/+82