summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-03-16mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi3-34/+44
2015-03-16mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-15/+15
2015-03-16mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi1-2/+0
2015-03-12vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds1-1/+1
2015-03-12vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-3/+4
2015-03-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1
2015-03-12mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim1-1/+1
2015-03-12mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-03-12mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-03-12mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi1-2/+3
2015-03-12mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi1-1/+18
2015-03-02mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi1-0/+2
2015-02-09mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim1-1/+4
2015-01-29mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko1-11/+9
2015-01-26mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2015-01-26mm: propagate error from stack expansion even for guard pageLinus Torvalds1-2/+2
2015-01-26mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka1-11/+13
2015-01-13thp: close race between split and zap huge pagesKirill A. Shutemov1-3/+10
2015-01-09mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins4-13/+20
2015-01-07mm: fix anon_vma_clone() error treatmentDaniel Forrest2-5/+11
2015-01-07mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2015-01-07mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton1-3/+5
2015-01-07mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang1-1/+3
2014-12-03fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-2/+2
2014-11-13mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara1-1/+0
2014-11-13cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan1-0/+1
2014-11-13mm: free compound page with correct orderYu Zhao1-2/+2
2014-11-13OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko2-0/+25
2014-11-13vfs: fix data corruption when blocksize < pagesize for mmaped dataJan Kara1-0/+57
2014-11-13Revert "percpu: free percpu allocation info for uniprocessor system"Guenter Roeck1-2/+0
2014-11-03mm: page_alloc: fix zone allocation fairness on UPJohannes Weiner1-4/+3
2014-10-31mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner1-3/+30
2014-10-13mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman1-2/+5
2014-10-13mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long1-2/+2
2014-10-13mm: migrate: Close race between migration completion and mprotectMel Gorman1-1/+4
2014-10-13mm, slab: initialize object alignment on cache creationDavid Rientjes1-9/+2
2014-10-13percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo1-0/+1
2014-10-13percpu: fix pcpu_alloc_pages() failure pathTejun Heo1-6/+15
2014-10-13percpu: free percpu allocation info for uniprocessor systemHonggang Li1-0/+2
2014-10-13shmem: fix nlink for rename overwrite directoryMiklos Szeredi1-1/+3
2014-09-26mm: new_vma_page() cannot see NULL vma for hugetlb pagesMichal Hocko1-4/+2
2014-09-26mm/mempolicy: fix !vma in new_vma_page()Wanpeng Li1-6/+8
2014-09-26mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman1-48/+53
2014-09-26mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco...Mel Gorman1-1/+1
2014-09-26mm: vmscan: only update per-cpu thresholds for online CPUMel Gorman1-1/+1
2014-09-26mm: move zone->pages_scanned into a vmstat counterMel Gorman3-7/+15
2014-09-26mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman2-6/+5
2014-09-26mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman1-2/+2
2014-09-26memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand1-8/+15
2014-09-26vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim1-3/+3