summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* mm/memory.c: actually remap enough memoryGrazvydas Ignotas2015-05-091-1/+1
* mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-05-091-1/+1
* mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-05-091-1/+1
* mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi2015-05-091-2/+3
* mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi2015-05-091-1/+16
* mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi2015-05-091-15/+35
* mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim2015-03-061-1/+4
* vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds2015-02-201-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-202-3/+3
* mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov2015-02-201-2/+7
* mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds2015-02-201-2/+5
* mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2015-02-202-41/+29
* mm: remove unused arg of set_page_dirty_balance()Miklos Szeredi2015-02-202-3/+3
* mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov2015-02-201-1/+41
* mm: propagate error from stack expansion even for guard pageLinus Torvalds2015-02-201-2/+2
* mm: fix swapoff hang after page migration and forkHugh Dickins2015-01-011-13/+13
* mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara2014-12-141-1/+0
* mm, thp: fix collapsing of hugepages on madviseDavid Rientjes2014-12-142-9/+10
* cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan2014-12-141-0/+1
* zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon2014-12-141-1/+3
* vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara2014-12-141-1/+55
* mm: migrate: Close race between migration completion and mprotectMel Gorman2014-11-051-1/+4
* shmem: fix nlink for rename overwrite directoryMiklos Szeredi2014-11-051-1/+3
* percpu: free percpu allocation info for uniprocessor systemHonggang Li2014-11-051-0/+2
* percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo2014-11-051-0/+1
* percpu: fix pcpu_alloc_pages() failure pathTejun Heo2014-11-051-6/+15
* slab/mempolicy: always use local policy from interrupt contextAndi Kleen2014-09-133-4/+10
* mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes2014-09-131-8/+8
* mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas2014-08-062-5/+13
* mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi2014-08-061-0/+1