summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2018-11-21mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2018-11-21hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz
2018-11-21mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappingsAndrea Arcangeli
2018-11-21mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko
2018-11-21mm: refuse wrapped vm_brk requestsKees Cook
2018-11-21hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz
2018-11-10mremap: properly flush TLB before releasing the pageLinus Torvalds
2018-10-20mm/vmstat.c: fix outdated vmstat_textJann Horn
2018-10-13mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn
2018-10-10mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black
2018-10-10slub: make ->cpu_partial unsigned intAlexey Dobriyan
2018-09-29mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)
2018-09-19mm: get rid of vmacache_flush_all() entirelyLinus Torvalds
2018-09-15Fixes: Commit cdbf92675fad ("mm: numa: avoid waiting on freed migrated pages")Chas Williams
2018-09-15mm/fadvise.c: fix signed overflow UBSAN complaintAndrey Ryabinin
2018-09-09mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra
2018-09-05mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com
2018-09-05zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang
2018-08-24kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei
2018-08-15x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen
2018-08-15x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-08-15mm: fix cache mode tracking in vm_insert_mixed()Dan Williams