summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-01-29mm: fix migratetype bug which slowed swappingHugh Dickins
2010-01-27mm: add new 'read_cache_page_gfp()' helper functionLinus Torvalds
2010-01-21vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREEYongseok Koh
2010-01-16page allocator: update NR_FREE_PAGES only when necessaryKOSAKI Motohiro
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsDavid Howells
2010-01-16nommu: don't need get_unmapped_area() for NOMMUDavid Howells
2010-01-16nommu: remove a superfluous check of vm_region::vm_usageDavid Howells
2010-01-16nommu: struct vm_region's vm_usage count need not be atomicDavid Howells
2010-01-16memcg: ensure list is empty at rmdirDaisuke Nishimura
2010-01-16vmscan: kswapd: don't retry balance_pgdat() if all zones are unreclaimableKOSAKI Motohiro
2010-01-16mm/page_alloc: fix the range check for backward mergingKazuhisa Ichikawa
2010-01-13vfs: Fix vmtruncate() regressionOGAWA Hirofumi
2010-01-11mm: hugetlb: fix clear_huge_page()Andrea Arcangeli
2010-01-11percpu: avoid calling __pcpu_ptr_to_addr(NULL)Andrew Morton
2010-01-07maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write)Jason Wessel
2010-01-06NOMMU: Use copy_*_user_page() in access_process_vm()Jie Zhang
2010-01-06NOMMU: Avoiding duplicate icache flushes of shared mapsMike Frysinger
2009-12-30Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2009-12-30mm: move sys_mmap_pgoff from util.cHugh Dickins
2009-12-28SLAB: Fix lockdep annotation breakagePekka Enberg
2009-12-24Merge branch 'sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/lin...Linus Torvalds
2009-12-24Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-12-23SYSCTL: Add a mutex to the page_alloc zone order sysctlAndi Kleen
2009-12-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2009-12-21HWPOISON: Add PROC_FS dependency to hwpoison injector v2Andi Kleen
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-12-18mm: Add notifier in pageblock isolation for balloon driversRobert Jennings
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds
2009-12-17readahead: add blk_run_backing_devHisashi Hifumi
2009-12-17cpumask: avoid deprecated function in mm/slab.cRusty Russell
2009-12-16Fix breakage in shmem.cAl Viro
2009-12-16x86: Fix checking of SRAT when node 0 ram is not from 0Yinghai Lu
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds
2009-12-16direct I/O fallback sync simplificationChristoph Hellwig
2009-12-16make generic_acl slightly more genericChristoph Hellwig
2009-12-16sanitize xattr handler prototypesChristoph Hellwig
2009-12-16Untangling ima mess, part 1: alloc_file()Al Viro
2009-12-16switch alloc_file() to passing struct pathAl Viro
2009-12-16switch shmem_file_setup() to alloc_file()Al Viro
2009-12-16memcg: code clean, remove unused variable in mem_cgroup_resize_limit()Bob Liu
2009-12-16memcg: remove memcg_tasklistDaisuke Nishimura
2009-12-16memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura
2009-12-16memcg: cleanup mem_cgroup_move_parent()Daisuke Nishimura
2009-12-16memcg: add mem_cgroup_cancel_charge()Daisuke Nishimura
2009-12-16memcg: make memcg's file mapped consistent with global VMKAMEZAWA Hiroyuki
2009-12-16memcg: coalesce charging via percpu storageKAMEZAWA Hiroyuki