summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-06-06mm: fix ENOSPC returned by handle_mm_fault()Hugh Dickins
2011-06-03more conservative S_NOSEC handlingAl Viro
2011-06-03SLAB: Record actual last user of freed objects.Suleiman Souhlal
2011-06-03slub: always align cpu_slab to honor cmpxchg_double requirementChris Metcalf
2011-06-02Revert "mm: fail GFP_DMA allocations when ZONE_DMA is not configured"Linus Torvalds
2011-05-29mm, rmap: Add yet more comments to page_get_anon_vma/page_lock_anon_vmaPeter Zijlstra
2011-05-28mm: fix page_lock_anon_vma leaving mutex lockedHugh Dickins
2011-05-28mm: fix kernel BUG at mm/rmap.c:1017!Hugh Dickins
2011-05-28tmpfs: fix race between truncate and writepageHugh Dickins
2011-05-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-05-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-05-28Cache xattr security drop check for write v2Andi Kleen
2011-05-28mm: Wait for writeback when grabbing pages to begin a writeDarrick J. Wong
2011-05-27Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2011-05-26Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2011-05-26memcg: add the pagefault count into memcg statsYing Han
2011-05-26memcg: add memory.numastat api for numa statisticsYing Han
2011-05-26memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()Ying Han
2011-05-26memcg: remove unused retry signal from reclaimJohannes Weiner
2011-05-26memcg: fix get_scan_count() for small targetsKAMEZAWA Hiroyuki
2011-05-26memcg: reclaim memory from nodes in round-robin orderYing Han
2011-05-26memcg: move page-freeing code out of lockNamhyung Kim
2011-05-26memcg: fix off-by-one when calculating swap cgroup map lengthNamhyung Kim
2011-05-26memcg: mark init_section_page_cgroup() properlyNamhyung Kim
2011-05-26memcg: remove pointless next_mz nullification in mem_cgroup_soft_limit_reclaim()Michal Hocko
2011-05-26memcg: add the soft_limit reclaim in global direct reclaim.Ying Han
2011-05-26memcg: count the soft_limit reclaim in global background reclaimYing Han
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds
2011-05-26mm: don't access vm_flags as 'int'KOSAKI Motohiro
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer
2011-05-26mm: cleancache core ops functions and configDan Magenheimer
2011-05-25slub: remove no-longer used 'unlock_out' labelLinus Torvalds
2011-05-25maccess,probe_kernel: Make write/read src const void *Steven Rostedt
2011-05-25Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-25nommu: add page alignment to mmapBob Liu
2011-05-25mm: batch activate_page() to reduce lock contentionShaohua Li
2011-05-25mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()Andrew Barry
2011-05-25memsw: remove noswapaccount kernel parameterMichal Hocko
2011-05-25mm: proc: move show_numa_map() to fs/proc/task_mmu.cStephen Wilson
2011-05-25mm: remove check_huge_range()Stephen Wilson
2011-05-25mm: make gather_stats() type-safe and remove forward declarationStephen Wilson
2011-05-25mm: remove MPOL_MF_STATSStephen Wilson
2011-05-25mm: use walk_page_range() instead of custom page table walking codeStephen Wilson
2011-05-25mm: export get_vma_policy()Stephen Wilson
2011-05-25tmpfs: implement generic xattr supportEric Paris
2011-05-25memblock/nobootmem: remove unneeded code from alloc_bootmem_node_high()Yinghai Lu
2011-05-25mm: fail GFP_DMA allocations when ZONE_DMA is not configuredDavid Rientjes
2011-05-25mm: remove dependency on CONFIG_FLATMEM from online_page()Daniel Kiper
2011-05-25mm: filter unevictable page out in deactivate_page()Minchan Kim