aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2012-12-13Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-12-12mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()Lin Feng
2012-12-12mm/memory.c: remove unused code from do_wp_page()Dominik Dingel
2012-12-12asm-generic, mm: pgtable: consolidate zero page helpersKirill A. Shutemov
2012-12-12mm/hugetlb.c: fix warning on freeing hwpoisoned hugepageNaoya Horiguchi
2012-12-12hwpoison, hugetlbfs: fix RSS-counter warningNaoya Horiguchi
2012-12-12hwpoison, hugetlbfs: fix "bad pmd" warning in unmapping hwpoisoned hugepageNaoya Horiguchi
2012-12-12mm: protect against concurrent vma expansionMichel Lespinasse
2012-12-12memcg: do not check for mm in __mem_cgroup_count_vm_eventMichal Hocko
2012-12-12tmpfs: support SEEK_DATA and SEEK_HOLE (reprise)Hugh Dickins
2012-12-12mm: provide more accurate estimation of pages occupied by memmapJiang Liu
2012-12-12mm: introduce new field "managed_pages" to struct zoneJiang Liu
2012-12-12mm, oom: remove redundant sleep in pagefault oom handlerDavid Rientjes
2012-12-12mm, oom: cleanup pagefault oom handlerDavid Rientjes
2012-12-12memory_hotplug: allow online/offline memory to result movable nodeLai Jiangshan
2012-12-12numa: add CONFIG_MOVABLE_NODE for movable-dedicated nodeLai Jiangshan
2012-12-12mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes
2012-12-12mm: WARN_ON_ONCE if f_op->mmap() change vma's start addressJoonsoo Kim
2012-12-12hotplug: update nodemasks managementLai Jiangshan
2012-12-12page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initial...Lai Jiangshan
2012-12-12vmscan: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12vmstat: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12hugetlb: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12mempolicy: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12mm,migrate: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12oom: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12memcontrol: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12mm: use migrate_prep() instead of migrate_prep_local()Marek Szyprowski
2012-12-12mm: compaction: Fix compiler warningThierry Reding
2012-12-12thp: avoid race on multiple parallel page faults to the same pageKirill A. Shutemov
2012-12-12thp: introduce sysfs knob to disable huge zero pageKirill A. Shutemov
2012-12-12thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED eventsKirill A. Shutemov
2012-12-12thp: implement refcounting for huge zero pageKirill A. Shutemov
2012-12-12thp: lazy huge zero page allocationKirill A. Shutemov
2012-12-12thp: setup huge zero page on non-write page faultKirill A. Shutemov
2012-12-12thp: implement splitting pmd for huge zero pageKirill A. Shutemov
2012-12-12thp: change split_huge_page_pmd() interfaceKirill A. Shutemov
2012-12-12thp: change_huge_pmd(): make sure we don't try to make a page writableKirill A. Shutemov
2012-12-12thp: do_huge_pmd_wp_page(): handle huge zero pageKirill A. Shutemov
2012-12-12thp: copy_huge_pmd(): copy huge zero pageKirill A. Shutemov
2012-12-12thp: zap_huge_pmd(): zap huge zero pmdKirill A. Shutemov
2012-12-12thp: huge zero page: basic preparationKirill A. Shutemov
2012-12-12bootmem: remove alloc_arch_preferred_bootmem()Joonsoo Kim
2012-12-12bootmem: remove not implemented function call, bootmem_arch_preferred_node()Joonsoo Kim
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds
2012-12-11Merge branch 'akpm' (Andrew's patchbomb)Linus Torvalds
2012-12-11memory_hotplug: ensure every online node has NORMAL memoryLai Jiangshan
2012-12-11memory_hotplug: handle empty zone when online_movable/online_kernelLai Jiangshan