summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-08-04mm, vmstat: make quiet_vmstat lighterMichal Hocko
2019-08-04vmstat: Remove BUG_ON from vmstat_updateChristoph Lameter
2019-08-04mm/mmu_notifier: use hlist_add_head_rcu()Jean-Philippe Brucker
2019-08-04mm/kmemleak.c: fix check for softirq contextDmitry Vyukov
2019-07-10mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King
2019-06-22coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-06-22mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt
2019-06-22mm/cma_debug.c: fix the break condition in cma_maxchunk_get()Yue Hu
2019-06-22mm/cma.c: fix crash on CMA allocation if bitmap allocation failsYue Hu
2019-06-22hugetlbfs: on restore reserve error path retain subpool reservationMike Kravetz
2019-06-11memcg: make it work on sparse non-0-node systemsJiri Slaby
2019-06-11hugetlb: use same fault hash key for shared and private mappingsMike Kravetz
2019-06-11writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo
2019-06-11mm/mincore.c: make mincore() more conservativeJiri Kosina
2019-04-27mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov
2019-04-27mm/slab.c: kmemleak no scan alien cachesQian Cai
2019-04-27mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)
2019-04-27mm/page_ext.c: fix an imbalance with kmemleakQian Cai
2019-04-27mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan
2019-04-27mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi
2019-04-03vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter
2019-04-03mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov
2019-03-23mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev
2019-03-23tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong
2019-03-23tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong
2019-03-23mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko
2019-03-23mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko
2019-03-23hugetlbfs: fix races and page leaks during migrationMike Kravetz
2019-03-23mm: enforce min addr even if capable() in expand_downwards()Jann Horn
2019-03-23numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell
2019-02-06mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand
2019-02-06mm, oom: fix use-after-free in oom_kill_processShakeel Butt
2019-01-26mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster
2019-01-16slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter
2019-01-13hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko
2018-12-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-12-17mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes
2018-12-17mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes
2018-12-17mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes
2018-12-17mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes
2018-12-17mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes
2018-12-17mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes
2018-12-17mm/nommu.c: Switch __get_user_pages_unlocked() to use __get_user_pages()Ben Hutchings
2018-12-17mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes
2018-12-17mm: remove write/force parameters from __get_user_pages_locked()Lorenzo Stoakes
2018-12-17hugetlbfs: check for pgoff value overflowMike Kravetz
2018-12-17mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz
2018-12-13mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...Simon Guo
2018-12-13mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov
2018-12-01tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu