summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2012-07-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-1/+8
2012-07-17mm: fix lost kswapd wakeup in kswapd_stop()Aaditya Kumar-1/+4
2012-07-17bootmem: make ___alloc_bootmem_node_nopanic() really nopanicYinghai Lu-0/+4
2012-07-17Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds-1/+6
2012-07-11memblock: free allocated memblock_reserved_regions laterYinghai Lu-43/+46
2012-07-11mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu-7/+15
2012-07-11mm: sparse: fix section usemap placement calculationYinghai Lu-1/+1
2012-07-11shmem: cleanup shmem_add_to_page_cacheHugh Dickins-30/+28
2012-07-11shmem: fix negative rss in memcg memory.statHugh Dickins-12/+29
2012-07-11tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins-93/+1
2012-07-11mm/memory_hotplug.c: release memory resources if hotadd_new_pgdat() failsWen Congyang-1/+1
2012-07-11mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes-1/+4
2012-07-11memory hotplug: fix invalid memory access caused by stale kswapd pointerJiang Liu-2/+5
2012-07-06mm: Hold a file reference in madvise_removeAndy Lutomirski-4/+14
2012-07-06mm: cma: don't replace lowmem pages with highmemRabin Vincent-1/+6
2012-07-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+2
2012-06-20mm, mempolicy: fix mbind() to do synchronous migrationDavid Rientjes-1/+1
2012-06-20mm/memblock: fix overlapping allocation when doubling reserved arrayGreg Pearson-4/+32
2012-06-20mm/memory.c: fix kernel-doc warningsRandy Dunlap-1/+1
2012-06-20mm: fix kernel-doc warningsWanpeng Li-13/+11
2012-06-20mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_rangeDavid Rientjes-1/+9
2012-06-20memcg: fix use_hierarchy css_is_ancestor oops regressionHugh Dickins-1/+1
2012-06-20mm, oom: fix and cleanup oom score calculationsDavid Rientjes-8/+7
2012-06-15swap: fix shmem swapping when more than 8 areasHugh Dickins-8/+4
2012-06-15Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+20
2012-06-13splice: fix racy pipe->buffers usesEric Dumazet-1/+2
2012-06-08mm, oom: fix badness score underflowDavid Rientjes-2/+2
2012-06-08memblock: Document memblock_is_region_{memory,reserved}()Stephen Boyd-0/+20
2012-06-07shmem: replace_page must flush_dcache and othersHugh Dickins-20/+37
2012-06-04Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2012-06-04nommu: fix compilation of nommu.cGreg Ungerer-1/+1
2012-06-04Merge tag 'stable/frontswap.v16-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-13/+385
2012-06-03Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds-131/+28
2012-06-03mm: fix warning in __set_page_dirty_nobuffersHugh Dickins-1/+4
2012-06-01Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-10/+13
2012-06-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-176/+58
2012-06-01fs: introduce inode operation ->update_timeJosef Bacik-2/+6
2012-06-01unexport do_munmap()Al Viro-1/+0
2012-06-01new helper: vm_mmap_pgoff()Al Viro-57/+36
2012-06-01kill do_mmap() completelyAl Viro-22/+10
2012-06-01switch aio and shm to do_mmap_pgoff(), make do_mmap() staticAl Viro-4/+4
2012-06-01move security_mmap_addr() to saner placeAl Viro-21/+3
2012-06-01take security_mmap_file() outside of ->mmap_semAl Viro-21/+24
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds-8/+8
2012-05-31aio/vfs: cleanup of rw_copy_check_uvector() and compat_rw_copy_check_uvector()Christopher Yeoh-8/+8
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro-7/+14
2012-05-30unexport do_mmap()Al Viro-2/+0
2012-05-30merge do_mremap() into sys_mremap()Al Viro-14/+5
2012-05-30fs: move file_remove_suid() to fs/inode.cCong Wang-65/+0
2012-05-30mm: fix vma_resv_map() NULL pointerDave Hansen-1/+2