summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-01-01ptrace: Don't allow accessing an undumpable mmEric W. Biederman
2018-01-01mm: Add a user_ns owner to mm_struct and fix ptrace permission checksEric W. Biederman
2018-01-01mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov
2018-01-01mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned longYASUAKI ISHIMATSU
2018-01-01mm/memory_hotplug: change pfn_to_section_nr/section_nr_to_pfn macro to inline...YASUAKI ISHIMATSU
2017-11-11mm/hugetlb: improve locking in dissolve_free_huge_pages()Gerald Schaefer
2017-11-11mm/init: fix zone boundary creationOliver O'Halloran
2017-11-11PM/hibernate: touch NMI watchdog when creating snapshotChen Yu
2017-11-11mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang
2017-11-11mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit
2017-10-12cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li
2017-10-12mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2017-10-12mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba
2017-10-12mm: fix overflow check in expand_upwards()Helge Deller
2017-10-12mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko
2017-09-15Sanitize 'move_pages()' permission checksLinus Torvalds
2017-09-15ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2017-09-15mm: numa: avoid waiting on freed migrated pagesMark Rutland
2017-09-15swap: cond_resched in swap_cgroup_prepare()Yu Zhao
2017-09-15mm/memory-failure.c: use compound_head() flags for huge pagesJames Morse
2017-09-15mlock: fix mlock count can not decrease in race conditionYisheng Xie
2017-09-15mm/migrate: fix refcount handling when !hugepage_migration_supported()Punit Agrawal
2017-09-15slub/memcg: cure the brainless abuse of sysfs attributesThomas Gleixner
2017-07-02Allow stack to grow up to address space limitHelge Deller
2017-07-02mm: fix new crash in unmapped_area_topdown()Hugh Dickins
2017-07-02mm: larger stack guard gap, between vmasHugh Dickins
2017-06-05mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls
2017-06-05mm: do not access page->mapping directly on page_endioMinchan Kim
2017-06-05mm: vmpressure: fix sending wrong events on underflowVinayak Menon
2017-06-05mm/page_alloc: fix nodes for reclaim in fast pathGavin Shan
2017-06-05mm/huge_memory.c: fix up "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for t...Michal Hocko
2017-04-04vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman
2017-03-16mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko
2017-03-16mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer
2017-03-16mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz
2017-02-23vfs,mm: fix return value of read() at s_maxbytesLinus Torvalds
2017-02-23swapfile: fix memory corruption via malformed swapfileJann Horn
2017-02-23vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang
2017-02-23mm/hugetlb: check for reserved hugepages during memory offlineGerald Schaefer
2017-02-23mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer
2017-02-23mm: filemap: fix mapping->nrpages double accounting in fuseJohannes Weiner
2017-02-23fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2017-02-23Revert "fs: Give dentry to inode_change_ok() instead of inode"Ben Hutchings
2016-11-20mm: filemap: don't plant shadow entries without radix tree nodeJohannes Weiner
2016-11-20fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-11-20mm: workingset: fix crash in shadow node shrinker caused by replace_page_cach...Johannes Weiner
2016-11-20mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang
2016-11-20block: fix bdi vs gendisk lifetime mismatchDan Williams
2016-11-20mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He
2016-10-20mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds