aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-25kmemleak: Allow the early log buffer to be configurable.Catalin Marinas1-2/+3
2009-06-24Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/{vfs-2.6,audit-current}Linus Torvalds1-4/+1
2009-06-24Get "no acls for this inode" right, fix shmem breakageAl Viro1-4/+1
2009-06-24SLUB: Don't pass __GFP_FAIL for the initial allocationPekka Enberg1-2/+8
2009-06-24Don't warn about order-1 allocations with __GFP_NOFAILLinus Torvalds1-2/+2
2009-06-24switch shmem to inode->i_aclAl Viro2-28/+10
2009-06-23mm: fix handling of pagesets for downed cpusDimitri Sivanich1-3/+3
2009-06-23mm: pass mm to grab_swap_tokenHugh Dickins2-18/+16
2009-06-23Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-28/+24
2009-06-23mm: don't rely on flags coincidenceHugh Dickins1-2/+4
2009-06-23hugetlb: fault flags instead of write_accessHugh Dickins1-8/+9
2009-06-23mm: fix incorrect page removal from LRUKAMEZAWA Hiroyuki1-1/+1
2009-06-23kmemleak: use pr_fmtJoe Perches1-28/+24
2009-06-22x86: implement percpu_alloc kernel parameterTejun Heo1-4/+9
2009-06-22percpu: fix too lazy vunmap cache flushingTejun Heo1-6/+5
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-4/+4
2009-06-21Remove internal use of 'write_access' in mm/memory.cLinus Torvalds1-21/+21
2009-06-20mm: page_alloc: clear PG_locked before checking flags on freeJohannes Weiner1-5/+4
2009-06-19bootmem.c: avoid c90 declaration warningJoe Perches1-5/+9
2009-06-18mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt3-24/+6
2009-06-18memcg: fix lru rotation in isolate_pagesKAMEZAWA Hiroyuki2-2/+15
2009-06-18memcg: fix behavior under memory.limit equals to memsw.limitKAMEZAWA Hiroyuki1-0/+19
2009-06-18memcg: fix swap accountingKAMEZAWA Hiroyuki2-9/+24
2009-06-18memcg: remove some redundant checksLi Zefan2-15/+4
2009-06-18memcg: add file-based RSS accountingBalbir Singh3-2/+71
2009-06-18cgroups: make messages more readableRandy Dunlap1-7/+7
2009-06-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-12/+15
2009-06-17kmemleak: Fix some typos in commentsCatalin Marinas1-4/+4
2009-06-17kmemleak: Rename kmemleak_panic to kmemleak_stopCatalin Marinas1-6/+6
2009-06-17kmemleak: Only use GFP_KERNEL|GFP_ATOMIC for the internal allocationsCatalin Marinas1-2/+5
2009-06-17Merge branch 'slub/earlyboot' into for-linusPekka Enberg1-4/+14
2009-06-17Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linusPekka Enberg4-22/+84
2009-06-16Merge branch 'akpm'Linus Torvalds30-875/+1598
2009-06-16mm: fix lumpy reclaim lru handling at isolate_lru_pagesKAMEZAWA Hiroyuki1-9/+1
2009-06-16vmscan: count the number of times zone_reclaim() scans and failsMel Gorman2-0/+6
2009-06-16vmscan: do not unconditionally treat zones that fail zone_reclaim() as fullMel Gorman3-9/+32
2009-06-16vmscan: properly account for the number of page cache pages zone_reclaim() can reclaimMel Gorman1-7/+45
2009-06-16oom: only oom kill exiting tasks with attached memoryDavid Rientjes1-5/+3
2009-06-16vmscan: handle may_swap more strictlyDaisuke Nishimura1-9/+9
2009-06-16vmscan: merge duplicate code in shrink_active_list()Wu Fengguang1-53/+42
2009-06-16vmscan: make mapped executable pages the first class citizenWu Fengguang1-7/+45
2009-06-16vmscan: report vm_flags in page_referenced()Wu Fengguang2-13/+31
2009-06-16mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argumentSergei Trofimovich1-1/+1
2009-06-16mm: remove file argument from swap_readpage()Minchan Kim2-2/+2
2009-06-16mm: remove annotation of gfp_mask in add_to_swapMinchan Kim1-1/+0
2009-06-16page-allocator: clear N_HIGH_MEMORY map before we set it againYinghai Lu1-0/+5
2009-06-16mm: remove __invalidate_mapping_pages variantMike Waychison1-23/+16
2009-06-16oom: invoke oom killer for __GFP_NOFAILDavid Rientjes1-5/+7
2009-06-16oom: avoid unnecessary mm locking and scanning for OOM_DISABLEDavid Rientjes1-32/+10
2009-06-16oom: move oom_adj value from task_struct to mm_structDavid Rientjes1-12/+22