aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-07-11memblock: free allocated memblock_reserved_regions laterYinghai Lu2-43/+46
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu3-7/+15
2012-07-11mm: sparse: fix section usemap placement calculationYinghai Lu1-1/+1
2012-07-11shmem: cleanup shmem_add_to_page_cacheHugh Dickins1-30/+28
2012-07-11shmem: fix negative rss in memcg memory.statHugh Dickins1-12/+29
2012-07-11tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins1-93/+1
2012-07-11mm/memory_hotplug.c: release memory resources if hotadd_new_pgdat() failsWen Congyang1-1/+1
2012-07-11mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes1-1/+4
2012-07-11memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu1-2/+5
2012-07-06mm: Hold a file reference in madvise_removeAndy Lutomirski1-4/+14
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2012-06-20mm, mempolicy: fix mbind() to do synchronous migrationDavid Rientjes1-1/+1
2012-06-20mm/memblock: fix overlapping allocation when doubling reserved arrayGreg Pearson1-4/+32
2012-06-20mm/memory.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-06-20mm: fix kernel-doc warningsWanpeng Li6-13/+11
2012-06-20mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_rangeDavid Rientjes1-1/+9
2012-06-20memcg: fix use_hierarchy css_is_ancestor oops regressionHugh Dickins1-1/+1
2012-06-20mm, oom: fix and cleanup oom score calculationsDavid Rientjes1-8/+7
2012-06-15swap: fix shmem swapping when more than 8 areasHugh Dickins1-8/+4
2012-06-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+20
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet1-1/+2
2012-06-08mm, oom: fix badness score underflowDavid Rientjes1-2/+2
2012-06-08memblock: Document memblock_is_region_{memory,reserved}()Stephen Boyd1-0/+20
2012-06-07shmem: replace_page must flush_dcache and othersHugh Dickins1-20/+37
2012-06-04Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-06-04nommu: fix compilation of nommu.cGreg Ungerer1-1/+1
2012-06-04Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-13/+385
2012-06-03Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds3-131/+28
2012-06-03mm: fix warning in __set_page_dirty_nobuffersHugh Dickins1-1/+4
2012-06-01Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+13
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-176/+58
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik2-2/+6
2012-06-01unexport do_munmap()Al Viro1-1/+0
2012-06-01new helper: vm_mmap_pgoff()Al Viro4-57/+36
2012-06-01kill do_mmap() completelyAl Viro2-22/+10
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro2-4/+4
2012-06-01move security_mmap_addr() to saner placeAl Viro2-21/+3
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro2-21/+24
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+8
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh1-8/+8
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro3-7/+14
2012-05-30unexport do_mmap()Al Viro2-2/+0
2012-05-30merge do_mremap() into sys_mremap()Al Viro1-14/+5
2012-05-30fs: move file_remove_suid() to fs/inode.cCong Wang1-65/+0
2012-05-30mm: fix vma_resv_map() NULL pointerDave Hansen1-1/+2
2012-05-29->encode_fh() API changeAl Viro2-8/+4
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa1-2/+29
2012-05-29memcg: always free struct memcg through schedule_work()Glauber Costa1-11/+13
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins5-144/+103
2012-05-29mm: trivial cleanups in vmscan.cHugh Dickins1-21/+10
2012-05-29mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins2-15/+14
2012-05-29mm: memcg: print statistics from live countersJohannes Weiner1-102/+66
2012-05-29mm: memcg: group swapped-out statistics counter logicallyJohannes Weiner1-2/+2
2012-05-29mm: memcg: keep ratelimit counter separate from event countersJohannes Weiner1-3/+3
2012-05-29mm: memcg: print statistics directly to seq_fileJohannes Weiner1-28/+27
2012-05-29mm: memcg: convert numa stat to read_seq_string interfaceJohannes Weiner1-20/+3
2012-05-29mm: memcg: remove obsolete statistics array boundary enum itemJohannes Weiner1-2/+1
2012-05-29memcg: don't uncharge in mem_cgroup_move_account()KAMEZAWA Hiroyuki1-14/+6
2012-05-29memcg: move charges to root cgroup if use_hierarchy=0KAMEZAWA Hiroyuki1-23/+11
2012-05-29memcg: use res_counter_uncharge_until() in move_parent()KAMEZAWA Hiroyuki1-6/+36
2012-05-29mm/vmscan: kill struct mem_cgroup_zoneKonstantin Khlebnikov1-20/+6
2012-05-29mm/vmscan: push lruvec pointer into should_continue_reclaim()Konstantin Khlebnikov1-5/+3
2012-05-29mm/vmscan: push lruvec pointer into get_scan_count()Konstantin Khlebnikov1-16/+9
2012-05-29mm/vmscan: push lruvec pointer into shrink_list()Konstantin Khlebnikov1-22/+12
2012-05-29mm/vmscan: push lruvec pointer into inactive_list_is_low()Konstantin Khlebnikov2-32/+28
2012-05-29mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size()Konstantin Khlebnikov2-15/+25
2012-05-29mm/vmscan: push lruvec pointer into putback_inactive_pages()Konstantin Khlebnikov1-4/+4
2012-05-29mm/vmscan: remove update_isolated_counts()Konstantin Khlebnikov1-54/+6
2012-05-29mm/vmscan: push zone pointer into shrink_page_list()Konstantin Khlebnikov1-6/+5
2012-05-29mm/vmscan: push lruvec pointer into isolate_lru_pages()Konstantin Khlebnikov1-8/+8
2012-05-29mm: add link from struct lruvec to struct zoneKonstantin Khlebnikov3-10/+16
2012-05-29mm/vmscan: store "priority" in struct scan_controlKonstantin Khlebnikov1-56/+61
2012-05-29mm/memcg: use vm_swappiness from target memory cgroupKonstantin Khlebnikov1-6/+5
2012-05-29memcg: make threshold index in the right positionSha Zhengju1-5/+6
2012-05-29memcg: remove redundant parenthesesKirill A. Shutemov1-10/+10
2012-05-29memcg: mark stat field of mem_cgroup struct as __percpuKirill A. Shutemov1-1/+1
2012-05-29memcg: remove unused variableKirill A. Shutemov1-2/+0
2012-05-29memcg: mark more functions/variables as staticKirill A. Shutemov1-6/+7
2012-05-29mm/memcg: kill mem_cgroup_lru_del()Konstantin Khlebnikov2-6/+1
2012-05-29mm: remove lru type checks from __isolate_lru_page()Konstantin Khlebnikov2-21/+6
2012-05-29mm: push lru index into shrink_[in]active_list()Konstantin Khlebnikov1-24/+17
2012-05-29mm/memcg: move reclaim_stat into lruvecHugh Dickins4-38/+16
2012-05-29mm/memcg: scanning_global_lru means mem_cgroup_disabledHugh Dickins1-14/+4
2012-05-29memcg swap: use mem_cgroup_uncharge_swap()Hugh Dickins1-18/+1
2012-05-29memcg swap: mem_cgroup_move_swap_account never needs fixupHugh Dickins1-16/+3
2012-05-29memcg: fix/change behavior of shared anon at moving taskKAMEZAWA Hiroyuki2-39/+14
2012-05-29mm/memblock: fix memory leak on extending regionsGavin Shan1-13/+24
2012-05-29mm/memblock: cleanup on duplicate VA/PA conversionGavin Shan1-2/+3
2012-05-29mm: fix slab->page flags corruptionPravin B Shelar1-2/+35
2012-05-29mm: fix faulty initialization in vmalloc_init()KyongHo1-1/+2
2012-05-29mm, oom: normalize oom scores to oom_score_adj scale only for userspaceDavid Rientjes1-28/+16
2012-05-29mm: avoid swapping out with swappiness==0Satoru Moriya1-3/+3
2012-05-29hugetlb: fix resv_map leak in error pathDave Hansen1-6/+22
2012-05-29mm/bootmem.c: cleanup on addition to bootmem data listGavin Shan1-8/+8
2012-05-29mm: consider all swapped back pages in used-once logicMichal Hocko1-1/+1
2012-05-29mm/page_alloc.c: cleanupsAndrew Morton1-4/+3
2012-05-29mm: page_alloc: catch out-of-date list of page flag namesJohannes Weiner1-0/+2
2012-05-29mm/buddy: dump PG_compound_lock page flagGavin Shan1-0/+3
2012-05-29mm: move readahead syscall to mm/readahead.cCong Wang2-39/+40
2012-05-29tmpfs: support SEEK_DATA and SEEK_HOLEHugh Dickins1-1/+93
2012-05-29tmpfs: quit when fallocate fills memoryHugh Dickins1-2/+56
2012-05-29tmpfs: undo fallocation on failureHugh Dickins1-33/+72
2012-05-29tmpfs: support fallocate preallocationHugh Dickins1-1/+60
2012-05-29mm/fs: remove truncate_rangeHugh Dickins2-26/+0
2012-05-29mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLEHugh Dickins1-8/+7
2012-05-29tmpfs: support fallocate FALLOC_FL_PUNCH_HOLEHugh Dickins1-11/+57
2012-05-29tmpfs: optimize clearing when writingHugh Dickins1-3/+17
2012-05-29tmpfs: enable NOSEC optimizationHugh Dickins1-0/+1
2012-05-29shmem: replace page if mapping excludes its zoneHugh Dickins3-24/+136
2012-05-29mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocksBartlomiej Zolnierkiewicz3-28/+131
2012-05-29mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner3-57/+12
2012-05-29mm: bootmem: pass pgdat instead of pgdat->bdata down the stackJohannes Weiner1-10/+10
2012-05-29mm: nobootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner1-52/+54
2012-05-29mm: nobootmem: panic on node-specific allocation failureJohannes Weiner1-4/+16
2012-05-29mm: bootmem: unify allocation policy of (non-)panicking node allocationsJohannes Weiner1-20/+24
2012-05-29mm: bootmem: allocate in order node+goal, goal, node, anywhereJohannes Weiner1-1/+13
2012-05-29mm: bootmem: split out goal-to-node mapping from goal droppingJohannes Weiner1-2/+15
2012-05-29mm: bootmem: rename alloc_bootmem_core to alloc_bootmem_bdataJohannes Weiner1-7/+7
2012-05-29mm: bootmem: remove redundant offset check when finally freeing bootmemJohannes Weiner1-1/+1
2012-05-29mm: bootmem: fix checking the bitmap when finally freeing bootmemGavin Shan1-0/+1
2012-05-29mm/page_alloc.c: remove pageblock_default_order()Andrew Morton1-18/+15
2012-05-29mm: print physical addresses consistently with other parts of kernelBjorn Helgaas2-14/+19
2012-05-29Cross Memory Attach: make it KconfigurableChristopher Yeoh2-2/+15
2012-05-29mm, thp: drop page_table_lock to uncharge memcg pagesDavid Rientjes1-0/+2
2012-05-29mm: rename is_mlocked_vma() to mlocked_vma_newpage()Ying Han2-3/+4
2012-05-29mm: memcg: count pte references from every member of the reclaimed hierarchyJohannes Weiner2-7/+15
2012-05-29kernel: cgroup: push rcu read locking from css_is_ancestor() to callsiteJohannes Weiner1-5/+9
2012-05-29mm: do_migrate_pages(): rename argumentsAndrew Morton1-9/+9
2012-05-29mm: do_migrate_pages() calls migrate_to_node() even if task is already on a c...Larry Woodman1-0/+20
2012-05-29thp, memcg: split hugepage for memcg oom on cowDavid Rientjes2-3/+18
2012-05-29mm/vmstat.c: remove debug fs entries on failure of file creation and made ext...Sasikantha babu1-3/+7
2012-05-29mm/mmap.c: find_vma(): remove unnecessary if(mm) checkRajman Mekaco1-26/+27
2012-05-29mm: use kcalloc() instead of kzalloc() to allocate arrayThomas Meyer1-2/+2
2012-05-29mm: vmscan: remove reclaim_mode_tMel Gorman1-50/+22
2012-05-29mm: vmscan: do not stall on writeback during memory compactionMel Gorman1-77/+8
2012-05-29mm: vmscan: remove lumpy reclaimMel Gorman1-129/+15
2012-05-29mm: remove swap token codeRik van Riel6-170/+2
2012-05-29mm, thp: allow fallback when pte_alloc_one() fails for huge pmdDavid Rientjes1-5/+8
2012-05-29mm, thp: remove unnecessary ret variableDavid Rientjes1-2/+1
2012-05-29mm/hugetlb.c: use long vars instead of int in region_count()Wang Sheng-Hui1-2/+2
2012-05-29mm/mempolicy.c: use enum value MPOL_REBIND_ONCE in mpol_rebind_policy()Wang Sheng-Hui1-1/+1
2012-05-29mm/memory_failure: let the compiler add the function nameBorislav Petkov1-4/+4
2012-05-28Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linuxLinus Torvalds2-2/+3
2012-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-2/+3
2012-05-25mm: add new arch_make_huge_pte() method for tile supportChris Metcalf1-0/+1
2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf1-2/+2
2012-05-25Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds9-216/+675
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+5
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+35
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird1-2/+5
2012-05-23mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkagesMel Gorman1-24/+17
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds4-12/+22
2012-05-22Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-63/+52
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2012-05-21Merge branch 'vm-cleanups' (unmap_vma() interface cleanup)Linus Torvalds2-23/+23
2012-05-21cma: fix migration modeMinchan Kim1-1/+1
2012-05-21mm: trigger page reclaim in alloc_contig_range() to stabilise watermarksMarek Szyprowski1-0/+60
2012-05-21mm: extract reclaim code from __alloc_pages_direct_reclaim()Marek Szyprowski1-9/+21
2012-05-21mm: Serialize access to min_free_kbytesMel Gorman1-8/+15
2012-05-21mm: page_isolation: MIGRATE_CMA isolation functions addedMichal Nazarewicz4-17/+23
2012-05-21mm: mmzone: MIGRATE_CMA migration type addedMichal Nazarewicz4-20/+72
2012-05-21mm: page_alloc: change fallbacks array handlingMichal Nazarewicz1-4/+5
2012-05-21mm: page_alloc: introduce alloc_contig_range()Michal Nazarewicz1-0/+188
2012-05-21mm: compaction: export some of the functionsMichal Nazarewicz3-173/+191
2012-05-21mm: compaction: introduce isolate_freepages_range()Michal Nazarewicz1-18/+93
2012-05-21mm: compaction: introduce map_pages()Michal Nazarewicz1-4/+11
2012-05-21mm: compaction: introduce isolate_migratepages_range()Michal Nazarewicz1-21/+54
2012-05-21mm: page_alloc: remove trailing whitespaceMichal Nazarewicz1-7/+7
2012-05-19memcg,thp: fix res_counter:96 regressionHugh Dickins1-1/+1
2012-05-18slub: use __SetPageSlab function to set PG_slab flagJoonsoo Kim1-1/+1
2012-05-18slub: fix a memory leak in get_partial_node()Joonsoo Kim1-3/+6
2012-05-17slub: missing test for partial pages flush work in flush_all()majianpeng1-1/+1
2012-05-16slub: remove unused argument of init_kmem_cache_node()Joonsoo Kim1-4/+4
2012-05-16slub: fix a possible memory leakJoonsoo Kim1-1/+1
2012-05-15userns: Convert the move_pages, and migrate_pages permission checks to use ui...Eric W. Biederman2-4/+4
2012-05-15userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman1-6/+16
2012-05-15frontswap: s/put_page/store/g s/get_page/loadKonrad Rzeszutek Wilk2-30/+30
2012-05-15mm: frontswap: config and doc filesDan Magenheimer2-0/+18
2012-05-15mm: frontswap: core frontswap functionalityDan Magenheimer1-0/+314
2012-05-15mm: frontswap: core swap subsystem hooks and headersDan Magenheimer2-13/+53
2012-05-14Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar6-24/+99
2012-05-11mm: raise MemFree by reverting percpu_pagelist_fraction to 0Hugh Dickins1-1/+1
2012-05-10Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-5/+9
2012-05-10mm: nobootmem: fix sign extend problem in __free_pages_memory()Russ Anderson1-2/+1
2012-05-10memcg: free spare array to avoid memory leakSha Zhengju1-0/+6
2012-05-10hugetlb: prevent BUG_ON in hugetlb_fault() -> hugetlb_cow()Chris Metcalf1-1/+0
2012-05-10mm: fix division by 0 in percpu_pagelist_fraction()Sasha Levin1-2/+2
2012-05-09kmemleak: Fix the kmemleak tracking of the percpu areas with !SMPCatalin Marinas1-0/+2
2012-05-09percpu: pcpu_embed_first_chunk() should free unused parts after all allocs ar...Tejun Heo1-0/+10
2012-05-08Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+5
2012-05-08mm: use KERN_CONT in printk() continuation linesKay Sievers1-3/+3
2012-05-08slub: fix incorrect return type of get_any_partial()Joonsoo Kim1-1/+1
2012-05-06vm: remove 'nr_accounted' calculations from the unmap_vmas() interfacesLinus Torvalds2-17/+17
2012-05-06vm: simplify unmap_vmas() calling conventionLinus Torvalds2-11/+11
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-1/+1
2012-05-06writeback: initialize global_dirty_limitFengguang Wu1-0/+1
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman1-2/+2
2012-04-26Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds5-18/+26
2012-04-25mm: fix NULL ptr dereference in move_pagesSasha Levin1-8/+8
2012-04-25mm: fix NULL ptr dereference in migrate_pagesSasha Levin1-4/+7