summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2019-05-02coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli
2019-05-02mm: enforce min addr even if capable() in expand_downwards()Jann Horn
2019-05-02mm/mmap.c: expand_downwards: don't require the gap if !vm_prevOleg Nesterov
2019-05-02tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong
2019-05-02tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong
2019-05-02mm: migrate: don't rely on __PageMovable() of newpage after unlocking itDavid Hildenbrand
2019-05-02mm: hwpoison: use do_send_sig_info() instead of force_sig()Naoya Horiguchi
2019-05-02mm, oom: fix use-after-free in oom_kill_processShakeel Butt
2019-04-04hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko
2019-04-04mm, memory_hotplug: do not clear numa_node association after hot_removeMichal Hocko
2019-04-04mm: migration: fix migration of huge PMD shared pagesMike Kravetz
2019-04-04mm: rmap use pte lock not mmap_sem to set PageMlockedHugh Dickins
2019-02-11hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz
2019-02-11memory_hotplug: cond_resched in __remove_pagesMichal Hocko
2019-02-11hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz
2018-12-16mremap: properly flush TLB before releasing the pageLinus Torvalds
2018-12-16mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov
2018-12-16mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black
2018-12-16mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn
2018-12-16mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)
2018-12-16mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra
2018-12-16mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin
2018-11-20fs/proc: Stop trying to report thread stacksAndy Lutomirski
2018-11-20mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko
2018-11-20mm: refuse wrapped vm_brk requestsKees Cook
2018-11-20mm: hugetlb: yield when prepping struct pagesCannon Matthews
2018-11-20mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONTDaniel Jordan
2018-11-20mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He
2018-11-20ksm: add cond_resched() to the rmap_walksAndrea Arcangeli
2018-11-20mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka
2018-10-21mmap: relax file size limit for regular filesLinus Torvalds
2018-10-21mmap: introduce sane default mmap limitsLinus Torvalds
2018-10-21mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox
2018-10-03x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen
2018-10-03x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen
2018-10-03pagewalk: improve vma handlingNaoya Horiguchi
2018-10-03mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi
2018-10-03mm: fix cache mode tracking in vm_insert_mixed()Dan Williams
2018-10-03mm: Add vm_insert_pfn_prot()Andy Lutomirski
2018-10-03mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov
2018-10-03mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov
2018-10-03rmap: drop support of non-linear mappingsKirill A. Shutemov
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov
2018-10-03mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov
2018-10-03mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov
2018-10-03mm: fix regression in remap_file_pages() emulationKirill A. Shutemov
2018-10-03mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov
2018-09-25mm: get rid of vmacache_flush_all() entirelyLinus Torvalds
2018-06-16mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie
2018-06-16mm: hide a #warning for COMPILE_TESTArnd Bergmann