summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2018-06-17mm: hide a #warning for COMPILE_TESTArnd Bergmann1-1/+1
2018-06-17mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-06-17mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman1-2/+12
2018-06-17hugetlbfs: check for pgoff value overflowMike Kravetz1-0/+9
2018-06-17mm/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
2018-01-01mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman1-0/+2
2018-01-01mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov1-10/+4
2018-01-01mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU1-2/+2
2018-01-01mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU1-1/+1
2017-11-11mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer1-3/+9
2017-11-11mm/init: fix zone boundary creationOliver O'Halloran1-7/+10
2017-11-11PM/hibernate: touch NMI watchdog when creating snapshotChen Yu1-2/+18
2017-11-11mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang1-5/+0
2017-11-11mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit1-2/+2
2017-10-12cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-2/+2
2017-10-12mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli1-2/+12
2017-10-12mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba1-5/+4
2017-10-12mm: fix overflow check in expand_upwards()Helge Deller1-1/+1
2017-10-12mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko1-2/+4
2017-09-15Sanitize 'move_pages()' permission checksLinus Torvalds1-8/+3
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-1/+1
2017-09-15mm: numa: avoid waiting on freed migrated pagesMark Rutland1-1/+8
2017-09-15swap: cond_resched in swap_cgroup_prepare()Yu Zhao1-0/+3
2017-09-15mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse1-1/+4
2017-09-15mlock: fix mlock count can not decrease in race conditionYisheng Xie1-2/+3
2017-09-15mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal1-6/+2
2017-09-15slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner1-2/+4
2017-07-02Allow stack to grow up to address space limitHelge Deller1-5/+8
2017-07-02mm: fix new crash in unmapped_area_topdown()Hugh Dickins1-2/+4
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins3-103/+89
2017-06-05mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls1-12/+8
2017-06-05mm: do not access page->mapping directly on page_endioMinchan Kim1-2/+5
2017-06-05mm: vmpressure: fix sending wrong events on underflowVinayak Menon1-1/+9
2017-06-05mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan1-1/+1
2017-06-05mm/huge_memory.c: fix up "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for t...Michal Hocko1-1/+1
2017-04-05vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2-3/+3
2017-03-16mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko1-0/+5
2017-03-16mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer1-3/+16
2017-03-16mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz1-9/+28
2017-02-23vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds1-1/+1
2017-02-23swapfile: fix memory corruption via malformed swapfileJann Horn1-0/+2
2017-02-23vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang1-0/+4
2017-02-23mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer2-6/+24
2017-02-23mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer1-6/+7
2017-02-23mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner1-1/+0
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1