summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-10-09mm: per-thread vma cachingDavidlohr Bueso4-35/+158
2014-10-09vmscan: reclaim_clean_pages_from_list() must use mod_zone_page_state()Christoph Lameter1-1/+1
2014-10-09mm: vmscan: shrink_slab: rename max_pass -> freeableVladimir Davydov1-13/+13
2014-10-09mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaimVladimir Davydov1-2/+2
2014-10-09mm/filemap.c: avoid always dirtying mapping->flags on O_DIRECTJens Axboe1-2/+4
2014-10-09mm: optimize put_mems_allowed() usageMel Gorman6-25/+23
2014-10-09mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit rea...Raghavendra K T1-2/+2
2014-10-09mm, compaction: ignore pageblock skip when manually invoking compactionDavid Rientjes1-0/+1
2014-10-09mm, compaction: determine isolation mode only onceDavid Rientjes1-7/+2
2014-10-09mm/compaction: clean-up code on success of ballon isolationJoonsoo Kim1-7/+4
2014-10-09mm/compaction: check pageblock suitability once per pageblockJoonsoo Kim1-15/+19
2014-10-09mm/compaction: change the timing to check to drop the spinlockJoonsoo Kim1-1/+1
2014-10-09mm/compaction: do not call suitable_migration_target() on every pageJoonsoo Kim1-2/+11
2014-10-09mm/compaction: disallow high-order page for migration targetJoonsoo Kim1-12/+3
2014-10-09mm, compaction: avoid isolating pinned pagesDavid Rientjes1-0/+9
2014-10-09swap: change swap_list_head to plist, add swap_avail_headDan Streetman2-57/+94
2014-10-09swap: change swap_info singly-linked list to list_headDan Streetman2-108/+76
2014-10-09mm: exclude memoryless nodes from zone_reclaimMichal Hocko1-2/+3
2014-10-09mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman1-2/+5
2014-10-09mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long1-2/+2
2014-10-09hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-0/+13
2014-10-09mm: migrate: Close race between migration completion and mprotectMel Gorman1-1/+4
2014-10-05mm: softdirty: keep bit when zapping file ptePeter Feiner1-1/+1
2014-10-05mm, slab: initialize object alignment on cache creationDavid Rientjes1-9/+2
2014-10-05percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo1-0/+1
2014-10-05percpu: fix pcpu_alloc_pages() failure pathTejun Heo1-6/+15
2014-10-05percpu: free percpu allocation info for uniprocessor systemHonggang Li1-0/+2
2014-10-05shmem: fix nlink for rename overwrite directoryMiklos Szeredi1-1/+3
2014-10-05memblock, memhotplug: fix wrong type in memblock_find_in_range_node().Tang Chen1-2/+1
2014-09-05vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov1-6/+3
2014-08-07memcg: oom_notify use-after-free fixMichal Hocko1-0/+4
2014-08-07mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes1-8/+8
2014-08-07mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov1-3/+3
2014-07-31mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi1-0/+1
2014-07-31slab_common: fix the check for duplicate slab namesMikulas Patocka1-1/+1
2014-07-28Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds1-6/+5
2014-07-28shmem: fix splicing from a hole while it's punchedHugh Dickins1-9/+15
2014-07-28shmem: fix faulting into a hole, not taking i_mutexHugh Dickins1-26/+52
2014-07-28shmem: fix faulting into a hole while it's punchedHugh Dickins1-4/+52
2014-07-17cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng1-2/+0
2014-07-17parisc,metag: Do not hardcode maximum userspace stack sizeHelge Deller1-0/+15
2014-07-09mm: fix crashes from mbind() merging vmasHugh Dickins1-26/+20
2014-07-09slab: fix oops when reading /proc/slab_allocatorsJoonsoo Kim1-21/+68
2014-07-09mm/numa: Remove BUG_ON() in __handle_mm_fault()Rik van Riel1-3/+0
2014-07-09mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDERMichal Nazarewicz1-2/+14
2014-07-09mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes1-12/+28
2014-07-09hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi1-28/+43
2014-06-30ext4: fix data integrity sync in ordered modeNamjae Jeon1-5/+6
2014-06-30mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner1-0/+3
2014-06-30mm: fix sleeping function warning from __put_anon_vmaHugh Dickins1-3/+5