summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2019-04-04hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko1-0/+16
2019-04-04mm, memory_hotplug: do not clear numa_node association after hot_removeMichal Hocko1-29/+1
2019-04-04mm: migration: fix migration of huge PMD shared pagesMike Kravetz2-2/+91
2019-04-04mm: rmap use pte lock not mmap_sem to set PageMlockedHugh Dickins1-25/+11
2019-02-11hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz1-4/+19
2019-02-11memory_hotplug: cond_resched in __remove_pagesMichal Hocko1-0/+2
2019-02-11hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz1-0/+6
2018-12-16mremap: properly flush TLB before releasing the pageLinus Torvalds2-6/+21
2018-12-16mm: cleancache: fix corruption on missed inode invalidationPavel Tikhomirov1-2/+6
2018-12-16mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black1-1/+1
2018-12-16mm/vmstat.c: skip NR_TLB_REMOTE_FLUSH* properlyJann Horn1-0/+3
2018-12-16mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)1-0/+2
2018-12-16mm/tlb: Remove tlb_remove_table() non-concurrent conditionPeter Zijlstra1-9/+0
2018-12-16mm: move tlb_table_flush to tlb_flush_mmu_freeNicholas Piggin1-3/+3
2018-11-20fs/proc: Stop trying to report thread stacksAndy Lutomirski1-33/+1
2018-11-20mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko2-11/+10
2018-11-20mm: refuse wrapped vm_brk requestsKees Cook1-3/+5
2018-11-20mm: hugetlb: yield when prepping struct pagesCannon Matthews1-0/+1
2018-11-20mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONTDaniel Jordan1-1/+1
2018-11-20mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He1-4/+10
2018-11-20ksm: add cond_resched() to the rmap_walksAndrea Arcangeli2-0/+6
2018-11-20mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-1/+2
2018-10-21mmap: relax file size limit for regular filesLinus Torvalds1-1/+1
2018-10-21mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-10-21mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox1-4/+3
2018-10-03x86/speculation/l1tf: Limit swap file size to MAX_PA/2Andi Kleen1-16/+30
2018-10-03x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappingsAndi Kleen2-7/+71
2018-10-03pagewalk: improve vma handlingNaoya Horiguchi1-89/+117
2018-10-03mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi1-7/+2
2018-10-03mm: fix cache mode tracking in vm_insert_mixed()Dan Williams1-2/+6
2018-10-03mm: Add vm_insert_pfn_prot()Andy Lutomirski1-2/+23
2018-10-03mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov9-64/+47
2018-10-03mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov1-17/+17
2018-10-03rmap: drop support of non-linear mappingsKirill A. Shutemov4-272/+10
2018-10-03mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov3-3/+0
2018-10-03mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov1-54/+9
2018-10-03mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov2-69/+22
2018-10-03mm: fix regression in remap_file_pages() emulationKirill A. Shutemov1-5/+29
2018-10-03mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov4-292/+70
2018-09-25mm: get rid of vmacache_flush_all() entirelyLinus Torvalds1-36/+0
2018-06-16mm/mempolicy.c: avoid use uninitialized preferred_nodeYisheng Xie1-0/+3
2018-06-16mm: hide a #warning for COMPILE_TESTArnd Bergmann1-1/+1
2018-06-16mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-06-16mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman1-2/+12
2018-06-16hugetlbfs: check for pgoff value overflowMike Kravetz1-0/+9
2018-06-16mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie1-2/+1
2018-03-03mm/mprotect: add a cond_resched() inside change_pmd_range()Anshuman Khandual1-2/+4
2018-01-09KAISER: Kernel Address IsolationRichard Fellner1-0/+1
2018-01-09mm/mmu_context, sched/core: Fix mmu_context.h assumptionIngo Molnar1-1/+1
2018-01-01ptrace: Don't allow accessing an undumpable mmEric W. Biederman2-2/+2