aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* shmem: fix splicing from a hole while it's punchedHugh Dickins2014-08-061-9/+15
* shmem: fix faulting into a hole, not taking i_mutexHugh Dickins2014-08-061-20/+44
* shmem: fix faulting into a hole while it's punchedHugh Dickins2014-08-062-25/+91
* cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng2014-08-061-2/+0
* mm: fix crashes from mbind() merging vmasHugh Dickins2014-07-111-26/+20
* mm: revert 0def08e3 ("mm/mempolicy.c: check return code of check_range")Minchan Kim2014-07-111-4/+7
* hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi2014-07-111-28/+43
* mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin2014-07-111-2/+1
* mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner2014-07-111-0/+3
* mm: fix sleeping function warning from __put_anon_vmaHugh Dickins2014-07-111-3/+5
* mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem addressWill Deacon2014-07-111-1/+1
* mm/memory-failure.c: fix memory leak by race between poison and unpoisonNaoya Horiguchi2014-06-091-0/+2