summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* KAISER: Kernel Address IsolationHugh Dickins2018-01-071-0/+1
* mm/mmu_context, sched/core: Fix mmu_context.h assumptionIngo Molnar2018-01-071-1/+1
* mm/vmstat.c: fix wrong commentSeongJae Park2017-11-261-1/+1
* mm/huge_memory: Fix unused label warningBen Hutchings2017-11-111-1/+0
* PM/hibernate: touch NMI watchdog when creating snapshotChen Yu2017-11-111-2/+18
* mm/mempolicy: fix use after free when calling get_mempolicyzhong jiang2017-11-111-5/+0
* cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2017-10-121-2/+2
* mm: fix overflow check in expand_upwards()Helge Deller2017-10-121-1/+1
* mm/mmap.c: do not blow on PROT_NONE MAP_FIXED holes in the stackMichal Hocko2017-10-121-2/+4
* Sanitize 'move_pages()' permission checksLinus Torvalds2017-09-151-8/+3
* mm: fix NULL ptr dereference in move_pagesSasha Levin2017-09-151-8/+8
* mm: fix NULL ptr dereference in migrate_pagesSasha Levin2017-09-151-4/+7
* mm: fix move/migrate_pages() race on task structChristoph Lameter2017-09-152-30/+38
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2017-09-151-1/+1
* swap: cond_resched in swap_cgroup_prepare()Yu Zhao2017-09-151-0/+3
* mm: fix find_vma_prevMikulas Patocka2017-07-021-2/+10
* mm: simplify find_vma_prev()KOSAKI Motohiro2017-07-021-28/+8
* Allow stack to grow up to address space limitHelge Deller2017-07-021-5/+8
* mm: larger stack guard gap, between vmasHugh Dickins2017-07-022-125/+99
* mm: do not grow the stack vma just because of an overrun on preceding vmaLinus Torvalds2017-07-021-0/+27
* mm/mempolicy.c: fix error handling in set_mempolicy and mbind.Chris Salls2017-06-051-12/+8
* mm/huge_memory.c: fix up "mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for t...Michal Hocko2017-04-041-1/+1
* mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko2017-03-161-0/+5
* mm/huge_memory.c: respect FOLL_FORCE/FOLL_COW for thpKeno Fischer2017-03-161-3/+16
* swapfile: fix memory corruption via malformed swapfileJann Horn2017-02-231-0/+2
* fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-11-201-1/+1
* mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang2016-11-201-1/+2
* mm/hugetlb: avoid soft lockup in set_max_huge_pages()Jia He2016-11-201-0/+4
* mm, gup: close FOLL MAP_PRIVATE raceMichal Hocko2016-10-201-11/+28
* mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger2016-08-221-1/+3
* mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov2016-06-151-4/+4
* thp: introduce hugepage_vma_check()Bob Liu2016-06-151-30/+21
* hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan2016-06-151-5/+11
* mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli2016-04-011-2/+12
* mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa2016-02-271-1/+1
* memcg: only free spare array when readers are doneMartijn Coenen2016-02-131-5/+6
* vmstat: allocate vmstat_wq before it is usedMichal Hocko2016-01-221-1/+2
* mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman2016-01-221-12/+19
* mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi2015-12-301-4/+4
* mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko2015-12-302-5/+20
* mm: make sendfile(2) killableJan Kara2015-11-171-4/+5
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2015-11-171-0/+8
* mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2015-08-121-4/+9
* mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas2015-08-121-1/+13
* fs: Fix S_NOSEC handlingJan Kara2015-08-121-2/+2
* slub: refactoring unfreeze_partials()Joonsoo Kim2015-08-071-31/+14
* writeback: use |1 instead of +1 to protect against div by zeroTejun Heo2015-08-071-3/+3
* mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2015-05-092-3/+8
* writeback: fix possible underflow in write bandwidth calculationTejun Heo2015-05-091-1/+4
* writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo2015-05-091-1/+1