summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-01-17slab: 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
2018-10-10slub: make ->cpu_partial unsigned intAlexey Dobriyan1-3/+3
2018-09-29mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)1-0/+2
2018-09-19mm: get rid of vmacache_flush_all() entirelyLinus Torvalds2-40/+2
2018-09-15Fixes: Commit cdbf92675fad ("mm: numa: avoid waiting on freed migrated pages")Chas Williams1-1/+1
2018-09-15mm/fadvise.c: fix signed overflow UBSAN complaintAndrey Ryabinin1-2/+6
2018-09-09mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra1-9/+0
2018-09-05mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com1-0/+3
2018-09-05zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang1-0/+9
2018-08-24kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei1-2/+3
2018-08-15x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-16/+30
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2-7/+71
2018-08-15mm: fix cache mode tracking in vm_insert_mixed()Dan Williams1-2/+6
2018-08-15mm: Add vm_insert_pfn_prot()Andy Lutomirski1-2/+23
2018-08-06mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre1-1/+1
2018-08-06mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya1-1/+2
2018-07-25mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia1-1/+1
2018-07-11mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-2/+0
2018-07-11mm: hugetlb: yield when prepping struct pagesCannon Matthews1-0/+1
2018-06-13mmap: relax file size limit for regular filesLinus Torvalds1-1/+1
2018-06-13mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-06-06mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-05-30mm: fix races between address_space dereference and free in page_evicatableHuang Ying1-1/+7
2018-05-30mm/ksm: fix interaction with THPClaudio Imbrenda1-0/+28