aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-13mm/zswap: avoid unnecessary page scanningWeijie Yang
2013-11-13writeback: do not sync data dirtied after sync startJan Kara
2013-11-13tools/vm/page-types.c: support KPF_SOFTDIRTY bitNaoya Horiguchi
2013-11-13/proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags lineNaoya Horiguchi
2013-11-13mm/page_alloc.c: remove unused marco LONG_ALIGNZhang Yanfei
2013-11-13frontswap: enable call to invalidate area on swapoffKrzysztof Kozlowski
2013-11-13mm/swapfile.c: fix comment typosSeth Jennings
2013-11-13mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas
2013-11-13mm/sparsemem: fix a bug in free_map_bootmem when CONFIG_SPARSEMEM_VMEMMAPZhang Yanfei
2013-11-13mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameterZhang Yanfei
2013-11-13memcg: support hierarchical memory.numa_statsYing Han
2013-11-13memcg: refactor mem_control_numa_stat_show()Greg Thelen
2013-11-13mm/mempolicy: use NUMA_NO_NODEJianguo Wu
2013-11-13mm: thp: khugepaged: add policy for finding target nodeBob Liu
2013-11-13mm: thp: cleanup: mv alloc_hugepage to better placeBob Liu
2013-11-13Documentation/vm/zswap.txt: fix typosChristian Hesse
2013-11-13revert mm/vmalloc.c: emit the failure message before returnWanpeng Li
2013-11-13mm/vmalloc: revert "mm/vmalloc.c: check VM_UNINITIALIZED flag in s_show inste...Wanpeng Li
2013-11-13mm/vmalloc: fix show vmap_area information race with vmap_area tear downWanpeng Li
2013-11-13mm/vmalloc: don't set area->caller twiceWanpeng Li
2013-11-13mm, mempolicy: make mpol_to_str robust and always succeedDavid Rientjes
2013-11-13mm/arch: use NUMA_NO_NODEJianguo Wu
2013-11-13mm/memory-failure.c: move set_migratetype_isolate() outside get_any_page()Naoya Horiguchi
2013-11-13cpu/mem hotplug: add try_online_node() for cpu_up()Toshi Kani
2013-11-13mm/nobootmem.c: have __free_pages_memory() free in larger chunks.Robin Holt
2013-11-13mm: add a helper function to check may oom conditionQiang Huang
2013-11-13mm/memory_hotplug.c: use pfn_to_nid() instead of page_to_nid(pfn_to_page())Xishi Qiu
2013-11-13mm/memory_hotplug.c: rename the function is_memblock_offlined_cb()Xishi Qiu
2013-11-13mm: use populated_zone() instead of if(zone->present_pages)Xishi Qiu
2013-11-13mm: use pgdat_end_pfn() to simplify the code in othersXishi Qiu
2013-11-13mm: use pgdat_end_pfn() to simplify the code in archXishi Qiu
2013-11-13mm/huge_memory.c: fix stale comments of transparent_hugepage_flagsJianguo Wu
2013-11-13mm: remove obsolete comments about page table lockNaoya Horiguchi
2013-11-13drivers/video/acornfb.c: use __free_reserved_page() to simplify the codeXishi Qiu
2013-11-13mm/arch: use __free_reserved_page() to simplify the codeXishi Qiu
2013-11-13mm/compaction.c: update comment about zone lock in isolate_freepages_blockJerome Marchand
2013-11-13mm/vmalloc: use NUMA_NO_NODEJianguo Wu
2013-11-13ksm: remove redundant __GFP_ZERO from kcallocJoe Perches
2013-11-13mm/readahead.c:do_readhead(): don't check for ->readpageAndrew Morton
2013-11-13ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage()Jan Kara
2013-11-13ocfs2: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2013-11-13ocfs2: fix possible double free in ocfs2_write_begin_nolockXue jiufei
2013-11-13ocfs2: add missing errno in ocfs2_ioctl_move_extents()Younger Liu
2013-11-13ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add()Younger Liu
2013-11-13ocfs2: rollback transaction in ocfs2_group_add()Younger Liu
2013-11-13ocfs2: break useless while loopJunxiao Bi
2013-11-13ocfs2: use find_last_bit()Akinobu Mita
2013-11-13ocfs2: delay migration when the lockres is in migration stateXue jiufei
2013-11-13ocfs2: skip locks in the blocked listXue jiufei
2013-11-13ocfs2: use bitmap_weight()Akinobu Mita