summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-06-22mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng1-1/+3
2015-06-06mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman1-1/+1
2015-05-17mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi1-4/+4
2015-05-17writeback: use |1 instead of +1 to protect against div by zeroTejun Heo1-3/+3
2015-05-17mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi1-4/+4
2015-04-29vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds1-1/+1
2015-04-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-3/+4
2015-04-29mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi1-2/+0
2015-04-19writeback: fix possible underflow in write bandwidth calculationTejun Heo1-1/+4
2015-04-19writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo1-1/+1
2015-04-19mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng1-9/+4
2015-03-18mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1
2015-03-18mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim1-1/+1
2015-03-18mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-03-18mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-03-18mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka1-7/+5
2015-03-18mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi1-2/+3
2015-03-18mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi1-1/+20
2015-03-06mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi1-0/+2
2015-02-11mm: 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-29mm: page_alloc: reduce cost of the fair zone allocation policyMel Gorman1-48/+53
2015-01-29mm: page_alloc: abort fair zone allocation policy when remotes nodes are enco...Mel Gorman1-1/+1
2015-01-29mm: vmscan: only update per-cpu thresholds for online CPUMel Gorman1-1/+1
2015-01-29mm: move zone->pages_scanned into a vmstat counterMel Gorman3-7/+15
2015-01-29mm: rearrange zone fields into read-only, page alloc, statistics and page rec...Mel Gorman2-6/+5
2015-01-29mm: pagemap: avoid unnecessary overhead when tracepoints are deactivatedMel Gorman1-2/+2
2015-01-29memcg, vmscan: Fix forced scan of anonymous pagesJerome Marchand1-8/+15
2015-01-29vmalloc: use rcu list iterator to reduce vmap_area_lock contentionJoonsoo Kim1-3/+3
2015-01-29mm: make copy_pte_range static againJerome Marchand1-1/+1
2015-01-29mm, thp: only collapse hugepages to nodes with affinity for zone_reclaim_modeDavid Rientjes1-0/+26
2015-01-29mm/memory.c: use entry = ACCESS_ONCE(*pte) in handle_pte_fault()Hugh Dickins1-1/+1
2015-01-29shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins1-5/+10
2015-01-29mm: avoid unnecessary atomic operations during end_page_writeback()Mel Gorman1-1/+10
2015-01-29mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman3-128/+91
2015-01-29mm: do not use unnecessary atomic operations when adding pages to the LRUMel Gorman1-2/+4
2015-01-29mm: do not use atomic operations when releasing pagesMel Gorman1-1/+1
2015-01-29mm: shmem: avoid atomic operation during shmem_getpage_gfpMel Gorman1-1/+1
2015-01-29mm: page_alloc: lookup pageblock migratetype with IRQs enabled during freeMel Gorman1-1/+1
2015-01-29mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman4-16/+16
2015-01-29mm: page_alloc: reduce number of times page_to_pfn is calledMel Gorman1-15/+19
2015-01-29mm: page_alloc: use unsigned int for order in more placesMel Gorman1-20/+23
2015-01-29mm: page_alloc: take the ALLOC_NO_WATERMARK check out of the fast pathMel Gorman1-3/+5
2015-01-29mm: page_alloc: only check the alloc flags and gfp_mask for dirty onceMel Gorman1-2/+3
2015-01-29mm: page_alloc: only check the zone id check if pages are buddiesMel Gorman1-3/+13
2015-01-29mm: page_alloc: calculate classzone_idx once from the zonelist refMel Gorman1-25/+35
2015-01-29mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman1-1/+2
2015-01-29mm: page_alloc: do not treat a zone that cannot be used for dirty pages as "f...Mel Gorman1-1/+1
2015-01-29mm: page_alloc: do not update zlc unless the zlc is activeMel Gorman1-1/+1
2015-01-29mm/swap.c: clean up *lru_cache_add* functionsJianyu Zhan1-8/+23