summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-07-12mm/gup.c: mark undo_dev_pagemap as __maybe_unusedGuenter Roeck
2019-07-12mm/gup.c: remove some BUG_ONs from get_gate_page()Andy Lutomirski
2019-07-12mm/gup: speed up check_and_migrate_cma_pages() on huge pagePingfan Liu
2019-07-12mm: mark the page referenced in gup_hugepteChristoph Hellwig
2019-07-12mm: switch gup_hugepte to use try_get_compound_headChristoph Hellwig
2019-07-12mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig
2019-07-12mm: validate get_user_pages_fast flagsChristoph Hellwig
2019-07-12mm: consolidate the get_user_pages* implementationsChristoph Hellwig
2019-07-12mm: reorder code blocks in gup.cChristoph Hellwig
2019-07-12mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig
2019-07-12mm: lift the x86_32 PAE version of gup_get_pte to common codeChristoph Hellwig
2019-07-12mm: simplify gup_fast_permittedChristoph Hellwig
2019-07-12mm: use untagged_addr() for get_user_pages_fast addressesChristoph Hellwig
2019-07-12mm, memcg: add a memcg_slabinfo debugfs fileWaiman Long
2019-07-12mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin
2019-07-12mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pagesRoman Gushchin
2019-07-12mm: memcg/slab: rework non-root kmem_cache lifecycle managementRoman Gushchin
2019-07-12mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlockRoman Gushchin
2019-07-12mm: memcg/slab: don't check the dying flag on kmem_cache creationRoman Gushchin
2019-07-12mm: memcg/slab: unify SLAB and SLUB page accountingRoman Gushchin
2019-07-12mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg()Roman Gushchin
2019-07-12mm: memcg/slab: generalize postponed non-root kmem_cache deactivationRoman Gushchin
2019-07-12mm: memcg/slab: rename slab delayed deactivation functions and fieldsRoman Gushchin
2019-07-12mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_lin...Roman Gushchin
2019-07-12mm: memcontrol: dump memory.stat during cgroup OOMJohannes Weiner
2019-07-12mm, memcg: introduce memory.events.localShakeel Butt
2019-07-12memcg, oom: no oom-kill for __GFP_RETRY_MAYFAILShakeel Butt
2019-07-12mm/mincore.c: fix race between swapoff and mincoreHuang Ying
2019-07-12mm, swap: use rbtree for swap_extentAaron Lu
2019-07-12mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device()Huang Ying
2019-07-12mm, swap: fix race between swapoff and some swap operationsHuang Ying
2019-07-12mm/filemap.c: correct the comment about VM_FAULT_RETRYYang Shi
2019-07-12mm/filemap: don't cast ->readpage to filler_t for do_read_cache_pageChristoph Hellwig
2019-07-12mm/filemap.c: fix an overly long line in read_cache_pageChristoph Hellwig
2019-07-12mm, debug_pagealloc: use a page type instead of page_ext flagVlastimil Babka
2019-07-12mm, page_alloc: more extensive free page checking with debug_pageallocVlastimil Babka
2019-07-12mm, debug_pagelloc: use static keys to enable debuggingVlastimil Babka
2019-07-12mm/failslab.c: by default, do not fail allocations with direct reclaim onlyNicolas Boichat
2019-07-12mm: remove the exporting of totalram_pagesDenis Efremov
2019-07-12mm/page_isolation.c: change the prototype of undo_isolate_page_range()Pingfan Liu
2019-07-12mm: remove the account_page_dirtied exportChristoph Hellwig
2019-07-12mm/memory.c: trivial clean up in insert_page()Miklos Szeredi
2019-07-12mm/gup.c: make follow_page_mask() staticBharath Vedartham
2019-07-12mm/kasan: add object validation in ksize()Marco Elver
2019-07-12mm/slab: refactor common ksize KASAN logic into slab_common.cMarco Elver
2019-07-12mm/kasan: change kasan_check_{read,write} to return booleanMarco Elver
2019-07-12mm/kasan: introduce __kasan_check_{read,write}Marco Elver
2019-07-12mm/kasan: print frame description for stack bugsMarco Elver
2019-07-12mm/kmemleak.c: change error at _write when kmemleak is disabledAndré Almeida
2019-07-12mm/kmemleak.c: fix check for softirq contextDmitry Vyukov