summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-06-11memcg: make it work on sparse non-0-node systemsJiri Slaby1-5/+3
2019-06-11hugetlb: use same fault hash key for shared and private mappingsMike Kravetz1-14/+5
2019-06-11writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo1-0/+1
2019-06-11mm/mincore.c: make mincore() more conservativeJiri Kosina1-1/+22
2019-04-27mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov1-5/+0
2019-04-27mm/slab.c: kmemleak no scan alien cachesQian Cai1-8/+9
2019-04-27mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!Uladzislau Rezki (Sony)1-1/+5
2019-04-27mm/page_ext.c: fix an imbalance with kmemleakQian Cai1-0/+1
2019-04-27mm/cma.c: cma_declare_contiguous: correct err handlingPeng Fan1-1/+3
2019-04-27mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specifiedYang Shi1-2/+6
2019-04-03vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter1-25/+44
2019-04-03mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov1-1/+1
2019-03-23mm/vmalloc: fix size check for remap_vmalloc_range_partial()Roman Penyaev1-1/+1
2019-03-23tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong1-1/+1
2019-03-23tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong1-3/+7
2019-03-23mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zoneMikhail Zaslonko1-0/+3
2019-03-23mm, memory_hotplug: is_mem_section_removable do not pass the end of a zoneMichal Hocko1-1/+2
2019-03-23hugetlbfs: fix races and page leaks during migrationMike Kravetz2-2/+23
2019-03-23mm: enforce min addr even if capable() in expand_downwards()Jann Horn1-4/+3
2019-03-23numa: change get_mempolicy() to use nr_node_ids instead of MAX_NUMNODESRalph Campbell1-3/+3
2019-02-06mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand1-2/+5
2019-02-06mm, oom: fix use-after-free in oom_kill_processShakeel Butt1-0/+8
2019-01-26mm/page-writeback.c: don't break integrity writeback on ->writepage() errorBrian Foster1-14/+21
2019-01-16slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter1-2/+4
2019-01-13hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko1-0/+16
2018-12-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-0/+3
2018-12-17mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2-12/+6
2018-12-17mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2-11/+21
2018-12-17mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes4-26/+15
2018-12-17mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes1-11/+2
2018-12-17mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes3-11/+14
2018-12-17mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes4-21/+12
2018-12-17mm/nommu.c: Switch __get_user_pages_unlocked() to use __get_user_pages()Ben Hutchings1-2/+2
2018-12-17mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes2-13/+20
2018-12-17mm: remove write/force parameters from __get_user_pages_locked()Lorenzo Stoakes1-11/+26
2018-12-17hugetlbfs: check for pgoff value overflowMike Kravetz1-0/+8
2018-12-17mm/hugetlb.c: don't call region_abort if region_chg failsMike Kravetz1-1/+3
2018-12-13mm: mlock: avoid increase mm->locked_vm on mlock() when already mlock2(,MLOCK...Simon Guo1-0/+3
2018-12-13mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov1-2/+6
2018-12-01tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu1-3/+1
2018-11-21mm: migration: fix migration of huge PMD shared pagesMike Kravetz2-2/+91
2018-11-21hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz1-4/+19
2018-11-21mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli1-2/+30
2018-11-21mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2-11/+10
2018-11-21mm: refuse wrapped vm_brk requestsKees Cook1-3/+5
2018-11-21hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz1-0/+6
2018-11-10mremap: properly flush TLB before releasing the pageLinus Torvalds2-6/+21
2018-10-20mm/vmstat.c: fix outdated vmstat_textJann Horn1-1/+0
2018-10-13mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn1-0/+3
2018-10-10mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black1-1/+1