summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2012-07-31fs: Protect write paths by sb_start_write - sb_end_writeJan Kara2-4/+13
2012-07-31mm: Make default vm_ops provide ->page_mkwrite handlerJan Kara2-0/+20
2012-07-31mm: Update file times from fault path only if .page_mkwrite is not setJan Kara1-7/+7
2012-07-14don't pass nameidata to ->create()Al Viro1-1/+1
2012-07-12memblock: free allocated memblock_reserved_regions laterYinghai Lu2-43/+46
2012-07-12mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu3-7/+15
2012-07-12mm: sparse: fix section usemap placement calculationYinghai Lu1-1/+1
2012-07-12shmem: cleanup shmem_add_to_page_cacheHugh Dickins1-30/+28
2012-07-12shmem: fix negative rss in memcg memory.statHugh Dickins1-12/+29
2012-07-12tmpfs: revert SEEK_DATA and SEEK_HOLEHugh Dickins1-93/+1
2012-07-12mm/memory_hotplug.c: release memory resources if hotadd_new_pgdat() failsWen Congyang1-1/+1
2012-07-12mm, thp: abort compaction if migration page cannot be charged to memcgDavid Rientjes1-1/+4
2012-07-12memory 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-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2012-06-21mm, mempolicy: fix mbind() to do synchronous migrationDavid Rientjes1-1/+1
2012-06-21mm/memblock: fix overlapping allocation when doubling reserved arrayGreg Pearson1-4/+32
2012-06-21mm/memory.c: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-06-21mm: fix kernel-doc warningsWanpeng Li6-13/+11
2012-06-21mm, thp: print useful information when mmap_sem is unlocked in zap_pmd_rangeDavid Rientjes1-1/+9
2012-06-21memcg: fix use_hierarchy css_is_ancestor oops regressionHugh Dickins1-1/+1
2012-06-21mm, oom: fix and cleanup oom score calculationsDavid Rientjes1-8/+7
2012-06-16swap: fix shmem swapping when more than 8 areasHugh Dickins1-8/+4
2012-06-16Merge 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-09mm, oom: fix badness score underflowDavid Rientjes1-2/+2
2012-06-08memblock: Document memblock_is_region_{memory,reserved}()Stephen Boyd1-0/+20
2012-06-08shmem: replace_page must flush_dcache and othersHugh Dickins1-20/+37
2012-06-05Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-06-05nommu: 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-04Revert "mm: compaction: handle incorrect MIGRATE_UNMOVABLE type pageblocks"Linus Torvalds3-131/+28
2012-06-04mm: fix warning in __set_page_dirty_nobuffersHugh Dickins1-1/+4
2012-06-02Merge 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-06-01Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+8
2012-06-01aio/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-31unexport do_mmap()Al Viro2-2/+0
2012-05-31merge do_mremap() into sys_mremap()Al Viro1-14/+5
2012-05-31fs: 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-30->encode_fh() API changeAl Viro2-8/+4